This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge branch 'blead' into dual/Safe
[perl5.git] / MANIFEST
index b09fe21..ad1a707 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -300,8 +300,8 @@ ext/Devel-PPPort/parts/inc/mPUSH    Devel::PPPort include
 ext/Devel-PPPort/parts/inc/MY_CXT      Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newCONSTSUB Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newRV       Devel::PPPort include
-ext/Devel-PPPort/parts/inc/newSV_type  Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newSVpv     Devel::PPPort include
+ext/Devel-PPPort/parts/inc/newSV_type  Devel::PPPort include
 ext/Devel-PPPort/parts/inc/podtest     Devel::PPPort include
 ext/Devel-PPPort/parts/inc/ppphbin     Devel::PPPort include
 ext/Devel-PPPort/parts/inc/ppphdoc     Devel::PPPort include
@@ -379,8 +379,8 @@ ext/Devel-PPPort/t/mPUSH.t  Devel::PPPort test file
 ext/Devel-PPPort/t/MY_CXT.t    Devel::PPPort test file
 ext/Devel-PPPort/t/newCONSTSUB.t       Devel::PPPort test file
 ext/Devel-PPPort/t/newRV.t     Devel::PPPort test file
-ext/Devel-PPPort/t/newSV_type.t        Devel::PPPort test file
 ext/Devel-PPPort/t/newSVpv.t   Devel::PPPort test file
+ext/Devel-PPPort/t/newSV_type.t        Devel::PPPort test file
 ext/Devel-PPPort/TODO          Devel::PPPort Todo
 ext/Devel-PPPort/t/podtest.t   Devel::PPPort test file
 ext/Devel-PPPort/t/ppphtest.t  Devel::PPPort test file
@@ -565,6 +565,7 @@ ext/Encode/t/mime-header.t  test script
 ext/Encode/t/mime-name.t       test script
 ext/Encode/t/Mod_EUCJP.pm      module that t/enc_module.enc uses
 ext/Encode/t/perlio.t          test script
+ext/Encode/t/piconv.t          test script
 ext/Encode/t/rt.pl             test script
 ext/Encode/t/unibench.pl       benchmark script
 ext/Encode/t/Unicode.t         test script
@@ -916,13 +917,18 @@ ext/IPC-SysV/t/shm.t      IPC::SysV test file
 ext/IPC-SysV/typemap   IPC::SysV typemap
 ext/List-Util/Changes          Util extension
 ext/List-Util/lib/List/Util.pm List::Util
+ext/List-Util/lib/List/Util/PP.pm      List::Util
+ext/List-Util/lib/List/Util/XS.pm      List::Util
 ext/List-Util/lib/Scalar/Util.pm       Scalar::Util
+ext/List-Util/lib/Scalar/Util/PP.pm    Scalar::Util
+ext/List-Util/ListUtil.xs              Util extension
 ext/List-Util/Makefile.PL      Util extension
 ext/List-Util/multicall.h      Util extension
 ext/List-Util/README           Util extension
 ext/List-Util/t/00version.t    Scalar::Util
 ext/List-Util/t/blessed.t      Scalar::Util
 ext/List-Util/t/dualvar.t      Scalar::Util
+ext/List-Util/t/expfail.t      List::Util
 ext/List-Util/t/first.t                List::Util
 ext/List-Util/t/isvstring.t    Scalar::Util
 ext/List-Util/t/lln.t          Scalar::Util
@@ -931,6 +937,7 @@ ext/List-Util/t/max.t               List::Util
 ext/List-Util/t/minstr.t       List::Util
 ext/List-Util/t/min.t          List::Util
 ext/List-Util/t/openhan.t      Scalar::Util
+ext/List-Util/t/p_00version.t  Scalar::Util
 ext/List-Util/t/p_blessed.t    Scalar::Util
 ext/List-Util/t/p_first.t      List::Util
 ext/List-Util/t/p_lln.t                Scalar::Util
@@ -956,7 +963,7 @@ ext/List-Util/t/stack-corruption.t  List::Util
 ext/List-Util/t/sum.t          List::Util
 ext/List-Util/t/tainted.t      Scalar::Util
 ext/List-Util/t/weak.t         Scalar::Util
-ext/List-Util/Util.xs          Util extension
+ext/List-Util/XS.pp            List::Util
 ext/Math-BigInt-FastCalc/FastCalc.pm   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
