diff options
-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 => {}, |