From 7ac0c33863364a2c29767a548fa0fc588e55d7cb Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Tue, 18 Jun 2013 13:44:59 +0100 Subject: [PATCH] Update release managers guide to note to bump Module::CoreList::Utils version too --- Porting/release_managers_guide.pod | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index e640870..e684860 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 Also edit Module::CoreList's new version number in its F -- 1.8.3.1