CPAN-SQLite

 view release on metacpan or  search on metacpan

t/dot-cpan/CPAN/TestConfig.pm  view on Meta::CPAN

# $Id: TestConfig.pm 85 2022-10-29 05:44:36Z stro $

use Cwd;
my $cwd   = cwd;
my $Iswin = $^O eq "MSWin32";
$CPAN::Config = {
  $Iswin
  ? ()
  : (
    'make_install_make_command'    => q[make],
    'mbuild_install_build_command' => q[./Build],
  ),
  'QAZWSX'      => q[PLMOKN],
  'auto_commit' => q[0],
  'build_cache' => q[100],
  'build_dir'   => qq[$cwd/t/dot-cpan/build],

  #'bzip2' => q[/bin/bzip2],
  'cache_metadata'  => q[1],
  'colorize_output' => q[0],
  'cpan_home'       => qq[$cwd/t/dot-cpan],

  #'curl' => q[],
  #'ftp' => q[],
  'ftp_proxy' => q[],
  'getcwd'    => q[cwd],

  #'gpg' => q[/usr/bin/gpg],
  #'gzip' => q[/bin/gzip],
  'histfile'                => qq[$cwd/t/dot-cpan/histfile],
  'histsize'                => q[100],
  'http_proxy'              => q[],
  'inactivity_timeout'      => q[0],
  'index_expire'            => q[1],
  'inhibit_startup_message' => q[0],
  'keep_source_where'       => qq[$cwd/t/dot-cpan/sources],

  #'lynx' => q[],
  #'make' => q[/usr/bin/make],
  'make_arg'           => q[],
  'make_install_arg'   => q[UNINST=1],
  'makepl_arg'         => q[],
  'mbuild_arg'         => q[],
  'mbuild_install_arg' => q[--uninst 1],
  'mbuildpl_arg'       => q[],

  #'ncftp' => q[],
  #'ncftpget' => q[],
  'no_proxy' => q[],

  #'pager' => q[less],
  'prefer_installer'     => q[MB],
  'prerequisites_policy' => q[follow],
  'pushy_https'          => q[0],
  'scan_cache'           => q[atstart],

  #'shell' => q[/usr/bin/zsh],
  'show_upload_date' => q[0],
  'sqlite_dbname'    => 'cpandb-sqlite',

  #'tar' => q[/bin/tar],
  'term_is_latin'  => q[0],
  'term_ornaments' => q[0],

  #'unzip' => q[/usr/bin/unzip],
  'urllist'    => [qq[file:$cwd/t/cpan]],
  'use_sqlite' => q[1],
  'wait_list'  => [q[wait://ls6.informatik.uni-dortmund.de:1404]],

  #'wget' => q[/usr/bin/wget],
};

__END__

# Local Variables:
# mode: cperl
# cperl-indent-level: 2
# End:



( run in 1.164 second using v1.01-cache-2.11-cpan-e1769b4cff6 )