summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2015-09-18 13:29:43 -0400
committerRicardo Signes <rjbs@cpan.org>2015-09-18 13:47:23 -0400
commit6916a94cde40f03bd33b3b63bf26ad8d48b399fd (patch)
tree4f5cf729bd996afb014dfa42d2740562a2e7189d /Porting
parenta293d0fd7883038d8dfef01528c7398ba246b5f9 (diff)
downloadperl-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')
-rwxr-xr-xPorting/Maintainers.pl2
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],
},