This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add Porting/check-cpan-pollution to MANIFEST
[perl5.git] / MANIFEST
index 861bdc8..3d68988 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -233,21 +233,15 @@ cpan/Class-ISA/lib/Class/ISA.pm           Class::ISA
 cpan/Class-ISA/t/00_about_verbose.t    Tests for Class::ISA
 cpan/Class-ISA/t/01_old_junk.t         Tests for Class::ISA
 cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
-cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c
-cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
 cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
 cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
 cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
-cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c
 cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
 cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
-cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c
 cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
-cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c
-cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c
 cpan/Compress-Raw-Bzip2/Bzip2.xs
 cpan/Compress-Raw-Bzip2/Changes
 cpan/Compress-Raw-Bzip2/fallback/constants.h
@@ -304,6 +298,7 @@ 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/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
 cpan/CPAN/lib/CPAN/Bundle.pm           helper package for CPAN.pm
@@ -312,7 +307,7 @@ cpan/CPAN/lib/CPAN/Complete.pm              helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Debug.pm            helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/DeferredCode.pm     helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Distribution.pm     helper package for CPAN.pm
-cpan/CPAN/lib/CPAN/Distroprefs.pm              helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Distroprefs.pm      helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Distrostatus.pm     helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm        helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm    helper package for CPAN.pm
@@ -327,6 +322,7 @@ cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd           helper file for validating config fil
 cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml     helper file for validating config files
 cpan/CPAN/lib/CPAN/Kwalify.pm          helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/LWP/UserAgent.pm    helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Mirrors.pm          helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Module.pm           helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Nox.pm                      Runs CPAN while avoiding compiled extensions
 cpan/CPAN/lib/CPAN.pm                  Interface to Comprehensive Perl Archive Network
@@ -336,7 +332,6 @@ 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/Makefile.PL
 cpan/CPAN/PAUSE2003.pub                CPAN public key
 cpan/CPAN/PAUSE2005.pub                CPAN public key
 cpan/CPAN/PAUSE2007.pub                CPAN public key
@@ -918,11 +913,15 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm  CBuilder method
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm   CBuilder methods for OS/2
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm  CBuilder methods for Unix
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm   CBuilder methods for VMS
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm   CBuilder methods for Windows
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm   CBuilder methods for Windows
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm  CBuilder methods for Windows
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm       CBuilder methods for Windows
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                        Compile and link C code for Perl modules
 cpan/ExtUtils-CBuilder/t/00-have-compiler.t                    ExtUtils::CBuilder tests
 cpan/ExtUtils-CBuilder/t/01-basic.t                            tests for ExtUtils::CBuilder
 cpan/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
+cpan/ExtUtils-CBuilder/t/03-cplusplus.t                                tests for ExtUtils::CBuilder
 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
@@ -1053,6 +1052,7 @@ cpan/ExtUtils-ParseXS/t/XSUsage.pm                ExtUtils::ParseXS tests
 cpan/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
 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
 cpan/File-Path/lib/File/Path.pm                Do things like 'mkdir -p' and 'rm -r'
 cpan/File-Path/t/Path.t                        See if File::Path works
 cpan/File-Path/t/taint.t               See if File::Path works with -T
@@ -1515,10 +1515,14 @@ cpan/MIME-Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/unicode.t           See whether MIME::Base64 works
 cpan/MIME-Base64/t/warn.t              See whether MIME::Base64 works
 cpan/Module-Build/Changes                              Module::Build
+cpan/Module-Build/lib/inc/latest.pm                    Module::Build
+cpan/Module-Build/lib/inc/latest/private.pm            Module::Build
 cpan/Module-Build/lib/Module/Build/API.pod             Module::Build
 cpan/Module-Build/lib/Module/Build/Authoring.pod       Module::Build
 cpan/Module-Build/lib/Module/Build/Base.pm             Module::Build
+cpan/Module-Build/lib/Module/Build/Bundling.pod                Module::Build
 cpan/Module-Build/lib/Module/Build/Compat.pm           Module::Build
+cpan/Module-Build/lib/Module/Build/ConfigData.pm       Configuration for Module::Build
 cpan/Module-Build/lib/Module/Build/Config.pm           Module::Build
 cpan/Module-Build/lib/Module/Build/Cookbook.pm         Module::Build
 cpan/Module-Build/lib/Module/Build/Dumper.pm           Module::Build
@@ -1544,33 +1548,43 @@ cpan/Module-Build/lib/Module/Build/PPMMaker.pm          Module::Build
 cpan/Module-Build/lib/Module/Build/Version.pm          Module::Build
 cpan/Module-Build/lib/Module/Build/YAML.pm             Module::Build
 cpan/Module-Build/scripts/config_data                  Module::Build
+cpan/Module-Build/t/00-compile.t                       Module::Build
+cpan/Module-Build/t/actions/installdeps.t              Module::Build
 cpan/Module-Build/t/add_property.t                     Module::Build
 cpan/Module-Build/t/basic.t                            Module::Build
-cpan/Module-Build/t/bundled/Tie/CPHash.pm              Module::Build.pm
+cpan/Module-Build/t/bundled/Tie/CPHash.pm              Module::Build
+cpan/Module-Build/t/bundle_inc.t                       Module::Build
 cpan/Module-Build/t/compat/exit.t                      Module::Build
 cpan/Module-Build/t/compat.t                           Module::Build
-cpan/Module-Build/t/debug.t                            Module::Build tests
+cpan/Module-Build/t/debug.t                            Module::Build
 cpan/Module-Build/t/destinations.t                     Module::Build
 cpan/Module-Build/t/extend.t                           Module::Build
 cpan/Module-Build/t/ext.t                              Module::Build
 cpan/Module-Build/t/files.t                            Module::Build
 cpan/Module-Build/t/help.t                             Module::Build
-cpan/Module-Build/t/install_extra_target.t             Module::Build tests
+cpan/Module-Build/t/install_extra_target.t             Module::Build
 cpan/Module-Build/t/install.t                          Module::Build
 cpan/Module-Build/t/lib/DistGen.pm                     Module::Build
 cpan/Module-Build/t/lib/MBTest.pm                      Module::Build
 cpan/Module-Build/t/manifypods.t                       Module::Build
-cpan/Module-Build/t/mbyaml.t                           Module::Build
 cpan/Module-Build/t/metadata2.t                                Module::Build
 cpan/Module-Build/t/metadata.t                         Module::Build
 cpan/Module-Build/t/moduleinfo.t                       Module::Build
+cpan/Module-Build/t/mymeta.t                           Module::Build
 cpan/Module-Build/t/new_from_context.t                 Module::Build
 cpan/Module-Build/t/notes.t                            Module::Build
 cpan/Module-Build/t/parents.t                          Module::Build
-cpan/Module-Build/t/PL_files.t                         Module::Build tests
+cpan/Module-Build/t/perl_mb_opt.t                      Module::Build
+cpan/Module-Build/t/PL_files.t                         Module::Build
 cpan/Module-Build/t/pod_parser.t                       Module::Build
 cpan/Module-Build/t/ppm.t                              Module::Build
+cpan/Module-Build/t/properties/module_name.t           Module::Build
+cpan/Module-Build/t/properties/needs_compiler.t                Module::Build
+cpan/Module-Build/t/properties/share_dir.t             Module::Build
+cpan/Module-Build/t/README.pod                         Module::Build
+cpan/Module-Build/t/resume.t                           Module::Build
 cpan/Module-Build/t/runthrough.t                       Module::Build
+cpan/Module-Build/t/sample.t                           Module::Build
 cpan/Module-Build/t/script_dist.t                      Module::Build
 cpan/Module-Build/t/test_file_exts.t                   Module::Build
 cpan/Module-Build/t/test_types.t                       Module::Build
@@ -1578,7 +1592,7 @@ cpan/Module-Build/t/test_type.t                           Module::Build
 cpan/Module-Build/t/tilde.t                            Module::Build
 cpan/Module-Build/t/use_tap_harness.t                  Module::Build
 cpan/Module-Build/t/versions.t                         Module::Build
-cpan/Module-Build/t/write_default_maniskip.t           Module::Build tests
+cpan/Module-Build/t/write_default_maniskip.t           Module::Build
 cpan/Module-Build/t/xs.t                               Module::Build
 cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm    Module::Conditional
 cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t    Module::Conditional tests
@@ -1720,6 +1734,7 @@ cpan/Parse-CPAN-Meta/t/data/sample.yml                    Parse::CPAN::Meta
 cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml       Parse::CPAN::Meta
 cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml     Parse::CPAN::Meta
 cpan/Parse-CPAN-Meta/t/data/toolbar.yml                        Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml  Parse::CPAN::Meta - manually generated; see Porting/Maintainers.pl
 cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed   Parse::CPAN::Meta
 cpan/Parse-CPAN-Meta/t/data/vanilla.yml                        Parse::CPAN::Meta
 cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm     Parse::CPAN::Meta testing library
@@ -1750,10 +1765,13 @@ cpan/podlators/t/basic.pod                      podlators test
 cpan/podlators/t/basic.t                       podlators test
 cpan/podlators/t/basic.txt                     podlators test
 cpan/podlators/t/color.t                       podlators test
+cpan/podlators/t/devise-date.t                 podlators test
 cpan/podlators/t/filehandle.t                  podlators test
+cpan/podlators/t/man-heading.t                 podlators test
 cpan/podlators/t/man-options.t                 podlators test
 cpan/podlators/t/man.t                         podlators test
 cpan/podlators/t/man-utf8.t                    podlators test
+cpan/podlators/t/overstrike.t                  podlators test
 cpan/podlators/t/parselink.t                   podlators test
 cpan/podlators/t/pod-parser.t                  podlators test
 cpan/podlators/t/pod-spelling.t                        podlators test
@@ -1875,6 +1893,7 @@ cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt            Pod::Simple test file
 cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml         Pod::Simple test file
 cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt          Pod::Simple test file
 cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml          Pod::Simple test file
+cpan/Pod-Simple/t/corpus2/README                       Pod::Simple test file
 cpan/Pod-Simple/t/corpus/8859_7.pod                    Pod::Simple test file
 cpan/Pod-Simple/t/corpus/8859_7.xml                    Pod::Simple test file
 cpan/Pod-Simple/t/corpus/cp1256.txt                    Pod::Simple test file
@@ -1926,7 +1945,6 @@ cpan/Pod-Simple/t/fcodes_s.t                              Pod::Simple test file
 cpan/Pod-Simple/t/fcodes.t                             Pod::Simple test file
 cpan/Pod-Simple/t/fornot.t                             Pod::Simple test file
 cpan/Pod-Simple/t/for.t                                        Pod::Simple test file
-cpan/Pod-Simple/t/fullstop.t                           Pod::Simple test file
 cpan/Pod-Simple/t/heads.t                              Pod::Simple test file
 cpan/Pod-Simple/t/html01.t                             Pod::Simple test file
 cpan/Pod-Simple/t/html02.t                             Pod::Simple test file
@@ -1962,6 +1980,7 @@ cpan/Pod-Simple/t/search28.t                              Pod::Simple test file
 cpan/Pod-Simple/t/search29.t                           Pod::Simple test file
 cpan/Pod-Simple/t/search50.t                           Pod::Simple test file
 cpan/Pod-Simple/t/stree.t                              Pod::Simple test file
+cpan/Pod-Simple/t/strpvbtm.t                           Pod::Simple test file
 cpan/Pod-Simple/t/testlib1/Blorm.pm                    Pod::Simple test file
 cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod          Pod::Simple test file
 cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt         Pod::Simple test file
@@ -1989,6 +2008,7 @@ cpan/Pod-Simple/t/verbatim.t                              Pod::Simple test file
 cpan/Pod-Simple/t/verb_fmt.t                           Pod::Simple test file
 cpan/Pod-Simple/t/xhtml01.t                            Pod::Simple test file
 cpan/Pod-Simple/t/xhtml05.t                            Pod::Simple test file
+cpan/Pod-Simple/t/xhtml10.t                            Pod::Simple test file
 cpan/Pod-Simple/t/x_nixer.t                            Pod::Simple test file
 cpan/Shell/Shell.pm            Make AUTOLOADed system() calls
 cpan/Shell/t/Shell.t           Tests for above
@@ -2220,7 +2240,7 @@ cpan/Test-Simple/t/BEGIN_use_ok.t                 Test::More use_ok() testing
 cpan/Test-Simple/t/buffer.t                            Test::Builder buffering test
 cpan/Test-Simple/t/Builder/Builder.t                   Test::Builder tests
 cpan/Test-Simple/t/Builder/carp.t                      Test::Builder test
-cpan/Test-Simple/t/Builder/create.t                    Test::Builder test 
+cpan/Test-Simple/t/Builder/create.t                    Test::Builder test
 cpan/Test-Simple/t/Builder/current_test.t              Test::Builder tests
 cpan/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests
 cpan/Test-Simple/t/Builder/details.t                   Test::Builder tests
@@ -2563,8 +2583,8 @@ dist/base/MANIFEST                base.pm manifest
 dist/base/META.yml             base.pm META.yml file
 dist/base/t/base.t             See if base works
 dist/base/t/compile-time.t     See if base works
-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-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
@@ -2686,6 +2706,7 @@ dist/Module-CoreList/MANIFEST                     Module::CoreList
 dist/Module-CoreList/META.yml                  Module::CoreList
 dist/Module-CoreList/README                    Module::CoreList
 dist/Module-CoreList/t/corelist.t              Module::CoreList tests
+dist/Module-CoreList/t/deprecated.t            Module::CoreList tests
 dist/Module-CoreList/t/find_modules.t          Module::CoreList tests
 dist/Module-CoreList/t/pod.t                   Module::CoreList tests
 dist/Net-Ping/Changes                  Net::Ping
@@ -2733,6 +2754,7 @@ dist/Safe/t/safe2.t               See if Safe works
 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/safeops.t          Tests that all ops can be trapped by Safe
+dist/Safe/t/safesort.t         Tests Safe with sort
 dist/Safe/t/safeuniversal.t    Tests Safe with functions from universal.c
 dist/SelfLoader/lib/SelfLoader.pm      Load functions only on demand
 dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
@@ -3189,6 +3211,12 @@ ext/XS-APItest/APItest.xs        XS::APItest extension
 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-KeywordRPN/KeywordRPN.pm        XS::APItest::KeywordRPN extension
+ext/XS-APItest-KeywordRPN/KeywordRPN.xs        XS::APItest::KeywordRPN extension
+ext/XS-APItest-KeywordRPN/Makefile.PL  XS::APItest::KeywordRPN extension
+ext/XS-APItest-KeywordRPN/README       XS::APItest::KeywordRPN extension
+ext/XS-APItest-KeywordRPN/t/keyword_plugin.t   test keyword plugin mechanism
+ext/XS-APItest-KeywordRPN/t/multiline.t        test plugin parsing across lines
 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
@@ -3197,12 +3225,15 @@ ext/XS-APItest/t/call.t         XS::APItest extension
 ext/XS-APItest/t/exception.t   XS::APItest extension
 ext/XS-APItest/t/hash.t                XS::APItest: tests for hash related APIs
 ext/XS-APItest/t/my_cxt.t      XS::APItest: test MY_CXT interface
+ext/XS-APItest/t/my_exit.t     XS::APItest: test my_exit
 ext/XS-APItest/t/op.t          XS::APItest: tests for OP related APIs
+ext/XS-APItest/t/pmflag.t      Test deprecation warning for Perl_pmflag()
 ext/XS-APItest/t/printf.t      XS::APItest extension
 ext/XS-APItest/t/push.t                XS::APItest extension
 ext/XS-APItest/t/rmagical.t    XS::APItest extension
 ext/XS-APItest/t/svpeek.t      XS::APItest extension
 ext/XS-APItest/t/svsetsv.t     Test behaviour of sv_setsv with/without PERL_CORE
+ext/XS-APItest/t/utf16_to_utf8.t       Test behaviour of utf16_to_utf8{,reversed}
 ext/XS-APItest/t/xs_special_subs_require.t     for require too
 ext/XS-APItest/t/xs_special_subs.t     Test that XS BEGIN/CHECK/INIT/END work
 ext/XS-Typemap/Makefile.PL     XS::Typemap extension
@@ -3420,6 +3451,7 @@ lib/ExtUtils/XSSymSet.pm  on VMS, manage linker symbols when building extensions
 lib/fastcwd.pl                 a faster but more dangerous getcwd
 lib/feature.pm                 Pragma to enable new syntax
 lib/feature.t                  See if features work
+lib/feature/unicode_strings.t  See if feature "unicode_strings" work
 lib/File/Basename.pm           Emulate the basename program
 lib/File/Basename.t            See if File::Basename works
 lib/File/CheckTree.pm          Perl module supporting wholesale file mode validation
@@ -3463,7 +3495,6 @@ lib/less.t                        See if less support works
 lib/locale.pm                  For "use locale"
 lib/locale.t                   See if locale support works
 lib/look.pl                    A "look" equivalent
-lib/Module/Build/ConfigData.pm Configuration for Module::Build
 lib/Net/hostent.pm             By-name interface to Perl's builtin gethost*
 lib/Net/hostent.t              See if Net::hostent works
 lib/Net/netent.pm              By-name interface to Perl's builtin getnet*
@@ -3560,12 +3591,14 @@ lib/Unicode/README              Explanation what happened to lib/unicode.
 lib/Unicode/UCD.pm             Unicode character database
 lib/Unicode/UCD.t              See if Unicode character database works
 lib/unicore/ArabicShaping.txt                  Unicode character database
+lib/unicore/auxiliary/GCBTest.txt      Unicode character database
 lib/unicore/auxiliary/GraphemeBreakProperty.txt        Unicode character database
 lib/unicore/auxiliary/SentenceBreakProperty.txt        Unicode character database
 lib/unicore/auxiliary/WordBreakProperty.txt    Unicode character database
 lib/unicore/BidiMirroring.txt                  Unicode character database
 lib/unicore/Blocks.txt                         Unicode character database
 lib/unicore/CaseFolding.txt                    Unicode character database
+lib/unicore/CJKRadicals.txt                    Unicode character database
 lib/unicore/CompositionExclusions.txt          Unicode character database
 lib/unicore/DAge.txt                           Unicode character database
 lib/unicore/DCoreProperties.txt                        Unicode character database
@@ -3588,7 +3621,6 @@ lib/unicore/Jamo.txt                              Unicode character database
 lib/unicore/LineBreak.txt                      Unicode character database
 lib/unicore/Makefile                           Unicode character database
 lib/unicore/mktables                           Unicode character database generator
-lib/unicore/mktables.lst                       File list for mktables
 lib/unicore/NameAliases.txt                    Unicode character database
 lib/unicore/NamedSequences.txt                 Unicode character database
 lib/unicore/NamedSqProv.txt                    Unicode character database
@@ -3831,6 +3863,11 @@ pod/perl5100delta.pod            Perl changes in version 5.10.0
 pod/perl5101delta.pod          Perl changes in version 5.10.1
 pod/perl5110delta.pod          Perl changes in version 5.11.0
 pod/perl5111delta.pod          Perl changes in version 5.11.1
+pod/perl5112delta.pod          Perl changes in version 5.11.2
+pod/perl5113delta.pod          Perl changes in version 5.11.3
+pod/perl5114delta.pod          Perl changes in version 5.11.4
+pod/perl5115delta.pod          Perl changes in version 5.11.5
+pod/perl5120delta.pod          Perl changes in version 5.12.0
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl570delta.pod           Perl changes in version 5.7.0
@@ -3913,6 +3950,7 @@ pod/perlperf.pod          Perl Performance and Optimization Techniques
 pod/perl.pod                   Perl overview (this section)
 pod/perlpod.pod                        Perl plain old documentation
 pod/perlpodspec.pod            Perl plain old documentation format specification
+pod/perlpolicy.pod             Perl development policies
 pod/perlport.pod               Perl portability guide
 pod/perlpragma.pod             Perl modules: writing a user pragma
 pod/perlreapi.pod              Perl regular expression plugin interface
@@ -3960,6 +3998,7 @@ pod/splitpod                      Splits perlfunc into multiple pod pages
 Policy_sh.SH                   Hold site-wide preferences between Configure runs.
 Porting/add-package.pl         Add/Update CPAN modules that are part of Core
 Porting/bump-perl-version      bump the perl version in relevant files
+Porting/check-cpan-pollution   Check for commits that may wrongly touch CPAN distros
 Porting/check83.pl             Check whether we are 8.3-friendly
 Porting/checkansi.pl           Check source code for ANSI-C violations
 Porting/checkAUTHORS.pl                Check that the AUTHORS file is complete
@@ -3970,7 +4009,6 @@ Porting/cmpVERSION.pl             Compare whether two trees have changed modules
 Porting/config_H               Sample config.h
 Porting/config_h.pl            Reorder config_h.SH after metaconfig
 Porting/config.sh              Sample config.sh
-Porting/Contract               Social contract for contributed modules in Perl core
 Porting/core-cpan-diff         Compare core distros with their CPAN equivalents
 Porting/corecpan.pl            Reports outdated dual-lived modules
 Porting/corelist-perldelta.pl          Generates data perldelta from Module::CoreList
