From: Greg Sabino Mullane Date: Sat, 8 Oct 2011 13:01:40 +0000 (-0400) Subject: Create a man 3 entry X-Git-Tag: 2.19.0~28 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1b879ad6f0103555da1975e73f7379e58f597772;p=check_postgres.git Create a man 3 entry --- 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 => {},