in reply to Install SOAP::WSDL
I believe editing Build.PL as follows will do the trick:
- 'Class::Std::Fast' => q(0.0.5), + 'Class::Std::Fast' => q(v0.0.5),
If so, you can install the module as follows:
wget http://search.cpan.org/CPAN/authors/id/M/MK/MKUTTER/SOAP-WSDL-2.0 +0.10.tar.gz tar xvzf SOAP-WSDL-2.00.10.tar.gz cd SOAP-WSDL-2.00.10 perl -i -pe's/\Qq(0.0.5)\E/q(v0.0.5)/' Build.PL 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 23:17 UTC | |
by ikegami (Patriarch) on Jul 06, 2010 at 23:26 UTC |