config.pm

来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· PM 代码 · 共 71 行

PM
71
字号
# This is CPAN.pm's systemwide configuration file. This file provides# defaults for users, and the values can be changed in a per-user# configuration file. The user-config file is being looked for as# ~/.cpan/CPAN/MyConfig.pm.$CPAN::Config = {  'applypatch' => q[],  'auto_commit' => q[0],  'build_cache' => q[100],  'build_dir' => q[/root/.cpan/build],  'build_dir_reuse' => q[1],  'build_requires_install_policy' => q[ask/yes],  'bzip2' => q[/opt/lampp/bin/bzip2],  'cache_metadata' => q[1],  'check_sigs' => q[0],  'colorize_output' => q[0],  'commandnumber_in_prompt' => q[1],  'cpan_home' => q[/root/.cpan],  'curl' => q[/opt/lampp/bin/curl],  'ftp' => q[/usr/bin/ftp],  'ftp_passive' => q[1],  'ftp_proxy' => q[],  'getcwd' => q[cwd],  'gpg' => q[],  'gzip' => q[/bin/gzip],  '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],  'load_module_verbosity' => q[v],  'lynx' => q[/usr/bin/lynx],  '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[],  'ncftpget' => q[/usr/bin/ncftpget],  'no_proxy' => q[],  'pager' => q[/usr/bin/less],  'patch' => q[/usr/bin/patch],  'prefer_installer' => q[MB],  'prefs_dir' => q[/root/.cpan/prefs],  'prerequisites_policy' => q[ask],  'scan_cache' => q[atstart],  'shell' => q[/bin/tcsh],  'show_unparsable_versions' => q[0],  'show_upload_date' => q[0],  'show_zero_versions' => q[0],  'tar' => q[/bin/tar],  'tar_verbosity' => q[v],  'term_is_latin' => q[1],  'term_ornaments' => q[1],  'test_report' => q[0],  'unzip' => q[],  'urllist' => [],  'use_sqlite' => q[0],  'wget' => q[/usr/bin/wget],  'yaml_load_code' => q[0],  'yaml_module' => q[YAML],};1;__END__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?