summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-05-06 20:40:56 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-05-06 20:40:56 +0100
commitdc396cc29397b262d3cc1473ade4229c84e82ca3 (patch)
tree86ffb09680df8f668a1d1f31df41c1b05e4f3c0a /Porting
parentf751400fc758ae12ae31a028a617eea43132a3ec (diff)
downloadperl-dc396cc29397b262d3cc1473ade4229c84e82ca3.tar.gz
Upgrade to Encode-2.60
This upgrade includes the blead customizations from 080a704606 and 9e9002efd1 (amongst other changes) so that Perl 5.20.0 can ship with an official CPAN release of Encode.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl22
1 files changed, 1 insertions, 21 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6bd6cf0b11..32083ef861 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -388,28 +388,8 @@ use File::Glob qw(:case);
},
'Encode' => {
- 'DISTRIBUTION' => 'DANKOGAI/Encode-2.57.tar.gz',
+ 'DISTRIBUTION' => 'DANKOGAI/Encode-2.60.tar.gz',
'FILES' => q[cpan/Encode],
- 'CUSTOMIZED' => [
- # Waiting to be merged upstream: see CPAN RT#95130
- qw(
- bin/enc2xs
- Byte/Makefile.PL
- CN/Makefile.PL
- EBCDIC/Makefile.PL
- encengine.c
- Encode/encode.h
- Encode/encode.h
- Encode/Makefile_PL.e2x
- Encode.pm
- Encode.xs
- JP/Makefile.PL
- KR/Makefile.PL
- Symbol/Makefile.PL
- TW/Makefile.PL
- Unicode/Unicode.xs
- ),
- ],
},
'encoding::warnings' => {