dougm       01/07/31 18:45:59

  Modified:    util     xs_check.pl
  Log:
  adjust @INC
  
  Revision  Changes    Path
  1.3       +1 -1      modperl-2.0/util/xs_check.pl
  
  Index: xs_check.pl
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/util/xs_check.pl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- xs_check.pl       2001/05/05 01:00:03     1.2
  +++ xs_check.pl       2001/08/01 01:45:59     1.3
  @@ -1,4 +1,4 @@
  -use lib qw(lib xs/tables/current);
  +use lib qw(Apache-Test/lib lib xs/tables/current);
   
   use strict;
   use warnings qw(FATAL all);
  
  
  

Reply via email to