| Add some more docs on why lives_ok is sane - since some folk seem to find it confusing | |
| deal with the corner cases where $@ can be false even when an exception is thrown |
| Consider moving to the POD section standard from Damian's Perl Best Practices | |
| Add COMMUNITY section to POD with links to CPAN::Forum, perl-qa and perlmonks | |
| Add link to tada list to POD | |
| Test::Prereq? | |
| Change test names to test descriptions to fit in with new TAP naming style | |
| Add explicit info on calling routines with subs | |
| Release 0.21 | |
| Move stuff from build_requires to requires so it works with CPANPLUS | |
| Fix http://rt.cpan.org/NoAuth/Bug.html?id=11846 | |
| Add link to annocpan.org | |
| Release 0.22 | |
| We're using UNIVERSAL::isa a few places where we shouldn't - fix it | |
| Look at the patch Ben Prew sent in | |
| Check that the PAUSE metadata is accurate | |
| add del.icio.us links | |
| Make it clear that prototypes only work at compile time | |
| Skip tests on broken T::B/T::B::T combinations | |
| kejdhkejd | |
| kjhedkejd | |
| Document that dies_ok does what it says on the tin - since this seems to confuse some people | |
| Add a throws_ok variant that allows you to pass a subroutine to do the test (decided not to do this - you can always use the preserved $@) |