This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Special handling of Cwd and List::Util in configure.com.
authorCraig A. Berry <craigberry@mac.com>
Thu, 30 Oct 2014 22:20:42 +0000 (17:20 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 30 Oct 2014 22:20:42 +0000 (17:20 -0500)
commit3f6115a774c1a91bdf4bf9bd8b0b410c510c7b95
tree55c94d34ea1e821434af43d2f06d362b3f5dd884
parent84e6cb0538bfdc99cedf4c01194e0f0d461a3845
Special handling of Cwd and List::Util in configure.com.

This is a follow-up to d689efaf4740b25, where the same thing was
done to Configure.  They weren't getting into $Config{dynamic_ext}
which caused DynaLoader.t to start failing once Test::More started
requiring List::Util.

I question the wisdom of expecting dynamic loading to be working
flawlessly before we can test whether dynamic loading is working
at all.
configure.com