stas        2003/12/18 11:01:09

  Modified:    src/docs/2.0/user/porting compat.pod
  Log:
  now need to load Apache::RequestRec to get $r->finfo
  
  Revision  Changes    Path
  1.30      +1 -0      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.29
  retrieving revision 1.30
  diff -u -u -r1.29 -r1.30
  --- compat.pod        17 Dec 2003 21:20:02 -0000      1.29
  +++ compat.pod        18 Dec 2003 19:01:09 -0000      1.30
  @@ -853,6 +853,7 @@
   don't want this extra call, you'd have to write:
   
     use APR::Finfo;
  +  use Apache::RequestRec;
     use APR::Const -compile => qw(WWRITE);
     my $is_writable = $r->finfo->protection & APR::WWRITE,
   
  
  
  

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

Reply via email to