X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f7d51d3e6c5e9b16f688e2e9417f54aee64ed23a..7e47ffd0dbde0dff1b4791462b7787a4f3c93f91:/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);