Perl-Dist
view release on metacpan or search on metacpan
share/default/perl-5.10.0/lib/CPAN/Config.pm.tt view on Meta::CPAN
$CPAN::Config = {
'cpan_home' => File::Spec->catdir( File::Spec->tmpdir, 'cpan' ),
'make' => q[], # should autodetect from path
'urllist' => [ q[http://cpan.strawberryperl.com/] ],
'prerequisites_policy' => q[follow],
'make_install_arg' => q[UNINST=1],
'mbuild_install_arg' => q[--uninst 1],
# wish CPAN.pm would leave these disabled, but it doesn't yet
'ftp' => q[ ],
'gpg' => q[ ],
'gzip' => q[ ],
'lynx' => q[ ],
'ncftp' => q[ ],
'ncftpget' => q[ ],
'tar' => q[ ],
'unzip' => q[ ],
'wget' => q[ ],
};
1;
__END__
share/default/perl-5.8.8/lib/CPAN/Config.pm.tt view on Meta::CPAN
$CPAN::Config = {
'cpan_home' => File::Spec->catdir( File::Spec->tmpdir, 'cpan' ),
'make' => q[], # should autodetect from path
'urllist' => [ q[http://cpan.strawberryperl.com/] ],
'prerequisites_policy' => q[follow],
'make_install_arg' => q[UNINST=1],
'mbuild_install_arg' => q[--uninst 1],
# wish CPAN.pm would leave these disabled, but it doesn't yet
'ftp' => q[ ],
'gpg' => q[ ],
'gzip' => q[ ],
'lynx' => q[ ],
'ncftp' => q[ ],
'ncftpget' => q[ ],
'tar' => q[ ],
'unzip' => q[ ],
'wget' => q[ ],
};
1;
__END__
share/default/perl-5.8.9/lib/CPAN/Config.pm.tt view on Meta::CPAN
$CPAN::Config = {
'cpan_home' => File::Spec->catdir( File::Spec->tmpdir, 'cpan' ),
'make' => q[], # should autodetect from path
'urllist' => [ q[http://cpan.strawberryperl.com/] ],
'prerequisites_policy' => q[follow],
'make_install_arg' => q[UNINST=1],
'mbuild_install_arg' => q[--uninst 1],
# wish CPAN.pm would leave these disabled, but it doesn't yet
'ftp' => q[ ],
'gpg' => q[ ],
'gzip' => q[ ],
'lynx' => q[ ],
'ncftp' => q[ ],
'ncftpget' => q[ ],
'tar' => q[ ],
'unzip' => q[ ],
'wget' => q[ ],
};
1;
__END__
share/vanilla/perl-5.10.0/lib/CPAN/Config.pm view on Meta::CPAN
colorize_output => q[0],
colorize_print => q[bold blue on_white],
colorize_warn => q[bold red on_white],
commandnumber_in_prompt => q[0],
cpan_home => $cpan,
curl => q[],
ftp => "$system32\\ftp.exe",
ftp_passive => q[1],
ftp_proxy => q[],
getcwd => q[cwd],
gpg => q[],
gzip => q[],
histfile => "$cpan\\histfile",
histsize => q[100],
http_proxy => q[],
inactivity_timeout => q[0],
index_expire => q[1],
inhibit_startup_message => q[0],
keep_source_where => "$cpan\\sources",
load_module_verbosity => q[none],
lynx => q[],
( run in 0.748 second using v1.01-cache-2.11-cpan-df04353d9ac )