package App::Git::IssueManager; use strict; use warnings; use Moose; use MooseX::App qw(Color BashCompletion); # the version of the module our $VERSION = '0.1'; =head1 DESCRIPTION GIT IssueManager Manages issues within your repository using a "issues" branch. =cut 1;