Bug 11944: use CGI( -utf8 ) everywhere
[srvgit] / docs / CAS / CASProxy / examples / proxy_cas.pl
index 85085d7..71630c3 100755 (executable)
@@ -30,7 +30,7 @@
 
 use strict;
 use warnings;
-use CGI;
+use CGI qw ( -utf8 );
 use Authen::CAS::Client;
 
 # URL Of the CAS Server