projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ffe0bb5
)
bump PerlIO::scalar version
David Mitchell [Wed, 5 May 2010 21:58:50 +0000 (22:58 +0100)]
ext/PerlIO-scalar/scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO-scalar/scalar.pm
b/ext/PerlIO-scalar/scalar.pm
index
5188ddb
..
f9e4368
100644
(file)
--- a/
ext/PerlIO-scalar/scalar.pm
+++ b/
ext/PerlIO-scalar/scalar.pm
@@
-1,5
+1,5
@@
package PerlIO::scalar;
-our $VERSION = '0.07';
+our $VERSION = '0.08';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;