Author: turnstep
Date: Wed Jan 23 10:47:14 2008
New Revision: 10645

Modified:
   DBD-Pg/trunk/Makefile.PL

Log:
Minor tweaks to splint target.


Modified: DBD-Pg/trunk/Makefile.PL
==============================================================================
--- DBD-Pg/trunk/Makefile.PL    (original)
+++ DBD-Pg/trunk/Makefile.PL    Wed Jan 23 10:47:14 2008
@@ -186,11 +186,14 @@
 SPLINT_TMP = $(TMP)/splint_dbdpg
 
 SPLINTFLAGS =            \
-  +ignoresigns           \
-  +posixstrictlib        \
-  -tmpdir $(SPLINT_TMP)  \
   -message-stream-stdout \
+  -tmpdir $(SPLINT_TMP)  \
+  +posixstrictlib        \
+  +ignoresigns           \
   +showdeephistory       \
+  -predboolint           \
+  -nullpass              \
+  +charint               \
 
 SPLINTFLAGS_TEST = 
 

Reply via email to