diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-25 12:48:21 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-25 12:49:13 +0000 |
commit | 2456140e9cfda88ed22ea1c7290a61234c84aea6 (patch) | |
tree | 87fa9a936bfa0ea9a8f08e263f7c451f7538d4b8 /Porting | |
parent | ec3405c82bf3efe09e36ca55c492c32c1235f449 (diff) | |
download | perl-2456140e9cfda88ed22ea1c7290a61234c84aea6.tar.gz |
Update MIME-Base64 to CPAN version 3.11
[DELTA]
2010-10-24 Gisle Aas <gisle@ActiveState.com>
Release 3.11
Provide encode_base64url and decode_base64url functions to process
the base64 scheme for "URL applications".
The decode_base64() does not issue warnings on suspect input data
any more.
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 44be8874ae..89504ed49a 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.10.tar.gz', + 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.11.tar.gz', 'FILES' => q[cpan/MIME-Base64], 'EXCLUDED' => [ qw{ t/bad-sv.t }, ], 'UPSTREAM' => 'cpan', |