This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a few helpers to B for INVLIST
[perl5.git] / MANIFEST
index f05629f..003b220 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 .dir-locals.el                 Emacs control file
+.lgtm.yml                      LGTM.com configuration file
 .metaconf-exclusions.txt       Symbols that should ignored when generating Configure
 .travis.yml            continuous integration on github (where enabled)
 amigaos4/amigaio.c     AmigaOS4 port
@@ -115,6 +116,7 @@ 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/open.t                  autodie - Testing open
 cpan/autodie/t/read.t
@@ -168,6 +170,7 @@ cpan/bignum/t/scope_i.t                     See if no bigint works
 cpan/bignum/t/scope_r.t                        See if no bigrat works
 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
@@ -453,9 +456,12 @@ cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
 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/DB_File_BS                Berkeley DB extension mkbootstrap fodder
 cpan/DB_File/dbinfo            Berkeley DB database version checker
+cpan/DB_File/hints/bitrig.pl
 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/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
@@ -464,9 +470,9 @@ cpan/DB_File/t/db-recno.t   See if DB_File works
 cpan/DB_File/t/db-threads.t    See if DB_File works
 cpan/DB_File/typemap           Berkeley DB extension interface types
 cpan/DB_File/version.c         Berkeley DB extension interface version check
-cpan/Digest/Digest.pm          Digest extensions
-cpan/Digest/Digest/base.pm     Digest extensions
-cpan/Digest/Digest/file.pm     Digest extensions
+cpan/Digest/lib/Digest.pm
+cpan/Digest/lib/Digest/base.pm
+cpan/Digest/lib/Digest/file.pm
 cpan/Digest/t/base.t           See if Digest extensions work
 cpan/Digest/t/digest.t         See if Digest extensions work
 cpan/Digest/t/file.t           See if Digest extensions work
@@ -486,6 +492,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/typemap                        Digest::MD5 extension
 cpan/Digest-SHA/lib/Digest/SHA.pm      Digest::SHA extension
 cpan/Digest-SHA/Makefile.PL            Digest::SHA Makefile.PL
@@ -624,12 +631,10 @@ cpan/Encode/t/undef.t
 cpan/Encode/t/unibench.pl              benchmark script
 cpan/Encode/t/Unicode.t                        test script
 cpan/Encode/t/use-Encode-Alias.t
-cpan/Encode/t/utf8messages.t
 cpan/Encode/t/utf8ref.t                        test script
 cpan/Encode/t/utf8strict.t             test script
 cpan/Encode/t/utf8warnings.t
-cpan/Encode/t/whatwg-aliases.json
-cpan/Encode/t/whatwg-aliases.t
+cpan/Encode/t/xml.t
 cpan/Encode/TW/Makefile.PL             Encode extension
 cpan/Encode/TW/TW.pm                   Encode extension
 cpan/Encode/ucm/8859-1.ucm             Unicode Character Map
@@ -782,6 +787,7 @@ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm                      MakeMaker methods for DOS
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm               MakeMaker methods for MacOS
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm                 MakeMaker methods for NetWare
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm                 MakeMaker methods for OS/2
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm                 MakeMaker methods for QNX
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm                        MakeMaker methods for Unix
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm                        MakeMaker methods for U/WIN
@@ -871,6 +877,8 @@ cpan/ExtUtils-MakeMaker/t/writemakefile_args.t                      See if WriteMakefile works
 cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm                        Utilities to write MANIFEST files
 cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP              The default MANIFEST.SKIP
 cpan/ExtUtils-Manifest/t/Manifest.t                            See if ExtUtils::Manifest works
+cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm    Implement pl2bat
+cpan/ExtUtils-PL2Bat/t/make_executable.t       Tests if ExtUtils::PL2Bat makes bat files that are executable
 cpan/File-Fetch/lib/File/Fetch.pm      File::Fetch
 cpan/File-Fetch/t/01_File-Fetch.t      File::Fetch tests
 cpan/File-Fetch/t/null_subclass.t
@@ -1002,6 +1010,7 @@ 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/IO-Compress/bin/zipdetails                                IO::Compress
 cpan/IO-Compress/lib/Compress/Zlib.pm                  IO::Compress
 cpan/IO-Compress/lib/File/GlobMapper.pm                        IO::Compress
@@ -1047,6 +1056,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/01misc.t                            IO::Compress
 cpan/IO-Compress/t/020isize.t                          IO::Compress
 cpan/IO-Compress/t/050interop-gzip.t                   IO::Compress
@@ -1094,6 +1104,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/108anyunc-bzip2.t                   IO::Compress
 cpan/IO-Compress/t/108anyunc-deflate.t                 IO::Compress
 cpan/IO-Compress/t/108anyunc-gzip.t                    IO::Compress
@@ -1110,6 +1121,7 @@ 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/999pod.t                            IO::Compress
 cpan/IO-Compress/t/compress/any.pl                     Compress::Zlib
 cpan/IO-Compress/t/compress/anyunc.pl                  Compress::Zlib
@@ -1130,6 +1142,13 @@ 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/globmapper.t                                IO::Compress
 cpan/IO-Socket-IP/lib/IO/Socket/IP.pm                  IO::Socket::IP
 cpan/IO-Socket-IP/t/00use.t                            IO::Socket::IP tests
@@ -1195,6 +1214,8 @@ cpan/JSON-PP/t/000_load.t
 cpan/JSON-PP/t/001_utf8.t
 cpan/JSON-PP/t/002_error.t
 cpan/JSON-PP/t/003_types.t
+cpan/JSON-PP/t/004_dwiw_encode.t
+cpan/JSON-PP/t/005_dwiw_decode.t
 cpan/JSON-PP/t/006_pc_pretty.t
 cpan/JSON-PP/t/007_pc_esc.t
 cpan/JSON-PP/t/008_pc_base.t
@@ -1209,9 +1230,11 @@ cpan/JSON-PP/t/016_tied.t
 cpan/JSON-PP/t/017_relaxed.t
 cpan/JSON-PP/t/018_json_checker.t
 cpan/JSON-PP/t/019_incr.t
+cpan/JSON-PP/t/020_faihu.t
 cpan/JSON-PP/t/020_unknown.t
-cpan/JSON-PP/t/021_evans_bugrep.t
+cpan/JSON-PP/t/021_evans.t
 cpan/JSON-PP/t/022_comment_at_eof.t
+cpan/JSON-PP/t/052_object.t
 cpan/JSON-PP/t/099_binary.t
 cpan/JSON-PP/t/104_sortby.t
 cpan/JSON-PP/t/105_esc_slash.t
@@ -1226,7 +1249,7 @@ cpan/JSON-PP/t/114_decode_prefix.t
 cpan/JSON-PP/t/115_tie_ixhash.t
 cpan/JSON-PP/t/116_incr_parse_fixed.t
 cpan/JSON-PP/t/117_numbers.t
-cpan/JSON-PP/t/_unicode_handling.pm
+cpan/JSON-PP/t/118_boolean_values.t
 cpan/JSON-PP/t/gh_28_json_test_suite.t
 cpan/JSON-PP/t/gh_29_trailing_false_value.t
 cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
@@ -1277,13 +1300,14 @@ 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/CalcEmu.pm    Pure Perl module to support Math::BigInt
 cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
 cpan/Math-BigInt/t/_e_math.t           Helper routine in BigFloat for _e math
 cpan/Math-BigInt/t/alias.inc           Support for BigInt tests
+cpan/Math-BigInt/t/backermann-mbi.t    Test Math::BigInt
 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/bdigitsum-mbi.t     Test Math::BigInt
 cpan/Math-BigInt/t/bdstr-mbf.t         Test Math::BigInt
 cpan/Math-BigInt/t/bdstr-mbi.t         Test Math::BigInt
 cpan/Math-BigInt/t/bestr-mbf.t         Test Math::BigInt
@@ -1299,10 +1323,13 @@ 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/blucas-mbi.t
+cpan/Math-BigInt/t/bnok-mbf.t
+cpan/Math-BigInt/t/bnok-mbi.t
 cpan/Math-BigInt/t/bnstr-mbf.t         Test Math::BigInt
 cpan/Math-BigInt/t/bnstr-mbi.t         Test Math::BigInt
 cpan/Math-BigInt/t/bsstr-mbf.t         Test Math::BigInt
 cpan/Math-BigInt/t/bsstr-mbi.t         Test Math::BigInt
+cpan/Math-BigInt/t/buparrow-mbi.t      Test Math::BigInt
 cpan/Math-BigInt/t/calling.t           Test calling conventions
 cpan/Math-BigInt/t/calling-class-methods.t     Test Math::BigInt
 cpan/Math-BigInt/t/calling-instance-methods.t  Test Math::BigInt
@@ -1314,10 +1341,12 @@ cpan/Math-BigInt/t/dparts-mbf.t         Test Math::BigInt
 cpan/Math-BigInt/t/dparts-mbi.t                Test Math::BigInt
 cpan/Math-BigInt/t/eparts-mbf.t                Test Math::BigInt
 cpan/Math-BigInt/t/eparts-mbi.t                Test Math::BigInt
+cpan/Math-BigInt/t/from_base-mbi.t
 cpan/Math-BigInt/t/from_bin-mbf.t      Test Math::BigInt
 cpan/Math-BigInt/t/from_bin-mbi.t
 cpan/Math-BigInt/t/from_hex-mbf.t      Test Math::BigInt
 cpan/Math-BigInt/t/from_hex-mbi.t
+cpan/Math-BigInt/t/from_ieee754-mbf.t  Test Math::BigInt
 cpan/Math-BigInt/t/from_oct-mbf.t      Test Math::BigInt
 cpan/Math-BigInt/t/from_oct-mbi.t
 cpan/Math-BigInt/t/inf_nan.t           Special tests for inf and *NaN* handling
@@ -1356,6 +1385,8 @@ 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/to_base-mbi.t
+cpan/Math-BigInt/t/to_ieee754-mbf.t    Test Math::BigInt
 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
@@ -1422,10 +1453,11 @@ cpan/Memoize/t/tie_sdbm.t               Memoize SDBM interface test
 cpan/Memoize/t/tie_storable.t          Memoize Storable interface test
 cpan/Memoize/t/tiefeatures.t           Memoize FAULT / MERGE / HASH options test
 cpan/Memoize/t/unmemoize.t             Memoize 'unmemoize' function test
-cpan/MIME-Base64/Base64.pm             MIME::Base64 extension
 cpan/MIME-Base64/Base64.xs             MIME::Base64 extension
-cpan/MIME-Base64/QuotedPrint.pm                MIME::Base64 extension
+cpan/MIME-Base64/lib/MIME/Base64.pm
+cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
 cpan/MIME-Base64/t/base64.t            See whether MIME::Base64 works
+cpan/MIME-Base64/t/base64url.t
 cpan/MIME-Base64/t/length.t    See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/quoted-print.t      See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/unicode.t           See whether MIME::Base64 works
@@ -1444,6 +1476,7 @@ cpan/Module-Load-Conditional/t/test_lib/a/X.pm                    Module::Conditional tests
 cpan/Module-Load-Conditional/t/test_lib/b/X.pm                 Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm             Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/Commented.pm            Module::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
 cpan/Module-Load-Conditional/t/to_load/InPod.pm                        Module::Load::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/LoadIt.pm               Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/LoadMe.pl               Module::Conditional tests
@@ -1518,6 +1551,7 @@ 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
@@ -1525,48 +1559,6 @@ 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-Parser/lib/Pod/Find.pm                        find POD documents in directory trees
-cpan/Pod-Parser/lib/Pod/InputObjects.pm                Pod-Parser - define objects for input streams
-cpan/Pod-Parser/lib/Pod/Parser.pm              Pod-Parser - define base class for parsing POD
-cpan/Pod-Parser/lib/Pod/ParseUtils.pm          Pod-Parser - pod utility functions
-cpan/Pod-Parser/lib/Pod/PlainText.pm           Convert POD data to formatted ASCII text
-cpan/Pod-Parser/lib/Pod/Select.pm              Pod-Parser - select portions of POD docs
-cpan/Pod-Parser/scripts/podselect.PL   Pod-Parser - Pod::Select::podselect() CLI
-cpan/Pod-Parser/t/pod/contains_bad_pod.xr      Pod-Parser test file
-cpan/Pod-Parser/t/pod/contains_pod.t           Pod-Parser test
-cpan/Pod-Parser/t/pod/contains_pod.xr          Pod-Parser test file
-cpan/Pod-Parser/t/pod/empty.xr
-cpan/Pod-Parser/t/pod/emptycmd.t               Test empty pod directives
-cpan/Pod-Parser/t/pod/emptycmd.xr              Expected results for emptycmd.t
-cpan/Pod-Parser/t/pod/find.t                   See if Pod::Find works
-cpan/Pod-Parser/t/pod/for.t                    Test =for directive
-cpan/Pod-Parser/t/pod/for.xr                   Expected results for for.t
-cpan/Pod-Parser/t/pod/headings.t               Test =head directives
-cpan/Pod-Parser/t/pod/headings.xr              Expected results for headings.t
-cpan/Pod-Parser/t/pod/include.t                        Test =include directive
-cpan/Pod-Parser/t/pod/include.xr               Expected results for include.t
-cpan/Pod-Parser/t/pod/included.t               Test =include directive
-cpan/Pod-Parser/t/pod/included.xr              Expected results for included.t
-cpan/Pod-Parser/t/pod/lref.t                   Test L<...> sequences
-cpan/Pod-Parser/t/pod/lref.xr                  Expected results for lref.t
-cpan/Pod-Parser/t/pod/multiline_items.t                Test multiline =items
-cpan/Pod-Parser/t/pod/multiline_items.xr       Expected results for multiline_items.t
-cpan/Pod-Parser/t/pod/nested_items.t           Test nested =items
-cpan/Pod-Parser/t/pod/nested_items.xr          Expected results for nested_items.t
-cpan/Pod-Parser/t/pod/nested_seqs.t            Test nested interior sequences
-cpan/Pod-Parser/t/pod/nested_seqs.xr           Expected results for nested_seqs.t
-cpan/Pod-Parser/t/pod/oneline_cmds.t           Test single paragraph ==cmds
-cpan/Pod-Parser/t/pod/oneline_cmds.xr          Expected results for oneline_cmds.t
-cpan/Pod-Parser/t/pod/podselect.t              Test Pod::Select
-cpan/Pod-Parser/t/pod/podselect.xr             Expected results for podselect.t
-cpan/Pod-Parser/t/pod/selfcheck.t
-cpan/Pod-Parser/t/pod/special_seqs.t           Test "special" interior sequences
-cpan/Pod-Parser/t/pod/special_seqs.xr          Expected results for special_seqs.t
-cpan/Pod-Parser/t/pod/testcmp.pl               Module to compare output against expected results
-cpan/Pod-Parser/t/pod/testp2pt.pl              Module to test Pod::PlainText for a given file
-cpan/Pod-Parser/t/pod/testpchk.pl              Module to test Pod::Checker for a given file
-cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm        Sample data for t/pod/find.t
-cpan/Pod-Parser/t/pod/twice.t                  Test Pod::Parser
 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
@@ -1599,6 +1591,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/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
@@ -1630,6 +1623,7 @@ cpan/Pod-Simple/t/begin.t                         Pod::Simple test file
 cpan/Pod-Simple/t/cbacks.t                             Pod::Simple test file
 cpan/Pod-Simple/t/chunking.t                           Pod::Simple test file
 cpan/Pod-Simple/t/closeys.t                            Pod::Simple test file
+cpan/Pod-Simple/t/content_seen.t                       Pod::Simple test file
 cpan/Pod-Simple/t/corpus.t                             Pod::Simple test file
 cpan/Pod-Simple/t/corpus/2202jp.txt                    Pod::Simple test file
 cpan/Pod-Simple/t/corpus/2202jp.xml                    Pod::Simple test file
@@ -1717,6 +1711,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/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
@@ -1729,6 +1724,10 @@ 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/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
 cpan/Pod-Simple/t/perlcyg.pod                          Pod::Simple test file
@@ -1741,6 +1740,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/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
@@ -1752,6 +1752,9 @@ cpan/Pod-Simple/t/search27.t                              Pod::Simple test file
 cpan/Pod-Simple/t/search28.t                           Pod::Simple test file
 cpan/Pod-Simple/t/search29.t                           Pod::Simple test file
 cpan/Pod-Simple/t/search50.t                           Pod::Simple test file
+cpan/Pod-Simple/t/search60.t                           Pod::Simple test file
+cpan/Pod-Simple/t/search60/A/x.pod                     Pod::Simple test file
+cpan/Pod-Simple/t/search60/B/X.pod                     Pod::Simple test file
 cpan/Pod-Simple/t/stree.t                              Pod::Simple test file
 cpan/Pod-Simple/t/strpvbtm.t                           Pod::Simple test file
 cpan/Pod-Simple/t/testlib1/Blorm.pm                    Pod::Simple test file
@@ -1772,6 +1775,7 @@ cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt            Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm           Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/pod/perlthng.pod            Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod             Pod::Simple test file
+cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod          Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm              Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod              Pod::Simple test file
 cpan/Pod-Simple/t/testlib2/Suzzle.pm                   Pod::Simple test file
@@ -1876,19 +1880,46 @@ cpan/podlators/t/data/snippets/man/utf8-nonbreaking
 cpan/podlators/t/data/snippets/man/utf8-verbatim
 cpan/podlators/t/data/snippets/man/x-whitespace
 cpan/podlators/t/data/snippets/man/x-whitespace-entry
+cpan/podlators/t/data/snippets/overstrike/tag-width
+cpan/podlators/t/data/snippets/overstrike/wrapping
 cpan/podlators/t/data/snippets/README                  podlators test
 cpan/podlators/t/data/snippets/termcap/escape-wrapping
 cpan/podlators/t/data/snippets/termcap/tag-width
 cpan/podlators/t/data/snippets/termcap/tag-wrapping
+cpan/podlators/t/data/snippets/termcap/term-unknown
 cpan/podlators/t/data/snippets/termcap/width
 cpan/podlators/t/data/snippets/termcap/wrapping
+cpan/podlators/t/data/snippets/text/alt
+cpan/podlators/t/data/snippets/text/c-with-spaces
+cpan/podlators/t/data/snippets/text/code
 cpan/podlators/t/data/snippets/text/cpp                        podlators test
+cpan/podlators/t/data/snippets/text/empty
+cpan/podlators/t/data/snippets/text/error-die
+cpan/podlators/t/data/snippets/text/error-none
+cpan/podlators/t/data/snippets/text/error-normal
+cpan/podlators/t/data/snippets/text/error-pod
+cpan/podlators/t/data/snippets/text/error-stderr
+cpan/podlators/t/data/snippets/text/error-stderr-opt
+cpan/podlators/t/data/snippets/text/for
+cpan/podlators/t/data/snippets/text/iso-8859-1
+cpan/podlators/t/data/snippets/text/late-encoding
+cpan/podlators/t/data/snippets/text/link-rt
+cpan/podlators/t/data/snippets/text/link-url
+cpan/podlators/t/data/snippets/text/margin
+cpan/podlators/t/data/snippets/text/nonbreaking-space
+cpan/podlators/t/data/snippets/text/nourls
+cpan/podlators/t/data/snippets/text/periods
+cpan/podlators/t/data/snippets/text/quotes-opt
+cpan/podlators/t/data/snippets/text/s-whitespace
+cpan/podlators/t/data/snippets/text/sentence-spacing
+cpan/podlators/t/data/snippets/text/utf8
+cpan/podlators/t/data/snippets/text/utf8-iso
+cpan/podlators/t/data/snippets/text/verbatim
 cpan/podlators/t/data/termcap                  podlators test
 cpan/podlators/t/docs/pod.t                    podlators test
 cpan/podlators/t/docs/pod-spelling.t                   podlators test
 cpan/podlators/t/docs/spdx-license.t                   podlators test
 cpan/podlators/t/docs/synopsis.t                       podlators test
-cpan/podlators/t/docs/urls.t                   podlators test
 cpan/podlators/t/general/basic.t                       podlators test
 cpan/podlators/t/general/filehandle.t                  podlators test
 cpan/podlators/t/general/pod-parser.t                  podlators test
@@ -1907,16 +1938,15 @@ cpan/podlators/t/man/utf8-io.t                  podlators test
 cpan/podlators/t/parselink/basic.t                     podlators test
 cpan/podlators/t/style/minimum-version.t                       podlators test
 cpan/podlators/t/style/module-version.t                        podlators test
+cpan/podlators/t/style/obsolete-strings.t
 cpan/podlators/t/style/strict.t                        podlators test
-cpan/podlators/t/text/basic.t                  podlators test
 cpan/podlators/t/text/color.t                  podlators test
-cpan/podlators/t/text/empty.t                  podlators test
-cpan/podlators/t/text/encoding.t                       podlators test
-cpan/podlators/t/text/options.t                        podlators test
+cpan/podlators/t/text/invalid.t
+cpan/podlators/t/text/iso-8859-1.t
 cpan/podlators/t/text/overstrike.t                     podlators test
-cpan/podlators/t/text/perlio.t                 podlators test
+cpan/podlators/t/text/snippets.t
 cpan/podlators/t/text/termcap.t                        podlators test
-cpan/podlators/t/text/utf8.t                   podlators test
+cpan/podlators/t/text/utf8-io.t
 cpan/Scalar-List-Utils/lib/List/Util.pm                List::Util
 cpan/Scalar-List-Utils/lib/List/Util/XS.pm     List::Util
 cpan/Scalar-List-Utils/lib/Scalar/Util.pm      Scalar::Util
@@ -1944,9 +1974,11 @@ cpan/Scalar-List-Utils/t/product.t               List::Util
 cpan/Scalar-List-Utils/t/prototype.t
 cpan/Scalar-List-Utils/t/readonly.t            Scalar::Util
 cpan/Scalar-List-Utils/t/reduce.t              List::Util
+cpan/Scalar-List-Utils/t/reductions.t
 cpan/Scalar-List-Utils/t/refaddr.t             Scalar::Util
 cpan/Scalar-List-Utils/t/reftype.t             Scalar::Util
 cpan/Scalar-List-Utils/t/rt-96343.t            Scalar::Util
+cpan/Scalar-List-Utils/t/sample.t
 cpan/Scalar-List-Utils/t/scalarutil-proto.t
 cpan/Scalar-List-Utils/t/shuffle.t             List::Util
 cpan/Scalar-List-Utils/t/stack-corruption.t    List::Util
@@ -1955,6 +1987,7 @@ cpan/Scalar-List-Utils/t/sum.t                    List::Util
 cpan/Scalar-List-Utils/t/sum0.t
 cpan/Scalar-List-Utils/t/tainted.t             Scalar::Util
 cpan/Scalar-List-Utils/t/uniq.t                        Scalar::Util
+cpan/Scalar-List-Utils/t/uniqnum.t
 cpan/Scalar-List-Utils/t/weak.t                        Scalar::Util
 cpan/Socket/Makefile.PL                        Socket extension makefile writer
 cpan/Socket/Socket.pm                  Socket extension Perl module
@@ -1975,8 +2008,15 @@ cpan/Sys-Syslog/Syslog.pm                Sys::Syslog extension Perl module
 cpan/Sys-Syslog/Syslog.xs              Sys::Syslog extension external subroutines
 cpan/Sys-Syslog/t/00-load.t            test for Sys::Syslog
 cpan/Sys-Syslog/t/constants.t          test for Sys::Syslog
+cpan/Sys-Syslog/t/cpan-rt-21516.t
+cpan/Sys-Syslog/t/cpan-rt-21866.t
+cpan/Sys-Syslog/t/cpan-rt-25488.t
+cpan/Sys-Syslog/t/cpan-rt-49877.pl
+cpan/Sys-Syslog/t/cpan-rt-55151.t
+cpan/Sys-Syslog/t/cpan-rt-64287.t
 cpan/Sys-Syslog/t/facilities-routing.t test for Sys::Syslog
 cpan/Sys-Syslog/t/syslog.t             See if Sys::Syslog works
+cpan/Sys-Syslog/t/syslog-inet-udp.t
 cpan/Sys-Syslog/win32/compile.pl       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog_dll.uu   Sys::Syslog extension Win32 related file
@@ -1990,6 +2030,7 @@ cpan/Term-ANSIColor/t/module/basic.t
 cpan/Term-ANSIColor/t/module/basic256.t
 cpan/Term-ANSIColor/t/module/eval.t
 cpan/Term-ANSIColor/t/module/stringify.t
+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
@@ -2217,6 +2258,11 @@ cpan/Test-Simple/lib/Test2/API.pm
 cpan/Test-Simple/lib/Test2/API/Breakage.pm
 cpan/Test-Simple/lib/Test2/API/Context.pm
 cpan/Test-Simple/lib/Test2/API/Instance.pm
+cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
+cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm
+cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm
+cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm
+cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm
 cpan/Test-Simple/lib/Test2/API/Stack.pm
 cpan/Test-Simple/lib/Test2/Event.pm
 cpan/Test-Simple/lib/Test2/Event/Bail.pm
@@ -2242,6 +2288,7 @@ cpan/Test-Simple/lib/Test2/EventFacet/Control.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Error.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
+cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
@@ -2348,6 +2395,7 @@ cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t
 cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t
 cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t
 cpan/Test-Simple/t/Legacy/Regression/789-read-only.t
+cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t
 cpan/Test-Simple/t/Legacy/require_ok.t
 cpan/Test-Simple/t/Legacy/run_test.t
 cpan/Test-Simple/t/Legacy/simple.t
@@ -2431,6 +2479,9 @@ cpan/Test-Simple/t/regression/694_note_diag_return_values.t
 cpan/Test-Simple/t/regression/696-intercept_skip_all.t
 cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t
 cpan/Test-Simple/t/regression/757-reset_in_subtest.t
+cpan/Test-Simple/t/regression/812-todo.t
+cpan/Test-Simple/t/regression/817-subtest-todo.t
+cpan/Test-Simple/t/regression/862-intercept_tb_todo.t
 cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t
 cpan/Test-Simple/t/regression/builder_does_not_init.t
 cpan/Test-Simple/t/regression/errors_facet.t
@@ -2472,6 +2523,9 @@ cpan/Test-Simple/t/Test2/modules/API.t
 cpan/Test-Simple/t/Test2/modules/API/Breakage.t
 cpan/Test-Simple/t/Test2/modules/API/Context.t
 cpan/Test-Simple/t/Test2/modules/API/Instance.t
+cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t
+cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t
+cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t
 cpan/Test-Simple/t/Test2/modules/API/Stack.t
 cpan/Test-Simple/t/Test2/modules/Event.t
 cpan/Test-Simple/t/Test2/modules/Event/Bail.t
@@ -2564,8 +2618,13 @@ cpan/Time-Piece/t/02core_dst.t
 cpan/Time-Piece/t/03compare.t  Test for Time::Piece
 cpan/Time-Piece/t/04mjd.t      Test for Time::Piece
 cpan/Time-Piece/t/05overload.t Test for Time::Piece
+cpan/Time-Piece/t/06large.t
 cpan/Time-Piece/t/06subclass.t Test for Time::Piece
 cpan/Time-Piece/t/07arith.t    Test for Time::Piece
+cpan/Time-Piece/t/08truncate.t
+cpan/Time-Piece/t/09locales.t
+cpan/Time-Piece/t/10overload.t
+cpan/Time-Piece/t/99legacy.t
 cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
 cpan/Unicode-Collate/Collate.pm                        Unicode::Collate
 cpan/Unicode-Collate/Collate.xs                        Unicode::Collate
@@ -2587,6 +2646,7 @@ cpan/Unicode-Collate/Collate/Locale/be.pl Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/bn.pl              Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/ca.pl                      Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/cs.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/cu.pl
 cpan/Unicode-Collate/Collate/Locale/cy.pl                      Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/da.pl                      Unicode::Collate
 cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl                        Unicode::Collate
@@ -2688,6 +2748,7 @@ cpan/Unicode-Collate/t/ignor.t                    Unicode::Collate
 cpan/Unicode-Collate/t/illegal.t               Unicode::Collate
 cpan/Unicode-Collate/t/illegalp.t              Unicode::Collate
 cpan/Unicode-Collate/t/index.t                 Unicode::Collate
+cpan/Unicode-Collate/t/khitan.t                        Unicode::Collate
 cpan/Unicode-Collate/t/loc_af.t                        Unicode::Collate
 cpan/Unicode-Collate/t/loc_ar.t                        Unicode::Collate
 cpan/Unicode-Collate/t/loc_as.t        Unicode::Collate
@@ -2701,6 +2762,7 @@ cpan/Unicode-Collate/t/loc_ca.t                   Unicode::Collate
 cpan/Unicode-Collate/t/loc_cjk.t               Unicode::Collate
 cpan/Unicode-Collate/t/loc_cjkc.t              Unicode::Collate
 cpan/Unicode-Collate/t/loc_cs.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_cu.t
 cpan/Unicode-Collate/t/loc_cy.t                        Unicode::Collate
 cpan/Unicode-Collate/t/loc_cyrl.t                      Unicode::Collate
 cpan/Unicode-Collate/t/loc_da.t                        Unicode::Collate
@@ -2974,11 +3036,13 @@ dist/Devel-PPPort/apicheck_c.PL         Devel::PPPort apicheck generator
 dist/Devel-PPPort/Changes                      Devel::PPPort Changes file
 dist/Devel-PPPort/devel/buildperl.pl   Devel::PPPort perl version builder
 dist/Devel-PPPort/devel/devtools.pl    Devel::PPPort development utilities
-dist/Devel-PPPort/devel/mkapidoc.sh    Devel::PPPort apidoc collector
+dist/Devel-PPPort/devel/mkapidoc.pl    Devel::PPPort apidoc collector 
+dist/Devel-PPPort/devel/mkppport_fnc.pl        Devel::PPPort
 dist/Devel-PPPort/devel/mktodo         Devel::PPPort baseline/todo generator
 dist/Devel-PPPort/devel/mktodo.pl      Devel::PPPort baseline/todo generator
 dist/Devel-PPPort/devel/regenerate     Devel::PPPort API re-generator
 dist/Devel-PPPort/devel/scanprov       Devel::PPPort provided API scanner
+dist/Devel-PPPort/devel/update_release_date.pl Devel::PPPort timestamp builder
 dist/Devel-PPPort/HACKERS              Devel::PPPort hackers documentation
 dist/Devel-PPPort/Makefile.PL          Devel::PPPort makefile writer
 dist/Devel-PPPort/MANIFEST.SKIP                Devel::PPPort manifest skip file
@@ -2987,18 +3051,18 @@ dist/Devel-PPPort/module2.c             Devel::PPPort test file
 dist/Devel-PPPort/module3.c            Devel::PPPort test file
 dist/Devel-PPPort/parts/apicheck.pl    Devel::PPPort apicheck generator
 dist/Devel-PPPort/parts/apidoc.fnc     Devel::PPPort Perl API listing
-dist/Devel-PPPort/parts/base/5003070   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5003007   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5004000   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5004010   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5004020   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5004030   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5004040   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5004050   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5004001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5004002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5004003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5004004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5004005   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5005000   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5005010   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5005020   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5005030   Devel::PPPort baseline todo file
-dist/Devel-PPPort/parts/base/5005040   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5005001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5005002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5005003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5005004   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5006000   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5006001   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5006002   Devel::PPPort baseline todo file
@@ -3103,6 +3167,7 @@ dist/Devel-PPPort/parts/base/5020003      Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021000   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021001   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5021003   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021004   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021005   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021006   Devel::PPPort baseline todo file
@@ -3113,6 +3178,9 @@ dist/Devel-PPPort/parts/base/5021010      Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5021011   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5022000   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5022001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5022002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5022003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5022004   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5023000   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5023001   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5023002   Devel::PPPort baseline todo file
@@ -3124,7 +3192,76 @@ dist/Devel-PPPort/parts/base/5023007     Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5023008   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5023009   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/base/5024000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5024001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5024002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5024003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5024004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025011   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5025012   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5026000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5026001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5026002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5026003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5027011   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5028000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5028001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5028002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5028003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5029010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5030000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5030001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5030002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5030003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031008
+dist/Devel-PPPort/parts/base/5031009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5031011   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5032000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5033000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5033001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/base/5033002   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/embed.fnc      Devel::PPPort Perl API listing
+dist/Devel-PPPort/parts/inc/01_test    Devel::PPPort include
 dist/Devel-PPPort/parts/inc/call       Devel::PPPort include
 dist/Devel-PPPort/parts/inc/cop                Devel::PPPort include
 dist/Devel-PPPort/parts/inc/exception  Devel::PPPort include
@@ -3132,7 +3269,9 @@ dist/Devel-PPPort/parts/inc/format        Devel::PPPort include
 dist/Devel-PPPort/parts/inc/grok       Devel::PPPort include
 dist/Devel-PPPort/parts/inc/gv         Devel::PPPort include
 dist/Devel-PPPort/parts/inc/HvNAME     Devel::PPPort include
+dist/Devel-PPPort/parts/inc/inctools
 dist/Devel-PPPort/parts/inc/limits     Devel::PPPort include
+dist/Devel-PPPort/parts/inc/locale
 dist/Devel-PPPort/parts/inc/magic      Devel::PPPort include
 dist/Devel-PPPort/parts/inc/magic_defs Devel::PPPort include
 dist/Devel-PPPort/parts/inc/memory     Devel::PPPort include
@@ -3154,29 +3293,31 @@ dist/Devel-PPPort/parts/inc/shared_pv   Devel::PPPort include
 dist/Devel-PPPort/parts/inc/snprintf   Devel::PPPort include
 dist/Devel-PPPort/parts/inc/sprintf    Devel::PPPort include
 dist/Devel-PPPort/parts/inc/strlfuncs  Devel::PPPort include
+dist/Devel-PPPort/parts/inc/subparse
 dist/Devel-PPPort/parts/inc/Sv_set     Devel::PPPort include
 dist/Devel-PPPort/parts/inc/sv_xpvf    Devel::PPPort include
 dist/Devel-PPPort/parts/inc/SvPV       Devel::PPPort include
 dist/Devel-PPPort/parts/inc/SvREFCNT   Devel::PPPort include
 dist/Devel-PPPort/parts/inc/threads    Devel::PPPort include
+dist/Devel-PPPort/parts/inc/utf8
 dist/Devel-PPPort/parts/inc/uv         Devel::PPPort include
 dist/Devel-PPPort/parts/inc/variables  Devel::PPPort include
 dist/Devel-PPPort/parts/inc/version    Devel::PPPort include
 dist/Devel-PPPort/parts/inc/warn       Devel::PPPort include
 dist/Devel-PPPort/parts/ppport.fnc     Devel::PPPort API listing
 dist/Devel-PPPort/parts/ppptools.pl    Devel::PPPort various utilities
-dist/Devel-PPPort/parts/todo/5003070   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5003007   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/todo/5004000   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5004010   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5004020   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5004030   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5004040   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5004050   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5004001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5004002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5004003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5004004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5004005   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/todo/5005000   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5005010   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5005020   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5005030   Devel::PPPort todo file
-dist/Devel-PPPort/parts/todo/5005040   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5005001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5005002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5005003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5005004   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/todo/5006000   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5006001   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5006002   Devel::PPPort todo file
@@ -3281,6 +3422,7 @@ dist/Devel-PPPort/parts/todo/5020003      Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021000   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021001   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021002   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5021003   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/todo/5021004   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021005   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021006   Devel::PPPort todo file
@@ -3291,6 +3433,9 @@ dist/Devel-PPPort/parts/todo/5021010      Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5021011   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5022000   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5022001   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5022002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5022003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5022004   Devel::PPPort baseline todo file
 dist/Devel-PPPort/parts/todo/5023000   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5023001   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5023002   Devel::PPPort todo file
@@ -3302,51 +3447,89 @@ dist/Devel-PPPort/parts/todo/5023007    Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5023008   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5023009   Devel::PPPort todo file
 dist/Devel-PPPort/parts/todo/5024000   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5024001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5024002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5024003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5024004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025011   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5025012   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5026000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5026001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5026002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5026003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5027011   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5028000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5028001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5028002   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5028003   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5029000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029008   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029009   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5029010   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5030000   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5030001   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5030002   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5030003   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5031000   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5031001   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031002   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031003   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031004   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031005   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031006   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031007   Devel::PPPort baseline todo file
+dist/Devel-PPPort/parts/todo/5031008
+dist/Devel-PPPort/parts/todo/5031009   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5031010   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5031011   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5032000   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5033000   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5033001   Devel::PPPort todo file
+dist/Devel-PPPort/parts/todo/5033002   Devel::PPPort todo file
 dist/Devel-PPPort/PPPort.xs            Devel::PPPort dummy PPPort.xs
 dist/Devel-PPPort/ppport_h.PL          Devel::PPPort ppport.h writer
 dist/Devel-PPPort/PPPort_pm.PL         Devel::PPPort PPPort.pm writer
-dist/Devel-PPPort/PPPort_xs.PL         Devel::PPPort RealPPPort.xs writer
+dist/Devel-PPPort/RealPPPort_xs.PL             Devel::PPPort RealPPPort.xs writer
 dist/Devel-PPPort/soak                 Devel::PPPort Test Harness to run under various Perls
-dist/Devel-PPPort/t/call.t             Devel::PPPort test file
-dist/Devel-PPPort/t/cop.t              Devel::PPPort test file
-dist/Devel-PPPort/t/exception.t                Devel::PPPort test file
-dist/Devel-PPPort/t/format.t           Devel::PPPort test file
-dist/Devel-PPPort/t/grok.t             Devel::PPPort test file
-dist/Devel-PPPort/t/gv.t               Devel::PPPort test file
-dist/Devel-PPPort/t/HvNAME.t           Devel::PPPort test file
-dist/Devel-PPPort/t/limits.t           Devel::PPPort test file
-dist/Devel-PPPort/t/magic.t            Devel::PPPort test file
-dist/Devel-PPPort/t/memory.t           Devel::PPPort test file
-dist/Devel-PPPort/t/mess.t             Devel::PPPort test file
-dist/Devel-PPPort/t/misc.t             Devel::PPPort test file
-dist/Devel-PPPort/t/mPUSH.t            Devel::PPPort test file
-dist/Devel-PPPort/t/MY_CXT.t           Devel::PPPort test file
-dist/Devel-PPPort/t/newCONSTSUB.t      Devel::PPPort test file
-dist/Devel-PPPort/t/newRV.t            Devel::PPPort test file
-dist/Devel-PPPort/t/newSV_type.t       Devel::PPPort test file
-dist/Devel-PPPort/t/newSVpv.t          Devel::PPPort test file
-dist/Devel-PPPort/t/podtest.t          Devel::PPPort test file
-dist/Devel-PPPort/t/ppphtest.t         Devel::PPPort test file
-dist/Devel-PPPort/t/pv_tools.t         Devel::PPPort test file
-dist/Devel-PPPort/t/pvs.t              Devel::PPPort test file
-dist/Devel-PPPort/t/shared_pv.t                Devel::PPPort test file
-dist/Devel-PPPort/t/snprintf.t         Devel::PPPort test file
-dist/Devel-PPPort/t/sprintf.t          Devel::PPPort test file
-dist/Devel-PPPort/t/strlfuncs.t                Devel::PPPort test file
-dist/Devel-PPPort/t/Sv_set.t           Devel::PPPort test file
-dist/Devel-PPPort/t/sv_xpvf.t          Devel::PPPort test file
-dist/Devel-PPPort/t/SvPV.t             Devel::PPPort test file
-dist/Devel-PPPort/t/SvREFCNT.t         Devel::PPPort test file
-dist/Devel-PPPort/t/testutil.pl                Devel::PPPort test utilities
-dist/Devel-PPPort/t/threads.t          Devel::PPPort test file
-dist/Devel-PPPort/t/uv.t               Devel::PPPort test file
-dist/Devel-PPPort/t/variables.t                Devel::PPPort test file
-dist/Devel-PPPort/t/warn.t             Devel::PPPort test file
+dist/Devel-PPPort/t/testutil.pl                        Devel::PPPort test utilities
+dist/Devel-PPPort/TODO                 Devel::PPPort developer notes
 dist/Devel-PPPort/typemap              Devel::PPPort Typemap
 dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm        Generate stubs for SelfLoader.pm
 dist/Devel-SelfStubber/t/Devel-SelfStubber.t   See if Devel::SelfStubber works
 dist/Dumpvalue/lib/Dumpvalue.pm        Screen dump of perl values
 dist/Dumpvalue/t/Dumpvalue.t   See if Dumpvalue works
+dist/Dumpvalue/t/extend-coverage.t     Extend Dumpvalue's test coverage
+dist/Dumpvalue/t/lib/TieOut.pm Helper module for Dumpvalue tests
+dist/Dumpvalue/t/rt-134441-dumpvalue.t See if Dumpvalue works
 dist/encoding-warnings/lib/encoding/warnings.pm        warn on implicit encoding conversions
 dist/encoding-warnings/t/1-warning.t   tests for encoding::warnings
 dist/encoding-warnings/t/2-fatal.t     tests for encoding::warnings
@@ -3455,11 +3638,14 @@ dist/Filter-Simple/t/filter.t                                   See if Filter::Simple works
 dist/Filter-Simple/t/filter_only.t                             See if Filter::Simple works
 dist/Filter-Simple/t/import.t                                  See if Filter::Simple works
 dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm       Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm                Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm           Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm       Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm           Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm           Helper file for Filter::Simple tests
 dist/Filter-Simple/t/no.t                                      See if Filter::Simple works
+dist/FindBin/lib/FindBin.pm                    Find name of currently executing program
+dist/FindBin/t/FindBin.t                       See if FindBin works
 dist/I18N-Collate/lib/I18N/Collate.pm          Routines to do strxfrm-based collation
 dist/I18N-Collate/t/I18N-Collate.t             See if I18N::Collate works
 dist/I18N-LangTags/ChangeLog                   I18N::LangTags
@@ -3502,12 +3688,14 @@ dist/IO/README                  IO extension maintenance notice
 dist/IO/t/cachepropagate-tcp.t See if IO::Socket duplication works
 dist/IO/t/cachepropagate-udp.t See if IO::Socket duplication works
 dist/IO/t/cachepropagate-unix.t        See if IO::Socket duplication works
+dist/IO/t/gh17447.t            Tests fix for #17447
 dist/IO/t/IO.t                 See if IO works
 dist/IO/t/io_const.t           See if constants from IO work
 dist/IO/t/io_dir.t             See if directory-related methods from IO work
 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_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
@@ -3573,14 +3761,16 @@ dist/Net-Ping/t/120_udp_inst.t          Ping Net::Ping
 dist/Net-Ping/t/130_tcp_inst.t         Ping Net::Ping
 dist/Net-Ping/t/140_stream_inst.t      Ping Net::Ping
 dist/Net-Ping/t/150_syn_inst.t         Ping Net::Ping
-dist/Net-Ping/t/190_alarm.t            Ping Net::Ping
+dist/Net-Ping/t/190_alarm.t                    Ping Net::Ping
 dist/Net-Ping/t/200_ping_tcp.t         Ping Net::Ping
 dist/Net-Ping/t/250_ping_hires.t       Ping Net::Ping
 dist/Net-Ping/t/300_ping_stream.t      Ping Net::Ping
 dist/Net-Ping/t/400_ping_syn.t         Ping Net::Ping
 dist/Net-Ping/t/410_syn_host.t         Ping Net::Ping
+dist/Net-Ping/t/420_ping_syn_port.t    Ping Net::Ping
 dist/Net-Ping/t/450_service.t          Ping Net::Ping
 dist/Net-Ping/t/500_ping_icmp.t                Ping Net::Ping
+dist/Net-Ping/t/501_ping_icmpv6.t      Ping Net::Ping
 dist/Net-Ping/t/510_ping_udp.t         Ping Net::Ping
 dist/Net-Ping/t/520_icmp_ttl.t         Ping Net::Ping
 dist/PathTools/Changes                 Changelog for PathTools dist
@@ -3639,7 +3829,6 @@ dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
 dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
 dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
 dist/SelfLoader/t/03taint.t            See if SelfLoader works under taint
-dist/Storable/__Storable__.pm  Template to generate Storable.pm
 dist/Storable/ChangeLog                        Storable extension
 dist/Storable/hints/gnukfreebsd.pl     Hint for Storable for named architecture
 dist/Storable/hints/gnuknetbsd.pl      Hint for Storable for named architecture
@@ -3649,8 +3838,8 @@ dist/Storable/Makefile.PL         Storable extension
 dist/Storable/MANIFEST                 Storable MANIFEST file
 dist/Storable/README                   Storable extension
 dist/Storable/stacksize                        compute stack sizes
+dist/Storable/Storable.pm              Storable perl module
 dist/Storable/Storable.xs              Storable extension
-dist/Storable/Storable.pm.PL   perl script to generate Storable.pm from template
 dist/Storable/t/attach.t               Check STORABLE_attach doesn't create objects unnecessarily
 dist/Storable/t/attach_errors.t                Trigger and test STORABLE_attach errors
 dist/Storable/t/attach_singleton.t     Test STORABLE_attach for the Singleton pattern
@@ -3661,7 +3850,6 @@ dist/Storable/t/code.t                    See if Storable works
 dist/Storable/t/compat01.t             See if Storable works
 dist/Storable/t/compat06.t             See if Storable works
 dist/Storable/t/croak.t                        See if Storable works
-dist/Storable/t/CVE-2015-1592.inc      See if Storable works
 dist/Storable/t/CVE-2015-1592.t                See if Storable works
 dist/Storable/t/dclone.t               See if Storable works
 dist/Storable/t/destroy.t              Test Storable in global destructon
@@ -3793,8 +3981,8 @@ dist/threads-shared/t/sv_simple.t thread shared variables
 dist/threads-shared/t/utf8.t           Test UTF-8 keys in shared hashes
 dist/threads-shared/t/wait.t           Test cond_wait and cond_timedwait
 dist/threads-shared/t/waithires.t      Test sub-second cond_timedwait
+dist/Tie-File/ChangeLog                        Tie::File
 dist/Tie-File/lib/Tie/File.pm          Files as tied arrays
-dist/Tie-File/t/00_version.t           Trivial test for Tie::File
 dist/Tie-File/t/01_gen.t               Generic read/write tests for Tie::File
 dist/Tie-File/t/02_fetchsize.t         File length fetch test for Tie::File
 dist/Tie-File/t/03_longfetch.t         Past-the-end-of-the-array tests for Tie::File
@@ -3832,6 +4020,7 @@ dist/Tie-File/t/33_defer_vs.t             Like 30_defer.t, but with varying-length records
 dist/Tie-File/t/40_abs_cache.t         Unit tests for Tie::File::Cache
 dist/Tie-File/t/41_heap.t              Unit tests for Tie::File::Heap
 dist/Tie-File/t/42_offset.t            Unit tests for the offset method
+dist/Tie-File/t/43_synopsis.t          Demonstrate correctness of Tie::File synopsis
 dist/Time-HiRes/Changes                        Time::HiRes extension
 dist/Time-HiRes/fallback/const-c.inc   Time::HiRes extension
 dist/Time-HiRes/fallback/const-xs.inc  Time::HiRes extension
@@ -3890,7 +4079,6 @@ doio.c                    I/O operations
 doop.c                 Support code for various operations
 dosish.h               Some defines for MS/DOSish machines
 dquote.c               Functions for double quotish contexts
-dquote_inline.h                Inline functions for double quotish contexts
 dump.c                 Debugging output
 ebcdic_tables.h                Generated tables included in utfebcdic.h
 embed.fnc              Database used by embed.pl
@@ -3929,6 +4117,7 @@ ext/B/t/f_map                     code from perldoc -f map
 ext/B/t/f_map.t                        converted to optreeCheck()s
 ext/B/t/f_sort                 optree test raw material
 ext/B/t/f_sort.t               optree test raw material
+ext/B/t/invlist.t              test B::INVLIST
 ext/B/t/o.t            See if O works
 ext/B/t/optree_check.t         test OptreeCheck apparatus
 ext/B/t/optree_concise.t       more B::Concise tests
@@ -3939,6 +4128,7 @@ ext/B/t/optree_sort.t             inplace sort optimization regression
 ext/B/t/optree_specials.t      BEGIN, END, etc code
 ext/B/t/optree_varinit.t       my,our,local var init optimization
 ext/B/t/OptreeCheck.pm         optree comparison tool
+ext/B/t/perlstring.t   See if B::perlstring output roundtrips properly
 ext/B/t/pragma.t       See if user pragmas work.
 ext/B/t/showlex.t      See if B::ShowLex works
 ext/B/t/strict.t       See if B works with strict and warnings.
@@ -3958,7 +4148,6 @@ ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
 ext/DynaLoader/dl_freemint.xs  GNU dld style implementation for FreeMINT
 ext/DynaLoader/dl_hpux.xs      HP-UX implementation
 ext/DynaLoader/dl_none.xs      Stub implementation
-ext/DynaLoader/dl_symbian.xs   Symbian implementation
 ext/DynaLoader/dl_vms.xs       VMS implementation
 ext/DynaLoader/dl_win32.xs     Win32 implementation
 ext/DynaLoader/dlutils.c       Dynamic loader utilities for dl_*.xs files
@@ -4162,6 +4351,7 @@ ext/POSIX/POSIX.xs                POSIX extension external subroutines
 ext/POSIX/t/export.t           Test @EXPORT and @EXPORT_OK
 ext/POSIX/t/iscrash            See if POSIX isxxx() crashes with threads on Win32
 ext/POSIX/t/math.t             Basic math tests for POSIX
+ext/POSIX/t/mb.t               Multibyte function tests for POSIX
 ext/POSIX/t/posix.t            See if POSIX works
 ext/POSIX/t/sigaction.t                See if POSIX::sigaction works
 ext/POSIX/t/sigset.t           See if POSIX::SigSet works
@@ -4211,6 +4401,7 @@ ext/SDBM_File/sdbm.h      SDBM kit
 ext/SDBM_File/SDBM_File.pm     SDBM extension Perl module
 ext/SDBM_File/SDBM_File.xs     SDBM extension external subroutines
 ext/SDBM_File/t/constants.t    See if SDBM_File constants work
+ext/SDBM_File/t/corrupt.t      See if SDBM_File handles corrupt files
 ext/SDBM_File/t/prep.t         See if SDBM_File with extra argument works
 ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/tune.h   SDBM kit
@@ -4220,7 +4411,6 @@ ext/Sys-Hostname/Hostname.pm      Sys::Hostname extension Perl module
 ext/Sys-Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys-Hostname/t/Hostname.t  See if Sys::Hostname works
 ext/Tie-Hash-NamedCapture/NamedCapture.pm      Implements %- and %+ behaviour
-ext/Tie-Hash-NamedCapture/NamedCapture.xs      Implements %- and %+ behaviour
 ext/Tie-Hash-NamedCapture/t/tiehash.t          Tests TIEHASH
 ext/Tie-Memoize/lib/Tie/Memoize.pm     Base class for memoized tied hashes
 ext/Tie-Memoize/t/Tie-Memoize.t                Test for Tie::Memoize
@@ -4271,6 +4461,7 @@ ext/XS-APItest/t/copstash.t       test alloccopstash
 ext/XS-APItest/t/copyhints.t   test hv_copy_hints_hv() API
 ext/XS-APItest/t/customop.t    XS::APItest: tests for custom ops
 ext/XS-APItest/t/cv_name.t     test cv_name
+ext/XS-APItest/t/delimcpy.t    test delimcpy
 ext/XS-APItest/t/eval-filter.t Simple source filter/eval test
 ext/XS-APItest/t/exception.t   XS::APItest extension
 ext/XS-APItest/t/extend.t      test EXTEND() macro
@@ -4296,6 +4487,7 @@ ext/XS-APItest/t/handy08.t        XS::APItest: tests for handy.h
 ext/XS-APItest/t/handy09.t     XS::APItest: tests for handy.h
 ext/XS-APItest/t/handy_base.pl XS::APItest: tests for handy.h
 ext/XS-APItest/t/hash.t                XS::APItest: tests for hash related APIs
+ext/XS-APItest/t/hv_macro.t    XS::APItest: tests for low level macros used in hashing
 ext/XS-APItest/t/join_with_space.t     test op_convert_list
 ext/XS-APItest/t/keyword_multiline.t   test keyword plugin parsing across lines
 ext/XS-APItest/t/keyword_plugin.t      test keyword plugin mechanism
@@ -4341,6 +4533,7 @@ ext/XS-APItest/t/stmtsasexpr.t    test recursive descent statement-sequence parsing
 ext/XS-APItest/t/stuff_modify_bug.t    test for eval side-effecting source string
 ext/XS-APItest/t/stuff_svcur_bug.t     test for a bug in lex_stuff_pvn
 ext/XS-APItest/t/subcall.t     Test XSUB calls
+ext/XS-APItest/t/subsignature.t        Test parse_subsignature()
 ext/XS-APItest/t/svcat.t       Test sv_catpvn
 ext/XS-APItest/t/svcatpvf.t    Test sv_catpvf argument reordering
 ext/XS-APItest/t/sviscow.t     Test SvIsCOW
@@ -4580,8 +4773,6 @@ lib/FileHandle.pm         Backward-compatible front end to IO extension
 lib/FileHandle.t               See if FileHandle works
 lib/filetest.pm                        For "use filetest"
 lib/filetest.t                 See if filetest works
-lib/FindBin.pm                 Find name of currently executing program
-lib/FindBin.t                  See if FindBin works
 lib/Getopt/Std.pm              Fetch command options (getopt, getopts)
 lib/Getopt/Std.t               See if Getopt::Std and Getopt::Long work
 lib/h2ph.t                     See if h2ph works like it should
@@ -4624,6 +4815,9 @@ lib/perl5db/t/EnableModule.pm     Tests for the Perl debugger
 lib/perl5db/t/eval-line-bug    Tests for the Perl debugger
 lib/perl5db/t/fact             Tests for the Perl debugger
 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/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
@@ -4632,6 +4826,8 @@ lib/perl5db/t/proxy-constants     Tests for the Perl debugger
 lib/perl5db/t/rt-104168                Tests for the Perl debugger
 lib/perl5db/t/rt-120174                Tests for the Perl debugger
 lib/perl5db/t/rt-121509-restart-after-chdir            Tests for the Perl debugger
+lib/perl5db/t/rt-124203                Test threads in the Perl debugger
+lib/perl5db/t/rt-124203b       Test threads in the Perl debugger
 lib/perl5db/t/rt-61222         Tests for the Perl debugger
 lib/perl5db/t/rt-66110         Tests for the Perl debugger
 lib/perl5db/t/source-cmd-test.perldb           Tests for the Perl debugger
@@ -4640,6 +4836,7 @@ lib/perl5db/t/symbol-table-bug    Tests for the Perl debugger
 lib/perl5db/t/taint            Tests for the Perl debugger
 lib/perl5db/t/test-a-statement-1       Tests for the Perl debugger
 lib/perl5db/t/test-a-statement-2       Tests for the Perl debugger
+lib/perl5db/t/test-a-statement-3       Tests for the Perl debugger
 lib/perl5db/t/test-dieLevel-option-1   Tests for the Perl debugger
 lib/perl5db/t/test-frame-option-1      Tests for the Perl debugger
 lib/perl5db/t/test-l-statement-1       Tests for the Perl debugger
@@ -4654,10 +4851,7 @@ lib/perl5db/t/uncalled-subroutine        Tests for the Perl debugger
 lib/perl5db/t/with-subroutine          Tests for the Perl debugger
 lib/perlbug.t                  Tests for the Perl bug reporter
 lib/PerlIO.pm                  PerlIO support module
-lib/Pod/t/InputObjects.t       See if Pod::InputObjects works
-lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/Usage.t              See if Pod::Usage works
-lib/Pod/t/utils.t              Test for Pod::ParseUtils
 lib/SelectSaver.pm             Enforce proper select scoping
 lib/SelectSaver.t              See if SelectSaver works
 lib/sigtrap.pm                 For trapping an abort and giving traceback
@@ -4714,7 +4908,7 @@ lib/unicore/DAge.txt                              Unicode character database
 lib/unicore/DCoreProperties.txt                        Unicode character database
 lib/unicore/DNormalizationProps.txt            Unicode character database
 lib/unicore/EastAsianWidth.txt                 Unicode character database
-lib/unicore/EmojiData.txt                      Unicode character database
+lib/unicore/emoji/emoji.txt                    Unicode character database
 lib/unicore/EmojiSources.txt                   Unicode character database
 lib/unicore/EquivalentUnifiedIdeograph.txt     Unicode character database
 lib/unicore/extracted/DBidiClass.txt           Unicode character database
@@ -4729,6 +4923,8 @@ lib/unicore/extracted/DLineBreak.txt              Unicode character database
 lib/unicore/extracted/DNumType.txt             Unicode character database
 lib/unicore/extracted/DNumValues.txt           Unicode character database
 lib/unicore/HangulSyllableType.txt             Unicode character database
+lib/unicore/IdStatus.txt                       Unicode UTS 39 database
+lib/unicore/IdType.txt                         Unicode UTS 39 database
 lib/unicore/Index.txt                          Unicode character database
 lib/unicore/IndicPositionalCategory.txt                Unicode character database
 lib/unicore/IndicSyllabicCategory.txt          Unicode character database
@@ -4750,6 +4946,7 @@ lib/unicore/ScriptExtensions.txt          Unicode character database
 lib/unicore/Scripts.txt                                Unicode character database
 lib/unicore/SpecialCasing.txt                  Unicode character database
 lib/unicore/StandardizedVariants.txt           Unicode character database
+lib/unicore/uni_keywords.pl                    Indices into array in charclass_invlists.h
 lib/unicore/UnicodeData.txt                    Unicode character database
 lib/unicore/version                            The version of the Unicode
 lib/unicore/VerticalOrientation.txt            Unicode character database
@@ -4760,7 +4957,6 @@ lib/User/pwent.pm         By-name interface to Perl's builtin getpw*
 lib/User/pwent.t               See if User::pwent works
 lib/utf8.pm                    Pragma to control Unicode support
 lib/utf8.t                     See if utf8 operations work
-lib/utf8_heavy.pl              Support routines for utf8 pragma
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" works
 lib/vars_carp.t                        See if "use vars" doesn't load Carp.pm per default
@@ -4928,8 +5124,8 @@ perl.c                            main()
 perl.h                         Global declarations
 perl_inc_macro.h               macro used to set \@INC using S_incpush_use_sep
 perl_langinfo.h                        Perl's version of <langinfo.h>
-perlapi.c                      Perl API functions
-perlapi.h                      Perl API function declarations
+perl_siphash.h                 Implementation of SipHash
+perlapi.h                      Empty backwards-compat include
 perldtrace.d                   D script for Perl probes
 perlio.c                       C code for PerlIO abstraction
 perlio.h                       PerlIO abstraction
@@ -4942,20 +5138,23 @@ perly.c                         parser code (NOT derived from perly.y)
 perly.h                                header file for perly.c; derived from perly.y
 perly.tab                      parser state tables; derived from perly.y
 perly.y                                Yacc grammar for perl
-plan9/aperl                    Shell to make Perl error messages Acme-friendly
+plan9/9front.patch             Plan9 port: patch for 9front-specific flavor of Plan 9
+plan9/aperl                    Plan9 port: shell to make Perl error messages Acme-friendly
 plan9/arpa/inet.h              Plan9 port: replacement C header file
 plan9/buildinfo                        Plan9 port: configuration information
 plan9/config.plan9             Plan9 port: config.h template
