dougm       01/06/29 11:01:55

  Modified:    util     source_scan.pl
  Log:
  forgotten commit; add Apache-Test/lib to @INC
  
  Revision  Changes    Path
  1.6       +1 -1      modperl-2.0/util/source_scan.pl
  
  Index: source_scan.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/util/source_scan.pl,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- source_scan.pl    2001/06/26 16:52:02     1.5
  +++ source_scan.pl    2001/06/29 18:01:52     1.6
  @@ -1,6 +1,6 @@
   #requires C::Scan 0.75+
   
  -use lib qw(lib);
  +use lib qw(lib Apache-Test/lib);
   
   use strict;
   use Apache::ParseSource ();
  
  
  

Reply via email to