Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Clustericious::Plugin::ClustericiousHelpers - Helpers for Clustericious
VERSION
version 1.29
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
Yanick Champoux
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.