Um, don't mean to be a pest, but has anyone actually read my posts about PERL5LIB and 'make test'? Is this a non-issue or is it something that ought to get fixed?
As for the URI::URL issue Stas mentioned below, I don't think the prereq would fix it - LWP is what stopped 'use'ing URI::URL - in the process breaking the test suite. I think the test suite needs to use URI::URL explicitly. The workaround floating around the boards is to use 'export PERL_HTTP_URI_CLASS=URI::URL' which changes the behavior of LWP, and it would be better to just make it so mod_perl doesn't rely on that particular (deprecated) behavior (IMHO). Of course (I just realized) you may have meant that in the first place. (I just love when the lightbulb goes off after I open my mouth.) Jim > From: Stas Bekman [mailto:[EMAIL PROTECTED]] > > This problem should be addressed before 1.27 is released. > There are too > many recurrent reports about it. > > If I remember correctly it has to do with the used version of the URI > package. Probably need to adjust Makefile.PL's prerequisites. > >> From: terry mcintyre <[EMAIL PROTECTED]> >> make test fails with result: >> >> /usr/bin/perl t/TEST 0 >> Can't locate object method "new" via package >> "URI::URL" (perhaps you forgot to load "URI::URL"?) >> at >> ../blib/lib/Apache/test.pm line 252. >> make: *** [run_tests] Error 255 >> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