@@ -1461,6 +1468,7 @@ ext/threads/t/join.t              Testing the join function
 ext/threads/t/kill.t           Tests thread signalling
 ext/threads/t/libc.t           testing libc functions for threadsafety
 ext/threads/t/list.t           Test threads->list()
+ext/threads/t/no_threads.t     threads test for non-threaded Perls
 ext/threads/t/problems.t       Test various memory problems
 ext/threads/t/stack_env.t      Tests for stack limits
 ext/threads/t/stack.t          Tests for stack limits
@@ -1651,10 +1659,7 @@ hints/isc_2.sh                   Hints for named architecture
 hints/isc.sh                   Hints for named architecture
 hints/linux.sh                 Hints for named architecture
 hints/lynxos.sh                        Hints for named architecture
-hints/machten_2.sh             Hints for named architecture
-hints/machten.sh               Hints for named architecture
 hints/midnightbsd.sh           Hints for named architecture
-hints/mint.sh                  Hints for named architecture
 hints/mips.sh                  Hints for named architecture
 hints/mirbsd.sh                        Hints for named architecture
 hints/mpc.sh                   Hints for named architecture
@@ -1765,6 +1770,7 @@ lib/Archive/Tar/t/src/short/foo.tgz.packed        Archive::Tar tests
 lib/assert.pl                  assertion and panic with stack trace
 lib/autodie/exception.pm       Exception class for autodie
 lib/autodie/exception/system.pm        Exception class for autodying system()
+lib/autodie/hints.pm           Hinting interface for autodie
 lib/autodie.pm                 Functions suceed or die with lexical scope
 lib/autodie/t/00-load.t                        autodie - basic load
 lib/autodie/t/autodie.t                        autodie - Basic functionality
@@ -1772,6 +1778,7 @@ lib/autodie/t/autodie_test_module.pm      autodie - test helper
 lib/autodie/t/backcompat.t             autodie - More Fatal backcompat
 lib/autodie/t/basic_exceptions.t       autodie - Basic exception tests
 lib/autodie/t/binmode.t                        autodie - Binmode testing
+lib/autodie/t/blog_hints.t             autodie - Tests fro PJF's blog
 lib/autodie/t/caller.t                 autodie - Caller diagnostics
 lib/autodie/t/context_lexical.t                autodie - Context clobbering lexically
 lib/autodie/t/context.t                        autodie - Context clobbering tests
@@ -1784,6 +1791,14 @@ lib/autodie/t/Fatal.t                    autodie - Fatal backcompatibility
 lib/autodie/t/filehandles.t            autodie - filehandle tests
 lib/autodie/t/fileno.t                 autodie - fileno tests
 lib/autodie/t/flock.t                  autodie - File locking tests
+lib/autodie/t/format-clobber.t         autodie - Don't clobber scalars
+lib/autodie/t/hints_insist.t           autodie - Test hints insistance
+lib/autodie/t/hints_pod_examples.t     autodie - Test hints POD examples
+lib/autodie/t/hints_provider_does.t    autodie - Test hints/does roles
+lib/autodie/t/hints_provider_easy_does_it.t    autodie - Test easy hints/does
+lib/autodie/t/hints_provider_isa.t     autodie - Test hints/inheritance
+lib/autodie/t/hints.t                  autodie - Test hints interface
+lib/autodie/t/internal-backcompat.t    autodie - Back-compatibility tests
 lib/autodie/t/internal.t               autodie - internal interface tests
 lib/autodie/t/lethal.t                 autodie - lethal is the one true name
 lib/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
@@ -1791,14 +1806,24 @@ lib/autodie/t/lib/autodie/test/au.pm            autodie - Austrlaian helper
 lib/autodie/t/lib/autodie/test/badname.pm      autodie - Bad exception class
 lib/autodie/t/lib/autodie/test/missing.pm      autodie - Missing exception class
 lib/autodie/t/lib/Caller_helper.pm     autodie - Caller helper
+lib/autodie/t/lib/Hints_pod_examples.pm        autodie - Hints/pod helper
+lib/autodie/t/lib/Hints_provider_does.pm       autodie - Hints/does helper
+lib/autodie/t/lib/Hints_provider_easy_does_it.pm       autodie - Hints/easy helper
+lib/autodie/t/lib/Hints_provider_isa.pm        autodie - Hints/inherit helper
+lib/autodie/t/lib/Hints_test.pm                autodie - Hints test helper
 lib/autodie/t/lib/lethal.pm            autodie - with a better name
