To: | bug-cpanplus [...] rt.cpan.org |
From: | David Wheeler <david [...] kineticode.com> |
Subject: | 0.050_01 Cannot validate Build.PL perl version spec |
Date: | Sun, 5 Dec 2004 10:43:32 -0800 |
Module::Build users sometimes specify a perl version in their
requirements:
requires => { perl => '5.6.1' },
I guess CPANPLUS doesn't know this, because it tries to manage it as a
module:
Creating new 'Build' script for 'XML-Genx' version '0.07'
[ERROR] Unable to find 'perl' in the module tree -- unable to satisfy
prerequisites
I *think* that the required perl version is the only thing that will
appear in the requirements that is not a module, but you might want to
ask module-build-general@lists.sourceforge.net to be sure.