This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add a few comments to bisect-runner.pl docs
authorJesse Luehrs <doy@tozt.net>
Wed, 27 Jun 2012 18:10:58 +0000 (13:10 -0500)
committerJesse Luehrs <doy@tozt.net>
Wed, 27 Jun 2012 18:40:08 +0000 (13:40 -0500)
commitf7f0fdee1d58ef2156184ae0b7356ecd6c0c37a0
tree95fdaee6f644a760468ac175831913c701fa918b
parent598798734f1d8d888ae9ce9a815a9803424db490
add a few comments to bisect-runner.pl docs

./perl -Ilib t/op/sort.t won't do what you want, because tests that
don't use Test::More don't set an error code on their own, you need to
run it under the harness
Porting/bisect-runner.pl