pullingshots / Shipment

Perl interface into various shipping web service API's - FedEx, UPS, Purolator, Temando, Canada Post
https://metacpan.org/pod/Shipment
19 stars 19 forks source link

Remove dependency on local SOAP::WSDL installation #1

Closed pullingshots closed 13 years ago

pullingshots commented 13 years ago

A development version of the SOAP::WSDL module is included in the distribution because the latest version on CPAN does not work with this module.

I'm thinking that it should be possible to only include the parts from SOAP::WSDL that are required... the client. All of the wsdl2perl conversion stuff can be left out.

pullingshots commented 13 years ago

All of the SOAP::WSDL dependencies are now included in the distribution using App::FatPacker