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