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

NAME

Statocles::Command - The statocles command-line interface

VERSION

version 0.025

SYNOPSIS

    use Statocles::Command;
    exit Statocles::Command->main( @ARGV );

DESCRIPTION

This module implements the Statocles command-line interface.

ATTRIBUTES

site

The site we're working with.

METHODS

main( @argv )

Run the command given in @argv. See statocles for a list of commands and options.

SEE ALSO

statocles

The documentation for the command-line application.

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Doug Bell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.