App::Dispatcher
---------------

App::Dispatcher (with the command-line program app-dispatcher) is a
tool for constructing command line applications written in Perl. It is
specifically designed to handle applications with multiple sub-commands
and will generate code to display usage text, option and argument
validation, and command dispatching.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


Copyright 2011 Mark Lawrence E<lt>nomad@null.netE<gt>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
