summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-01-22 20:12:44 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2018-01-22 21:06:03 +0000
commit22cd93227f3b7abe03e02d9c2e8640d09b664286 (patch)
tree1e1f79130c3e41dd412d53636f52c02688a5cfd3 /Porting/release_managers_guide.pod
parent8fc3dfc8f66adbf4c3082cad7d953b82e9aaeca6 (diff)
downloadperl-22cd93227f3b7abe03e02d9c2e8640d09b664286.tar.gz
Remove Module::CoreList::TieHashDelta
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod10
1 files changed, 2 insertions, 8 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index f43adf2a39..b2528ebe23 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -598,7 +598,6 @@ It may also happen that C<Module::CoreList> has been modified in blead, and
hence has a new version number already. (But make sure it is not the same
number as a CPAN release.)
-C<$Module::CoreList::TieHashDelta::VERSION> and
C<$Module::CoreList::Utils::VERSION> should always be equal to
C<$Module::CoreList::VERSION>. If necessary, bump those two versions to match
before proceeding.
@@ -615,10 +614,6 @@ F<dist/Module-CoreList/lib/Module/CoreList.pm>
F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm>
-=item *
-
-F<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm>
-
=back
=head4 Update C<Module::CoreList> with module version data for the new release.
@@ -1452,9 +1447,8 @@ which should be identical to what is currently in blead.
=item *
-Bump the $VERSION in F<dist/Module-CoreList/lib/Module/CoreList.pm>,
-F<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm> and
-F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm>.
+Bump the $VERSION in F<dist/Module-CoreList/lib/Module/CoreList.pm>
+and F<dist/Module-CoreList/lib/Module/CoreList/Utils.pm>.
=item *