+lib/autodie/t/lib/my/autodie.pm                autodie - blog_hints.t helper
+lib/autodie/t/lib/OtherTypes.pm                autodie - Format clobberer helper.
 lib/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
 lib/autodie/t/lib/pujHa/ghach.pm       autodie - Like a Klingon
+lib/autodie/t/lib/Some/Module.pm       autodie - blog_hints.t helper
 lib/autodie/t/mkdir.t                  autodie - filesystem tests
 lib/autodie/t/open.t                   autodie - Testing open
 lib/autodie/t/recv.t                   autodie - send/recv tests
 lib/autodie/t/repeat.t                 autodie - repeat autodie leak tests
 lib/autodie/t/scope_leak.t             autodie - file scope leak tests
+lib/autodie/t/string-eval-basic.t      autodie - Basic string eval test
+lib/autodie/t/string-eval-leak.t       autodie - String eval leak test
 lib/autodie/t/sysopen.t                        autodie - sysopen tests
 lib/autodie/t/truncate.t               autodie - File truncation tests
 lib/autodie/t/unlink.t                 autodie - Unlink system tests.
@@ -1815,10 +1840,14 @@ lib/autouse.t                   See if autouse works
 lib/base/Changes               base.pm changelog
 lib/base.pm                    Establish IS-A relationship at compile time
 lib/base/t/base.t              See if base works
+lib/base/t/compile-time.t      See if base works
+lib/base/t/fields-5.6.0.t      See if fields work
+lib/base/t/fields-5.8.0.t      See if fields work
 lib/base/t/fields-base.t       See if fields work
 lib/base/t/fields.t            See if fields work
 lib/base/t/isa.t               See if base's behaviour doesn't change
 lib/base/t/lib/Dummy.pm                Test module for base.pm
+lib/base/t/lib/HasSigDie.pm    Module for testing base.pm
 lib/base/t/sigdie.t            See if base works with SIGDIE
 lib/base/t/version.t           See if base works with versions
 lib/base/t/warnings.t          See if base works with warnings
@@ -1897,21 +1926,26 @@ lib/CGI/t/apache.t              See if CGI::Apache still loads
 lib/CGI/t/can.t                        See if CGI.pm works
 lib/CGI/t/carp.t               See if CGI::Carp works
 lib/CGI/t/cookie.t             See if CGI::Cookie works
+lib/CGI/t/Dump.t               See if CGI->Dump works
 lib/CGI/t/fast.t               See if CGI::Fast works (if FCGI is installed)
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
 lib/CGI/t/html.t               See if CGI.pm works
 lib/CGI/t/no_tabindex.t        See if CGI.pm works
+lib/CGI/t/popup_menu.t         See if CGI pop menus work
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
+lib/CGI/t/query_string.t       See if CGI->query_string() works
 lib/CGI/t/request.t            See if CGI.pm works
 lib/CGI/t/start_end_asterisk.t See if CGI.pm works
 lib/CGI/t/start_end_end.t      See if CGI.pm works
 lib/CGI/t/start_end_start.t    See if CGI.pm works
 lib/CGI/t/switch.t             See if CGI::Switch still loads
+lib/CGI/t/unescapeHTML.t       See if CGI::unescapeHTML() works
 lib/CGI/t/uploadInfo.t         See if CGI.pm works
 lib/CGI/t/upload_post_text.txt.packed  Test data for CGI.pm
 lib/CGI/t/upload.t             See if CGI.pm works
+lib/CGI/t/user_agent.t         See if CGI->user_agent() works
 lib/CGI/t/util-58.t            See if 5.8-dependent features work
 lib/CGI/t/util.t               See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
@@ -2018,8 +2052,6 @@ lib/CPANPLUS/Shell.pm     CPANPLUS
 lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t   CPANPLUS tests
 lib/CPANPLUS/t/01_CPANPLUS-Configure.t CPANPLUS tests
 lib/CPANPLUS/t/02_CPANPLUS-Internals.t CPANPLUS tests
-lib/CPANPLUS/t/031_CPANPLUS-Internals-Source-SQLite.t  CPANPLUS tests
-lib/CPANPLUS/t/032_CPANPLUS-Internals-Source-via-sqlite.t      CPANPLUS tests
 lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t  CPANPLUS tests
 lib/CPANPLUS/t/04_CPANPLUS-Module.t    CPANPLUS tests
 lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t   CPANPLUS tests
