NAME

Bundle::Business::Shipping - a Bundle for Business::Shipping.

SYNOPSIS

perl -MCPAN -e install Bundle::Business::Shipping

DESCRIPTION

Bundle::Business::Shipping provides a bundle to install all Business::Shiping prerequisites. Note that Class::MethodMaker::Engine is listed instead of just Class::MethodMaker. Its purpose is to induce CPAN to install version 2+ instead of version 1.

CPAN INSTALLATION

C<perl -MCPAN -e 'force install XML::Parser XML::Parser::PerlSAX XML::DOM'>
C<perl -MCPAN -e 'install Bundle::Business::Shipping'>

As of June 25, 2004, some CPAN modules in Bundle::Business::Shipping do not pass their own tests:

XML::Parser XML::Parser::PerlSAX XML::DOM

Therefore, we recommend forcing their installation first. The manual insatllation of Class-MethodMaker 2.0 is required, since 1.12 is always selected if you only input "Class::MethodMaker".

Scalar::Util 1.13 comes with perl 5.8.3. What is the earliest version of perl that has 1.10?

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

One line:

Bundle::DBD::CSV Cache::FileCache Class::MethodMaker::Engine Clone Config::IniFiles Crypt::SSLeay Getopt::Mixed Log::Log4perl LWP::UserAgent Math::BaseCnv XML::DOM XML::Simple

CONTENTS

Bundle::DBD::CSV

Cache::FileCache

Class::MethodMaker::Engine

Clone

Config::IniFiles

Crypt::SSLeay

Getopt::Mixed

Log::Log4perl

LWP::UserAgent

Math::BaseCnv

Scalar::Util 1.10

XML::DOM

XML::Simple 2.05

Business::Shipping

SUPPORT

Bundle::Business::Shipping is supported by the author.

SEE ALSO

Business::Shipping

AUTHOR

Dan Browning <db@kavod.com>, Kavod Technologies, http://www.kavod.com.

COPYRIGHT AND LICENCE

Copyright (c) 2003-2004 Kavod Technologies and Daniel Browning. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. See LICENSE for more info.