NAME
App::Zealc::Command - Base class for zealc commands
SYNOPSIS
package App::Zealc::Command::foo;
use App::Zealc '-command';
DESCRIPTION
App::Zealc::Command is the base class of all zealc commands. Its only role is to supply a default description
method that extracts the SYNOPSIS and DESCRIPTION sections using App::Zealc::UsageExtractor.
SEE ALSO
App::Zealc::UsageExtractor, zealc, Zeal
AUTHOR
Marius Gavrilescu, <marius@ieval.ro>
COPYRIGHT AND LICENSE
Copyright (C) 2015 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.