diff options
author | Ricardo Signes <rjbs@cpan.org> | 2015-09-18 13:29:43 -0400 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2015-09-18 13:47:23 -0400 |
commit | 6916a94cde40f03bd33b3b63bf26ad8d48b399fd (patch) | |
tree | 4f5cf729bd996afb014dfa42d2740562a2e7189d /Porting/Maintainers.pl | |
parent | a293d0fd7883038d8dfef01528c7398ba246b5f9 (diff) | |
download | perl-6916a94cde40f03bd33b3b63bf26ad8d48b399fd.tar.gz |
Update Encode to CPAN version 2.77
[DELTA]
$Revision: 2.77 $ $Date: 2015/09/15 13:53:27 $
! Unicode/Unicode.xs Unicode/Unicode.pm
Address RT#107043: If no BOM is found, the routine dies.
When you decode from UTF-(16|32) without -BE or LE without BOM,
Encode now assumes BE accordingly to RFC2781 and the Unicode
Standard version 8.0
https://rt.cpan.org/Public/Bug/Display.html?id=107043
! Makefile.PL encoding.t
Mend pull/42
! Encode.xs Makefile.PL encoding.pm encoding.t
Pulled: precompile 1252 table as that is now the Pod::Simple default
https://github.com/dankogai/p5-encode/pull/42
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d28fef7af3..ce207c4df8 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -385,7 +385,7 @@ use File::Glob qw(:case); }, 'Encode' => { - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.76.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.77.tar.gz', 'FILES' => q[cpan/Encode], }, |