in reply to Re^2: Trouble installing Parse::RecDescent module
in thread Trouble installing Parse::RecDescent module

I had a similar issue installing RecDescent, but I had already upgraded ExtUtils::MakeMaker to 6.62 before I got this same error message. I also followed the cpan look -> perl Makefile.PL -> make path to narrow it down this far. Additional thoughts please? thanks! Mark
  • Comment on Re^3: Trouble installing Parse::RecDescent module

Replies are listed 'Best First'.
Re^4: Trouble installing Parse::RecDescent module
by wodenickel (Initiate) on May 06, 2012 at 15:09 UTC
    SOLVED I re-built MakeMaker with: make install UNINST=1 apparently there were still elements of an older version somewhere...