diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-12 00:03:47 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-11-12 00:03:47 +0000 |
commit | 46787c0e32a676e3fcb60d752d4858316dc1ef77 (patch) | |
tree | 9d2c703453621608212fa83c4cb086b878229730 /Porting | |
parent | 678febd75acbe46e48e9655d1e7c6345b1d04f0a (diff) | |
download | perl-46787c0e32a676e3fcb60d752d4858316dc1ef77.tar.gz |
Update MIME-Base64 to CPAN version 3.10
[DELTA]
Release 3.10
Provide functions to calculate the length of encoded and decoded
base64 strings [RT#62404]
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 3a954e717e..a055a5c50e 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.09.tar.gz', + 'DISTRIBUTION' => 'GAAS/MIME-Base64-3.10.tar.gz', 'FILES' => q[cpan/MIME-Base64], 'EXCLUDED' => [ qw{ t/bad-sv.t }, ], 'UPSTREAM' => 'cpan', |