We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting...
authorGreg Sabino Mullane <[email protected]>
Sat, 8 Oct 2011 12:50:54 +0000 (08:50 -0400)
committerGreg Sabino Mullane <[email protected]>
Sat, 8 Oct 2011 12:50:54 +0000 (08:50 -0400)
Makefile.PL

index 4b74db4ab0f4910e394f9f5de2f8aeada07a294f..ed29ad1c74df2e6029571b91bc55001dd04f45f5 100644 (file)
@@ -66,6 +66,7 @@ my %opts = (
     MAN1PODS       => {},
     NEEDS_LINKING  => 0,
     NORECURS       => 1,
+    PM             => {},
     clean          => { FILES => join ' ' => @cleanfiles },
 );