summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2013-11-08 15:36:57 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2013-11-08 15:36:57 +0100
commitc339b71e86af1ae92c5ea6a248197244d6152bc2 (patch)
tree3cc6ca5e76c2ad4ab2c0ae63f3cc9a3624b53c7f /ext/Errno
parent3531b7f76b22236973e02af94568d83061ef7514 (diff)
downloadperl-c339b71e86af1ae92c5ea6a248197244d6152bc2.tar.gz
This version bump also got lost in the merge
Guess there will always be ways in git to explore ...
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 c2c84b6788..5d6bee58c6 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.20";
+our $VERSION = "1.20_01";
my %err = ();