http://www.perlmonks.org?node_id=571919


in reply to Re^2: SOAP::Lite issues... stumped
in thread SOAP::Lite issues... stumped

However someone should probably file a bug on SOAP::Lite about this conflict before it is too late to change.

I was bitten by this the other day, and tried to advise all concerned. The only response I received was from Andreas Koenig (PAUSE maintainer), who agreed that the namespace was owned by first-comer SOAP, and that the SOAP::Lite community had responsibility for fixing it.

I also found two reports of the same problem on http://rt.cpan.org (currently down?), in 2005 and (IIRC) 2003.

Hugo

Replies are listed 'Best First'.
Re^4: SOAP::Lite issues... stumped
by gellyfish (Monsignor) on Sep 08, 2006 at 10:37 UTC
Re^4: SOAP::Lite issues... stumped
by codejerk (Initiate) on Sep 08, 2006 at 14:25 UTC
    excellent info. I mistakenly thought that SOAP::Lite was derived from the original SOAP modules. I never would have tried removing SOAP and using only SOAP::Lite. My issue is resolved. Thanks, monks!