0.08

check_test was getting the Level wrong

Made it all very nice so that don't have to worry about providing capture
objects or any of that messiness. Thigs are automatically captured once
you're inside one of Test::Tester's testing routines.

Added depth to allow testing $Test::Builder::Level.

Updated the POD a bit.

0.07

Spellchecked the POD

0.06

Allow getting current_test but still die if someone tries to set it. Needed
for testing Test::Warn::None

0.05

Added string length length to the diags diags

Corrected level problem cmp_results

0.04

Got rid of undef warning when no name supplied

got rid of unneeded result counting in hceck_test

0.03

Can now capture test output in a veriety of ways, although at the moment I'm
only including one way as I think the other way is quite sucky.

added capturing of skip, and todo_skip

big changes resulting in better handling of everything

0.02

made the diag comparison output nicer

0.01

First release