From 08ad9465eddc2d08165efd8d3767520c6897b2fe Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Sat, 3 Dec 2011 23:59:33 +0000 Subject: Update IO-Compress to CPAN version 2.044 [DELTA] 2.044 2 December 2011 * Moved FAQ.pod under the lib directory so it can get installed * Added bin/zipdetails * IO::Compress::Zip - In one-shot mode enable Zip64 mode if the input file/buffer >= 0xFFFFFFFF bytes. * IO::Compress::FAQ - Updates --- installperl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installperl') diff --git a/installperl b/installperl index 7ce56c31d1..a67cd6d00e 100755 --- a/installperl +++ b/installperl @@ -707,8 +707,9 @@ sub installlib { # scripts in lib/ExtUtils, the prove script in lib/Test/Harness, # the corelist script from lib/Module/CoreList/bin and ptar* in # lib/Archive/Tar/bin, the config_data script in lib/Module/Build/scripts + # and zipdetails in cpan/IO-Compress/bin # (they're installed later with other utils) - return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|cpan2dist|cpanp|cpanp-run-perl|ptardiff|ptargrep|config_data)\z/; + return if $name =~ /^(?:cpan|instmodsh|prove|corelist|ptar|cpan2dist|cpanp|cpanp-run-perl|ptardiff|ptargrep|config_data|zipdetails)\z/; # ignore the Makefiles return if $name =~ /^makefile$/i; # ignore the test extensions -- cgit v1.2.1