stas        2003/12/17 13:20:02

  Modified:    src/docs/2.0/user/porting compat.pod
  Log:
  mention that $r->finfo now returns an APR::Finfo object
  
  Revision  Changes    Path
  1.29      +4 -2      modperl-docs/src/docs/2.0/user/porting/compat.pod
  
  Index: compat.pod
  ===================================================================
  RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/porting/compat.pod,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -u -r1.28 -r1.29
  --- compat.pod        17 Dec 2003 21:04:12 -0000      1.28
  +++ compat.pod        17 Dec 2003 21:20:02 -0000      1.29
  @@ -825,8 +825,10 @@
   =head2 C<$r-E<gt>finfo>
   
   As Apache 2.0 doesn't provide an access to the stat structure, but
  -hides it in the opaque object you need to use the
  -C<L<APR::Finfo|docs::2.0::api::APR::Finfo>> accessor methods.
  +hides it in the opaque object C<$r-E<gt>finfo> now returns an
  +C<L<APR::Finfo|docs::2.0::api::APR::Finfo>> object. You can then
  +invoke the C<L<APR::Finfo|docs::2.0::api::APR::Finfo>> accessor
  +methods on it.
   
   It's also possible to to adjust the mod_perl 1.0 code using
   Apache::compat's
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to