This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Make the peep recurse via PL_peepp"
[perl5.git] / MANIFEST
index 7195508..4744efd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -27,7 +27,10 @@ cpan/Archive-Extract/t/src/x.lzma            Archive::Extract tests
 cpan/Archive-Extract/t/src/x.par               Archive::Extract tests
 cpan/Archive-Extract/t/src/x.tar               Archive::Extract tests
 cpan/Archive-Extract/t/src/x.tar.gz            Archive::Extract tests
+cpan/Archive-Extract/t/src/x.tar.xz            Archive::Extract tests
 cpan/Archive-Extract/t/src/x.tgz               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.txz               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.xz                Archive::Extract tests
 cpan/Archive-Extract/t/src/x.Z                 Archive::Extract tests
 cpan/Archive-Extract/t/src/x.zip               Archive::Extract tests
 cpan/Archive-Extract/t/src/y.jar               Archive::Extract tests
@@ -35,15 +38,16 @@ cpan/Archive-Extract/t/src/y.par            Archive::Extract tests
 cpan/Archive-Extract/t/src/y.tar               Archive::Extract tests
 cpan/Archive-Extract/t/src/y.tar.bz2           Archive::Extract tests
 cpan/Archive-Extract/t/src/y.tar.gz            Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tar.xz            Archive::Extract tests
 cpan/Archive-Extract/t/src/y.tbz               Archive::Extract tests
 cpan/Archive-Extract/t/src/y.tgz               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.txz               Archive::Extract tests
 cpan/Archive-Extract/t/src/y.zip               Archive::Extract tests
 cpan/Archive-Tar/bin/ptar                              the ptar utility
 cpan/Archive-Tar/bin/ptardiff                          the ptardiff utility
 cpan/Archive-Tar/lib/Archive/Tar/Constant.pm           Archive::Tar
 cpan/Archive-Tar/lib/Archive/Tar/File.pm               Archive::Tar
 cpan/Archive-Tar/lib/Archive/Tar.pm                    Archive::Tar
-cpan/Archive-Tar/Makefile.PL                           Achive::Tar
 cpan/Archive-Tar/t/01_use.t                            Archive::Tar tests
 cpan/Archive-Tar/t/02_methods.t                                Archive::Tar tests
 cpan/Archive-Tar/t/03_file.t                           Archive::Tar tests
@@ -80,6 +84,7 @@ cpan/autodie/t/context_lexical.t      autodie - Context clobbering lexically
 cpan/autodie/t/context.t               autodie - Context clobbering tests
 cpan/autodie/t/crickey.t               autodie - Like an Australian
 cpan/autodie/t/dbmopen.t               autodie - dbm tests
+cpan/autodie/t/eval_error.t
 cpan/autodie/t/exception_class.t       autodie - Exception class subclasses
 cpan/autodie/t/exceptions.t            autodie - 5.10 exception tests.
 cpan/autodie/t/exec.t                  autodie - exec tests.
@@ -159,10 +164,6 @@ cpan/bignum/t/ratopt_a.t           See if bigrat a => X works
 cpan/bignum/t/scope_f.t                        See if no bignum works
 cpan/bignum/t/scope_i.t                        See if no bigint works
 cpan/bignum/t/scope_r.t                        See if no bigrat works
-cpan/B-Lint/lib/B/Lint/Debug.pm                        Adds debugging stringification to B::
-cpan/B-Lint/lib/B/Lint.pm                      Compiler Lint backend
-cpan/B-Lint/t/lint.t                           See if B::Lint works
-cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm    See if B::Lint works
 cpan/CGI/Changes                       Changelog for CGI.pm
 cpan/CGI/examples/caution.xbm          CGI example
 cpan/CGI/examples/clickable_image.cgi  CGI example
