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:
63e3d04
)
PerlIO-scalar: Bump version to 0.26
author
Karl Williamson
<khw@cpan.org>
Thu, 22 Dec 2016 17:53:56 +0000
(10:53 -0700)
committer
Karl Williamson
<khw@cpan.org>
Thu, 22 Dec 2016 17:58:40 +0000
(10:58 -0700)
ext/PerlIO-scalar/scalar.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/PerlIO-scalar/scalar.pm
b/ext/PerlIO-scalar/scalar.pm
index
dcba127
..
ce328ed
100644
(file)
--- a/
ext/PerlIO-scalar/scalar.pm
+++ b/
ext/PerlIO-scalar/scalar.pm
@@
-1,5
+1,5
@@
package PerlIO::scalar;
-our $VERSION = '0.2
5
';
+our $VERSION = '0.2
6
';
require XSLoader;
XSLoader::load();
1;