[Catalyst-commits] r6995 - trunk/Catalyst-View-Mason

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Mon Oct 15 15:37:40 GMT 2007


Author: rafl
Date: 2007-10-15 15:37:39 +0100 (Mon, 15 Oct 2007)
New Revision: 6995

Modified:
   trunk/Catalyst-View-Mason/Makefile.PL
Log:
Make the testcover target depend on pm_to_blib.


Modified: trunk/Catalyst-View-Mason/Makefile.PL
===================================================================
--- trunk/Catalyst-View-Mason/Makefile.PL	2007-10-15 14:37:35 UTC (rev 6994)
+++ trunk/Catalyst-View-Mason/Makefile.PL	2007-10-15 14:37:39 UTC (rev 6995)
@@ -17,7 +17,7 @@
 
 sub postamble {
     return <<"EOM"
-testcover:
+testcover: pm_to_blib
 \t-HARNESS_PERL_SWITCHES=-MDevel::Cover PERL_DL_NONLAZY=1 \$(FULLPERLRUN) "-MExtUtils::Command::MM" "-e" "test_harness(\$(TEST_VERBOSE), 'inc', '\$(INST_LIB)', '\$(INST_ARCHLIB)')" \$(TEST_FILES)
 \tcover
 EOM




More information about the Catalyst-commits mailing list