summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-06-25 13:41:02 +0100
committerNicholas Clark <nick@ccl4.org>2009-06-25 13:41:02 +0100
commit27abe0f1948a5723ae5e7a612239579a589bf012 (patch)
tree6cc41657b1b38f24ac8d8c032510bcc654a99fcb /ext/Errno
parent665f5e9843b1005a7fb9372d593a000e7fdb2105 (diff)
downloadperl-27abe0f1948a5723ae5e7a612239579a589bf012.tar.gz
As Errno is formally no longer dual-lived, give it a proper version number.
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 dc8eaba8b0..124b8fc8b4 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.10_01";
+our $VERSION = "1.11";
my %err = ();
my %wsa = ();