This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect.pl, use the earliest passing stable perl as the default revision.
authorNicholas Clark <nick@ccl4.org>
Sat, 1 Oct 2011 15:37:52 +0000 (17:37 +0200)
committerNicholas Clark <nick@ccl4.org>
Sat, 1 Oct 2011 17:56:52 +0000 (19:56 +0200)
commit4819dd2a106804e2c3b00007d9e460a64a8348dd
tree0c22c3f6354f8792aaa2beb579496e54e7e824d4
parent181ab5fda42b97d8f9f8c965ae612d81db57cfa0
In bisect.pl, use the earliest passing stable perl as the default revision.

This is better than defaulting the start revision to any particular fixed
revision, as it handles most "new" syntax gracefully, instead of forcing the
user to work out what minimum version is required to run their testcase.
Porting/bisect.pl