This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe0bb5
)
bump PerlIO::scalar version
author
David Mitchell
<davem@iabyn.com>
Wed, 5 May 2010 21:58:50 +0000
(22:58 +0100)
committer
David Mitchell
<davem@iabyn.com>
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.0
7
';
+our $VERSION = '0.0
8
';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;