summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-09-24 09:14:28 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-09-25 08:29:37 +0100
commit5884c88b2d4d412c81919fffcc0c487b49521793 (patch)
treefd49c97f7476626a3f4cd9834fb1604eb5d76fe3 /ext/Errno
parentcc192ed19bd1c52dd1711a900ce276043ce418ae (diff)
downloadperl-5884c88b2d4d412c81919fffcc0c487b49521793.tar.gz
Bump $Errno::VERSION for previous commits
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 22313e9249..32b91b26fe 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_04";
+our $VERSION = "1.21";
my %err = ();