hey all :

ive been having a harsh prob with 
lib paths under the modperl test framework

usually i have to install, then test the modules


here is what errors out


Can't locate Apache/Foo.pm in @INC (@INC contains:
/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl .
/home/drfrog/.gnome-desktop/Apache-Foo-0.01/t/
/home/drfrog/.gnome-desktop/Apache-Foo-0.01/t/lib/perl) at (eval 3) line
3.


ok you see that its looking in the ./t directory but also in the
./t/lib/perl


i also set this in my startup.pl file:

use lib qw(/home/www/lib/perl/);

and i used Stas' docs to try to set the libs from the Makefile.PL AND
TEST.PL too

anyways i just thought id pass this along to see if anyone else has 
any better explain on this!!

Reply via email to