Subject: | [PATCH] documentation for -w flag to prove |
The current version of prove supports the -w flag but the docs don't
mention it. Patch attached.
Subject: | th-warnings-doc.patch |
diff -ru Test-Harness-2.64/bin/prove Test-Harness-2.64-change/bin/prove
--- Test-Harness-2.64/bin/prove 2006-10-07 05:35:25.000000000 +1000
+++ Test-Harness-2.64-change/bin/prove 2007-03-09 12:07:55.474918000 +1100
@@ -132,6 +132,7 @@
--timer Print elapsed time after each test file
-v, --verbose Display standard output of test scripts while running them
-V, --version Display version info
+ -w Report on warnings
Single-character options may be stacked. Default options may be set by
specifying the PROVE_SWITCHES environment variable.
@@ -260,6 +261,10 @@
Display version info.
+=head2 -w
+
+Report on warnings, as per C<perl -w>.
+
=head1 BUGS
Please use the CPAN bug ticketing system at L<http://rt.cpan.org/>.