Skip Menu |

This queue is for tickets about the SOAP-WSDL CPAN distribution.

Report information
The Basics
Id: 48284
Status: rejected
Priority: 0/
Queue: SOAP-WSDL

People
Owner: Nobody in particular
Requestors: lloy0076 [...] adam.com.au
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.00.09
Fixed in: (no value)



Subject: Class::Std / Class::Std::Fast::Storable - Not Part of Dependency Tree
It seems that Class::Std::Fast::Storable and Class::Std are not part of the dependency tree which seems to cause a significant (i.e. > 85%) of the tests to run. From what I can tell, SOAP::WSDL uses all of these (and probably more): use Scalar::Util qw(blessed); use Class::Std::Fast constructor => 'none'; use LWP::UserAgent; ...none of which are listed as pre-requisites... The absence of Class::Std::Fast would more than likely cause a hard crash. DSL
Hi, I don't know where you got that information. Class::Std::Fast::Storable is packaged together with Class::Std::Fast - which in turn requires Class::Std: Class::Std::Fast is clearly stated as prerequisite in both META.yml and Build.PL Martin