1 # this config will be only read once before
2 # the first call of cpan
4 'cpan_home' => glob('~/.cpan'),
5 'urllist' => [ q
[ftp
://cpan
.cpantesters
.org
/CPAN/],
6 q
[ftp
://cpan
.mirror
.iphh
.net
/pub/CPAN
/],
7 q
[ftp
://cpan
.noris
.de
/pub/CPAN
/],
8 q
[ftp
://ftp
-stud
.hs
-esslingen
.de
/pub/Mirrors
/CPAN/],
9 q
[ftp
://ftp
.cw
.net
/pub/CPAN
/]
11 'auto_commit' => q
[1],
12 'prerequisites_policy' => q
[follow
],
13 'build_requires_install_policy' => q
[yes
],
14 'connect_to_internet_ok' => q
[yes
],