summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2018-01-25 11:42:51 +1100
committerTony Cook <tony@develop-help.com>2018-01-25 11:42:51 +1100
commita9d53a924999b5c5611eb3b2a46201fbfa3bfbfc (patch)
tree9069d8b587448818b1bc07e77a083024dc600eb5 /ext/Errno
parent79c8ecffcf3a7e3c0396a470229f729a5dd383c6 (diff)
downloadperl-a9d53a924999b5c5611eb3b2a46201fbfa3bfbfc.tar.gz
bump $Errno::VERSION
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 e7f00b788f..d565f31b2f 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.28";
+our $VERSION = "1.29";
my %err = ();