-plan9/config_h.sample          Plan9 port: 5.8.0 sample config.h
-plan9/config_sh.sample         Plan9 port: 5.8.0 sample config.sh
+plan9/config_h.sample          Plan9 port: 5.32.0 sample config.h
+plan9/config_sh.sample         Plan9 port: 5.32.0 sample config.sh
 plan9/exclude                  Plan9 port: tests to skip
 plan9/fndvers                  Plan9 port: update Perl version in config.plan9
 plan9/genconfig.pl             Plan9 port: generate config.sh
+plan9/math.h                   Plan9 port: Plan9-specific math.h
 plan9/mkfile                   Plan9 port: Mk driver for build
 plan9/myconfig.plan9           Plan9 port: script to print config summary
 plan9/plan9.c                  Plan9 port: Plan9-specific C routines
 plan9/plan9ish.h               Plan9 port: Plan9-specific C header file
 plan9/setup.rc                 Plan9 port: script for easy build+install
+plan9/uninstall.rc             Plan9 port: uninstall script
 plan9/versnum                  Plan9 port: script to print version number
 pod/buildtoc                   Generate pod/perltoc.pod and pod/roffitall
 pod/Makefile.SH                        generate Makefile which makes pods into something else
@@ -5000,12 +5199,20 @@ pod/perl5244delta.pod           Perl changes in version 5.24.4
 pod/perl5260delta.pod          Perl changes in version 5.26.0
 pod/perl5261delta.pod          Perl changes in version 5.26.1
 pod/perl5262delta.pod          Perl changes in version 5.26.2
+pod/perl5263delta.pod          Perl changes in version 5.26.3
 pod/perl5280delta.pod          Perl changes in version 5.28.0
-pod/perl5290delta.pod          Perl changes in version 5.29.0
-pod/perl5291delta.pod          Perl changes in version 5.29.1
-pod/perl5292delta.pod          Perl changes in version 5.29.2
-pod/perl5293delta.pod          Perl changes in version 5.29.3
-pod/perl5294delta.pod          Perl changes in version 5.29.4
+pod/perl5281delta.pod          Perl changes in version 5.28.1
+pod/perl5282delta.pod          Perl changes in version 5.28.2
+pod/perl5283delta.pod          Perl changes in version 5.28.3
+pod/perl5300delta.pod          Perl changes in version 5.30.0
+pod/perl5301delta.pod          Perl changes in version 5.30.1
+pod/perl5302delta.pod          Perl changes in version 5.30.2
+pod/perl5303delta.pod          Perl changes in version 5.30.3
+pod/perl5320delta.pod          Perl changes in version 5.32.0
+pod/perl5330delta.pod          Perl changes in version 5.33.0
+pod/perl5331delta.pod          Perl changes in version 5.33.1
+pod/perl5332delta.pod          Perl changes in version 5.33.2
+pod/perl5333delta.pod          Perl changes in version 5.33.3
 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
@@ -5090,6 +5297,7 @@ pod/perlreref.pod         Perl regular expressions quick reference
 pod/perlretut.pod              Perl regular expressions tutorial
 pod/perlrun.pod                        Perl execution and options
 pod/perlsec.pod                        Perl security
+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
@@ -5179,6 +5387,7 @@ Porting/release_announcement_template.txt
 Porting/release_managers_guide.pod     Release Manager's Guide
 Porting/release_schedule.pod   Schedule for future releases
 Porting/rt_list_patches                A tool to help you apply patches from RT
+Porting/security_template.pod  Template for vulnerability announcements
 Porting/sort_perldiag.pl       Keep our diagnostics orderly
 Porting/sync-with-cpan         Sync with CPAN
 Porting/timecheck.c            Test program for the 2038 fix
@@ -5202,8 +5411,7 @@ README.aix                        Perl notes for AIX
 README.amiga                   Perl notes for AmigaOS
 README.android                 Perl notes for Android
 README.bs2000                  Perl notes for POSIX-BC BS2000
-README.ce                      Perl notes for WinCE
-README.cn                      Perl for Simplified Chinese (in EUC-CN)
+README.cn                      Perl for Simplified Chinese (in UTF-8)
 README.cygwin                  Perl notes for Cygwin
 README.dos                     Perl notes for DOS
 README.freebsd                 Perl notes for FreeBSD
@@ -5226,7 +5434,6 @@ README.plan9                      Perl notes for Plan 9
 README.qnx                     Perl notes for QNX
 README.riscos                  Perl notes for RISC OS
 README.solaris                 Perl notes for Solaris
-README.symbian                 Perl notes for Symbian
 README.synology                        Perl notes for Synology
 README.tru64                   Perl notes for Tru64
 README.tw                      Perl for Traditional Chinese (in Big5)
@@ -5274,59 +5481,10 @@ runtests.SH                     A script that generates runtests
 sbox32_hash.h                  SBox hash code (32 Bit SBOX based hash function)
 scope.c                                Scope entry and exit code
 scope.h                                Scope entry and exit header
+SECURITY.md                    Add Security Policy for GitHub
 stadtx_hash.h                  StadtX hash code (64 Bit fast hash function)
 sv.c                           Scalar value code
 sv.h                           Scalar value header
-symbian/bld.inf                        Symbian sample app build config
-symbian/config.pl              Configuration script for Symbian
-symbian/config.sh              Configuration data for Symbian
-symbian/cwd.pl                 Helper code for config.pl
-symbian/demo_pl                        "Archive" of demo code
-symbian/ext/Moped/Msg/bld.inf  Demo extension build configuration
-symbian/ext/Moped/Msg/location.pl      Demo extension script
-symbian/ext/Moped/Msg/Msg.mmp  Demo extension building
-symbian/ext/Moped/Msg/Msg.pkg  Demo extension packaging
-symbian/ext/Moped/Msg/Msg.pm   Demo extension Perl glue
-symbian/ext/Moped/Msg/Msg.xs   Demo extension code
-symbian/ext/Moped/Msg/README   Demo extension documentation
-symbian/find_writeable_data.pl Development utility
-symbian/hexdump.pl             Helper for sisify.pl updating
-symbian/install.cfg            Installation instructions
-symbian/makesis.pl             Installation file creator
-symbian/PerlApp.cpp            Symbian app launcher code
-symbian/PerlApp.h              Symbian app launcher header
-symbian/PerlApp.hrh            Symbian app launcher resource header
-symbian/PerlAppAif.rss         Symbian app launcher code
-symbian/PerlBase.cpp           Symbian Perl base class
-symbian/PerlBase.h             Symbian Perl base class header
-symbian/PerlBase.pod           Symbian Perl base class documentation
-symbian/PerlRecog.cpp          Symbian recognizer code
-symbian/PerlRecog.mmp          Symbian recognizer build
-symbian/PerlUi.cpp             Symbian Perl UI class
-symbian/PerlUi.h               Symbian Perl UI class header
-symbian/PerlUi.hrh             Symbian Perl UI class resource header
-symbian/PerlUiS60.rss          Symbian app launcher resource definition
-symbian/PerlUiS80.rss          Symbian app launcher resource definition
-symbian/PerlUiS90.rss          Symbian app launcher resource definition
-symbian/PerlUiUIQ.rss          Symbian app launcher resource definition
-symbian/PerlUtil.cpp           Symbian Perl utility class
-symbian/PerlUtil.h             Symbian Perl utility class header
-symbian/PerlUtil.pod           Symbian Perl utility class documentation
-symbian/port.pl                        Helper code for config.pl
-symbian/README                 ReadMe for the Symbian files
-symbian/sanity.pl              Helper code for config.pl
-symbian/sdk.pl                 Helper code for config.pl
-symbian/sisify.pl              Packaging utility
-symbian/symbian_dll.cpp                The DLL stub for Symbian
-symbian/symbian_proto.h                Prototypes for Symbian
-symbian/symbian_stubs.c                Stub routines for Symbian
-symbian/symbian_stubs.h                Stub headers for Symbian
-symbian/symbian_utils.cpp      Helper routines for Symbian
-symbian/symbianish.h           Header for Symbian
-symbian/TODO                   Symbian things to do
-symbian/uid.pl                 Helper code for config.pl
-symbian/version.pl             Helper code for config.pl
-symbian/xsbuild.pl             Building extensions
 t/base/cond.t                  See if conditionals work
 t/base/if.t                    See if if works
 t/base/lex.t                   See if lexical items work
@@ -5336,7 +5494,7 @@ t/base/rs.t                       See if record-read works
 t/base/term.t                  See if various terms work
 t/base/translate.t             See if character set translation works
 t/base/while.t                 See if while work
-t/benchmark/rt26188-speed-up-keys-on-empty-hash.t      Benchmark if keys on empty hashes is fast enough
+t/benchmark/gh7094-speed-up-keys-on-empty-hash.t       Benchmark if keys on empty hashes is fast enough
 t/bigmem/hash.t                        Check hashing too large strings throws an exception
 t/bigmem/index.t               Check that index() handles large offsets
 t/bigmem/pos.t                 Check that pos() handles large offsets
@@ -5393,6 +5551,7 @@ t/io/errno.t                      See if $! is correctly set
 t/io/errnosig.t                        Test case for restoration $! when leaving signal handlers
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
+t/io/getcwd.t                  See if Internals::getcwd is sane
 t/io/inplace.t                 See if inplace editing works
 t/io/iofile.t                  See if we can load IO::File on demand
 t/io/iprefix.t                 See if inplace editing works with prefixes
@@ -5400,6 +5559,7 @@ t/io/layers.t                     See if PerlIO layers work
 t/io/nargv.t                   See if nested ARGV stuff works
 t/io/open.t                    See if open works
 t/io/openpid.t                 See if open works for subprocesses
+t/io/paragraph_mode.t                  See if paragraph mode works
 t/io/perlio.t                  See if PerlIO works
 t/io/perlio_fail.t             See if bad layers fail
 t/io/perlio_leaks.t            See if PerlIO layers are leaking
@@ -5418,6 +5578,7 @@ t/io/tell.t                       See if file seeking works
 t/io/through.t                 See if pipe passes data intact
 t/io/utf8.t                    See if file seeking works
 t/japh/abigail.t               Obscure tests
+t/lib/CannotParse.pm           For test case in op/require_errors.t
 t/lib/charnames/alias          Tests of "use charnames" with aliases.
 t/lib/Cname.pm                 Test charnames in regexes (op/pat.t)
 t/lib/common.pl                        Helper for lib/{warnings,feature}.t
