Bug 21986: Do not escape quotation marks when cataloguing
[koha.git] / opac / opac-ratings-ajax.pl
index 25675ad..8620368 100755 (executable)
@@ -23,8 +23,7 @@ A script that takes an ajax json query, and then inserts or modifies a star-rati
 
 =cut
 
-use strict;
-use warnings;
+use Modern::Perl;
 
 use CGI qw ( -utf8 );
 use CGI::Cookie;  # need to check cookies before having CGI parse the POST request