summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2016-08-04 13:06:12 -0700
committerFather Chrysostomos <sprout@cpan.org>2016-08-04 13:12:19 -0700
commit860aed1a66433b47c656b10cda8f388ea3b26dcd (patch)
tree02612059380694a8e8e13d430a15518f07604b78 /ext/Errno
parent97375ecb5a6e908690ff85bb2f9995c9470c73a9 (diff)
downloadperl-860aed1a66433b47c656b10cda8f388ea3b26dcd.tar.gz
Increase $Errno::VERSION to 1.26
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 37806eb1ae..3c5c443c03 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.25";
+our $VERSION = "1.26";
my %err = ();