In perl.git, the branch alh/cpan-bisect has been created
<http://perl5.git.perl.org/perl.git/commitdiff/a04d9a1e8141074f590feae27b43064d828571de?hp=0000000000000000000000000000000000000000>
at a04d9a1e8141074f590feae27b43064d828571de (commit)
- Log -----------------------------------------------------------------
commit a04d9a1e8141074f590feae27b43064d828571de
Author: Matthew Horsfall (alh) <[email protected]>
Date: Sat Apr 18 15:26:31 2015 -0400
Allow installing modules from CPAN to be used inside of bisect tests.
For example:
.../Porting/bisect.pl --with-module=Moose -e 'use Moose; 1;'
This is different from --module in that --module only tests that a
cpan module can or cannot install properly (and pass its tests).
M Porting/bisect-runner.pl
commit 60bc39ec6cda90f9bbd8317f7c0879e7e794f3b3
Author: Matthew Horsfall (alh) <[email protected]>
Date: Sat Apr 18 09:54:23 2015 -0400
Adapt Andreas' cpan bisector tool for perl core.
Original can be seen in bin/makeperl.pl of
http://repo.or.cz/r/andk-cpan-tools.git
Now we can:
.../Porting/bisect.pl --module=autobox
And see when it broke!
M Porting/bisect-runner.pl
-----------------------------------------------------------------------
--
Perl5 Master Repository