dougm 01/10/11 12:53:04 Modified: ModPerl-Registry Makefile.PL Log: ../blib/lib does not work because it isn't created until 'make' change to ../Apache-Test/lib Revision Changes Path 1.3 +1 -1 modperl-2.0/ModPerl-Registry/Makefile.PL Index: Makefile.PL =================================================================== RCS file: /home/cvs/modperl-2.0/ModPerl-Registry/Makefile.PL,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.PL 2001/10/11 19:31:04 1.2 +++ Makefile.PL 2001/10/11 19:53:04 1.3 @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; -use lib qw(lib ../blib/lib); +use lib qw(lib ../Apache-Test/lib); # enable 'make test|clean' use Apache::TestMM qw(test clean);