summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-30 16:03:40 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-30 16:03:40 +0000
commit76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068 (patch)
tree07df987d6dc9101dd46cf553b10d3842b15a9e0f /ext/Errno
parent561c79edc84c161bc73be7aa0d10cde362797d7d (diff)
downloadperl-76fbd8c4ea7bb4d7a18a2c0a1d508a67659f3068.tar.gz
More VERSION tuning: to avoid unnecessary Perl upgrades
by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Errno_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index b3514d41e0..58b440b9c4 100644
--- a/ext/Errno/Errno_pm.PL
+++ b/ext/Errno/Errno_pm.PL
@@ -2,7 +2,7 @@ use ExtUtils::MakeMaker;
use Config;
use strict;
-our $VERSION = "1.111";
+our $VERSION = "1.09_00";
my %err = ();