diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-23 08:52:00 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2012-08-23 21:28:23 +0100 |
commit | 218a07e748a53e40c49447c5f8c9bfe372bb5318 (patch) | |
tree | ccc5bb516f872812fb1c9d7766bd286c55930eca /Porting/release_managers_guide.pod | |
parent | 24f4b7dabc89e2f15420d419caa79471a92a6143 (diff) | |
download | perl-218a07e748a53e40c49447c5f8c9bfe372bb5318.tar.gz |
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.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 6ce712f53f..1ffb76aadd 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -551,10 +551,8 @@ I<blead> and subsequently cherry-pick any releases since the last maint release and then your recent commit. XXX need a better example F<corelist.pl> 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<wget> or C<curl> to fetch only package metadata remotely. (If you're -on Win32, then installing Cygwin is one way to have commands like C<wget> -and C<curl> 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) |