This is happening because Test::Deep defines it's own isa() subroutine, which has different functionality from the UNIVERSAL::isa.
This means that when runtests() is doing it's automagical "find all test classes" using Test::Deep->isa('Test::Class') it always get a true value - so incorrectly treats it as a Test::Class.
Expect a patched Test::Class soon :-)
In reply to Re: Problem when Test::Deep and Test::Class are used together
by adrianh
in thread Problem when Test::Deep and Test::Class are used together
by mp
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |