bisect.pl avoids perl-5.004 and earlier on case insensitive systems.
authorNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 17:39:04 +0000 (18:39 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 25 Nov 2011 17:39:04 +0000 (18:39 +0100)
commit3ffe2687dcdff9d6f112d13ac4a27b78df0e01f9
tree3260e508230995167b9609ba6e9ea295157fe541
parent1f1c809619768dcc645991969c9d72e5fe05a6b0
bisect.pl avoids perl-5.004 and earlier on case insensitive systems.

bisect.pl now probes to see if the checkout is on a case insensitive file
system (such as the default HFS+ on OS X), and if so, uses perl-5.005 as
the earliest stable release to test.

This should make bisect.pl "just work" on a typical OS X system, for the
vast majority of use cases.
Porting/bisect-runner.pl
Porting/bisect.pl