Changes for version 0.107
- Test::Tester::Capgture::new used to just return __PACKAGE__ because Test::Builder::new enforced it's singleton nature by return __PACKAGE__. That has since changed, Test::Builder::new now returns a blessed has and around version 0.78, Test::Builder::todo started wanting to modify $self. To cope with this, we now return a blessed hash. This is a short-term hack, the correct thing to do is to detect which style of Test::Builder we're dealing with and act appropriately.
Modules
Ease testing test modules built with Test::Builder
Help testing test modules built with Test::Builder
Help testing test modules built with Test::Builder
Provides
in lib/Test/Tester/Delegate.pm