NAME
Catalyst::Helper::Model::TextLinkAds - Helper for TextLinkAds Catalyst Models
SYNOPSIS
script/myapp_create.pl model ModelName TextLinkAds [ tmpdir=/path/to/tmp ] [ nocache ]
DESCRIPTION
Use this module to set up a new Catalyst::Model::TextLinkAds model for your Catalyst application.
Arguments
ModelName is the short name for the Model class being generated (eg.
"TextLinkAds")
tmpdir is the path to a directory where temporary files should be stored.
nocache disables caching which is definitely not recommended.
METHODS
mk_compclass
This method takes the given arguments and generates a Catalyst::Model::TextLinkAds model for your application.
SEE ALSO
Catalyst, Catalyst::Helper, Catalyst::Model::TextLinkAds
BUGS
Please report any bugs or feature requests to bug-catalyst-model-textlinkads at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-TextLinkAds.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Catalyst::Helper::Model::TextLinkAds
You may also look for information at:
Catalyst::Model::TextLinkAds
http://perlprogrammer.co.uk/module/Catalyst::Model::TextLinkAds/
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-TextLinkAds
Search CPAN
AUTHOR
Dave Cardwell <dcardwell@cpan.org>
COPYRIGHT AND LICENSE
Copyright (c) 2007 Dave Cardwell. 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.