Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / tools / modborrowers.pl
index a3f8b3f..bc82ed4 100755 (executable)
@@ -26,7 +26,7 @@
 # And for patron attributes.
 
 use Modern::Perl;
-use CGI;
+use CGI qw ( -utf8 );
 use C4::Auth;
 use C4::Branch;
 use C4::Koha;