Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28065/lib/Module
Modified Files:
Build.pm
Log Message:
Document usage of the environment variable $DEVEL_COVER_OPTIONS to pass arguments to Devel::Cover for the 'testcover' action. [Thomas Klausner]
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- Build.pm 27 Feb 2005 14:45:17 -0000 1.174
+++ Build.pm 24 Mar 2005 00:06:18 -0000 1.175
@@ -444,6 +444,11 @@
code-coverage report showing which parts of the code were actually
exercised during the tests.
+To pass options to C<Devel::Cover>, set the C<$DEVEL_COVER_OPTIONS>
+environment variable:
+
+ DEVEL_COVER_OPTIONS=-ignore,Build ./Build testcover
+
=item testdb
This is a synonym for the 'test' action with the C<debugger=1>
|