-
-
03 Aug 2005 20:39:32 UTC
- Distribution: SVL
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (11 / 8 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (13.14KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- App::CLI
- Catalyst
- Class::Accessor::Chained::Fast
- File::Path
- Net::DNS
- Net::OpenDHT
- Net::Rendezvous
- Net::Rendezvous::Publish
- Path::Class
- Pod::Usage
- SVK
- SVK::Simple
- SVN::Mirror
- Sys::HostIP
- Test::More
- Text::Tags::Parser
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install SVL, copy and paste the appropriate command in to your terminal.
cpanm SVL
perl -MCPAN -e shell install SVL
For more information on module installation, please visit the detailed CPAN module installation guide.