Bug 11944: use CGI( -utf8 ) everywhere
[koha.git] / test / progressbar.pl
index 2285348..bdd8b4d 100755 (executable)
@@ -28,7 +28,7 @@ use strict;
 use warnings;
 
 # standard or CPAN modules used
-use CGI;
+use CGI qw ( -utf8 );
 use CGI::Cookie;
 
 # Koha modules used