Subject: | SOAP::Lite 0.66 fails with UNIVERSAL::use |
SOAP::Lite.pm line about 2791 has a "something->body->use || ..."
This clashes with UNIVERSAL::use and throws an error. This occurs when using SOAP::Lite 0.66 within Catalyst. The body() method is returning a SOAP::Custom::XML::Data object, which doesn't have a use() method (is it using autoload?)
I know this is a pain in the arse and anyone using UNIVERSAL::use should be shot, but ... the problem remains.
Thanks,
S.