@@ -2131,6 +2163,7 @@ lib/ExtUtils/CBuilder/Platform/Unix.pm    CBuilder methods for Unix
 lib/ExtUtils/CBuilder/Platform/VMS.pm  CBuilder methods for VMS
 lib/ExtUtils/CBuilder/Platform/Windows.pm      CBuilder methods for Windows
 lib/ExtUtils/CBuilder.pm       Compile and link C code for Perl modules
+lib/ExtUtils/CBuilder/t/00-have-compiler.t     ExtUtils::CBuilder tests
 lib/ExtUtils/CBuilder/t/01-basic.t     tests for ExtUtils::CBuilder
 lib/ExtUtils/CBuilder/t/02-link.t      tests for ExtUtils::CBuilder
 lib/ExtUtils/Changes           MakeMaker change log
@@ -2176,18 +2209,20 @@ lib/ExtUtils/MM_Win95.pm        MakeMaker methods for Win95
 lib/ExtUtils/MY.pm             MakeMaker user override class
 lib/ExtUtils/NOTES             Notes about MakeMaker internals
 lib/ExtUtils/Packlist.pm       Manipulates .packlist files
+lib/ExtUtils/ParseXS/Changes   ExtUtils::ParseXS change log
 lib/ExtUtils/ParseXS.pm                converts Perl XS code into C code
 lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
+lib/ExtUtils/ParseXS/t/usage.t ExtUtils::ParseXS tests
 lib/ExtUtils/ParseXS/t/XSTest.pm       Test file for ExtUtils::ParseXS tests
 lib/ExtUtils/ParseXS/t/XSTest.xs       Test file for ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.pm      ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.xs      ExtUtils::ParseXS tests
 lib/ExtUtils/PATCHING          Suggestions for patching MakeMaker
 lib/ExtUtils/README            MakeMaker README
 lib/ExtUtils/t/00compile.t     See if MakeMaker modules compile
 lib/ExtUtils/t/arch_check.t    Test MakeMaker's arch_check()
 lib/ExtUtils/t/backwards.t     Check MakeMaker's backwards compatibility
-lib/ExtUtils/t/basic_finish.pl See if MakeMaker can build a module (part 2)
-lib/ExtUtils/t/basic.pl                See if MakeMaker can build a module (part 1)
-lib/ExtUtils/t/basic.t         See if MakeMaker can build a module (wrapper for basic.pl and basic_finish.pl)
+lib/ExtUtils/t/basic.t         See if MakeMaker can build a module
 lib/ExtUtils/t/build_man.t     Set if MakeMaker builds manpages
 lib/ExtUtils/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
 lib/ExtUtils/t/cd.t            Test to see cd works
@@ -2204,19 +2239,22 @@ lib/ExtUtils/t/fix_libs.t       Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/hints.t         See if hint files are honored.
 lib/ExtUtils/t/Installapi2.t   See if new api for ExtUtils::Install::install() works
 lib/ExtUtils/t/INSTALL_BASE.t  Test INSTALL_BASE in MakeMaker
+lib/ExtUtils/t/installed_file.t        Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::Install works
+lib/ExtUtils/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
 lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
 lib/ExtUtils/t/is_of_type.t    Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Liblist.t       See if ExtUtils::Liblist works
+lib/ExtUtils/t/MakeMaker_Parameters.t  test "MakeMaker Parameters" section
 lib/ExtUtils/t/make.t          See if make detection works
 lib/ExtUtils/t/maketext_filter.t       See if maketext_filter works
 lib/ExtUtils/t/Manifest.t      See if ExtUtils::Manifest works
 lib/ExtUtils/t/metafile_data.t See if META.yml handling works
 lib/ExtUtils/t/metafile_file.t See if META.yml handling works
-lib/ExtUtils/t/min_perl_version.t      Test the MIN_PERL_VERSION argument to WriteMakefile.
 lib/ExtUtils/t/miniperl.t      Test MakeMaker with miniperl
+lib/ExtUtils/t/min_perl_version.t      Test the MIN_PERL_VERSION argument to WriteMakefile.
 lib/ExtUtils/t/Mkbootstrap.t   See if ExtUtils::Mkbootstrap works
 lib/ExtUtils/t/MM_Any.t                See if ExtUtils::MM_Any works
 lib/ExtUtils/t/MM_BeOS.t       See if ExtUtils::MM_BeOS works
