You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/12/09 23:46:25 UTC

svn commit: r111443 - /perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Author: stas
Date: Thu Dec  9 14:46:22 2004
New Revision: 111443

URL: http://svn.apache.org/viewcvs?view=rev&rev=111443
Log:
typo:
Contributed by: Fred Moyer <fr...@taperfriendlymusic.org>

Modified:
   perl/modperl/docs/trunk/src/docs/general/testing/testing.pod

Modified: perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
Url: http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?view=diff&rev=111443&p1=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r1=111442&p2=perl/modperl/docs/trunk/src/docs/general/testing/testing.pod&r2=111443
==============================================================================
--- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod	(original)
+++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod	Thu Dec  9 14:46:22 2004
@@ -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-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org