stas 01/11/12 20:35:26 Modified: ModPerl-Registry/t TEST.PL Log: - enable testing with the live sources, and not blib Revision Changes Path 1.3 +1 -0 modperl-2.0/ModPerl-Registry/t/TEST.PL Index: TEST.PL =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/t/TEST.PL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- TEST.PL 2001/10/19 02:40:41 1.2 +++ TEST.PL 2001/11/13 04:35:26 1.3 @@ -3,6 +3,7 @@ use strict; use warnings FATAL => 'all'; +use lib "../lib"; # test against the source lib for easier dev use lib map {("../blib/$_", "../../blib/$_")} qw(lib arch); use Apache::TestRunPerl ();