diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-05-27 22:50:46 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-05-27 22:50:46 +0100 |
commit | 3383dc2c38271fef318bd4d8d6f10c0ea537aceb (patch) | |
tree | 206fd71d74e7873fdf9d05635dfcd6ef68d65706 /Porting | |
parent | 24ee35539e5d73b5154f5b656396a34acc420d51 (diff) | |
download | perl-3383dc2c38271fef318bd4d8d6f10c0ea537aceb.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.061
[DELTA]
2.061 19 May 2013
* silence compiler warning by making 2nd parameter to
DispStream a const char*
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 0ad284c63d..922450dbfa 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -351,7 +351,7 @@ use File::Glob qw(:case); 'Compress::Raw::Bzip2' => { 'MAINTAINER' => 'pmqs', - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.060.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.061.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, |