On Mon, Dec 08, 2014 at 11:00:37AM +, Pádraig Brady wrote:
On 08/12/14 10:42, Martin Kletzander wrote:
With this patch it is possible to put e.g. "perl::XML:XPath -" in
$buildreq in bootstrap.conf which will cause a check for perl module
XML::XPath
looks useful...
perl -m"XML::XPath" -
On 08/12/14 10:42, Martin Kletzander wrote:
> With this patch it is possible to put e.g. "perl::XML:XPath -" in
> $buildreq in bootstrap.conf which will cause a check for perl module
> XML::XPath
looks useful...
> perl -m"XML::XPath" -e 'exit 0' >/dev/null 2>&1
>
> If this fails due to any oth
With this patch it is possible to put e.g. "perl::XML:XPath -" in
$buildreq in bootstrap.conf which will cause a check for perl module
XML::XPath using:
perl -m"XML::XPath" -e 'exit 0' >/dev/null 2>&1
If this fails due to any other error then XML::XPath missing, it is left
on the user to fix up