diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 16:19:41 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 16:19:41 +0100 |
commit | e0ee75a6976f08f9bc3868227f1cd11ab6507895 (patch) | |
tree | 5366acf520d51f2f3961274ced349a4178685be5 /cpan/Test-Simple/TODO | |
parent | 8c5b8ff02c62badaeb38078556879720bdf8945a (diff) | |
download | perl-e0ee75a6976f08f9bc3868227f1cd11ab6507895.tar.gz |
Move Test::Simple from ext/ to cpan/
Diffstat (limited to 'cpan/Test-Simple/TODO')
-rw-r--r-- | cpan/Test-Simple/TODO | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cpan/Test-Simple/TODO b/cpan/Test-Simple/TODO new file mode 100644 index 0000000000..c596e90876 --- /dev/null +++ b/cpan/Test-Simple/TODO @@ -0,0 +1,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. |