X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/09a63fcb49aeac832a52682a01286fa36b9b65a5..6418adee39dc8d7331df12b716096f0a8611ef5d:/SL/DB/MetaSetup/TriggerInformation.pm diff --git a/SL/DB/MetaSetup/TriggerInformation.pm b/SL/DB/MetaSetup/TriggerInformation.pm index 2ea319754..364c90cd8 100644 --- a/SL/DB/MetaSetup/TriggerInformation.pm +++ b/SL/DB/MetaSetup/TriggerInformation.pm @@ -4,7 +4,7 @@ package SL::DB::TriggerInformation; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('trigger_information');