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: 13506
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: fergal [...] esatclear.ie
Cc:
AdminCc:

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



Subject: is_deeply() busted for overloading at the top level
is_deeply( $overloaded_thing, "thing" ); is broken because a reference comparison happens inside is_deeply() before the unoverloading happens in _deep_check(). The solution appears to be to unoverload earlier.