diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-15 01:13:04 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-07-15 01:13:04 +0000 |
commit | e2abceca35f10da35aa6711162768d389e554987 (patch) | |
tree | 21b403172c10290850cba1c1fbb9ffe5b1707f37 /Master/tlpkg/bin | |
parent | 181c66eec8ef64814280c5d11c6e4f92edc6c12d (diff) |
Undo rev 14242, 14243, 14256, 14257: apparently our Perl for windows doesn't
support the open pragma.
(OOPS: commited more than I wanted to. Also added files from the generic package
'shade'. This package was 'added' in r14213.)
git-svn-id: svn://tug.org/texlive/trunk@14264 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-nsis | 2 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tlpfiles | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-nsis b/Master/tlpkg/bin/tl-update-nsis index 6a928bf2a7a..78ef875db99 100755 --- a/Master/tlpkg/bin/tl-update-nsis +++ b/Master/tlpkg/bin/tl-update-nsis @@ -16,8 +16,6 @@ our $mydir; use strict; -use open qw(:utf8 :std); - use TeXLive::TLConfig; use TeXLive::TLUtils; use TeXLive::TLPOBJ; diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles index d2f54841d68..d5407b45aab 100755 --- a/Master/tlpkg/bin/tlpfiles +++ b/Master/tlpkg/bin/tlpfiles @@ -17,8 +17,6 @@ BEGIN { use strict; -use open qw(:utf8 :std); - use TeXLive::TLConfig qw/$RelocPrefix $RelocTree/; use TeXLive::TLPDB; use Pod::Usage; |