From 08e855b77e7ce50bf542e4024b4118ebf024f0b1 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Wed, 2 Feb 2011 11:09:27 -0500 Subject: remove cmpVERSION step from the RMG since abigail automated it --- Porting/release_managers_guide.pod | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'Porting') 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 -Run F 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 - Get perldelta in a mostly finished state. Read F, and try to make sure that -- cgit v1.2.1