home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / tsw / TSW_3.4.0.exe / Apache2 / perl / Config.save.pm < prev    next >
Encoding:
Text File  |  2003-09-21  |  1.5 KB  |  41 lines

  1.  
  2. # This is CPAN.pm's systemwide configuration file. This file provides
  3. # defaults for users, and the values can be changed in a per-user
  4. # configuration file. The user-config file is being looked for as
  5. # ~/.cpan/CPAN/MyConfig.pm.
  6.  
  7. $CPAN::Config = {
  8.   'build_cache' => q[10],
  9.   'build_dir' => q[C:\Programme\TSW\Apache2\tmp\.cpan\build],
  10.   'cache_metadata' => q[1],
  11.   'cpan_home' => q[C:\.cpan],
  12.   'ftp' => q[C:\WINDOWS\system32\ftp.exe],
  13.   'ftp_proxy' => q[],
  14.   'getcwd' => q[cwd],
  15.   'gzip' => q[C:\Programme\TSW\Apache2\perl\bin\gzip.EXE],
  16.   'http_proxy' => q[],
  17.   'inactivity_timeout' => q[0],
  18.   'index_expire' => q[1],
  19.   'inhibit_startup_message' => q[0],
  20.   'keep_source_where' => q[C:\Programme\TSW\Apache2\tmp\.cpan\sources],
  21.   'lynx' => q[],
  22.   'make' => q[C:\Programme\TSW\Apache2\perl\bin\NMAKE.EXE],
  23.   'make_arg' => q[],
  24.   'make_install_arg' => q[UNINST=1],
  25.   'makepl_arg' => q[],
  26.   'ncftpget' => q[],
  27.   'no_proxy' => q[],
  28.   'pager' => q[C:\Programme\TSW\Apache2\perl\bin\less.exe],
  29.   'prerequisites_policy' => q[ask],
  30.   'scan_cache' => q[atstart],
  31.   'shell' => q[],
  32.   'tar' => q[C:\Programme\TSW\Apache2\perl\bin\tar.exe],
  33.   'term_is_latin' => q[1],
  34.   'unzip' => q[C:\Programme\TSW\Apache2\perl\bin\unzip.exe],
  35.   'urllist' => [q[ftp://theoryx5.uwinnipeg.ca/pub/CPAN/], q[ftp://cpan.sunsite.ualberta.ca/pub/CPAN/], q[ftp://ftp.nrc.ca/pub/CPAN/], q[ftp://cpan.chebucto.ns.ca/pub/CPAN/]],
  36.   'wait_list' => [q[wait://ls6-www.informatik.uni-dortmund.de:1404]],
  37.   'wget' => q[C:\Programme\TSW\Apache2\perl\bin\wget.exe],
  38. };
  39. 1;
  40. __END__
  41.