Skip to content

Instantly share code, notes, and snippets.

@whitemuu
Created October 4, 2017 07:09
Show Gist options
  • Save whitemuu/5d65b9756b530acc101c87610a7183a2 to your computer and use it in GitHub Desktop.
Save whitemuu/5d65b9756b530acc101c87610a7183a2 to your computer and use it in GitHub Desktop.
CPAN.pm requires configuration, but most of it can be done automatically.
If you answer 'no' below, you will enter an interactive dialog for each
configuration option instead.
Would you like to configure as much as possible automatically? [yes] no
Use of uninitialized value $what in concatenation (.) or string at /System/Library/Perl/5.18/App/Cpan.pm line 553, <STDIN> line 1.
Warning: You do not have write permission for Perl library directories.
To install modules, you need to configure a local Perl library directory or
escalate your privileges. CPAN can help you by bootstrapping the local::lib
module or by configuring itself to use 'sudo' (if available). You may also
resolve this problem manually if you need to customize your setup.
What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
[local::lib]
CPAN build and cache directory? [/Users/nichijou/.cpan]
Download target directory? [/Users/nichijou/.cpan/sources]
Directory where the build process takes place? [/Users/nichijou/.cpan/build]
Store and re-use state information about distributions between
CPAN.pm sessions? [no]
Directory where to store default options/environment/dialogs for
building modules that need some customization? [/Users/nichijou/.cpan/prefs]
Always commit changes to config variables to disk? [no]
Cache size for build directory (in MB)? [100]
Let the index expire after how many days? [1]
Perform cache scanning ('atstart', 'atexit' or 'never')? [atstart]
Cache metadata (yes/no)? [yes]
Use CPAN::SQLite if available? (yes/no)? [no]
Policy on building prerequisites (follow, ask or ignore)? [follow]
Policy on installing 'build_requires' modules (yes, no, ask/yes,
ask/no)? [yes]
Always try to check and verify signatures if a SIGNATURE file is in
the package and Module::Signature is installed (yes/no)? [no]
Generate test reports if CPAN::Reporter is installed (yes/no)? [no]
Do you want to rely on the test report history (yes/no)? [no]
Which YAML implementation would you prefer? [YAML]
Do you want to enable code deserialisation (yes/no)? [no]
Where is your make program? [/usr/bin/make]
Where is your bzip2 program? [/usr/bin/bzip2]
Where is your gzip program? [/usr/bin/gzip]
Where is your tar program? [/usr/bin/tar]
Where is your unzip program? [/usr/bin/unzip]
Where is your gpg program? [/usr/local/bin/gpg]
Where is your patch program? [/usr/bin/patch]
Where is your applypatch program? []
Where is your wget program? [/usr/local/bin/wget]
What is your favorite pager program? [/usr/bin/less]
What is your favorite shell? [/usr/local/bin/fish]
Use the external tar program instead of Archive::Tar? [yes]
Tar command verbosity level (none or v or vv)? [none]
Verbosity level for loading modules (none or v)? [none]
Verbosity level for PERL5LIB changes (none or v)? [none]
Do you want to turn this message off? [no]
In case you can choose between running a Makefile.PL or a Build.PL,
which installer would you prefer (EUMM or MB or RAND)? [MB]
Parameters for the 'perl Makefile.PL' command? []
Your choice: []
or some such. Your choice: [/usr/bin/make]
Your choice: []
Parameters for the 'perl Build.PL' command? []
Your choice: []
or some such. Your choice: [./Build]
Your choice: []
Timeout for inactivity during {Makefile,Build}.PL? [0]
Timeout for parsing module versions? [15]
Do you want to halt on failure (yes/no)? [no]
Your ftp_proxy? []
Your http_proxy? []
Your no_proxy? []
Shall we always set the FTP_PASSIVE environment variable when dealing
with ftp download (yes/no)? [yes]
Preferred method for determining the current working directory? [cwd]
Do you want the command number in the prompt (yes/no)? [yes]
Do you want to turn ornaments on? [yes]
Your terminal expects ISO-8859-1 (yes/no)? [yes]
File to save your history? [/Users/nichijou/.cpan/histfile]
Number of lines to save? [100]
Always try to show upload date with 'd' and 'm' command (yes/no)? [no]
Show all individual modules that have no $VERSION? [no]
Show all individual modules that have a $VERSION of zero? [no]
If no urllist has been chosen yet, would you prefer CPAN.pm to connect
to the built-in default sites without asking? (yes/no)? [yes]
Would you like me to automatically choose some CPAN mirror
sites for you? (This means connecting to the Internet) [yes]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment