This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add file existence test for Porting/makerel
[perl5.git] / MANIFEST
index 87fcd44..8caad9d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,6 +1,5 @@
 .dir-locals.el                         Emacs control file
 .editorconfig                          EditorConfig style file
-.lgtm.yml                              LGTM.com configuration file
 .metaconf-exclusions.txt               Symbols that should ignored when generating Configure
 Artistic                               The "Artistic License"
 asan_ignore                            Errors to skip under clang's Addresss Sanitizer
@@ -61,12 +60,12 @@ keywords.c                          Perl_keyword(), generated by regen/keywords.pl
 keywords.h                             The keyword numbers
 l1_char_class_tab.h                    256 word bit table of character classes (for handy.h)
 locale.c                               locale-specific utility functions
+locale_table.h                         header for locale.c
 make_ext.pl                            Used by Makefile to execute extension Makefiles
 make_patchnum.pl                       Script to generate git_version.h and lib/Config_git.pl files for all OS'es
 makedef.pl                             Create symbol export lists for linking
 makedepend.SH                          Precursor to makedepend
 makedepend_file.SH                     Precursor to makedepend_file
-Makefile.micro                         microperl Makefile
 Makefile.SH                            A script that generates Makefile
 malloc.c                               A version of malloc you might not want
 malloc_ctl.h                           A version of malloc you might not want
@@ -148,7 +147,6 @@ README.jp                           Perl for Japanese (in EUC-JP)
 README.ko                              Perl for Korean (in EUC-KR)
 README.linux                           Perl notes for Linux
 README.macosx                          Perl notes for Mac OS X
-README.micro                           Notes about microperl
 README.openbsd                         Perl notes for OpenBSD
 README.os2                             Perl notes for OS/2
 README.os390                           Perl notes for OS/390
@@ -197,9 +195,6 @@ time64.c                            64 bit clean time.h (code)
 time64.h                               64 bit clean time.h (header)
 time64_config.h                                64 bit clean time.h (configuration)
 toke.c                                 The tokener
-uconfig.h                              Configuration header for microperl
-uconfig.sh                             Configuration script for microperl
-uconfig64.sh                           Configuration script for microperl for LP64
 uni_keywords.h                         Map unicode property names to numbers
 unicode_constants.h                    compile-time macros for Unicode code points
 universal.c                            The default UNIVERSAL package methods
@@ -235,9 +230,8 @@ cpan/Archive-Tar/t/03_file.t                                        Archive::Tar tests
 cpan/Archive-Tar/t/04_resolved_issues.t                                Archive::Tar tests
 cpan/Archive-Tar/t/05_iter.t                                   Archive::Tar tests
 cpan/Archive-Tar/t/06_error.t                                  Archive::Tar tests
-cpan/Archive-Tar/t/08_ptargrep.t
-cpan/Archive-Tar/t/09_roundtrip.t
-cpan/Archive-Tar/t/90_symlink.t                                        Archive::Tar tests
+cpan/Archive-Tar/t/08_ptargrep.t                               Test file related to Archive::Tar
+cpan/Archive-Tar/t/09_roundtrip.t                              Test file related to Archive::Tar
 cpan/Archive-Tar/t/99_pod.t                                    Archive::Tar tests
 cpan/Archive-Tar/t/src/header/signed.tar                       Archive::Tar tests
 cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar       Archive::Tar tests
@@ -246,6 +240,7 @@ cpan/Archive-Tar/t/src/long/b                                       Archive::Tar tests
 cpan/Archive-Tar/t/src/long/bar.tar                            Archive::Tar tests
 cpan/Archive-Tar/t/src/long/foo.tbz                            Archive::Tar tests
 cpan/Archive-Tar/t/src/long/foo.tgz                            Archive::Tar tests
+cpan/Archive-Tar/t/src/long/prefix-directory-concat.tar                Archive-Tar
 cpan/Archive-Tar/t/src/short/b                                 Archive::Tar tests
 cpan/Archive-Tar/t/src/short/bar.tar                           Archive::Tar tests
 cpan/Archive-Tar/t/src/short/foo.tbz                           Archive::Tar tests
@@ -254,32 +249,32 @@ cpan/autodie/lib/autodie.pm                               Functions succeed or die with lexical scope
 cpan/autodie/lib/autodie/exception.pm                  Exception class for autodie
 cpan/autodie/lib/autodie/exception/system.pm           Exception class for autodying system()
 cpan/autodie/lib/autodie/hints.pm                      Hinting interface for autodie
-cpan/autodie/lib/autodie/Scope/Guard.pm
-cpan/autodie/lib/autodie/Scope/GuardStack.pm
-cpan/autodie/lib/autodie/skip.pm
-cpan/autodie/lib/autodie/Util.pm
+cpan/autodie/lib/autodie/Scope/Guard.pm                        Module related to autodie
+cpan/autodie/lib/autodie/Scope/GuardStack.pm           Module related to autodie
+cpan/autodie/lib/autodie/skip.pm                       Module related to autodie
+cpan/autodie/lib/autodie/Util.pm                       Module related to autodie
 cpan/autodie/lib/Fatal.pm                              Make errors in functions/builtins fatal
 cpan/autodie/t/00-load.t                               autodie - basic load
-cpan/autodie/t/args.t
+cpan/autodie/t/args.t                                  Test file related to autodie
 cpan/autodie/t/autodie.t                               autodie - Basic functionality
-cpan/autodie/t/autodie_skippy.pm
+cpan/autodie/t/autodie_skippy.pm                       Module related to autodie
 cpan/autodie/t/autodie_test_module.pm                  autodie - test helper
 cpan/autodie/t/backcompat.t                            autodie - More Fatal backcompat
 cpan/autodie/t/basic_exceptions.t                      autodie - Basic exception tests
 cpan/autodie/t/binmode.t                               autodie - Binmode testing
 cpan/autodie/t/blog_hints.t                            autodie - Tests fro PJF's blog
 cpan/autodie/t/caller.t                                        autodie - Caller diagnostics
-cpan/autodie/t/chmod.t
-cpan/autodie/t/chown.t
+cpan/autodie/t/chmod.t                                 Test file related to autodie
+cpan/autodie/t/chown.t                                 Test file related to autodie
 cpan/autodie/t/context.t                               autodie - Context clobbering tests
 cpan/autodie/t/context_lexical.t                       autodie - Context clobbering lexically
-cpan/autodie/t/core-trampoline-slurp.t
+cpan/autodie/t/core-trampoline-slurp.t                 Test file related to autodie
 cpan/autodie/t/crickey.t                               autodie - Like an Australian
 cpan/autodie/t/dbmopen.t                               autodie - dbm tests
-cpan/autodie/t/eval_error.t
+cpan/autodie/t/eval_error.t                            Test file related to autodie
 cpan/autodie/t/exception_class.t                       autodie - Exception class subclasses
-cpan/autodie/t/exception_nonref.t
-cpan/autodie/t/exceptions.t                            autodie - 5.10 exception tests.
+cpan/autodie/t/exception_nonref.t                      Test file related to autodie
+cpan/autodie/t/exceptions-smartmatch.t                 autodie
 cpan/autodie/t/exec.t                                  autodie - exec tests.
 cpan/autodie/t/Fatal.t                                 autodie - Fatal backcompatibility
 cpan/autodie/t/filehandles.t                           autodie - filehandle tests
@@ -292,10 +287,10 @@ cpan/autodie/t/hints_pod_examples.t                       autodie - Test hints POD examples
 cpan/autodie/t/hints_provider_does.t                   autodie - Test hints/does roles
 cpan/autodie/t/hints_provider_easy_does_it.t           autodie - Test easy hints/does
 cpan/autodie/t/hints_provider_isa.t                    autodie - Test hints/inheritance
-cpan/autodie/t/import-into.t
+cpan/autodie/t/import-into.t                           Test file related to autodie
 cpan/autodie/t/internal.t                              autodie - internal interface tests
 cpan/autodie/t/internal-backcompat.t                   autodie - Back-compatibility tests
-cpan/autodie/t/kill.t
+cpan/autodie/t/kill.t                                  Test file related to autodie
 cpan/autodie/t/lethal.t                                        autodie - lethal is the one true name
 cpan/autodie/t/lib/autodie/test/au.pm                  autodie - Australian helper
 cpan/autodie/t/lib/autodie/test/au/exception.pm                autodie - Australian helper
@@ -309,122 +304,121 @@ cpan/autodie/t/lib/Hints_provider_isa.pm                autodie - Hints/inherit helper
 cpan/autodie/t/lib/Hints_test.pm                       autodie - Hints test helper
 cpan/autodie/t/lib/lethal.pm                           autodie - with a better name
 cpan/autodie/t/lib/my/autodie.pm                       autodie - blog_hints.t helper
-cpan/autodie/t/lib/my/pragma.pm
+cpan/autodie/t/lib/my/pragma.pm                                Module related to autodie
 cpan/autodie/t/lib/OtherTypes.pm                       autodie - Format clobberer helper.
 cpan/autodie/t/lib/pujHa/ghach.pm                      autodie - Like a Klingon
 cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm                        autodie - With Klingon honour
 cpan/autodie/t/lib/Some/Module.pm                      autodie - blog_hints.t helper
 cpan/autodie/t/mkdir.t                                 autodie - filesystem tests
-cpan/autodie/t/no-default.t
-cpan/autodie/t/no_carp.t
+cpan/autodie/t/no-default.t                            Test file related to autodie
+cpan/autodie/t/no_carp.t                               Test file related to autodie
 cpan/autodie/t/open.t                                  autodie - Testing open
-cpan/autodie/t/read.t
+cpan/autodie/t/read.t                                  Test file related to autodie
 cpan/autodie/t/recv.t                                  autodie - send/recv tests
 cpan/autodie/t/repeat.t                                        autodie - repeat autodie leak tests
-cpan/autodie/t/rt-74246.t
+cpan/autodie/t/rt-74246.t                              Test file related to autodie
 cpan/autodie/t/scope_leak.t                            autodie - file scope leak tests
-cpan/autodie/t/skip.t
+cpan/autodie/t/skip.t                                  Test file related to autodie
 cpan/autodie/t/string-eval-basic.t                     autodie - Basic string eval test
 cpan/autodie/t/string-eval-leak.t                      autodie - String eval leak test
 cpan/autodie/t/sysopen.t                               autodie - sysopen tests
-cpan/autodie/t/touch_me
 cpan/autodie/t/truncate.t                              autodie - File truncation tests
 cpan/autodie/t/unlink.t                                        autodie - Unlink system tests.
 cpan/autodie/t/user-context.t                          autodie - Context changes for usersubs
 cpan/autodie/t/usersub.t                               autodie - user subroutine tests
-cpan/autodie/t/utf8_open.t
-cpan/autodie/t/utime.t
+cpan/autodie/t/utf8_open.t                             Test file related to autodie
+cpan/autodie/t/utime.t                                 Test file related to autodie
 cpan/autodie/t/version.t                               autodie - versioning tests
-cpan/autodie/t/version_tag.t
+cpan/autodie/t/version_tag.t                           Test file related to autodie
 cpan/AutoLoader/lib/AutoLoader.pm      Autoloader base class
 cpan/AutoLoader/lib/AutoSplit.pm       Split up autoload functions
 cpan/AutoLoader/t/01AutoLoader.t       See if AutoLoader works
 cpan/AutoLoader/t/02AutoSplit.t                See if AutoSplit works
-cpan/bignum/gentest/backend.sh
-cpan/bignum/gentest/scope-nested-const.sh
-cpan/bignum/gentest/scope-nested-hex-oct.sh
-cpan/bignum/lib/bigfloat.pm
+cpan/bignum/gentest/backend.sh                 bignum
+cpan/bignum/gentest/scope-nested-const.sh      bignum
+cpan/bignum/gentest/scope-nested-hex-oct.sh    bignum
+cpan/bignum/lib/bigfloat.pm                    Module related to bignum
 cpan/bignum/lib/bigint.pm                      bigint
 cpan/bignum/lib/bignum.pm                      bignum
 cpan/bignum/lib/bigrat.pm                      bigrat
 cpan/bignum/lib/Math/BigFloat/Trace.pm         bignum tracing
 cpan/bignum/lib/Math/BigInt/Trace.pm           bignum tracing
-cpan/bignum/lib/Math/BigRat/Trace.pm
-cpan/bignum/t/backend-gmp-bigfloat.t
-cpan/bignum/t/backend-gmp-bigint.t
-cpan/bignum/t/backend-gmp-bignum.t
-cpan/bignum/t/backend-gmp-bigrat.t
-cpan/bignum/t/backend-pari-bigfloat.t
-cpan/bignum/t/backend-pari-bigint.t
-cpan/bignum/t/backend-pari-bignum.t
-cpan/bignum/t/backend-pari-bigrat.t
+cpan/bignum/lib/Math/BigRat/Trace.pm           Module related to bignum
+cpan/bignum/t/backend-gmp-bigfloat.t           Test file related to bignum
+cpan/bignum/t/backend-gmp-bigint.t             Test file related to bignum
+cpan/bignum/t/backend-gmp-bignum.t             Test file related to bignum
+cpan/bignum/t/backend-gmp-bigrat.t             Test file related to bignum
+cpan/bignum/t/backend-pari-bigfloat.t          Test file related to bignum
+cpan/bignum/t/backend-pari-bigint.t            Test file related to bignum
+cpan/bignum/t/backend-pari-bignum.t            Test file related to bignum
+cpan/bignum/t/backend-pari-bigrat.t            Test file related to bignum
 cpan/bignum/t/bigexp.t                         See if bignum works
-cpan/bignum/t/bigfloat.t
+cpan/bignum/t/bigfloat.t                       Test file related to bignum
 cpan/bignum/t/bigint.t                         See if bigint works
 cpan/bignum/t/bignum.t                         See if bignum works
 cpan/bignum/t/bigrat.t                         See if bigrat works
-cpan/bignum/t/const-bigfloat.t
-cpan/bignum/t/const-bigint.t
-cpan/bignum/t/const-bignum.t
-cpan/bignum/t/const-bigrat.t
-cpan/bignum/t/down-mbi-up-mbf.t
-cpan/bignum/t/down-mbi-up-mbr.t
-cpan/bignum/t/down-mbi-up-undef.t
-cpan/bignum/t/down-undef-up-mbf.t
-cpan/bignum/t/e_pi-bigfloat.t
-cpan/bignum/t/e_pi-bigint.t
-cpan/bignum/t/e_pi-bignum.t
-cpan/bignum/t/e_pi-bigrat.t
-cpan/bignum/t/import-bigfloat.t
-cpan/bignum/t/import-bigint.t
-cpan/bignum/t/import-bignum.t
-cpan/bignum/t/import-bigrat.t
+cpan/bignum/t/const-bigfloat.t                 Test file related to bignum
+cpan/bignum/t/const-bigint.t                   Test file related to bignum
+cpan/bignum/t/const-bignum.t                   Test file related to bignum
+cpan/bignum/t/const-bigrat.t                   Test file related to bignum
+cpan/bignum/t/down-mbi-up-mbf.t                        Test file related to bignum
+cpan/bignum/t/down-mbi-up-mbr.t                        Test file related to bignum
+cpan/bignum/t/down-mbi-up-undef.t              Test file related to bignum
+cpan/bignum/t/down-undef-up-mbf.t              Test file related to bignum
+cpan/bignum/t/e_pi-bigfloat.t                  Test file related to bignum
+cpan/bignum/t/e_pi-bigint.t                    Test file related to bignum
+cpan/bignum/t/e_pi-bignum.t                    Test file related to bignum
+cpan/bignum/t/e_pi-bigrat.t                    Test file related to bignum
+cpan/bignum/t/import-bigfloat.t                        Test file related to bignum
+cpan/bignum/t/import-bigint.t                  Test file related to bignum
+cpan/bignum/t/import-bignum.t                  Test file related to bignum
+cpan/bignum/t/import-bigrat.t                  Test file related to bignum
 cpan/bignum/t/in_effect.t                      See if in_effect() works
-cpan/bignum/t/infnan-bigfloat.t
-cpan/bignum/t/infnan-bigint.t
-cpan/bignum/t/infnan-bignum-mbf.t
-cpan/bignum/t/infnan-bignum-mbr.t
-cpan/bignum/t/infnan-bigrat.t
+cpan/bignum/t/infnan-bigfloat.t                        Test file related to bignum
+cpan/bignum/t/infnan-bigint.t                  Test file related to bignum
+cpan/bignum/t/infnan-bignum-mbf.t              Test file related to bignum
+cpan/bignum/t/infnan-bignum-mbr.t              Test file related to bignum
+cpan/bignum/t/infnan-bigrat.t                  Test file related to bignum
 cpan/bignum/t/option_a.t                       See if bignum a => X works
-cpan/bignum/t/option_a-bignum.t
-cpan/bignum/t/option_l-bigfloat.t
-cpan/bignum/t/option_l-bigint.t
-cpan/bignum/t/option_l-bignum.t
-cpan/bignum/t/option_l-bigrat.t
+cpan/bignum/t/option_a-bignum.t                        Test file related to bignum
+cpan/bignum/t/option_l-bigfloat.t              Test file related to bignum
+cpan/bignum/t/option_l-bigint.t                        Test file related to bignum
+cpan/bignum/t/option_l-bignum.t                        Test file related to bignum
+cpan/bignum/t/option_l-bigrat.t                        Test file related to bignum
 cpan/bignum/t/option_p.t                       See if bignum p => X works
-cpan/bignum/t/option_p-bignum.t
+cpan/bignum/t/option_p-bignum.t                        Test file related to bignum
 cpan/bignum/t/overrides.t                      See if global overrides behave
 cpan/bignum/t/ratopt_a.t                       See if bigrat a => X works
-cpan/bignum/t/scope-bigfloat.t
-cpan/bignum/t/scope-bigint.t
-cpan/bignum/t/scope-bignum.t
-cpan/bignum/t/scope-bigrat.t
-cpan/bignum/t/scope-nested-const.t
-cpan/bignum/t/scope-nested-hex-oct.t
-cpan/Compress-Raw-Bzip2/Bzip2.xs
-cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
-cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch
-cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
-cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
-cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
-cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
-cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
-cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
-cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
-cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
-cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
-cpan/Compress-Raw-Bzip2/fallback/constants.h
-cpan/Compress-Raw-Bzip2/fallback/constants.xs
-cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
-cpan/Compress-Raw-Bzip2/Makefile.PL
-cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
-cpan/Compress-Raw-Bzip2/t/000prereq.t
-cpan/Compress-Raw-Bzip2/t/01bzip2.t
-cpan/Compress-Raw-Bzip2/t/09limitoutput.t
-cpan/Compress-Raw-Bzip2/t/19nonpv.t
-cpan/Compress-Raw-Bzip2/t/99pod.t
-cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
-cpan/Compress-Raw-Bzip2/typemap
+cpan/bignum/t/scope-bigfloat.t                 Test file related to bignum
+cpan/bignum/t/scope-bigint.t                   Test file related to bignum
+cpan/bignum/t/scope-bignum.t                   Test file related to bignum
+cpan/bignum/t/scope-bigrat.t                   Test file related to bignum
+cpan/bignum/t/scope-nested-const.t             Test file related to bignum
+cpan/bignum/t/scope-nested-hex-oct.t           Test file related to bignum
+cpan/Compress-Raw-Bzip2/Bzip2.xs                       Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c          Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch          Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c              Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h              Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h      Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/compress.c           Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c           Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c         Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c            Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE              Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c          Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/fallback/constants.h           Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/fallback/constants.xs          Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm      Module related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/Makefile.PL                    Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/private/MakeUtil.pm            Module related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/000prereq.t                  Test file related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/01bzip2.t                    Test file related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/09limitoutput.t              Test file related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/19nonpv.t                    Test file related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/99pod.t                      Test file related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm    Module related to Compress::Raw::Bzip2
+cpan/Compress-Raw-Bzip2/typemap                                Compress::Raw::Bzip2
 cpan/Compress-Raw-Zlib/config.in                       Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/fallback/constants.h            Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/fallback/constants.xs           Compress::Raw::Zlib
@@ -436,8 +430,8 @@ cpan/Compress-Raw-Zlib/t/02zlib.t                   Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/07bufsize.t                   Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/09limitoutput.t               Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/18lvalue.t                    Compress::Raw::Zlib
-cpan/Compress-Raw-Zlib/t/19nonpv.t
-cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
+cpan/Compress-Raw-Zlib/t/19nonpv.t                     Test file related to Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm     Module related to Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/typemap                         Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/Zlib.xs                         Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/zlib-src/adler32.c              Compress::Raw::Zlib
@@ -639,6 +633,7 @@ cpan/CPAN-Meta/t/repository.t
 cpan/CPAN-Meta/t/save-load.t
 cpan/CPAN-Meta/t/validator.t
 cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
+cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements/Range.pm
 cpan/CPAN-Meta-Requirements/t/accepts.t
 cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
 cpan/CPAN-Meta-Requirements/t/basic.t
@@ -701,11 +696,11 @@ cpan/DB_File/config.in                    Part of Berkeley DB configuration
 cpan/DB_File/DB_File.pm                        Berkeley DB extension Perl module
 cpan/DB_File/DB_File.xs                        Berkeley DB extension external subroutines
 cpan/DB_File/dbinfo                    Berkeley DB database version checker
-cpan/DB_File/hints/bitrig.pl
+cpan/DB_File/hints/bitrig.pl           Script related to DB_File
 cpan/DB_File/hints/dynixptx.pl         Hint for DB_File for named architecture
-cpan/DB_File/hints/minix.pl
-cpan/DB_File/hints/netbsd.pl
-cpan/DB_File/hints/openbsd.pl
+cpan/DB_File/hints/minix.pl            Script related to DB_File
+cpan/DB_File/hints/netbsd.pl           Script related to DB_File
+cpan/DB_File/hints/openbsd.pl          Script related to DB_File
 cpan/DB_File/hints/sco.pl              Hint for DB_File for named architecture
 cpan/DB_File/Makefile.PL               Berkeley DB extension makefile writer
 cpan/DB_File/t/db-btree.t              See if DB_File works
@@ -736,7 +731,7 @@ cpan/Digest-MD5/t/files.t           See if Digest::MD5 extension works
 cpan/Digest-MD5/t/md5-aaa.t            See if Digest::MD5 extension works
 cpan/Digest-MD5/t/threads.t            See if Digest::MD5 extension works
 cpan/Digest-MD5/t/utf8.t               See if Digest::MD5 extension works
-cpan/Digest-MD5/t/warns.t
+cpan/Digest-MD5/t/warns.t              Test file related to Digest::MD5
 cpan/Digest-MD5/typemap                        Digest::MD5 extension
 cpan/Digest-SHA/lib/Digest/SHA.pm      Digest::SHA extension
 cpan/Digest-SHA/Makefile.PL            Digest::SHA Makefile.PL
@@ -827,8 +822,8 @@ cpan/Encode/t/big5-eten.utf                         test data
 cpan/Encode/t/big5-hkscs.enc                           test data
 cpan/Encode/t/big5-hkscs.utf                           test data
 cpan/Encode/t/CJKT.t                                   test script
-cpan/Encode/t/cow.t
-cpan/Encode/t/decode.t
+cpan/Encode/t/cow.t                                    Test file related to Encode
+cpan/Encode/t/decode.t                                 Test file related to Encode
 cpan/Encode/t/enc_data.t                               test script for utf8 DATA
 cpan/Encode/t/enc_eucjp.t                              test script
 cpan/Encode/t/enc_module.enc                           test data for t/enc_module.t
@@ -845,7 +840,7 @@ cpan/Encode/t/gb2312.utf                            test data
 cpan/Encode/t/grow.t                                   test script
 cpan/Encode/t/gsm0338.t                                        test script
 cpan/Encode/t/guess.t                                  test script
-cpan/Encode/t/isa.t
+cpan/Encode/t/isa.t                                    Test file related to Encode
 cpan/Encode/t/jis7-fallback.t                          test script
 cpan/Encode/t/jisx0201.enc                             test data
 cpan/Encode/t/jisx0201.utf                             test data
@@ -869,18 +864,18 @@ cpan/Encode/t/rt65541.t                                   test script
 cpan/Encode/t/rt76824.t                                        test script
 cpan/Encode/t/rt85489.t                                        test script
 cpan/Encode/t/rt86327.t                                        test script
-cpan/Encode/t/taint.t
-cpan/Encode/t/truncated_utf8.t
-cpan/Encode/t/undef.t
+cpan/Encode/t/taint.t                                  Test file related to Encode
+cpan/Encode/t/truncated_utf8.t                         Test file related to Encode
+cpan/Encode/t/undef.t                                  Test file related to Encode
 cpan/Encode/t/unibench.pl                              benchmark script
 cpan/Encode/t/Unicode.t                                        test script
-cpan/Encode/t/Unicode_trailing_nul.t
-cpan/Encode/t/use-Encode-Alias.t
-cpan/Encode/t/utf32warnings.t
+cpan/Encode/t/Unicode_trailing_nul.t                   Test file related to Encode
+cpan/Encode/t/use-Encode-Alias.t                       Test file related to Encode
+cpan/Encode/t/utf32warnings.t                          Test file related to Encode
 cpan/Encode/t/utf8ref.t                                        test script
 cpan/Encode/t/utf8strict.t                             test script
-cpan/Encode/t/utf8warnings.t
-cpan/Encode/t/xml.t
+cpan/Encode/t/utf8warnings.t                           Test file related to Encode
+cpan/Encode/t/xml.t                                    Test file related to Encode
 cpan/Encode/TW/Makefile.PL                             Encode extension
 cpan/Encode/TW/TW.pm                                   Encode extension
 cpan/Encode/ucm/8859-1.ucm                             Unicode Character Map
@@ -1154,116 +1149,120 @@ cpan/Filter-Util-Call/t/call.t                        See if Filter::Util::Call works
 cpan/Filter-Util-Call/t/rt_101033.pm
 cpan/Filter-Util-Call/t/rt_101033.t
 cpan/Filter-Util-Call/t/rt_54452-rebless.t
-cpan/Getopt-Long/lib/Getopt/Long.pm    Fetch command options (GetOptions)
-cpan/Getopt-Long/t/gol-basic.t         See if Getopt::Long works
-cpan/Getopt-Long/t/gol-linkage.t       See if Getopt::Long works
-cpan/Getopt-Long/t/gol-oo.t            See if Getopt::Long works
-cpan/Getopt-Long/t/gol-xargv.t         See if Getopt::Long works
-cpan/Getopt-Long/t/gol-xstring.t       See if Getopt::Long works
-cpan/HTTP-Tiny/corpus/auth-01.txt
-cpan/HTTP-Tiny/corpus/auth-02.txt
-cpan/HTTP-Tiny/corpus/auth-03.txt
-cpan/HTTP-Tiny/corpus/auth-04.txt
-cpan/HTTP-Tiny/corpus/auth-05.txt
-cpan/HTTP-Tiny/corpus/cookies-01.txt
-cpan/HTTP-Tiny/corpus/cookies-02.txt
-cpan/HTTP-Tiny/corpus/cookies-03.txt
-cpan/HTTP-Tiny/corpus/cookies-04.txt
-cpan/HTTP-Tiny/corpus/cookies-05.txt
-cpan/HTTP-Tiny/corpus/cookies-06.txt
-cpan/HTTP-Tiny/corpus/cookies-07.txt
-cpan/HTTP-Tiny/corpus/delete-01.txt
-cpan/HTTP-Tiny/corpus/form-01.txt
-cpan/HTTP-Tiny/corpus/form-02.txt
-cpan/HTTP-Tiny/corpus/form-03.txt
-cpan/HTTP-Tiny/corpus/form-04.txt
-cpan/HTTP-Tiny/corpus/form-05.txt
-cpan/HTTP-Tiny/corpus/get-01.txt
-cpan/HTTP-Tiny/corpus/get-02.txt
-cpan/HTTP-Tiny/corpus/get-03.txt
-cpan/HTTP-Tiny/corpus/get-04.txt
-cpan/HTTP-Tiny/corpus/get-05.txt
-cpan/HTTP-Tiny/corpus/get-06.txt
-cpan/HTTP-Tiny/corpus/get-07.txt
-cpan/HTTP-Tiny/corpus/get-08.txt
-cpan/HTTP-Tiny/corpus/get-09.txt
-cpan/HTTP-Tiny/corpus/get-10.txt
-cpan/HTTP-Tiny/corpus/get-11.txt
-cpan/HTTP-Tiny/corpus/get-12.txt
-cpan/HTTP-Tiny/corpus/get-13.txt
-cpan/HTTP-Tiny/corpus/get-14.txt
-cpan/HTTP-Tiny/corpus/get-15.txt
-cpan/HTTP-Tiny/corpus/get-16.txt
-cpan/HTTP-Tiny/corpus/get-17.txt
-cpan/HTTP-Tiny/corpus/get-18.txt
-cpan/HTTP-Tiny/corpus/get-19.txt
-cpan/HTTP-Tiny/corpus/get-20.txt
-cpan/HTTP-Tiny/corpus/get-21.txt
-cpan/HTTP-Tiny/corpus/get-22.txt
-cpan/HTTP-Tiny/corpus/get-23.txt
-cpan/HTTP-Tiny/corpus/head-01.txt
-cpan/HTTP-Tiny/corpus/keepalive-01.txt
-cpan/HTTP-Tiny/corpus/keepalive-02.txt
-cpan/HTTP-Tiny/corpus/keepalive-03.txt
-cpan/HTTP-Tiny/corpus/keepalive-04.txt
-cpan/HTTP-Tiny/corpus/keepalive-05.txt
-cpan/HTTP-Tiny/corpus/mirror-01.txt
-cpan/HTTP-Tiny/corpus/mirror-02.txt
-cpan/HTTP-Tiny/corpus/mirror-03.txt
-cpan/HTTP-Tiny/corpus/mirror-04.txt
-cpan/HTTP-Tiny/corpus/mirror-05.txt
-cpan/HTTP-Tiny/corpus/post-01.txt
-cpan/HTTP-Tiny/corpus/post-02.txt
-cpan/HTTP-Tiny/corpus/proxy-auth-01.txt
-cpan/HTTP-Tiny/corpus/put-01.txt
-cpan/HTTP-Tiny/corpus/put-02.txt
-cpan/HTTP-Tiny/corpus/put-03.txt
-cpan/HTTP-Tiny/corpus/put-04.txt
-cpan/HTTP-Tiny/corpus/put-05.txt
-cpan/HTTP-Tiny/corpus/put-06.txt
-cpan/HTTP-Tiny/corpus/put-07.txt
-cpan/HTTP-Tiny/corpus/put-08.txt
-cpan/HTTP-Tiny/corpus/redirect-01.txt
-cpan/HTTP-Tiny/corpus/redirect-02.txt
-cpan/HTTP-Tiny/corpus/redirect-03.txt
-cpan/HTTP-Tiny/corpus/redirect-04.txt
-cpan/HTTP-Tiny/corpus/redirect-05.txt
-cpan/HTTP-Tiny/corpus/redirect-06.txt
-cpan/HTTP-Tiny/corpus/redirect-07.txt
-cpan/HTTP-Tiny/corpus/redirect-08.txt
-cpan/HTTP-Tiny/corpus/redirect-09.txt
-cpan/HTTP-Tiny/corpus/redirect-10.txt
-cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
-cpan/HTTP-Tiny/t/000_load.t
-cpan/HTTP-Tiny/t/001_api.t
-cpan/HTTP-Tiny/t/002_croakage.t
-cpan/HTTP-Tiny/t/003_agent.t
-cpan/HTTP-Tiny/t/004_timeout.t
-cpan/HTTP-Tiny/t/010_url.t
-cpan/HTTP-Tiny/t/020_headers.t
-cpan/HTTP-Tiny/t/030_response.t
-cpan/HTTP-Tiny/t/040_content.t
-cpan/HTTP-Tiny/t/050_chunked_body.t
-cpan/HTTP-Tiny/t/060_http_date.t
-cpan/HTTP-Tiny/t/070_cookie_jar.t
-cpan/HTTP-Tiny/t/100_get.t
-cpan/HTTP-Tiny/t/101_head.t
-cpan/HTTP-Tiny/t/102_put.t
-cpan/HTTP-Tiny/t/103_delete.t
-cpan/HTTP-Tiny/t/104_post.t
-cpan/HTTP-Tiny/t/110_mirror.t
-cpan/HTTP-Tiny/t/130_redirect.t
-cpan/HTTP-Tiny/t/140_proxy.t
-cpan/HTTP-Tiny/t/141_no_proxy.t
-cpan/HTTP-Tiny/t/150_post_form.t
-cpan/HTTP-Tiny/t/160_cookies.t
-cpan/HTTP-Tiny/t/161_basic_auth.t
-cpan/HTTP-Tiny/t/162_proxy_auth.t
-cpan/HTTP-Tiny/t/170_keepalive.t
-cpan/HTTP-Tiny/t/BrokenCookieJar.pm
-cpan/HTTP-Tiny/t/SimpleCookieJar.pm
-cpan/HTTP-Tiny/t/Util.pm
-cpan/IO-Compress/bin/streamzip
+cpan/Getopt-Long/lib/Getopt/Long.pm            Fetch command options (GetOptions)
+cpan/Getopt-Long/lib/Getopt/Long/Parser.pm     Getopt-Long
+cpan/Getopt-Long/t/gol-basic.t                 See if Getopt::Long works
+cpan/Getopt-Long/t/gol-linkage.t               See if Getopt::Long works
+cpan/Getopt-Long/t/gol-load1.t                 Getopt-Long
+cpan/Getopt-Long/t/gol-load2.t                 Getopt-Long
+cpan/Getopt-Long/t/gol-oo.t                    See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xargv.t                 See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xstring.t               See if Getopt::Long works
+cpan/HTTP-Tiny/corpus/auth-01.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/auth-02.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/auth-03.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/auth-04.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/auth-05.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-01.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-02.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-03.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-04.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-05.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-06.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/cookies-07.txt   Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/delete-01.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/form-01.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/form-02.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/form-03.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/form-04.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/form-05.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-01.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-02.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-03.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-04.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-05.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-06.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-07.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-08.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-09.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-10.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-11.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-12.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-13.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-14.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-15.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-16.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-17.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-18.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-19.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-20.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-21.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-22.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/get-23.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/head-01.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/keepalive-01.txt Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/keepalive-02.txt Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/keepalive-03.txt Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/keepalive-04.txt Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/keepalive-05.txt Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/mirror-01.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/mirror-02.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/mirror-03.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/mirror-04.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/mirror-05.txt    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/post-01.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/post-02.txt      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/proxy-auth-01.txt        Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-01.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-02.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-03.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-04.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-05.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-06.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-07.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/put-08.txt       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-01.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-02.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-03.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-04.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-05.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-06.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-07.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-08.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-09.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/corpus/redirect-10.txt  Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/lib/HTTP/Tiny.pm                Module related to HTTP::Tiny
+cpan/HTTP-Tiny/t/000_load.t            Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/001_api.t             Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/002_croakage.t                Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/003_agent.t           Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/004_timeout.t         Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/010_url.t             Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/020_headers.t         Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/030_response.t                Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/040_content.t         Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/050_chunked_body.t    Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/060_http_date.t       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/070_cookie_jar.t      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/100_get.t             Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/101_head.t            Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/102_put.t             Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/103_delete.t          Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/104_post.t            Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/110_mirror.t          Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/130_redirect.t                Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/140_proxy.t           Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/141_no_proxy.t                Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/150_post_form.t       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/160_cookies.t         Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/161_basic_auth.t      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/162_proxy_auth.t      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/170_keepalive.t       Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/180_verify_SSL.t      Test file related to HTTP::Tiny
+cpan/HTTP-Tiny/t/BrokenCookieJar.pm    Module related to HTTP::Tiny
+cpan/HTTP-Tiny/t/SimpleCookieJar.pm    Module related to HTTP::Tiny
+cpan/HTTP-Tiny/t/Util.pm               Module related to HTTP::Tiny
+cpan/IO-Compress/bin/streamzip                         IO-Compress
 cpan/IO-Compress/bin/zipdetails                                IO::Compress
 cpan/IO-Compress/lib/Compress/Zlib.pm                  IO::Compress
 cpan/IO-Compress/lib/File/GlobMapper.pm                        IO::Compress