@@ -2243,6 +2281,7 @@ lib/ExtUtils/t/prompt.t           See if E::MM::prompt() works
 lib/ExtUtils/t/recurs.t                See if recursive builds work
 lib/ExtUtils/t/revision.t      See if $Revision is correct
 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
+lib/ExtUtils/t/test_boilerplate.t      MakeMaker test
 lib/ExtUtils/t/testdata/reallylongdirectoryname/arch1/Config.pm                test data for MakeMaker
 lib/ExtUtils/t/testdata/reallylongdirectoryname/arch2/Config.pm                test data for MakeMaker
 lib/ExtUtils/t/testlib.t       See if ExtUtils::testlib works
@@ -2573,13 +2612,13 @@ lib/Module/Build/Platform/Windows.pm    Module::Build
 lib/Module/Build.pm            Module::Build
 lib/Module/Build/PodParser.pm  Module::Build
 lib/Module/Build/PPMMaker.pm   Module::Build
-lib/Module/Build/scripts/bundle.pl     Module::Build
 lib/Module/Build/scripts/config_data   Module::Build
 lib/Module/Build/t/add_property.t      Module::Build
 lib/Module/Build/t/basic.t     Module::Build
 lib/Module/Build/t/bundled/Tie/CPHash.pm       Module::Build.pm
 lib/Module/Build/t/compat/exit.t       Module::Build
 lib/Module/Build/t/compat.t    Module::Build
+lib/Module/Build/t/debug.t     Module::Build tests
 lib/Module/Build/t/destinations.t      Module::Build
 lib/Module/Build/t/extend.t    Module::Build
 lib/Module/Build/t/ext.t       Module::Build
@@ -2596,6 +2635,7 @@ lib/Module/Build/t/moduleinfo.t   Module::Build
 lib/Module/Build/t/new_from_context.t  Module::Build
 lib/Module/Build/t/notes.t     Module::Build
 lib/Module/Build/t/parents.t   Module::Build
+lib/Module/Build/t/PL_files.t  Module::Build tests
 lib/Module/Build/t/pod_parser.t        Module::Build
 lib/Module/Build/t/ppm.t       Module::Build
 lib/Module/Build/t/runthrough.t        Module::Build
@@ -2606,6 +2646,7 @@ lib/Module/Build/t/test_type.t    Module::Build
 lib/Module/Build/t/tilde.t     Module::Build
 lib/Module/Build/t/use_tap_harness.t   Module::Build
 lib/Module/Build/t/versions.t  Module::Build
+lib/Module/Build/t/write_default_maniskip.t    Module::Build tests
 lib/Module/Build/t/xs.t                Module::Build
 lib/Module/Build/Version.pm    Module::Build
 lib/Module/Build/YAML.pm       Module::Build
@@ -2699,8 +2740,8 @@ lib/NEXT.pm                       Pseudo-class NEXT for method redispatch
 lib/NEXT/README                        NEXT
 lib/NEXT/t/actual.t            NEXT
 lib/NEXT/t/actuns.t            NEXT
-lib/NEXT/t/next.t              NEXT
 lib/NEXT/t/dynamically_scoped_regex_vars.t     NEXT
+lib/NEXT/t/next.t              NEXT
 lib/NEXT/t/stringify.t NEXT
 lib/NEXT/t/unseen.t            NEXT
 lib/Object/Accessor.pm Object::Accessor
@@ -2767,6 +2808,9 @@ lib/perl5db.pl                    Perl debugging routines
 lib/perl5db.t                  Tests for the Perl debugger
 lib/perl5db/t/eval-line-bug    Tests for the Perl debugger
 lib/perl5db/t/lvalue-bug       Tests for the Perl debugger
+lib/perl5db/t/proxy-constants  Tests for the Perl debugger
+lib/perl5db/t/rt-61222         Tests for the Perl debugger
+lib/perl5db/t/rt-66110         Tests for the Perl debugger
 lib/perl5db/t/symbol-table-bug Tests for the Perl debugger
 lib/PerlIO.pm                  PerlIO support module
 lib/PerlIO/via/QuotedPrint.pm  PerlIO::via::QuotedPrint
@@ -3083,8 +3127,16 @@ lib/Test/Simple/t/buffer.t       Test::Builder buffering test
 lib/Test/Simple/t/Builder/Builder.t    Test::Builder tests
 lib/Test/Simple/t/Builder/carp.t       Test::Builder test
 lib/Test/Simple/t/Builder/create.t     Test::Builder test 
