in reply to Trouble installing a module that uses Module::Install on Active Perl 5.8.8

On about line 175 of inc/Module/Install.pm, there's a line:
local @INC = ($path, @INC);
Try commenting that out to see if that fixes the problem.
  • Comment on Re: Trouble installing a module that uses Module::Install on Active Perl 5.8.8
  • Download Code