|
@@ -285,14 +285,15 @@ config BR2_LUAROCKS_MIRROR
|
|
|
|
|
|
config BR2_CPAN_MIRROR
|
|
config BR2_CPAN_MIRROR
|
|
string "CPAN mirror (Perl packages)"
|
|
string "CPAN mirror (Perl packages)"
|
|
- default "http://cpan.metacpan.org"
|
|
|
|
|
|
+ default "https://cpan.metacpan.org"
|
|
help
|
|
help
|
|
CPAN (Comprehensive Perl Archive Network) is a repository of
|
|
CPAN (Comprehensive Perl Archive Network) is a repository of
|
|
Perl packages. It has multiple software mirrors scattered
|
|
Perl packages. It has multiple software mirrors scattered
|
|
around the world. This option allows you to select a mirror.
|
|
around the world. This option allows you to select a mirror.
|
|
|
|
|
|
The list of mirrors is available at:
|
|
The list of mirrors is available at:
|
|
- http://search.cpan.org/mirror
|
|
|
|
|
|
+ http://mirrors.cpan.org/ (tabular)
|
|
|
|
+ http://mirrors.cpan.org/map.html (clickable world map)
|
|
|
|
|
|
endif
|
|
endif
|
|
|
|
|