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

tmaly, can you tell me what line you removed from the module to resolve the issue. I am having the same problem.
  • Comment on Re^2: I can't install Parse::RecDescent

Replies are listed 'Best First'.
Re^3: I can't install Parse::RecDescent
by syphilis (Archbishop) on Dec 02, 2008 at 06:06 UTC
    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