projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8826aa3
)
We already have check_postgres.pl listed as an EXE, so prevent Makefile from putting...
author
Greg Sabino Mullane
<
[email protected]
>
Sat, 8 Oct 2011 12:50:54 +0000
(08:50 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Sat, 8 Oct 2011 12:50:54 +0000
(08:50 -0400)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 4b74db4ab0f4910e394f9f5de2f8aeada07a294f..ed29ad1c74df2e6029571b91bc55001dd04f45f5 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-66,6
+66,7
@@
my %opts = (
MAN1PODS => {},
NEEDS_LINKING => 0,
NORECURS => 1,
+ PM => {},
clean => { FILES => join ' ' => @cleanfiles },
);