Re: t_cmp oddities

2004-04-09 Thread Geoffrey Young
> I like that idea of adopting all of T::M. However, does T::M have a > comparable function to t_cmp that gives the expected and received > values? I *really* like the verbose output that t_cmp gives! is() is similar in many ways to t_cmp() except it doesn't support array comparisons, regular exp

Re: t_cmp oddities

2004-04-09 Thread William McKee
On Thu, Apr 08, 2004 at 10:57:58AM -0700, Stas Bekman wrote: > and we ought to document this... hint, hint :) I have attached a diff against v1.09 of the TestUtil.pm file. I'm not sure if my explanation is entirely accurate. Please review and let me know. Thanks, William -- Knowmad Services In

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

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

2004-04-09 Thread Abhishek Khandelwal
I have that installed and version is 5.76 I guess its part of module libwww-perl-5.76 Any other idea what the problem might be? On Thu, 2004-04-08 at 18:16, Stas Bekman wrote: > Abhishek Khandelwal wrote: > > I am not sure about it? > > How do I check whether its installed or not? > > perl -MLWP

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: test-perl-framework test fails for apache 2.0

2004-04-09 Thread Abhishek Khandelwal
I am not sure about it? How do I check whether its installed or not? In case it is not installed how do I install? would be from CPAN.. install LWP? Thanks On Thu, 2004-04-08 at 17:56, Stas Bekman wrote: > Abhishek Khandelwal wrote: > > Hi Stas, > > > > I installed apache httpd and the usual Apa

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:: ---

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:: --