Apache2::WebApp::Helper::Extra - Command-line helper script


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

This is a placeholder for a package that is currently under development.

COMMAND-LINE

  Usage: webapp-extra [OPTION...]
  WebApp::Helper::Extra -
    Options:
        --config (default)    Instead of passing arguments, import these values from a file
        --apache_doc_root     Absolute path to your project
        --project_title       Name of your project (example: Project)
        --install             Name of package
        --help                List available command line options (this page)
        --verbose             Print messages to STDOUT


SEE ALSO

the Apache2::WebApp manpage, the Apache2::WebApp::Helper manpage, Cwd, the File::Path manpage, the Getopt::Long manpage


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.

See http://www.perl.com/perl/misc/Artistic.html

 Apache2::WebApp::Helper::Extra - Command-line helper script