Bug 20067: Fix other checks for linked authorised value categories
[koha.git] / tools / upload-cover-image.pl
index dd73bbb..009c890 100755 (executable)
@@ -37,8 +37,7 @@ resized, maintaining aspect ratio.
 
 =cut
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use File::Temp;
 use CGI qw ( -utf8 );