Skip Menu |

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

Report information
The Basics
Id: 50026
Status: new
Priority: 0/
Queue: Digest-Crc32

People
Owner: Nobody in particular
Requestors: iainspeed [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.01
Fixed in: (no value)



Subject: Uppercase CRC in notes breaks things
http://search.cpan.org/~fays/Digest-Crc32-0.01/Crc32.pm The docs on this page say "Digest::CRC32" all over the place, but CPAN installer complains unless the "Crc" is used, and the Perl doesn't run the example either. use Digest::CRC32; my $crc = new Digest::CRC32(); should be: use Digest::Crc32; my $crc = new Digest::Crc32();