strict für selftest base
[kivitendo-erp.git] / SL / BackgroundJob / SelfTest / Base.pm
index f790137..857de8a 100644 (file)
@@ -1,5 +1,7 @@
 package SL::BackgroundJob::SelfTest::Base;
 
+use strict;
+
 use Test::Builder;
 
 use parent qw(Rose::Object);