Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 74760
Status: resolved
Priority: 0/
Queue: Test-Deep

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

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



Subject: Test-Deep does not play well with Test-MockObject
Test::Deep does not function in the presence of Test::MockObject, because TMO brings in UNIVERSAL::isa and UNIVERSAL::can to check that only method forms of isa() and can() are called (because TMO swaps these out to achieve its magic), and Test::Deep calls the function forms of these all over the place. Obviously it would be desirable to use Test::MockObject and Test::Deep together in a test. (I thought this was already filed as a ticket, but neither RT#30394 nor RT#26115 quite describe this problem accurately.) Fix coming up in my github.
Show quoted text
> Fix coming up in my github.
Patch at https://github.com/karenetheridge/Test-Deep in the master branch. Share and enjoy!
merged -- rjbs