-
-
18 Mar 2006 22:53:11 UTC
- Distribution: Catalyst-Model-EVDB
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (661 / 0 / 0)
- Kwalitee
Bus factor: 0- % Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.94KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Catalyst
- Catalyst::Test
- Data::Dumper
- EVDB::API
- FindBin
- NEXT
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Catalyst::Helper::Model::EVDB - Helper for EVDB models
SYNOPSIS
script/myapp_create.pl model EVDB EVDB app_key username password
DESCRIPTION
Helper for the Catalyst EVDB model.
USAGE
When creating a new EVDB model class using this helper, you can specify much of the configuration and have it filled automatically. Using the example from the "SYNOPSIS" section:
EVDB
The name of the model. This is also used to determine the filename, e.g.
lib/MyApp/Model/EVDB.pm
.EVDB
The helper to use, i.e. this one.
app_key
Your application key, as provided by EVDB. Please see http://api.evdb.com/ to obtain an application key.
username
(Optional) Your EVDB username.
password
(Optional) Your EVDB password.
METHODS
mk_compclass
Makes the EVDB model class.
mk_comptest
Makes tests for the EVDB model.
SEE ALSO
AUTHOR
Daniel Westermann-Clark <danieltwc@cpan.org>
LICENSE
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 Catalyst::Model::EVDB, copy and paste the appropriate command in to your terminal.
cpanm Catalyst::Model::EVDB
perl -MCPAN -e shell install Catalyst::Model::EVDB
For more information on module installation, please visit the detailed CPAN module installation guide.