[Module-build-checkins] Module-Build/lib/Module Build.pm,1.164.2.13,1.164.2.14
Status: Beta
Brought to you by:
kwilliams
|
From: Randy W. S. <si...@us...> - 2005-03-24 00:05:27
|
Update of /cvsroot/module-build/Module-Build/lib/Module In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27216/lib/Module Modified Files: Tag: release-0_26_branch 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.164.2.13 retrieving revision 1.164.2.14 diff -u -d -r1.164.2.13 -r1.164.2.14 --- Build.pm 17 Mar 2005 04:17:32 -0000 1.164.2.13 +++ Build.pm 24 Mar 2005 00:04:40 -0000 1.164.2.14 @@ -1303,6 +1303,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> |