-lib/Test/Simple/t/Builder/curr_test.t  Test::Builder->curr_test tests
+lib/Test/Simple/t/Builder/current_test.t       Test::Builder tests
+lib/Test/Simple/t/Builder/current_test_without_plan.t  Test::Builder tests
 lib/Test/Simple/t/Builder/details.t    Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_double.t        Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing.t               Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_no_plan.t  Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_number.t   Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_plan.t     Test::Builder tests
+lib/Test/Simple/t/Builder/fork_with_new_stdout.t       Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan2.t  Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan.t   Test::Builder tests
 lib/Test/Simple/t/Builder/is_fh.t      Test::Builder tests
@@ -3092,6 +3144,7 @@ lib/Test/Simple/t/Builder/maybe_regex.t   Test::Builder tests
 lib/Test/Simple/t/Builder/no_diag.t    Test::Builder tests
 lib/Test/Simple/t/Builder/no_ending.t  Test::Builder tests
 lib/Test/Simple/t/Builder/no_header.t  Test::Builder tests
+lib/Test/Simple/t/Builder/no_plan_at_all.t     Test::Builder tests
 lib/Test/Simple/t/Builder/ok_obj.t     Test::Builder tests
 lib/Test/Simple/t/Builder/output.t     Test::Builder tests
 lib/Test/Simple/t/Builder/reset.t      Test::Builder tests
@@ -3156,6 +3209,7 @@ lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings
 lib/Test/Simple/t/useing.t     Test::More test, compile test
 lib/Test/Simple/t/use_ok.t     Test::More test, use_ok()
 lib/Test/Simple/t/utf8.t       Test::More test
+lib/Test/Simple/t/versions.t   Test::More test
 lib/Test/t/05_about_verbose.t  See if Test works
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
@@ -3348,6 +3402,7 @@ lib/validate.pl                   Perl library supporting wholesale file mode validation
 lib/vars_carp.t                        See if "use vars" doesn't load Carp.pm per default
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" works
+lib/version/Internals.pod      Description of the internals of version objects
 lib/version.pm                 Support for version objects
 lib/version.pod                        Documentation of the version module
 lib/version.t                  Tests for version objects
@@ -3381,13 +3436,6 @@ mg.c                             Magic code
 mg.h                           Magic header
 minimod.pl                     Writes lib/ExtUtils/Miniperl.pm
 miniperlmain.c                 Basic perl w/o dynamic loading or extensions
-mint/errno.h                   MiNT port
-mint/Makefile                  MiNT port
-mint/pwd.c                     MiNT port
-mint/README                    MiNT port
-mint/stdio.h                   MiNT port
-mint/sys/time.h                        MiNT port
-mint/time.h                    MiNT port
 mkppport                       A script that distributes ppport.h
 mkppport.lst                   List of extensions that need a ppport.h
 mpeix/mpeix.c                  MPE/iX port
@@ -3566,6 +3614,7 @@ pod/Makefile.SH                   generate Makefile which makes pods into something else
 pod/perl5004delta.pod          Perl changes in version 5.004
 pod/perl5005delta.pod          Perl changes in version 5.005
 pod/perl5100delta.pod          Perl changes in version 5.10.0
+pod/perl5101delta.pod          Perl changes in version 5.10.1
 pod/perl5110delta.pod          Perl changes in version 5.11.0
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
@@ -3636,9 +3685,9 @@ pod/perllocale.pod                Perl locale support
 pod/perllol.pod                        Perl data structures: arrays of arrays
 pod/perlmodinstall.pod         Perl modules: how to install from CPAN
 pod/perlmodlib.PL              Generate pod/perlmodlib.pod
-pod/perlmodlib.pod             Perl modules: how to write and use
 pod/perlmod.pod                        Perl modules: how they work
 pod/perlmodstyle.pod           Perl modules: how to write modules with style
+pod/perlmroapi.pod             Perl method resolution plugin interface
 pod/perlnewmod.pod             Perl modules: preparing a new module for distribution
 pod/perlnumber.pod             Perl number semantics
 pod/perlobj.pod                        Perl objects
@@ -3695,11 +3744,11 @@ pod/splitman                    Splits perlfunc into multiple man pages
 pod/splitpod                   Splits perlfunc into multiple pod pages
 Policy_sh.SH           Hold site-wide preferences between Configure runs.
 Porting/add-package.pl Add/Update CPAN modules that are part of Core
