Re: lib/Apache/ParseSource.pm @INC problem

2001-06-29 Thread Doug MacEachern
On Fri, 29 Jun 2001, Stas Bekman wrote: Doug, after your recent patch, 'make source_scan' doesn't work anymore unless you have Apache-Test installed in @INC. i had modified util/source_scan.pl but had not committed, done now.

lib/Apache/ParseSource.pm @INC problem

2001-06-28 Thread Stas Bekman
Doug, after your recent patch, 'make source_scan' doesn't work anymore unless you have Apache-Test installed in @INC. This can to be solved either with: use lib qw(blib/lib); or equivalent PERL5LIB env var. in lib/Apache/ParseSource.pm or forcing 'make install' of Apache-Test libs prior to