diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-12-22 14:40:52 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-12-22 15:05:16 +0000 |
commit | 919ec23b10e41ed5c6aaf77a8ae3d2f7ef279f1b (patch) | |
tree | 62498cd819d0cc48206637adf21789a4fd9090db /Porting | |
parent | c1cec775e9019cc8ae244d4db239a7ea5c0b343e (diff) | |
download | perl-919ec23b10e41ed5c6aaf77a8ae3d2f7ef279f1b.tar.gz |
Update Encode to CPAN version 2.56
[DELTA]
$Revision: 2.55 $ $Date: 2013/09/14 07:51:59 $
! Encode.pm t/Encode.t
Merged RT#91569: [PATCH] decode_utf8 and non-PVs
https://rt.cpan.org/Ticket/Display.html?id=91569
Diffstat (limited to 'Porting')
-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 02d75bdf39..8e21940150 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -399,7 +399,7 @@ use File::Glob qw(:case); }, 'Encode' => { - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.55.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.56.tar.gz', 'FILES' => q[cpan/Encode], }, |