X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/3eb3d1b144adb92e62de08e67dc6ff3d39bf7483..bf0b9c5e0df43050015e079d3f5cb4360b4cfa1f:/SL/DB/MetaSetup/CsvImportProfileSetting.pm?ds=inline diff --git a/SL/DB/MetaSetup/CsvImportProfileSetting.pm b/SL/DB/MetaSetup/CsvImportProfileSetting.pm index 433153923..b6284967a 100644 --- a/SL/DB/MetaSetup/CsvImportProfileSetting.pm +++ b/SL/DB/MetaSetup/CsvImportProfileSetting.pm @@ -4,7 +4,7 @@ package SL::DB::CsvImportProfileSetting; use strict; -use base qw(SL::DB::Object); +use parent qw(SL::DB::Object); __PACKAGE__->meta->table('csv_import_profile_settings');