From: Steve Hay Date: Thu, 23 Aug 2012 07:52:00 +0000 (+0100) Subject: RMG - corelist.pl uses HTTP::Tiny, not wget or curl X-Git-Tag: upstream/5.20.0~5669 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=218a07e748a53e40c49447c5f8c9bfe372bb5318;p=platform%2Fupstream%2Fperl.git RMG - corelist.pl uses HTTP::Tiny, not wget or curl It also fetches files remotely even when using a local CPAN mirror if the files are missing. --- diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 6ce712f..1ffb76a 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -551,10 +551,8 @@ I and subsequently cherry-pick any releases since the last maint release and then your recent commit. XXX need a better example F uses ftp.funet.fi to verify information about dual-lived -modules on CPAN. It can use a full, local CPAN mirror or fall back -to C or C to fetch only package metadata remotely. (If you're -on Win32, then installing Cygwin is one way to have commands like C -and C available.) +modules on CPAN. It can use a full, local CPAN mirror and/or fall back +on HTTP::Tiny to fetch package metadata remotely. (If you'd prefer to have a full CPAN mirror, see http://www.cpan.org/misc/cpan-faq.html#How_mirror_CPAN)