Bug 21082: Update OverDrive authentication method
[koha.git] / opac / opac-ratings.pl
index 1951a2d..38c50d6 100755 (executable)
@@ -25,8 +25,7 @@ note: there is currently no 'delete rating' functionality in this script
 
 =cut
 
-use strict;
-use warnings;
+use Modern::Perl;
 use CGI qw ( -utf8 );
 
 use C4::Auth;