Add a --chdir option to configpm, and use this in the Win32 Makfiles.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index d83a984..ef563d7 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4050,6 +4050,7 @@ regexec.c                 Regular expression evaluator
 regexp.h                       Public declarations for the above
 regnodes.h                     Description of nodes of RE engine
 run.c                          The interpreter loop
+runtests.SH                    A script that generates runtests
 scope.c                                Scope entry and exit code
 scope.h                                Scope entry and exit header
 sv.c                           Scalar value code
@@ -4431,6 +4432,14 @@ 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_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
@@ -4456,6 +4465,7 @@ 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/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