From aefed27597e209b4b650ef29fa235d6e8ea1bfdf Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Sun, 16 Sep 2018 00:20:20 +0200 Subject: [PATCH] FIX: added pod documentation --- bin/git-issue-commit-hook | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/git-issue-commit-hook b/bin/git-issue-commit-hook index 0fdb671..829a35c 100755 --- a/bin/git-issue-commit-hook +++ b/bin/git-issue-commit-hook @@ -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;