dougm 01/01/22 12:21:52 Modified: util source_scan.pl Log: rest of c-scan update Revision Changes Path 1.2 +2 -5 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- source_scan.pl 2001/01/07 23:18:58 1.1 +++ source_scan.pl 2001/01/22 20:21:49 1.2 @@ -1,9 +1,6 @@ -#need apply patches/c-scan.pat against C-Scan-0.74 +#requires C::Scan 0.75+ -BEGIN { - #rather than use lib cos were gonna fork - $ENV{PERL5LIB} = "lib"; -} +use lib qw(lib); use strict; use Apache::ParseSource ();