NAME

catalyst - Bootstrap a Catalyst application

SYNOPSIS

catalyst [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 My::App
   catalyst MyApp

DESCRIPTION

Bootstrap a Catalyst application.

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.