perl_mlb
view release on metacpan or search on metacpan
CPAN/Config.pm view on Meta::CPAN
'build_cache' => q[300],
'build_dir' => q[k:/tmp/perl581_21211/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[k:/tmp/perl581_21211/.cpan],
'dontload_hash' => { },
'expire_old_builds' => q[-1],
'flush_old_builds' => q[0],
'ftp' => q[d:/tcpip/bin/ftp.exe],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[i:/UTILS/gzip.exe],
'histfile' => q[k:/tmp/perl581_21211/.cpan/histfile],
'histsize' => q[3000],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[365],
'inhibit_startup_message' => q[0],
'install_uptodate' => q[modules bundles distributions],
'keep_source_where' => q[k:/tmp/perl581_21211/.cpan/sources],
'lynx' => q[i:/emx.add/BIN/lynx.exe],
CPAN/Config.pm-do-uptodate view on Meta::CPAN
'build_cache' => q[300],
'build_dir' => q[k:/tmp/perl581_21211/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[k:/tmp/perl581_21211/.cpan],
'dontload_hash' => { },
'expire_old_builds' => q[-1],
'flush_old_builds' => q[0],
'ftp' => q[d:/tcpip/bin/ftp.exe],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[i:/UTILS/gzip.exe],
'histfile' => q[k:/tmp/perl581_21211/.cpan/histfile],
'histsize' => q[3000],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[365],
'inhibit_startup_message' => q[0],
'install_uptodate' => q[bundles distributions],
'keep_source_where' => q[k:/tmp/perl581_21211/.cpan/sources],
'lynx' => q[i:/emx.add/BIN/lynx.exe],
CPAN/Config.pm-install-full view on Meta::CPAN
'build_cache' => q[300],
'build_dir' => q[k:/tmp/perl581_21211/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[k:/tmp/perl581_21211/.cpan],
'dontload_hash' => { },
'expire_old_builds' => q[-1],
'flush_old_builds' => q[0],
'ftp' => q[d:/tcpip/bin/ftp.exe],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[i:/UTILS/gzip.exe],
'histfile' => q[k:/tmp/perl581_21211/.cpan/histfile],
'histsize' => q[3000],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[365],
'inhibit_startup_message' => q[0],
'install_uptodate' => q[modules bundles distributions],
'keep_source_where' => q[k:/tmp/perl581_21211/.cpan/sources],
'lynx' => q[i:/emx.add/BIN/lynx.exe],
CPAN/Config.pm-skip-uptodate view on Meta::CPAN
'build_cache' => q[300],
'build_dir' => q[k:/tmp/perl581_21211/.cpan/build],
'cache_metadata' => q[1],
'cpan_home' => q[k:/tmp/perl581_21211/.cpan],
'dontload_hash' => { },
'expire_old_builds' => q[-1],
'flush_old_builds' => q[0],
'ftp' => q[d:/tcpip/bin/ftp.exe],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[i:/UTILS/gzip.exe],
'histfile' => q[k:/tmp/perl581_21211/.cpan/histfile],
'histsize' => q[3000],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[365],
'inhibit_startup_message' => q[0],
'install_uptodate' => q[],
'keep_source_where' => q[k:/tmp/perl581_21211/.cpan/sources],
'lynx' => q[i:/emx.add/BIN/lynx.exe],
CPAN/FirstTime.pm.orig1 view on Meta::CPAN
disable the use of a download program, you can type a space followed
by ENTER.
};
my $old_warn = $^W;
local $^W if $^O eq 'MacOS';
my(@path) = split /$Config{'path_sep'}/, $ENV{'PATH'};
local $^W = $old_warn;
my $progname;
for $progname (qw/gzip tar unzip make lynx wget ncftpget ncftp ftp gpg/){
if ($^O eq 'MacOS') {
$CPAN::Config->{$progname} = 'not_here';
next;
}
my $progcall = $progname;
# we don't need ncftp if we have ncftpget
next if $progname eq "ncftp" && $CPAN::Config->{ncftpget} gt " ";
my $path = $CPAN::Config->{$progname}
|| $Config::Config{$progname}
|| "";
( run in 1.184 second using v1.01-cache-2.11-cpan-df04353d9ac )