in reply to Re^2: 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

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