diff options
author | David Golden <dagolden@cpan.org> | 2010-01-19 20:19:24 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-01-19 20:19:30 -0500 |
commit | 81fc59efbb1a08ca114afd7063c6d7630d321552 (patch) | |
tree | 3d8e6ad537169148ed61aadd558578c7e6e20c45 /Porting/release_managers_guide.pod | |
parent | 0a0b870a4079b7c92f7c54c7fe633d856bd10588 (diff) | |
download | perl-81fc59efbb1a08ca114afd7063c6d7630d321552.tar.gz |
reminder: update Module::CoreList when bumping version number
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 1846861180..8bdb58ff33 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -315,6 +315,10 @@ Commit your changes: $ git commit -a -m 'Bump the perl version in various places for 5.x.y' +When the version number is bumped, you should also update Module::CoreList (as +described below in L<"Building a release - on the day">) to reflect the new +version number. + =item * I<You MUST SKIP this step for SNAPSHOT> @@ -465,7 +469,8 @@ Then change to your perl checkout, and if necessary, $ make perl -If this not the first update for this version, first edit +If this not the first update for this version (e.g. if it was updated +when the version number was originally bumped), first edit F<dist/Module-CoreList/lib/Module/CoreList.pm> to delete the existing entries for this version from the C<%released> and C<%version> hashes: they will have a key like C<5.010001> for 5.10.1. |