This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect.pl, provide a default test for --validate, and summary output.
authorNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:48:41 +0000 (22:48 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:48:41 +0000 (22:48 +0100)
commite2760528720bf060a1f8246c3c77820e4aed7448
treed5bde2d352c055746a80f36c08fb21b511d59762
parentfc4401c6b354576e72009cd9eee271deca608281
In bisect.pl, provide a default test for --validate, and summary output.

If no test case is specified for --validate, use TEST to run t/base/*.t
We can't run minitest because some tests fail on earlier versions, and
bisect-runner.pl intentionally doesn't patch any regression tests.
Porting/bisect-runner.pl
Porting/bisect.pl