The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#!/usr/bin/perl

use strict;
use warnings;
use Clustericious::Commands;

# PODNAME: clustericious
# ABSTRACT: Clustericious command runner
our $VERSION = '0.9942'; # VERSION


Clustericious::Commands->start;

__END__
=pod

=head1 NAME

clustericious - Clustericious command runner

=head1 VERSION

version 0.9942

=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 <plicease@cpan.org>

contributors:

Curt Tilmes

=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