Bug 15774: (QA follow-up) Fix use statemenets
[koha.git] / t / Log.t
diff --git a/t/Log.t b/t/Log.t
index 823a14e..d53386b 100755 (executable)
--- a/t/Log.t
+++ b/t/Log.t
@@ -3,15 +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 FindBin;
-       use lib $FindBin::Bin;
-       use override_context_prefs;
-        use_ok('C4::Log');
+    use_ok('C4::Log');
 }