NAME
Statocles::Command - The base class for command modules
VERSION
version 0.098
SYNOPSIS
use Statocles::Base 'Command';
sub run {
my ( $self, @argv ) = @_;
...;
}
DESCRIPTION
This module is a base class for command modules.
ATTRIBUTES
site
The Statocles::Site object for the current site.
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.