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

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:

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.