Mojolicious::Plugin::Dotcloud - Easy access to your dotCloud environment from your Mojolicious app.

version 1.01

use Mojolicious::Plugin::Dotcloud
$self->plugin('dotcloud' => {
...
});

This helper gives you access to the DotCloud::Environment object and all it's methods. See the DotCloud::Environment documentation for more information.


Ben van Staveren, <madcat at cpan.org>

Please report any bugs or feature requests through the web interface at https://github.com/benvanstaveren/mojolicious-plugin-dotcloud/issues.

You can find documentation for this module with the perldoc command.
perldoc Mojolicious::Plugin::Dotcloud
You can also look for information at:
http://cpanratings.perl.org/d/Mojolicious-Plugin-Authentication
http://search.cpan.org/dist/Mojolicious-Plugin-Authentication/

Copyright 2011-2012 Ben van Staveren.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.