summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorYitzchak Scott-Thoennes <sthoenna@efn.org>2002-05-27 06:20:56 -0700
committerJarkko Hietaniemi <jhi@iki.fi>2002-05-27 20:42:47 +0000
commit105cd85393438207822dd339c2f2de6688e85dea (patch)
treed35c908d2cf35271a14baa2e19eee7c66c677d0b /ext/Errno
parentf62cb720259c484e37beef31bf5247e5e150815a (diff)
downloadperl-105cd85393438207822dd339c2f2de6688e85dea.tar.gz
Re: [PATCH] Version tango
Message-ID: <oUp88gzkgy+T092yn@efn.org> p4raw-id: //depot/perl@16822
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Errno_pm.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index e4f756e5ee..41560d5672 100644
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -287,6 +287,7 @@ use strict;
die "Errno architecture ($Config{'archname'}-$Config{'osvers'}) does not match executable architecture (\$Config{'archname'}-\$Config{'osvers'})";
\$VERSION = "$VERSION";
+\$VERSION = eval \$VERSION;
\@ISA = qw(Exporter);
EDQ