Note that there are some explanatory texts on larger screens.

plurals
  1. PODependency problem of Perl CPAN modules
    text
    copied!<p>I tried to install <code>SOAP::WSDL</code> on Ubuntu 8.04 Server through CPAN but got the following error message:</p> <pre><code>cpan&gt; install SOAP::WSDL Running install for module SOAP::WSDL Running make for M/MK/MKUTTER/SOAP-WSDL-2.00.10.tar.gz Checksum for /root/.cpan/sources/authors/id/M/MK/MKUTTER/SOAP-WSDL-2.00.10.tar.gz ok SOAP-WSDL-2.00.10/ SOAP-WSDL-2.00.10/benchmark/ (skipped many lines) SOAP-WSDL-2.00.10/README CPAN.pm: Going to build M/MK/MKUTTER/SOAP-WSDL-2.00.10.tar.gz # running Build.PL --installdirs site Creating new 'MYMETA.yml' with configuration results Creating new 'Build' script for 'SOAP-WSDL' version '2.00.10' Prereq '0.0.5' for 'Class::Std::Fast' is not supported by Module::Build::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 </code></pre> <p>I have the latest versions of <a href="http://search.cpan.org/~acid/Class-Std-Fast-v0.0.8/lib/Class/Std/Fast.pm" rel="nofollow noreferrer"><code>Class::Std::Fast</code></a> and <a href="http://search.cpan.org/~dagolden/Module-Build/lib/Module/Build/Compat.pm" rel="nofollow noreferrer"><code>Module::Build::Compat</code></a>:</p> <pre><code>$ perl -MModule::Build::Compat -e 'print $Module::Build::Compat::VERSION;' 0.3607 $ perl -MClass::Std::Fast -e 'print $Class::Std::Fast::VERSION;' 0.0.8 </code></pre> <p>Any idea how to solve the problem? Perhaps I need to downgrade <code>Class::Std::Fast</code> to version 0.0.5?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload