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:
ccec457
)
Bump VERSION in PerlIO-scalar
author
Steve Hay
<steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:28:26 +0000
(13:28 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Sun, 19 Sep 2010 12:28:26 +0000
(13:28 +0100)
The XS file has been changed since 5.13.4
ext/PerlIO-scalar/scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO-scalar/scalar.pm
b/ext/PerlIO-scalar/scalar.pm
index
f9e4368
..
7fe1f50
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
8
';
+our $VERSION = '0.0
9
';
use XSLoader ();
XSLoader::load 'PerlIO::scalar';
1;