#!/usr/bin/env perl

use strict;
use warnings;

use Clustericious::Commands;

Clustericious::Commands->start;

=head1 NAME

clustericious - Clustericious command runner

=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>

=cut
