Skip Menu |

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

Report information
The Basics
Id: 123864
Status: new
Priority: 0/
Queue: Hash-Diff

People
Owner: Nobody in particular
Requestors: duncan_j_ferguson [...] yahoo.co.uk
Cc:
AdminCc:

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



Subject: Hash::Diff combines an array of hashes rather than see them as equal
A hashes with a structure such as {code} my %hash1=( array => [ { name => "fred james" }, { name => "john james" }, ] ); my %hash2=( array => [ { name => "fred james" }, { name => "john james" }, ] ); my %diff = %{ diff( \%hash1, \%hash2 ) } {code} get combined rather than reported as being the same: {code} $ perl hashdiff ( "array", [ { name => "fred james" }, { name => "john james" }, { name => "fred james" }, { name => "john james" }, ], ) {code} Example script showing the above problem attached
Subject: hashdiff
Download hashdiff
application/octet-stream 345b

Message body not shown because it is not plain text.