Skip Menu |

This queue is for tickets about the Net-UPS CPAN distribution.

Report information
The Basics
Id: 58402
Status: resolved
Priority: 0/
Queue: Net-UPS

People
Owner: Nobody in particular
Requestors: arthas [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.08



Subject: Patch for Net::UPS::Package to support UPS_SAVER service
International shipments originating from the US and elsewhere offer, among the other services, the: UPS_SAVER (code 65) This is not supported by Net::UPS (probably because it didn't exist at the time), and the module throws an exception if UPS server offers it as a choice. See attached patch to add it.
Subject: Net-UPS-Service_ups-saver.diff.txt
--- /usr/lib64/perl5/vendor_perl/5.12.1/Net/UPS/Service.pm 2010-06-14 10:05:28.000000000 +0200 +++ Service.pm 2010-06-15 09:58:56.000000000 +0200 @@ -28,7 +28,8 @@ NEXT_DAY_AIR_SAVER => '13', NEXT_DAY_AIR_EARLY_AM => '14', WORLDWIDE_EXPRESS_PLUS => '54', - '2ND_DAY_AIR_AM' => '59' + '2ND_DAY_AIR_AM' => '59', + UPS_SAVER => '65', }; }
released in 0.08