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

NAME

Clustericious::Command - Command base class

VERSION

version 0.9941

SYNOPSIS

 use Mojo::Base 'Mojolicious::Command';

DESCRIPTION

This class is the base class for all Clustericious commands. It inherits everything from Mojolicious::Command and will may add Clustericious specific behavior in the future.

COMMANDS

This is a (not exhaustive) list of common Clustericious commands:

SUPER CLASS

Mojolicious::Command

SEE ALSO

Clustericious Mojolicious::Command

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.