dougm 01/05/04 18:00:04 Modified: util xs_check.pl Log: point @INC to xs/tables/current Revision Changes Path 1.2 +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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xs_check.pl 2001/03/05 03:55:56 1.1 +++ xs_check.pl 2001/05/05 01:00:03 1.2 @@ -1,4 +1,4 @@ -use lib qw(lib); +use lib qw(lib xs/tables/current); use strict; use warnings qw(FATAL all);