@@ -229,10 +230,6 @@ 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/Class-ISA/ChangeLog               Changes for Class::ISA
-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/bzlib.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
@@ -437,26 +434,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/Cwd/Changes                       Cwd extension Changelog
-cpan/Cwd/Cwd.pm                                Various cwd routines (getcwd, fastcwd, chdir)
-cpan/Cwd/Cwd.xs                                Cwd extension external subroutines
-cpan/Cwd/lib/File/Spec/Cygwin.pm       portable operations on Cygwin file names
-cpan/Cwd/lib/File/Spec/Epoc.pm         portable operations on EPOC file names
-cpan/Cwd/lib/File/Spec/Functions.pm    Function interface to File::Spec object methods
-cpan/Cwd/lib/File/Spec/Mac.pm          portable operations on Mac file names
-cpan/Cwd/lib/File/Spec/OS2.pm          portable operations on OS2 file names
-cpan/Cwd/lib/File/Spec.pm              portable operations on file names
-cpan/Cwd/lib/File/Spec/Unix.pm         portable operations on Unix file names
-cpan/Cwd/lib/File/Spec/VMS.pm          portable operations on VMS file names
-cpan/Cwd/lib/File/Spec/Win32.pm                portable operations on Win32 and NetWare file names
-cpan/Cwd/t/crossplatform.t             See if File::Spec works crossplatform
-cpan/Cwd/t/cwd.t                       See if Cwd works
-cpan/Cwd/t/Functions.t                 See if File::Spec::Functions works
-cpan/Cwd/t/rel2abs2rel.t               See if File::Spec->rel2abs/abs2rel works
-cpan/Cwd/t/Spec.t                      See if File::Spec works
-cpan/Cwd/t/taint.t                     See if Cwd works with taint
-cpan/Cwd/t/tmpdir.t                    See if File::Spec->tmpdir() works
-cpan/Cwd/t/win32.t                     See if Cwd works on Win32
 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
@@ -1038,19 +1015,6 @@ 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/ExtUtils-ParseXS/Changes                  ExtUtils::ParseXS change log
-cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
-cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
-cpan/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
-cpan/ExtUtils-ParseXS/t/more.t                 Extended ExtUtils::ParseXS testing
-cpan/ExtUtils-ParseXS/t/typemap                        Standard typemap for controlled testing
-cpan/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
-cpan/ExtUtils-ParseXS/t/XSInclude.xsh          Test file for ExtUtils::ParseXS tests
-cpan/ExtUtils-ParseXS/t/XSMore.xs              Test file for ExtUtils::ParseXS tests
-cpan/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
-cpan/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
-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
@@ -1349,6 +1313,13 @@ cpan/List-Util/t/tainted.t               Scalar::Util
 cpan/List-Util/t/weak.t                        Scalar::Util
 cpan/List-Util/XS.pp                   List::Util
 cpan/Locale-Codes/ChangeLog                    Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/Changes.pod Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Country.pm  Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/Currency.pm Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes/Language.pm Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes.pm          Locale::Codes
+cpan/Locale-Codes/lib/Locale/Codes.pod         Locale::Codes documentation
+cpan/Locale-Codes/lib/Locale/Codes/Script.pm   Locale::Codes
 cpan/Locale-Codes/lib/Locale/Constants.pm      Locale::Codes
 cpan/Locale-Codes/lib/Locale/Constants.pod     Locale::Codes documentation
 cpan/Locale-Codes/lib/Locale/Country.pm                Locale::Codes
@@ -1359,16 +1330,21 @@ 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/Makefile.PL
-cpan/Locale-Codes/README                       Locale::Codes
-cpan/Locale-Codes/t/all.t                      See if Locale::Codes work
-cpan/Locale-Codes/t/constants.t                        See if Locale::Codes work
-cpan/Locale-Codes/t/country.t                  See if Locale::Codes work
-cpan/Locale-Codes/t/currency.t                 See if Locale::Codes work
-cpan/Locale-Codes/t/language.t                 See if Locale::Codes work
-cpan/Locale-Codes/t/rename.t                   See if Locale::Codes work
-cpan/Locale-Codes/t/script.t                   See if Locale::Codes work
-cpan/Locale-Codes/t/uk.t                       See if Locale::Codes work
+cpan/Locale-Codes/LICENSE                      Locale::Codes
+cpan/Locale-Codes/README.first                 Locale::Codes
+cpan/Locale-Codes/t/alias_code.t               Locale::Codes tests
+cpan/Locale-Codes/t/code2country.t             Locale::Codes tests
+cpan/Locale-Codes/t/code2currency.t            Locale::Codes tests
+cpan/Locale-Codes/t/code2language.t            Locale::Codes tests
+cpan/Locale-Codes/t/code2script.t              Locale::Codes tests
+cpan/Locale-Codes/t/country2code.t             Locale::Codes tests
+cpan/Locale-Codes/t/country_code2code.t                Locale::Codes tests
+cpan/Locale-Codes/t/country.t                  Locale::Codes tests
+cpan/Locale-Codes/t/currency2code.t            Locale::Codes tests
+cpan/Locale-Codes/t/language2code.t            Locale::Codes tests
+cpan/Locale-Codes/t/language.t                 Locale::Codes tests
+cpan/Locale-Codes/t/script2code.t              Locale::Codes tests
+cpan/Locale-Codes/t/testfunc.pl                        Locale::Codes tests
 cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm      Locale::Simple
 cpan/Locale-Maketext-Simple/t/0-signature.t                    Locale::Simple tests
 cpan/Locale-Maketext-Simple/t/1-basic.t                                Locale::Simple tests
