Subject: | ExtUtils::Installed + EU::MM PREFIX= don't always work well together |
For some perl configurations, ExtUtils::Installed can not determine
installed files when installed with EU::MM PREFIX=.
A report that illustrates the issue is here:
https://rt.cpan.org/Ticket/Display.html?id=43292
Rerunning that test will show you the use case. CPANPLUS tries very hard
to provice EU::I with the right include paths to find the files, but
either is not providing the right data, or EU::I is not looking in the
right places.
The relevant code can be found at in sub _extutils_installed at:
http://cpansearch.perl.org/src/KANE/CPANPLUS-0.8601/lib/CPANPLUS/Module.pm
Any advice / fixes would be greatly appreciated.