diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-18 16:37:43 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-10-18 16:37:43 +0100 |
commit | daec24988e24c01ab264ee5b01da03f539b58741 (patch) | |
tree | 39adac71e522acff1fee607440ff5bf6231aefe0 /Porting | |
parent | 463da0ac9e3d63ff5a2efbc705aad083d4b2b20e (diff) | |
download | perl-daec24988e24c01ab264ee5b01da03f539b58741.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.031
[DELTA]
2.031 21 September 2010
* Updated to use bzip2 1.0.6
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 ea94d2b118..5c5f224427 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -316,7 +316,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.030.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.031.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, qw( bzip2-src/bzip2-cpp.patch |