ADD: added some pod documentation

This commit is contained in:
Dominik Meyer 2018-09-13 23:16:47 +02:00
parent 09dc088144
commit c257af77a7
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 9 additions and 0 deletions

View File

@ -6,4 +6,13 @@ use warnings;
use Try::Tiny;
use App::Git::IssueManager;
=head1 DESCRIPTION
B<git-issue> is a subcommand to the git version control system for manage issues in a
distributed manner. It uses the B<Git::IssueManager> module to provide all management
functions.
=cut
App::Git::IssueManager->new_with_command()->run;