Catalyst::Helper::Model::EVDB - Helper for EVDB models


Catalyst-Model-EVDB documentation  | view source Contained in the Catalyst-Model-EVDB distribution.

Index


NAME

Top

Catalyst::Helper::Model::EVDB - Helper for EVDB models

SYNOPSIS

Top

    script/myapp_create.pl model EVDB EVDB app_key username password

DESCRIPTION

Top

Helper for the Catalyst EVDB model.

USAGE

Top

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

Top

mk_compclass

Makes the EVDB model class.

mk_comptest

Makes tests for the EVDB model.

SEE ALSO

Top

* Catalyst::Manual
* Catalyst::Test
* Catalyst::Helper

AUTHOR

Top

Daniel Westermann-Clark <danieltwc@cpan.org>

LICENSE

Top

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


Catalyst-Model-EVDB documentation  | view source Contained in the Catalyst-Model-EVDB distribution.