Bug 19991: use Modern::Perl in OPAC perl scripts
[koha.git] / opac / sco / printslip.pl
index e94077d..cd31be9 100755 (executable)
@@ -26,8 +26,7 @@ It is called from sco-main.pl
 =cut
 
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 use C4::Context;
 use C4::Auth qw/:DEFAULT get_session/;