You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2002/06/03 20:23:16 UTC

cvs commit: modperl-2.0/lib/Apache compat.pm

dougm       2002/06/03 11:23:16

  Modified:    lib/Apache compat.pm
  Log:
  use Apache::SubRequest; for $r->lookup_{file,uri} compat
  
  Revision  Changes    Path
  1.58      +1 -0      modperl-2.0/lib/Apache/compat.pm
  
  Index: compat.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/compat.pm,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- compat.pm	30 May 2002 04:05:06 -0000	1.57
  +++ compat.pm	3 Jun 2002 18:23:16 -0000	1.58
  @@ -19,6 +19,7 @@
   #</Location>
   
   use Apache::RequestRec ();
  +use Apache::SubRequest ();
   use Apache::Connection ();
   use Apache::Server ();
   use Apache::ServerUtil ();