common: fix utf8 io layer of cgi output
[sheet.git] / common.inc.plp
index d51e3e672870520d126a6e0fc10d4f5c02128357..72a0eb8c438cd03175b8ed1d919700a9aca2fa17 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 no  warnings 'qw';  # you know what you doing
 no  warnings 'uninitialized';  # save some useless checks for more legible code
-use open IO => ':utf8';
+use open ':std' => ':utf8';
 
 use File::stat 'stat';
 use HTTP::Date;