From: Shawn M Moore Date: Wed, 7 Jan 2009 15:00:18 +0000 (+0000) Subject: Instead of appending to the pp test file, replace it. X-Git-Tag: 0.76~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1c284adf646e61722f5096bc9b8ef7bb549dd91f;p=gitmo%2FClass-MOP.git Instead of appending to the pp test file, replace it. --- diff --git a/Makefile.PL b/Makefile.PL index 8a5d375..c2c5b76 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 }