This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor the startup logic in fflush.t to use skip_all()
[perl5.git] / MANIFEST
index 5e114a1..1bd14f5 100644 (file)
--- 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
@@ -4949,6 +4950,7 @@ t/op/smartmatch.t         See if the ~~ operator works
 t/op/sort.t                    See if sort works
 t/op/splice.t                  See if splice works
 t/op/split.t                   See if split works
+t/op/split_unicode.t           Test split /\s/ and Unicode
 t/op/sprintf2.t                        See if sprintf works
 t/op/sprintf.t                 See if sprintf works
 t/op/srand.t                   See if srand works
@@ -5050,7 +5052,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