Posted on 2005-02-12 20:47:46-08 by razinf
WSDL-Generator-0.02 - a patch for test.pl
to the author:

Hi,
I'm using perl v5.8.3 on Linux.
The test.pl fails but wsdl generated is OK.
I believe that the reason is a different HASH behaviour cahnge beetween ver 5.6 and 5.8.

I've created a small patch to fix the test.pl
==============================================
36,37c36
>
> ok($result eq $result_ref, 'WSDL generation');
---
< ok(sort($result) eq sort($result_ref), 'WSDL generation');
==============================================================

You module is dependent on Class::Hook wich fails its test
because of perl bug (a patch for perl is available)
but I can use your module after a force install off class::hook
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.