This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Improve re debug output by showing buffer names if they exist
[perl5.git] / MANIFEST
index 5501d78..31c59fe 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,6 +3,7 @@ AUTHORS                 Contact info for contributors
 autodoc.pl             Creates pod/perlintern.pod and pod/perlapi.pod
 av.c                   Array value code
 av.h                   Array value header
+caretx.c               C file to create $^X
 cflags.SH              A script that emits C compilation flags per file
 Changes                        Describe how to peruse changes between releases
 charclass_invlists.h   Compiled-in inversion lists
@@ -25,6 +26,7 @@ cpan/Archive-Tar/t/03_file.t                          Archive::Tar tests
 cpan/Archive-Tar/t/04_resolved_issues.t                        Archive::Tar tests
 cpan/Archive-Tar/t/05_iter.t                           Archive::Tar tests
 cpan/Archive-Tar/t/06_error.t                          Archive::Tar tests
+cpan/Archive-Tar/t/08_ptargrep.t
 cpan/Archive-Tar/t/90_symlink.t                                Archive::Tar tests
 cpan/Archive-Tar/t/99_pod.t                            Archive::Tar tests
 cpan/Archive-Tar/t/src/header/signed.tar               Archive::Tar tests
@@ -42,9 +44,13 @@ cpan/autodie/lib/autodie/exception.pm                Exception class for autodie
 cpan/autodie/lib/autodie/exception/system.pm   Exception class for autodying system()
 cpan/autodie/lib/autodie/hints.pm      Hinting interface for autodie
 cpan/autodie/lib/autodie.pm            Functions succeed or die with lexical scope
+cpan/autodie/lib/autodie/Scope/Guard.pm
+cpan/autodie/lib/autodie/Scope/GuardStack.pm
+cpan/autodie/lib/autodie/ScopeUtil.pm
 cpan/autodie/lib/autodie/skip.pm
 cpan/autodie/lib/Fatal.pm              Make errors in functions/builtins fatal
 cpan/autodie/t/00-load.t               autodie - basic load
+cpan/autodie/t/args.t
 cpan/autodie/t/autodie_skippy.pm
 cpan/autodie/t/autodie.t               autodie - Basic functionality
 cpan/autodie/t/autodie_test_module.pm  autodie - test helper
@@ -100,13 +106,13 @@ cpan/autodie/t/no_carp.t
 cpan/autodie/t/open.t                  autodie - Testing open
 cpan/autodie/t/recv.t                  autodie - send/recv tests
 cpan/autodie/t/repeat.t                        autodie - repeat autodie leak tests
+cpan/autodie/t/rt-74246.t
 cpan/autodie/t/scope_leak.t            autodie - file scope leak tests
 cpan/autodie/t/skip.t
 cpan/autodie/t/string-eval-basic.t     autodie - Basic string eval test
 cpan/autodie/t/string-eval-leak.t      autodie - String eval leak test
 cpan/autodie/t/sysopen.t               autodie - sysopen tests
 cpan/autodie/t/touch_me
-cpan/autodie/t/truncate_me
 cpan/autodie/t/truncate.t              autodie - File truncation tests
 cpan/autodie/t/unlink.t                        autodie - Unlink system tests.
 cpan/autodie/t/user-context.t          autodie - Context changes for usersubs
@@ -121,79 +127,6 @@ cpan/AutoLoader/t/01AutoLoader.t   See if AutoLoader works
 cpan/AutoLoader/t/02AutoSplit.t                See if AutoSplit works
 cpan/B-Debug/Debug.pm  Compiler Debug backend
 cpan/B-Debug/t/debug.t See if B::Debug works
-cpan/CGI/Changes                       Changelog for CGI.pm
-cpan/CGI/examples/caution.xbm          CGI example
-cpan/CGI/examples/clickable_image.cgi  CGI example
-cpan/CGI/examples/cookie.cgi           CGI example
-cpan/CGI/examples/crash.cgi            CGI example
-cpan/CGI/examples/customize.cgi                CGI example
-cpan/CGI/examples/diff_upload.cgi      CGI example
-cpan/CGI/examples/dna.small.gif                Small image for CGI examples
-cpan/CGI/examples/file_upload.cgi      CGI example
-cpan/CGI/examples/frameset.cgi         CGI example
-cpan/CGI/examples/index.html           Index page for CGI examples
-cpan/CGI/examples/internal_links.cgi   CGI example
-cpan/CGI/examples/javascript.cgi       CGI example
-cpan/CGI/examples/make_links.pl                CGI example
-cpan/CGI/examples/monty.cgi            CGI example
-cpan/CGI/examples/multiple_forms.cgi   CGI example
-cpan/CGI/examples/nph-clock.cgi                CGI example
-cpan/CGI/examples/nph-multipart.cgi    CGI example
-cpan/CGI/examples/popup.cgi            CGI example
-cpan/CGI/examples/save_state.cgi       CGI example
-cpan/CGI/examples/tryit.cgi            CGI example
-cpan/CGI/examples/wilogo.gif           CGI example
-cpan/CGI/lib/CGI/Apache.pm             Support for Apache's Perl module
-cpan/CGI/lib/CGI/Carp.pm               Log server errors with helpful context
-cpan/CGI/lib/CGI/Cookie.pm             Interface to Netscape Cookies
-cpan/CGI/lib/CGI/Fast.pm               Support for FastCGI (persistent server process)
-cpan/CGI/lib/CGI.pm                    Web server interface ("Common Gateway Interface")
-cpan/CGI/lib/CGI/Pretty.pm             Output nicely formatted HTML
-cpan/CGI/lib/CGI/Push.pm               Support for server push
-cpan/CGI/lib/CGI/Switch.pm             Simple interface for multiple server types
-cpan/CGI/lib/CGI/Util.pm               Utility functions
-cpan/CGI/t/apache.t                    See if CGI::Apache still loads
-cpan/CGI/t/autoescape.t                        See if CGI.pm works
-cpan/CGI/t/can.t                       See if CGI.pm works
-cpan/CGI/t/carp.t                      See if CGI::Carp works
-cpan/CGI/t/charset.t                   See if CGI::Carp works
-cpan/CGI/t/checkbox_group.t            See if CGI.pm works
-cpan/CGI/t/cookie.t                    See if CGI::Cookie works
-cpan/CGI/t/delete.t                    See if CGI.pm works
-cpan/CGI/t/Dump.t                      See if CGI->Dump works
-cpan/CGI/t/end_form.t                  See if CGI.pm works
-cpan/CGI/t/form.t                      See if CGI.pm works
-cpan/CGI/t/function.t                  See if CGI.pm works
-cpan/CGI/t/headers.t                   See if CGI.pm works
-cpan/CGI/t/hidden.t                    See if CGI.pm works
-cpan/CGI/t/html.t                      See if CGI.pm works
-cpan/CGI/t/http.t                      See if CGI.pm works
-cpan/CGI/t/init.t                      See if CGI.pm works
-cpan/CGI/t/init_test.txt               See if CGI.pm works
-cpan/CGI/t/multipart_init.t            See if CGI.pm works
-cpan/CGI/t/no_tabindex.t               See if CGI.pm works
-cpan/CGI/t/param_fetch.t               See if CGI pop menus work
-cpan/CGI/t/popup_menu.t                        See if CGI pop menus work
-cpan/CGI/t/pretty.t                    See if CGI.pm works
-cpan/CGI/t/push.t                      See if CGI::Push works
-cpan/CGI/t/query_string.t              See if CGI->query_string() works
-cpan/CGI/t/request.t                   See if CGI.pm works
-cpan/CGI/t/rt-52469.t                  See if CGI.pm works
-cpan/CGI/t/save_read_roundtrip.t       See if CGI.pm works
-cpan/CGI/t/start_end_asterisk.t                See if CGI.pm works
-cpan/CGI/t/start_end_end.t             See if CGI.pm works
-cpan/CGI/t/start_end_start.t           See if CGI.pm works
-cpan/CGI/t/switch.t                    See if CGI::Switch still loads
-cpan/CGI/t/tmpdir.t                    See if CGI.pm works
-cpan/CGI/t/unescapeHTML.t              See if CGI::unescapeHTML() works
-cpan/CGI/t/uploadInfo.t                        See if CGI.pm works
-cpan/CGI/t/upload_post_text.txt                Test data for CGI.pm
-cpan/CGI/t/upload.t                    See if CGI.pm works
-cpan/CGI/t/url.t                       See if CGI.pm works
-cpan/CGI/t/user_agent.t                        See if CGI->user_agent() works
-cpan/CGI/t/utf8.t                      See if CGI.pm works
-cpan/CGI/t/util-58.t                   See if 5.8-dependent features work
-cpan/CGI/t/util.t                      See if CGI.pm works
 cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
@@ -205,34 +138,30 @@ cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
 cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
 cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
 cpan/Compress-Raw-Bzip2/Bzip2.xs
-cpan/Compress-Raw-Bzip2/Changes
 cpan/Compress-Raw-Bzip2/fallback/constants.h
 cpan/Compress-Raw-Bzip2/fallback/constants.xs
 cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
 cpan/Compress-Raw-Bzip2/Makefile.PL
 cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
-cpan/Compress-Raw-Bzip2/README
 cpan/Compress-Raw-Bzip2/t/000prereq.t
 cpan/Compress-Raw-Bzip2/t/01bzip2.t
 cpan/Compress-Raw-Bzip2/t/09limitoutput.t
+cpan/Compress-Raw-Bzip2/t/19nonpv.t
 cpan/Compress-Raw-Bzip2/t/99pod.t
 cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
 cpan/Compress-Raw-Bzip2/typemap
-cpan/Compress-Raw-Zlib/Changes                 Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/config.in               Compress::Raw::Zlib
-cpan/Compress-Raw-Zlib/examples/filtdef                Compress::Raw::Zlib
-cpan/Compress-Raw-Zlib/examples/filtinf                Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/fallback/constants.h    Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/fallback/constants.xs   Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm        Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/Makefile.PL             Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/private/MakeUtil.pm     Compress::Raw::Zlib
-cpan/Compress-Raw-Zlib/README                  Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/01version.t           Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/02zlib.t              Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/07bufsize.t           Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/09limitoutput.t       Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/t/18lvalue.t            Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/19nonpv.t
 cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
 cpan/Compress-Raw-Zlib/typemap                 Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/zlib-src/adler32.c      Compress::Raw::Zlib
@@ -257,13 +186,18 @@ cpan/Compress-Raw-Zlib/zlib-src/zlib.h            Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/zlib-src/zutil.c                Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/zlib-src/zutil.h                Compress::Raw::Zlib
 cpan/Compress-Raw-Zlib/Zlib.xs                 Compress::Raw::Zlib
-cpan/Config-Perl-V/t/00_pod.t                  Config::Perl::V
-cpan/Config-Perl-V/t/01_pod.t                  Config::Perl::V
 cpan/Config-Perl-V/t/10_base.t                 Config::Perl::V
-cpan/Config-Perl-V/t/20_plv510.t               Config::Perl::V
-cpan/Config-Perl-V/t/21_plv518.t               Config::Perl::V
+cpan/Config-Perl-V/t/20_plv56.t                        Config::Perl::V
+cpan/Config-Perl-V/t/21_plv58.t                        Config::Perl::V
+cpan/Config-Perl-V/t/22_plv510.t               Config::Perl::V
+cpan/Config-Perl-V/t/23_plv512.t               Config::Perl::V
+cpan/Config-Perl-V/t/24_plv514.t               Config::Perl::V
+cpan/Config-Perl-V/t/25_plv5162.t              Config::Perl::V
+cpan/Config-Perl-V/t/25_plv516.t               Config::Perl::V
+cpan/Config-Perl-V/t/26_plv5182.t              Config::Perl::V
+cpan/Config-Perl-V/t/26_plv518.t               Config::Perl::V
+cpan/Config-Perl-V/t/27_plv5200.t              Config::Perl::V
 cpan/Config-Perl-V/V.pm                                Config::Perl::V
-cpan/CPAN/Changes                              CPAN.pm Changes file
 cpan/CPAN/lib/App/Cpan.pm              helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/API/HOWTO.pod               recipe book for programming with CPAN.pm
 cpan/CPAN/lib/CPAN/Author.pm           helper package for CPAN.pm
@@ -301,15 +235,19 @@ cpan/CPAN/lib/CPAN/Shell.pm
 cpan/CPAN/lib/CPAN/Tarzip.pm           helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/URL.pm
 cpan/CPAN/lib/CPAN/Version.pm          Simple math with different flavors of version strings
-cpan/CPAN-Meta/Changes
 cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
 cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
+cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
+cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
+cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
+cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
+cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
 cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
+cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
 cpan/CPAN-Meta/lib/CPAN/Meta.pm
 cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
 cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
 cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
-cpan/CPAN-Meta-Requirements/Changes
 cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
 cpan/CPAN-Meta-Requirements/t/accepts.t
 cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
@@ -319,6 +257,7 @@ cpan/CPAN-Meta-Requirements/t/from-hash.t
 cpan/CPAN-Meta-Requirements/t/merge.t
 cpan/CPAN-Meta/t/converter-bad.t
 cpan/CPAN-Meta/t/converter-fail.t
+cpan/CPAN-Meta/t/converter-fragments.t
 cpan/CPAN-Meta/t/converter.t
 cpan/CPAN-Meta/t/data-fail/META-1_0.yml
 cpan/CPAN-Meta/t/data-fail/META-1_1.yml
@@ -352,6 +291,7 @@ cpan/CPAN-Meta/t/data-test/META-1_2.yml
 cpan/CPAN-Meta/t/data-test/META-1_3.yml
 cpan/CPAN-Meta/t/data-test/META-1_4.yml
 cpan/CPAN-Meta/t/data-test/META-2.json
+cpan/CPAN-Meta/t/data-test/META-2.meta
 cpan/CPAN-Meta/t/data-test/provides-version-missing.json
 cpan/CPAN-Meta/t/data-test/resources.yml
 cpan/CPAN-Meta/t/data-test/restricted-2.json
@@ -368,6 +308,7 @@ cpan/CPAN-Meta/t/data-valid/META-1_0.yml
 cpan/CPAN-Meta/t/data-valid/META-1_1.yml
 cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
 cpan/CPAN-Meta/t/load-bad.t
+cpan/CPAN-Meta/t/merge.t
 cpan/CPAN-Meta/t/meta-obj.t
 cpan/CPAN-Meta/t/no-index.t
 cpan/CPAN-Meta/t/prereqs-finalize.t
@@ -378,33 +319,53 @@ cpan/CPAN-Meta/t/save-load.t
 cpan/CPAN-Meta/t/strings.t
 cpan/CPAN-Meta/t/validator.t
 cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm              CPAN-Meta-YAML files
+cpan/CPAN-Meta-YAML/t/01_api.t
 cpan/CPAN-Meta-YAML/t/01_compile.t             CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/02_basic.t               CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/03_regression.t          CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/05_export.t              CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/11_meta_yml.t            CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/12_plagger.t             CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/13_perl_smith.t          CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/14_yaml_org.t            CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/15_multibyte.t           CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/16_nullrefs.t            CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/17_toolbar.t             CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/18_tap.t         CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/19_errors.t              CPAN-Meta-YAML files
+cpan/CPAN-Meta-YAML/t/10_read.t
+cpan/CPAN-Meta-YAML/t/11_read_string.t
+cpan/CPAN-Meta-YAML/t/12_write.t
+cpan/CPAN-Meta-YAML/t/13_write_string.t
 cpan/CPAN-Meta-YAML/t/20_subclass.t            CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/21_bom.t         CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/22_comments.t            CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/HTML-WebDAO.yml             CPAN-Meta-YAML files
+cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
+cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
+cpan/CPAN-Meta-YAML/t/31_local_tml.t
+cpan/CPAN-Meta-YAML/t/32_world_tml.t
+cpan/CPAN-Meta-YAML/t/data/ascii.yml
+cpan/CPAN-Meta-YAML/t/data/latin1.yml
 cpan/CPAN-Meta-YAML/t/data/multibyte.yml               CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/one.yml             CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/sample.yml          CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/Spreadsheet-Read.yml                CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/Template-Provider-Unicode-Japanese.yml              CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/toolbar.yml         CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/two.yml             CPAN-Meta-YAML files
 cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml           CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/data/vanilla.yml         CPAN-Meta-YAML files
-cpan/CPAN-Meta-YAML/t/lib/Test.pm              CPAN-Meta-YAML files
+cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
+cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
+cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
+cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
+cpan/CPAN-Meta-YAML/t/README.md
+cpan/CPAN-Meta-YAML/t/tml
+cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
+cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
+cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
+cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
+cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
+cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
+cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
+cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
+cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
+cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
+cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
+cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
+cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
+cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
 cpan/CPAN/PAUSE2003.pub                CPAN public key
 cpan/CPAN/PAUSE2005.pub                CPAN public key
 cpan/CPAN/PAUSE2007.pub                CPAN public key
@@ -416,7 +377,6 @@ cpan/CPAN/t/02nox.t         See if CPAN::Nox works
 cpan/CPAN/t/03pkgs.t           See if CPAN::Version works
 cpan/CPAN/t/10version.t                See if CPAN the module works
 cpan/CPAN/t/11mirroredby.t             See if CPAN::Mirrored::By works
-cpan/DB_File/Changes           Berkeley DB extension change log
 cpan/DB_File/config.in         Part of Berkeley DB configuration
 cpan/DB_File/DB_File_BS                Berkeley DB extension mkbootstrap fodder
 cpan/DB_File/DB_File.pm                Berkeley DB extension Perl module
@@ -431,7 +391,6 @@ cpan/DB_File/t/db-recno.t   See if DB_File works
 cpan/DB_File/typemap           Berkeley DB extension interface types
 cpan/DB_File/version.c         Berkeley DB extension interface version check
 cpan/Devel-PPPort/apicheck_c.PL                Devel::PPPort apicheck generator
-cpan/Devel-PPPort/Changes              Devel::PPPort changes
 cpan/Devel-PPPort/devel/buildperl.pl   Devel::PPPort perl version builder
 cpan/Devel-PPPort/devel/devtools.pl    Devel::PPPort development utilities
 cpan/Devel-PPPort/devel/mkapidoc.sh    Devel::PPPort apidoc collector
@@ -441,7 +400,6 @@ cpan/Devel-PPPort/devel/regenerate  Devel::PPPort API re-generator
 cpan/Devel-PPPort/devel/scanprov       Devel::PPPort provided API scanner
 cpan/Devel-PPPort/HACKERS              Devel::PPPort hackers documentation
 cpan/Devel-PPPort/Makefile.PL          Devel::PPPort makefile writer
-cpan/Devel-PPPort/MANIFEST.SKIP                Devel::PPPort Manifest skip specs
 cpan/Devel-PPPort/mktests.PL           Devel::PPPort test file writer
 cpan/Devel-PPPort/module2.c            Devel::PPPort test file
 cpan/Devel-PPPort/module3.c            Devel::PPPort test file
@@ -684,8 +642,6 @@ cpan/Devel-PPPort/ppport_h.PL               Devel::PPPort ppport.h writer
 cpan/Devel-PPPort/PPPort_pm.PL         Devel::PPPort PPPort.pm writer
 cpan/Devel-PPPort/PPPort.xs            Devel::PPPort dummy PPPort.xs
 cpan/Devel-PPPort/PPPort_xs.PL         Devel::PPPort RealPPPort.xs writer
-cpan/Devel-PPPort/README               Devel::PPPort Readme
-cpan/Devel-PPPort/README.md            Devel::PPPort GitHub Readme
 cpan/Devel-PPPort/soak                 Devel::PPPort Test Harness to run under various Perls
 cpan/Devel-PPPort/t/call.t             Devel::PPPort test file
 cpan/Devel-PPPort/t/cop.t              Devel::PPPort test file
@@ -704,7 +660,6 @@ cpan/Devel-PPPort/t/newCONSTSUB.t   Devel::PPPort test file
 cpan/Devel-PPPort/t/newRV.t            Devel::PPPort test file
 cpan/Devel-PPPort/t/newSVpv.t          Devel::PPPort test file
 cpan/Devel-PPPort/t/newSV_type.t       Devel::PPPort test file
-cpan/Devel-PPPort/TODO                 Devel::PPPort Todo
 cpan/Devel-PPPort/t/podtest.t          Devel::PPPort test file
 cpan/Devel-PPPort/t/ppphtest.t         Devel::PPPort test file
 cpan/Devel-PPPort/t/pvs.t              Devel::PPPort test file
@@ -723,18 +678,15 @@ cpan/Devel-PPPort/t/uv.t          Devel::PPPort test file
 cpan/Devel-PPPort/t/variables.t                Devel::PPPort test file
 cpan/Devel-PPPort/t/warn.t             Devel::PPPort test file
 cpan/Devel-PPPort/typemap              Devel::PPPort Typemap
-cpan/Digest/Changes            Digest changelog
 cpan/Digest/Digest/base.pm     Digest extensions
 cpan/Digest/Digest/file.pm     Digest extensions
 cpan/Digest/Digest.pm          Digest extensions
-cpan/Digest-MD5/Changes                        Digest::MD5 extension changes
 cpan/Digest-MD5/hints/dec_osf.pl       Hints for named architecture
 cpan/Digest-MD5/hints/irix_6.pl                Hints for named architecture
 cpan/Digest-MD5/hints/MacOS.pl         Hints for named architecture
 cpan/Digest-MD5/Makefile.PL            Digest::MD5 extension makefile writer
 cpan/Digest-MD5/MD5.pm                 Digest::MD5 extension
 cpan/Digest-MD5/MD5.xs                 Digest::MD5 extension
-cpan/Digest-MD5/README                 Digest::MD5 extension Readme
 cpan/Digest-MD5/t/align.t              See if Digest::MD5 extension works
 cpan/Digest-MD5/t/badfile.t            See if Digest::MD5 extension works
 cpan/Digest-MD5/t/bits.t               See if Digest::MD5 extension works
@@ -744,12 +696,11 @@ 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/typemap                        Digest::MD5 extension
-cpan/Digest-SHA/Changes                        Digest::SHA changes
 cpan/Digest-SHA/lib/Digest/SHA.pm      Digest::SHA extension
 cpan/Digest-SHA/Makefile.PL            Digest::SHA Makefile.PL
-cpan/Digest-SHA/README                 Digest::SHA README
 cpan/Digest-SHA/shasum                 shasum script
 cpan/Digest-SHA/SHA.xs                 Digest::SHA extension
+cpan/Digest-SHA/src/sdf.c              Digest::SHA extension
 cpan/Digest-SHA/src/sha64bit.c         Digest::SHA extension
 cpan/Digest-SHA/src/sha64bit.h         Digest::SHA extension
 cpan/Digest-SHA/src/sha.c              Digest::SHA extension
@@ -757,12 +708,12 @@ cpan/Digest-SHA/src/sha.h         Digest::SHA extension
 cpan/Digest-SHA/t/allfcns.t            See if Digest::SHA works
 cpan/Digest-SHA/t/base64.t             See if Digest::SHA works
 cpan/Digest-SHA/t/bitbuf.t             See if Digest::SHA works
-cpan/Digest-SHA/t/dumpload.t           See if Digest::SHA works
 cpan/Digest-SHA/t/fips180-4.t          See if Digest::SHA works
 cpan/Digest-SHA/t/fips198.t            See if Digest::SHA works
 cpan/Digest-SHA/t/gglong.t             See if Digest::SHA works
 cpan/Digest-SHA/t/gg.t                 See if Digest::SHA works
 cpan/Digest-SHA/t/hmacsha.t            See if Digest::SHA works
+cpan/Digest-SHA/t/inheritance.t
 cpan/Digest-SHA/t/ireland.t            See if Digest::SHA works
 cpan/Digest-SHA/t/methods.t            See if Digest::SHA works
 cpan/Digest-SHA/t/nistbit.t            See if Digest::SHA works
@@ -773,6 +724,7 @@ cpan/Digest-SHA/t/sha224.t          See if Digest::SHA works
 cpan/Digest-SHA/t/sha256.t             See if Digest::SHA works
 cpan/Digest-SHA/t/sha384.t             See if Digest::SHA works
 cpan/Digest-SHA/t/sha512.t             See if Digest::SHA works
+cpan/Digest-SHA/t/state.t              See if Digest::SHA works
 cpan/Digest-SHA/t/unicode.t
 cpan/Digest-SHA/t/woodbury.t           See if Digest::SHA works
 cpan/Digest-SHA/typemap                        Typemap for Digest::SHA
@@ -781,7 +733,6 @@ cpan/Digest/t/digest.t              See if Digest extensions work
 cpan/Digest/t/file.t           See if Digest extensions work
 cpan/Digest/t/lib/Digest/Dummy.pm              See if Digest extensions work
 cpan/Digest/t/security.t               See if Digest extensions work
-cpan/Encode/AUTHORS            List of authors
 cpan/Encode/bin/enc2xs         Encode module generator
 cpan/Encode/bin/piconv         iconv by perl
 cpan/Encode/bin/ucm2table      Table Generator for testing
@@ -790,7 +741,6 @@ cpan/Encode/bin/ucmsort             A UCM sort utility
 cpan/Encode/bin/unidump                Unicode Dump like hexdump(1)
 cpan/Encode/Byte/Byte.pm               Encode extension
 cpan/Encode/Byte/Makefile.PL   Encode extension
-cpan/Encode/Changes            Change Log
 cpan/Encode/CN/CN.pm           Encode extension
 cpan/Encode/CN/Makefile.PL     Encode extension
 cpan/Encode/EBCDIC/EBCDIC.pm   Encode extension
@@ -828,10 +778,6 @@ cpan/Encode/lib/Encode/PerlIO.pod  Documents for Encode & PerlIO
 cpan/Encode/lib/Encode/Supported.pod   Documents for supported encodings
 cpan/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
 cpan/Encode/Makefile.PL                        Encode extension makefile writer
-cpan/Encode/MANIFEST                   Encode MANIFEST
-cpan/Encode/META.json                  Encode META.json
-cpan/Encode/META.yml                   Encode META.yml
-cpan/Encode/README                     Encode extension
 cpan/Encode/Symbol/Makefile.PL         Encode extension
 cpan/Encode/Symbol/Symbol.pm           Encode extension
 cpan/Encode/t/Aliases.t                        test script
@@ -989,20 +935,36 @@ cpan/Encode/ucm/viscii.ucm                Unicode Character Map
 cpan/Encode/Unicode/Makefile.PL                Encode extension
 cpan/Encode/Unicode/Unicode.pm         Encode extension
 cpan/Encode/Unicode/Unicode.xs         Encode extension
-cpan/encoding-warnings/Changes         Changelog for encoding::warnings
 cpan/encoding-warnings/lib/encoding/warnings.pm        warn on implicit encoding conversions
 cpan/encoding-warnings/t/1-warning.t   tests for encoding::warnings
 cpan/encoding-warnings/t/2-fatal.t     tests for encoding::warnings
 cpan/encoding-warnings/t/3-normal.t    tests for encoding::warnings
 cpan/encoding-warnings/t/4-lexical.t   tests for encoding::warnings
+cpan/experimental/lib/experimental.pm
+cpan/experimental/t/basic.t
+cpan/ExtUtils-Command/lib/ExtUtils/Command.pm  Utilities for Make on non-UNIX platforms
+cpan/ExtUtils-Command/t/cp.t                   See if ExtUtils::Command works
+cpan/ExtUtils-Command/t/eu_command.t           See if ExtUtils::Command works
+cpan/ExtUtils-Command/t/lib/TieOut.pm          Testing library to capture prints
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm           generate XS code to import C header constants
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm                        generate XS code to import C header constants
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm      generate XS code for proxy constants
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm          generate XS code to import C header constants
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm             generate XS code to import C header constants
 cpan/ExtUtils-Constant/t/Constant.t                            See if ExtUtils::Constant works
+cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
+cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
+cpan/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
+cpan/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
+cpan/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
+cpan/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
+cpan/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
+cpan/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
+cpan/ExtUtils-Install/t/Packlist.t                     See if Packlist works
 cpan/ExtUtils-MakeMaker/bin/instmodsh                          Give information about installed extensions
-cpan/ExtUtils-MakeMaker/Changes                                        MakeMaker change log
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm             Calling MM functions from the cmd line
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm            Does the real work of the above
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm                        Locates libraries
@@ -1031,11 +993,6 @@ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm          MakeMaker methods for Win32
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm               MakeMaker methods for Win95
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm                     MakeMaker user override class
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm                        Fixes up @INC to use just-built extension
-cpan/ExtUtils-MakeMaker/MANIFEST                               ExtUtils::MakeMaker MANIFEST
-cpan/ExtUtils-MakeMaker/NOTES                                  Notes about MakeMaker internals
-cpan/ExtUtils-MakeMaker/PATCHING                               Suggestions for patching MakeMaker
-cpan/ExtUtils-MakeMaker/README                                 MakeMaker README
-cpan/ExtUtils-MakeMaker/README.packaging                       MakeMaker packaging README
 cpan/ExtUtils-MakeMaker/t/00compile.t                          See if MakeMaker modules compile
 cpan/ExtUtils-MakeMaker/t/01perl_bugs.t
 cpan/ExtUtils-MakeMaker/t/arch_check.t                         Test MakeMaker's arch_check()
@@ -1087,7 +1044,6 @@ cpan/ExtUtils-MakeMaker/t/MM_OS2.t                                See if ExtUtils::MM_OS2 works
 cpan/ExtUtils-MakeMaker/t/MM_Unix.t                            See if ExtUtils::MM_UNIX works
 cpan/ExtUtils-MakeMaker/t/MM_VMS.t                             See if ExtUtils::MM_VMS works
 cpan/ExtUtils-MakeMaker/t/MM_Win32.t                           See if ExtUtils::MM_Win32 works
-cpan/ExtUtils-MakeMaker/TODO                                   Things TODO in MakeMaker
 cpan/ExtUtils-MakeMaker/t/oneliner.t                           See if MM can generate perl one-liners
 cpan/ExtUtils-MakeMaker/t/parse_abstract.t                     See if parse_abstract works
 cpan/ExtUtils-MakeMaker/t/parse_version.t                      See if parse_version works
@@ -1113,6 +1069,9 @@ cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t                  See if MakeMaker's VERSION_FROM works
 cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t                 See if WriteEmptyMakefile works
 cpan/ExtUtils-MakeMaker/t/writemakefile_args.t                 See if WriteMakefile works
 cpan/ExtUtils-MakeMaker/t/xs.t                                 Part of MakeMaker's test suite
+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/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
@@ -1134,9 +1093,7 @@ cpan/Filter-Util-Call/Call.pm     Filter::Util::Call extension module
 cpan/Filter-Util-Call/Call.xs  Filter::Util::Call extension external subroutines
 cpan/Filter-Util-Call/filter-util.pl           See if Filter::Util::Call works
 cpan/Filter-Util-Call/t/call.t See if Filter::Util::Call works
-cpan/Getopt-Long/CHANGES               Getopt::Long changes
 cpan/Getopt-Long/lib/Getopt/Long.pm    Fetch command options (GetOptions)
-cpan/Getopt-Long/README                        Getopt::Long README
 cpan/Getopt-Long/t/gol-basic.t         See if Getopt::Long works
 cpan/Getopt-Long/t/gol-linkage.t       See if Getopt::Long works
 cpan/Getopt-Long/t/gol-oo.t            See if Getopt::Long works
@@ -1166,10 +1123,14 @@ cpan/HTTP-Tiny/t/141_no_proxy.t
 cpan/HTTP-Tiny/t/150_post_form.t
 cpan/HTTP-Tiny/t/160_cookies.t
 cpan/HTTP-Tiny/t/161_basic_auth.t
+cpan/HTTP-Tiny/t/162_proxy_auth.t
+cpan/HTTP-Tiny/t/170_keepalive.t
 cpan/HTTP-Tiny/t/BrokenCookieJar.pm
 cpan/HTTP-Tiny/t/cases/auth-01.txt
 cpan/HTTP-Tiny/t/cases/auth-02.txt
 cpan/HTTP-Tiny/t/cases/auth-03.txt
+cpan/HTTP-Tiny/t/cases/auth-04.txt
+cpan/HTTP-Tiny/t/cases/auth-05.txt
 cpan/HTTP-Tiny/t/cases/cookies-01.txt
 cpan/HTTP-Tiny/t/cases/cookies-02.txt
 cpan/HTTP-Tiny/t/cases/cookies-03.txt
@@ -1205,12 +1166,18 @@ cpan/HTTP-Tiny/t/cases/get-19.txt
 cpan/HTTP-Tiny/t/cases/get-20.txt
 cpan/HTTP-Tiny/t/cases/get-21.txt
 cpan/HTTP-Tiny/t/cases/head-01.txt
+cpan/HTTP-Tiny/t/cases/keepalive-01.txt
+cpan/HTTP-Tiny/t/cases/keepalive-02.txt
+cpan/HTTP-Tiny/t/cases/keepalive-03.txt
+cpan/HTTP-Tiny/t/cases/keepalive-04.txt
+cpan/HTTP-Tiny/t/cases/keepalive-05.txt
 cpan/HTTP-Tiny/t/cases/mirror-01.txt
 cpan/HTTP-Tiny/t/cases/mirror-02.txt
 cpan/HTTP-Tiny/t/cases/mirror-03.txt
 cpan/HTTP-Tiny/t/cases/mirror-04.txt
 cpan/HTTP-Tiny/t/cases/mirror-05.txt
 cpan/HTTP-Tiny/t/cases/post-01.txt
+cpan/HTTP-Tiny/t/cases/proxy-auth-01.txt
 cpan/HTTP-Tiny/t/cases/put-01.txt
 cpan/HTTP-Tiny/t/cases/put-02.txt
 cpan/HTTP-Tiny/t/cases/put-03.txt
@@ -1228,20 +1195,6 @@ cpan/HTTP-Tiny/t/cases/redirect-09.txt
 cpan/HTTP-Tiny/t/SimpleCookieJar.pm
 cpan/HTTP-Tiny/t/Util.pm
 cpan/IO-Compress/bin/zipdetails                                IO::Compress
-cpan/IO-Compress/Changes                               IO::Compress
-cpan/IO-Compress/examples/compress-zlib/filtdef                IO::Compress
-cpan/IO-Compress/examples/compress-zlib/filtinf                IO::Compress
-cpan/IO-Compress/examples/compress-zlib/gzcat          IO::Compress
-cpan/IO-Compress/examples/compress-zlib/gzgrep         IO::Compress
-cpan/IO-Compress/examples/compress-zlib/gzstream       IO::Compress
-cpan/IO-Compress/examples/io/anycat                    IO::Compress
-cpan/IO-Compress/examples/io/bzip2/bzcat               IO::Compress
-cpan/IO-Compress/examples/io/bzip2/bzgrep              IO::Compress
-cpan/IO-Compress/examples/io/bzip2/bzstream            IO::Compress
-cpan/IO-Compress/examples/io/gzip/gzappend             IO::Compress
-cpan/IO-Compress/examples/io/gzip/gzcat                        IO::Compress
-cpan/IO-Compress/examples/io/gzip/gzgrep               IO::Compress
-cpan/IO-Compress/examples/io/gzip/gzstream             IO::Compress
 cpan/IO-Compress/lib/Compress/Zlib.pm                  IO::Compress
 cpan/IO-Compress/lib/File/GlobMapper.pm                        IO::Compress
 cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm      IO::Compress
@@ -1270,9 +1223,7 @@ cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm              IO::Compress
 cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm          IO::Compress
 cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm       IO::Compress
 cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm            IO::Compress
-cpan/IO-Compress/Makefile.PL                           IO::Compress
 cpan/IO-Compress/private/MakeUtil.pm                   IO::Compress
-cpan/IO-Compress/README                                        IO::Compress
 cpan/IO-Compress/t/000prereq.t                         IO::Compress
 cpan/IO-Compress/t/001bzip2.t                          IO::Compress
 cpan/IO-Compress/t/001zlib-generic-deflate.t           IO::Compress
@@ -1287,8 +1238,6 @@ 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/010examples-bzip2.t                 IO::Compress
-cpan/IO-Compress/t/010examples-zlib.t                  IO::Compress
 cpan/IO-Compress/t/01misc.t                            IO::Compress
 cpan/IO-Compress/t/020isize.t                          IO::Compress
 cpan/IO-Compress/t/050interop-gzip.t                   IO::Compress
@@ -1369,11 +1318,34 @@ cpan/IO-Compress/t/compress/truncate.pl                 Compress::Zlib
 cpan/IO-Compress/t/compress/zlib-generic.pl            Compress::Zlib
 cpan/IO-Compress/t/cz-01version.t                      IO::Compress
 cpan/IO-Compress/t/cz-03zlib-v1.t                      IO::Compress
-cpan/IO-Compress/t/cz-05examples.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/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
+cpan/IO-Socket-IP/t/01local-client-v4.t                        IO::Socket::IP tests
+cpan/IO-Socket-IP/t/02local-server-v4.t                        IO::Socket::IP tests
+cpan/IO-Socket-IP/t/03local-cross-v4.t                 IO::Socket::IP tests
+cpan/IO-Socket-IP/t/04local-client-v6.t                        IO::Socket::IP tests
+cpan/IO-Socket-IP/t/05local-server-v6.t                        IO::Socket::IP tests
+cpan/IO-Socket-IP/t/06local-cross-v6.t                 IO::Socket::IP tests
+cpan/IO-Socket-IP/t/10args.t                           IO::Socket::IP tests
+cpan/IO-Socket-IP/t/11sockopts.t                       IO::Socket::IP tests
+cpan/IO-Socket-IP/t/12port-fallback.t                  IO::Socket::IP tests
+cpan/IO-Socket-IP/t/13addrinfo.t                       IO::Socket::IP tests
+cpan/IO-Socket-IP/t/14fileno.t                         IO::Socket::IP tests
+cpan/IO-Socket-IP/t/15io-socket.t                      IO::Socket::IP tests
+cpan/IO-Socket-IP/t/16v6only.t                         IO::Socket::IP tests
+cpan/IO-Socket-IP/t/17gai-flags.t                      IO::Socket::IP tests
+cpan/IO-Socket-IP/t/18fdopen.t                         IO::Socket::IP tests
+cpan/IO-Socket-IP/t/19no-addrs.t                       IO::Socket::IP tests
+cpan/IO-Socket-IP/t/20subclass.t                       IO::Socket::IP tests
+cpan/IO-Socket-IP/t/21as-inet.t                                IO::Socket::IP tests
+cpan/IO-Socket-IP/t/22timeout.t
+cpan/IO-Socket-IP/t/30nonblocking-connect.t            IO::Socket::IP tests
+cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t   IO::Socket::IP tests
+cpan/IO-Socket-IP/t/99pod.t                            IO::Socket::IP tests
 cpan/IO-Zlib/t/basic.t         Tests for IO::Zlib
 cpan/IO-Zlib/t/external.t      Tests for IO::Zlib
 cpan/IO-Zlib/t/getc.t          Tests for IO::Zlib
@@ -1391,7 +1363,6 @@ cpan/IPC-Cmd/t/03_run-forked.t    IPC::Cmd tests
 cpan/IPC-Cmd/t/src/child.pl    IPC::Cmd tests
 cpan/IPC-Cmd/t/src/output.pl   IPC::Cmd tests
 cpan/IPC-Cmd/t/src/x.tgz       IPC::Cmd tests
-cpan/IPC-SysV/Changes                  IPC::SysV changes
 cpan/IPC-SysV/hints/cygwin.pl          Hint for IPC::SysV for named architecture
 cpan/IPC-SysV/hints/next_3.pl          Hint for IPC::SysV for named architecture
 cpan/IPC-SysV/lib/IPC/Msg.pm           IPC::SysV extension Perl module
@@ -1399,13 +1370,10 @@ cpan/IPC-SysV/lib/IPC/Semaphore.pm      IPC::SysV extension Perl module
 cpan/IPC-SysV/lib/IPC/SharedMem.pm     IPC::SysV extension Perl module
 cpan/IPC-SysV/lib/IPC/SysV.pm          IPC::SysV extension Perl module
 cpan/IPC-SysV/Makefile.PL              IPC::SysV makefile writer
-cpan/IPC-SysV/MANIFEST.SKIP            IPC::SysV manifest skip specs
-cpan/IPC-SysV/README                   IPC::SysV README
 cpan/IPC-SysV/regen.pl                 IPC::SysV file regeneration script
 cpan/IPC-SysV/SysV.xs                  IPC::SysV extension Perl module
 cpan/IPC-SysV/t/ipcsysv.t              IPC::SysV test file
 cpan/IPC-SysV/t/msg.t                  IPC::SysV test file
-cpan/IPC-SysV/TODO                     IPC::SysV todo file
 cpan/IPC-SysV/t/podcov.t               IPC::SysV test file
 cpan/IPC-SysV/t/pod.t                  IPC::SysV test file
 cpan/IPC-SysV/t/sem.t                  IPC::SysV test file
@@ -1449,78 +1417,39 @@ 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/_unicode_handling.pm
-cpan/libnet/Changes            libnet
-cpan/libnet/Config.eg          libnet
-cpan/libnet/demos/ftp          libnet
-cpan/libnet/demos/inetd                libnet
-cpan/libnet/demos/nntp         libnet
-cpan/libnet/demos/nntp.mirror  libnet
-cpan/libnet/demos/pop3         libnet
-cpan/libnet/demos/smtp.self    libnet
-cpan/libnet/demos/time         libnet
-cpan/libnet/Hostname.pm.eg     libnet
+cpan/JSON-PP/t/zero-mojibake.t
+cpan/libnet/lib/Net/Cmd.pm
+cpan/libnet/lib/Net/Config.pm
+cpan/libnet/lib/Net/Domain.pm
+cpan/libnet/lib/Net/FTP/A.pm
+cpan/libnet/lib/Net/FTP/dataconn.pm
+cpan/libnet/lib/Net/FTP/E.pm
+cpan/libnet/lib/Net/FTP/I.pm
+cpan/libnet/lib/Net/FTP/L.pm
+cpan/libnet/lib/Net/FTP.pm
+cpan/libnet/lib/Net/libnetFAQ.pod
+cpan/libnet/lib/Net/Netrc.pm
+cpan/libnet/lib/Net/NNTP.pm
+cpan/libnet/lib/Net/POP3.pm
+cpan/libnet/lib/Net/SMTP.pm
+cpan/libnet/lib/Net/Time.pm
 cpan/libnet/Makefile.PL
-cpan/libnet/Net/Cmd.pm         libnet
-cpan/libnet/Net/Config.pm      libnet
-cpan/libnet/Net/Domain.pm      libnet
-cpan/libnet/Net/FTP/A.pm       libnet
-cpan/libnet/Net/FTP/dataconn.pm        libnet
-cpan/libnet/Net/FTP/E.pm       libnet
-cpan/libnet/Net/FTP/I.pm       libnet
-cpan/libnet/Net/FTP/L.pm       libnet
-cpan/libnet/Net/FTP.pm         libnet
-cpan/libnet/Net/libnetFAQ.pod  libnet
-cpan/libnet/Net/Netrc.pm       libnet
-cpan/libnet/Net/NNTP.pm                libnet
-cpan/libnet/Net/POP3.pm                libnet
-cpan/libnet/Net/SMTP.pm                libnet
-cpan/libnet/Net/Time.pm                libnet
-cpan/libnet/README             libnet
 cpan/libnet/t/config.t         libnet
 cpan/libnet/t/datasend.t       libnet
 cpan/libnet/t/ftp.t            libnet
 cpan/libnet/t/hostname.t       libnet
 cpan/libnet/t/libnet_t.pl      libnet
 cpan/libnet/t/netrc.t          libnet
