projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c012444
)
bump Errno version number after change 34630 (add Haiku port)
David Mitchell [Sun, 4 Jan 2009 20:54:56 +0000 (20:54 +0000)]
ext/Errno/Errno_pm.PL
patch
|
blob
|
blame
|
history
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 = ();