NAME
Business::Shipping - Shipping cost calculator for UPS and USPS
INSTALLATION
perl Makefile.PL
make
make test
make install
REQUIRED MODULES
Archive::Zip (any)
Bundle::DBD::CSV (any)
Cache::FileCache (any)
Class::MethodMaker (any)
Config::IniFiles (any)
Crypt::SSLeay (any)
Data::Dumper (any)
Devel::Required (0.02)
Error (any)
LWP::UserAgent (any)
XML::DOM (any)
XML::Simple (2.05)
GETTING STARTED
* For USPS: Sign up online for free:
- http://www.uspswebtools.com/registration/
- (More info at http://www.uspswebtools.com)
- The online signup will result in a testing-only account (only a small
sample of queries will work).
- To activate the "production" use of your USPS account, you must follow the
USPS documentation. Currently, that means contacting the Internet
Customer Care Center by e-mail or phone:
icustomercare@usps.com
1-800-344-7779
* For UPS: Sign up online for free:
- https://www.ups.com/servlet/registration?loc=en_US_EC
- (More info at http://www.ec.ups.com)
- You will get a User Id, Password, and Access Key from UPS.
USAGE EXAMPLES
* See Shipping.pm POD documentation for API and usage examples.
* This module is used by the Interchange E-Commerce software
(http://www.icdevgroup.org). For a reference implementation of
Business::Shipping, see the UserTag/business-shipping.tag file, it implements
a function that takes shipping-related arguments, builds a Business::Shipping
object, then returns the calculated cost.
WEBSITE
http://www.kavod.com/Business-Shipping
The website carries the most recent version, as well as instructions for accessing the anonymous CVS repository.
COPYRIGHT AND LICENCE
Copyright (c) 2003 Kavod Technologies, Dan Browning. All rights reserved. Licensed under the GNU Public Licnese (GPL). See COPYING for more info.
AUTHOR
Dan Browning
Kavod Technologies
<db@kavod.com>
http://www.kavod.com
CREDITS
* See CREDITS file.