dougm       02/05/22 21:40:41

  Modified:    lib/Apache compat.pm
  Log:
  add Apache::Constants::export stub for compat
  
  Revision  Changes    Path
  1.47      +3 -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.46
  retrieving revision 1.47
  diff -u -r1.46 -r1.47
  --- compat.pm 23 May 2002 03:10:18 -0000      1.46
  +++ compat.pm 23 May 2002 04:40:41 -0000      1.47
  @@ -89,6 +89,9 @@
       Apache::Const->compile($package => @_);
   }
   
  +#no need to support in 2.0
  +sub export {}
  +
   package Apache::RequestRec;
   
   #no longer exist in 2.0
  
  
  


Reply via email to