+Porting/bump-perl-version      bump the perl version in relevant files
 Porting/check83.pl     Check whether we are 8.3-friendly
 Porting/checkansi.pl   Check source code for ANSI-C violations
 Porting/checkARGS_ASSERT.pl    Check we use every PERL_ARGS_ASSERT* macro
 Porting/checkAUTHORS.pl        Check that the AUTHORS file is complete
-Porting/checkcase.pl   Check whether we are case-insensitive-fs-friendly
 Porting/checkcfgvar.pl Check that config scripts define all symbols
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
@@ -3708,6 +3757,7 @@ Porting/config_H  Sample config.h
 Porting/config_h.pl    Reorder config_h.SH after metaconfig
 Porting/config.sh      Sample config.sh
 Porting/Contract       Social contract for contributed modules in Perl core
+Porting/core-cpan-diff Compare core distros with their CPAN equivalents
 Porting/corecpan.pl    Reports outdated dual-lived modules
 Porting/corelist.pl    Generates data for Module::CoreList
 Porting/curliff.pl     Curliff or liff your curliffable files.
@@ -3719,18 +3769,24 @@ Porting/fixvars         Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/git-find-p4-change     Find the change for a p4 change number
 Porting/git-make-p4-refs       Output git refs for each p4 change number, suitable for appending to .git/packed-refs
+Porting/GitUtils.pm    Generate the contents of a .patch file
 Porting/Glossary       Glossary of config.sh variables
 Porting/how_to_write_a_perldelta.pod   Bluffer's guide to writing a perldelta.
 Porting/Maintainers    Program to pretty print info in Maintainers.pl
 Porting/Maintainers.pl Information about maintainers
 Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
+Porting/make_dot_patch.pl      Make a .patch file from a git WD
 Porting/makemeta       Create the top-level META.yml
 Porting/makerel                Release making utility
+Porting/make_snapshot.pl       Make a tgz snapshot of our tree with a .patch file in it
 Porting/manicheck      Check against MANIFEST
+Porting/manisort       Sort the MANIFEST
+Porting/perldelta_template     Template for creating new perldelta.pod files
 Porting/podtidy                Reformat pod using Pod::Tidy
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
 Porting/README.y2038   Perl notes for the 2038 fix
 Porting/regcharclass.pl        Generate regcharclass.h from inline data
+Porting/release_managers_guide.pod     Release Manager's Guide
 Porting/sort_perldiag.pl       Keep our diagnostics orderly
 Porting/testall.atom           Cumulative profile with Third Degree
 Porting/thirdclean             Cleanup Third Degree reports
@@ -3770,11 +3826,9 @@ README.irix                      Perl notes for Irix
 README.jp                      Perl for Japanese (in EUC-JP)
 README.ko                      Perl for Korean (in EUC-KR)
 README.linux                   Perl notes for Linux
-README.machten                 Perl notes for Power MachTen
 README.macos                   Perl notes for Mac OS (Classic)
 README.macosx                  Perl notes for Mac OS X
 README.micro                   Notes about microperl
-README.mint                    Perl notes for MiNT
 README.mpeix                   Perl notes for MPE/iX
 README.netware                 Perl notes for NetWare
 README.openbsd                 Perl notes for OpenBSD
@@ -3882,6 +3936,7 @@ t/comp/cmdopt.t                   See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
 t/comp/decl.t                  See if declarations work
 t/comp/fold.t                  See if constant folding works
+t/comp/hints.aux               Auxillary file for %^H test
 t/comp/hints.t                 See if %^H works
 t/comp/multiline.t             See if multiline strings work
 t/comp/opsubs.t                        See if q() etc. are not parsed as functions
@@ -3891,7 +3946,7 @@ t/comp/parser.t                   See if the parser works in edge cases
 t/comp/proto.t                 See if function prototypes work
 t/comp/redef.t                 See if we get correct warnings on redefined subs
 t/comp/require.t               See if require works
-t/comp/retainedlines.t         See if the debugger can retains eval's lines
+t/comp/retainedlines.t         See if the debugger can retain eval's lines
 t/comp/script.t                        See if script invocation works
 t/comp/term.t                  See if more terms work
 t/comp/uproto.t                        See if the _ prototype works
@@ -3918,7 +3973,7 @@ t/io/openpid.t                    See if open works for subprocesses
 t/io/open.t                    See if open works
 t/io/perlio_fail.t             See if bad layers fail
 t/io/perlio_leaks.t            See if PerlIO layers are leaking
