summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2013-05-07 17:45:02 +0100
committerDavid Mitchell <davem@iabyn.com>2013-05-07 17:45:02 +0100
commit89781932edba932563a4afd250fc5759417cf958 (patch)
tree099cdf48af7e6793db972474c0d047864218794f /Porting/release_managers_guide.pod
parent80dd5f25070be474e25d88b05813fc7702df742d (diff)
downloadperl-89781932edba932563a4afd250fc5759417cf958.tar.gz
RMG: add note about maint and Module::CoreList
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 259db71ed1..7b14606078 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -578,6 +578,21 @@ from the maint branch, but commit the C<CoreList.pm> changes in
I<blead> and subsequently cherry-pick any releases since the last
maint release and then your recent commit. XXX need a better example
+[ Note that the procedure for handling Module::CoreList in maint branches
+is a bit complex, and the RMG currently don't describe a full and
+workable approach. The main issue is keeping Module::CoreList
+and its version number synchronised across all maint branches, blead and
+CPAN, while having to bump its version number for every RC release.
+See this brief p5p thread:
+
+ Message-ID: <20130311174402.GZ2294@iabyn.com>
+
+If you can devise a workable system, feel free to try it out, and to
+update the SMG accordingly!
+
+DAPM May 2013 ]
+
+
F<corelist.pl> uses ftp.funet.fi to verify information about dual-lived
modules on CPAN. It can use a full, local CPAN mirror and/or fall back
on HTTP::Tiny to fetch package metadata remotely.