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 st...@apache.org on 2003/09/09 20:15:09 UTC

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

stas        2003/09/09 11:15:09

  Modified:    lib/Apache Status.pm
  Log:
  load Apache::RequestIO for $r->print
  
  Revision  Changes    Path
  1.8       +1 -0      modperl-2.0/lib/Apache/Status.pm
  
  Index: Status.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Status.pm,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -u -r1.7 -r1.8
  --- Status.pm	9 Sep 2003 18:12:01 -0000	1.7
  +++ Status.pm	9 Sep 2003 18:15:09 -0000	1.8
  @@ -11,6 +11,7 @@
   
   use mod_perl 1.99;
   
  +use Apache::RequestIO ();
   use Apache::RequestRec ();
   use Apache::RequestUtil ();
   use Apache::ServerUtil ();