@@ -1523,7 +1499,7 @@ 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/ConfigData.pm               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
@@ -2055,6 +2031,7 @@ cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm    A parser for Test Anythin
 cpan/Test-Harness/lib/TAP/Formatter/File.pm            A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm    A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Formatter/Session.pm         A parser for Test Anything Protocol
+cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
 cpan/Test-Harness/lib/TAP/Harness.pm                   A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Object.pm                    A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm         A parser for Test Anything Protocol
@@ -2079,12 +2056,20 @@ cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm         A parser for Test Anything Prot
 cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm      A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm          A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm  A parser for Test Anything Protocol
-cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm                A parser for Test Anything Protocol
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/pgTAP.pm
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm              A parser for Test Anything Protocol
+cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
 cpan/Test-Harness/lib/TAP/Parser/Source.pm             A parser for Test Anything Protocol
 cpan/Test-Harness/lib/TAP/Parser/Utils.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
@@ -2096,6 +2081,7 @@ cpan/Test-Harness/t/compat/inc-propagation.t              Test::Harness test
 cpan/Test-Harness/t/compat/inc_taint.t                 Test::Harness test
 cpan/Test-Harness/t/compat/nonumbers.t                 Test::Harness test
 cpan/Test-Harness/t/compat/regression.t                        Test::Harness test
+cpan/Test-Harness/t/compat/subclass.t                          Test::Harness test
 cpan/Test-Harness/t/compat/switches.t                  Test::Harness test
 cpan/Test-Harness/t/compat/test-harness-compat.t       Test::Harness test
 cpan/Test-Harness/t/compat/version.t                   Test::Harness test
@@ -2110,6 +2096,7 @@ cpan/Test-Harness/t/grammar.t                             Test::Harness test
 cpan/Test-Harness/t/harness-bailout.t                  Test::Harness test
 cpan/Test-Harness/t/harness-subclass.t                 Test::Harness test
 cpan/Test-Harness/t/harness.t                          Test::Harness test
+cpan/Test-Harness/t/iterator_factory.t                         Test::Harness test
 cpan/Test-Harness/t/iterators.t                                Test::Harness test
 cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm     Module for testing Test::Harness
 cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm      Module for testing Test::Harness
@@ -2117,15 +2104,17 @@ cpan/Test-Harness/t/lib/Dev/Null.pm                     Module for testing Test::Harness
 cpan/Test-Harness/t/lib/EmptyParser.pm                 Module for testing Test::Harness
 cpan/Test-Harness/t/lib/IO/c55Capture.pm               Module for testing Test::Harness
 cpan/Test-Harness/t/lib/MyCustom.pm                    Module for testing Test::Harness
+cpan/Test-Harness/t/lib/MyFileSourceHandler.pm                         Test::Harness test
 cpan/Test-Harness/t/lib/MyGrammar.pm                   Module for testing Test::Harness
-cpan/Test-Harness/t/lib/MyIteratorFactory.pm           Module for testing Test::Harness
 cpan/Test-Harness/t/lib/MyIterator.pm                  Module for testing Test::Harness
-cpan/Test-Harness/t/lib/MyPerlSource.pm                        Module for testing Test::Harness
+cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm                         Test::Harness test
 cpan/Test-Harness/t/lib/MyResultFactory.pm             Module for testing Test::Harness
 cpan/Test-Harness/t/lib/MyResult.pm                    Module for testing Test::Harness
