Skip Menu |

This queue is for tickets about the Digest-CRC CPAN distribution.

Report information
The Basics
Id: 74731
Status: resolved
Priority: 0/
Queue: Digest-CRC

People
Owner: OLIMAUL [...] cpan.org
Requestors: CFABER [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.19



Subject: _crc64() test
Hi, PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/crc.t .. 1/22 Use of uninitialized value in subroutine entry at /root/.cpan/build/Digest-CRC-0.18-ihlMCz/blib/lib/Digest/CRC.pm line 307. t/crc.t .. ok All tests successful. Files=1, Tests=22, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.06 cusr 0.00 csys = 0.09 CPU) Result: PASS says it all, this is on perl 5.10 on an older ubuntu machine. (64bit compiled) I suspect this may be related to the fact that _crc64 wasn't available until recently?
Hi, this crc64 test issue has been fixed in 0.19 which has been released today. Oliver