FIX: added pod documentation

This commit is contained in:
Dominik Meyer 2018-09-16 00:20:20 +02:00
parent 7363b609e2
commit aefed27597
No known key found for this signature in database
GPG Key ID: B4C312B600606B64
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env perl
# ABSTRACT: post-commit hook for managing git issues
# PODNAME: git-issue-commit-hook
use strict;
use warnings;
use Try::Tiny;