test-perl-framework test fails for apache 2.0

2004-04-09 Thread Abhishek Khandelwal
Hi Stas, I installed apache httpd and the usual Apache::TestBundle. Finally when I run the tests, I get this error in ssl/http.t module Anyone has idea about what might be missing in the configuration or is it a bug in apache 2.0? This is the error I get::

Re: test-perl-framework test fails for apache 2.0

2004-04-09 Thread Stas Bekman
Abhishek Khandelwal wrote: Hi Stas, I installed apache httpd and the usual Apache::TestBundle. Finally when I run the tests, I get this error in ssl/http.t module Anyone has idea about what might be missing in the configuration or is it a bug in apache 2.0? This is the error I get::

Re: test-perl-framework test fails for apache 2.0

2004-04-09 Thread Stas Bekman
Abhishek Khandelwal wrote: I am not sure about it? How do I check whether its installed or not? perl -MLWP -le 'print LWP-VERSION' In case it is not installed how do I install? would be from CPAN.. install LWP? yup -- __ Stas Bekman

Re: t_cmp oddities

2004-04-09 Thread William McKee
On Thu, Apr 08, 2004 at 10:56:06AM -0700, Stas Bekman wrote: Yes, I'm aware of this problem too. I sometimes use a different workaround. Using Geoff's one liner: OK, I'll use this method. Also William can you check what Test::More does to deal with this problem? Eventually we may drop