summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/dev')
-rw-r--r--Master/tlpkg/dev/multi-updmap.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/multi-updmap.pl b/Master/tlpkg/dev/multi-updmap.pl
index a6ba04f5e35..d786c122e73 100644
--- a/Master/tlpkg/dev/multi-updmap.pl
+++ b/Master/tlpkg/dev/multi-updmap.pl
@@ -28,6 +28,9 @@ my ($TEXMFROOT, $TEXMFMAIN, $TEXMFVAR);
BEGIN {
$^W=1;
+ if ($] < 5.008008) {
+ die "$0: Perl version 5.8.8 or newer required. Aborting.\n";
+ }
$TEXMFROOT = `kpsewhich -var-value=TEXMFROOT`;
if ($?) {
print STDERR "updmap: Cannot find TEXMFROOT, aborting!\n";