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 running 'make
source_scan'.
---------------------------------------------------------------------
Without the fix the error was:
/home/stas/perl-bleed/bin/perl util/source_scan.pl
Can't locate Apache/TestTrace.pm in @INC (@INC contains: lib
/home/stas/perl-bleed/lib/5.7.1/i686-linux-thread-multi
/home/stas/perl-bleed/lib/5.7.1
/home/stas/perl-bleed/lib/site_perl/5.7.1/i686-linux-thread-multi
/home/stas/perl-bleed/lib/site_perl/5.7.1
/home/stas/perl-bleed/lib/site_perl .) at lib/Apache/Build.pm line 12.
BEGIN failed--compilation aborted at lib/Apache/Build.pm line 12.
Compilation failed in require at lib/Apache/ParseSource.pm line 4.
BEGIN failed--compilation aborted at lib/Apache/ParseSource.pm line 4.
Compilation failed in require at util/source_scan.pl line 6.
BEGIN failed--compilation aborted at util/source_scan.pl line 6.
make: *** [source_scan] Error 2
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]