Business-Shipping
view release on metacpan or search on metacpan
- Fixed bug report:
calling Business::Shipping::USPS->submit(
{
'from_zip' => "98682",'cache' => "1",
'to_country' => "Canada",'service' => "Airmail Letter Post",
'to_zip' => "N2H6S9",'from_country' => "US",
'weight' => "0.25",
'shipper' => "USPS",
}
)
Vend::Interpolate:debug: [business-shipping] returning "15.25"
- Cause: USPS changed "Airmail Letter Post" to "Airmail Letter-post".
- Usertag cleanup.
- More documentation.
- Business::Shipping thinned.
- Online::UPS thinned.
- Additional test for UPS Letter post to Canda.
0.75 Aug 25 2003
- Additional USPS tests (Letter service, Canada service)
- Additional UPS tests (Canada)
- Fix ounce calculator.
- Misc minor and aesthetic updates.
0.74 Aug 19 2003
- Clean up the business-shipping usertag a little bit.
- Other misc. cleanups.
- Re-write the pounds/ounces calculator.
- Remove lots of cruft.
0.73 Aug 15 2003
- More tests
- Fix USPS International shipping: new "service matching" method.
- Documentation Updates
0.72 Aug 09 2003
- Many more tests.
- USPS Updates:
+ Added a great many new translations to the country translator
- UPS Updates:
+ Added to_city
- ~10 additional tests.
0.71 Aug 06 2003
- International USPS bug fixes.
+ Instead of guessing the service by name, we use service type, then
mail type. This may result in getting the wrong service, however.
Needs more analyzation.
- Many, many additional tests.
- Very much improved debug/error handling.
0.70 Jul 07 2003
- Complete rewrite of the entire system
- Now more modular, object oriented, smaller, and simpler.
- License changed from Perl to GPL
- New cache system (faster, more reliable)
- Enhancements to Class::Methodmaker
- Fixed: When Cache is enabled, and you run [xps-query] consecutively,
UPS doesn't seem to notice the different service types (i.e. 'service'
isn't on the 'unique' list)
- Re-did the self meta-data
0.04 Jun 24 2003
- Interchange usertag bugfixes
- Some USPS bugfixes.
- Additional debugging information.
- Reducing indirect notation.
- Experiencing some problems with xps-query.
- Gracefully handle ZIP+4 (by ignoring the +4)
- Lots of test updates
- Handle a few more countries correctly ("France,Metropolitan")
- Add some 'retry' support to the xps-query usertag
0.03 Jun 04 2003
- Changed name to Business::Shipping.
- Fixed POD for the Ship.pm file.
- Add dependency requirements
- Misc updates.
0.02 Sat May 31 18:04:00 2003
- Testing overhaul
- Lots of bug fixes (uncovered by testing, mostly for USPS)
- Added "make readme"
- Moving stuff around again.
- Launched http://www.kavod.com/Business-Shipping
- API Changes:
+ None.
0.01 Fri May 30 22:45:11 2003
- Moved everything around a lot
- Packaged everything like standard Perl modules
( run in 1.396 second using v1.01-cache-2.11-cpan-7fcb06a456a )