Bug 18925: (RM follow-up) Remove maxissueqty from issuingrule in SIP tests
[koha.git] / t / Log.t
diff --git a/t/Log.t b/t/Log.t
index eca6b9c..d53386b 100755 (executable)
--- a/t/Log.t
+++ b/t/Log.t
@@ -3,12 +3,11 @@
 # This Koha test module is a stub!  
 # Add more tests here!!!
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use Test::More tests => 1;
 
 BEGIN {
-        use_ok('C4::Log');
+    use_ok('C4::Log');
 }