[Bast-commits] r4657 - DBIx-Class-Tree-NestedSet
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Jul 26 01:34:52 BST 2008
Author: rafl
Date: 2008-07-26 01:34:52 +0100 (Sat, 26 Jul 2008)
New Revision: 4657
Modified:
DBIx-Class-Tree-NestedSet/Makefile.PL
Log:
Add testcover Makefile target.
Modified: DBIx-Class-Tree-NestedSet/Makefile.PL
===================================================================
--- DBIx-Class-Tree-NestedSet/Makefile.PL 2008-07-26 00:34:48 UTC (rev 4656)
+++ DBIx-Class-Tree-NestedSet/Makefile.PL 2008-07-26 00:34:52 UTC (rev 4657)
@@ -12,3 +12,13 @@
test_requires 'Test::Exception';
WriteAll;
+
+package MY;
+
+sub postamble {
+ return <<"EOM"
+testcover: pm_to_blib
+\t-HARNESS_PERL_SWITCHES=-MDevel::Cover \$(MAKE) test
+\tcover
+EOM
+}
More information about the Bast-commits
mailing list