@@ -1295,7 +1294,6 @@ cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm  IO::Compress
 cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm            IO::Compress
 cpan/IO-Compress/Makefile.PL                           IO::Compress
 cpan/IO-Compress/private/MakeUtil.pm                   IO::Compress
-cpan/IO-Compress/t/000prereq.t                         IO::Compress
 cpan/IO-Compress/t/001bzip2.t                          IO::Compress
 cpan/IO-Compress/t/001zlib-generic-deflate.t           IO::Compress
 cpan/IO-Compress/t/001zlib-generic-gzip.t              IO::Compress
@@ -1309,7 +1307,7 @@ cpan/IO-Compress/t/002any-zip.t                           IO::Compress
 cpan/IO-Compress/t/004gziphdr.t                                IO::Compress
 cpan/IO-Compress/t/005defhdr.t                         IO::Compress
 cpan/IO-Compress/t/006zip.t                            IO::Compress
-cpan/IO-Compress/t/011-streamzip.t
+cpan/IO-Compress/t/011-streamzip.t                     Test file related to IO-Compress
 cpan/IO-Compress/t/01misc.t                            IO::Compress
 cpan/IO-Compress/t/020isize.t                          IO::Compress
 cpan/IO-Compress/t/050interop-gzip.t                   IO::Compress
@@ -1357,7 +1355,7 @@ cpan/IO-Compress/t/107multi-deflate.t                     IO::Compress
 cpan/IO-Compress/t/107multi-gzip.t                     IO::Compress
 cpan/IO-Compress/t/107multi-rawdeflate.t               IO::Compress
 cpan/IO-Compress/t/107multi-zip.t                      IO::Compress
-cpan/IO-Compress/t/107multi-zip-only.t
+cpan/IO-Compress/t/107multi-zip-only.t                 Test file related to IO-Compress
 cpan/IO-Compress/t/108anyunc-bzip2.t                   IO::Compress
 cpan/IO-Compress/t/108anyunc-deflate.t                 IO::Compress
 cpan/IO-Compress/t/108anyunc-gzip.t                    IO::Compress
@@ -1374,8 +1372,8 @@ cpan/IO-Compress/t/110encode-gzip.t                       IO::Compress
 cpan/IO-Compress/t/110encode-rawdeflate.t              IO::Compress
 cpan/IO-Compress/t/110encode-zip.t                     IO::Compress
 cpan/IO-Compress/t/111const-deflate.t                  IO::Compress
-cpan/IO-Compress/t/112utf8-zip.t
-cpan/IO-Compress/t/113issues.t
+cpan/IO-Compress/t/112utf8-zip.t                       Test file related to IO-Compress
+cpan/IO-Compress/t/113issues.t                         Test file related to IO-Compress
 cpan/IO-Compress/t/999pod.t                            IO::Compress
 cpan/IO-Compress/t/compress/any.pl                     Compress::Zlib
 cpan/IO-Compress/t/compress/anyunc.pl                  Compress::Zlib
@@ -1396,14 +1394,15 @@ cpan/IO-Compress/t/cz-03zlib-v1.t                       IO::Compress
 cpan/IO-Compress/t/cz-06gzsetp.t                       IO::Compress
 cpan/IO-Compress/t/cz-08encoding.t                     IO::Compress
 cpan/IO-Compress/t/cz-14gzopen.t                       IO::Compress
-cpan/IO-Compress/t/files/bad-efs.zip
-cpan/IO-Compress/t/files/encrypt-aes.zip
-cpan/IO-Compress/t/files/encrypt-standard.zip
-cpan/IO-Compress/t/files/jar.zip
-cpan/IO-Compress/t/files/meta.xml
-cpan/IO-Compress/t/files/test.ods
-cpan/IO-Compress/t/files/testfile1.odt
+cpan/IO-Compress/t/files/bad-efs.zip                   IO-Compress
+cpan/IO-Compress/t/files/encrypt-aes.zip               IO-Compress
+cpan/IO-Compress/t/files/encrypt-standard.zip          IO-Compress
+cpan/IO-Compress/t/files/jar.zip                       IO-Compress
+cpan/IO-Compress/t/files/meta.xml                      IO-Compress
+cpan/IO-Compress/t/files/test.ods                      IO-Compress
+cpan/IO-Compress/t/files/testfile1.odt                 IO-Compress
 cpan/IO-Compress/t/globmapper.t                                IO::Compress
+cpan/IO-Socket-IP/.editorconfig                                IO-Socket-IP
 cpan/IO-Socket-IP/lib/IO/Socket/IP.pm                  IO::Socket::IP
 cpan/IO-Socket-IP/t/00use.t                            IO::Socket::IP tests
 cpan/IO-Socket-IP/t/01local-client-v4.t                        IO::Socket::IP tests
@@ -1424,7 +1423,7 @@ cpan/IO-Socket-IP/t/18fdopen.t                            IO::Socket::IP tests
 cpan/IO-Socket-IP/t/19no-addrs.t                       IO::Socket::IP tests
 cpan/IO-Socket-IP/t/20subclass.t                       IO::Socket::IP tests
 cpan/IO-Socket-IP/t/21as-inet.t                                IO::Socket::IP tests
-cpan/IO-Socket-IP/t/22timeout.t
+cpan/IO-Socket-IP/t/22timeout.t                                Test file related to IO::Socket::IP
 cpan/IO-Socket-IP/t/30nonblocking-connect.t            IO::Socket::IP tests
 cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t   IO::Socket::IP tests
 cpan/IO-Socket-IP/t/99pod.t                            IO::Socket::IP tests
@@ -1570,103 +1569,85 @@ cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po          Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po   Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po       Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po       Locale::Simple tests
-cpan/Math-BigInt/lib/Math/BigFloat.pm          An arbitrary precision floating-point arithmetic package
-cpan/Math-BigInt/lib/Math/BigInt.pm            An arbitrary precision integer arithmetic package
-cpan/Math-BigInt/lib/Math/BigInt/Calc.pm       Pure Perl module to support Math::BigInt
-cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
-cpan/Math-BigInt/t/alias.inc                   Support for BigInt tests
-cpan/Math-BigInt/t/bare_mbf.t                  Test MBF under Math::BigInt::BareCalc
-cpan/Math-BigInt/t/bare_mbi.t                  Test MBI under Math::BigInt::BareCalc
-cpan/Math-BigInt/t/bare_mif.t                  Rounding tests under BareCalc
-cpan/Math-BigInt/t/big_pi_e.t                  test bpi() and bexp()
-cpan/Math-BigInt/t/bigfltpm.inc                        Shared tests for bigfltpm.t and sub_mbf.t
-cpan/Math-BigInt/t/bigfltpm.t                  See if BigFloat.pm works
-cpan/Math-BigInt/t/bigintc.t                   See if BigInt/Calc.pm works
-cpan/Math-BigInt/t/bigintc-import.t
-cpan/Math-BigInt/t/bigintpm.inc                        Shared tests for bigintpm.t and sub_mbi.t
-cpan/Math-BigInt/t/bigintpm.t                  See if BigInt.pm works
-cpan/Math-BigInt/t/bigints.t                   See if BigInt.pm works
-cpan/Math-BigInt/t/biglog.t                    Test the log function
-cpan/Math-BigInt/t/bigroot.t                   Test the broot function
-cpan/Math-BigInt/t/calling-class-methods.t     Test Math::BigInt
-cpan/Math-BigInt/t/calling-constant.t
-cpan/Math-BigInt/t/calling-instance-methods.t  Test Math::BigInt
-cpan/Math-BigInt/t/calling-lib1.t
-cpan/Math-BigInt/t/calling-lib2.t
-cpan/Math-BigInt/t/config.t                    Test Math::BigInt->config()
-cpan/Math-BigInt/t/downgrade.t                 Test if use Math::BigInt(); under downgrade works
-cpan/Math-BigInt/t/inf_nan.t                   Special tests for inf and *NaN* handling
-cpan/Math-BigInt/t/isa.t                       Test for Math::BigInt inheritance
-cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm   Empty subclass of BigFloat for test
-cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm     Bigint's simulation of Calc
-cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm
-cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm Test Math::BigInt
-cpan/Math-BigInt/t/Math/BigInt/Scalar.pm       Pure Perl module to support Math::BigInt
-cpan/Math-BigInt/t/Math/BigInt/Subclass.pm     Empty subclass of BigInt for test
-cpan/Math-BigInt/t/mbf_ali.t                   Tests for BigFloat
-cpan/Math-BigInt/t/mbi_ali.t                   Tests for BigInt
-cpan/Math-BigInt/t/mbi_rand.t                  Test Math::BigInt randomly
-cpan/Math-BigInt/t/mbimbf.inc                  Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
-cpan/Math-BigInt/t/mbimbf.t                    BigInt/BigFloat accuracy, precision and fallback, round_mode
-cpan/Math-BigInt/t/nan_cmp.t                   overloaded comparison involving *NaN*
-cpan/Math-BigInt/t/new_overloaded.t            test overloaded numbers in BigFloat's new()
-cpan/Math-BigInt/t/req_mbf0.t                  test: require Math::BigFloat; ->bzero();
-cpan/Math-BigInt/t/req_mbf1.t                  test: require Math::BigFloat; ->bone();
-cpan/Math-BigInt/t/req_mbfa.t                  test: require Math::BigFloat; ->bnan();
-cpan/Math-BigInt/t/req_mbfi.t                  test: require Math::BigFloat; ->binf();
-cpan/Math-BigInt/t/req_mbfn.t                  test: require Math::BigFloat; ->new();
-cpan/Math-BigInt/t/req_mbfw.t                  require Math::BigFloat; import ( with => );
-cpan/Math-BigInt/t/require.t                   Test if require Math::BigInt works
-cpan/Math-BigInt/t/round.t                     Test rounding with non-integer A and P
-cpan/Math-BigInt/t/rt-16221.t                  Tests for objectify() w/foreign objs
-cpan/Math-BigInt/t/sub_ali.t                   Tests for aliases in BigInt subclasses
-cpan/Math-BigInt/t/sub_mbf.t                   Empty subclass test of BigFloat
-cpan/Math-BigInt/t/sub_mbi.t                   Empty subclass test of BigInt
-cpan/Math-BigInt/t/sub_mif.t                   Test A & P with subclasses using mbimbf.inc
-cpan/Math-BigInt/t/trap.t                      Test whether trap_nan and trap_inf work
-cpan/Math-BigInt/t/upgrade.inc                 Actual tests for upgrade.t
-cpan/Math-BigInt/t/upgrade.t                   Test if use Math::BigInt(); under upgrade works
-cpan/Math-BigInt/t/upgrade2.t                  Test that two upgrade levels work
-cpan/Math-BigInt/t/upgradef.t                  Test if use Math::BigFloat(); under upgrade works
-cpan/Math-BigInt/t/use.t                       Test if use Math::BigInt(); works
-cpan/Math-BigInt/t/use_lib1.t                  Test combinations of Math::BigInt and BigFloat
-cpan/Math-BigInt/t/use_lib2.t                  Test combinations of Math::BigInt and BigFloat
-cpan/Math-BigInt/t/use_lib3.t                  Test combinations of Math::BigInt and BigFloat
-cpan/Math-BigInt/t/use_lib4.t                  Test combinations of Math::BigInt and BigFloat
-cpan/Math-BigInt/t/use_lib5.t
-cpan/Math-BigInt/t/use_lib6.t
-cpan/Math-BigInt/t/use_mbfw.t                  use BigFloat w/ with and lib at the same time
-cpan/Math-BigInt/t/with_sub.t                  Test use Math::BigFloat with => package
+cpan/Math-BigInt/lib/Math/BigFloat.pm                  An arbitrary precision floating-point arithmetic package
+cpan/Math-BigInt/lib/Math/BigInt.pm                    An arbitrary precision integer arithmetic package
+cpan/Math-BigInt/lib/Math/BigInt/Calc.pm               Pure Perl module to support Math::BigInt
+cpan/Math-BigInt/lib/Math/BigInt/Lib.pm                        Module related to Math::BigInt
+cpan/Math-BigInt/lib/Math/BigRat.pm                    Math-BigInt
+cpan/Math-BigInt/t/alias.inc                           Support for BigInt tests
+cpan/Math-BigInt/t/bare_mbf.t                          Test MBF under Math::BigInt::BareCalc
+cpan/Math-BigInt/t/bare_mbi.t                          Test MBI under Math::BigInt::BareCalc
+cpan/Math-BigInt/t/bare_mbr.t                          Math-BigInt
+cpan/Math-BigInt/t/bare_mif.t                          Rounding tests under BareCalc
+cpan/Math-BigInt/t/bfround_numify.t                    Test file related to Math::BigInt
+cpan/Math-BigInt/t/big_ap.t                            Math-BigInt
+cpan/Math-BigInt/t/big_pi_e.t                          test bpi() and bexp()
+cpan/Math-BigInt/t/bigfltpm.inc                                Shared tests for bigfltpm.t and sub_mbf.t
+cpan/Math-BigInt/t/bigfltpm.t                          See if BigFloat.pm works
+cpan/Math-BigInt/t/bigfltrt.t                          Math-BigInt
+cpan/Math-BigInt/t/bigintc.t                           See if BigInt/Calc.pm works
+cpan/Math-BigInt/t/bigintc-import.t                    Test file related to Math::BigInt
+cpan/Math-BigInt/t/bigintpm.inc                                Shared tests for bigintpm.t and sub_mbi.t
+cpan/Math-BigInt/t/bigintpm.t                          See if BigInt.pm works
+cpan/Math-BigInt/t/bigints.t                           See if BigInt.pm works
+cpan/Math-BigInt/t/biglog.t                            Test the log function
+cpan/Math-BigInt/t/bigrat.t                            Math-BigInt
+cpan/Math-BigInt/t/bigratpm.inc                                Math-BigInt
+cpan/Math-BigInt/t/bigratpm.t                          Math-BigInt
+cpan/Math-BigInt/t/bigratup.t                          Math-BigInt
+cpan/Math-BigInt/t/bigroot.t                           Test the broot function
+cpan/Math-BigInt/t/bitwise-mbr.t                       Math-BigInt
+cpan/Math-BigInt/t/calling-class-methods.t             Test Math::BigInt
+cpan/Math-BigInt/t/calling-constant.t                  Test file related to Math::BigInt
+cpan/Math-BigInt/t/calling-instance-methods.t          Test Math::BigInt
+cpan/Math-BigInt/t/calling-lib1.t                      Test file related to Math::BigInt
+cpan/Math-BigInt/t/calling-lib2.t                      Test file related to Math::BigInt
+cpan/Math-BigInt/t/config.t                            Test Math::BigInt->config()
+cpan/Math-BigInt/t/downgrade-mbi-mbf.t                 Math-BigInt
+cpan/Math-BigInt/t/downgrade-mbi-mbr.t                 Math-BigInt
+cpan/Math-BigInt/t/hang-mbr.t                          Math-BigInt
+cpan/Math-BigInt/t/inf_nan.t                           Special tests for inf and *NaN* handling
+cpan/Math-BigInt/t/isa.t                               Test for Math::BigInt inheritance
+cpan/Math-BigInt/t/Math/BigFloat/BareSubclass.pm       Math-BigInt
+cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm           Empty subclass of BigFloat for test
+cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm             Bigint's simulation of Calc
+cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm          Module related to Math::BigInt
+cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm         Test Math::BigInt
+cpan/Math-BigInt/t/Math/BigInt/Scalar.pm               Pure Perl module to support Math::BigInt
+cpan/Math-BigInt/t/Math/BigInt/Subclass.pm             Empty subclass of BigInt for test
+cpan/Math-BigInt/t/Math/BigRat/Subclass.pm             Math-BigInt
+cpan/Math-BigInt/t/mbf_ali.t                           Tests for BigFloat
+cpan/Math-BigInt/t/mbi_ali.t                           Tests for BigInt
+cpan/Math-BigInt/t/mbi_rand.t                          Test Math::BigInt randomly
+cpan/Math-BigInt/t/mbimbf.inc                          Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
+cpan/Math-BigInt/t/mbimbf.t                            BigInt/BigFloat accuracy, precision and fallback, round_mode
+cpan/Math-BigInt/t/mbr_ali.t                           Math-BigInt
+cpan/Math-BigInt/t/nan_cmp.t                           overloaded comparison involving *NaN*
+cpan/Math-BigInt/t/new_overloaded.t                    test overloaded numbers in BigFloat's new()
+cpan/Math-BigInt/t/round.t                             Test rounding with non-integer A and P
+cpan/Math-BigInt/t/rt-16221.t                          Tests for objectify() w/foreign objs
+cpan/Math-BigInt/t/rt121139.t                          Math-BigInt
+cpan/Math-BigInt/t/sub_ali.t                           Tests for aliases in BigInt subclasses
+cpan/Math-BigInt/t/sub_mbf.t                           Empty subclass test of BigFloat
+cpan/Math-BigInt/t/sub_mbi.t                           Empty subclass test of BigInt
+cpan/Math-BigInt/t/sub_mbr.t                           Math-BigInt
+cpan/Math-BigInt/t/sub_mif.t                           Test A & P with subclasses using mbimbf.inc
+cpan/Math-BigInt/t/trap.t                              Test whether trap_nan and trap_inf work
+cpan/Math-BigInt/t/upgrade.inc                         Actual tests for upgrade.t
+cpan/Math-BigInt/t/upgrade.t                           Test if use Math::BigInt(); under upgrade works
+cpan/Math-BigInt/t/upgrade2.t                          Test that two upgrade levels work
+cpan/Math-BigInt/t/upgradef.t                          Test if use Math::BigFloat(); under upgrade works
+cpan/Math-BigInt/t/use.t                               Test if use Math::BigInt(); works
+cpan/Math-BigInt/t/use_mbfw.t                          use BigFloat w/ with and lib at the same time
+cpan/Math-BigInt/t/with_sub.t                          Test use Math::BigFloat with => package
 cpan/Math-BigInt-FastCalc/FastCalc.xs                  Math::BigInt::FastCalc extension
 cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm  Math::BigInt::FastCalc extension
 cpan/Math-BigInt-FastCalc/t/bigintfc.t                 Math::BigInt::FastCalc extension
