X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/766f5705ecb9cd56adfbffd94c871959bb64c6fd..83486edbd4f8c042d42d6d7f7b837e020e2c2cc8:/SL/DB/MetaSetup/RequirementSpecTextBlock.pm?ds=inline diff --git a/SL/DB/MetaSetup/RequirementSpecTextBlock.pm b/SL/DB/MetaSetup/RequirementSpecTextBlock.pm index cfccd49ae..c1fff72f4 100644 --- a/SL/DB/MetaSetup/RequirementSpecTextBlock.pm +++ b/SL/DB/MetaSetup/RequirementSpecTextBlock.pm @@ -4,7 +4,7 @@ package SL::DB::RequirementSpecTextBlock; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('requirement_spec_text_blocks');