This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a --validate option to bisect.pl to verify that stable releases build.
authorNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 11:44:57 +0000 (12:44 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:11:49 +0000 (22:11 +0100)
commit195ed8b1c4f9c191c2845b65eb9519c0d4e0cf64
tree11e4ad812b698548677cfefe31d4a1c4fefe04b6
parenta058c51605ec2d38bf37f2e2c4f81926e3a90ea9
Add a --validate option to bisect.pl to verify that stable releases build.

This is useful for validating a new OS/CPU/compiler combination, and for
checking that refactoring bisect-runner.pl hasn't broken any that previously
worked.
Porting/bisect-runner.pl
Porting/bisect.pl