Bug 9978: Replace license header with the correct license (GPLv3+)
[srvgit] / labels / label-create-csv.pl
index 1b0c02c..3c23021 100755 (executable)
@@ -21,7 +21,7 @@
 use strict;
 use warnings;
 
-use CGI;
+use CGI qw ( -utf8 );
 use Text::CSV_XS;
 use Data::Dumper;