+cpan/libnet/t/nntp_ipv6.t
+cpan/libnet/t/nntp_ssl.t
 cpan/libnet/t/nntp.t           libnet
+cpan/libnet/t/pop3_ipv6.t
+cpan/libnet/t/pop3_ssl.t
 cpan/libnet/t/require.t                libnet
+cpan/libnet/t/smtp_ipv6.t
+cpan/libnet/t/smtp_ssl.t
 cpan/libnet/t/smtp.t           libnet
 cpan/libnet/t/time.t           libnet
-cpan/List-Util/Changes                 Util extension
-cpan/List-Util/lib/List/Util.pm                List::Util
-cpan/List-Util/lib/List/Util/XS.pm     List::Util
-cpan/List-Util/lib/Scalar/Util.pm      Scalar::Util
-cpan/List-Util/ListUtil.xs             Util extension
-cpan/List-Util/Makefile.PL             Util extension
-cpan/List-Util/multicall.h             Util extension
-cpan/List-Util/README                  Util extension
-cpan/List-Util/t/00version.t           Scalar::Util
-cpan/List-Util/t/any-all.t             List::Util
-cpan/List-Util/t/blessed.t             Scalar::Util
-cpan/List-Util/t/dualvar.t             Scalar::Util
-cpan/List-Util/t/first.t               List::Util
-cpan/List-Util/t/getmagic-once.t
-cpan/List-Util/t/isvstring.t           Scalar::Util
-cpan/List-Util/t/lln.t                 Scalar::Util
-cpan/List-Util/t/maxstr.t              List::Util
-cpan/List-Util/t/max.t                 List::Util
-cpan/List-Util/t/minstr.t              List::Util
-cpan/List-Util/t/min.t                 List::Util
-cpan/List-Util/t/multicall-refcount.t
-cpan/List-Util/t/openhan.t             Scalar::Util
-cpan/List-Util/t/pair.t
-cpan/List-Util/t/proto.t               Scalar::Util
-cpan/List-Util/t/readonly.t            Scalar::Util
-cpan/List-Util/t/reduce.t              List::Util
-cpan/List-Util/t/refaddr.t             Scalar::Util
-cpan/List-Util/t/reftype.t             Scalar::Util
-cpan/List-Util/t/shuffle.t             List::Util
-cpan/List-Util/t/stack-corruption.t    List::Util
-cpan/List-Util/t/sum0.t
-cpan/List-Util/t/sum.t                 List::Util
-cpan/List-Util/t/tainted.t             Scalar::Util
-cpan/List-Util/t/weak.t                        Scalar::Util
-cpan/Locale-Codes/ChangeLog                    Locale::Codes
 cpan/Locale-Codes/lib/Locale/Codes/API.pod     Locale::Codes documentation
 cpan/Locale-Codes/lib/Locale/Codes/Changes.pod Locale::Codes documentation
 cpan/Locale-Codes/lib/Locale/Codes/Constants.pm        Locale::Codes
@@ -1563,8 +1492,6 @@ cpan/Locale-Codes/lib/Locale/Language.pm  Locale::Codes
 cpan/Locale-Codes/lib/Locale/Language.pod      Locale::Codes documentation
 cpan/Locale-Codes/lib/Locale/Script.pm         Locale::Codes
 cpan/Locale-Codes/lib/Locale/Script.pod                Locale::Codes documentation
-cpan/Locale-Codes/LICENSE                      Locale::Codes
-cpan/Locale-Codes/README.first                 Locale::Codes
 cpan/Locale-Codes/t/alias_code_old.t   Locale::Codes tests
 cpan/Locale-Codes/t/alias_code.t               Locale::Codes tests
 cpan/Locale-Codes/t/code2country_old.t Locale::Codes tests
@@ -1602,10 +1529,8 @@ cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po            Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po   Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po       Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po       Locale::Simple tests
-cpan/Math-Complex/ChangeLog            Math-Complex change log
 cpan/Math-Complex/lib/Math/Complex.pm  A Complex package
 cpan/Math-Complex/lib/Math/Trig.pm     A simple interface to complex trigonometry
-cpan/Math-Complex/Makefile.PL          Math-Complex building
 cpan/Math-Complex/t/Complex.t          See if Math::Complex works
 cpan/Math-Complex/t/Trig.t             See if Math::Trig works
 cpan/Math-Complex/t/underbar.t         See if Math::Complex works
@@ -1627,7 +1552,6 @@ cpan/Memoize/t/expmod_n.t         Memoize expiry manager tests
 cpan/Memoize/t/expmod_t.t              Memoize expiry manager (timed) tests
 cpan/Memoize/t/flush.t                 Memoize 'flush_cache' function tests
 cpan/Memoize/t/normalize.t             Memoize 'normalizer' feature tests
-cpan/Memoize/TODO                      Memoize to-do list
 cpan/Memoize/t/prototype.t             Memoize prototyped function handling tests
 cpan/Memoize/t/speed.t                 "Makes functions faster" advertisement test
 cpan/Memoize/t/tiefeatures.t           Memoize FAULT / MERGE / HASH options test
@@ -1639,110 +1563,22 @@ cpan/Memoize/t/tie.t                   Memoize tied file 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/Changes               MIME::Base64 extension
-cpan/MIME-Base64/Makefile.PL           MIME::Base64 extension
 cpan/MIME-Base64/QuotedPrint.pm                MIME::Base64 extension
-cpan/MIME-Base64/README                        README for MIME::Base64
 cpan/MIME-Base64/t/base64.t            See whether MIME::Base64 works
 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
-cpan/Module-Build/bin/config_data
-cpan/Module-Build/Changes
-cpan/Module-Build/lib/inc/latest.pm
-cpan/Module-Build/lib/inc/latest/private.pm
-cpan/Module-Build/lib/Module/Build/API.pod
-cpan/Module-Build/lib/Module/Build/Authoring.pod
-cpan/Module-Build/lib/Module/Build/Base.pm
-cpan/Module-Build/lib/Module/Build/Bundling.pod
-cpan/Module-Build/lib/Module/Build/Compat.pm
-cpan/Module-Build/lib/Module/Build/ConfigData.pm
-cpan/Module-Build/lib/Module/Build/Config.pm
-cpan/Module-Build/lib/Module/Build/Cookbook.pm
-cpan/Module-Build/lib/Module/Build/Dumper.pm
-cpan/Module-Build/lib/Module/Build/ModuleInfo.pm
-cpan/Module-Build/lib/Module/Build/Notes.pm
-cpan/Module-Build/lib/Module/Build/Platform/aix.pm
-cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm
-cpan/Module-Build/lib/Module/Build/Platform/darwin.pm
-cpan/Module-Build/lib/Module/Build/Platform/Default.pm
-cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm
-cpan/Module-Build/lib/Module/Build/Platform/os2.pm
-cpan/Module-Build/lib/Module/Build/Platform/Unix.pm
-cpan/Module-Build/lib/Module/Build/Platform/VMS.pm
-cpan/Module-Build/lib/Module/Build/Platform/VOS.pm
-cpan/Module-Build/lib/Module/Build/Platform/Windows.pm
-cpan/Module-Build/lib/Module/Build.pm
-cpan/Module-Build/lib/Module/Build/PodParser.pm
-cpan/Module-Build/lib/Module/Build/PPMMaker.pm
-cpan/Module-Build/lib/Module/Build/Version.pm
-cpan/Module-Build/lib/Module/Build/YAML.pm
-cpan/Module-Build/t/00-compile.t
-cpan/Module-Build/t/actions/installdeps.t
-cpan/Module-Build/t/actions/manifest_skip.t
-cpan/Module-Build/t/add_property_array.t
-cpan/Module-Build/t/add_property_hash.t
-cpan/Module-Build/t/add_property.t
-cpan/Module-Build/t/basic.t
-cpan/Module-Build/t/bundled/Software/License.pm
-cpan/Module-Build/t/bundled/Tie/CPHash.pm
-cpan/Module-Build/t/bundle_inc.t
-cpan/Module-Build/t/compat/exit.t
-cpan/Module-Build/t/compat.t
-cpan/Module-Build/t/debug.t
-cpan/Module-Build/t/destinations.t
-cpan/Module-Build/t/extend.t
-cpan/Module-Build/t/ext.t
-cpan/Module-Build/t/files.t
-cpan/Module-Build/t/help.t
-cpan/Module-Build/t/install_extra_target.t
-cpan/Module-Build/t/install.t
-cpan/Module-Build/t/lib/DistGen.pm
-cpan/Module-Build/t/lib/MBTest.pm
-cpan/Module-Build/t/lib/Module/Signature.pm
-cpan/Module-Build/t/lib/Software/License/VaporWare.pm
-cpan/Module-Build/t/manifypods.t
-cpan/Module-Build/t/manifypods_with_utf8.t
-cpan/Module-Build/t/metadata2.t
-cpan/Module-Build/t/metadata.t
-cpan/Module-Build/t/mymeta.t
-cpan/Module-Build/t/new_from_context.t
-cpan/Module-Build/t/notes.t
-cpan/Module-Build/t/parents.t
-cpan/Module-Build/t/perl_mb_opt.t
-cpan/Module-Build/t/PL_files.t
-cpan/Module-Build/t/pod_parser.t
-cpan/Module-Build/t/ppm.t
-cpan/Module-Build/t/properties/dist_suffix.t
-cpan/Module-Build/t/properties/license.t
-cpan/Module-Build/t/properties/module_name.t
-cpan/Module-Build/t/properties/needs_compiler.t
-cpan/Module-Build/t/properties/release_status.t
-cpan/Module-Build/t/properties/requires.t
-cpan/Module-Build/t/properties/share_dir.t
-cpan/Module-Build/t/README.pod
-cpan/Module-Build/t/resume.t
-cpan/Module-Build/t/runthrough.t
-cpan/Module-Build/t/sample.t
-cpan/Module-Build/t/script_dist.t
-cpan/Module-Build/t/test_file_exts.t
-cpan/Module-Build/t/test_types.t
-cpan/Module-Build/t/test_type.t
-cpan/Module-Build/t/tilde.t
-cpan/Module-Build/t/unit_run_test_harness.t
-cpan/Module-Build/t/use_tap_harness.t
-cpan/Module-Build/t/versions.t
-cpan/Module-Build/t/write_default_maniskip.t
-cpan/Module-Build/t/xs.t
 cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm    Module::Conditional
 cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t    Module::Conditional tests
 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/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
 cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm                Module::Load::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm          Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/NotMain.pm              Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/NotX.pm                 Module::Conditional tests
 cpan/Module-Load-Conditional/t/to_load/ToBeLoaded              Module::Conditional tests
@@ -1750,25 +1586,23 @@ cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
 cpan/Module-Loaded/t/01_Module-Loaded.t        Module::Loaded tests
 cpan/Module-Load/lib/Module/Load.pm            Module::Load
 cpan/Module-Load/t/01_Module-Load.t            Module::Load tests
+cpan/Module-Load/t/02_Module-Load.t            Module::Load tests
 cpan/Module-Load/t/to_load/config_file         Module::Load tests
 cpan/Module-Load/t/to_load/LoadIt.pm           Module::Load tests
 cpan/Module-Load/t/to_load/LoadMe.pl           Module::Load tests
 cpan/Module-Load/t/to_load/Must/Be/Loaded.pm   Module::Load tests
 cpan/Module-Load/t/to_load/TestModule.pm       Module::Load tests
 cpan/Module-Load/t/to_load/ToBeLoaded          Module::Load tests
+cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
+cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
+cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
 cpan/Module-Metadata/lib/Module/Metadata.pm
 cpan/Module-Metadata/t/contains_pod.t
 cpan/Module-Metadata/t/encoding.t
 cpan/Module-Metadata/t/endpod.t
 cpan/Module-Metadata/t/lib/0_1/Foo.pm
 cpan/Module-Metadata/t/lib/0_2/Foo.pm
-cpan/Module-Metadata/t/lib/BOMTest/UTF16BE.pm
-cpan/Module-Metadata/t/lib/BOMTest/UTF16LE.pm
-cpan/Module-Metadata/t/lib/BOMTest/UTF8.pm
-cpan/Module-Metadata/t/lib/DistGen.pm
 cpan/Module-Metadata/t/lib/ENDPOD.pm
-cpan/Module-Metadata/t/lib/MBTest.pm
-cpan/Module-Metadata/t/lib/Tie/CPHash.pm
 cpan/Module-Metadata/t/metadata.t
 cpan/Module-Metadata/t/taint.t
 cpan/Module-Metadata/t/version.t
@@ -1779,8 +1613,6 @@ cpan/NEXT/t/dynamically_scoped_regex_vars.t       NEXT
 cpan/NEXT/t/next.t             NEXT
 cpan/NEXT/t/stringify.t                NEXT
 cpan/NEXT/t/unseen.t           NEXT
-cpan/Package-Constants/lib/Package/Constants.pm        Package::Constants
-cpan/Package-Constants/t/01_list.t             Package::Constants tests
 cpan/Params-Check/lib/Params/Check.pm  Params::Check
 cpan/Params-Check/t/01_Params-Check.t  Params::Check tests
 cpan/parent/lib/parent.pm                      Establish an ISA relationship with base classes at compile time
@@ -1796,14 +1628,17 @@ cpan/parent/t/parent-classfromfile.t            tests for parent.pm
 cpan/parent/t/parent-pmc.t                     tests for parent.pm
 cpan/parent/t/parent-returns-false.t           tests for parent.pm
 cpan/parent/t/parent.t                         tests for parent.pm
-cpan/Parse-CPAN-Meta/Changes
 cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm
 cpan/Parse-CPAN-Meta/t/02_api.t
 cpan/Parse-CPAN-Meta/t/03_functions.t
 cpan/Parse-CPAN-Meta/t/04_export.t
 cpan/Parse-CPAN-Meta/t/05_errors.t
+cpan/Parse-CPAN-Meta/t/data/BadMETA.yml
+cpan/Parse-CPAN-Meta/t/data/bareyaml.meta
+cpan/Parse-CPAN-Meta/t/data/json.meta
 cpan/Parse-CPAN-Meta/t/data/META-VR.json
 cpan/Parse-CPAN-Meta/t/data/META-VR.yml
+cpan/Parse-CPAN-Meta/t/data/yaml.meta
 cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
 cpan/perlfaq/lib/perlfaq1.pod          General Questions About Perl
 cpan/perlfaq/lib/perlfaq2.pod  Obtaining and Learning about Perl
@@ -1832,9 +1667,7 @@ cpan/Pod-Checker/t/pod/poderrs.xr
 cpan/Pod-Checker/t/pod/selfcheck.t
 cpan/Pod-Checker/t/pod/testcmp.pl
 cpan/Pod-Checker/t/pod/testpchk.pl
-cpan/Pod-Escapes/ChangeLog             ChangeLog for Pod::Escapes
 cpan/Pod-Escapes/lib/Pod/Escapes.pm    Pod::Escapes
-cpan/Pod-Escapes/README                        README for 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
@@ -1933,11 +1766,11 @@ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm      convert POD to terminal output
 cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm     convert POD to plain text
 cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm       convert POD via Tk::Pod
 cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm      convert POD to XML
+cpan/Pod-Perldoc/Makefile.PL
 cpan/Pod-Perldoc/perldoc.pod
 cpan/Pod-Perldoc/t/load.t                      test file for Pod-Perldoc
 cpan/Pod-Perldoc/t/man/_get_columns.t          test file for Pod-Perldoc
 cpan/Pod-Perldoc/t/pod.t                       test file for Pod-Perldoc
-cpan/Pod-Simple/ChangeLog                              Pod::Simple ChangeLog
 cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm             Pod::Simple::BlackBox
 cpan/Pod-Simple/lib/Pod/Simple/Checker.pm              check the Pod syntax of a document
 cpan/Pod-Simple/lib/Pod/Simple/Debug.pm                        put Pod::Simple into trace/debug mode
@@ -1968,7 +1801,6 @@ cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm               Pod::Simple::Transcode
 cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm       Pod::Simple::TranscodeSmart
 cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm                        turn Pod into XHTML
 cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm         turn Pod into XML
-cpan/Pod-Simple/README                                 Pod::Simple README file
 cpan/Pod-Simple/t/00about.t                            Pod::Simple test file
 cpan/Pod-Simple/t/20_skip.t                            Pod::Simple test file
 cpan/Pod-Simple/t/accept01.t                           Pod::Simple test file
@@ -2142,6 +1974,41 @@ cpan/Pod-Usage/t/pod/testcmp.pl
 cpan/Pod-Usage/t/pod/testp2pt.pl
 cpan/Pod-Usage/t/pod/usage2.pod
 cpan/Pod-Usage/t/pod/usage.pod
+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
+cpan/Scalar-List-Utils/lib/Sub/Util.pm
+cpan/Scalar-List-Utils/ListUtil.xs             Util extension
+cpan/Scalar-List-Utils/Makefile.PL             Util extension
+cpan/Scalar-List-Utils/multicall.h             Util extension
+cpan/Scalar-List-Utils/t/00version.t           Scalar::Util
+cpan/Scalar-List-Utils/t/any-all.t             List::Util
+cpan/Scalar-List-Utils/t/blessed.t             Scalar::Util
+cpan/Scalar-List-Utils/t/dualvar.t             Scalar::Util
+cpan/Scalar-List-Utils/t/first.t               List::Util
+cpan/Scalar-List-Utils/t/getmagic-once.t
+cpan/Scalar-List-Utils/t/isvstring.t           Scalar::Util
+cpan/Scalar-List-Utils/t/lln.t                 Scalar::Util
+cpan/Scalar-List-Utils/t/maxstr.t              List::Util
+cpan/Scalar-List-Utils/t/max.t                 List::Util
+cpan/Scalar-List-Utils/t/minstr.t              List::Util
+cpan/Scalar-List-Utils/t/min.t                 List::Util
+cpan/Scalar-List-Utils/t/openhan.t             Scalar::Util
+cpan/Scalar-List-Utils/t/pair.t
+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/refaddr.t             Scalar::Util
+cpan/Scalar-List-Utils/t/reftype.t             Scalar::Util
+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
+cpan/Scalar-List-Utils/t/subname.t
+cpan/Scalar-List-Utils/t/sum0.t
+cpan/Scalar-List-Utils/t/sum.t                 List::Util
+cpan/Scalar-List-Utils/t/tainted.t             Scalar::Util
+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
 cpan/Socket/Socket.xs                  Socket extension external subroutines
@@ -2153,13 +2020,10 @@ cpan/Socket/t/sockaddr.t
 cpan/Socket/t/socketpair.t             See if socketpair works
 cpan/Socket/t/Socket.t                 See if Socket works
 cpan/Socket/typemap
-cpan/Sys-Syslog/Changes                        Changelog for Sys::Syslog
 cpan/Sys-Syslog/fallback/const-c.inc   Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/const-xs.inc  Sys::Syslog constants fallback file
 cpan/Sys-Syslog/fallback/syslog.h      Sys::Syslog header fallback file
 cpan/Sys-Syslog/Makefile.PL            Sys::Syslog extension makefile writer
-cpan/Sys-Syslog/README                 README for Sys::Syslog
-cpan/Sys-Syslog/README.win32           README for Sys::Syslog on Windows
 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
@@ -2171,19 +2035,18 @@ cpan/Sys-Syslog/win32/PerlLog_dll.uu    Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog_RES.uu   Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/Win32.pm         Sys::Syslog extension Win32 related file
-cpan/Term-ANSIColor/ANSIColor.pm       Perl module supporting termcap usage
-cpan/Term-ANSIColor/ChangeLog          Term::ANSIColor
-cpan/Term-ANSIColor/README             Term::ANSIColor
-cpan/Term-ANSIColor/t/aliases-func.t
-cpan/Term-ANSIColor/t/basic256.t
-cpan/Term-ANSIColor/t/basic.t          Tests for Term::ANSIColor
-cpan/Term-ANSIColor/t/eval.t
-cpan/Term-ANSIColor/t/stringify.t              Tests for Term::ANSIColor
-cpan/Term-ANSIColor/t/taint.t
+cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
+cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
+cpan/Term-ANSIColor/t/lib/Test/RRA.pm
+cpan/Term-ANSIColor/t/module/aliases-func.t
+cpan/Term-ANSIColor/t/module/basic256.t
+cpan/Term-ANSIColor/t/module/basic.t
+cpan/Term-ANSIColor/t/module/eval.t
+cpan/Term-ANSIColor/t/module/stringify.t
+cpan/Term-ANSIColor/t/taint/basic.t
 cpan/Term-Cap/Cap.pm                   Perl module supporting termcap usage
 cpan/Term-Cap/test.pl                  See if Term::Cap works
 cpan/Test-Harness/bin/prove                            The prove harness utility
-cpan/Test-Harness/Changes                              Test::Harness change log
 cpan/Test-Harness/lib/App/Prove.pm                     Gubbins for the prove utility
 cpan/Test-Harness/lib/App/Prove/State.pm               Gubbins for the prove utility
 cpan/Test-Harness/lib/App/Prove/State/Result.pm                Gubbins for the prove utility
@@ -2233,9 +2096,6 @@ cpan/Test-Harness/lib/TAP/Parser/Source.pm                A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm     A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm     A parser for Test Anything Protocol
 cpan/Test-Harness/lib/Test/Harness.pm                  A test harness
-cpan/Test-Harness/MANIFEST                             
-cpan/Test-Harness/MANIFEST.CUMMULATIVE                 
-cpan/Test-Harness/t/000-load.t                         Test::Harness test
 cpan/Test-Harness/t/aggregator.t                       Test::Harness test
 cpan/Test-Harness/t/bailout.t                          Test::Harness test
 cpan/Test-Harness/t/base.t                             Test::Harness test
@@ -2292,7 +2152,6 @@ cpan/Test-Harness/t/parse.t                               Test::Harness test
 cpan/Test-Harness/t/perl5lib.t                         Test::Harness test
 cpan/Test-Harness/t/premature-bailout.t                        Test::Harness test
 cpan/Test-Harness/t/process.t                          Test::Harness test
-cpan/Test-Harness/t/proveenv.t                         Test::Harness test
 cpan/Test-Harness/t/proverc/emptyexec                  Test data for Test::Harness
 cpan/Test-Harness/t/proverc.t                          Test::Harness test
 cpan/Test-Harness/t/proverun.t                         Test::Harness test
@@ -2387,9 +2246,6 @@ cpan/Test-Harness/t/yamlish-output.t                      Test::Harness test
 cpan/Test-Harness/t/yamlish.t                          Test::Harness test
 cpan/Test-Harness/t/yamlish-writer.t                   Test::Harness test
 cpan/Test/lib/Test.pm          A simple framework for writing test scripts
-cpan/Test-Simple/Changes                               Test::Simple changes
-cpan/Test-Simple/examples/indent.pl                    Test::Simple examples
-cpan/Test-Simple/examples/subtest.t                    Test::Simple examples
 cpan/Test-Simple/lib/Test/Builder/Module.pm            Base class for test modules
 cpan/Test-Simple/lib/Test/Builder.pm                   For writing new test libraries
 cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm      Turn on color in Test::Builder::Tester
@@ -2397,7 +2253,6 @@ cpan/Test-Simple/lib/Test/Builder/Tester.pm               For testing Test::Builder based cla
 cpan/Test-Simple/lib/Test/More.pm                      More utilities for writing tests
 cpan/Test-Simple/lib/Test/Simple.pm                    Basic utility for writing tests
 cpan/Test-Simple/lib/Test/Tutorial.pod                 A tutorial on writing tests
-cpan/Test-Simple/README                                        Test::Simple README
 cpan/Test-Simple/t/00test_harness_check.t              Test::Simple test
 cpan/Test-Simple/t/bad_plan.t                          Test::Builder plan() test
 cpan/Test-Simple/t/bail_out.t                          Test::Builder BAIL_OUT test
@@ -2467,7 +2322,9 @@ cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx                  for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx             for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx          for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx  for exit.t
+cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx       for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx           for exit.t
+cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx      for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx     for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx            for exit.t
 cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx            for exit.t
@@ -2481,7 +2338,6 @@ cpan/Test-Simple/t/new_ok.t                               Test::More test
 cpan/Test-Simple/t/no_plan.t                           Test::Simple test, forgot the plan
 cpan/Test-Simple/t/no_tests.t                          Test::More test
 cpan/Test-Simple/t/note.t                              Test::More test
-cpan/Test-Simple/TODO                                  Test::Simple TODO
 cpan/Test-Simple/t/overload.t                          Test::Simple test
 cpan/Test-Simple/t/overload_threads.t                  Test::Simple test
 cpan/Test-Simple/t/plan_bad.t                          Test::Simple test
@@ -2496,6 +2352,7 @@ cpan/Test-Simple/t/simple.t                               Test::Simple test, basic stuff
 cpan/Test-Simple/t/skipall.t                           Test::More test, skip all tests
 cpan/Test-Simple/t/skip.t                              Test::More test, SKIP tests
 cpan/Test-Simple/t/subtest/args.t                      Test::More test
+cpan/Test-Simple/t/subtest/bail_out.t                  Test::More test
 cpan/Test-Simple/t/subtest/basic.t                     Test::More test
 cpan/Test-Simple/t/subtest/die.t                       Test::More test
 cpan/Test-Simple/t/subtest/do.t                                Test::More test
@@ -2507,6 +2364,7 @@ cpan/Test-Simple/t/subtest/line_numbers.t                 Test::Builder tests
 cpan/Test-Simple/t/subtest/plan.t                      Test::Builder tests
 cpan/Test-Simple/t/subtest/predicate.t                 Test::Builder tests
 cpan/Test-Simple/t/subtest/singleton.t                 Test::More test
+cpan/Test-Simple/t/subtest/threads.t                   Test::More test
 cpan/Test-Simple/t/subtest/todo.t                      Test::Builder tests
 cpan/Test-Simple/t/subtest/wstat.t                     Test::More test
 cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t                Test::Builder::Module test
@@ -2517,6 +2375,9 @@ cpan/Test-Simple/t/Tester/tbt_04line_num.t                Test::Builder::Tester test
 cpan/Test-Simple/t/Tester/tbt_05faildiag.t             Test::Builder::Tester test
 cpan/Test-Simple/t/Tester/tbt_06errormess.t            Test::Builder::Tester test
 cpan/Test-Simple/t/Tester/tbt_07args.t                 Test::Builder::Tester test
+cpan/Test-Simple/t/Tester/tbt_08subtest.t              Test::Builder::Tester test
+cpan/Test-Simple/t/Tester/tbt_09do_script.pl           Test::Builder::Tester test
+cpan/Test-Simple/t/Tester/tbt_09do.t                   Test::Builder::Tester test
 cpan/Test-Simple/t/threads.t                           Test::Builder thread-safe checks
 cpan/Test-Simple/t/thread_taint.t                      Test::Simple test
 cpan/Test-Simple/t/todo.t                              Test::More test, TODO tests
@@ -2534,9 +2395,7 @@ cpan/Test/t/qr.t          See if Test works
 cpan/Test/t/skip.t             See if Test works
 cpan/Test/t/success.t          See if Test works
 cpan/Test/t/todo.t             See if Test works
-cpan/Text-Balanced/Changes             Text::Balanced
 cpan/Text-Balanced/lib/Text/Balanced.pm        Text::Balanced
-cpan/Text-Balanced/README              Text::Balanced
 cpan/Text-Balanced/t/01_compile.t      See if Text::Balanced works
 cpan/Text-Balanced/t/02_extbrk.t       See if Text::Balanced works
 cpan/Text-Balanced/t/03_extcbk.t       See if Text::Balanced works
@@ -2549,7 +2408,6 @@ cpan/Text-Balanced/t/09_gentag.t  See if Text::Balanced works
 cpan/Text-ParseWords/lib/Text/ParseWords.pm    Perl module to split words on arbitrary delimiter
 cpan/Text-ParseWords/t/ParseWords.t            See if Text::ParseWords works
 cpan/Text-ParseWords/t/taint.t                 See if Text::ParseWords works with tainting
-cpan/Text-Tabs/CHANGELOG               ChangeLog for Tabs+Wrap
 cpan/Text-Tabs/lib/Text/Tabs.pm                Do expand and unexpand
 cpan/Text-Tabs/lib/Text/Wrap.pm                Paragraph formatter
 cpan/Text-Tabs/t/37000.t               See if Text::Tabs is working
@@ -2573,7 +2431,6 @@ cpan/Tie-RefHash/t/rebless.t      Test for Tie::RefHash with rebless
 cpan/Tie-RefHash/t/refhash.t   Test for Tie::RefHash and Tie::RefHash::Nestable
 cpan/Tie-RefHash/t/storable.t  Test for Tie::RefHash with storable
 cpan/Tie-RefHash/t/threaded.t  Test for Tie::RefHash with threads
