diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-02-02 11:09:27 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-02-02 11:09:27 -0500 |
commit | 08e855b77e7ce50bf542e4024b4118ebf024f0b1 (patch) | |
tree | 7749c6a004c5106db7837bb1bbfbf5c28934ece5 /Porting | |
parent | b722085f4025ba856085392a9b05f09ba27e926e (diff) | |
download | perl-08e855b77e7ce50bf542e4024b4118ebf024f0b1.tar.gz |
remove cmpVERSION step from the RMG since abigail automated it
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/release_managers_guide.pod | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 4bef565388..f565725a71 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -230,27 +230,6 @@ fix. I<You MAY SKIP this step for SNAPSHOT> -Run F<Porting/cmpVERSION.pl> to compare the current source tree with the -previous version to check for dual-lifed modules that have identical version -numbers but different contents, e.g.: - - $ cd ~/some-perl-root - $ ./perl -Ilib Porting/cmpVERSION.pl -d . v5.10.0 - -Be sure to bump the version numbers in separate commits for each module -(or group of related modules) so that changes can be cherry-picked later -if necessary. - -Note that some of the files listed may be generated (e.g. copied from ext/ -to lib/, or a script like lib/lib_pm.PL is run to produce lib/lib.pm); -make sure you edit the correct file! - -Once all version numbers have been bumped, re-run the checks. - -=item * - -I<You MAY SKIP this step for SNAPSHOT> - Get perldelta in a mostly finished state. Read F<Porting/how_to_write_a_perldelta.pod>, and try to make sure that |