diff options
author | Karl Williamson <khw@cpan.org> | 2014-06-17 18:00:13 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-06-17 18:25:04 -0600 |
commit | d3532481a36e82cf5b9642b3dfe203a314a17cab (patch) | |
tree | 4f936eef2120ce7a36483908e892b80245b550ed /Porting | |
parent | 6d62ead0518e8953df12934fbbe8745cd0640b1d (diff) | |
download | perl-d3532481a36e82cf5b9642b3dfe203a314a17cab.tar.gz |
Revert the removal of 'use encoding'
We've decided to not remove 'use encoding' in v5.20.
This reverts commits b017fe877ad78f04afaa3c1327fc46391f572bfb,
7053d92917f7cb46452de86dc4c6d8644cae849c, and
b06e47f717f77453fbdaef628efc2b9c83898a8b
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cd040938bf..6570126635 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -383,14 +383,6 @@ use File::Glob qw(:case); 'Encode' => { 'DISTRIBUTION' => 'DANKOGAI/Encode-2.62.tar.gz', 'FILES' => q[cpan/Encode], - 'CUSTOMIZED' => [ - 'encoding.pm', - 't/enc_data.t', - 't/enc_eucjp.t', - 't/enc_utf8.t', - 't/encoding.t', - 't/jperl.t', - ], }, 'encoding::warnings' => { |