X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/de90e717775dfcf75d3a8ac4798e05d3f01b3d42..a4835c36c449a7cdde342166644b471e751a1ce5:/SL/BackgroundJob/SelfTest/Base.pm diff --git a/SL/BackgroundJob/SelfTest/Base.pm b/SL/BackgroundJob/SelfTest/Base.pm index f790137d2..857de8a7a 100644 --- a/SL/BackgroundJob/SelfTest/Base.pm +++ b/SL/BackgroundJob/SelfTest/Base.pm @@ -1,5 +1,7 @@ package SL::BackgroundJob::SelfTest::Base; +use strict; + use Test::Builder; use parent qw(Rose::Object);