The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.