From: Christoph Berg Date: Thu, 19 Sep 2013 09:07:47 +0000 (+0200) Subject: Install man page in section 1 X-Git-Tag: 2.21.0~19 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=bf5b6900aa031464616299934b7447f4874d5747;p=check_postgres.git Install man page in section 1 Peter Eisentraut, bug 53, github issue 26 --- diff --git a/Makefile.PL b/Makefile.PL index e3b5bea75..236cd9845 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -63,8 +63,7 @@ my %opts = ( NO_META => 1, VERSION_FROM => 'check_postgres.pl', EXE_FILES => ['check_postgres.pl'], - MAN1PODS => {}, - MAN3PODS => { 'check_postgres.pl' => 'blib/man3/check_postgres.3'}, + MAN1PODS => { 'check_postgres.pl' => 'blib/man1/check_postgres.1p'}, NEEDS_LINKING => 0, NORECURS => 1, PM => {}, diff --git a/check_postgres.pl b/check_postgres.pl index e5eb77379..77af60250 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -9761,6 +9761,8 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). Fix issue with SQL steps in check_pgagent_jobs for sql steps which perform deletes (Rob Emery via github pull) + Install man page in section 1. (Peter Eisentraut, bug 53, github issue 26) + Order lock typs in check_locks output to make the ordering predictable; other minor test suite fixes (Christoph Berg)