-cpan/Math-BigInt-FastCalc/t/biglog.t
-cpan/Math-BigInt-FastCalc/t/bigroot.t
+cpan/Math-BigInt-FastCalc/t/biglog.t                   Test file related to Math::BigInt::FastCalc
+cpan/Math-BigInt-FastCalc/t/bigroot.t                  Test file related to Math::BigInt::FastCalc
 cpan/Math-BigInt-FastCalc/t/bootstrap.t                        Math::BigInt::FastCalc extension
 cpan/Math-BigInt-FastCalc/t/leak.t                     test for memory leaks in Math::BigInt::FastCalc
 cpan/Math-BigInt-FastCalc/t/mbi_rand.t                 Math::BigInt::FastCalc extension
-cpan/Math-BigRat/lib/Math/BigRat.pm    Math::BigRat
-cpan/Math-BigRat/t/badd-mbr.t
-cpan/Math-BigRat/t/big_ap.t            Math::BigRat test
-cpan/Math-BigRat/t/bigfltpm.inc                Math::BigRat test
-cpan/Math-BigRat/t/bigfltrt.t          Math::BigRat test
-cpan/Math-BigRat/t/bigrat.t            Math::BigRat test
-cpan/Math-BigRat/t/bigratpm.inc                Math::BigRat test
-cpan/Math-BigRat/t/bigratpm.t          Math::BigRat test
-cpan/Math-BigRat/t/bigratup.t          test under $Math::BigInt::upgrade
-cpan/Math-BigRat/t/binv-mbr.t
-cpan/Math-BigRat/t/bitwise.t           Math::BigRat test
-cpan/Math-BigRat/t/bnok-mbr.t
-cpan/Math-BigRat/t/const-mbr.t
-cpan/Math-BigRat/t/downgrade.t
-cpan/Math-BigRat/t/dparts-mbr.t
-cpan/Math-BigRat/t/fparts-mbr.t
-cpan/Math-BigRat/t/hang.t              Math::BigRat test for bug #34584 - hang in exp()
-cpan/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper
-cpan/Math-BigRat/t/new-mbr.t
-cpan/Math-BigRat/t/requirer.t          see if require works properly
-cpan/Math-BigRat/t/rt121139.t
-cpan/Math-BigRat/t/trap.t              see if trap_nan and trap_inf work
 cpan/Memoize/Memoize.pm                        Memoize
 cpan/Memoize/Memoize/AnyDBM_File.pm    Memoize glue layer for AnyDBM_File
 cpan/Memoize/Memoize/Expire.pm         Memoize expiry manager example
@@ -1784,26 +1765,23 @@ cpan/PerlIO-via-QuotedPrint/t/critic.t
 cpan/PerlIO-via-QuotedPrint/t/pod.t
 cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
 cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t                    PerlIO::via::QuotedPrint
-cpan/Pod-Checker/lib/Pod/Checker.pm
-cpan/Pod-Checker/scripts/podchecker.PL
-cpan/Pod-Checker/t/pod/contains_bad_pod.xr
-cpan/Pod-Checker/t/pod/empty.xr
-cpan/Pod-Checker/t/pod/podchkenc.t
-cpan/Pod-Checker/t/pod/podchkenc.xr
-cpan/Pod-Checker/t/pod/podchklink.t
-cpan/Pod-Checker/t/pod/poderrs.t
-cpan/Pod-Checker/t/pod/poderrs.xr
-cpan/Pod-Checker/t/pod/podname.t
-cpan/Pod-Checker/t/pod/selfcheck.t
-cpan/Pod-Checker/t/pod/testcmp.pl
-cpan/Pod-Checker/t/pod/testpchk.pl
+cpan/Pod-Checker/lib/Pod/Checker.pm            Module related to Pod::Checker
+cpan/Pod-Checker/scripts/podchecker.PL         Pod::Checker
+cpan/Pod-Checker/t/pod/contains_bad_pod.xr     Pod::Checker
+cpan/Pod-Checker/t/pod/empty.xr                        Pod::Checker
+cpan/Pod-Checker/t/pod/podchkenc.t             Test file related to Pod::Checker
+cpan/Pod-Checker/t/pod/podchkenc.xr            Pod::Checker
+cpan/Pod-Checker/t/pod/podchklink.t            Test file related to Pod::Checker
+cpan/Pod-Checker/t/pod/poderrs.t               Test file related to Pod::Checker
+cpan/Pod-Checker/t/pod/poderrs.xr              Pod::Checker
+cpan/Pod-Checker/t/pod/podname.t               Test file related to Pod::Checker
+cpan/Pod-Checker/t/pod/selfcheck.t             Test file related to Pod::Checker
+cpan/Pod-Checker/t/pod/testcmp.pl              Script related to Pod::Checker
+cpan/Pod-Checker/t/pod/testpchk.pl             Script related to Pod::Checker
 cpan/Pod-Escapes/lib/Pod/Escapes.pm    Pod::Escapes
 cpan/Pod-Escapes/t/01_about_verbose.t  test Pod::Escapes
 cpan/Pod-Escapes/t/10_main.t           test Pod::Escapes
 cpan/Pod-Escapes/t/15_name2charnum.t   test Pod::Escapes
-cpan/Pod-Perldoc/corpus/no-head.pod            test file for Pod-Perldoc
-cpan/Pod-Perldoc/corpus/perlfunc.pod           test file for Pod-Perldoc
-cpan/Pod-Perldoc/corpus/utf8.pod               test file for Pod-Perldoc
 cpan/Pod-Perldoc/lib/Pod/Perldoc.pm            guts of the 'perldoc' utility
 cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm     utility module for perldoc
 cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm  options parsing for perldoc
@@ -1833,7 +1811,7 @@ cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm               turn Pod into XML
 cpan/Pod-Simple/lib/Pod/Simple/HTML.pm                 convert Pod to HTML
 cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm            convert several Pod files to several HTML files
 cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm           Pod::Simple::HTMLLegacy
-cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm
+cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm              Module related to Pod::Simple
 cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm          represent "section" attributes of L codes
 cpan/Pod-Simple/lib/Pod/Simple/Methody.pm              turn Pod::Simple events into method calls
 cpan/Pod-Simple/lib/Pod/Simple/Progress.pm             Pod::Simple::Progress
