
Catalyst::Helper::Model::Akismet - Helper for Akismet Catalyst models

script/myapp_create.pl model ModelName Akismet [ key=your_key url=your url ]

Use this module to set up a new Catalyst::Model::S3 model for your Catalyst application.
ModelName is the short name for the Model class being generated (eg. "S3")
key and secret correspond to your Amazon Web Services account's Access Key
ID and Secret Access Key respectively. For more information see:
L<http://aws.amazon.com/s3>
The presence of secure indicates that your Model should use SSL-encrypted
connections when talking to S3.
Explicitly setting timeout (in seconds) overrides the default of 30.

This method takes the given arguments and generates a Catalyst::Model::S3 model for your application.

Catalyst, Catalyst::Helper, Catalyst::Model::Akismet

Please report any bugs or feature requests to bug-catalyst-model-s3 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-S3.

You can find documentation for this module with the perldoc command.
perldoc Catalyst::Helper::Model::Akismet
You may also look for information at:
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Catalyst-Model-S3

Marcus Ramberg <mramberg@cpan.org

Copyright (c) 2008 Marcus Ramberg
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.