INSTALLATION

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.03)
Error (any)
Getopt::Mixed (any)
LWP::UserAgent (any)
Math::BaseCnv (any)
Scalar::Util (1.10)
XML::DOM (any)
XML::Simple (2.05)

Module Installation via CPAN

The following CPAN usage example has all the needed modules on one line. Note that you may need to do "force install XML::Parser::SAX".

 perl -MCPAN -e shell
 install Archive::Zip Bundle::DBD::CSV Cache::FileCache Class::MethodMaker \
         Config::IniFiles Crypt::SSLeay Data::Dumper Devel::Required Error \
		 LWP::UserAgent Math::BaseCnv XML::DOM XML::Simple
 install Business::Shipping

MANUAL INSTALLATION

This will install the Business::Shipping module (if you haven't already installed it via CPAN).

perl Makefile.PL && make && make test && make install

Or, expressed on separate lines:

perl Makefile.PL
make
make test
make install