File: TODO

package info (click to toggle)
libtest-simple-perl 0.94-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 836 kB
  • ctags: 224
  • sloc: perl: 5,744; makefile: 4
file content (18 lines) | stat: -rw-r--r-- 439 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
See https://rt.cpan.org/NoAuth/Bugs.html?Dist=Test-Simple plus here's
a few more I haven't put in RT yet.

    Finish (start?) Test::FAQ

    Expand the Test::Tutorial

    $^C exception control?

    Document that everything goes through Test::Builder->ok()

    Add diag() to details().

    Add at_end() callback?

    Combine all *output methods into outputs().

    Change *output* to return the old FH, not the new one when setting.