--- CPAN.pm.orig Thu Apr 30 17:37:45 2009 +++ CPAN.pm Wed Aug 12 18:23:47 2009 @@ -2479,7 +2479,7 @@ $self->debug("localizing funkyftpwise[$url]") if $CPAN::DEBUG; my($f,$funkyftp); - for $f ('lynx','ncftpget','ncftp','wget') { + for $f ('wget') { next unless exists $CPAN::Config->{$f}; $funkyftp = $CPAN::Config->{$f}; next unless defined $funkyftp; @@ -2493,10 +2493,10 @@ } elsif ($f eq "ncftp"){ $src_switch = " -c"; } elsif ($f eq "wget"){ - $src_switch = " -O -"; + $src_switch = " -O $asl_ungz"; } my($chdir) = ""; - my($stdout_redir) = " > $asl_ungz"; + my($stdout_redir) = ""; if ($f eq "ncftpget"){ $chdir = "cd $aslocal_dir && "; $stdout_redir = "";