-cpan/Time-HiRes/Changes                        Time::HiRes extension
 cpan/Time-HiRes/fallback/const-c.inc   Time::HiRes extension
 cpan/Time-HiRes/fallback/const-xs.inc  Time::HiRes extension
 cpan/Time-HiRes/hints/aix.pl           Hint for Time::HiRes for named architecture
@@ -2602,11 +2459,8 @@ cpan/Time-HiRes/t/Watchdog.pm            Test for Time::HiRes
 cpan/Time-HiRes/typemap                        Time::HiRes extension
 cpan/Time-Local/lib/Time/Local.pm      Reverse translation of localtime, gmtime
 cpan/Time-Local/t/Local.t              See if Time::Local works
-cpan/Time-Piece/Changes                Time::Piece extension
-cpan/Time-Piece/Makefile.PL    Time::Piece extension
 cpan/Time-Piece/Piece.pm       Time::Piece extension
 cpan/Time-Piece/Piece.xs       Time::Piece extension
-cpan/Time-Piece/README         Time::Piece extension
 cpan/Time-Piece/Seconds.pm     Time::Piece extension
 cpan/Time-Piece/t/01base.t     Test for Time::Piece
 cpan/Time-Piece/t/02core.t     Test for Time::Piece
@@ -2615,7 +2469,6 @@ cpan/Time-Piece/t/04mjd.t Test for Time::Piece
 cpan/Time-Piece/t/05overload.t Test for Time::Piece
 cpan/Time-Piece/t/06subclass.t Test for Time::Piece
 cpan/Time-Piece/t/07arith.t    Test for Time::Piece
-cpan/Unicode-Collate/Changes                   Unicode::Collate
 cpan/Unicode-Collate/Collate/allkeys.txt       Unicode::Collate
 cpan/Unicode-Collate/Collate/CJK/Big5.pm                       Unicode::Collate
 cpan/Unicode-Collate/Collate/CJK/GB2312.pm                     Unicode::Collate
@@ -2712,7 +2565,6 @@ cpan/Unicode-Collate/Collate.pm                   Unicode::Collate
 cpan/Unicode-Collate/Collate.xs                        Unicode::Collate
 cpan/Unicode-Collate/Makefile.PL                       Unicode::Collate
 cpan/Unicode-Collate/mkheader                  Unicode::Collate
-cpan/Unicode-Collate/README                    Unicode::Collate
 cpan/Unicode-Collate/t/altern.t                        Unicode::Collate
 cpan/Unicode-Collate/t/backwds.t                       Unicode::Collate
 cpan/Unicode-Collate/t/cjk_b5.t                Unicode::Collate
@@ -2840,12 +2692,8 @@ cpan/Unicode-Collate/t/trailwt.t         Unicode::Collate
 cpan/Unicode-Collate/t/variable.t              Unicode::Collate
 cpan/Unicode-Collate/t/version.t               Unicode::Collate
 cpan/Unicode-Collate/t/view.t                  Unicode::Collate
-cpan/Unicode-Normalize/Changes         Unicode::Normalize
 cpan/Unicode-Normalize/Makefile.PL     Unicode::Normalize
-cpan/Unicode-Normalize/mkheader                Unicode::Normalize
 cpan/Unicode-Normalize/Normalize.pm    Unicode::Normalize
-cpan/Unicode-Normalize/Normalize.xs    Unicode::Normalize
-cpan/Unicode-Normalize/README          Unicode::Normalize
 cpan/Unicode-Normalize/t/fcdc.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/form.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/func.t                Unicode::Normalize
@@ -2861,7 +2709,10 @@ cpan/Unicode-Normalize/t/tie.t           Unicode::Normalize
 cpan/version/lib/version/Internals.pod Description of the internals of version objects
 cpan/version/lib/version.pm            Support for version objects
 cpan/version/lib/version.pod           Documentation of the version module
