######################################################################
## File: $Id: README,v 1.3 2004/09/02 21:09:00 spadkins Exp $
######################################################################

1. What is the Business-Travel-OTA distribution?

2. How do I install it?

To install this module, cd to the directory that contains this README
file and type the following (as usual).

   perl Build.PL
   (or) perl Build.PL install_base=$PREFIX
   ./Build
   ./Build test
   ./Build install

