I've read through the previous messages on this topic, and have modified my blib/lib/Apache/test.pm as did export PERL_HTTP_URI_CLASS=URI::URL . Now when I "make test" I get:
Can't locate URI/URL/_generic.pm in @INC (@INC contains: . ../blib/lib ../blib/arch /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 ../.) at /usr/lib/perl5/site_perl/5.6.0/URI/URL.pm line 113. make: *** [run_tests] Error 2 Any clues? Is my URI::URL screwed up, or do I have problems elsewhere?