FIX: added abstract documentation

This commit is contained in:
Dominik Meyer 2018-09-13 23:18:15 +02:00
parent a2c368c037
commit 8674503a12
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
package App::Git::IssueManager;
#ABSTRACT: main MooseX class for git issue manager
use strict;
use warnings;
use Moose;