stas 2003/09/16 12:44:19
Modified: perl-framework/Apache-Test/lib/Apache TestConfig.pm
Log:
clarify the comment
Revision Changes Path
1.173 +3 -3
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm
Index: TestConfig.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfig.pm,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -u -r1.172 -r1.173
--- TestConfig.pm 11 Sep 2003 01:39:47 -0000 1.172
+++ TestConfig.pm 16 Sep 2003 19:44:19 -0000 1.173
@@ -1437,9 +1437,9 @@
my $self = shift;
return if $ENV{MOD_PERL}; #already setup by mod_perl
require lib;
- # make sure that the Apache-Test dev libs will be first in @INC,
- # followed by modperl's lib, followed by blib and finally core
- # Perl libs.
+ # make sure that Apache-Test/lib will be first in @INC,
+ # followed by modperl-2.0/lib (or some other project's lib/),
+ # followed by blib/ and finally system-wide libs.
lib::->import(map "$self->{vars}->{top_dir}/$_",
qw(Apache-Test/lib lib blib/lib blib/arch));
#print join "\n", "add_inc", @INC, "";