Mailing List Archive

Tiny spelling fix in testing.pod
--- testing.pod 2004-12-09 17:59:45.832520408 -0500
+++ testing.pod 2004-12-09 18:00:17.777664008 -0500
@@ -90,7 +90,7 @@
A simpler approach is to use the C<Test::More> module in your test
scripts. This module offers many useful test functions, including
C<diag>, a function that automatically escapes and passes strings to
-C<print> to bypass C<Test::Harnes>:
+C<print> to bypass C<Test::Harness>:

use Test::More;
diag "testing : feature foo\n";



---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: Tiny spelling fix in testing.pod [ In reply to ]
Fred Moyer wrote:
> --- testing.pod 2004-12-09 17:59:45.832520408 -0500
> +++ testing.pod 2004-12-09 18:00:17.777664008 -0500
> @@ -90,7 +90,7 @@
> A simpler approach is to use the C<Test::More> module in your test
> scripts. This module offers many useful test functions, including
> C<diag>, a function that automatically escapes and passes strings to
> -C<print> to bypass C<Test::Harnes>:
> +C<print> to bypass C<Test::Harness>:

Thanks Fred, committed.

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org