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.
This queue is for tickets about the Test-Simple CPAN distribution.
The Basics
People
|
Bug Information
|