NAME
Apache2::WebApp::Helper::Extra - Command-line helper script
SYNOPSIS
use Apache2::WebApp::Helper::Extra;
my $obj = Apache2::WebApp::Helper::Extra->new;
$obj->process;
DESCRIPTION
What is an Extra? It is a pre-package web application that can be added to an existing WebApp Toolkit project. Each package provides additional functionality that can be modified and extended to your needs.
COMMAND-LINE
Usage: webapp-extra [OPTION...]
WebApp::Helper::Extra - Add package sources to an existing project
Options:
--config (default) Instead of passing arguments, import these values from a file
--install Name of the Extra to install (example: Admin)
--manifest View the manifest of the select package.
--source Specify a custom source directory (default: /usr/share/webapp-toolkit)
--force Ignore warnings and install the package
--help List available command line options (this page)
--verbose Print messages to STDOUT
SEE ALSO
Apache2::WebApp, Apache2::WebApp::Helper, File::Copy::Recursive, File::Path, Getopt::Long
AUTHOR
Marc S. Brooks, <mbrooks@cpan.org> http://mbrooks.info
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.