ADD: added some pod documentation
This commit is contained in:
parent
09dc088144
commit
c257af77a7
@ -6,4 +6,13 @@ use warnings;
|
|||||||
use Try::Tiny;
|
use Try::Tiny;
|
||||||
use App::Git::IssueManager;
|
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;
|
App::Git::IssueManager->new_with_command()->run;
|
||||||
|
Loading…
Reference in New Issue
Block a user