diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-12-09 15:24:29 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-12-09 15:24:29 +0000 |
commit | 17aa418594b780abe2ae4b2dfdd5d03e1432bd6b (patch) | |
tree | 63284fc1d86b8688adec8ce0c05f33546e800bdc /Porting | |
parent | 503436852cd828a270769d86d8f9f50fab0380d1 (diff) | |
download | perl-17aa418594b780abe2ae4b2dfdd5d03e1432bd6b.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.067
[DELTA]
2.067 8 Dec 2014
* Silence compiler warnings
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 905d6c3e0d..e29dc2a96e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -204,7 +204,7 @@ use File::Glob qw(:case); }, 'Compress::Raw::Bzip2' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.066.tar.gz', + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Bzip2-2.067.tar.gz', 'FILES' => q[cpan/Compress-Raw-Bzip2], 'EXCLUDED' => [ qr{^t/Test/}, |