NAME
Gruntmaster::App::Command - Base class for gm commands
SYNOPSIS
package Gruntmaster::App::Command::foo;
use Gruntmaster::App '-command';
DESCRIPTION
Gruntmaster::App::Command is the base class of all gm commands. Its only role is to extract a command's documentation from its POD by overriding the description method to use Pod::Usage.
SEE ALSO
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2014-2016 by Marius Gavrilescu
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.20.1 or, at your option, any later version of Perl 5 you may have available.