Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31455/lib/Module
Modified Files:
Build.pm
Log Message:
Add a testpodcoverage action
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -d -r1.211 -r1.212
--- Build.pm 4 Mar 2006 03:23:12 -0000 1.211
+++ Build.pm 4 Mar 2006 03:59:28 -0000 1.212
@@ -222,6 +222,12 @@
This is analogous to the MakeMaker 'make all' target.
+=item testpodcoverage
+
+This checks the pod coverage of the distribution and
+produces C<Test::Harness>-style output. If you are a module author,
+this is useful to run before creating a new release.
+
=item clean
This action will clean up any files that the build process may have
|