Subject: | Test runner die when 'use Test::Deep' within a test |
If a test class use Test::Deep and if I run the test using TestClass->
runtests(), I get this error message:
Test::Deep not Test::Class or integer...
However, if I create an object from the test class manually, it works
just fine.
my $obj = MyTestCase->new;
$obj->runtests