summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLWinGoo.pm
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-14 12:25:53 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-14 12:25:53 +0000
commite5e75ef5cdc189508a454e393dace9af0edd659e (patch)
tree3b9f1aea6b98ba7e4b427041833f2bcdb9410bd6 /Master/tlpkg/TeXLive/TLWinGoo.pm
parent29e1bdaf3442c5b820f39a7759808144b882d235 (diff)
Some more files could use open qw(:utf8 :std).
git-svn-id: svn://tug.org/texlive/trunk@14257 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLWinGoo.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm
index d1f773f87d6..d895a4580cc 100644
--- a/Master/tlpkg/TeXLive/TLWinGoo.pm
+++ b/Master/tlpkg/TeXLive/TLWinGoo.pm
@@ -132,6 +132,8 @@ BEGIN {
use TeXLive::TLUtils;
TeXLive::TLUtils->import( qw( mkdirhier ) );
+use open qw(:utf8 :std);
+
my $is_win = $^O=~/^MSWin(32|64)$/i;
=pod