This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Thanks to FindExt::apply_config() we're now able to test dynamic extensions.
authorNicholas Clark <nick@ccl4.org>
Wed, 5 Jun 2013 19:19:12 +0000 (21:19 +0200)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Jul 2013 13:33:27 +0000 (15:33 +0200)
commit43ccc0dbf87e28eafef70ac7905b65768f810bbd
treef001e90b79fb5d698aa0368260686bc8a14ef736
parentca61997a4280794e35c294ceb92fb53efc2d9195
Thanks to FindExt::apply_config() we're now able to test dynamic extensions.

FindExt::apply_config() mimic's Configure's logic, which means that FindExt's
idea of which extensions should be built is consistent with Configure's.
t/porting/FindExt.t