summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2011-03-06 18:59:52 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-06 20:39:57 +0000
commitcedc31d0900eea3a62ab0e324927251011d4b832 (patch)
tree597d3a8d443d2dd1d28f3aaed3d0942add51b6f9 /MANIFEST
parent563ff921d7b97889a3a611987ca6f2f250c5b876 (diff)
downloadperl-cedc31d0900eea3a62ab0e324927251011d4b832.tar.gz
Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.
The test file is for functions in the re:: namespace implemented in universal.c, but needs to load re, which isn't built for minitest. As none of these functions are used as part of the core's build process, seems best to move it with all the other tests related to the re extension.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 5e114a186c..bc8dd0c54b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3546,6 +3546,7 @@ ext/re/t/lexical_debug.t test that lexical re 'debug' works
ext/re/t/qr.t test that qr// is a Regexp
ext/re/t/reflags.t see if re '/xism' pragma works
ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work
+ext/re/t/re_funcs_u.t See if exportable 're' funcs in universal.c work
ext/re/t/regop.pl generate debug output for various patterns
ext/re/t/regop.t test RE optimizations by scraping debug output
ext/re/t/re.t see if re pragma works
@@ -5050,7 +5051,6 @@ t/re/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture
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/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