[Moose-commits] r7254 - Class-MOP/trunk

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Wed Jan 7 15:00:18 GMT 2009


Author: sartak
Date: 2009-01-07 07:00:18 -0800 (Wed, 07 Jan 2009)
New Revision: 7254

Modified:
   Class-MOP/trunk/Makefile.PL
Log:
Instead of appending to the pp test file, replace it.

Modified: Class-MOP/trunk/Makefile.PL
===================================================================
--- Class-MOP/trunk/Makefile.PL	2009-01-07 14:53:00 UTC (rev 7253)
+++ Class-MOP/trunk/Makefile.PL	2009-01-07 15:00:18 UTC (rev 7254)
@@ -160,6 +160,6 @@
 ${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
 }




More information about the Moose-commits mailing list