In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/01dbcb1bde5c332d4c6aa16261b174729d6e8e1b?hp=63e3d0406b23de6d9e115c85cd530f9238ccb539>
- Log ----------------------------------------------------------------- commit 01dbcb1bde5c332d4c6aa16261b174729d6e8e1b Author: Karl Williamson <[email protected]> Date: Thu Dec 22 10:53:56 2016 -0700 PerlIO-scalar: Bump version to 0.26 ----------------------------------------------------------------------- Summary of changes: ext/PerlIO-scalar/scalar.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/PerlIO-scalar/scalar.pm b/ext/PerlIO-scalar/scalar.pm index dcba127162..ce328ede23 100644 --- a/ext/PerlIO-scalar/scalar.pm +++ b/ext/PerlIO-scalar/scalar.pm @@ -1,5 +1,5 @@ package PerlIO::scalar; -our $VERSION = '0.25'; +our $VERSION = '0.26'; require XSLoader; XSLoader::load(); 1; -- Perl5 Master Repository
