Gerrit P. Haase wrote:
> Running make test
> /usr/bin/perl.exe "-Iblib/lib" "-Iblib/arch" test.pl
> 1..10
> ok 1
> MD4 ("") = 02a3ec6d51bacd9f768b0b0f015572de
> Expected 31d6cfe0d16ae931b73c59d7e0c089c0 instead

I don't really know the reason for this failure.  I am speculating that 
it is because the test is running on a platform with 64-bit integers.  I 
found a "~0" in the code, which may be a problem.  However, I do not 
have a 64bit platform available to test this hypothesis on.  Rather than 
guess at the solution and iterate through the CPAN module upload 
process, perhaps you could try out a small fix.  Could you change "~0" 
to "0xffffffff" on line 109 (in sub M) and see if that helps?

Alternatively, is there a way to access sample architectures for 
debugging modules in this situation?

Thanks,
Ted Anderson

Reply via email to