Hi, I'd also like to clean up https://rt.cpan.org/Ticket/Display.html?id=11748
The suggestion is that:
$o->{ILSM}{MAKEFILE}{INC} = "-I$FindBin::Bin";
be replaced with:
$o->{ILSM}{MAKEFILE}{INC} = "-I$FindBin::Bin" if not defined
$o->{ILSM}{MAKEFILE}{INC};
Why is $o->{ILSM}{MAKEFILE}{INC} currently being set to -I$FindBin::Bin ?
What's the precise issue that the proposed fix addresses ? (Anyone got a
simple demo script ?)
Insights appreciated. Cheers,Rob
