The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

catalyst - Bootstrap a Catalyst application

SYNOPSIS

catalyst.pl [options] application-name

 Options:
   -help        display this help and exits

 application-name has to be a valid Perl module name and can include ::

 Examples:
    catalyst.pl My::App
    catalyst.pl MyApp

 See also:
    perldoc Catalyst::Manual
    perldoc Catalyst::Manual::Intro

DESCRIPTION

Bootstrap a Catalyst application.

SEE ALSO

Catalyst, Catalyst::Manual, Catalyst::Manual::Intro, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Engine

AUTHOR

Sebastian Riedel Sebastian Riedel, sri@oook.de

COPYRIGHT

Copyright 2004 Sebastian Riedel. All rights reserved.

This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.