-cpan/version/t/01base.t                        Tests for version objects`
+cpan/version/lib/version/regex.pm      Regex for matching version objects
+cpan/version/lib/version/vpp.pm                Pure Perl implementation of XS code
+cpan/version/t/00impl-pp.t             Tests for version objects
+cpan/version/t/01base.t                        Tests for version objects
 cpan/version/t/02derived.t             Tests for version objects
 cpan/version/t/03require.t             Tests for version objects
 cpan/version/t/04strict_lax.t          Tests for version objects
@@ -2869,21 +2720,19 @@ cpan/version/t/05sigdie.t               Tests for version objects
 cpan/version/t/06noop.t                        Tests for version objects
 cpan/version/t/07locale.t              Tests for version objects
 cpan/version/t/08_corelist.t           Tests for version objects
+cpan/version/t/09_list_util.t          Tests for version objects
 cpan/version/t/coretests.pm            Tests for version objects
 cpan/Win32API-File/buffers.h   Win32API::File extension
 cpan/Win32API-File/cFile.h     Win32API::File extension
 cpan/Win32API-File/cFile.pc    Win32API::File extension
-cpan/Win32API-File/Changes     Win32API::File extension changes
 cpan/Win32API-File/const2perl.h        Win32API::File extension
 cpan/Win32API-File/ExtUtils/Myconst2perl.pm    Win32API::File extension
 cpan/Win32API-File/File.pm     Win32API::File extension
 cpan/Win32API-File/File.xs     Win32API::File extension
 cpan/Win32API-File/Makefile.PL Win32API::File extension makefile write
-cpan/Win32API-File/README      Win32API::File extension Readme
 cpan/Win32API-File/t/file.t    See if Win32API::File extension works
 cpan/Win32API-File/t/tie.t     See if Win32API::File extension works
 cpan/Win32API-File/typemap     Win32API::File extension interface types
-cpan/Win32/Changes                     Changes for Win32 extension module
 cpan/Win32/longpath.inc                        Win32 extension long path support
 cpan/Win32/Makefile.PL                 Win32 extension makefile writer
 cpan/Win32/t/CodePage.t                        See if Win32 extension works
@@ -2948,21 +2797,22 @@ dist/base/lib/base.pm           Establish IS-A relationship at compile time
 dist/base/lib/fields.pm                Set up object field names for pseudo-hash-using classes
 dist/base/MANIFEST             base.pm manifest
 dist/base/META.yml             base.pm META.yml file
+dist/base/t/base-open-chunk.t  See if base works
+dist/base/t/base-open-line.t   See if base works
 dist/base/t/base.t             See if base works
 dist/base/t/compile-time.t     See if base works
+dist/base/t/core-global.t      See if base works around CORE::GLOBAL::require
 dist/base/t/fields-5_6_0.t     See if fields work
 dist/base/t/fields-5_8_0.t     See if fields work
 dist/base/t/fields-base.t      See if fields work
 dist/base/t/fields.t           See if fields work
 dist/base/t/isa.t              See if base's behaviour doesn't change
+dist/base/t/lib/Broken.pm      Test module for base.pm
 dist/base/t/lib/Dummy.pm       Test module for base.pm
 dist/base/t/lib/HasSigDie.pm   Module for testing base.pm
 dist/base/t/sigdie.t           See if base works with SIGDIE
 dist/base/t/version.t          See if base works with versions
 dist/base/t/warnings.t         See if base works with warnings
-dist/B-Deparse/Deparse.pm      Compiler Deparse backend
-dist/B-Deparse/t/core.t                See if B::Deparse knows when to use CORE::
-dist/B-Deparse/t/deparse.t     See if B::Deparse works
 dist/bignum/lib/bigint.pm              bigint
 dist/bignum/lib/bignum.pm              bignum
 dist/bignum/lib/bigrat.pm              bigrat
@@ -3010,27 +2860,6 @@ dist/Carp/t/with_warnings.t              See if Carp plays nicely with warnings
 dist/constant/lib/constant.pm  For "use constant"
 dist/constant/t/constant.t     See if compile-time constants work
 dist/constant/t/utf8.t         Test Unicode constants under utf8 pragma
-dist/Cwd/Cwd.pm                                Various cwd routines (getcwd, fastcwd, chdir)
-dist/Cwd/Cwd.xs                                Cwd extension external subroutines
-dist/Cwd/lib/File/Spec/Cygwin.pm       portable operations on Cygwin file names
-dist/Cwd/lib/File/Spec/Epoc.pm         portable operations on EPOC file names
-dist/Cwd/lib/File/Spec/Functions.pm    Function interface to File::Spec object methods
-dist/Cwd/lib/File/Spec/Mac.pm          portable operations on Mac file names
-dist/Cwd/lib/File/Spec/OS2.pm          portable operations on OS2 file names
-dist/Cwd/lib/File/Spec.pm              portable operations on file names
-dist/Cwd/lib/File/Spec/Unix.pm         portable operations on Unix file names
-dist/Cwd/lib/File/Spec/VMS.pm          portable operations on VMS file names
-dist/Cwd/lib/File/Spec/Win32.pm                portable operations on Win32 and NetWare file names
-dist/Cwd/Makefile.PL                   makefile writer for Cwd
-dist/Cwd/t/crossplatform.t             See if File::Spec works crossplatform
-dist/Cwd/t/cwd.t                       See if Cwd works
-dist/Cwd/t/Functions.t                 See if File::Spec::Functions works
-dist/Cwd/t/rel2abs2rel.t               See if File::Spec->rel2abs/abs2rel works
-dist/Cwd/t/Spec.t                      See if File::Spec works
-dist/Cwd/t/Spec-taint.t                        See if File::Spec works with taint
-dist/Cwd/t/taint.t                     See if Cwd works with taint
-dist/Cwd/t/tmpdir.t                    See if File::Spec->tmpdir() works
-dist/Cwd/t/win32.t                     See if Cwd works on Win32
 dist/Data-Dumper/Changes       Data pretty printer, changelog
 dist/Data-Dumper/Dumper.pm     Data pretty printer, module
 dist/Data-Dumper/Dumper.xs     Data pretty printer, externals
@@ -3053,6 +2882,7 @@ dist/Data-Dumper/t/perl-74170.t   Regression test for stack reallocation
 dist/Data-Dumper/t/purity_deepcopy_maxdepth.t  See if three Data::Dumper functions work
 dist/Data-Dumper/t/qr.t                See if Data::Dumper works with qr|/|
 dist/Data-Dumper/t/quotekeys.t See if Data::Dumper::Quotekeys works
+dist/Data-Dumper/t/recurse.t   See if Data::Dumper::Maxrecurse works
 dist/Data-Dumper/t/seen.t      See if Data::Dumper::Seen works
 dist/Data-Dumper/t/sortkeys.t  See if Data::Dumper::Sortkeys works
 dist/Data-Dumper/t/sparseseen.t        See if Data::Dumper::Sparseseen works
@@ -3073,6 +2903,7 @@ dist/Exporter/t/warn.t                    See if Exporter respects warning handlers
 dist/ExtUtils-CBuilder/Changes         EU-CB change log
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm           Base class for ExtUtils::CBuilder methods
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm   CBuilder methods for AIX
+dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm       CBuilder methods for Android
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm        CBuilder methods for cygwin
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm        CBuilder methods for darwin
 dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm       CBuilder methods for OSF
@@ -3093,26 +2924,6 @@ dist/ExtUtils-CBuilder/t/01-basic.t                              tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/03-cplusplus.t                                tests for ExtUtils::CBuilder
 dist/ExtUtils-CBuilder/t/04-base.t                             tests for ExtUtils::CBuilder
-dist/ExtUtils-Command/lib/ExtUtils/Command.pm  Utilities for Make on non-UNIX platforms
-dist/ExtUtils-Command/t/cp.t                   See if ExtUtils::Command works
-dist/ExtUtils-Command/t/eu_command.t           See if ExtUtils::Command works
-dist/ExtUtils-Command/t/lib/TieOut.pm          Testing library to capture prints
-dist/ExtUtils-Install/Changes                          ExtUtils-Install change log
-dist/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
-dist/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
-dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
-dist/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
-dist/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
-dist/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
-dist/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
-dist/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
-dist/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
-dist/ExtUtils-Install/t/Packlist.t                     See if Packlist works
-dist/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm                        Utilities to write MANIFEST files
-dist/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP              The default MANIFEST.SKIP
-dist/ExtUtils-Manifest/t/Manifest.t                            See if ExtUtils::Manifest works
 dist/ExtUtils-ParseXS/Changes                                  ExtUtils::ParseXS change log
 dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm                ExtUtils::ParseXS guts
 dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm       ExtUtils::ParseXS guts
@@ -3268,6 +3079,7 @@ dist/Locale-Maketext/t/50_super.t                 See if Locale::Maketext works
 dist/Locale-Maketext/t/60_super.t                      See if Locale::Maketext works
 dist/Locale-Maketext/t/70_fail_auto.t                  See if Locale::Maketext works
 dist/Locale-Maketext/t/90_utf8.t                       See if Locale::Maketext works
+dist/Locale-Maketext/t/91_backslash.t                  See if Locale::Maketext works
 dist/Math-BigInt-FastCalc/FastCalc.xs  Math::BigInt::FastCalc extension
 dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm  Math::BigInt::FastCalc extension
 dist/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
@@ -3385,6 +3197,27 @@ 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/510_ping_udp.t         Ping Net::Ping
 dist/Net-Ping/t/520_icmp_ttl.t         Ping Net::Ping
+dist/PathTools/Cwd.pm                          Various cwd routines (getcwd, fastcwd, chdir)
+dist/PathTools/Cwd.xs                          Cwd extension external subroutines
+dist/PathTools/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
+dist/PathTools/lib/File/Spec/Epoc.pm           portable operations on EPOC file names
+dist/PathTools/lib/File/Spec/Functions.pm      Function interface to File::Spec object methods
+dist/PathTools/lib/File/Spec/Mac.pm            portable operations on Mac file names
+dist/PathTools/lib/File/Spec/OS2.pm            portable operations on OS2 file names
+dist/PathTools/lib/File/Spec.pm                portable operations on file names
+dist/PathTools/lib/File/Spec/Unix.pm           portable operations on Unix file names
+dist/PathTools/lib/File/Spec/VMS.pm            portable operations on VMS file names
+dist/PathTools/lib/File/Spec/Win32.pm          portable operations on Win32 and NetWare file names
+dist/PathTools/Makefile.PL                     makefile writer for Cwd
+dist/PathTools/t/crossplatform.t               See if File::Spec works crossplatform
+dist/PathTools/t/cwd.t                 See if Cwd works
+dist/PathTools/t/Functions.t                   See if File::Spec::Functions works
+dist/PathTools/t/rel2abs2rel.t         See if File::Spec->rel2abs/abs2rel works
+dist/PathTools/t/Spec.t                        See if File::Spec works
+dist/PathTools/t/Spec-taint.t                  See if File::Spec works with taint
+dist/PathTools/t/taint.t                       See if Cwd works with taint
+dist/PathTools/t/tmpdir.t                      See if File::Spec->tmpdir() works
+dist/PathTools/t/win32.t                       See if Cwd works on Win32
 dist/Safe/Changes              Changes for Safe.pm
 dist/Safe/Makefile.PL          Makefile.PL for Safe.pm
 dist/Safe/MANIFEST             MANIFEST for Safe.pm
@@ -3397,7 +3230,8 @@ dist/Safe/t/safe3.t               See if Safe works
 dist/Safe/t/safeload.t         Tests that some modules can be loaded by Safe
 dist/Safe/t/safenamedcap.t     Tests that Tie::Hash::NamedCapture can be loaded
 dist/Safe/t/safeops.t          Tests that all ops can be trapped by Safe
-dist/Safe/t/saferegexp.t
+dist/Safe/t/saferegexp.t       Tests Safe with regular expressions
+dist/Safe/t/safesecurity.t     Tests misc. security fixes in Safe
 dist/Safe/t/safesort.t         Tests Safe with sort
 dist/Safe/t/safeuniversal.t    Tests Safe with functions from universal.c
 dist/Safe/t/safeutf8.t         Tests Safe with utf8.pm
@@ -3461,6 +3295,7 @@ dist/Storable/t/testlib.pl                more helper routines for tests
 dist/Storable/t/threads.t              Does Storable work with threads?
 dist/Storable/t/tied_hook.t            See if Storable works
 dist/Storable/t/tied_items.t           See if Storable works
+dist/Storable/t/tied_store.t           See if Storable works
 dist/Storable/t/tied.t                 See if Storable works
 dist/Storable/t/utf8hash.t             See if Storable works
 dist/Storable/t/utf8.t                 See if Storable works
@@ -3593,6 +3428,7 @@ doop.c                    Support code for various operations
 dosish.h               Some defines for MS/DOSish machines
 dquote_static.c                Static 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
 embed.h                        Maps symbols to safer names
 embedvar.h             C namespace management
@@ -3648,7 +3484,6 @@ ext/B/t/walkoptree.t      See if B::walkoptree (and friends) work
 ext/B/t/xref.t         See if B::Xref works
 ext/B/typemap                  Compiler backend interface types
 ext/Devel-Peek/Changes         Data debugging tool, changelog
-ext/Devel-Peek/Makefile.PL     Data debugging tool, makefile writer
 ext/Devel-Peek/Peek.pm         Data debugging tool, module and pod
 ext/Devel-Peek/Peek.xs         Data debugging tool, externals
 ext/Devel-Peek/t/Peek.t                See if Devel::Peek works
@@ -3656,8 +3491,8 @@ ext/DynaLoader/dl_aix.xs  AIX implementation
 ext/DynaLoader/dl_dllload.xs   S/390 dllload() style implementation
 ext/DynaLoader/dl_dlopen.xs    BSD/SunOS4&5 dlopen() style implementation
 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_next.xs      NeXT implementation
 ext/DynaLoader/dl_none.xs      Stub implementation
 ext/DynaLoader/dl_symbian.xs   Symbian implementation
 ext/DynaLoader/dlutils.c       Dynamic loader utilities for dl_*.xs files
@@ -3665,6 +3500,7 @@ ext/DynaLoader/dl_vms.xs  VMS implementation
 ext/DynaLoader/dl_win32.xs     Win32 implementation
 ext/DynaLoader/DynaLoader_pm.PL        Dynamic Loader perl module
 ext/DynaLoader/hints/aix.pl    Hint for DynaLoader for named architecture
+ext/DynaLoader/hints/android.pl        Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/gnukfreebsd.pl    Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/gnuknetbsd.pl     Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/linux.pl  Hint for DynaLoader for named architecture
@@ -3699,6 +3535,7 @@ ext/File-DosGlob/lib/File/DosGlob.pm      Win32 DOS-globbing module
 ext/File-DosGlob/t/DosGlob.t           See if File::DosGlob works
 ext/File-Find/lib/File/Find.pm Routines to do a find
 ext/File-Find/t/find.t         See if File::Find works
+ext/File-Find/t/lib/Testing.pm         Functions used in testing File-find
 ext/File-Find/t/taint.t                See if File::Find works with taint
 ext/File-Glob/bsd_glob.c       File::Glob extension run time code
 ext/File-Glob/bsd_glob.h       File::Glob extension header file
@@ -3787,7 +3624,6 @@ ext/Opcode/t/Opcode.t             See if Opcode works
 ext/Opcode/t/ops.t             See if Opcode works
 ext/PerlIO-encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO-encoding/encoding.xs        PerlIO::encoding
-ext/PerlIO-encoding/MANIFEST   PerlIO::encoding list of files
 ext/PerlIO-encoding/t/encoding.t       See if PerlIO encoding conversion works
 ext/PerlIO-encoding/t/fallback.t       See if PerlIO fallbacks work
 ext/PerlIO-encoding/t/nolooping.t      Tests for PerlIO::encoding
@@ -3849,7 +3685,6 @@ ext/POSIX/hints/gnuknetbsd.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/linux.pl       Hint for POSIX for named architecture
 ext/POSIX/hints/mint.pl                Hint for POSIX for named architecture
 ext/POSIX/hints/netbsd.pl      Hint for POSIX for named architecture
-ext/POSIX/hints/next_3.pl      Hint for POSIX for named architecture
 ext/POSIX/hints/openbsd.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/sunos_4.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/svr4.pl                Hint for POSIX for named architecture
@@ -3858,6 +3693,7 @@ ext/POSIX/lib/POSIX.pod           POSIX extension documentation
 ext/POSIX/Makefile.PL          POSIX extension makefile writer
 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/is.t               See if POSIX isxxx() work
 ext/POSIX/t/math.t             Basic math tests for POSIX
 ext/POSIX/t/posix.t            See if POSIX works
@@ -3912,6 +3748,8 @@ ext/SDBM_File/sdbm/sdbm.c SDBM kit
 ext/SDBM_File/sdbm/sdbm.h      SDBM kit
 ext/SDBM_File/sdbm/tune.h      SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
+ext/SDBM_File/t/constants.t    See if SDBM_File constants work
+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/typemap          SDBM extension interface types
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
@@ -3944,10 +3782,8 @@ ext/XS-APItest/core.c            Test API functions when PERL_CORE is defined
 ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
 ext/XS-APItest/exception.c     XS::APItest extension
 ext/XS-APItest/Makefile.PL     XS::APItest extension
-ext/XS-APItest/MANIFEST                XS::APItest extension
 ext/XS-APItest/notcore.c       Test API functions when PERL_CORE is not defined
 ext/XS-APItest/numeric.xs      XS::APItest wrappers for numeric.c
-ext/XS-APItest/README          XS::APItest extension
 ext/XS-APItest/t/addissub.t    test op check wrapping
 ext/XS-APItest/t/arrayexpr.t   test recursive descent expression parsing
 ext/XS-APItest/t/autoload.t    Test XS AUTOLOAD routines
@@ -3968,6 +3804,7 @@ ext/XS-APItest/t/coplabel.t       test cop_*_label
 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/eval-filter.t Simple source filter/eval test
 ext/XS-APItest/t/exception.t   XS::APItest extension
 ext/XS-APItest/t/fetch_pad_names.t     Tests for UTF8 names in pad
@@ -3986,6 +3823,7 @@ ext/XS-APItest/t/labelconst.aux   auxiliary file for label test
 ext/XS-APItest/t/labelconst.t  test recursive descent label parsing
 ext/XS-APItest/t/labelconst_utf8.aux   auxiliary file for label test in UTF-8
 ext/XS-APItest/t/lexsub.t      Test XS registration of lexical subs
+ext/XS-APItest/t/locale.t      test locale-related things
 ext/XS-APItest/t/loopblock.t   test recursive descent block parsing
 ext/XS-APItest/t/looprest.t    test recursive descent statement-sequence parsing
 ext/XS-APItest/t/lvalue.t      Test XS lvalue functions
@@ -4020,6 +3858,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/svcat.t       Test sv_catpvn
 ext/XS-APItest/t/sviscow.t     Test SvIsCOW
 ext/XS-APItest/t/svpeek.t      XS::APItest extension
 ext/XS-APItest/t/svpv_magic.t  Test behaviour of SvPVbyte/utf8 & get magic
@@ -4095,6 +3934,7 @@ hints/epix.sh                     Hints for named architecture
 hints/esix4.sh                 Hints for named architecture
 hints/fps.sh                   Hints for named architecture
 hints/freebsd.sh               Hints for named architecture
+hints/freemint.sh              Hints for named architecture
 hints/genix.sh                 Hints for named architecture
 hints/gnukfreebsd.sh           Hints for named architecture
 hints/gnuknetbsd.sh            Hints for named architecture
@@ -4111,6 +3951,7 @@ hints/irix_6_1.sh         Hints for named architecture
 hints/irix_6.sh                        Hints for named architecture
 hints/isc_2.sh                 Hints for named architecture
 hints/isc.sh                   Hints for named architecture
+hints/linux-android.sh         Hints for named architecture
 hints/linux.sh                 Hints for named architecture
 hints/lynxos.sh                        Hints for named architecture
 hints/midnightbsd.sh           Hints for named architecture
@@ -4120,9 +3961,6 @@ hints/mpc.sh                      Hints for named architecture
 hints/ncr_tower.sh             Hints for named architecture
 hints/netbsd.sh                        Hints for named architecture
 hints/newsos4.sh               Hints for named architecture
-hints/next_3_0.sh              Hints for named architecture
-hints/next_3.sh                        Hints for named architecture
-hints/next_4.sh                        Hints for named architecture
 hints/nonstopux.sh             Hints for named architecture
 hints/openbsd.sh               Hints for named architecture
 hints/opus.sh                  Hints for named architecture
@@ -4175,10 +4013,15 @@ keywords.h                      The keyword numbers
 l1_char_class_tab.h            256 word bit table of character classes (for handy.h)
 lib/AnyDBM_File.pm             Perl module to emulate dbmopen
 lib/AnyDBM_File.t              See if AnyDBM_File works
+lib/B/Deparse-core.t           See if B::Deparse knows when to use CORE::
+lib/B/Deparse.pm               Compiler Deparse backend
+lib/B/Deparse-subclass.t       See if B::Deparse can be subclassed
+lib/B/Deparse.t                        See if B::Deparse works
 lib/Benchmark.pm               Measure execution time
 lib/Benchmark.t                        See if Benchmark works
 lib/blib.pm                    For "use blib"
 lib/blib.t                     blib.pm test
+lib/B/Op_private.pm            Definitions of OP op_private flags
 lib/bytes_heavy.pl             Support routines for byte pragma
 lib/bytes.pm                   Pragma to enable byte operations
 lib/bytes.t                    bytes.pm test
@@ -4191,7 +4034,6 @@ lib/Config/Extensions.pm  Convenient hash lookup for built extensions
 lib/Config/Extensions.t                See if Config::Extensions works
 lib/Config.t                   See if Config works
 lib/CORE.pod                   document the CORE namespace
-lib/DBM_Filter/Changes         DBM Filter Change history
 lib/DBM_Filter/compress.pm     DBM Filter to compress keys/values
 lib/DBM_Filter/encode.pm       DBM Filter for encoding
 lib/DBM_Filter/int32.pm                DBM Filter for creating int32 keys/values
@@ -4283,6 +4125,7 @@ lib/perl5db/t/lvalue-bug  Tests for the Perl debugger
 lib/perl5db/t/MyModule.pm      Tests for the Perl debugger
 lib/perl5db/t/proxy-constants  Tests for the Perl debugger
 lib/perl5db/t/rt-104168                Tests for the Perl debugger
+lib/perl5db/t/rt-121509-restart-after-chdir            Tests for the Perl debugger
 lib/perl5db/t/rt-61222         Tests for the Perl debugger
 lib/perl5db/t/rt-66110         Tests for the Perl debugger
 lib/perl5db/t/source-cmd-test-no-q.perldb              Tests for the Perl debugger
@@ -4413,13 +4256,6 @@ lib/warnings.pm                  For "use warnings"
 lib/warnings/register.pm       For "use warnings::register"
 lib/warnings.t                 See if warning controls work
 locale.c                       locale-specific utility functions
-madly.c                                parser code for MAD build
-mad/Nomad.pm                   Converts MAD XML dump to Perl 5
-mad/p55                                Perl 5 to Perl 5 translator - driver for nomad
-mad/P5AST.pm                   Used by nomad
-mad/P5re.pm                    Used by nomad
-mad/PLXML.pm                   Used by nomad
-mad/t/p55.t                    Test for the Perl 5 to Perl 5 translator
 makedef.pl                     Create symbol export lists for linking
 makedepend.SH                  Precursor to makedepend
 make_ext.pl                    Used by Makefile to execute extension Makefiles
@@ -4583,7 +4419,6 @@ perlio.h                  PerlIO abstraction
 perliol.h                      PerlIO Layer definition
 perlio.sym                     Symbols for PerlIO abstraction
 perlsdio.h                     Fake stdio using perlio
-perlsfio.h                     Prototype sfio mapping for PerlIO
 perlvars.h                     Global variables
 perly.act                      parser actions; derived from perly.y
 perly.c                                parser code (NOT derived from perly.y)
@@ -4628,11 +4463,14 @@ pod/perl5162delta.pod           Perl changes in version 5.16.2
 pod/perl5163delta.pod          Perl changes in version 5.16.3
 pod/perl5180delta.pod          Perl changes in version 5.18.0
 pod/perl5181delta.pod          Perl changes in version 5.18.1
-pod/perl5190delta.pod          Perl changes in version 5.19.0
-pod/perl5191delta.pod          Perl changes in version 5.19.1
-pod/perl5192delta.pod          Perl changes in version 5.19.2
-pod/perl5193delta.pod          Perl changes in version 5.19.3
-pod/perl5194delta.pod          Perl changes in version 5.19.4
+pod/perl5182delta.pod          Perl changes in version 5.18.2
+pod/perl5200delta.pod          Perl changes in version 5.20.0
+pod/perl5201delta.pod          Perl changes in version 5.20.1
+pod/perl5210delta.pod          Perl changes in version 5.21.0
+pod/perl5211delta.pod          Perl changes in version 5.21.1
+pod/perl5212delta.pod          Perl changes in version 5.21.2
+pod/perl5213delta.pod          Perl changes in version 5.21.3
+pod/perl5214delta.pod          Perl changes in version 5.21.4
 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
@@ -4762,6 +4600,7 @@ Porting/corecpan.pl               Reports outdated dual-lived modules
 Porting/corelist-diff          Tool to produce corelist diffs
 Porting/corelist-perldelta.pl  Generates data perldelta from Module::CoreList
 Porting/corelist.pl            Generates data for Module::CoreList
+Porting/deparse-skips.txt      List of test files to ignore/skip for deparse tests.
 Porting/epigraphs.pod          the release epigraphs used over the years
 Porting/exec-bit.txt           List of files that get +x in release tarball
 Porting/exercise_makedef.pl    Brute force testing for makedef.pl
@@ -4787,7 +4626,7 @@ Porting/manicheck         Check against MANIFEST
 Porting/manisort               Sort the MANIFEST
 Porting/new-perldelta.pl       Generate a new perldelta
 Porting/newtests-perldelta.pl  Generate Perldelta stub for newly added tests
-Porting/perl5200delta.pod      Unfinished perldelta for 5.20.0
+Porting/perl5220delta.pod      Perl changes in version 5.22.0
 Porting/perldelta_template.pod Template for creating new perldelta.pod files
 Porting/perlhist_calculate.pl          Perform calculations to update perlhist
 Porting/pod_lib.pl             Code for handling generated pods
@@ -4821,6 +4660,7 @@ qnx/qnx.c                 QNX silent matherr callback
 README                         The Instructions
 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)
@@ -4847,6 +4687,7 @@ 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)
 README.vms                     Notes about installing the VMS port
@@ -4858,6 +4699,8 @@ regcharclass.h                    Generated by regen/regcharclass.pl
 regcomp.c                      Regular expression compiler
 regcomp.h                      Private declarations for above
 regcomp.sym                    Data for regnodes.h
+regen/charset_translations.pl  Character set utilities
+regen/ebcdic.pl                        Generates ebcdic_tables.h
 regen/embed_lib.pl             Reads embed.fnc and regen/opcodes
 regen/embed.pl                 Produces {embed,embedvar,proto}.h
 regen/feature.pl               Generates feature.pm
@@ -4870,6 +4713,7 @@ regen/mk_invlists.pl              Generates charclass_invlists.h
 regen/mk_PL_charclass.pl       Populate the PL_charclass table
 regen/opcode.pl                        Opcode header generator
 regen/opcodes                  Opcode data
+regen/op_private               Definitions of bits in an OP's op_private field
 regen/overload.pl              generate overload.h
 regen_perly.pl                 generate perly.{act,h,tab} from perly.y
 regen.pl                       Run all scripts that (re)generate files
@@ -4950,10 +4794,12 @@ t/base/rs.t                     See if record-read works
 t/base/term.t                  See if various terms work
 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/bigmem/index.t               Check that index() handles large offsets
 t/bigmem/pos.t                 Check that pos() handles large offsets
 t/bigmem/read.t                        Check read() handles large offsets
 t/bigmem/regexp.t              Test regular expressions with large strings
 t/bigmem/vec.t                 Check vec() handles large offsets
+t/charset_tools.pl             To aid in portable testing across platforms with different character sets
 t/cmd/elsif.t                  See if else-if works
 t/cmd/for.t                    See if for loops work
 t/cmd/mod.t                    See if statement modifiers work
@@ -4993,6 +4839,7 @@ time64.h                  64 bit clean time.h (header)
 t/io/argv.t                    See if ARGV stuff works
 t/io/binmode.t                 See if binmode() works
 t/io/bom.t                     See if scripts can start with a byte order mark
+t/io/closepid.t                        See if close works for subprocesses
 t/io/crlf.t                    See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/data.t                    See if DATA works
@@ -5020,7 +4867,9 @@ t/io/print.t                      See if print commands work
 t/io/pvbm.t                    See if PVBMs break IO commands
 t/io/read.t                    See if read works
 t/io/say.t                     See if say works
+t/io/sem.t                     See if SysV semaphores work
 t/io/shm.t                     See if SysV shared memory works
+t/io/socket.t                  See if socket functions work
 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
@@ -5034,6 +4883,7 @@ t/lib/compmod.pl          Helper for 1_compile.t
 t/lib/Count.pm                 Helper for t/op/method.t
 t/lib/croak/mg                 Test croak calls from mg.c
 t/lib/croak/op                 Test croak calls from op.c
+t/lib/croak/pp                 Test croak calls from pp.c
 t/lib/croak/pp_ctl             Test croak calls from pp_ctl.c
 t/lib/croak/pp_hot             Test croak calls from pp_hot.c
 t/lib/croak.t                  Test calls to Perl_croak() in the C source.
@@ -5086,13 +4936,13 @@ 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/irs             Tests for $/ for warnings.t
 t/lib/warnings/malloc          Tests for malloc.c for warnings.t
 t/lib/warnings/mg              Tests for mg.c for warnings.t
 t/lib/warnings/op              Tests for op.c for warnings.t
 t/lib/warnings/pad             Tests for pad.c for warnings.t
 t/lib/warnings/perl            Tests for perl.c for warnings.t
 t/lib/warnings/perlio          Tests for perlio.c for warnings.t
-t/lib/warnings/perly           Tests for perly.y for warnings.t
 t/lib/warnings/pp              Tests for pp.c for warnings.t
 t/lib/warnings/pp_ctl          Tests for pp_ctl.c for warnings.t
 t/lib/warnings/pp_hot          Tests for pp_hot.c for warnings.t
@@ -5107,6 +4957,7 @@ t/lib/warnings/toke               Tests for toke.c for warnings.t
 t/lib/warnings/universal       Tests for universal.c for warnings.t
 t/lib/warnings/utf8            Tests for utf8.c for warnings.t
 t/lib/warnings/util            Tests for util.c for warnings.t
+t/loc_tools.pl                 Common functions for finding platform's locales
 t/mro/basic_01_c3.t            mro tests
 t/mro/basic_01_c3_utf8.t       utf8 mro tests
 t/mro/basic_01_dfs.t           mro tests
@@ -5260,15 +5111,18 @@ t/op/hash-rt85026.t             See if hash iteration/deletion works
 t/op/hash.t                    See if the complexity attackers are repelled
 t/op/hashwarn.t                        See if warnings for bad hash assignments work
 t/op/heredoc.t                 See if heredoc edge and corner cases work
+t/op/hexfp.t                   See if hexadecimal float literals work
 t/op/inccode.t                 See if coderefs work in @INC
 t/op/inccode-tie.t             See if tie to @INC works
 t/op/incfilter.t               See if the source filters in coderef-in-@INC work
 t/op/inc.t                     See if inc/dec of integers near 32 bit limit work
 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/join.t                    See if join works
-t/op/kill0.t                   See if kill(0, $pid) works
+t/op/kill0_child               Process tree script that is kill()ed
+t/op/kill0.t                   See if kill works
 t/op/kvaslice.t                        See if index/value array slices work
 t/op/kvhslice.t                        See if key/value hash slices work
 t/op/lc.t                      See if lc, uc, lcfirst, ucfirst, quotemeta work
@@ -5284,6 +5138,7 @@ t/op/local.t                      See if local works
 t/op/lock.t                    Tests for lock args & retval (no threads)
 t/op/loopctl.t                 See if next/last/redo work
 t/op/lop.t                     See if logical operators work
+t/op/lvref.t                   See if aliasing via references works
 t/op/magic-27839.t             Test for #27839, skipped for minitest
 t/op/magic.t                   See if magic variables work
 t/op/method.t                  See if method calls work
@@ -5295,6 +5150,7 @@ t/op/negate.t                     See if unary minus works
 t/op/not.t                     See if not works
 t/op/numconvert.t              See if accessing fields does not change numeric values
 t/op/oct.t                     See if oct and hex work
+t/op/opt.t                     Test presence of some op optimisations
 t/op/ord.t                     See if ord works
 t/op/or.t                      See if || works in weird situations
 t/op/overload_integer.t                See if overload::constant for integer works after "use".
@@ -5320,6 +5176,7 @@ t/op/ref.t                        See if refs and objects work
 t/op/repeat.t                  See if x operator works
 t/op/require_37033.t           See if require always closes rsfp
 t/op/require_errors.t          See if errors from require are reported correctly
+t/op/require_override.t                See if require handles no argument properly
 t/op/reset.t                   See if reset operator works
 t/op/reverse.t                 See if reverse operator works
 t/op/rt119311.t                        Test bug #119311 (die/DESTROY/recursion)
@@ -5327,6 +5184,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/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
 t/op/smartkve.t                        See if smart deref for keys/values/each works
@@ -5390,6 +5248,7 @@ t/porting/checkcase.t             Check whether we are case-insensitive-fs-friendly
 t/porting/checkcfgvar.t                Check that all config.sh-like files are good
 t/porting/cmp_version.t                Test whether all changed module files have their VERSION bumped
 t/porting/copyright.t          Check that copyright years match
+t/porting/corelist.t           Check that Module-CoreList has perl versions for the current perl
 t/porting/customized.dat               Data file for porting/customized.t
 t/porting/customized.t         Check all CUSTOMIZED files are as they should be
 t/porting/diag.t               Test completeness of perldiag.pod
@@ -5400,6 +5259,7 @@ t/porting/filenames.t             Check the MANIFEST for filename portability.
 t/porting/FindExt.t            Test win32/FindExt.pm
 t/porting/globvar.t            Check that globvar.sym is sane
 t/porting/known_pod_issues.dat Data file for porting/podcheck.t
+t/porting/libperl.t            Check libperl.a sanity
 t/porting/maintainers.t                Test that Porting/Maintainers.pl is up to date
 t/porting/manifest.t           Test that this MANIFEST file is well formed
 t/porting/pending-author.t     Check if any pending commit would break tests
@@ -5457,7 +5317,10 @@ t/re/reg_nc_tie.t                Test the tied methods of Tie::Hash::NamedCapture
 t/re/reg_pmod.t                        See if regexp /p modifier works as expected
 t/re/reg_posixcc.t             See if posix character classes behave consistently
 t/re/re_tests                  Regular expressions for regexp.t
+t/re/rt122747.t                        Test rt122747 assert faile (requires DEBUGGING)
 t/re/rxcode.t                  See if /(?{ code })/ works
+t/re/speed.t                   See if optimisations are keeping things fast
+t/re/speed_thr.t               ditto under threads
 t/re/subst_amp.t               See if $&-related substitution works
 t/re/subst.t                   See if substitution works
 t/re/substT.t                  See if substitution works with -T
@@ -5468,9 +5331,10 @@ t/run/dtrace.pl                  For dtrace.t
 t/run/dtrace.t                 Test for DTrace probes
 t/run/exit.t                   Test perl's exit status.
 t/run/flib/broken.pm           Bad .pm file for switchM.t
+t/run/flib/t2.pm               Test for .pmcs with -I/dir/
+t/run/flib/t2.pmc              Test for .pmcs with -I/dir/
 t/run/fresh_perl.t             Tests that require a fresh perl.
 t/run/locale.t         Tests related to locale handling
-t/run/mad.t                    Test vs MAD environment
 t/run/noswitch.t               Test aliasing ARGV for other switch tests
 t/run/runenv.t                 Test if perl honors its environment variables.
 t/run/script.t                 See if script invocation works
@@ -5496,6 +5360,7 @@ t/TEST                            The regression tester
 t/test.pl                      Simple testing library
 t/test_pl/can_isa_ok.t         Tests for the simple testing library
 t/test_pl/_num_to_alpha.t      Tests for the simple testing library 
+t/test_pl/plan_skip_all.t      Tests for the simple testing library
 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
@@ -5535,12 +5400,11 @@ t/uni/upper.t                   See if Unicode casing works
 t/uni/variables.t              See that the rules for variable names work
 t/uni/write.t                  See if Unicode formats work
 t/win32/fs.t                   Test Win32 link for compatibility
+t/win32/popen.t                        Test for stdout races in backticks, etc
 t/win32/runenv.t               Test if Win* perl honors its env variables
 t/win32/signal.t               Test Win32 signal emulation
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
-t/x2p/find2perl.t              Test find2perl
-t/x2p/s2p.t                    See if s2p/psed work
 uconfig64.sh                   Configuration script for microperl for LP64
 uconfig.h                      Configuration header for microperl
 uconfig.sh                     Configuration script for microperl
@@ -5553,7 +5417,6 @@ utfebcdic.h                       Unicode on EBCDIC (UTF-EBCDIC, tr16) header
 util.c                         Utility routines
 util.h                         Dummy header
 utils/c2ph.PL                  program to translate dbx stabs to perl
-utils/config_data.PL           Module::Build tool
 utils/corelist.PL              Module::CoreList
 utils/cpan.PL                  easily interact with CPAN from the command line
 utils/enc2xs.PL                        Encode module generator
@@ -5595,6 +5458,9 @@ vos/configure_full_perl.sh        VOS shell script to configure "full" perl before buil
 vos/make_full_perl.sh          VOS shell script to build and test "full" perl
 vos/vos.c                      VOS emulations for missing POSIX functions
 vos/vosish.h                   VOS-specific header file
+vutil.c                                Version object C functions
+vutil.h                                Version object headers
+vxs.inc                                Version object XS methods
 warnings.h                     The warning numbers
 win32/bin/exetype.pl           Set executable type to CONSOLE or WINDOWS
 win32/bin/perlglob.pl          Win32 globbing
@@ -5654,21 +5520,4 @@ win32/wince.c                    WinCE port
 win32/wince.h                  WinCE port
 win32/wincesck.c               WinCE port
 write_buildcustomize.pl                Generate lib/buildcustomize.pl
-x2p/a2p.c                      Output of a2p.y run through byacc
-x2p/a2p.h                      Global declarations
-x2p/a2p.pod                    Pod for awk to perl translator
-x2p/a2p.y                      A yacc grammar for awk
-x2p/a2py.c                     Awk compiler, sort of
-x2p/EXTERN.h                   Same as above
-x2p/find2perl.PL               A find to perl translator
-x2p/hash.c                     Hashes again
-x2p/hash.h                     Public declarations for the above
-x2p/INTERN.h                   Same as above
-x2p/Makefile.SH                        Precursor to Makefile
-x2p/s2p.PL                     Sed to perl translator
-x2p/str.c                      String handling package
-x2p/str.h                      Public declarations for the above
-x2p/util.c                     Utility routines
-x2p/util.h                     Public declarations for the above
-x2p/walk.c                     Parse tree walker
 XSUB.h                         Include file for extension subroutines