diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 19:53:51 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-06-28 19:53:51 +0100 |
commit | d7f879921f707b4cc33b49b406921979dac5afd0 (patch) | |
tree | 6b3198d5fe2172a87fd0aba497a4fd565c6d32ee /Porting | |
parent | 4c9d89c5499b414815601cb441e37d78915fb129 (diff) | |
download | perl-d7f879921f707b4cc33b49b406921979dac5afd0.tar.gz |
Update Archive-Extract to CPAN version 0.42
[DELTA]
Updates since 0.38 include: a safe print method that Michael Schwern
contributed, that guards Archive::Extract from changes to $\; a
fix to the tests when run in core perl from Robin Barker; and
support for TZ files contributed by Paul Marquess, who also supplied a
modification for the lzma logic to favour IO::Uncompress::Unlzma
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 f630693ce9..1a90159369 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -183,7 +183,7 @@ use File::Glob qw(:case); 'Archive::Extract' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.38.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.42.tar.gz', 'FILES' => q[cpan/Archive-Extract], 'UPSTREAM' => 'cpan', 'BUGS' => 'bug-archive-extract@rt.cpan.org', |