in reply to Problem using Extutils::Installed...

ExtUtils::Installed cares more about Config.pm than @INC.

As binary compatibility is not guaranteed between versions, Perl doesn't really allow for modules to be shared among different installations. You'll have to hack something.

  • Comment on Re: Problem using Extutils::Installed...