On 01/11/2018 16:23, Karen Etheridge wrote:
You can install these modules again by setting PERL_USE_UNSAFE_INC=1 in your environment while installing.
Yes, thanks. However, I did not name all of my problems and only one of them was @INC issue. The other problem is modules which won't build for other reasons that need patches not applied e.g. WWW::Curl.
You can also install locally patched modules with carton by specifying a 'file:///' path in cpanfile: requires 'Foo::Bar', '0.123', url => 'file:///local/path/Foo-Bar-0.123.tar.gz';
This is will do nicely for all my issues. Thank you. I was only aware of dist/url. Martin