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

NAME

Clustericious::Plugin::ClustericiousHelpers - Helpers for Clustericious

VERSION

version 1.23

DESCRIPTION

This class provides helpers for Clustericious.

HELPERS

In addition to the helpers provided by Mojolicious::Plugin::DefaultHelpers you get:

render_moved

 $c->render_moved($path);

Render a 301 response.

client

 my $client = $c->client;

Returns the appropriate Clustericious::Client object for your app.

AUTHOR

Original author: Brian Duggan

Current maintainer: Graham Ollis <plicease@cpan.org>

Contributors:

Curt Tilmes

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by NASA GSFC.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.