summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-05 15:13:17 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-05 20:26:11 +0000
commit6f4e0180354b12bf56e98f5c99c3f98bc4ec8b37 (patch)
treedea60519b4f62dc37be6eb231066d3c6ed663982 /MANIFEST
parentef23706341528838912bf72c2f11c8cd2d03ddcc (diff)
downloadperl-6f4e0180354b12bf56e98f5c99c3f98bc4ec8b37.tar.gz
Eliminate t/re/ReTest.pl. require './test.pl' directly in its 3 (former) users.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 0 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index ca45bc3a7c..5e114a186c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5051,7 +5051,6 @@ t/re/reg_pmod.t See if regexp /p modifier works as expected
t/re/reg_posixcc.t See if posix character classes behave consistently
t/re/reg_unsafe.t Check for unsafe match vars
t/re/re.t See if exportable 're' funcs in universal.c work
-t/re/ReTest.pl Test utilities for the t/re/pat*.t tests (used by do)
t/re/re_tests Regular expressions for regexp.t
t/re/rxcode.t See if /(?{ code })/ works
t/re/subst_amp.t See if $&-related substitution works