Initial commit of OpenSPARC T2 design and verification files.
[OpenSPARC-T2-DV] / tools / perl-5.8.0 / lib / 5.8.0 / CPAN / Config.pm
CommitLineData
86530b38
AT
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[/home/esun1/.cpan/build],
10 'cache_metadata' => q[1],
11 'cpan_home' => q[/home/esun1/.cpan],
12 'dontload_hash' => { },
13 'ftp' => q[/bin/rftp],
14 'ftp_proxy' => q[wc-umpk-03.Eng.Sun.COM],
15 'getcwd' => q[cwd],
16 'gzip' => q[/usr/dist/exe/gzip],
17 'http_proxy' => q[wc-umpk-03.Eng.Sun.COM],
18 'inactivity_timeout' => q[0],
19 'index_expire' => q[1],
20 'inhibit_startup_message' => q[0],
21 'keep_source_where' => q[/home/esun1/.cpan/sources],
22 'lynx' => q[],
23 'make' => q[/usr/ccs/bin/make],
24 'make_arg' => q[],
25 'make_install_arg' => q[],
26 'makepl_arg' => q[],
27 'ncftp' => q[],
28 'ncftpget' => q[],
29 'no_proxy' => q[wc-umpk-03.Eng.Sun.COM],
30 'pager' => q[/bin/less],
31 'prerequisites_policy' => q[ask],
32 'proxy_user' => q[],
33 'scan_cache' => q[atstart],
34 'shell' => q[/bin/tcsh],
35 'tar' => q[/usr/sbin/tar],
36 'term_is_latin' => q[1],
37 'unzip' => q[/bin/unzip],
38 'urllist' => [q[ftp://cpan.cse.msu.edu/]],
39 'wait_list' => [q[wait://ls6.informatik.uni-dortmund.de:1404]],
40 'wget' => q[/home/esun1/bin/wget],
41};
421;
43__END__