diff options
author | Matt Johnson <matt.w.johnson@gmail.com> | 2010-07-03 19:08:15 +0100 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2010-07-04 09:36:36 -0500 |
commit | 4c0f950e140d1cbf04ddbe28f61800386b495c11 (patch) | |
tree | 862682d8e5ac124d7f5d0c39eb49c8cf829b7cdb /Porting/release_managers_guide.pod | |
parent | 42e700c91cf83f56a275ce9688b1f41c5c7a0743 (diff) | |
download | perl-4c0f950e140d1cbf04ddbe28f61800386b495c11.tar.gz |
docs: updates for git-based cmpVERSION.pl
Update the release_managers_guide.pod with the new command usage,
and remove the todo item
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r-- | Porting/release_managers_guide.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod index 79e49b4daf..b5dbf5e8af 100644 --- a/Porting/release_managers_guide.pod +++ b/Porting/release_managers_guide.pod @@ -233,7 +233,7 @@ previous version to check for for modules that have identical version numbers but different contents, e.g.: $ cd ~/some-perl-root - $ ./perl -Ilib Porting/cmpVERSION.pl -xd ~/my_perl-tarballs/perl-5.10.0 . + $ ./perl -Ilib Porting/cmpVERSION.pl -xd . v5.10.0 then bump the version numbers of any non-dual-life modules that have changed since the previous release, but which still have the old version @@ -249,7 +249,7 @@ Once all version numbers have been bumped, re-run the checks. Then run again without the -x option, to check that dual-life modules are also sensible. - $ ./perl -Ilib Porting/cmpVERSION.pl -d ~/my_perl-tarballs/perl-5.10.0 . + $ ./perl -Ilib Porting/cmpVERSION.pl -d . v5.10.0 =item * |