Wrap the macro arguments for ck_proto in ().
[p5sagit/p5-mst-13.2.git] / lib / Test / Simple / TODO
CommitLineData
7483b81c 1See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's
2a few more I haven't put in RT yet.
30e302f8 3
4 Finish (start?) Test::FAQ
5
6 Expand the Test::Tutorial
7
30e302f8 8 $^C exception control?
9
10 Document that everything goes through Test::Builder->ok()
11
12 Add test name to diagnostic output
13
30e302f8 14 Add diag() to details().
15
30e302f8 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.