projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
665f5e9
)
As Errno is formally no longer dual-lived, give it a proper version number.
Nicholas Clark [Thu, 25 Jun 2009 12:41:02 +0000 (13:41 +0100)]
ext/Errno/Errno_pm.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Errno/Errno_pm.PL
b/ext/Errno/Errno_pm.PL
index
dc8eaba
..
124b8fc
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_01";
+our $VERSION = "1.11";
my %err = ();
my %wsa = ();