in reply to I can't install Parse::RecDescent

I ran into the same problem and ended up just removing the line in the module that requires the version and it works perfectly

Replies are listed 'Best First'.
Re^2: I can't install Parse::RecDescent
by jroberson (Initiate) on Dec 01, 2008 at 14:24 UTC
    tmaly, can you tell me what line you removed from the module to resolve the issue. I am having the same problem.
      tmaly, can you tell me what line you removed from the module

      I think tmaly is referring to the line (in RecDescent.pm):
      use version; $VERSION = qv('1.96.0');
      A better solution is to simply install the version module (as mentioned elsewhere in this same thread).

      Cheers,
      Rob