NAME
Catalyst::Helper::Model::Filemaker - Helper for Filemaker Catalyst models
SYNOPSIS
script/myapp_create.pl model ModelName Filemaker host=myhost user=myuser \
pass=mypass db=mydb
DESCRIPTION
Use this module to set up a new Catalyst::Model::Filemaker model for your Catalyst application.
Arguments
ModelName is the short name for the Model class being generated
(eg. "Filemaker")
METHODS
mk_compclass
This method takes the given arguments and generates a Catalyst::Model::Filemaker model for your application.
SEE ALSO
Catalyst, Catalyst::Helper, Catalyst::Model::Filemaker
BUGS
Please report any bugs or feature requests to bug-catalyst-model-filemaker at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-Filemaker.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Helper::Model::Filemaker
You may also look for information at:
Catalyst::Model::Filemaker
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-Filemaker
Search CPAN
AUTHOR
Michele Ongaro <micheleo@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2011 Michele Ongaro. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.