projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c40d75c
)
IO has some minor differences from CPAN. Bump to a _ dev version.
Jesse Vincent [Wed, 30 Sep 2009 20:11:05 +0000 (
05:11
+0900)]
dist/IO/IO.pm
patch
|
blob
|
blame
|
history
diff --git
a/dist/IO/IO.pm
b/dist/IO/IO.pm
index
a72e224
..
c63648e
100644
(file)
--- a/
dist/IO/IO.pm
+++ b/
dist/IO/IO.pm
@@
-7,7
+7,7
@@
use Carp;
use strict;
use warnings;
-our $VERSION = "1.25";
+our $VERSION = "1.25_01";
XSLoader::load 'IO', $VERSION;
sub import {