Perl-Dist-WiX-BuildPerl-5123

 view release on metacpan or  search on metacpan

share-5123/default/lib/CPAN/Config.pm.tt  view on Meta::CPAN


$CPAN::Config = {
  'cpan_home' => File::Spec->catdir( File::Spec->tmpdir, 'cpan' ),
  'make' => q[], # should autodetect from path
  'urllist' => [ q[http://cpan.strawberryperl.com/] ],
  'prerequisites_policy' => q[follow],
  'make_install_arg' => q[UNINST=1],
  'mbuild_install_arg' => q[--uninst 1],
  # wish CPAN.pm would leave these disabled, but it doesn't yet
  'ftp' => q[ ],
  'gpg' => q[ ],
  'gzip' => q[ ],
  'lynx' => q[ ],
  'ncftp' => q[ ],
  'ncftpget' => q[ ],
  'tar' => q[ ],
  'unzip' => q[ ],
  'wget' => q[ ],
  'load_module_verbosity' => 'none',
};
1;



( run in 1.182 second using v1.01-cache-2.11-cpan-df04353d9ac )