I know this isn't exactly what you want, but a long time ago I added a --directives switch to 'prove' to help with this. If you do this:
prove -lr --directives t/
'prove' will *not* run in verbose mode, except for any tests with directives (TODO and SKIP).
It's not perfect, but at least it will make the TODO tests stand out (they're also colored differently if you're using colors).
Cheers,
Ovid
--
Twitter - http://twitter.com/OvidPerl/
Buy my book - http://bit.ly/beginning_perl
Buy my other book - http://www.oreilly.com/catalog/perlhks/
Live and work overseas - http://www.overseas-exile.com/
>________________________________
> From: Mark Stosberg <ma...@summersault.com>
>To: perl-qa <per...@perl.org>
>Sent: Wednesday, 27 February 2013, 15:06
>Subject: Best practices for TODO test management?