@@ -3996,7 +4034,8 @@ Porting/makerel                   Release making utility
 Porting/make_snapshot.pl       Make a tgz snapshot of our tree with a .patch file in it
 Porting/manicheck              Check against MANIFEST
 Porting/manisort               Sort the MANIFEST
-Porting/perldelta_template     Template for creating new perldelta.pod files
+Porting/newtests-perldelta.pl  Generate Perldelta stub for newly added tests
+Porting/perldelta_template.pod Template for creating new perldelta.pod files
 Porting/podtidy                        Reformat pod using Pod::Tidy
 Porting/pumpkin.pod            Guidelines and hints for Perl maintainers
 Porting/README.y2038           Perl notes for the 2038 fix
@@ -4124,7 +4163,7 @@ symbian/sanity.pl         Helper code for config.pl
 symbian/sdk.pl                 Helper code for config.pl
 symbian/sisify.pl              Packaging utility
 symbian/symbian_dll.cpp                The DLL stub for Symbian
-symbian/symbianish.h           Header for Symbian      
+symbian/symbianish.h           Header for Symbian
 symbian/symbian_proto.h                Prototypes for Symbian
 symbian/symbian_stubs.c                Stub routines for Symbian
 symbian/symbian_stubs.h                Stub headers for Symbian
@@ -4152,9 +4191,13 @@ t/comp/bproto.t                  See if builtins conform to their prototypes
 t/comp/cmdopt.t                        See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
 t/comp/decl.t                  See if declarations work
+t/comp/final_line_num.t                See if line numbers are correct at EOF
 t/comp/fold.t                  See if constant folding works
+t/comp/form_scope.t            See if format scoping works
 t/comp/hints.aux               Auxillary file for %^H test
 t/comp/hints.t                 See if %^H works
+t/comp/line_debug_0.aux                Auxiliary file for @{"_<$file"} test
+t/comp/line_debug.t            See if @{"_<$file"} works
 t/comp/multiline.t             See if multiline strings work
 t/comp/opsubs.t                        See if q() etc. are not parsed as functions
 t/comp/our.t                   Tests for our declaration
@@ -4224,6 +4267,7 @@ t/lib/locale/utf8         Part of locale.t in UTF8
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
 t/lib/no_load.t                        Test that some modules don't load others
+t/lib/overload_fallback.t      Test that using overload 2x in a scope doesn't clobber fallback
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
 t/lib/Sans_mypragma.pm         Test module for t/lib/mypragma.t
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
@@ -4309,6 +4353,8 @@ t/op/anonsub.t                    See if anonymous subroutines work
 t/op/append.t                  See if . works
 t/op/args.t                    See if operations on @_ work
 t/op/arith.t                   See if arithmetic works
