This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In bisect-runner.pl, don't close Configure's STDIN for 5.004
authorNicholas Clark <nick@ccl4.org>
Fri, 30 Sep 2011 08:29:17 +0000 (10:29 +0200)
committerNicholas Clark <nick@ccl4.org>
Fri, 30 Sep 2011 08:29:17 +0000 (10:29 +0200)
commitdbcdc176dfaaa83c9a10b03f83ec7fd9d61b4f8a
tree914ecafb5813127d46cfbcf78530a2a5befa05eb
parentbc96a05a30eacd81854d8de97d5e509dc8b7c745
In bisect-runner.pl, don't close Configure's STDIN for 5.004

Before commit dfe9444ca7881e71, Configure would refuse to run if STDIN was
not a tty. With that commit, the tty requirement was dropped for -de and -dE.

Change the default start in bisect.pl from perl-5.005 to perl-5.004.
Porting/bisect-runner.pl
Porting/bisect.pl