-cpan/Test-Harness/t/lib/MySource.pm                    Module for testing Test::Harness
+cpan/Test-Harness/t/lib/MyShebangger.pm                                Test::Harness test
+cpan/Test-Harness/t/lib/MySourceHandler.pm                             Test::Harness test
 cpan/Test-Harness/t/lib/NoFork.pm                      Module for testing Test::Harness
 cpan/Test-Harness/t/lib/NOP.pm                         Module for testing Test::Harness
+cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
 cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm     Module for testing Test::Harness
 cpan/Test-Harness/t/multiplexer.t                      Test::Harness test
 cpan/Test-Harness/t/nofork-mux.t                       Test::Harness test
@@ -2200,13 +2189,22 @@ cpan/Test-Harness/t/sample-tests/vms_nit                Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/with_comments         Test data for Test::Harness
 cpan/Test-Harness/t/sample-tests/zero_valid            Test data for Test::Harness
 cpan/Test-Harness/t/scheduler.t                                Test::Harness test
+cpan/Test-Harness/t/source_handler.t                           Test::Harness test
 cpan/Test-Harness/t/source.t                           Test::Harness test
 cpan/Test-Harness/t/source_tests/harness               Test data for Test::Harness
 cpan/Test-Harness/t/source_tests/harness_badtap                Test data for Test::Harness
 cpan/Test-Harness/t/source_tests/harness_complain      Test data for Test::Harness
 cpan/Test-Harness/t/source_tests/harness_directives    Test data for Test::Harness
 cpan/Test-Harness/t/source_tests/harness_failure       Test data for Test::Harness
+cpan/Test-Harness/t/source_tests/psql                          Test::Harness test
+cpan/Test-Harness/t/source_tests/psql.bat                              Test::Harness test
 cpan/Test-Harness/t/source_tests/source                        Test data for Test::Harness
+cpan/Test-Harness/t/source_tests/source.1                              Test::Harness test
+cpan/Test-Harness/t/source_tests/source.bat                            Test::Harness test
+cpan/Test-Harness/t/source_tests/source.pl                             Test::Harness test
+cpan/Test-Harness/t/source_tests/source.sh                             Test::Harness test
+cpan/Test-Harness/t/source_tests/source.t                              Test::Harness test
+cpan/Test-Harness/t/source_tests/source.tap                            Test::Harness test
 cpan/Test-Harness/t/spool.t                            Test::Harness test
 cpan/Test-Harness/t/state_results.t                    Test::Harness test
 cpan/Test-Harness/t/state.t                            Test::Harness test
@@ -2325,6 +2323,7 @@ cpan/Test-Simple/t/plan_shouldnt_import.t         Test::Simple test
 cpan/Test-Simple/t/plan_skip_all.t                     Test::More test, plan() w/skip_all
 cpan/Test-Simple/t/plan.t                              Test::More test, plan()
 cpan/Test-Simple/t/require_ok.t                                Test::Simple test
+cpan/Test-Simple/t/Simple/load.t                       Test::Builder tests
 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
@@ -2334,7 +2333,13 @@ cpan/Test-Simple/t/subtest/die.t                 Test::More test
 cpan/Test-Simple/t/subtest/do.t                                Test::More test
 cpan/Test-Simple/t/subtest/exceptions.t                        Test::More test
 cpan/Test-Simple/t/subtest/for_do_t.test               Test::More test
+cpan/Test-Simple/t/subtest/fork.t                      Test::Builder tests
+cpan/Test-Simple/t/subtest/implicit_done.t                     Test::Builder tests
+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/todo.t                      Test::Builder tests
 cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t                Test::Builder::Module test
 cpan/Test-Simple/t/Tester/tbt_01basic.t                        Test::Builder::Tester test
 cpan/Test-Simple/t/Tester/tbt_02fhrestore.t            Test::Builder::Tester test
