
phred at apache
Jul 24, 2007, 6:34 PM
Post #1 of 1
(1228 views)
Permalink
|
|
svn commit: r559273 - /perl/modperl/docs/trunk/src/docs/general/testing/testing.pod
|
|
Author: phred Date: Tue Jul 24 18:34:32 2007 New Revision: 559273 URL: http://svn.apache.org/viewvc?view=rev&rev=559273 Log: Fix tiny spelling error. 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/viewvc/perl/modperl/docs/trunk/src/docs/general/testing/testing.pod?view=diff&rev=559273&r1=559272&r2=559273 ============================================================================== --- perl/modperl/docs/trunk/src/docs/general/testing/testing.pod (original) +++ perl/modperl/docs/trunk/src/docs/general/testing/testing.pod Tue Jul 24 18:34:32 2007 @@ -1338,7 +1338,7 @@ inheriting the above directive will load the pre-installed F<mod_apreq.so> and not the newly built one, which is wrong. In such cases it's possible to tell the test suite which modules shouldn't be -inheritated. In our example C<Apache-Request> has the following code +inherited. In our example C<Apache-Request> has the following code in F<t/TEST.PL>: use base 'Apache::TestRun'; --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|