diff options
author | Greg Sabino Mullane | 2011-10-08 13:01:40 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-10-08 13:01:40 +0000 |
commit | 1b879ad6f0103555da1975e73f7379e58f597772 (patch) | |
tree | ff24534b175633480b8ebd5e42af60e967f06d6e | |
parent | e96ab5268ca84be3a9c86b46fdfe0698513cb847 (diff) |
Create a man 3 entry
-rw-r--r-- | Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index ed29ad1c7..a72ee4c7e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -64,6 +64,7 @@ my %opts = ( VERSION_FROM => 'check_postgres.pl', EXE_FILES => ['check_postgres.pl'], MAN1PODS => {}, + MAN3PODS => { 'check_postgres.pl' => 'blib/man3/check_postgres.3'}, NEEDS_LINKING => 0, NORECURS => 1, PM => {}, |