summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 00:40:17 +0000
committerÆvar Arnfjörð Bjarmason <avar@cpan.org>2011-02-20 14:05:35 +0000
commit3dbfcde0b79051f2d3ccc77e918dd52dd7de66b0 (patch)
tree720e41587ee1b98789330233e909123001787446
parent79af17bdc72f772720bcc42dfa7903f0bd389feb (diff)
downloadperl-3dbfcde0b79051f2d3ccc77e918dd52dd7de66b0.tar.gz
Porting/release_managers_guide.pod: mention Module::CoreList's CAVEATS section
Change release_managers_guide.pod to mention that Module::CoreList CAVEATS should be updated. This was forgotten when the 5.13.9 release was made, let's not forget it again.
-rw-r--r--Porting/release_managers_guide.pod4
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 48e2e590b1..0aa2ff7d88 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -483,6 +483,10 @@ entry, as that is likely to reflect the previous version number.
Also edit Module::CoreList's new version number in its F<Changes> file and
in its F<META.yml> file.
+You should also add the version you're about to release to the
+L<Module::CoreList/CAVEATS> section which enumerates the perl releases
+that Module::CoreList covers.
+
In addition, if this is a final release (rather than a release candidate):
=over 4