Hello

I've stumbled on a problem. Module::Build cannot check the installed
version of Parse::RecDescent. Here's an extract from my Build.PL script:

   requires       => {
                      'Term::ReadLine'    => 0,
                      'Log::Log4perl'     => '1.11', # for TRACE log level
                      'Parse::RecDescent' => '1.90',
                      'Scalar::Util'      => 0, # provided by perl 5.8.0
                      'Exception::Class'  => 0,
                      'Carp::Assert::More' => 0,
                      'Error'             => 0,
                     },

And the error message

$ perl Build.PL
[...]
Checking prerequisites...
 - ERROR: Parse::RecDescent (1.95.1) is installed, but we need version >= 1.90

ERRORS/WARNINGS FOUND IN PREREQUISITES.  You may wish to install the versions
of the modules indicated above before proceeding with this installation
[...]


Is this a bug from Module::Build or Parse::RecDescent ?

All the best

-- 
Dominique Dumont 
"Delivering successful solutions requires giving people what they
need, not what they want." Kurt Bittner

Reply via email to