X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..b98935252284591d5a1d95dda05974b14f4b2b4d:/SL/DB/MetaSetup/RequirementSpecComplexity.pm diff --git a/SL/DB/MetaSetup/RequirementSpecComplexity.pm b/SL/DB/MetaSetup/RequirementSpecComplexity.pm index a49773239..fbcb09a12 100644 --- a/SL/DB/MetaSetup/RequirementSpecComplexity.pm +++ b/SL/DB/MetaSetup/RequirementSpecComplexity.pm @@ -4,7 +4,7 @@ package SL::DB::RequirementSpecComplexity; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('requirement_spec_complexities');