@@ -2472,17 +2477,39 @@ 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/keys.txt          Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/cs.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/eo.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/es.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/es_trad.pl                 Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/fr.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/nn.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/pl.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale.pm                 Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/ro.pl                      Unicode::Collate
+cpan/Unicode-Collate/Collate/Locale/sv.pl                      Unicode::Collate
 cpan/Unicode-Collate/Collate.pm                        Unicode::Collate
 cpan/Unicode-Collate/README                    Unicode::Collate
 cpan/Unicode-Collate/t/altern.t                        Unicode::Collate
 cpan/Unicode-Collate/t/cjkrange.t              Unicode::Collate
 cpan/Unicode-Collate/t/contract.t              Unicode::Collate
+cpan/Unicode-Collate/t/default.t               Unicode::Collate
 cpan/Unicode-Collate/t/hangtype.t              Unicode::Collate
 cpan/Unicode-Collate/t/hangul.t                        Unicode::Collate
 cpan/Unicode-Collate/t/ignor.t                 Unicode::Collate
 cpan/Unicode-Collate/t/illegalp.t              Unicode::Collate
 cpan/Unicode-Collate/t/illegal.t               Unicode::Collate
 cpan/Unicode-Collate/t/index.t                 Unicode::Collate
+cpan/Unicode-Collate/t/loc_cs.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_eo.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_es.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_estr.t                      Unicode::Collate
+cpan/Unicode-Collate/t/loc_fr.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_nb.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_nn.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_pl.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_ro.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_sv.t                        Unicode::Collate
+cpan/Unicode-Collate/t/loc_test.t                      Unicode::Collate
 cpan/Unicode-Collate/t/normal.t                        Unicode::Collate
 cpan/Unicode-Collate/t/override.t              Unicode::Collate
 cpan/Unicode-Collate/t/rearrang.t              Unicode::Collate
@@ -2503,6 +2530,8 @@ cpan/Unicode-Normalize/t/func.t           Unicode::Normalize
 cpan/Unicode-Normalize/t/illegal.t     Unicode::Normalize
 cpan/Unicode-Normalize/t/norm.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/null.t                Unicode::Normalize
+cpan/Unicode-Normalize/t/partial1.t            Unicode::Normalize
+cpan/Unicode-Normalize/t/partial2.t            Unicode::Normalize
 cpan/Unicode-Normalize/t/proto.t       Unicode::Normalize
 cpan/Unicode-Normalize/t/split.t       Unicode::Normalize
 cpan/Unicode-Normalize/t/test.t                Unicode::Normalize
@@ -2595,8 +2624,32 @@ 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/deparse.t     See if B::Deparse works
+dist/B-Lint/lib/B/Lint/Debug.pm                        Adds debugging stringification to B::
+dist/B-Lint/lib/B/Lint.pm                      Compiler Lint backend
+dist/B-Lint/t/lint.t                           See if B::Lint works
+dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm    See if B::Lint works
 dist/constant/lib/constant.pm  For "use constant"
 dist/constant/t/constant.t     See if compile-time constants work
+dist/Cwd/Changes                       Cwd extension Changelog
+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/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/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
@@ -2621,6 +2674,20 @@ 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-ParseXS/Changes                  ExtUtils::ParseXS change log
+dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
+dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
+dist/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
+dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm   ExtUtils::ParseXS testing utility
+dist/ExtUtils-ParseXS/t/more.t                 Extended ExtUtils::ParseXS testing
+dist/ExtUtils-ParseXS/t/typemap                        Standard typemap for controlled testing
+dist/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSInclude.xsh          Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSMore.xs              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
+dist/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
 dist/Filter-Simple/Changes                                     Filter::Simple
 dist/Filter-Simple/lib/Filter/Simple.pm                                Simple frontend to Filter::Util::Call
 dist/Filter-Simple/t/data.t                                    See if Filter::Simple works
@@ -2691,6 +2758,7 @@ dist/Locale-Maketext/lib/Locale/Maketext.pod              Locale::Maketext documentation
 dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod     Locale::Maketext documentation article
 dist/Locale-Maketext/README                            Locale::Maketext
 dist/Locale-Maketext/t/01_about_verbose.t              See if Locale::Maketext works
+dist/Locale-Maketext/t/04_use_external_lex_cache.t     See if Locale::Maketext works
 dist/Locale-Maketext/t/10_make.t                       See if Locale::Maketext works
 dist/Locale-Maketext/t/20_get.t                                See if Locale::Maketext works
 dist/Locale-Maketext/t/30_local.t                      See if Locale::Maketext works
