Bug 21704: (follow-up) Remove unused 'frameworkcode' template param
[koha.git] / admin / didyoumean.pl
index 434d0e9..d34ed04 100755 (executable)
@@ -1,8 +1,7 @@
 #!/usr/bin/perl
 
-use strict;
-use warnings;
-use CGI;
+use Modern::Perl;
+use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Auth;
 use C4::Output;