diff options
author | Tony Cook <tony@develop-help.com> | 2018-01-25 11:42:51 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2018-01-25 11:42:51 +1100 |
commit | a9d53a924999b5c5611eb3b2a46201fbfa3bfbfc (patch) | |
tree | 9069d8b587448818b1bc07e77a083024dc600eb5 /ext | |
parent | 79c8ecffcf3a7e3c0396a470229f729a5dd383c6 (diff) | |
download | perl-a9d53a924999b5c5611eb3b2a46201fbfa3bfbfc.tar.gz |
bump $Errno::VERSION
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Errno/Errno_pm.PL | 2 |
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 = (); |