Want more powerful to-do lists? Want to manage your work/personal projects online? Then check out Basecamp — it's where Ta-da came from.

Perl Test::Exception backlog

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