This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bump Errno version number after change 34630 (add Haiku port)
[perl5.git]
/
ext
/
Errno
/
Errno_pm.PL
diff --git
a/ext/Errno/Errno_pm.PL
b/ext/Errno/Errno_pm.PL
index
802e638
..
49e6a66
100644
(file)
--- 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.10";
+our $VERSION = "1.10
_01
";
my %err = ();
my %wsa = ();