También es posible especificar que opciones se quieren cambiar restringiendo el diálogo a estas:
cpan[1]> o conf init makepl_arg mbuildpl_arg prefs_dir The following questions are intended to help you with the configuration. The CPAN module needs a directory of its own to cache important index files and maybe keep a temporary mirror of CPAN files. This may be a site-wide or a personal directory. CPAN.pm can store customized build environments based on regular expressions for distribution names. These are YAML files where the default options for CPAN.pm and the environment can be overridden and dialog sequences can be stored that can later be executed by an Expect.pm object. The CPAN.pm distribution comes with some prefab YAML files that cover sample distributions that can be used as blueprints to store one own prefs. Please check out the distroprefs/ directory of the CPAN.pm distribution to get a quick start into the prefs system. Directory where to store default options/environment/dialogs for building modules that need some customization? [~/.cpan/prefs] Every Makefile.PL is run by perl in a separate process. Likewise we run 'make' and 'make install' in separate processes. If you have any parameters (e.g. PREFIX, LIB, UNINST or the like) you want to pass to the calls, please specify them here. If you don't understand this question, just press ENTER. Parameters for the 'perl Makefile.PL' command? Typical frequently used settings: PREFIX=~/perl # non-root users (please see manual for more hints) Your choice: [INSTALL_BASE=~/perl] INSTALL_BASE=~/personalmodules The next questions deal with Module::Build support. A Build.PL is run by perl in a separate process. Likewise we run './Build' and './Build install' in separate processes. If you have any parameters you want to pass to the calls, please specify them here. Parameters for the 'perl Build.PL' command? Typical frequently used settings: --install_base /home/xxx # different installation directory Your choice: [--install_base ~/perl] --install_base ~/personalmodules Please remember to call 'o conf commit' to make the config permanent! cpan[2]> o conf commit commit: wrote '/home/pp2/.cpan/CPAN/MyConfig.pm'
Casiano Rodríguez León