in reply to Re: Install SOAP::WSDL
in thread Install SOAP::WSDL

Hi,

I tried your suggestion by running
perl -i -pe's/\Qq(0.0.5)\E/q(v0.0.5)/' Build.PL
But it seem that it still didn't work...
$ perl Build.PL Checking prerequisites... requires: ! Template is not installed build_requires: ! Template is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the v +ersions of the modules indicated above before proceeding with this installatio +n Run 'Build installdeps' to install missing prerequisites. Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'SOAP-WSDL' version '2.00.10' $ ./Build installdeps cpan_client 'cpan' is not executable

Replies are listed 'Best First'.
Re^3: Install SOAP::WSDL
by ikegami (Patriarch) on Jul 06, 2010 at 23:26 UTC

    My fix was to address

    Prereq '0.0.5' for 'Class::Std::Fast' is not supported by Module::Buil +d::Compat Running make test Make had some problems, maybe interrupted? Won't test Running make install Make had some problems, maybe interrupted? Won't install

    I didn't notice you didn't suffer from that problem when you downloaded the tarball.

    As for the new error. ./Build installdeps apparently requires the cpan tool which you do no have (properly?) installed (even though you have CPAN installed?!?).

    Install the prerequisites (Template) yourself, and there won't be any issues.