summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2009-09-19 19:40:52 +0200
committerYves Orton <demerphq@gmail.com>2009-09-19 19:40:52 +0200
commit0f289c68de322445a34feb41ea8f00b7bf9c85de (patch)
tree884b803f8db4bade74ba7346da8fa554db204289 /MANIFEST
parent9d45b377104bdeac6205865205bf4ad6fce4f355 (diff)
downloadperl-0f289c68de322445a34feb41ea8f00b7bf9c85de.tar.gz
dropped a test by accident the last go, so ressurect the pat_re_eval.t anyway, and resort and update the MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST8
1 files changed, 5 insertions, 3 deletions
diff --git a/MANIFEST b/MANIFEST
index 161d93bd57..47d70e0f4a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4431,14 +4431,16 @@ t/perl.supp Perl valgrind suppressions
t/pod/diag.t Test completeness of perldiag.pod
t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly
t/README Instructions for regression tests
-t/re/pat.t See if esoteric patterns work
-t/re/pat_thr.t See if esoteric patterns work in another thread
t/re/pat_advanced.t See if advanced esoteric patterns work
t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread
t/re/pat_psycho.t See if insane esoteric and slow patterns work
t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread
+t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work
+t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread
t/re/pat_rt_report.t See if esoteric patterns from rt reports work
t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread
+t/re/pat.t See if esoteric patterns work
+t/re/pat_thr.t See if esoteric patterns work in another thread
t/re/qr_gc.t See if qr doesn't leak
t/re/qrstack.t See if qr expands the stack properly
t/re/qr.t See if qr works
@@ -4462,8 +4464,8 @@ t/re/reg_pmod.t See if regexp /p modifier works as expected
t/re/reg_posixcc.t See if posix character classes behave consistantly
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/re_tests Regular expressions for regexp.t
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
t/re/substr.t See if substr works