http://www.perlmonks.org?node_id=1014164


in reply to Re: MakeMaker and Library filename extensions
in thread MakeMaker and Library filename extensions

Rob, Thank you ... Finally an answer with a technique.

However, A few minutes ago I decided to try ExtUtils::MakeMaker::Config, I figured (because of the wonderful documentation) it was just a local copy of the readonly Config::Config{}, I tried it, it's not readonly, It provides an easily modifiable $Config, A couple of quick tests later shows it does the job smack on ...
Wow, Exactly what is needed!

Of course that leaves me wondering why this is "FOR INTERNAL USE ONLY"

It's construction is initialized from Config::Config.
It's avaliable in Makefile.PL et al.

So now I beg to know what the issue is with it's use and why it's not a documented capability.
One I consider a must have feature!

Off to do more testing with it ...

Thanks