summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-06-18 13:44:59 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-06-18 14:24:58 +0100
commit7ac0c33863364a2c29767a548fa0fc588e55d7cb (patch)
tree40e3f4fcc9f9f4ee1e442fefa84ae55775de1e01 /Porting/release_managers_guide.pod
parent8c94cb790822c076f8fb0e4ca9121457806548d0 (diff)
downloadperl-7ac0c33863364a2c29767a548fa0fc588e55d7cb.tar.gz
Update release managers guide to note to bump Module::CoreList::Utils version too
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod10
1 files changed, 10 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index e640870941..e6848601db 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -659,6 +659,16 @@ Edit the version number in the new
C<< 'Module::CoreList::TieHashDelta' => 'X.YZ' >> entry, as that is likely to
reflect the previous version number.
+=head4 Bump C<$Module::CoreList::Utils::VERSION>
+
+C<$Module::CoreList::Utils::VERSION> should always be equal to
+C<$Module::CoreList::VERSION>. Make sure the two versions match before
+proceeding.
+
+Edit the version number in the new
+C<< 'Module::CoreList::Utils' => 'X.YZ' >> entry, as that is likely to
+reflect the previous version number.
+
=head4 Bump version in Module::CoreList F<Changes>
Also edit Module::CoreList's new version number in its F<Changes>