geoff       2003/12/04 06:38:53

  Modified:    lib/Apache Status.pm
  Log:
  add missing OK import
  
  Revision  Changes    Path
  1.17      +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.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- Status.pm 15 Nov 2003 22:08:14 -0000      1.16
  +++ Status.pm 4 Dec 2003 14:38:53 -0000       1.17
  @@ -15,6 +15,7 @@
   use Apache::RequestRec ();
   use Apache::RequestUtil ();
   use Apache::ServerUtil ();
  +use Apache::Const -compile => qw(OK);
   
   $Apache::Status::VERSION = '3.00'; # mod_perl 2.0
   
  
  
  

Reply via email to