geoff       2003/12/01 11:17:41

  Modified:    .        Changes
  Log:
  use the more idiomatic object method $r->finfo->stat() form, rather than
  passing the APR::Finfo object as the first argument to a function
  
  Revision  Changes    Path
  1.266     +1 -1      modperl-2.0/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/Changes,v
  retrieving revision 1.265
  retrieving revision 1.266
  diff -u -r1.265 -r1.266
  --- Changes   1 Dec 2003 17:28:50 -0000       1.265
  +++ Changes   1 Dec 2003 19:17:41 -0000       1.266
  @@ -38,7 +38,7 @@
   
   add access to $r->finfo() and related APR::Finfo methods,
   such as $r->finfo->size(), $r->finfo->mtime(), and
  -APR::Finfo::stat() [Geoffrey Young]
  +$r->finfo->stat() [Geoffrey Young]
   
   add :filetype import tag to APR::Const [Geoffrey Young]
   
  
  
  

Reply via email to