@@ -1855,11 +1833,10 @@ cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm        Pod::Simple::TranscodeSmart
 cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm                        turn Pod into XHTML
 cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm         turn Pod into XML
 cpan/Pod-Simple/t/00about.t                            Pod::Simple test file
-cpan/Pod-Simple/t/20_skip.t                            Pod::Simple test file
 cpan/Pod-Simple/t/ac_d.t                               Pod::Simple test file
 cpan/Pod-Simple/t/accept01.t                           Pod::Simple test file
 cpan/Pod-Simple/t/accept05.t                           Pod::Simple test file
-cpan/Pod-Simple/t/ascii_order.pl
+cpan/Pod-Simple/t/ascii_order.pl                       Script related to Pod::Simple
 cpan/Pod-Simple/t/basic.t                              Pod::Simple test file
 cpan/Pod-Simple/t/begin.t                              Pod::Simple test file
 cpan/Pod-Simple/t/cbacks.t                             Pod::Simple test file
@@ -1887,10 +1864,10 @@ cpan/Pod-Simple/t/corpus/encwarn01.txt                  Pod::Simple test file
 cpan/Pod-Simple/t/corpus/encwarn01.xml                 Pod::Simple test file
 cpan/Pod-Simple/t/corpus/encwarn02.txt                 Pod::Simple test file
 cpan/Pod-Simple/t/corpus/encwarn02.xml                 Pod::Simple test file
-cpan/Pod-Simple/t/corpus/encwarn03.txt
-cpan/Pod-Simple/t/corpus/encwarn03.xml
-cpan/Pod-Simple/t/corpus/encwarn04.txt
-cpan/Pod-Simple/t/corpus/encwarn04.xml
+cpan/Pod-Simple/t/corpus/encwarn03.txt                 Test file related to Pod::Simple
+cpan/Pod-Simple/t/corpus/encwarn03.xml                 Pod::Simple
+cpan/Pod-Simple/t/corpus/encwarn04.txt                 Test file related to Pod::Simple
+cpan/Pod-Simple/t/corpus/encwarn04.xml                 Pod::Simple
 cpan/Pod-Simple/t/corpus/fet_cont.txt                  Pod::Simple test file
 cpan/Pod-Simple/t/corpus/fet_cont.xml                  Pod::Simple test file
 cpan/Pod-Simple/t/corpus/fet_dup.txt                   Pod::Simple test file
@@ -1938,11 +1915,11 @@ cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt          Pod::Simple test file
 cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml         Pod::Simple test file
 cpan/Pod-Simple/t/corpus2/README                       Pod::Simple test file
 cpan/Pod-Simple/t/emptylists.t                         Pod::Simple test file
-cpan/Pod-Simple/t/enc-chars.t
+cpan/Pod-Simple/t/enc-chars.t                          Test file related to Pod::Simple
 cpan/Pod-Simple/t/encod01.t                            Pod::Simple test file
 cpan/Pod-Simple/t/encod02.t                            Pod::Simple test file
 cpan/Pod-Simple/t/encod03.t                            Pod::Simple test file
-cpan/Pod-Simple/t/encod04.t
+cpan/Pod-Simple/t/encod04.t                            Test file related to Pod::Simple
 cpan/Pod-Simple/t/end_over.t                           Pod::Simple test file
 cpan/Pod-Simple/t/eol.t                                        Pod::Simple test file
 cpan/Pod-Simple/t/eol2.t                               Pod::Simple test file
@@ -1953,7 +1930,7 @@ cpan/Pod-Simple/t/fcodes_l.t                              Pod::Simple test file
 cpan/Pod-Simple/t/fcodes_s.t                           Pod::Simple test file
 cpan/Pod-Simple/t/for.t                                        Pod::Simple test file
 cpan/Pod-Simple/t/fornot.t                             Pod::Simple test file
-cpan/Pod-Simple/t/github_issue_79.t
+cpan/Pod-Simple/t/github_issue_79.t                    Test file related to Pod::Simple
 cpan/Pod-Simple/t/heads.t                              Pod::Simple test file
 cpan/Pod-Simple/t/html01.t                             Pod::Simple test file
 cpan/Pod-Simple/t/html02.t                             Pod::Simple test file
@@ -1966,9 +1943,9 @@ cpan/Pod-Simple/t/junk1.pod                               Pod::Simple test file
 cpan/Pod-Simple/t/junk1o.txt                           Pod::Simple test file
 cpan/Pod-Simple/t/junk2.pod                            Pod::Simple test file
 cpan/Pod-Simple/t/junk2o.txt                           Pod::Simple test file
-cpan/Pod-Simple/t/JustPod01.t
-cpan/Pod-Simple/t/JustPod02.t
-cpan/Pod-Simple/t/JustPod_corpus.t
+cpan/Pod-Simple/t/JustPod01.t                          Test file related to Pod::Simple
+cpan/Pod-Simple/t/JustPod02.t                          Test file related to Pod::Simple
+cpan/Pod-Simple/t/JustPod_corpus.t                     Test file related to Pod::Simple
 cpan/Pod-Simple/t/lib/helpers.pm                       Pod::Simple test file
 cpan/Pod-Simple/t/linkclas.t                           Pod::Simple test file
 cpan/Pod-Simple/t/output.t                             Pod::Simple test file
@@ -1982,7 +1959,7 @@ cpan/Pod-Simple/t/puller.t                                Pod::Simple test file
 cpan/Pod-Simple/t/pulltitl.t                           Pod::Simple test file
 cpan/Pod-Simple/t/reinit.t                             Pod::Simple test file
 cpan/Pod-Simple/t/render.t                             Pod::Simple test file
-cpan/Pod-Simple/t/rtf_utf8.t
+cpan/Pod-Simple/t/rtf_utf8.t                           Test file related to Pod::Simple
 cpan/Pod-Simple/t/search05.t                           Pod::Simple test file
 cpan/Pod-Simple/t/search10.t                           Pod::Simple test file
 cpan/Pod-Simple/t/search12.t                           Pod::Simple test file
@@ -2025,14 +2002,15 @@ cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm               Pod::Simple test file
 cpan/Pod-Simple/t/tiedfh.t                             Pod::Simple test file
 cpan/Pod-Simple/t/verb_fmt.t                           Pod::Simple test file
 cpan/Pod-Simple/t/verbatim.t                           Pod::Simple test file
-cpan/Pod-Simple/t/whine.t
+cpan/Pod-Simple/t/whine.t                              Test file related to Pod::Simple
 cpan/Pod-Simple/t/x_nixer.t                            Pod::Simple test file
-cpan/Pod-Simple/t/xhtml-bkb.t
+cpan/Pod-Simple/t/xhtml-bkb.t                          Test file related to Pod::Simple
 cpan/Pod-Simple/t/xhtml01.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml05.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml10.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml15.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml20.t                            Pod::Simple test file
+cpan/Pod-Simple/t/xhtml25.t                            Pod-Simple
 cpan/Pod-Usage/lib/Pod/Usage.pm
 cpan/Pod-Usage/scripts/pod2usage.PL
 cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
@@ -2314,6 +2292,21 @@ cpan/Term-ANSIColor/t/module/true-color.t
 cpan/Term-ANSIColor/t/taint/basic.t
 cpan/Term-Cap/Cap.pm                   Perl module supporting termcap usage
 cpan/Term-Cap/test.pl                  See if Term::Cap works
+cpan/Term-Table/lib/Term/Table.pm              Term-Table
+cpan/Term-Table/lib/Term/Table/Cell.pm         Term-Table
+cpan/Term-Table/lib/Term/Table/CellStack.pm    Term-Table
+cpan/Term-Table/lib/Term/Table/HashBase.pm     Term-Table
+cpan/Term-Table/lib/Term/Table/LineBreak.pm    Term-Table
+cpan/Term-Table/lib/Term/Table/Spacer.pm       Term-Table
+cpan/Term-Table/lib/Term/Table/Util.pm         Term-Table
+cpan/Term-Table/t/bad_blank_line.t             Term-Table
+cpan/Term-Table/t/HashBase.t                   Term-Table
+cpan/Term-Table/t/honor_env_in_non_tty.t       Term-Table
+cpan/Term-Table/t/issue-9.t                    Term-Table
+cpan/Term-Table/t/Table.t                      Term-Table
+cpan/Term-Table/t/Table/Cell.t                 Term-Table
+cpan/Term-Table/t/Table/CellStack.t            Term-Table
+cpan/Term-Table/t/Table/LineBreak.t            Term-Table
 cpan/Test-Harness/bin/prove                                    The prove harness utility
 cpan/Test-Harness/lib/App/Prove.pm                             Gubbins for the prove utility
 cpan/Test-Harness/lib/App/Prove/State.pm                       Gubbins for the prove utility
@@ -2329,7 +2322,7 @@ cpan/Test-Harness/lib/TAP/Formatter/File.pm                       A parser for Test Anything Protoco
 cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm            A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Formatter/Session.pm                 A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Harness.pm                           A parser for Test Anything Protocol
-cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
+cpan/Test-Harness/lib/TAP/Harness/Beyond.pod                   Test::Harness
 cpan/Test-Harness/lib/TAP/Harness/Env.pm                       A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Object.pm                            A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser.pm                            A parser for Test Anything Protocol
@@ -2356,11 +2349,11 @@ cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm               A parser for Test Anything Pr
 cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm          A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/Source.pm                     A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm              A parser for Test Anything Protocol
-cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
-cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
-cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
-cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
-cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm   Module related to Test::Harness
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm         Module related to Test::Harness
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm       Module related to Test::Harness
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm         Module related to Test::Harness
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm       Module related to Test::Harness
 cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm             A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm             A parser for Test Anything Protocol
 cpan/Test-Harness/lib/Test/Harness.pm                          A test harness
@@ -2383,7 +2376,7 @@ cpan/Test-Harness/t/console.t                                     Test::Harness test
 cpan/Test-Harness/t/data/catme.1                               Test data for Test::Harness
 cpan/Test-Harness/t/data/proverc                               Test data for Test::Harness
 cpan/Test-Harness/t/data/sample.yml                            Test data for Test::Harness
-cpan/Test-Harness/t/env_opts.t
+cpan/Test-Harness/t/env_opts.t                                 Test file related to Test::Harness
 cpan/Test-Harness/t/errors.t                                   Test::Harness test
 cpan/Test-Harness/t/file.t                                     Test::Harness test
 cpan/Test-Harness/t/glob-to-regexp.t                           Test::Harness test
@@ -2408,7 +2401,7 @@ cpan/Test-Harness/t/lib/MyResultFactory.pm                        Module for testing Test::Harness
 cpan/Test-Harness/t/lib/MySourceHandler.pm                     Test::Harness test
 cpan/Test-Harness/t/lib/NoFork.pm                              Module for testing Test::Harness
 cpan/Test-Harness/t/lib/NOP.pm                                 Module for testing Test::Harness
-cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
+cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm            Module related to Test::Harness
 cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm             Module for testing Test::Harness
 cpan/Test-Harness/t/multiplexer.t                              Test::Harness test
 cpan/Test-Harness/t/nested.t                                   Test::Harness test
@@ -2428,7 +2421,7 @@ cpan/Test-Harness/t/proverun.t                                    Test::Harness test
 cpan/Test-Harness/t/proveversion.t                             Test::Harness test
 cpan/Test-Harness/t/regression.t                               Test::Harness test
 cpan/Test-Harness/t/results.t                                  Test::Harness test
-cpan/Test-Harness/t/rulesfile.t
+cpan/Test-Harness/t/rulesfile.t                                        Test file related to Test::Harness
 cpan/Test-Harness/t/sample-tests/bailout                       Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/bignum                                Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/bignum_many                   Test data for Test::Harness
@@ -2470,7 +2463,7 @@ cpan/Test-Harness/t/sample-tests/skipall                  Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/skipall_nomsg                 Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/skipall_v13                   Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/space_after_plan              Test data for Test::Harness
-cpan/Test-Harness/t/sample-tests/space_after_plan_v13
+cpan/Test-Harness/t/sample-tests/space_after_plan_v13          Test::Harness
 cpan/Test-Harness/t/sample-tests/stdout_stderr                 Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/strict                                Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/switches                      Test data for Test::Harness
