1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Subject: various POD fixes
Bug: https://rt.cpan.org/Ticket/Display.html?id=88499
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=88499
Author: Jonathan Yu <jawnsey@cpan.org>
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>,
gregor herrmann <gregoa@debian.org>
Last-Update: 2014-09-08
--- a/bin/prove
+++ b/bin/prove
@@ -75,7 +75,7 @@
=head1 NOTES
-=head2 .proverc
+=head2 F<~/.proverc> / F<./.proverc>
If F<~/.proverc> or F<./.proverc> exist they will be read and any
options they contain processed before the command line options. Options
--- a/lib/Test/Harness.pm
+++ b/lib/Test/Harness.pm
@@ -548,7 +548,7 @@
=item C<< fPackage-With-Dashes >>
Set the formatter_class of the harness being run. Since the C<HARNESS_OPTIONS>
-is seperated by C<:>, we use C<-> instead.
+is separated by C<:>, we use C<-> instead.
=back
|