
gozer at apache
Feb 14, 2011, 1:41 PM
Post #1 of 1
(1053 views)
Permalink
|
|
svn commit: r1070678 - /perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod
|
|
Author: gozer Date: Mon Feb 14 21:41:52 2011 New Revision: 1070678 URL: http://svn.apache.org/viewvc?rev=1070678&view=rev Log: Typo: escape '>' proprely Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod Modified: perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod URL: http://svn.apache.org/viewvc/perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod?rev=1070678&r1=1070677&r2=1070678&view=diff ============================================================================== --- perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod (original) +++ perl/modperl/docs/trunk/src/docs/2.0/api/Apache2/RequestUtil.pod Mon Feb 14 21:41:52 2011 @@ -810,7 +810,7 @@ What's wrong with this code: } Nothing, except it doesn't work as expected due to this pnotes bug: If the -same code is called in a sub-request then the pnote of $r->prev is magically +same code is called in a sub-request then the pnote of $r-E<gt>prev is magically updated at a distance to the same value! Try explain why that is to anyone not deeply familar with perl internals! --------------------------------------------------------------------- To unsubscribe, e-mail: docs-cvs-unsubscribe [at] perl For additional commands, e-mail: docs-cvs-help [at] perl
|