diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-03 08:32:45 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2018-07-03 17:26:03 +0100 |
commit | 9a27f4d06a78fda2cb1838e79f11f23fe8c95d83 (patch) | |
tree | 79072e809b6950643d88ce9b27adddc73c3d5e66 /Porting | |
parent | 2692cc798312a822bdab007d7bf1320f2f0ebb44 (diff) | |
download | perl-9a27f4d06a78fda2cb1838e79f11f23fe8c95d83.tar.gz |
Upgrade Compress::Raw::Zlib from 2.076 to 2.081
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 778bf3bfd8..e84e8b8c85 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -221,8 +221,7 @@ use File::Glob qw(:case); }, 'Compress::Raw::Zlib' => { - 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.076.tar.gz', - + 'DISTRIBUTION' => 'PMQS/Compress-Raw-Zlib-2.081.tar.gz', 'FILES' => q[cpan/Compress-Raw-Zlib], 'EXCLUDED' => [ qr{^examples/}, |