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?