Tom Schindl wrote:
Hi,
there's a small issue with the documentation of Apache::RequestRec, where it states in synopsis that one can use $r->dir_config without loading Apache::RequestUtil. One could remove $r->dir_config or also load Apache::RequestUtil.
I'd prefer to remove it because its documented as a method of Apache::RequestUtil.
Thanks, Tom, I'll fix that.
Please always submit unified patches: http://perl.apache.org/download/docs.html#Submitting_documentation_patches
Tom
------------------------------------------------------------------------
Index: RequestRec.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
retrieving revision 1.13
diff -r1.13 RequestRec.pod
11c11,12
< ---
use Apache::RequestUtil ();
------------------------------------------------------------------------
Index: RequestRec.pod
===================================================================
RCS file: /home/cvspublic/modperl-docs/src/docs/2.0/api/Apache/RequestRec.pod,v
retrieving revision 1.13
diff -r1.13 RequestRec.pod
11c11
< ---
18d17 < my $dir_config = $r->dir_config;
-- __________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
-- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html