summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-01-04 20:54:56 +0000
committerDavid Mitchell <davem@iabyn.com>2009-01-04 20:54:56 +0000
commit6bb0de4e5b084b5bafdfdbfd4366edb1381b6e18 (patch)
tree06061ceae6838c3000220548649f28fd12ca5baf /ext/Errno
parentc012444fd89eef64e1d1687642cdb9f968e96739 (diff)
downloadperl-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.PL2
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 = ();