cpan
的众多命令行选项中,哪一个报告当前在cpan
中设置的配置变量?我使用o conf
进行了一些更改,并希望查看是否已正确设置值,因为我看不到它们的效果。
答案 0 :(得分:1)
perldoc cpan
:
-J
:以CPAN.pm使用的格式转储配置。这是 用于检查配置以及将转储用作 新的自定义配置的起点。
您还应该能够通过运行CPAN shell获得相同(或可能更多)的信息:
$ perl -MCPAN -e shell
cpan shell -- CPAN exploration and modules installation (v2.16)
Enter 'h' for help.
cpan[1]> o conf
$CPAN::Config options from C:\...\.cpan/CPAN/MyConfig.pm:
...
applypatch []
auto_commit [0]
build_cache [100]
build_dir [C:\...\.cpan\build]
build_dir_reuse [0]
build_requires_install_policy [yes]
bzip2 [C:\opt\bin\bzip2.EXE]
...