summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-14 12:09:39 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-14 12:09:39 +0000
commit29e1bdaf3442c5b820f39a7759808144b882d235 (patch)
tree7a2adca77b7ce5b0707fcd814073f5f2552cae9d /Master/tlpkg
parent16ed75f54ee3eb917f9f84e4e4465dcffebbc7b5 (diff)
TLUtils needs to use the open pragma for utf8 too.
git-svn-id: svn://tug.org/texlive/trunk@14256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm
index 3482df218d8..297eddd4118 100644
--- a/Master/tlpkg/TeXLive/TLUtils.pm
+++ b/Master/tlpkg/TeXLive/TLUtils.pm
@@ -139,6 +139,8 @@ BEGIN {
win32 xchdir xsystem run_cmd);
}
+use open qw(:utf8 :std);
+
use Cwd;
use Digest::MD5;
use Getopt::Long;