This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add --gold option to bisect.pl for the revision to use for "recent" files.
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Jul 2012 15:00:35 +0000 (17:00 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 28 May 2013 07:19:29 +0000 (09:19 +0200)
commit02b83d1ddb195be6f048441f9eb4a39ae14d2740
tree16f6c9e589a2dcf1ac85a2c33692320c8d12ccf6
parent8b5692380409165c56f3858735141b00875ff0f1
Add --gold option to bisect.pl for the revision to use for "recent" files.

Historically when bisect-runner.pl wanted to check out a known good recent
version of a file (such as makedepend.SH) it would check out the revision
from blead. However, that may not be wise as blead isn't guaranteed always to
be stable and therefore "known good". So default to using the most recent
tagged stable release.
Porting/bisect-runner.pl
Porting/bisect.pl