Umstellung Form::throw_on_error auf Verwendung von Exception::Lite anstelle von Hashrefs
[kivitendo-erp.git] / SL / BackgroundJob / Test.pm
index 01c8569..f79a1b5 100644 (file)
@@ -1,5 +1,7 @@
 package SL::BackgroundJob::Test;
 
+use strict;
+
 use parent qw(SL::BackgroundJob::Base);
 
 sub run {
@@ -9,5 +11,4 @@ sub run {
   $::lxdebug->message(0, "Test job is being executed.");
 }
 
-
 1;