This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
docs: updates for git-based cmpVERSION.pl
authorMatt Johnson <matt.w.johnson@gmail.com>
Sat, 3 Jul 2010 18:08:15 +0000 (19:08 +0100)
committerCraig A. Berry <craigberry@mac.com>
Sun, 4 Jul 2010 14:36:36 +0000 (09:36 -0500)
Update the release_managers_guide.pod with the new command usage,
and remove the todo item

Porting/release_managers_guide.pod
pod/perltodo.pod

index 79e49b4..b5dbf5e 100644 (file)
@@ -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 *
 
index 532c01b..e2fa882 100644 (file)
@@ -26,10 +26,6 @@ programming languages offer you 1 line of immortality?
 
 =head1 Tasks that only need Perl knowledge
 
-=head2 Improve Porting/cmpVERSION.pl to work from git tags
-
-See F<Porting/release_managers_guide.pod> for a bit more detail.
-
 =head2 Migrate t/ from custom TAP generation
 
 Many tests below F<t/> still generate TAP by "hand", rather than using library