@@ -2504,7 +2497,7 @@ cpan/Test-Harness/t/source_tests/source.sh                        Test::Harness test
 cpan/Test-Harness/t/source_tests/source.t                      Test::Harness test
 cpan/Test-Harness/t/source_tests/source.tap                    Test::Harness test
 cpan/Test-Harness/t/source_tests/source_args.sh                        Test::Harness test
-cpan/Test-Harness/t/source_tests/test.tap
+cpan/Test-Harness/t/source_tests/test.tap                      Test file related to Test::Harness
 cpan/Test-Harness/t/spool.t                                    Test::Harness test
 cpan/Test-Harness/t/state.t                                    Test::Harness test
 cpan/Test-Harness/t/state_results.t                            Test::Harness test
@@ -2799,6 +2792,7 @@ cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t                          Test file related to Test::S
 cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t                               Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/behavior/Taint.t                                      Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/behavior/trace_signature.t                            Test file related to Test::Simple
+cpan/Test-Simple/t/Test2/behavior/trace_stamps.t                               Test-Simple
 cpan/Test-Simple/t/Test2/behavior/uuid.t                                       Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/legacy/TAP.t                                          Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/modules/API.t                                         Test file related to Test::Simple
@@ -2853,6 +2847,248 @@ cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t                          Test file related to T
 cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t                      Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/regression/gh_16.t                                    Test file related to Test::Simple
 cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t                     Test file related to Test::Simple
+cpan/Test2-Suite/lib/Test2/AsyncSubtest.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Attach.pm                        Test2-Suite
+cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Detach.pm                        Test2-Suite
+cpan/Test2-Suite/lib/Test2/AsyncSubtest/Formatter.pm                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/AsyncSubtest/Hub.pm                         Test2-Suite
+cpan/Test2-Suite/lib/Test2/Bundle.pm                                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Bundle/Extended.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Bundle/More.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Bundle/Simple.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare.pm                                  Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Array.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Bag.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Base.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Bool.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Custom.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/DeepRef.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Delta.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Event.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/EventMeta.pm                                Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Float.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Hash.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Isa.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Meta.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Negatable.pm                                Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Number.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Object.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/OrderedSubset.pm                    Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Pattern.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Ref.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Regex.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Scalar.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Set.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/String.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Undef.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Compare/Wildcard.pm                         Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual.pm                                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/API.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Context.pm                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/EndToEnd.pm                  Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Event.pm                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Hubs.pm                      Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/IPC.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Utilities.pm                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Concurrency.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Contributing.pm                      Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Testing.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Testing/Introduction.pm              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Testing/Migrating.pm                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Testing/Planning.pm                  Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Testing/Todo.pm                      Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/FirstTool.pm                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Formatter.pm                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Nesting.pm                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestExit.pm           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm                Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm      Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm         Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Subtest.pm                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/TestBuilder.pm               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Manual/Tooling/Testing.pm                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Mock.pm                                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin.pm                                   Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/BailOnFail.pm                                Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/DieOnFail.pm                         Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/ExitSummary.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/SRand.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/Times.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Plugin/UTF8.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require.pm                                  Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/AuthorTesting.pm                    Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/EnvVar.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/Fork.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/Module.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/Perl.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/RealFork.pm                         Test2-Suite
+cpan/Test2-Suite/lib/Test2/Require/Threads.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Suite.pm                                    Test2-Suite
+cpan/Test2-Suite/lib/Test2/Todo.pm                                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools.pm                                    Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/AsyncSubtest.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Basic.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Class.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/ClassicCompare.pm                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Compare.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Defer.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Encoding.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Event.pm                              Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Exception.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Exports.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/GenTemp.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Grab.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Mock.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Ref.pm                                        Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Refcount.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Spec.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Subtest.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Target.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Tester.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Tools/Warnings.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Grabber.pm                             Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Guard.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Importer.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Ref.pm                                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Stash.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Sub.pm                                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Table.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Table/Cell.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Table/LineBreak.pm                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Term.pm                                        Test2-Suite
+cpan/Test2-Suite/lib/Test2/Util/Times.pm                               Test2-Suite
+cpan/Test2-Suite/lib/Test2/V0.pm                                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow.pm                                 Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/BlockBase.pm                       Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/Build.pm                           Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/Runner.pm                          Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/Task.pm                            Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/Task/Action.pm                     Test2-Suite
+cpan/Test2-Suite/lib/Test2/Workflow/Task/Group.pm                      Test2-Suite
+cpan/Test2-Suite/t/acceptance/OO.t                                     Test2-Suite
+cpan/Test2-Suite/t/acceptance/skip.t                                   Test2-Suite
+cpan/Test2-Suite/t/acceptance/spec.t                                   Test2-Suite
+cpan/Test2-Suite/t/acceptance/Tools.t                                  Test2-Suite
+cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2.t                   Test2-Suite
+cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3.t                   Test2-Suite
+cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4.t                   Test2-Suite
+cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5.t                   Test2-Suite
+cpan/Test2-Suite/t/behavior/async_trace.t                              Test2-Suite
+cpan/Test2-Suite/t/behavior/filtering.t                                        Test2-Suite
+cpan/Test2-Suite/t/behavior/Mocking.t                                  Test2-Suite
+cpan/Test2-Suite/t/behavior/no_done_testing.t                          Test2-Suite
+cpan/Test2-Suite/t/behavior/no_leaks_any.t                             Test2-Suite
+cpan/Test2-Suite/t/behavior/no_leaks_no_fork.t                         Test2-Suite
+cpan/Test2-Suite/t/behavior/no_leaks_no_iso.t                          Test2-Suite
+cpan/Test2-Suite/t/behavior/no_leaks_no_threads.t                      Test2-Suite
+cpan/Test2-Suite/t/behavior/simple.t                                   Test2-Suite
+cpan/Test2-Suite/t/lib/MyTest/Target.pm                                        Test2-Suite
+cpan/Test2-Suite/t/load_manual.t                                       Test2-Suite
+cpan/Test2-Suite/t/modules/AsyncSubtest.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach.t                 Test2-Suite
+cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach.t                 Test2-Suite
+cpan/Test2-Suite/t/modules/AsyncSubtest/Hub.t                          Test2-Suite
+cpan/Test2-Suite/t/modules/Bundle.t                                    Test2-Suite
+cpan/Test2-Suite/t/modules/Bundle/Extended.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Bundle/More.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Bundle/Simple.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare.t                                   Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Array.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Bag.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Base.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Bool.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Custom.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Delta.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Event.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/EventMeta.t                         Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Float.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Hash.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Isa.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Meta.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Number.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Object.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/OrderedSubset.t                     Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Pattern.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Ref.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Regex.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Scalar.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Set.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/String.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Undef.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Compare/Wildcard.t                          Test2-Suite
+cpan/Test2-Suite/t/modules/Mock.t                                      Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin.t                                    Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/BailOnFail.t                         Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/DieOnFail.t                          Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/ExitSummary.t                                Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/SRand.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/Times.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Plugin/UTF8.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Require.t                                   Test2-Suite
+cpan/Test2-Suite/t/modules/Require/AuthorTesting.t                     Test2-Suite
+cpan/Test2-Suite/t/modules/Require/EnvVar.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Require/Fork.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Require/Module.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Require/Perl.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Require/RealFork.t                          Test2-Suite
+cpan/Test2-Suite/t/modules/Require/Threads.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Suite.t                                     Test2-Suite
+cpan/Test2-Suite/t/modules/Todo.t                                      Test2-Suite
+cpan/Test2-Suite/t/modules/Tools.t                                     Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/AsyncSubtest.t                                Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Basic.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Class.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/ClassicCompare.t                      Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/ClassicCompare2.t                     Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Compare.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Defer.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Encoding.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Event.t                               Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Exception.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Exports.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/GenTemp.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Grab.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Mock.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Ref.t                                 Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Spec.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Subtest.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Target.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count.t               Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one.t                 Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak.t                        Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes.t            Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Tester.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Tools/Warnings.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Grabber.t                              Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Ref.t                                  Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Stash.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Sub.t                                  Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Table.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Table/Cell.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Table/LineBreak.t                      Test2-Suite
+cpan/Test2-Suite/t/modules/Util/Times.t                                        Test2-Suite
+cpan/Test2-Suite/t/modules/V0.t                                                Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow.t                                  Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/BlockBase.t                                Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/Build.t                            Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/Runner.t                           Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/Task.t                             Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/Task/Action.t                      Test2-Suite
+cpan/Test2-Suite/t/modules/Workflow/Task/Group.t                       Test2-Suite
+cpan/Test2-Suite/t/regression/10-set_and_dne.t                         Test2-Suite
+cpan/Test2-Suite/t/regression/132-bool.t                               Test2-Suite
+cpan/Test2-Suite/t/regression/247_check_ref_bool.t                     Test2-Suite
+cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More.t                 Test2-Suite
+cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare.t               Test2-Suite
+cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare.t                Test2-Suite
+cpan/Test2-Suite/t/regression/43-bag-on-empty.t                                Test2-Suite
+cpan/Test2-Suite/t/regression/async_subtest_missing_parent.t           Test2-Suite
+cpan/Test2-Suite/t/regression/Test2-Mock.t                             Test2-Suite
+cpan/Test2-Suite/t/regression/Test2-Tools-Class.t                      Test2-Suite
+cpan/Test2-Suite/t/regression/todo_and_facets.t                                Test2-Suite
+cpan/Test2-Suite/t/regression/utf8-mock.t                              Test2-Suite
 cpan/Text-Balanced/lib/Text/Balanced.pm        Text::Balanced
 cpan/Text-Balanced/t/01_compile.t      See if Text::Balanced works
 cpan/Text-Balanced/t/02_extbrk.t       See if Text::Balanced works
@@ -2873,9 +3109,12 @@ cpan/Text-ParseWords/t/ParseWords.t              See if Text::ParseWords works
 cpan/Text-ParseWords/t/taint.t                 See if Text::ParseWords works with tainting
 cpan/Text-Tabs/lib/Text/Tabs.pm                Do expand and unexpand
 cpan/Text-Tabs/lib/Text/Wrap.pm                Paragraph formatter
+cpan/Text-Tabs/t/124024.t              See if Text::Tabs is working
+cpan/Text-Tabs/t/148291.t              See if Text::Tabs is working
 cpan/Text-Tabs/t/37000.t               See if Text::Tabs is working
 cpan/Text-Tabs/t/39548.t               See if Text::Tabs is working
 cpan/Text-Tabs/t/79766.t               See if Text::Tabs is working
+cpan/Text-Tabs/t/95823.t               See if Text::Tabs is working
 cpan/Text-Tabs/t/belg4mit.t            See if Text::Tabs is working
 cpan/Text-Tabs/t/dandv.t               See if Text::Tabs is working
 cpan/Text-Tabs/t/fill.t                        See if Text::Wrap::fill works
@@ -4043,6 +4282,7 @@ dist/IO/t/io_dup.t                        See if dup()-related methods from IO work
 dist/IO/t/io_file.t                    See if binmode()-related methods on IO::File work
 dist/IO/t/io_file_export.t             Test IO::File exports
 dist/IO/t/io_getline.t                 Test getline and getlines
+dist/IO/t/io_handle.t                  Test non-XS IO::Handle methods available
 dist/IO/t/io_leak.t                    See if IO leaks SVs (only run in core)
 dist/IO/t/io_linenum.t                 See if I/O line numbers are tracked correctly
 dist/IO/t/io_multihomed.t              See if INET sockets work with multi-homed hosts
@@ -4176,6 +4416,7 @@ dist/Safe/t/safenamedcap.t                Tests that Tie::Hash::NamedCapture can be loaded
 dist/Safe/t/safeops.t                  Tests that all ops can be trapped by Safe
 dist/Safe/t/saferegexp.t               Tests Safe with regular expressions
 dist/Safe/t/safesecurity.t             Tests misc. security fixes in Safe
+dist/Safe/t/safesig.t                  Tests %SIG being cleared and restored
 dist/Safe/t/safesort.t                 Tests Safe with sort
 dist/Safe/t/safeuniversal.t            Tests Safe with functions from universal.c
 dist/Safe/t/safeutf8.t                 Tests Safe with utf8.pm
