use parent statt use base in MetaSetup
[kivitendo-erp.git] / SL / DB / MetaSetup / Status.pm
index 6dd6f87..bcc96b6 100644 (file)
@@ -4,7 +4,7 @@ package SL::DB::Status;
 
 use strict;
 
-use base qw(SL::DB::Object);
+use parent qw(SL::DB::Object);
 
 __PACKAGE__->meta->table('status');