This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach bisect-runner.pl how to work around various 5.005_5x build problems.
authorNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2011 08:15:06 +0000 (09:15 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 17 Dec 2011 08:18:44 +0000 (09:18 +0100)
commit6863570cbaefb9b779c351701852267a918c10b0
treee2b8374f5495a1c389e4f918169eea83aa02781b
parent63af1e788749e00e19d7288cdbb3e08d00a08fc2
Teach bisect-runner.pl how to work around various 5.005_5x build problems.

This area of history is particularly hairy because of all the back-and-forth
merging between //depot/perl and //depot/cfgperl, which confuses bisect.
It's also potentially interesting, as it's the start of the 5.6.0 development
series, so many new features arrive in quick succession, making it a likely
spot for regressions to appear.

In particular, we can now build perl for this commit:

  commit 4592e6caefc41a75573f112714d170071892a537
  Author: Nick Ing-Simmons <nik@tiuk.ti.com>
  Date:   Sat May 8 14:16:30 1999 +0000

      Implement OPEN, EOF, SEEK, TELL, BINMODE and FILENO as TIEHANDLE methods.
      Provide Tie::StdHandle
      Basic update of docs.

      p4raw-id: //depot/perl@3330
Porting/bisect-runner.pl