Subject: | Test::Kit + Test::Aggregate or Test::Aggregate::Nested broken in various ways |
https://github.com/kaoru/test-kit-broken-examples/tree/master/01-test-aggregate
Quoting the README file there:
Test::Kit + Test::Aggregate is totally broken
Test::Kit + Test::Aggregate::Nested seems to work if you only use Test::More,
but not if you try to put Test::Exception or similar into the mix. Seems to be
because the lives_ok() subroutine isn't exported into all the necessary
packages?
Any ideas?
Let me know if I can help with more examples or anything. Thanks Ovid!