@@ -4652,10 +4893,7 @@ ext/PerlIO-encoding/t/nolooping.t        Tests for PerlIO::encoding
 ext/PerlIO-encoding/t/threads.t                Tests PerlIO::encoding and threads
 ext/PerlIO-mmap/mmap.pm                        PerlIO layer for memory maps
 ext/PerlIO-mmap/mmap.xs                        PerlIO layer for memory maps
-ext/PerlIO-scalar/scalar.pm            PerlIO layer for scalars
-ext/PerlIO-scalar/scalar.xs            PerlIO layer for scalars
-ext/PerlIO-scalar/t/scalar.t           See if PerlIO::scalar works
-ext/PerlIO-scalar/t/scalar_ungetc.t    Tests for PerlIO layer for scalars
+ext/PerlIO-scalar/scalar.pm            PerlIO layer for in-memory handles
 ext/PerlIO-via/hints/aix.pl            Hint for PerlIO::via for named architecture
 ext/PerlIO-via/t/thread.t              See if PerlIO::via works with threads
 ext/PerlIO-via/t/via.t                 See if PerlIO::via works
@@ -4903,6 +5141,7 @@ ext/XS-APItest/t/ptr_table.t                      Test ptr_table_* APIs
 ext/XS-APItest/t/push.t                                XS::APItest extension
 ext/XS-APItest/t/refs.t                                Test typemap ref handling
 ext/XS-APItest/t/rmagical.t                    XS::APItest extension
+ext/XS-APItest/t/rpp_invoke_xs.t               XS::APItest: test rpp_invoke_xs()
 ext/XS-APItest/t/rv2cv_op_cv.t                 test rv2cv_op_cv() API
 ext/XS-APItest/t/savehints.t                   test SAVEHINTS() API
 ext/XS-APItest/t/savestack.t                   test savestack behavior, currently only in the regex engine
@@ -4949,6 +5188,7 @@ ext/XS-APItest/t/whichsig.t                       XS::APItest: tests for whichsig() and variants
 ext/XS-APItest/t/win32.t                       Test Win32 specific APIs
 ext/XS-APItest/t/xs_special_subs.t             Test that XS BEGIN/CHECK/INIT/END work
 ext/XS-APItest/t/xs_special_subs_require.t     for require too
+ext/XS-APItest/t/xsppwrap.t                    Tests for XSPP_wrapped() macro
 ext/XS-APItest/t/xsub_h.t                      Tests for XSUB.h
 ext/XS-APItest/typemap
 ext/XS-APItest/XSUB-redefined-macros.xs                XS code needing redefined macros.
@@ -5042,6 +5282,7 @@ hints/sco_2_3_1.sh                        Hints for named architecture
 hints/sco_2_3_2.sh                     Hints for named architecture
 hints/sco_2_3_3.sh                     Hints for named architecture
 hints/sco_2_3_4.sh                     Hints for named architecture
+hints/serenity.sh                      Hints for named architecture
 hints/solaris_2.sh                     Hints for named architecture
 hints/stellar.sh                       Hints for named architecture
 hints/sunos_4_0.sh                     Hints for named architecture
@@ -5071,6 +5312,7 @@ lib/blib.pm                               For "use blib"
 lib/blib.t                             blib.pm test
 lib/builtin.pm                         builtin function namespace
 lib/builtin.t                          test builtin function namespace
+lib/builtin-taint.t                    test builtin function namespace in taint mode
 lib/bytes.pm                           Pragma to enable byte operations
 lib/bytes.t                            bytes.pm test
 lib/bytes_heavy.pl                     Support routines for byte pragma
@@ -5172,6 +5414,7 @@ lib/perl5db/t/filename-line-breakpoint                    Tests for the Perl debugger
 lib/perl5db/t/gh-17660                                 Tests for the Perl debugger
 lib/perl5db/t/gh-17661                                 Tests for the Perl debugger
 lib/perl5db/t/gh-17661b                                        Tests for the Perl debugger
+lib/perl5db/t/gh-21350                                 Tests for the Perl debugger
 lib/perl5db/t/load-modules                             Tests for the Perl debugger
 lib/perl5db/t/lsub-n                                   Test script used by perl5db.t
 lib/perl5db/t/lvalue-bug                               Tests for the Perl debugger
@@ -5455,20 +5698,22 @@ pod/perl5320delta.pod                   Perl changes in version 5.32.0
 pod/perl5321delta.pod                  Perl changes in version 5.32.1
 pod/perl5340delta.pod                  Perl changes in version 5.34.0
 pod/perl5341delta.pod                  Perl changes in version 5.34.1
+pod/perl5342delta.pod                  Perl changes in version 5.34.2
+pod/perl5343delta.pod                  Perl changes in version 5.34.3
 pod/perl5360delta.pod                  Perl changes in version 5.36.0
 pod/perl5361delta.pod                  Perl changes in version 5.36.1
-pod/perl5370delta.pod                  Perl changes in version 5.37.0
-pod/perl53710delta.pod                 Perl changes in version 5.37.10
-pod/perl53711delta.pod                 Perl changes in version 5.37.11
-pod/perl5371delta.pod                  Perl changes in version 5.37.1
-pod/perl5372delta.pod                  Perl changes in version 5.37.2
-pod/perl5373delta.pod                  Perl changes in version 5.37.3
-pod/perl5374delta.pod                  Perl changes in version 5.37.4
-pod/perl5375delta.pod                  Perl changes in version 5.37.5
-pod/perl5376delta.pod                  Perl changes in version 5.37.6
-pod/perl5377delta.pod                  Perl changes in version 5.37.7
-pod/perl5378delta.pod                  Perl changes in version 5.37.8
-pod/perl5379delta.pod                  Perl changes in version 5.37.9
+pod/perl5362delta.pod                  Perl changes in version 5.36.2
+pod/perl5363delta.pod                  Perl changes in version 5.36.3
+pod/perl5380delta.pod                  Perl changes in version 5.38.0
+pod/perl5381delta.pod                  Perl changes in version 5.38.1
+pod/perl5382delta.pod                  Perl changes in version 5.38.2
+pod/perl5390delta.pod                  Perl changes in version 5.39.0
+pod/perl5391delta.pod                  Perl changes in version 5.39.1
+pod/perl5392delta.pod                  Perl changes in version 5.39.2
+pod/perl5393delta.pod                  Perl changes in version 5.39.3
+pod/perl5394delta.pod                  Perl changes in version 5.39.4
+pod/perl5395delta.pod                  Perl changes in version 5.39.5
+pod/perl5396delta.pod                  Perl changes in version 5.39.6
 pod/perl561delta.pod                   Perl changes in version 5.6.1
 pod/perl56delta.pod                    Perl changes in version 5.6
 pod/perl581delta.pod                   Perl changes in version 5.8.1
@@ -5534,7 +5779,7 @@ pod/perlnewmod.pod                        Perl modules: preparing a new module for distribution
 pod/perlnumber.pod                     Perl number semantics
 pod/perlobj.pod                                Perl objects
 pod/perlootut.pod                      Perl OO tutorial for beginners
-pod/perlop.pod                         Perl operators and precedence
+pod/perlop.pod                         Perl expressions: operators, precedence, string literals
 pod/perlopentut.pod                    Perl open() tutorial
 pod/perlpacktut.pod                    Perl pack() and unpack() tutorial
 pod/perlperf.pod                       Perl Performance and Optimization Techniques
@@ -5561,7 +5806,7 @@ pod/perlsecpolicy.pod                     Perl security report handling policy
 pod/perlsource.pod                     Guide to the Perl source tree
 pod/perlstyle.pod                      Perl style guide
 pod/perlsub.pod                                Perl subroutines
-pod/perlsyn.pod                                Perl syntax
+pod/perlsyn.pod                                Perl syntax: declarations, statements, comments
 pod/perlthrtut.pod                     Perl threads tutorial
 pod/perltie.pod                                Perl objects hidden behind simple variables
 pod/perltodo.pod
@@ -5686,7 +5931,6 @@ regen/regcomp.pl                  Builder of regnodes.h
 regen/regen_lib.pl                     Common file routines for generator scripts
 regen/scope_types.pl                   Regenerate scope_types.h
 regen/tidy_embed.pl                    Program to clean up embed.fnc manually
-regen/uconfig_h.pl                     generate uconfig.h (requires /bin/sh)
 regen/unicode_constants.pl             generate unicode_constants.h
 regen/warnings.pl                      Program to write warnings.h and lib/warnings.pm
 t/base/cond.t                          See if conditionals work
@@ -5704,7 +5948,11 @@ t/bigmem/index.t                 Check that index() handles large offsets
 t/bigmem/pos.t                         Check that pos() handles large offsets
 t/bigmem/read.t                                Check read() handles large offsets
 t/bigmem/regexp.t                      Test regular expressions with large strings
+t/bigmem/stack.t                       Check handling of large value stacks (including MARK values)
+t/bigmem/stack_over.t                  Check handling of stack overflows with 32-bit MARK on 64-bit systems
+t/bigmem/str.t                         Test string primitives with large strings
 t/bigmem/subst.t                       Test s/// with large strings
+t/bigmem/subst2.t                      Test s//EXPR/e with large strings
 t/bigmem/vec.t                         Check vec() handles large offsets
 t/charset_tools.pl                     To aid in portable testing across platforms with different character sets
 t/class/class.t                                See if class declarations work
@@ -5782,6 +6030,8 @@ t/io/print.t                              See if print commands work
 t/io/pvbm.t                            See if PVBMs break IO commands
 t/io/read.t                            See if read works
 t/io/say.t                             See if say works
+t/io/scalar.t                          See if PerlIO::scalar works
+t/io/scalar_ungetc.t                   Tests for PerlIO layer for scalars
 t/io/sem.t                             See if SysV semaphores work
 t/io/semctl.t                          See if SysV semaphore semctl works
 t/io/shm.t                             See if SysV shared memory works
@@ -5800,6 +6050,8 @@ t/lib/caller/Foo.pm                       test Module for caller.t and t/op/hook/require.t
 t/lib/caller/Tricycle.pm               test Module for t/op/hook/require.t (cyclic)
 t/lib/CannotParse.pm                   For test case in op/require_errors.t
 t/lib/charnames/alias                  Tests of "use charnames" with aliases.
+t/lib/class/A.pm                       Test class loading of hierarchical parent
+t/lib/class/A/B.pm                     Test class loading of hierarchical parent
 t/lib/Cname.pm                         Test charnames in regexes (op/pat.t)
 t/lib/common.pl                                Helper for lib/{warnings,feature}.t
 t/lib/commonsense.t                    See if configuration meets basic needs
@@ -6117,6 +6369,7 @@ t/op/readdir.t                            See if readdir() works
 t/op/readline.t                                See if <> / readline / rcatline work
 t/op/recurse.t                         See if deep recursion works
 t/op/ref.t                             See if refs and objects work
+t/op/refstack.t                                See if a ref counted stack fixes things
 t/op/repeat.t                          See if x operator works
 t/op/require_37033.t                   See if require always closes rsfp
 t/op/require_errors.t                  See if errors from require are reported correctly
@@ -6236,6 +6489,7 @@ t/porting/header_parser.t         Check that regen/HeaderParser.pm works as expected
 t/porting/known_pod_issues.dat         Data file for porting/podcheck.t
 t/porting/libperl.t                    Check libperl.a sanity
 t/porting/maintainers.t                        Test that Porting/Maintainers.pl is up to date
+t/porting/makerel.t                    Test that files used by Porting/makerel exist
 t/porting/manifest.t                   Test that this MANIFEST file is well formed
 t/porting/perlfunc.t                   Test that Functions_pm.PL can parse perlfunc.pod
 t/porting/pod_rules.t                  Check that various pod lists are consistent
@@ -6465,6 +6719,7 @@ win32/config_H.gc                 Win32 config header (MinGW build)
 win32/config_h.PL                      Perl code to convert Win32 config.sh to config.h
 win32/config_H.vc                      Win32 config header (Visual C++ build)
 win32/config_sh.PL                     Perl code to update Win32 config.sh from Makefile
+win32/configure/rt.c                   identify default runtime
 win32/create_perllibst_h.pl            creates perllibst.h file for inclusion from perllib.c
 win32/distclean.bat                    Remove _ALL_ files not listed here in MANIFEST
 win32/fcrypt.c                         crypt() implementation