dougm       01/08/26 11:31:29

  Modified:    t/internal hooks.t
  Log:
  require URI::URL to work with newer libwww-perl
  
  Revision  Changes    Path
  1.5       +1 -0      modperl/t/internal/hooks.t
  
  Index: hooks.t
  ===================================================================
  RCS file: /home/cvs/modperl/t/internal/hooks.t,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- hooks.t   1999/01/20 23:16:38     1.4
  +++ hooks.t   2001/08/26 18:31:29     1.5
  @@ -7,6 +7,7 @@
   use ExtUtils::testlib;
   BEGIN { require "net/config.pl"; }
   require LWP::UserAgent;
  +require URI::URL;
   
   #first one queries httpd for enabled hooks, 
   #generating a hook::handler() for each and writing t/docs/.htaccess
  
  
  

Reply via email to