diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-06-25 13:41:02 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-06-25 13:41:02 +0100 |
commit | 27abe0f1948a5723ae5e7a612239579a589bf012 (patch) | |
tree | 6cc41657b1b38f24ac8d8c032510bcc654a99fcb /ext/Errno | |
parent | 665f5e9843b1005a7fb9372d593a000e7fdb2105 (diff) | |
download | perl-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.PL | 2 |
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 = (); |