This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add 'Fcntl' as a target for bisect-runner.pl.
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 13:34:20 +0000 (15:34 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 5 Oct 2011 13:34:20 +0000 (15:34 +0200)
commit2526f4b8ff6eedd4aa5cda6f5e84858bec44718d
tree3ed4b9856a80c0cd1225643754a49613ea6671a8
parentd90ae42b6c90b251f8c34c2a82e3ff4a42944592
Add 'Fcntl' as a target for bisect-runner.pl.

This builds the Fcntl shared library, which provides a test of whether XS
modules can be built. Clarify that the 'perl' target does *not* build XS
modules.

Fix a bug with the 'lib/Config.pm' target and -e. This target will only build
miniperl, not perl, so -e needs to use the former to run the one-liner.
Porting/bisect-runner.pl