In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/7a0be72ee91841d7e4109296e11dc081097afbfe?hp=ea3faa6ebfe4fad5563738edde470c34c60fd357>
- Log ----------------------------------------------------------------- commit 7a0be72ee91841d7e4109296e11dc081097afbfe Author: Karl Williamson <[email protected]> Date: Wed Jul 13 14:42:59 2016 -0600 cpan/Encode/encoding.pm: Fix typo in pod ----------------------------------------------------------------------- Summary of changes: cpan/Encode/encoding.pm | 2 +- t/porting/customized.dat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpan/Encode/encoding.pm b/cpan/Encode/encoding.pm index afdcfac..fffcaf7 100644 --- a/cpan/Encode/encoding.pm +++ b/cpan/Encode/encoding.pm @@ -302,7 +302,7 @@ There are two basic modes of operation (plus turning if off): =item C<use encoding ['I<ENCNAME>'] ;> -Please note: This mode of operation is not longer supported as of Perl +Please note: This mode of operation is no longer supported as of Perl v5.26. This is the normal operation. It translates various literals encountered in diff --git a/t/porting/customized.dat b/t/porting/customized.dat index 49fd57d..0fc7bec 100644 --- a/t/porting/customized.dat +++ b/t/porting/customized.dat @@ -1,5 +1,5 @@ Encode cpan/Encode/Byte/Makefile.PL 54f446297d614331ef3f51e8310faff27cc44f90 -Encode cpan/Encode/encoding.pm 45bf1ee76bbed15d721427c04c8b6e104a0d39b6 +Encode cpan/Encode/encoding.pm 90ea1844e5ae863a17dd40ac6a0f27f438db9c1f ExtUtils::Constant cpan/ExtUtils-Constant/t/Constant.t a0369c919e216fb02767a637666bb4577ad79b02 ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/basic.t b7ee8691baf37197bf4249534f429fcf28f5cedf ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm 27aaa6acefd4223b57de74299314c19891ed17bc -- Perl5 Master Repository
