Test failures when upgrading from 2.000004 to 2.000005

2011-04-26 Thread John O'Brien
Hi, I'm running Kubuntu 10.10 (maverick meerkat), with Perl 5.10.1, Apache 2.2.16-1ubuntu3.1 on an i686 architecture. I have mod_perl 2.04 and tried to upgrade to 2.05 via cpanplus, but had failures in t/api/err_headers_out.t, t/api/request_rec.t and in t/filter/out_str_reverse.t Foll

Re: Test failures when upgrading from 2.000004 to 2.000005

2011-04-26 Thread Torsten Förtsch
On Tuesday, April 26, 2011 12:25:07 John O'Brien wrote: > I have mod_perl 2.04 and tried to upgrade to 2.05 Could it be that you have upgraded not only modperl but also LWP to something 6.xx? The point is LWP 5.xx used HTTP/1.0. LWP 6.xx has silently switched to HTTP/1.1. There is curre

Re: Test failures when upgrading from 2.000004 to 2.000005

2011-04-26 Thread John O'Brien
Hi Torsten, Thanks for the speedy reply. Yes, you're right, I do have LWP 6.02 installed. For my personal case, I'll delay dropping back to LWP 5 until I see that something is broken. I just thought I'd file the bug report as requested at the end of the error output. All the best, John