@@ -2742,8 +2810,6 @@ dist/Pod-Perldoc/t/01_about_verbose.t             test Pod::Perldoc
 dist/Pod-Perldoc/t/checkerbasic.t              test Pod::Perldoc::ToChecker
 dist/Pod-Perldoc/t/perldocbasic.t              test Pod::Perldoc basic operation
 dist/Pod-Perldoc/t/textbasic.t                 test Pod::Perldoc::ToText
-dist/Pod-Plainer/Plainer.pm    Pod migration utility module
-dist/Pod-Plainer/t/plainer.t   Test Pod::Plainer
 dist/Safe/Changes              Changes for Safe.pm
 dist/Safe/Makefile.PL          Makefile.PL for Safe.pm
 dist/Safe/MANIFEST             MANIFEST for Safe.pm
@@ -2824,12 +2890,13 @@ dist/Thread-Semaphore/lib/Thread/Semaphore.pm   Thread-safe semaphores
 dist/Thread-Semaphore/t/01_basic.t             Thread::Semaphore tests
 dist/Thread-Semaphore/t/02_errs.t              Thread::Semaphore tests
 dist/Thread-Semaphore/t/03_nothreads.t         Thread::Semaphore tests
+dist/Thread-Semaphore/t/04_nonblocking.t       Thread::Semaphore tests
+dist/Thread-Semaphore/t/05_force.t     Thread::Semaphore tests
 dist/threads/hints/hpux.pl     Hint file for HPUX
 dist/threads/hints/linux.pl    Hint file for Linux
-dist/threads/Makefile.PL       ithreads
+dist/threads/lib/threads.pm            ithreads
 dist/threads-shared/hints/linux.pl     thread shared variables
-dist/threads-shared/Makefile.PL                thread shared variables
-dist/threads-shared/shared.pm          thread shared variables
+dist/threads-shared/lib/threads/shared.pm      thread shared variables
 dist/threads-shared/shared.xs          thread shared variables
 dist/threads-shared/t/0nothread.t      Tests for basic shared array functionality.
 dist/threads-shared/t/av_refs.t                Tests for arrays containing references
@@ -2857,7 +2924,6 @@ dist/threads/t/err.t              Test $thr->error()
 dist/threads/t/exit.t          Test exit and die in threads
 dist/threads/t/free2.t         More ithread destruction tests
 dist/threads/t/free.t          Test ithread destruction
-dist/threads/threads.pm                ithreads
 dist/threads/threads.xs                ithreads
 dist/threads/t/join.t          Testing the join function
 dist/threads/t/kill.t          Tests thread signalling
@@ -2885,9 +2951,6 @@ doio.c                    I/O operations
 doop.c                 Support code for various operations
 dosish.h               Some defines for MS/DOSish machines
 dump.c                 Debugging output
-emacs/cperl-mode.el    An alternate perl-mode
-emacs/e2ctags.pl       etags to ctags converter
-emacs/ptags            Creates smart TAGS file
 embed.fnc              Database used by embed.pl
 embed.h                        Maps symbols to safer names
 embed.pl               Produces {embed,embedvar,proto}.h, global.sym
@@ -2974,7 +3037,6 @@ 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_hpux.xs      HP-UX implementation
-ext/DynaLoader/dl_mac.xs       MacOS implementation
 ext/DynaLoader/dl_mpeix.xs     MPE/iX implementation
 ext/DynaLoader/dl_next.xs      NeXT implementation
 ext/DynaLoader/dl_none.xs      Stub implementation
@@ -3216,21 +3278,30 @@ 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/README          XS::APItest extension
+ext/XS-APItest/t/BHK.pm                Helper for ./blockhooks.t
+ext/XS-APItest/t/blockhooks-csc.t      XS::APItest: more tests for PL_blockhooks
+ext/XS-APItest/t/blockhooks.t  XS::APItest: tests for PL_blockhooks
+ext/XS-APItest/t/Block.pm      Helper for ./blockhooks.t
 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/Markers.pm    Helper for ./blockhooks.t
 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/Null.pm       Helper for ./blockhooks.t
 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/pmflag.t      Test removal of Perl_pmflag()
 ext/XS-APItest/t/printf.t      XS::APItest extension
