summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-26 23:24:22 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-11-26 23:25:39 +0000
commit37fa633444b8c1fc34df1a1bc8c199a5d208ad86 (patch)
treef92cc5670f1ba72ac162e1c0adfb57a7d4c25830 /Porting
parent001c3c51d1d471266e2a6c3da873e448b161c64b (diff)
downloadperl-37fa633444b8c1fc34df1a1bc8c199a5d208ad86.tar.gz
Update MIME-Base64 to CPAN version 3.13
[DELTA] 2010-10-26 Gisle Aas <gisle@ActiveState.com> Release 3.13 The fix in v3.12 to try to preserve the SvUTF8 flag was buggy and actually managed to set the flag on strings that did not have it originally. This resolves the test failures for Encode::Encoder
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 b699f0df28..72ee55569c 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -927,7 +927,7 @@ use File::Glob qw(:case);
'MIME::Base64' =>
{
'MAINTAINER' => 'gaas',
- 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.12.tar.gz',
+ 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.13.tar.gz',
'FILES' => q[cpan/MIME-Base64],
'EXCLUDED' => [ qw{ t/bad-sv.t }, ],
'UPSTREAM' => 'cpan',