diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-10-06 13:56:23 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-10-06 13:56:23 +0100 |
commit | 9e7c8eb791952f77b76918a0769a9e6f17ff408d (patch) | |
tree | 8bca803ba8c2b3d19fac95674ec121d41dcf54be /Porting | |
parent | f83e001e339db3eb180f5f1918c268681665839d (diff) | |
download | perl-9e7c8eb791952f77b76918a0769a9e6f17ff408d.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.069
[DELTA]
2.069 26 Sept 2015
* reduce compiler warnings and stderr noise
[#101340]
* consting misc tables
[#101296]
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 728fa51bb5..46d0a6096a 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -200,7 +200,7 @@ use File::Glob qw(:case); }, 'Compress::Raw::Bzip2' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.068.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.069.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, |