diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-11-08 15:36:57 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-11-08 15:36:57 +0100 |
commit | c339b71e86af1ae92c5ea6a248197244d6152bc2 (patch) | |
tree | 3cc6ca5e76c2ad4ab2c0ae63f3cc9a3624b53c7f /ext/Errno | |
parent | 3531b7f76b22236973e02af94568d83061ef7514 (diff) | |
download | perl-c339b71e86af1ae92c5ea6a248197244d6152bc2.tar.gz |
This version bump also got lost in the merge
Guess there will always be ways in git to explore ...
Diffstat (limited to 'ext/Errno')
-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 c2c84b6788..5d6bee58c6 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"; +our $VERSION = "1.20_01"; my %err = (); |