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 0230231..1bd14f5 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -510,7 +510,6 @@ cpan/DB_File/t/db-recno.t   See if DB_File works
 cpan/DB_File/typemap           Berkeley DB extension interface types
 cpan/DB_File/version.c         Berkeley DB extension interface version check
 cpan/Devel-DProf/bin/dprofpp   Perl code profile post-processor
-cpan/Devel-DProf/Changes               Perl code profiler changelog
 cpan/Devel-DProf/DProf.pm      Perl code profiler
 cpan/Devel-DProf/dprof/test1_t Perl code profiler tests
 cpan/Devel-DProf/dprof/test1_v Perl code profiler tests
@@ -530,7 +529,6 @@ cpan/Devel-DProf/dprof/test8_t      Perl code profiler tests
 cpan/Devel-DProf/dprof/test8_v Perl code profiler tests
 cpan/Devel-DProf/dprof/V.pm    Perl code profiler tests
 cpan/Devel-DProf/DProf.xs      Perl code profiler
-cpan/Devel-DProf/Makefile.PL   Perl code profiler makefile writer
 cpan/Devel-DProf/t/DProf.t     Perl code profiler
 cpan/Devel-DProf/Todo          Perl code profiler todo list
 cpan/Devel-PPPort/apicheck_c.PL                Devel::PPPort apicheck generator
@@ -740,6 +738,7 @@ cpan/Digest-SHA/t/allfcns.t         See if Digest::SHA works
 cpan/Digest-SHA/t/base64.t             See if Digest::SHA works
 cpan/Digest-SHA/t/bitbuf.t             See if Digest::SHA works
 cpan/Digest-SHA/t/dumpload.t           See if Digest::SHA works
+cpan/Digest-SHA/t/fips180-4.t          See if Digest::SHA works
 cpan/Digest-SHA/t/fips198.t            See if Digest::SHA works
 cpan/Digest-SHA/t/gglong.t             See if Digest::SHA works
 cpan/Digest-SHA/t/gg.t                 See if Digest::SHA works
@@ -2419,6 +2418,7 @@ cpan/Test-Simple/t/subtest/plan.t                 Test::Builder tests
 cpan/Test-Simple/t/subtest/predicate.t                 Test::Builder tests
 cpan/Test-Simple/t/subtest/singleton.t                 Test::More test
 cpan/Test-Simple/t/subtest/todo.t                      Test::Builder tests
+cpan/Test-Simple/t/subtest/wstat.t                     Test::More test
 cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t                Test::Builder::Module test
 cpan/Test-Simple/t/Tester/tbt_01basic.t                        Test::Builder::Tester test
 cpan/Test-Simple/t/Tester/tbt_02fhrestore.t            Test::Builder::Tester test
@@ -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
@@ -4902,6 +4903,7 @@ t/op/localref.t                   See if local ${deref} works
 t/op/local.t                   See if local works
 t/op/loopctl.t                 See if next/last/redo work
 t/op/lop.t                     See if logical operators work
+t/op/magic-27839.t             Test for #27839, skipped for minitest
 t/op/magic_phase.t             See if ${^GLOBAL_PHASE} works
 t/op/magic.t                   See if magic variables work
 t/op/method.t                  See if method calls work
@@ -4948,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
@@ -4994,6 +4997,7 @@ t/op/yadayada.t                   See if ... works
 t/perl.supp                    Perl valgrind suppressions
 t/porting/args_assert.t                Check that all PERL_ARGS_ASSERT* macros are used
 t/porting/authors.t            Check that all authors have been acknowledged
+t/porting/bincompat.t          Check that {non_,}bincompat_options are ordered
 t/porting/buildtoc.t           Check that various pod lists are consistent
 t/porting/checkcase.t          Check whether we are case-insensitive-fs-friendly
 t/porting/cmp_version.t                Test whether all changed module files have their VERSION bumped
@@ -5048,8 +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/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