Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / lib / 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 test name to diagnostic output
13
14     Add diag() to details().
15
16     Add at_end() callback?
17
18     Combine all *output methods into outputs().
19
20     Change *output* to return the old FH, not the new one when setting.