From 218a07e748a53e40c49447c5f8c9bfe372bb5318 Mon Sep 17 00:00:00 2001 From: Steve Hay Date: Thu, 23 Aug 2012 08:52:00 +0100 Subject: [PATCH] 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. --- Porting/release_managers_guide.pod | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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) -- 2.7.4