diff options
-rwxr-xr-x | Master/texmf/scripts/tetex/updmap.pl | 3 | ||||
-rw-r--r-- | Master/tlpkg/dev/multi-updmap.pl | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/scripts/tetex/updmap.pl b/Master/texmf/scripts/tetex/updmap.pl index 2f988ca926a..c3f42bb4a26 100755 --- a/Master/texmf/scripts/tetex/updmap.pl +++ b/Master/texmf/scripts/tetex/updmap.pl @@ -8,6 +8,9 @@ BEGIN { $^W=1; + if ($] < 5.008008) { + die "$0: Perl version 5.8.8 or newer required. Aborting.\n"; + } chomp($TEXMFROOT = `kpsewhich -var-value=TEXMFROOT`); unshift (@INC, "$TEXMFROOT/tlpkg"); } diff --git a/Master/tlpkg/dev/multi-updmap.pl b/Master/tlpkg/dev/multi-updmap.pl index d786c122e73..9704570bad9 100644 --- a/Master/tlpkg/dev/multi-updmap.pl +++ b/Master/tlpkg/dev/multi-updmap.pl @@ -9,7 +9,7 @@ # Original shell script (C) 2002 Thomas Esser # first perl variant (C) Fabrice Popineau # later adaptions by Reinhard Kotucha and Karl Berry -# the original version where licensed under the following agreement: +# the original version were licensed under the following agreement: # Anyone may freely use, modify, and/or distribute this file, without # limitation. # |