diff options
author | James E Keenan <jkeenan@cpan.org> | 2015-08-02 09:15:52 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-08-05 21:58:12 -0400 |
commit | f3227d3b579a178f48989d54df0601435a177133 (patch) | |
tree | e61a78f5b61959e6fc7b60caad9b4a28697d3bbc /Porting | |
parent | 078e2213d1e79935a637aef6d5b7bc38aa6954fe (diff) | |
download | perl-f3227d3b579a178f48989d54df0601435a177133.tar.gz |
Bring list of directories requiring custom TAP up-to-date.
The list of directories in 'perltodo' which t/test.pl may not be used and in
which hand-rolled TAP is required was out-of-date. It did not reflect the
creation in 2012 of the t/opbasic directory. It failed to include the t/comp
directory.
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/todo.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Porting/todo.pod b/Porting/todo.pod index c3a3db1e32..1ed467fed4 100644 --- a/Porting/todo.pod +++ b/Porting/todo.pod @@ -71,8 +71,8 @@ instead there is an intentionally simpler library, F<t/test.pl>. However, quite a few tests in F<t/> have not been refactored to use it. Refactoring any of these tests, one at a time, is a useful thing TODO. -The subdirectories F<base>, F<cmd> and F<comp>, that contain the most -basic tests, should be excluded from this task. +The subdirectories F<base>, F<cmd>, F<comp> and F<opbasic>, that contain the +most basic tests, should be excluded from this task. =head2 Automate perldelta generation |