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

  1. What is the App-Build distribution?

App::Build is a module which extends Module::Build. It is used to install whole applications rather than merely perl modules.

2. What are the features?

FEATURES OF App::Build

ASSUMPTIONS OF App::Build

CORRECTIONS OF MISFEATURES IN Module::Build and CPAN

FUTURE FEATURES OF App::Build

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

perl Build.PL
./Build
./Build test
./Build install

Alternatively, you may install in an alternate place by typing:

perl Build.PL install_base=/home/joe ./Build
./Build test
./Build install