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.

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;

-- 
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

Reply via email to