Subject: | Test::Most swallows exceptions in subtests, prevents subtests from cleaning up |
I discovered that any exceptions thrown by Test::Class::Most (which uses subtests) were vanishing before being reported. This is caused by Test::Most overriding Test::Builder's DESTROY sub, which does important cleanup work in subtests.
Fixed in https://github.com/Ovid/test--most/pull/10.
Please apply soon - I have to patch around this locally in my $work install to be able to properly see test failures.