]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/DB/MetaSetup/BackgroundJob.pm
use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / BackgroundJob.pm
index 6b19131094665263dc6d06b415ce9fdf0943d2c0..5b674aae8d6d3ac08a3494c49fb307e932afaa60 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::BackgroundJob;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('background_jobs');