On Sun, 02 Apr 2006, Sisyphus wrote: "Glenn Linderman" wrote: > So I reverted to using the PAR-0.92 source as it came (straight out > of the box) - and then removed that one line of code that Jan > indicated. That worked fine. (I only tested to the extent of running > 'nmake test'.) > > How do we identify that we're using AS perl btw ... and which build ? > I mean, the simple portable fix to PAR's version of > inc::Module::Install is to have: > > local @INC = ($path, @INC) unless > is_activestate_perl_build_815_or_greater(); > > Or can that line of code be removed unconditionally ?
It is my understanding that this line is never needed and has therefore been removed from Module::Install 0.61. So the simple fix is to just remove that line from the PAR version of Module::Install. Of course it would still be interesting to figure out why 0.61 doesn't work for PAR anymore. That sounds like a regression in Module::Install that should to be investigated and probably fixed. Cheers, -Jan
