summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-13 20:18:18 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-07-13 20:18:18 +0000
commit6524bf3b9b5245e77c7bcf66e2f7bd7f47e23954 (patch)
tree3994b6777aa23e27771c54b112295710355d41d9 /Master/tlpkg/TeXLive/TLTREE.pm
parentf804986136439e14003717e1798f66e20a91c049 (diff)
Assume utf8 for all I/O.
git-svn-id: svn://tug.org/texlive/trunk@14242 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLTREE.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLTREE.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/TeXLive/TLTREE.pm b/Master/tlpkg/TeXLive/TLTREE.pm
index d0897d20885..550a163ba3f 100644
--- a/Master/tlpkg/TeXLive/TLTREE.pm
+++ b/Master/tlpkg/TeXLive/TLTREE.pm
@@ -9,6 +9,8 @@ package TeXLive::TLTREE;
use TeXLive::TLUtils;
+use open qw(:utf8 :std);
+
sub new {
my $class = shift;
my %params = @_;