-t/io/perlio_open.t             See if PerlIO certain special opens work
+t/io/perlio_open.t             See if certain special forms of open work
 t/io/perlio.t                  See if PerlIO works
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
@@ -3986,17 +4041,18 @@ t/lib/Filter/Simple/ImportTest.pm       Helper file for Filter::Simple tests
 t/lib/filter-util.pl           See if Filter::Util::Call works
 t/lib/h2ph.h                   Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
-t/lib/HasSigDie.pm             Module for testing base.pm
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
+t/lib/maintainers.t            Test that Porting/Maintaners.pl is up to date
+t/lib/MakeMaker/Test/NoXS.pm           MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/MPV.pm      MakeMaker test utilities
-t/lib/MakeMaker/Test/NoXS.pm           MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Problem.pm  MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/XS.pm       MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
+t/lib/manifest.t               Test that this MANIFEST file is well formed
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc
 t/lib/Math/BigInt/Scalar.pm    Pure Perl module to support Math::BigInt
@@ -4011,6 +4067,7 @@ t/lib/Sans_mypragma.pm                    Test module for t/lib/mypragma.t
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
+t/lib/Test/Builder/NoOutput.pm Utility module for testing Test::Builder
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t
@@ -4081,6 +4138,8 @@ t/mro/complex_dfs.t               mro tests
 t/mro/dbic_c3.t                        mro tests
 t/mro/dbic_dfs.t               mro tests
 t/mro/inconsistent_c3.t                mro tests
+t/mro/isa_c3.t                 test for optimisatised mro_get_linear_isa_c3
+t/mro/isa_dfs.t                        test for optimisatised mro_get_linear_isa_dfs
 t/mro/method_caching.t         mro tests
 t/mro/next_edgecases.t         mro tests
 t/mro/next_goto.t              mro tests
@@ -4097,7 +4156,6 @@ t/mro/recursion_c3.t              mro tests
 t/mro/recursion_dfs.t          mro tests
 t/mro/vulcan_c3.t              mro tests
 t/mro/vulcan_dfs.t             mro tests
-Todo.micro                     The Wishlist for microperl
 toke.c                         The tokener
 t/op/64bitint.t                        See if 64 bit integers work
 t/op/alarm.t                   See if alarm works
@@ -4209,6 +4267,7 @@ t/op/readline.t                   See if <> / readline / rcatline work
 t/op/read.t                    See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
+t/op/reg_60508.t               See if bug #60508 is fixed
 t/op/reg_email.t               See if regex recursion works by parsing email addresses
 t/op/reg_email_thr.t           See if regex recursion works by parsing email addresses in another thread
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
@@ -4225,7 +4284,7 @@ t/op/reg_mesg.t                   See if one can get regular expression errors
 t/op/reg_namedcapture.t                Make sure glob assignment doesn't break named capture
 t/op/reg_nc_tie.t              Test the tied methods of Tie::Hash::NamedCapture
 t/op/reg_pmod.t                        See if regexp /p modifier works as expected
-t/op/reg_posixcc.t             See if posix characterclasses behave consistantly
+t/op/reg_posixcc.t             See if posix character classes behave consistantly
 t/op/reg_unsafe.t              Check for unsafe match vars
 t/op/repeat.t                  See if x operator works
 t/op/reset.t                   See if reset operator works
@@ -4281,6 +4340,7 @@ t/op/wantarray.t          See if wantarray works
 t/op/write.t                   See if write works (formats work)
 t/op/yadayada.t                        See if ..., !!! and ??? work
 t/perl.supp                    Perl valgrind suppressions
+t/pod/diag.t                   Test completeness of perldiag.pod
 t/pod/emptycmd.t               Test empty pod directives
 t/pod/emptycmd.xr              Expected results for emptycmd.t
 t/pod/find.t                   See if Pod::Find works
@@ -4322,6 +4382,7 @@ t/pod/testpods/lib/Pod/Stuff.pm           Sample data for t/pod/find.t
 t/pod/twice.t                  Test Pod::Parser
 t/pod/usage2.pod               Test POD for pod2usage tests
 t/pod/usage.pod                        Test POD for pod2usage tests
+t/porting/checkcase.t  Check whether we are case-insensitive-fs-friendly
 t/README                       Instructions for regression tests
 t/run/cloexec.t                        Test close-on-exec.
 t/run/exit.t                   Test perl's exit status.