+ext/XS-APItest/t/ptr_table.t   Test ptr_table_* APIs
 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/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temps
 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-APItest/typemap
 ext/XS-Typemap/Makefile.PL     XS::Typemap extension
 ext/XS-Typemap/README          XS::Typemap extension
 ext/XS-Typemap/stdio.c         XS::Typemap extension
@@ -3566,6 +3637,7 @@ lib/Tie/Array/push.t              Test for Tie::Array
 lib/Tie/Array/splice.t         Test for Tie::Array::SPLICE
 lib/Tie/Array/stdpush.t                Test for Tie::StdArray
 lib/Tie/Array/std.t            Test for Tie::StdArray
+lib/Tie/ExtraHash.t            Test for Tie::ExtraHash (in Tie/Hash.pm)
 lib/Tie/Handle.pm              Base class for tied handles
 lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat
 lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
@@ -3748,6 +3820,7 @@ opcode.h                  Automatically generated opcode header
 opcode.pl                      Opcode header generator
 op.h                           Opcode syntax tree header
 opnames.h                      Automatically generated opcode header
+op_reg_common.h                        Common parts of op.h, regexp.h header
 os2/Changes                    Changelog for OS/2 port
 os2/diff.configure             Patches to Configure
 os2/dlfcn.h                    Addon for dl_open
@@ -3862,8 +3935,12 @@ 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/perl5121delta.pod          Perl changes in version 5.12.1
 pod/perl5130delta.pod          Perl changes in version 5.13.0
 pod/perl5131delta.pod          Perl changes in version 5.13.1
+pod/perl5132delta.pod          Perl changes in version 5.13.2
+pod/perl5133delta.pod          Perl changes in version 5.13.3
+pod/perl5134delta.pod          Perl changes in version 5.13.4
 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
@@ -3999,8 +4076,10 @@ Porting/checkansi.pl             Check source code for ANSI-C violations
 Porting/checkAUTHORS.pl                Check that the AUTHORS file is complete
 Porting/checkcfgvar.pl         Check that config scripts define all symbols
 Porting/check-cpan-pollution   Check for commits that may wrongly touch CPAN distros
+Porting/checkpodencoding.pl    Check POD encoding
 Porting/checkURL.pl            Check whether we have working URLs
 Porting/checkVERSION.pl                Check whether we have $VERSIONs
+Porting/cherrymaint            Command line tool for updating cherrymaint
 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
@@ -4011,12 +4090,15 @@ 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/curliff.pl             Curliff or liff your curliffable files.
+Porting/epigraphs.pod          the release epigraphs used over the years
+Porting/exec-bit.txt           List of files that get +x in release tarball
 Porting/expand-macro.pl                A tool to expand C macro definitions in the Perl source
 Porting/findrfuncs             Find reentrant variants of functions used in an executable
 Porting/findvars               Find occurrences of words
 Porting/fixCORE                        Find and fix modules that generate warnings
 Porting/fixvars                        Find undeclared variables with C compiler and fix em
 Porting/genlog                 Generate formatted changelogs by querying p4d
+Porting/git-deltatool          Mark commits for perldelta in git notes
 Porting/git-find-p4-change     Find the change for a p4 change number
 Porting/git-make-p4-refs       Output git refs for each p4 change number, suitable for appending to .git/packed-refs
 Porting/GitUtils.pm            Generate the contents of a .patch file
@@ -4033,12 +4115,14 @@ Porting/manicheck               Check against MANIFEST
 Porting/manisort               Sort the MANIFEST
 Porting/newtests-perldelta.pl  Generate Perldelta stub for newly added tests
 Porting/perldelta_template.pod Template for creating new perldelta.pod files
+Porting/perlhist_calculate.pl          Perform calculations to update perlhist
 Porting/podtidy                        Reformat pod using Pod::Tidy
 Porting/pumpkin.pod            Guidelines and hints for Perl maintainers
 Porting/README.y2038           Perl notes for the 2038 fix
 Porting/regcharclass.pl                Generate regcharclass.h from inline data
 Porting/release_managers_guide.pod     Release Manager's Guide
 Porting/release_schedule.pod   Schedule for future releases
