stas        02/04/07 10:56:46

  Modified:    lib/Apache Reload.pm
  Log:
  $r->dir_config needs Apache::RequestUtil to be loaded.
  
  Revision  Changes    Path
  1.3       +2 -0      modperl-2.0/lib/Apache/Reload.pm
  
  Index: Reload.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/Reload.pm,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Reload.pm 4 Dec 2001 11:29:36 -0000       1.2
  +++ Reload.pm 7 Apr 2002 17:56:46 -0000       1.3
  @@ -5,6 +5,8 @@
   
   our $VERSION = '0.08';
   
  +require Apache::RequestUtil;
  +
   use vars qw(%INCS %Stat $TouchTime %UndefFields);
   
   %Stat = ($INC{"Apache/Reload.pm"} => time);
  
  
  


Reply via email to