Re: URI::URL - problem in LWP 5.53_95 with mod_perl

2001-08-27 Thread Mike808
___cliff rayman___ wrote: i did not use CPAN.pm to install software on this particular machine. my mod_perl builds are always by hand. i did understand exactly why this happened. i should have made that more clear in my first e-mail. i made the patch that i did, so i would not have the

Re: URI::URL - problem in LWP 5.53_95 with mod_perl

2001-08-24 Thread mike808
I ran into the same problem. Found a simpler, cleaner solution. Just perform a export PERL_HTTP_URI_CLASS=URI::URL before building mod_perl, and you're home free. Long term, all mod_perl testing modules that assume URI::URL is loaded by LWP will now need to explicitly load URI::URL if they