in reply to Install SOAP::WSDL

The correct mantra:
perl Build.PL ./Build installdeps ./Build ./Build test ./Build install

Replies are listed 'Best First'.
Re^2: Install SOAP::WSDL
by Anonymous Monk on Jul 06, 2010 at 22:51 UTC
    Hello, I tried to follow your suggestion, but I got this.
    $ 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.99_3' $ ./Build installdeps cpan_client 'cpan' is not executable
    Am I missing something obvious?