Lines Matching refs:gzip
1285 "scan_cache", "index_expire", "gzip", "tar", "unzip", "make",
2649 # test gzip integrity
2654 CPAN::Tarzip->gzip($asl_ungz,$asl_gz);
2676 # test gzip integrity
5643 # CPAN::Tarzip::gzip
5644 sub gzip {
5658 system("$CPAN::Config->{gzip} -c $read > $write")==0;
5680 system("$CPAN::Config->{gzip} -dc $read > $write")==0;
5711 return system("$CPAN::Config->{gzip} -dt $read")==0;
5726 my $pipe = "$CPAN::Config->{gzip} --decompress --stdout $file |";
5789 } elsif (MM->maybe_command($CPAN::Config->{gzip})
5801 CPAN.pm needs either both external programs tar and gzip installed or
5806 if ($prefer==1) { # 1 => external gzip+tar
5810 $system = "$CPAN::Config->{gzip} --decompress --stdout " .
6770 gzip location of external program gzip