Instead of appending to the pp test file, replace it.
Shawn M Moore [Wed, 7 Jan 2009 15:00:18 +0000 (15:00 +0000)]
Makefile.PL

index 8a5d375..c2c5b76 100644 (file)
@@ -160,6 +160,6 @@ pp_tests: ${pp_tests}
 ${test_dep}
 
 t/pp_%: t/% t/header_pp.inc
-\t\$(NOECHO) \$(ABSPERLRUN) "-MExtUtils::Command" -e cat t/header_pp.inc \$< >> \$@
+\t\$(NOECHO) \$(ABSPERLRUN) "-MExtUtils::Command" -e cat t/header_pp.inc \$< > \$@
 EOM
 }