This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect.pl now exits with 0 for success for --help
authorNicholas Clark <nick@ccl4.org>
Wed, 1 Feb 2012 20:44:51 +0000 (21:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Feb 2012 20:44:51 +0000 (21:44 +0100)
commit0ed3b851c1a44ee2a46a5cf0f07fb662405485b7
treed7287c29bbaf77e97f34385344ef5b03975e542c
parent66b521dd22445ceaf2e0125c50b7cfb16f88a660
bisect.pl now exits with 0 for success for --help

bisect.pl --help now exits with 0 for success. The "that took" timing
message is no longer shown after the help text. The sanity test for "are we
running from the current checkout" is now moved after the argument checking,
so that bisect.pl --help will always show the help text.
Porting/bisect-runner.pl
Porting/bisect.pl