+t/op/array_base.aux            Auxiliary file for the $[ test
+t/op/array_base.t              Tests for the $[, which is deprecated
 t/op/array.t                   See if array operations work
 t/op/assignwarn.t              See if OP= operators warn correctly for undef targets
 t/op/attrhand.t                        See if attribute handlers work
@@ -4346,6 +4392,7 @@ t/op/exists_sub.t         See if exists(&sub) works
 t/op/exp.t                     See if math functions work
 t/op/fh.t                      See if filehandles work
 t/op/filetest.t                        See if file tests work
+t/op/filetest_t.t              See if -t file test works
 t/op/flip.t                    See if range operator works
 t/op/fork.t                    See if fork works
 t/op/getpid.t                  See if $$ and getppid work with threads
@@ -4374,6 +4421,7 @@ t/op/lc.t                 See if lc, uc, lcfirst, ucfirst, quotemeta work
 t/op/lc_user.t                 See if user-defined lc et alia work
 t/op/length.t                  See if length works
 t/op/lex_assign.t              See if ops involving lexicals or pad temps work
+t/op/lex.t                     Tests too complex for t/base/lex.t
 t/op/lfs.t                     See if large files work for perlio
 t/op/list.t                    See if array lists work
 t/op/localref.t                        See if local ${deref} works
@@ -4392,14 +4440,17 @@ 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/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".   
+t/op/overload_integer.t                See if overload::constant for integer works after "use".
 t/op/override.t                        See if operator overriding works
+t/op/packagev.t                        See if package VERSION work
 t/op/pack.t                    See if pack and unpack work
 t/op/pos.t                     See if pos works
 t/op/pow.t                     See if ** works
+t/op/protowarn.t               See if the illegalproto warnings work
 t/op/push.t                    See if push and pop work
 t/op/pwent.t                   See if getpw*() functions work
 t/op/qq.t                      See if qq works
+t/op/qr.t                      See if qr works
 t/op/quotemeta.t               See if quotemeta works
 t/op/rand.t                    See if rand works
 t/op/range.t                   See if .. works
@@ -4444,12 +4495,14 @@ t/op/undef.t                    See if undef works
 t/op/universal.t               See if UNIVERSAL class works
 t/op/unshift.t                 See if unshift works
 t/op/upgrade.t                 See if upgrading and assigning scalars works
+t/op/utf8cache.t               Tests malfunctions of utf8 cache
 t/op/utf8decode.t              See if UTF-8 decoding works
 t/op/utfhash.t                 See if utf8 keys in hashes behave
 t/op/utftaint.t                        See if utf8 and taint work together
 t/op/vec.t                     See if vectors work
 t/op/ver.t                     See if v-strings and the %v format flag work
 t/op/wantarray.t               See if wantarray works
+t/op/while_readdir.t           See if while(readdir) works
 t/op/write.t                   See if write works (formats work)
 t/op/yadayada.t                        See if ... works
 t/perl.supp                    Perl valgrind suppressions
@@ -4463,7 +4516,7 @@ t/porting/test_bootstrap.t        Test that the instructions for test bootstrapping are
 t/README                       Instructions for regression tests
 t/re/pat_advanced.t            See if advanced esoteric patterns work
 t/re/pat_advanced_thr.t                See if advanced esoteric patterns work in another thread
-t/re/pat_psycho.t              See if insane esoteric and slow patterns work 
+t/re/pat_psycho.t              See if insane esoteric and slow patterns work
 t/re/pat_psycho_thr.t          See if insane esoteric and slow patterns work in another thread
 t/re/pat_re_eval.t             See if esoteric patterns using re 'eval' work
 t/re/pat_re_eval_thr.t         See if esoteric patterns using re 'eval' work in another thread
@@ -4505,6 +4558,7 @@ t/re/substr_thr.t         See if substr works in another thread
 t/re/subst.t                   See if substitution works
 t/re/substT.t                  See if substitution works with -T
 t/re/subst_wamp.t              See if substitution works with $& present
+t/re/uniprops.t                        Test unicode \p{} regex constructs
 t/run/cloexec.t                        Test close-on-exec.
 t/run/exit.t                   Test perl's exit status.
 t/run/fresh_perl.t             Tests that require a fresh perl.
@@ -4630,10 +4684,14 @@ win32/ce-helpers/makedist.pl    WinCE port
 win32/ce-helpers/registry.bat  WinCE port
 win32/config.bc                        Win32 base line config.sh (Borland C++ build)
 win32/config.ce                        WinCE port
-win32/config.gc                        Win32 base line config.sh (mingw32/gcc build)
+win32/config.gc                        Win32 base line config.sh (MinGW build)
+win32/config.gc64              Win64 base line config.sh (MinGW build)
+win32/config.gc64nox           Win64 base line config.sh (MinGW build)
 win32/config_H.bc              Win32 config header (Borland C++ build)
 win32/config_H.ce              WinCE port
-win32/config_H.gc              Win32 config header (GNU build)?
+win32/config_H.gc              Win32 config header (MinGW build)
+win32/config_H.gc64            Win64 config header (MinGW build)
+win32/config_H.gc64nox         Win64 config header (MinGW build)
 win32/config_h.PL              Perl code to convert Win32 config.sh to config.h
 win32/config_H.vc              Win32 config header (Visual C++ build)
 win32/config_H.vc64            Win64 config header (Visual C++ build)
@@ -4656,6 +4714,7 @@ win32/Makefile.ce         WinCE port
 win32/makefile.mk              Win32 makefile for DMAKE (BC++, VC++ builds)
 win32/mdelete.bat              multifile delete
 win32/perlexe.ico              perlexe.ico image file
+win32/perlexe.manifest         Assembly manifest file
 win32/perlexe.rc               associated perl binary with icon
 win32/perlglob.c               Win32 port
 win32/perlhost.h               Perl "host" implementation