X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..187c4ee192da9281f42800e6ac8ae08f23d9a9d6:/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');