######################################################################
## File: $Id: README,v 1.1 2005/05/17 18:16:29 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