+Porting/rt_list_patches                A tool to help you apply patches from RT
 Porting/sort_perldiag.pl       Keep our diagnostics orderly
 Porting/testall.atom           Cumulative profile with Third Degree
 Porting/thirdclean             Cleanup Third Degree reports
@@ -4198,6 +4282,7 @@ 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
+t/comp/package_block.t         See if package block syntax works
 t/comp/package.t               See if packages work
 t/comp/parser.t                        See if the parser works in edge cases
 t/comp/proto.t                 See if function prototypes work
@@ -4220,6 +4305,7 @@ t/io/crlf.t                       See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/defout.t                  See if PL_defoutgv works
 t/io/dup.t                     See if >& works right
+t/io/errnosig.t                        Test case for restoration $! when leaving signal handlers
 t/io/errno.t                   See if $! is correctly set
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
@@ -4243,6 +4329,7 @@ t/io/through.t                    See if pipe passes data intact
 t/io/utf8.t                    See if file seeking works
 t/japh/abigail.t               Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
+t/lib/charnames/alias          Tests of "use charnames" with aliases.
 t/lib/Cname.pm                 Test charnames in regexes (op/pat.t)
 t/lib/common.pl                        Helper for lib/{warnings,feature}.t
 t/lib/commonsense.t            See if configuration meets basic needs
@@ -4271,6 +4358,7 @@ t/lib/Sans_mypragma.pm            Test module for t/lib/mypragma.t
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
+t/lib/subs/subs                        Tests of "use subs"
 t/lib/test_use_14937.pm                A test pragma for t/comp/use.t
 t/lib/test_use.pm              A test pragma for t/comp/use.t
 t/lib/warnings/1global         Tests of global warnings for warnings.t
@@ -4378,7 +4466,9 @@ t/op/crypt.t                      See if crypt works
 t/op/dbm.t                     See if dbmopen/dbmclose work
 t/op/defins.t                  See if auto-insert of defined() works
 t/op/delete.t                  See if delete works
+t/op/die_except.t              See if die/eval avoids $@ clobberage
 t/op/die_exit.t                        See if die and exit status interaction works
+t/op/die_keeperr.t             See if G_KEEPERR works for destructors
 t/op/die.t                     See if die works
 t/op/dor.t                     See if defined-or (//) works
 t/op/do.t                      See if subroutines work
@@ -4445,6 +4535,7 @@ 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/print.t                   See if print 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
@@ -4459,6 +4550,7 @@ t/op/read.t                       See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
 t/op/repeat.t                  See if x operator works
+t/op/require_errors.t          See if errors from require are reported correctly
 t/op/reset.t                   See if reset operator works
 t/op/reverse.t                 See if reverse operator works
 t/op/runlevel.t                        See if die() works from perl_call_*()
@@ -4488,29 +4580,36 @@ t/op/taint.t                    See if tainting works
 t/op/threads_create.pl         Ancillary file for t/op/threads.t
 t/op/threads.t                 Misc. tests for perl features with threads
 t/op/tiearray.t                        See if tie for arrays works
+t/op/tie_fetch_count.t         See if FETCH is only called once on tied variables
 t/op/tiehandle.t               See if tie for handles works
 t/op/tie.t                     See if tie/untie functions work
 t/op/time_loop.t               Test that very large values don't hang gmtime and localtime.
 t/op/time.t                    See if time functions work
 t/op/tr.t                      See if tr works
+t/op/turkish.t                 See if we can implement Turkish casing
 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/utf8magic.t               See if utf8:: functions handle magic variables
 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/warn.t                    See if warn 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
 t/porting/args_assert.t                Check that all PERL_ARGS_ASSERT* macros are used
+t/porting/authors.t            Check that all authors have been acknowledged
 t/porting/checkcase.t          Check whether we are case-insensitive-fs-friendly
 t/porting/diag.t               Test completeness of perldiag.pod
+t/porting/dual-life.t          Check that dual-life bins are in utils/
+t/porting/exec-bit.t           Check that exec-bit bins are identified
 t/porting/maintainers.t                Test that Porting/Maintaners.pl is up to date
 t/porting/manifest.t           Test that this MANIFEST file is well formed
 t/porting/podcheck.t           Test the POD of shipped modules is well formed