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

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


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

Modified:
   trunk/Catalyst-View-Mason/Makefile.PL
Log:
Add a Makefile target for generating README.


Modified: trunk/Catalyst-View-Mason/Makefile.PL
===================================================================
--- trunk/Catalyst-View-Mason/Makefile.PL	2007-10-15 14:37:39 UTC (rev 6995)
+++ trunk/Catalyst-View-Mason/Makefile.PL	2007-10-15 14:37:46 UTC (rev 6996)
@@ -20,5 +20,8 @@
 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
+
+README: lib/Catalyst/View/Mason.pm
+\tpod2text \$< > \$@
 EOM
 }




More information about the Catalyst-commits mailing list