Provided by: libmoosex-app-perl_1.22-1_all bug

NAME

       MooseX::App::Meta::Role::Class::Command - Meta class role for command classes

DESCRIPTION

       This meta class role will automatically be applied to all command classes.  This
       documentation is only of interest if you intent to write plugins for MooseX-App.

ACCESSORS

   command_short_description
       Read/set the short command description. Will be extracted from the Pod NAME section if not
       set. Alternative this will be taken from the DistZilla ABSTRACT tag.

   command_long_description
       Read/set the long command description. Will be extracted from the Pod DESCRIPTION or
       OVERVIEW section if not set.

   command_usage
       Read/set the long command usage. Will be extracted from the Pod SYNOPSIS or USAGE section
       if not set. If these Pod sections are not defined the usage will be autogenerated.

METHODS

   _build_command_pod
       Parses the Pod from the command class.

perl v5.18.1                                2013-05-2MooseX::App::Meta::Role::Class::Command(3pm)