There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Statocles::Command - The statocles command-line interface

VERSION

version 0.071

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

my $exitval = $cmd->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) 2016 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.