Skip Menu |

This queue is for tickets about the Hash-MD5 CPAN distribution.

Report information
The Basics
Id: 107028
Status: open
Priority: 0/
Queue: Hash-MD5

People
Owner: MZIESCHA [...] cpan.org
Requestors: BOBMATH [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.07
Fixed in: (no value)



Subject: hash values not unique
use strict; use warnings; use Hash::MD5 qw( sum_hash ); print sum_hash({ 11111111111 => '', 2 => '', }), "\n"; # adf2ad3856cf31ccf5364adffde74f54 print sum_hash({ 1 => '', 11111111112 => '', }), "\n"; # adf2ad3856cf31ccf5364adffde74f54