#!/usr/bin/perl
use strict;
# PODNAME: clustericious
# ABSTRACT: Clustericious command runner
our $VERSION = '1.29'; # VERSION
Clustericious::Commands->start;
__END__
=pod
=encoding UTF-8
=head1 NAME
clustericious - Clustericious command runner
=head1 VERSION
version 1.29
=head1 SYNOPSIS
% yourapp start
=head1 DESCRIPTION
The clustericious command enables you to generate
new Clustericious applications and clients, as well
as provides the machinery for starting and stopping
Clustericious applications. For an overview
of Clustericious commands and a list of available
commands, see L<Clustericious::Command>.
=head1 SEE ALSO
L<Clustericious>, L<Clustericious::Command>
=head1 AUTHOR
Original author: Brian Duggan
Current maintainer: Graham Ollis E<lt>plicease@cpan.orgE<gt>
Contributors:
Curt Tilmes
Yanick Champoux
=head1 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.
=cut