projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b35bc0c
)
Bump version of PerlIO::scalar
Rafael Garcia-Suarez [Thu, 7 Sep 2006 11:46:40 +0000 (11:46 +0000)]
p4raw-id: //depot/perl@28799
ext/PerlIO/scalar/scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO/scalar/scalar.pm
b/ext/PerlIO/scalar/scalar.pm
index
1eead60
..
9bd506f
100644
(file)
--- a/
ext/PerlIO/scalar/scalar.pm
+++ b/
ext/PerlIO/scalar/scalar.pm
@@
-1,5
+1,5
@@
package PerlIO::scalar;
-our $VERSION = '0.04';
+our $VERSION = '0.05';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;