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