diff options
author | Greg Sabino Mullane | 2011-10-08 12:50:54 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2011-10-08 12:50:54 +0000 |
commit | e96ab5268ca84be3a9c86b46fdfe0698513cb847 (patch) | |
tree | de4aca6ac26a896a2f7be41d1a58bfd8e424bf82 | |
parent | 8826aa39cebadc17c928d22239ce09a6e547c7ba (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.PL | 1 |
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 }, ); |