This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor bisect.pl to use Getopt::Long's pass_through option.
authorNicholas Clark <nick@ccl4.org>
Sun, 2 Oct 2011 09:33:44 +0000 (11:33 +0200)
committerNicholas Clark <nick@ccl4.org>
Sun, 2 Oct 2011 09:52:55 +0000 (11:52 +0200)
commite295b7be5477f6206702c6c24d7f93e5abc7069c
tree1d22851412bf4d71de0c94687480bf2427a35388
parentb7256f662668e1fa995ce53caf77f26fba794222
Refactor bisect.pl to use Getopt::Long's pass_through option.

Add a --check-args option to bisect-runner.pl to validate the arguments that
bisect.pl doesn't know how to check (else the automatic start detection
will get very confused by invalid arguments). Switch bisect.pl to bundling,
which permits the "traditional" make argument form of -j4 to be used instead
of -j=4. As this actually makes -j=4 invalid syntax now (an error about the
unknown option "="), change the syntax messages.
Porting/bisect-runner.pl
Porting/bisect.pl