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
Comment on
Re: I can't install Parse::RecDescent
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.
[reply]
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');
[download]
A better solution is to simply install the version module (as mentioned elsewhere in this same thread).
Cheers,
Rob
[reply]
[d/l]
In Section
Seekers of Perl Wisdom