@@ -5443,8 +5604,11 @@ t/lib/Devel/nodb.pm              Module for t/run/switchd.t
 t/lib/Devel/switchd.pm         Module for t/run/switchd.t
 t/lib/Devel/switchd_empty.pm   Module for t/run/switchd.t
 t/lib/Devel/switchd_goto.pm    Module for t/run/switchd.t
+t/lib/feature/bits             Tests for feature bit handling
 t/lib/feature/bundle           Tests for feature bundles
 t/lib/feature/implicit         Tests for implicit loading of feature.pm
+t/lib/feature/indirect         Tests for enabling/disabling indirect method calls
+t/lib/feature/multidimensional Tests for enabling/disabling $foo{$x, y} => $foo{join($;, $x, $y)}
 t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
 t/lib/feature/removed          Tests for enabling/disabling removed feature
 t/lib/feature/say              Tests for enabling/disabling say feature
@@ -5480,7 +5644,6 @@ t/lib/warnings/9enabled           Tests warnings
 t/lib/warnings/9uninit         Tests "Use of uninitialized" warnings
 t/lib/warnings/av              Tests for av.c for warnings.t
 t/lib/warnings/doio            Tests for doio.c for warnings.t
-t/lib/warnings/doop            Tests for doop.c for warnings.t
 t/lib/warnings/gv              Tests for gv.c for warnings.t
 t/lib/warnings/hv              Tests for hv.c for warnings.t
 t/lib/warnings/malloc          Tests for malloc.c for warnings.t
@@ -5603,6 +5766,7 @@ t/op/chop.t                       See if chop works
 t/op/chr.t                     See if chr works
 t/op/closure.t                 See if closures work
 t/op/closure_test.pl           Extra file for closure.t
+t/op/cmpchain.t                        See if comparison chaining works
 t/op/concat2.t                 Tests too complex for concat.t
 t/op/cond.t                    See if conditional expressions work
 t/op/const-optree.t            Tests for sub(){...} becoming constant
@@ -5633,7 +5797,7 @@ t/op/exec.t                       See if exec, system and qx work
 t/op/exists_sub.t              See if exists(&sub) works
 t/op/exp.t                     See if math functions work
 t/op/fh.t                      See if filehandles work
-t/op/filehandle.t              Tests for http://rt.perl.org/rt3/Ticket/Display.html?id=72586
+t/op/filehandle.t              Tests for https://github.com/Perl/perl5/issues/10133
 t/op/filetest.t                        See if file tests work
 t/op/filetest_stack_ok.t       See if file tests leave their argument on the stack
 t/op/filetest_t.t              See if -t file test works
@@ -5665,6 +5829,7 @@ t/op/index.t                      See if index works
 t/op/index_thr.t               See if index works in another thread
 t/op/infnan.t                  See if inf/nan work
 t/op/int.t                     See if int works
+t/op/isa.t                     See if isa works
 t/op/join.t                    See if join works
 t/op/kill0.t                   See if kill works
 t/op/kill0_child               Process tree script that is kill()ed
@@ -5729,6 +5894,7 @@ t/op/runlevel.t                   See if die() works from perl_call_*()
 t/op/select.t                  See if 0- and 1-argument select works
 t/op/setpgrpstack.t            See if setpgrp works
 t/op/sigdispatch.t             See if signals are always dispatched
+t/op/signame_canonical.t       See if duplicate signal names always use the canonical name when the handler is invoked.
 t/op/signatures.t              See if sub signatures work
 t/op/sigsystem.t               See if system and SIGCHLD handlers play together nicely
 t/op/sleep.t                   See if sleep works
@@ -5769,6 +5935,7 @@ t/op/tiehandle.t          See if tie for handles works
 t/op/time.t                    See if time functions work
 t/op/time_loop.t               Test that very large values don't hang gmtime and localtime.
 t/op/tr.t                      See if tr works
+t/op/tr_latin1.t               See if tr works, but file isn't encoded in UTF-8
 t/op/undef.t                   See if undef works
 t/op/universal.t               See if UNIVERSAL class works
 t/op/unlink.t                  See if unlink works
@@ -5842,8 +6009,17 @@ t/porting/test_bootstrap.t       Test that the instructions for test bootstrapping are
 t/porting/utils.t              Check that utility scripts still compile
 t/re/alpha_assertions.t                See if things like '(*postive_lookahed:...) work properly
 t/re/anyof.t                   See if bracketed char classes [...] compile properly
+t/re/begin-once.t              Checking that /o freeze a variable in a RegExp
+t/re/bigfuzzy_not_utf8.t       Big and ugly tests not storable as UTF-8
 t/re/charset.t                 See if regex modifiers like /d, /u work properly
-t/re/fold_grind.t              See if case folding works properly
+t/re/fold_grind.pl             Core file to see if regex case folding works properly
+t/re/fold_grind_8.t            Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
+t/re/fold_grind_a.t            Wrapper for fold_grind.pl for /a testing
+t/re/fold_grind_aa.t           Wrapper for fold_grind.pl for /aa testing
+t/re/fold_grind_d.t            Wrapper for fold_grind.pl for /d testing
+t/re/fold_grind_l.t            Wrapper for fold_grind.pl for /l testing with a C locale
+t/re/fold_grind_T.t            Wrapper for fold_grind.pl for /l testing with a Turkic locale
+t/re/fold_grind_u.t            Wrapper for fold_grind.pl for /u testing
 t/re/keep_tabs.t               Tests where \t can't be expanded.
 t/re/no_utf8_pm.t              Verify utf8.pm doesn't get loaded unless required
 t/re/overload.t                Test against string corruption in pattern matches on overloaded objects
@@ -5909,6 +6085,7 @@ t/re/uniprops07.t         Test unicode \p{} regex constructs
 t/re/uniprops08.t              Test unicode \p{} regex constructs
 t/re/uniprops09.t              Test unicode \p{} regex constructs
 t/re/uniprops10.t              Test unicode \p{} regex constructs
+t/re/user_prop_race_thr.t      Test races in user-defined \p{} under threads
 t/README                       Instructions for regression tests
 t/run/cloexec.t                        Test close-on-exec.
 t/run/dtrace.pl                        For dtrace.t
@@ -5950,7 +6127,6 @@ t/test_pl/tempfile.t              Tests for the simple testing library
 t/thread_it.pl                 Run regression tests in a new thread
 t/uni/attrs.t                  See if Unicode attributes work
 t/uni/bless.t                  See if Unicode bless works
-t/uni/cache.t                  See if Unicode swash caching works
 t/uni/caller.t                 See if Unicode doesn't get mangled in caller()
 t/uni/case.pl                  See if Unicode casing works
 t/uni/chomp.t                  See if Unicode chomp works
@@ -6029,6 +6205,7 @@ utils/ptardiff.PL         The ptardiff utility
 utils/ptargrep.PL              The ptargrep utility
 utils/shasum.PL                        filter for computing SHA digests (analogous to md5sum)
 utils/splain.PL                        Stand-alone version of diagnostics.pm
+utils/streamzip.PL
 utils/xsubpp.PL                        External subroutine preprocessor
 utils/zipdetails.PL                    display the internal structure of zip files
 vms/descrip_mms.template       Template MM[SK] description file for build
@@ -6057,17 +6234,8 @@ win32/bin/perlglob.pl            Win32 globbing
 win32/bin/pl2bat.pl            wrap perl scripts into batch files
 win32/bin/runperl.pl           run perl script via batch file namesake
 win32/bin/search.pl            Win32 port
-win32/ce-helpers/cecopy-lib.pl WinCE port
-win32/ce-helpers/comp.pl       WinCE port
-win32/ce-helpers/compile.bat   WinCE port
-win32/ce-helpers/compile-all.bat       WinCE port
-win32/ce-helpers/makedist.pl   WinCE port
-win32/ce-helpers/registry.bat  WinCE port
-win32/ce-helpers/sdsdkenv.bat  WinCE port
-win32/config.ce                        WinCE port
 win32/config.gc                        Win32 base line config.sh (MinGW build)
 win32/config.vc                        Win32 base line config.sh (Visual C++ build)
-win32/config_H.ce              WinCE port
 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)
@@ -6084,32 +6252,24 @@ win32/include/sys/errno2.h      Win32 port
 win32/include/sys/socket.h     Win32 port
 win32/list_static_libs.pl      prints libraries for static linking
 win32/Makefile                 Win32 makefile for NMAKE (Visual C++ build)
-win32/Makefile.ce              WinCE port
 win32/makefile.mk              Win32 makefile for DMAKE (BC++, VC++ builds)
-win32/perl.rc                  WinCE port
 win32/perlexe.ico              perlexe.ico image file
 win32/perlexe.manifest         Assembly manifest file
 win32/perlexe.rc               associated perl binary with icon
 win32/perlglob.c               Win32 port
 win32/perlhost.h               Perl "host" implementation
 win32/perllib.c                        Win32 port
-win32/perlmaince.c             WinCE port
 win32/pod.mak                  Win32 port
 win32/runperl.c                        Win32 port
-win32/vdir.h                   Perl "host" virtual directory manager for CE
-win32/vmem.h                   Perl "host" memory manager for CE
+win32/vdir.h                   Perl "host" virtual directory manager for Win32
+win32/vmem.h                   Perl "host" memory manager for Win32
 win32/win32.c                  Win32 port
 win32/win32.h                  Win32 port
-win32/win32ceio.c              Win32/WinCE PerlIO layer support
 win32/win32io.c                        Win32 PerlIO layer support
 win32/win32iop.h               Win32 port
-win32/win32iop-o.h             WinCE port
 win32/win32sck.c               Win32 port
 win32/win32thread.c            Win32 functions for threads
 win32/win32thread.h            Win32 port mapping to threads
-win32/wince.c                  WinCE port
-win32/wince.h                  WinCE port
-win32/wincesck.c               WinCE port
 write_buildcustomize.pl                Generate lib/buildcustomize.pl
 XSUB.h                         Include file for extension subroutines
 zaphod32_hash.h                        Zaphod32 hash code (32 bit fast hash function)