diff options
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/install-tl b/Master/install-tl index 84919d14957..dff7d7b833a 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -44,6 +44,8 @@ BEGIN { unshift (@INC, "$::installerdir/tlpkg"); } +use open qw(:utf8 :std); + use Cwd 'abs_path'; use Getopt::Long qw(:config no_autoabbrev); use Pod::Usage; |