diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-24 09:14:28 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2014-09-25 08:29:37 +0100 |
commit | 5884c88b2d4d412c81919fffcc0c487b49521793 (patch) | |
tree | fd49c97f7476626a3f4cd9834fb1604eb5d76fe3 /ext | |
parent | cc192ed19bd1c52dd1711a900ce276043ce418ae (diff) | |
download | perl-5884c88b2d4d412c81919fffcc0c487b49521793.tar.gz |
Bump $Errno::VERSION for previous commits
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 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 = (); |