summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-03 16:45:47 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-03 16:45:47 +0200
commitaa2e500f4328b40475bbd3c2596a829517bf640f (patch)
tree195f929dff23de54a91d8d7ac22f8b7724da78d5 /ext/Errno
parent45b279ec91f88dd43ca9900abb46e1a7d5838322 (diff)
downloadperl-aa2e500f4328b40475bbd3c2596a829517bf640f.tar.gz
Bump $Errno::VERSION after change be54382
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 d33cd26c39..52c1266e18 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.12";
+our $VERSION = "1.13";
my %err = ();
my %wsa = ();