diff options
author | David Mitchell <davem@iabyn.com> | 2009-01-04 20:54:56 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2009-01-04 20:54:56 +0000 |
commit | 6bb0de4e5b084b5bafdfdbfd4366edb1381b6e18 (patch) | |
tree | 06061ceae6838c3000220548649f28fd12ca5baf /ext/Errno | |
parent | c012444fd89eef64e1d1687642cdb9f968e96739 (diff) | |
download | perl-6bb0de4e5b084b5bafdfdbfd4366edb1381b6e18.tar.gz |
bump Errno version number after change 34630 (add Haiku port)
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 802e6386bd..49e6a66ae6 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"; +our $VERSION = "1.10_01"; my %err = (); my %wsa = (); |