This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to 5.16.0 RC0
[perl5.git] / cpan / Test-Simple / TODO
1 See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's
2 a few more I haven't put in RT yet.
3
4     Finish (start?) Test::FAQ
5
6     Expand the Test::Tutorial
7
8     $^C exception control?
9
10     Document that everything goes through Test::Builder->ok()
11
12     Add diag() to details().
13
14     Add at_end() callback?
15
16     Combine all *output methods into outputs().
17
18     Change *output* to return the old FH, not the new one when setting.