Guard open.t against Encode not being available
[p5sagit/p5-mst-13.2.git] / cpan / 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
30e302f8 12 Add diag() to details().
13
30e302f8 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.