In perl.git, the branch smoke-me/leont/utf8-readline has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b660d2fdc616a934439fa8f22e3273ea35eda1c8?hp=6fe0d0725d25e0502d7b1875700e1ffa147e4779>

  discards  6fe0d0725d25e0502d7b1875700e1ffa147e4779 (commit)
- Log -----------------------------------------------------------------
commit b660d2fdc616a934439fa8f22e3273ea35eda1c8
Author: Leon Timmermans <faw...@gmail.com>
Date:   Wed Dec 14 00:17:01 2016 +0100

    Make :via and :scalar use readdelim

M       ext/PerlIO-scalar/scalar.pm
M       ext/PerlIO-scalar/scalar.xs
M       ext/PerlIO-via/via.pm
M       ext/PerlIO-via/via.xs

commit ebc5f1af6a44217a4bc283f53a2e1ade5ac01fce
Author: Leon Timmermans <faw...@gmail.com>
Date:   Mon Apr 9 21:49:11 2012 +0200

    Made :utf8 an actual layer
    
    It will check the input for validity, by default strict validity though 
less strict forms are provided. This also means PerlIO::get_layers doesn't 
return a "utf8" pseudo-layer anymore, which can break some code making that 
assumption.

M       cpan/CPAN-Meta-YAML/t/11_read_string.t
M       lib/PerlIO.pm
M       perlio.c
M       perliol.h
M       pod/perldiag.pod
M       pod/perlfunc.pod
M       pod/perliol.pod
M       pod/perlrun.pod
M       pod/perlunifaq.pod
M       pod/perluniintro.pod
M       t/io/crlf.t
M       t/io/layers.t
M       t/io/utf8.t
M       t/op/print.t
M       universal.c
-----------------------------------------------------------------------

Summary of changes:
 ext/PerlIO-via/via.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ext/PerlIO-via/via.pm b/ext/PerlIO-via/via.pm
index e477dcca19..30083feae8 100644
--- a/ext/PerlIO-via/via.pm
+++ b/ext/PerlIO-via/via.pm
@@ -1,5 +1,5 @@
 package PerlIO::via;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
 require XSLoader;
 XSLoader::load();
 1;

--
Perl5 Master Repository

Reply via email to