X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=svc%2Fcover_images;h=590a243dc8db91f6a64257159cba15cf433ac3a4;hb=4bb888281dec7de676fc6546746a88835a822c62;hp=ff29503eae4724c7def51d739f8363130728d942;hpb=1dc7d421bc87e3cf027161b08fbb44875c778f49;p=koha.git diff --git a/svc/cover_images b/svc/cover_images index ff29503eae..590a243dc8 100755 --- a/svc/cover_images +++ b/svc/cover_images @@ -20,7 +20,7 @@ use Modern::Perl; -use CGI; +use CGI qw ( -utf8 ); use C4::Auth qw/check_cookie_auth/; use C4::Images; use JSON qw/to_json/;