summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sabino Mullane2011-10-08 12:50:54 +0000
committerGreg Sabino Mullane2011-10-08 12:50:54 +0000
commite96ab5268ca84be3a9c86b46fdfe0698513cb847 (patch)
treede4aca6ac26a896a2f7be41d1a58bfd8e424bf82
parent8826aa39cebadc17c928d22239ce09a6e547c7ba (diff)
We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting it into the Perl lib path as well.
-rw-r--r--Makefile.PL1
1 files changed, 1 insertions, 0 deletions
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 },
);