diff options
Diffstat (limited to 'preps/perl.d/fetchcpan')
-rwxr-xr-x | preps/perl.d/fetchcpan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/preps/perl.d/fetchcpan b/preps/perl.d/fetchcpan index b59c293..8065f28 100755 --- a/preps/perl.d/fetchcpan +++ b/preps/perl.d/fetchcpan @@ -1,6 +1,6 @@ #!/bin/sh -mirror=${CPANMIRROR:-ftp://cpan.pair.com} +mirror=${CPANMIRROR:-https://mirror.leaseweb.net/CPAN/} path=/modules/02packages.details.txt.gz curl --silent "$mirror$path" | zcat 2>/dev/null | awk ' |