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

It's a bit odd though because SOAP::Lite's Lite.pm does an explcit (and unconditional) use SOAP::Packager; so if the module wasn't installed then it would throw an error earlier.

/J\

Replies are listed 'Best First'.
Re^3: SOAP::Lite issues... stumped
by codejerk (Initiate) on Sep 08, 2006 at 02:39 UTC
    Like I said in my first post... SOAP::Packager is up to date. It does not include SOAP::Packager::MIME (at least not the version I pulled down from CPAN) =/

      There is no separate file for SOAP::Packager::MIME, the, er, package is defined in the Packager.pm. Hence my bemusement.

      /J\