From e96ab5268ca84be3a9c86b46fdfe0698513cb847 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sat, 8 Oct 2011 08:50:54 -0400 Subject: [PATCH] We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting it into the Perl lib path as well. --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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 }, ); -- 2.30.2