|
Are you using SOAP::WSDL directly or via a interface generated by wsdl2perl.pl?
For using SOAP::WSDL directly, only something like this will work:
{
local $SIG{__WARN__} = sub {};
... code that throws warnings ...
}
I'll add silently ignoring failing imports as a feature request.
Martin
|