Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
# cpan
$CPAN::Config = {
'build_cache' => q[50],
'build_dir' => q[/root/.cpan/build],
'bzip2' => q[],
'cache_metadata' => q[1],
'cpan_home' => q[/root/.cpan],
'curl' => q[],
'dontload_hash' => { },
'ftp' => q[],
'ftp_proxy' => q[],
'getcwd' => q[cwd],
'gpg' => q[],
'gzip' => q[],
'histfile' => q[/root/.cpan/histfile],
'histsize' => q[100],
'http_proxy' => q[],
'inactivity_timeout' => q[0],
'index_expire' => q[1],
'inhibit_startup_message' => q[0],
'keep_source_where' => q[/root/.cpan/sources],
'lynx' => q[],
'make' => q[/usr/bin/make],
'make_arg' => q[],
'make_install_arg' => q[],
'make_install_make_command' => q[/usr/bin/make],
'makepl_arg' => q[],
'mbuild_arg' => q[],
'mbuild_install_arg' => q[],
'mbuild_install_build_command' => q[./Build],
'mbuildpl_arg' => q[],
'ncftp' => q[],
'ncftpget' => q[],
'no_proxy' => q[],
'pager' => q[more],
'prefer_installer' => q[EUMM],
'prerequisites_policy' => q[ask],
'scan_cache' => q[atstart],
'shell' => q[],
'show_upload_date' => q[0],
'tar' => q[],
'term_is_latin' => q[1],
'unzip' => q[],
'urllist' => [q[ftp://ftp.duke.edu/pub/perl/], q[ftp://mirrors.kernel.org/pub/CPAN], q[[URL unfurl="true"]http://www.perl.com/CPAN/[/URL]]],
'wget' => q[],
};
1;
__END__