-
Notifications
You must be signed in to change notification settings - Fork 577
perltodo: Update directories needing hand-rolled TAP #14834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
From @jkeenanThe list of directories in 'perltodo' in which t/test.pl may not be used is out-of-date. Please review patch attached to see if it brings that list up-to-date correctly. Thank you very much. -- |
From @jkeenan0001-Bring-list-of-directories-requiring-custom-TAP-up-to.patchFrom a04f08d4a33b9a3c82b5a313c78010af11eaa54b Mon Sep 17 00:00:00 2001
From: James E Keenan <[email protected]>
Date: Sun, 2 Aug 2015 09:15:52 -0400
Subject: [PATCH] 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.
---
Porting/todo.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Porting/todo.pod b/Porting/todo.pod
index c3a3db1..1ed467f 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
--
1.9.1
|
From @jkeenanSummary of my perl5 (revision 5 version 23 subversion 2) configuration: Characteristics of this binary (from libperl): |
@jkeenan - Status changed from 'new' to 'resolved' |
Migrated from rt.perl.org#125736 (status was 'resolved')
Searchable as RT125736$
The text was updated successfully, but these errors were encountered: