NAME
create - Create a new Catalyst Component
SYNOPSIS
create.pl [options] model|view|controller name [helper] [options]
Options:
-help display this help and exits
Examples:
create.pl controller My::Controller
create.pl view My::View
create.pl view MyView TT
create.pl view TT TT
create.pl model My::Model
create.pl model SomeDB CDBI dbi:SQLite:/tmp/my.db
create.pl model AnotherDB CDBI dbi:Pg:dbname=foo root 4321
See also:
perldoc Catalyst::Manual
perldoc Catalyst::Manual::Intro
DESCRIPTION
Create a new Catalyst Component.
AUTHOR
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.