From: Greg Sabino Mullane Date: Sat, 8 Oct 2011 12:50:54 +0000 (-0400) Subject: We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting... X-Git-Tag: 2.19.0~29 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=e96ab5268ca84be3a9c86b46fdfe0698513cb847;p=check_postgres.git We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting it into the Perl lib path as well. --- diff --git a/Makefile.PL b/Makefile.PL index 4b74db4ab..ed29ad1c7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -66,6 +66,7 @@ my %opts = ( MAN1PODS => {}, NEEDS_LINKING => 0, NORECURS => 1, + PM => {}, clean => { FILES => join ' ' => @cleanfiles }, );