Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Simple CPAN distribution.

Report information
The Basics
Id: 11623
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: rz10 [...] cornell.edu
Cc:
AdminCc:

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



Subject: is_deeply broken for reused addresses
Test-Simple-0.54, perl 5.8.6, darwin (Mac OS X 10.3.8) The following test fails ... my $a = {}; my $b = {}; my $c = {}; is_deeply( [$a, $a], [$b, $c] ); It passed fine in 0.47.
It appears to work in 0.51_01 but not in 0.51_02.