diff options
author | Abigail <abigail@abigail.be> | 2014-10-20 13:59:58 +0200 |
---|---|---|
committer | Abigail <abigail@abigail.be> | 2014-10-20 13:59:58 +0200 |
commit | 94691c1944f5865db239971507a705046fa2ce71 (patch) | |
tree | 5dca26bea298ba5d60bb56a30789407d00f5102f /Porting/release_managers_guide.pod | |
parent | 572618de69892b6cdf7f9eacce39941a7d3d7ce5 (diff) | |
download | perl-94691c1944f5865db239971507a705046fa2ce71.tar.gz |
List files to modify.
Explicitely list the files to modify when upping/checking the VERSION
of the various CoreList modules, for easy copy-and-pasting.
I grew tired of running find.
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 6539f3d29c..f5b7f47b0a 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -543,6 +543,10 @@ C<$Module::CoreList::Utils::VERSION> should always be equal to C<$Module::CoreList::VERSION>. If necessary, bump those two versions to match before proceeding. +The files to modify are: L<dist/Module-CoreList/lib/Module/CoreList.pm>, +L<dist/Module-CoreList/lib/Module/CoreList/Utils.pm> and +L<dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm>. + =head4 Update C<Module::CoreList> with module version data for the new release. Note that if this is a MAINT release, you should run the following actions |