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

SOAP::Lite should have also installed SOAP::Packager which uses MIME::Tools. SOAP::Packager::MIME is in SOAP::Packager - have a look at the source code.

jdtoronto

Replies are listed 'Best First'.
Re^2: SOAP::Lite issues... stumped
by gellyfish (Monsignor) on Sep 07, 2006 at 16:18 UTC

    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\

      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\