This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "Move Text::Tabs/Text::Wrap from lib to ext"
[perl5.git] / MANIFEST
old mode 100755 (executable)
new mode 100644 (file)
index b7ace8c..0935005
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,6 +9,7 @@ beos/beosish.h          BeOS port
 beos/nm.c              BeOS port
 cc_runtime.h           Macros need by runtime of compiler-generated code
 cflags.SH              A script that emits C compilation flags per file
+Changes                        Describe how to peruse changes between releases
 config_h.SH            Produces config.h
 configpm               Produces lib/Config.pm
 Configure              Portability tool
@@ -80,31 +81,49 @@ ext/Attribute-Handlers/t/linerep.t  See if Attribute::Handlers works
 ext/Attribute-Handlers/t/multi.t       See if Attribute::Handlers works
 ext/attributes/attributes.pm           For "sub foo : attrlist"
 ext/attributes/attributes.xs           For "sub foo : attrlist"
+ext/base/Changes               base.pm changelog
+ext/base/lib/base.pm           Establish IS-A relationship at compile time
+ext/base/lib/fields.pm         Set up object field names for pseudo-hash-using classes
+ext/base/MANIFEST              base.pm manifest
+ext/base/META.yml              base.pm META.yml file
+ext/base/t/base.t              See if base works
+ext/base/t/compile-time.t      See if base works
+ext/base/t/fields-5.6.0.t      See if fields work
+ext/base/t/fields-5.8.0.t      See if fields work
+ext/base/t/fields-base.t       See if fields work
+ext/base/t/fields.t            See if fields work
+ext/base/t/isa.t               See if base's behaviour doesn't change
+ext/base/t/lib/Dummy.pm                Test module for base.pm
+ext/base/t/lib/HasSigDie.pm    Module for testing base.pm
+ext/base/t/sigdie.t            See if base works with SIGDIE
+ext/base/t/version.t           See if base works with versions
+ext/base/t/warnings.t          See if base works with warnings
 ext/B/B/Concise.pm     Compiler Concise backend
-ext/B/B/Debug.pm       Compiler Debug backend
-ext/B/B/Deparse.pm     Compiler Deparse backend
-ext/B/B/Lint/Debug.pm  Adds debugging stringification to B::
-ext/B/B/Lint.pm                Compiler Lint backend
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B/Showlex.pm     Compiler Showlex backend
 ext/B/B/Terse.pm       Compiler Terse backend
 ext/B/B/Xref.pm                Compiler Xref backend
 ext/B/B.xs             Compiler backend external subroutines
+ext/B-Debug/Debug.pm   Compiler Debug backend
+ext/B-Debug/t/debug.t          See if B::Debug works
 ext/B/defsubs_h.PL     Generator for constant subroutines
+ext/B-Deparse/Deparse.pm       Compiler Deparse backend
+ext/B-Deparse/t/deparse.t      See if B::Deparse works
 ext/B/hints/darwin.pl  Hints for named architecture
 ext/B/hints/openbsd.pl Hints for named architecture
+ext/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B::
+ext/B-Lint/lib/B/Lint.pm       Compiler Lint backend
+ext/B-Lint/t/lint.t            See if B::Lint works
+ext/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm     See if B::Lint works
 ext/B/Makefile.PL      Compiler backend makefile writer
 ext/B/O.pm             Compiler front-end module (-MO=...)
 ext/B/t/b.t            See if B works
 ext/B/t/concise.t      See whether B::Concise works
 ext/B/t/concise-xs.t   See whether B::Concise recognizes XS functions
-ext/B/t/debug.t                See if B::Debug works
-ext/B/t/deparse.t      See if B::Deparse works
 ext/B/t/f_map                  code from perldoc -f map
 ext/B/t/f_map.t                        converted to optreeCheck()s
 ext/B/t/f_sort                 optree test raw material
 ext/B/t/f_sort.t               optree test raw material
-ext/B/t/lint.t         See if B::Lint works
 ext/B/t/OptreeCheck.pm         optree comparison tool
 ext/B/t/optree_check.t         test OptreeCheck apparatus
 ext/B/t/optree_concise.t       more B::Concise tests
@@ -115,7 +134,6 @@ ext/B/t/optree_sort.t               inplace sort optimization regression
 ext/B/t/optree_specials.t      BEGIN, END, etc code
 ext/B/t/optree_varinit.t       my,our,local var init optimization
 ext/B/t/o.t            See if O works
-ext/B/t/pluglib/B/Lint/Plugin/Test.pm  See if B::Lint works
 ext/B/t/pragma.t       See if user pragmas work.
 ext/B/t/showlex.t      See if B::ShowLex works
 ext/B/t/terse.t                See if B::Terse works
@@ -150,6 +168,7 @@ ext/Compress-Raw-Bzip2/t/000prereq.t
 ext/Compress-Raw-Bzip2/t/01bzip2.t
 ext/Compress-Raw-Bzip2/t/09limitoutput.t
 ext/Compress-Raw-Bzip2/t/99pod.t
+ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
 ext/Compress-Raw-Bzip2/typemap
 ext/Compress-Raw-Zlib/Changes          Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/config.in                Compress::Raw::Zlib
@@ -167,6 +186,7 @@ ext/Compress-Raw-Zlib/t/02zlib.t    Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/07bufsize.t    Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/09limitoutput.t        Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/18lvalue.t     Compress::Raw::Zlib
+ext/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
 ext/Compress-Raw-Zlib/typemap          Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/adler32.c       Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/compress.c      Compress::Raw::Zlib
@@ -222,6 +242,23 @@ ext/DB_File/typemap                Berkeley DB extension interface types
 ext/DB_File/version.c          Berkeley DB extension interface version check
 ext/Devel-DProf/Changes                Perl code profiler changelog
 ext/Devel-DProf/DProf.pm       Perl code profiler
+ext/Devel-DProf/dprof/test1_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test1_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test2_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test2_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test3_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test3_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test4_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test4_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test5_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test5_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test6_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test6_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test7_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test7_v  Perl code profiler tests
+ext/Devel-DProf/dprof/test8_t  Perl code profiler tests
+ext/Devel-DProf/dprof/test8_v  Perl code profiler tests
+ext/Devel-DProf/dprof/V.pm     Perl code profiler tests
 ext/Devel-DProf/DProf.xs       Perl code profiler
 ext/Devel-DProf/Makefile.PL    Perl code profiler makefile writer
 ext/Devel-DProf/t/DProf.t      Perl code profiler
@@ -289,6 +326,8 @@ ext/Devel-PPPort/parts/inc/cop      Devel::PPPort include
 ext/Devel-PPPort/parts/inc/exception   Devel::PPPort include
 ext/Devel-PPPort/parts/inc/format      Devel::PPPort include
 ext/Devel-PPPort/parts/inc/grok        Devel::PPPort include
+ext/Devel-PPPort/parts/inc/gv  Devel::PPPort include
+ext/Devel-PPPort/parts/inc/HvNAME      Devel::PPPort include
 ext/Devel-PPPort/parts/inc/limits      Devel::PPPort include
 ext/Devel-PPPort/parts/inc/magic       Devel::PPPort include
 ext/Devel-PPPort/parts/inc/memory      Devel::PPPort include
@@ -298,6 +337,7 @@ ext/Devel-PPPort/parts/inc/MY_CXT   Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newCONSTSUB Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newRV       Devel::PPPort include
 ext/Devel-PPPort/parts/inc/newSVpv     Devel::PPPort include
+ext/Devel-PPPort/parts/inc/newSV_type  Devel::PPPort include
 ext/Devel-PPPort/parts/inc/podtest     Devel::PPPort include
 ext/Devel-PPPort/parts/inc/ppphbin     Devel::PPPort include
 ext/Devel-PPPort/parts/inc/ppphdoc     Devel::PPPort include
@@ -365,6 +405,8 @@ ext/Devel-PPPort/t/cop.t    Devel::PPPort test file
 ext/Devel-PPPort/t/exception.t Devel::PPPort test file
 ext/Devel-PPPort/t/format.t    Devel::PPPort test file
 ext/Devel-PPPort/t/grok.t      Devel::PPPort test file
+ext/Devel-PPPort/t/gv.t        Devel::PPPort test file
+ext/Devel-PPPort/t/HvNAME.t    Devel::PPPort test file
 ext/Devel-PPPort/t/limits.t    Devel::PPPort test file
 ext/Devel-PPPort/t/magic.t     Devel::PPPort test file
 ext/Devel-PPPort/t/memory.t    Devel::PPPort test file
@@ -374,6 +416,7 @@ ext/Devel-PPPort/t/MY_CXT.t Devel::PPPort test file
 ext/Devel-PPPort/t/newCONSTSUB.t       Devel::PPPort test file
 ext/Devel-PPPort/t/newRV.t     Devel::PPPort test file
 ext/Devel-PPPort/t/newSVpv.t   Devel::PPPort test file
+ext/Devel-PPPort/t/newSV_type.t        Devel::PPPort test file
 ext/Devel-PPPort/TODO          Devel::PPPort Todo
 ext/Devel-PPPort/t/podtest.t   Devel::PPPort test file
 ext/Devel-PPPort/t/ppphtest.t  Devel::PPPort test file
@@ -692,8 +735,20 @@ ext/File-Glob/t/case.t             See if File::Glob works
 ext/File-Glob/t/global.t       See if File::Glob works
 ext/File-Glob/TODO             File::Glob extension todo list
 ext/File-Glob/t/taint.t                See if File::Glob works
+ext/Filter-Simple/Changes                              Filter::Simple
+ext/Filter-Simple/lib/Filter/Simple.pm                 Simple frontend to Filter::Util::Call
+ext/Filter-Simple/t/data.t                             See if Filter::Simple works
+ext/Filter-Simple/t/export.t                           See if Filter::Simple works
+ext/Filter-Simple/t/filter_only.t                      See if Filter::Simple works
+ext/Filter-Simple/t/filter.t                           See if Filter::Simple works
+ext/Filter-Simple/t/import.t                           See if Filter::Simple works
+ext/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm    Helper file for Filter::Simple tests
+ext/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm        Helper file for Filter::Simple tests
+ext/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm    Helper file for Filter::Simple tests
+ext/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm    Helper file for Filter::Simple tests
 ext/Filter-Util-Call/Call.pm   Filter::Util::Call extension module
 ext/Filter-Util-Call/Call.xs   Filter::Util::Call extension external subroutines
+ext/Filter-Util-Call/filter-util.pl            See if Filter::Util::Call works
 ext/Filter-Util-Call/t/call.t  See if Filter::Util::Call works
 ext/GDBM_File/GDBM_File.pm     GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs     GDBM extension external subroutines
@@ -723,6 +778,19 @@ ext/I18N-Langinfo/Langinfo.pm      I18N::Langinfo
 ext/I18N-Langinfo/Langinfo.xs  I18N::Langinfo
 ext/I18N-Langinfo/Makefile.PL  I18N::Langinfo
 ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works
+ext/I18N-LangTags/ChangeLog                    I18N::LangTags
+ext/I18N-LangTags/lib/I18N/LangTags/Detect.pm  Detect language preferences
+ext/I18N-LangTags/lib/I18N/LangTags/List.pm    List of tags for human languages
+ext/I18N-LangTags/lib/I18N/LangTags.pm         I18N::LangTags
+ext/I18N-LangTags/README                       I18N::LangTags
+ext/I18N-LangTags/t/01_about_verbose.t         See whether I18N::LangTags works
+ext/I18N-LangTags/t/05_main.t                  See whether I18N::LangTags works
+ext/I18N-LangTags/t/07_listy.t                 See whether I18N::LangTags works
+ext/I18N-LangTags/t/10_http.t                  See whether I18N::LangTags works
+ext/I18N-LangTags/t/20_locales.t               See whether I18N::LangTags works
+ext/I18N-LangTags/t/50_super.t                 See whether I18N::LangTags works
+ext/I18N-LangTags/t/55_supers_strict.t         See whether I18N::LangTags works
+ext/I18N-LangTags/t/80_all_env.t               See whether I18N::LangTags works
 ext/IO/ChangeLog               IO perl module change log
 ext/IO-Compress/Changes        IO::Compress
 ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress
@@ -847,13 +915,25 @@ ext/IO-Compress/t/110encode-gzip.t        IO::Compress
 ext/IO-Compress/t/110encode-rawdeflate.t       IO::Compress
 ext/IO-Compress/t/110encode-zip.t      IO::Compress
 ext/IO-Compress/t/999pod.t     IO::Compress
-ext/IO-Compress/t/99pod.t      IO::Compress
+ext/IO-Compress/t/compress/any.pl              Compress::Zlib
+ext/IO-Compress/t/compress/anyunc.pl           Compress::Zlib
+ext/IO-Compress/t/compress/CompTestUtils.pm    Compress::Zlib
+ext/IO-Compress/t/compress/destroy.pl          Compress::Zlib
+ext/IO-Compress/t/compress/encode.pl           Compress::Zlib
+ext/IO-Compress/t/compress/generic.pl          Compress::Zlib
+ext/IO-Compress/t/compress/merge.pl            Compress::Zlib
+ext/IO-Compress/t/compress/multi.pl            Compress::Zlib
+ext/IO-Compress/t/compress/newtied.pl          Compress::Zlib
+ext/IO-Compress/t/compress/oneshot.pl          Compress::Zlib
+ext/IO-Compress/t/compress/prime.pl            Compress::Zlib
+ext/IO-Compress/t/compress/tied.pl             Compress::Zlib
+ext/IO-Compress/t/compress/truncate.pl         Compress::Zlib
+ext/IO-Compress/t/compress/zlib-generic.pl     Compress::Zlib
 ext/IO-Compress/t/cz-01version.t       IO::Compress
 ext/IO-Compress/t/cz-05examples.t      IO::Compress
 ext/IO-Compress/t/cz-06gzsetp.t        IO::Compress
 ext/IO-Compress/t/cz-08encoding.t      IO::Compress
 ext/IO-Compress/t/cz-14gzopen.t        IO::Compress
-ext/IO-Compress/t/cz-99pod.t   IO::Compress
 ext/IO-Compress/t/globmapper.t IO::Compress
 ext/IO/hints/sco.pl            Hint for IO for named architecture
 ext/IO/IO.pm                   Top-level interface to IO::* classes
@@ -911,13 +991,18 @@ ext/IPC-SysV/t/shm.t      IPC::SysV test file
 ext/IPC-SysV/typemap   IPC::SysV typemap
 ext/List-Util/Changes          Util extension
 ext/List-Util/lib/List/Util.pm List::Util
+ext/List-Util/lib/List/Util/PP.pm      List::Util
+ext/List-Util/lib/List/Util/XS.pm      List::Util
 ext/List-Util/lib/Scalar/Util.pm       Scalar::Util
+ext/List-Util/lib/Scalar/Util/PP.pm    Scalar::Util
+ext/List-Util/ListUtil.xs              Util extension
 ext/List-Util/Makefile.PL      Util extension
 ext/List-Util/multicall.h      Util extension
 ext/List-Util/README           Util extension
 ext/List-Util/t/00version.t    Scalar::Util
 ext/List-Util/t/blessed.t      Scalar::Util
 ext/List-Util/t/dualvar.t      Scalar::Util
+ext/List-Util/t/expfail.t      List::Util
 ext/List-Util/t/first.t                List::Util
 ext/List-Util/t/isvstring.t    Scalar::Util
 ext/List-Util/t/lln.t          Scalar::Util
@@ -926,6 +1011,7 @@ ext/List-Util/t/max.t              List::Util
 ext/List-Util/t/minstr.t       List::Util
 ext/List-Util/t/min.t          List::Util
 ext/List-Util/t/openhan.t      Scalar::Util
+ext/List-Util/t/p_00version.t  Scalar::Util
 ext/List-Util/t/p_blessed.t    Scalar::Util
 ext/List-Util/t/p_first.t      List::Util
 ext/List-Util/t/p_lln.t                Scalar::Util
@@ -951,7 +1037,7 @@ ext/List-Util/t/stack-corruption.t List::Util
 ext/List-Util/t/sum.t          List::Util
 ext/List-Util/t/tainted.t      Scalar::Util
 ext/List-Util/t/weak.t         Scalar::Util
-ext/List-Util/Util.xs          Util extension
+ext/List-Util/XS.pp            List::Util
 ext/Math-BigInt-FastCalc/FastCalc.pm   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
@@ -968,6 +1054,17 @@ ext/MIME-Base64/t/base64.t        See whether MIME::Base64 works
 ext/MIME-Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME-Base64/t/unicode.t    See whether MIME::Base64 works
 ext/MIME-Base64/t/warn.t       See whether MIME::Base64 works
+ext/Module-CoreList/Changes    Module::CoreList Changes
+ext/Module-CoreList/corelist   The corelist command-line utility
+ext/Module-CoreList/identify-dependencies      A usage example for Module::CoreList
+ext/Module-CoreList/lib/Module/CoreList.pm     Module::CoreList
+ext/Module-CoreList/Makefile.PL                Module::CoreList
+ext/Module-CoreList/MANIFEST           Module::CoreList
+ext/Module-CoreList/META.yml           Module::CoreList
+ext/Module-CoreList/README             Module::CoreList
+ext/Module-CoreList/t/corelist.t       Module::CoreList tests
+ext/Module-CoreList/t/find_modules.t   Module::CoreList tests
+ext/Module-CoreList/t/pod.t            Module::CoreList tests
 ext/Module-Pluggable/lib/Devel/InnerPackage.pm         Find inner packages
 ext/Module-Pluggable/lib/Module/Pluggable/Object.pm    Module::Pluggable
 ext/Module-Pluggable/lib/Module/Pluggable.pm           Module::Pluggable
@@ -1049,6 +1146,23 @@ ext/NDBM_File/NDBM_File.pm       NDBM extension Perl module
 ext/NDBM_File/NDBM_File.xs     NDBM extension external subroutines
 ext/NDBM_File/t/ndbm.t         See if NDBM_File works
 ext/NDBM_File/typemap          NDBM extension interface types
+ext/Net-Ping/Changes                   Net::Ping
+ext/Net-Ping/lib/Net/Ping.pm           Hello, anybody home?
+ext/Net-Ping/t/100_load.t              Ping Net::Ping
+ext/Net-Ping/t/110_icmp_inst.t         Ping Net::Ping
+ext/Net-Ping/t/120_udp_inst.t          Ping Net::Ping
+ext/Net-Ping/t/130_tcp_inst.t          Ping Net::Ping
+ext/Net-Ping/t/140_stream_inst.t       Ping Net::Ping
+ext/Net-Ping/t/150_syn_inst.t          Ping Net::Ping
+ext/Net-Ping/t/190_alarm.t             Ping Net::Ping
+ext/Net-Ping/t/200_ping_tcp.t          Ping Net::Ping
+ext/Net-Ping/t/250_ping_hires.t                Ping Net::Ping
+ext/Net-Ping/t/300_ping_stream.t       Ping Net::Ping
+ext/Net-Ping/t/400_ping_syn.t          Ping Net::Ping
+ext/Net-Ping/t/410_syn_host.t          Ping Net::Ping
+ext/Net-Ping/t/450_service.t           Ping Net::Ping
+ext/Net-Ping/t/500_ping_icmp.t         Ping Net::Ping
+ext/Net-Ping/t/510_ping_udp.t          Ping Net::Ping
 ext/ODBM_File/hints/cygwin.pl  Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/gnukfreebsd.pl     Hint for NDBM_File for named architecture
@@ -1123,6 +1237,11 @@ ext/re/t/re_funcs.t              See if exportable 're' funcs in re.xs work
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
 ext/re/t/re.t                  see if re pragma works
+ext/Safe/Changes               Changes for Safe.pm
+ext/Safe/Makefile.PL           Makefile.PL for Safe.pm
+ext/Safe/MANIFEST              MANIFEST for Safe.pm
+ext/Safe/META.yml              META.yml for Safe.pm
+ext/Safe/README                        README for Safe.pm
 ext/Safe/Safe.pm               Safe extension Perl module
 ext/Safe/t/safe1.t             See if Safe works
 ext/Safe/t/safe2.t             See if Safe works
@@ -1158,6 +1277,8 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/typemap          SDBM extension interface types
+ext/Shell/Shell.pm             Make AUTOLOADed system() calls
+ext/Shell/t/Shell.t            Tests for above
 ext/Socket/Makefile.PL         Socket extension makefile writer
 ext/Socket/Socket.pm           Socket extension Perl module
 ext/Socket/Socket.xs           Socket extension external subroutines
@@ -1169,7 +1290,6 @@ ext/Storable/hints/gnuknetbsd.pl  Hint for Storable for named architecture
 ext/Storable/hints/hpux.pl     Hint for Storable for named architecture
 ext/Storable/hints/linux.pl    Hint for Storable for named architecture
 ext/Storable/Makefile.PL       Storable extension
-ext/Storable/MANIFEST          Storable extension
 ext/Storable/README            Storable extension
 ext/Storable/Storable.pm       Storable extension
 ext/Storable/Storable.xs       Storable extension
@@ -1213,6 +1333,15 @@ ext/Storable/t/tied.t            See if Storable works
 ext/Storable/t/utf8hash.t      See if Storable works
 ext/Storable/t/utf8.t          See if Storable works
 ext/Storable/t/weak.t          Can Storable store weakrefs
+ext/Switch/Changes             Changes for Switch.pm
+ext/Switch/Makefile.PL         Makefile.PL for Switch.pm
+ext/Switch/MANIFEST            MANIFEST for Switch.pm
+ext/Switch/META.yml            META.yml for Switch.pm
+ext/Switch/README              README for Switch.pm
+ext/Switch/Switch.pm           Switch for Perl
+ext/Switch/t/given.t           See if Perl 6 given (switch) works
+ext/Switch/t/nested.t          See if nested switch works
+ext/Switch/t/switch.t          See if Perl 5 switch works
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
 ext/Sys-Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys-Hostname/t/Hostname.t  See if Sys::Hostname works
@@ -1233,6 +1362,17 @@ ext/Sys-Syslog/win32/PerlLog_dll.uu      Sys::Syslog extension Win32 related file
 ext/Sys-Syslog/win32/PerlLog.mc        Sys::Syslog extension Win32 related file
 ext/Sys-Syslog/win32/PerlLog_RES.uu    Sys::Syslog extension Win32 related file
 ext/Sys-Syslog/win32/Win32.pm  Sys::Syslog extension Win32 related file
+ext/Term-ANSIColor/ANSIColor.pm                Perl module supporting termcap usage
+ext/Term-ANSIColor/ChangeLog           Term::ANSIColor
+ext/Term-ANSIColor/README              Term::ANSIColor
+ext/Term-ANSIColor/t/basic.t           Tests for Term::ANSIColor
+ext/Term-Cap/Cap.pm                    Perl module supporting termcap usage
+ext/Term-Cap/test.pl                   See if Term::Cap works
+ext/Term-UI/lib/Term/UI/History.pm     Term::UI
+ext/Term-UI/lib/Term/UI.pm             Term::UI
+ext/Term-UI/t/00_load.t                        Term::UI tests
+ext/Term-UI/t/01_history.t             Term::UI tests
+ext/Term-UI/t/02_ui.t                  Term::UI tests
 ext/Test-Harness/bin/prove             The prove harness utility
 ext/Test-Harness/Changes               Test::Harness change log
 ext/Test-Harness/lib/App/Prove.pm      Gubbins for the prove utility
@@ -1289,6 +1429,7 @@ ext/Test-Harness/t/compat/inc-propagation.t               Test::Harness test
 ext/Test-Harness/t/compat/inc_taint.t                  Test::Harness test
 ext/Test-Harness/t/compat/nonumbers.t                  Test::Harness test
 ext/Test-Harness/t/compat/regression.t                 Test::Harness test
+ext/Test-Harness/t/compat/switches.t                   Test::Harness test
 ext/Test-Harness/t/compat/test-harness-compat.t                Test::Harness test
 ext/Test-Harness/t/compat/version.t                    Test::Harness test
 ext/Test-Harness/t/console.t                           Test::Harness test
@@ -1330,6 +1471,7 @@ ext/Test-Harness/t/perl5lib.t                             Test::Harness test
 ext/Test-Harness/t/premature-bailout.t                 Test::Harness test
 ext/Test-Harness/t/process.t                           Test::Harness test
 ext/Test-Harness/t/proveenv.t                          Test::Harness test
+ext/Test-Harness/t/proverc/emptyexec                   Test data for Test::Harness
 ext/Test-Harness/t/proverc.t                           Test::Harness test
 ext/Test-Harness/t/proverun.t                          Test::Harness test
 ext/Test-Harness/t/prove.t                             Test::Harness test
@@ -1389,6 +1531,7 @@ ext/Test-Harness/t/sample-tests/version_late              Test data for Test::Harness
 ext/Test-Harness/t/sample-tests/version_old            Test data for Test::Harness
 ext/Test-Harness/t/sample-tests/vms_nit                        Test data for Test::Harness
 ext/Test-Harness/t/sample-tests/with_comments          Test data for Test::Harness
+ext/Test-Harness/t/sample-tests/zero_valid             Test data for Test::Harness
 ext/Test-Harness/t/scheduler.t                         Test::Harness test
 ext/Test-Harness/t/source.t                            Test::Harness test
 ext/Test-Harness/t/source_tests/harness                        Test data for Test::Harness
@@ -1410,6 +1553,21 @@ ext/Test-Harness/t/utils.t                               Test::Harness test
 ext/Test-Harness/t/yamlish-output.t                    Test::Harness test
 ext/Test-Harness/t/yamlish.t                           Test::Harness test
 ext/Test-Harness/t/yamlish-writer.t                    Test::Harness test
+ext/Text-Balanced/Changes              Text::Balanced
+ext/Text-Balanced/lib/Text/Balanced.pm Text::Balanced
+ext/Text-Balanced/README               Text::Balanced
+ext/Text-Balanced/t/01_compile.t       See if Text::Balanced works
+ext/Text-Balanced/t/02_extbrk.t                See if Text::Balanced works
+ext/Text-Balanced/t/03_extcbk.t                See if Text::Balanced works
+ext/Text-Balanced/t/04_extdel.t                See if Text::Balanced works
+ext/Text-Balanced/t/05_extmul.t                See if Text::Balanced works
+ext/Text-Balanced/t/06_extqlk.t                See if Text::Balanced works
+ext/Text-Balanced/t/07_exttag.t                See if Text::Balanced works
+ext/Text-Balanced/t/08_extvar.t                See if Text::Balanced works
+ext/Text-Balanced/t/09_gentag.t                See if Text::Balanced works
+ext/Text-ParseWords/ParseWords.pm      Perl module to split words on arbitrary delimiter
+ext/Text-ParseWords/t/ParseWords.t     See if Text::ParseWords works
+ext/Text-ParseWords/t/taint.t          See if Text::ParseWords works with tainting
 ext/Text-Soundex/Changes       Changelog for Text::Soundex
 ext/Text-Soundex/README                README for Text::Soundex
 ext/Text-Soundex/Soundex.pm    Text::Soundex extension Perl module
@@ -1454,6 +1612,7 @@ ext/threads/t/join.t              Testing the join function
 ext/threads/t/kill.t           Tests thread signalling
 ext/threads/t/libc.t           testing libc functions for threadsafety
 ext/threads/t/list.t           Test threads->list()
+ext/threads/t/no_threads.t     threads test for non-threaded Perls
 ext/threads/t/problems.t       Test various memory problems
 ext/threads/t/stack_env.t      Tests for stack limits
 ext/threads/t/stack.t          Tests for stack limits
@@ -1644,10 +1803,7 @@ hints/isc_2.sh                   Hints for named architecture
 hints/isc.sh                   Hints for named architecture
 hints/linux.sh                 Hints for named architecture
 hints/lynxos.sh                        Hints for named architecture
-hints/machten_2.sh             Hints for named architecture
-hints/machten.sh               Hints for named architecture
 hints/midnightbsd.sh           Hints for named architecture
-hints/mint.sh                  Hints for named architecture
 hints/mips.sh                  Hints for named architecture
 hints/mirbsd.sh                        Hints for named architecture
 hints/mpc.sh                   Hints for named architecture
@@ -1758,23 +1914,73 @@ lib/Archive/Tar/t/src/short/foo.tgz.packed      Archive::Tar tests
 lib/assert.pl                  assertion and panic with stack trace
 lib/autodie/exception.pm       Exception class for autodie
 lib/autodie/exception/system.pm        Exception class for autodying system()
+lib/autodie/hints.pm           Hinting interface for autodie
 lib/autodie.pm                 Functions suceed or die with lexical scope
+lib/autodie/t/00-load.t                        autodie - basic load
+lib/autodie/t/autodie.t                        autodie - Basic functionality
+lib/autodie/t/autodie_test_module.pm   autodie - test helper
+lib/autodie/t/backcompat.t             autodie - More Fatal backcompat
+lib/autodie/t/basic_exceptions.t       autodie - Basic exception tests
+lib/autodie/t/binmode.t                        autodie - Binmode testing
+lib/autodie/t/blog_hints.t             autodie - Tests fro PJF's blog
+lib/autodie/t/caller.t                 autodie - Caller diagnostics
+lib/autodie/t/context_lexical.t                autodie - Context clobbering lexically
+lib/autodie/t/context.t                        autodie - Context clobbering tests
+lib/autodie/t/crickey.t                        autodie - Like an Australian
+lib/autodie/t/dbmopen.t                        autodie - dbm tests
+lib/autodie/t/exception_class.t                autodie - Exception class subclasses
+lib/autodie/t/exceptions.t             autodie - 5.10 exception tests.
+lib/autodie/t/exec.t                   autodie - exec tests.
+lib/autodie/t/Fatal.t                  autodie - Fatal backcompatibility
+lib/autodie/t/filehandles.t            autodie - filehandle tests
+lib/autodie/t/fileno.t                 autodie - fileno tests
+lib/autodie/t/flock.t                  autodie - File locking tests
+lib/autodie/t/format-clobber.t         autodie - Don't clobber scalars
+lib/autodie/t/hints_insist.t           autodie - Test hints insistance
+lib/autodie/t/hints_pod_examples.t     autodie - Test hints POD examples
+lib/autodie/t/hints_provider_does.t    autodie - Test hints/does roles
+lib/autodie/t/hints_provider_easy_does_it.t    autodie - Test easy hints/does
+lib/autodie/t/hints_provider_isa.t     autodie - Test hints/inheritance
+lib/autodie/t/hints.t                  autodie - Test hints interface
+lib/autodie/t/internal-backcompat.t    autodie - Back-compatibility tests
+lib/autodie/t/internal.t               autodie - internal interface tests
+lib/autodie/t/lethal.t                 autodie - lethal is the one true name
+lib/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
+lib/autodie/t/lib/autodie/test/au.pm           autodie - Austrlaian helper
+lib/autodie/t/lib/autodie/test/badname.pm      autodie - Bad exception class
+lib/autodie/t/lib/autodie/test/missing.pm      autodie - Missing exception class
+lib/autodie/t/lib/Caller_helper.pm     autodie - Caller helper
+lib/autodie/t/lib/Hints_pod_examples.pm        autodie - Hints/pod helper
+lib/autodie/t/lib/Hints_provider_does.pm       autodie - Hints/does helper
+lib/autodie/t/lib/Hints_provider_easy_does_it.pm       autodie - Hints/easy helper
+lib/autodie/t/lib/Hints_provider_isa.pm        autodie - Hints/inherit helper
+lib/autodie/t/lib/Hints_test.pm                autodie - Hints test helper
+lib/autodie/t/lib/lethal.pm            autodie - with a better name
+lib/autodie/t/lib/my/autodie.pm                autodie - blog_hints.t helper
+lib/autodie/t/lib/OtherTypes.pm                autodie - Format clobberer helper.
+lib/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
+lib/autodie/t/lib/pujHa/ghach.pm       autodie - Like a Klingon
+lib/autodie/t/lib/Some/Module.pm       autodie - blog_hints.t helper
+lib/autodie/t/mkdir.t                  autodie - filesystem tests
+lib/autodie/t/open.t                   autodie - Testing open
+lib/autodie/t/recv.t                   autodie - send/recv tests
+lib/autodie/t/repeat.t                 autodie - repeat autodie leak tests
+lib/autodie/t/scope_leak.t             autodie - file scope leak tests
+lib/autodie/t/string-eval-basic.t      autodie - Basic string eval test
+lib/autodie/t/string-eval-leak.t       autodie - String eval leak test
+lib/autodie/t/sysopen.t                        autodie - sysopen tests
+lib/autodie/t/truncate.t               autodie - File truncation tests
+lib/autodie/t/unlink.t                 autodie - Unlink system tests.
+lib/autodie/t/user-context.t           autodie - Context changes for usersubs
+lib/autodie/t/usersub.t                        autodie - user subroutine tests
+lib/autodie/t/version.t                        autodie - versioning tests
+lib/autodie/t/version_tag.t
 lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
 lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
 lib/AutoSplit.pm               Split up autoload functions
 lib/autouse.pm                 Load and call a function only when it's used
 lib/autouse.t                  See if autouse works
-lib/base/Changes               base.pm changelog
-lib/base.pm                    Establish IS-A relationship at compile time
-lib/base/t/base.t              See if base works
-lib/base/t/fields-base.t       See if fields work
-lib/base/t/fields.t            See if fields work
-lib/base/t/isa.t               See if base's behaviour doesn't change
-lib/base/t/lib/Dummy.pm                Test module for base.pm
-lib/base/t/sigdie.t            See if base works with SIGDIE
-lib/base/t/version.t           See if base works with versions
-lib/base/t/warnings.t          See if base works with warnings
 lib/Benchmark.pm               Measure execution time
 lib/Benchmark.t                        See if Benchmark works
 lib/bigfloat.pl                        An arbitrary precision floating point package
@@ -1850,21 +2056,26 @@ lib/CGI/t/apache.t              See if CGI::Apache still loads
 lib/CGI/t/can.t                        See if CGI.pm works
 lib/CGI/t/carp.t               See if CGI::Carp works
 lib/CGI/t/cookie.t             See if CGI::Cookie works
+lib/CGI/t/Dump.t               See if CGI->Dump works
 lib/CGI/t/fast.t               See if CGI::Fast works (if FCGI is installed)
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
 lib/CGI/t/html.t               See if CGI.pm works
 lib/CGI/t/no_tabindex.t        See if CGI.pm works
+lib/CGI/t/popup_menu.t         See if CGI pop menus work
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
+lib/CGI/t/query_string.t       See if CGI->query_string() works
 lib/CGI/t/request.t            See if CGI.pm works
 lib/CGI/t/start_end_asterisk.t See if CGI.pm works
 lib/CGI/t/start_end_end.t      See if CGI.pm works
 lib/CGI/t/start_end_start.t    See if CGI.pm works
 lib/CGI/t/switch.t             See if CGI::Switch still loads
+lib/CGI/t/unescapeHTML.t       See if CGI::unescapeHTML() works
 lib/CGI/t/uploadInfo.t         See if CGI.pm works
 lib/CGI/t/upload_post_text.txt.packed  Test data for CGI.pm
 lib/CGI/t/upload.t             See if CGI.pm works
+lib/CGI/t/user_agent.t         See if CGI->user_agent() works
 lib/CGI/t/util-58.t            See if 5.8-dependent features work
 lib/CGI/t/util.t               See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
@@ -1971,8 +2182,6 @@ lib/CPANPLUS/Shell.pm     CPANPLUS
 lib/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t   CPANPLUS tests
 lib/CPANPLUS/t/01_CPANPLUS-Configure.t CPANPLUS tests
 lib/CPANPLUS/t/02_CPANPLUS-Internals.t CPANPLUS tests
-lib/CPANPLUS/t/031_CPANPLUS-Internals-Source-SQLite.t  CPANPLUS tests
-lib/CPANPLUS/t/032_CPANPLUS-Internals-Source-via-sqlite.t      CPANPLUS tests
 lib/CPANPLUS/t/03_CPANPLUS-Internals-Source.t  CPANPLUS tests
 lib/CPANPLUS/t/04_CPANPLUS-Module.t    CPANPLUS tests
 lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t   CPANPLUS tests
@@ -2084,6 +2293,7 @@ lib/ExtUtils/CBuilder/Platform/Unix.pm    CBuilder methods for Unix
 lib/ExtUtils/CBuilder/Platform/VMS.pm  CBuilder methods for VMS
 lib/ExtUtils/CBuilder/Platform/Windows.pm      CBuilder methods for Windows
 lib/ExtUtils/CBuilder.pm       Compile and link C code for Perl modules
+lib/ExtUtils/CBuilder/t/00-have-compiler.t     ExtUtils::CBuilder tests
 lib/ExtUtils/CBuilder/t/01-basic.t     tests for ExtUtils::CBuilder
 lib/ExtUtils/CBuilder/t/02-link.t      tests for ExtUtils::CBuilder
 lib/ExtUtils/Changes           MakeMaker change log
@@ -2101,12 +2311,10 @@ lib/ExtUtils/Install.pm         Handles 'make install' on extensions
 lib/ExtUtils/instmodsh         Give information about installed extensions
 lib/ExtUtils/Liblist/Kid.pm    Does the real work of the above
 lib/ExtUtils/Liblist.pm                Locates libraries
-lib/ExtUtils/MakeMaker/bytes.pm        Version agnostic bytes.pm
 lib/ExtUtils/MakeMaker/Config.pm       MakeMaker wrapper for Config
 lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
 lib/ExtUtils/MakeMaker.pm      Write Makefiles for extensions
 lib/ExtUtils/MakeMaker/Tutorial.pod    Writing a module with MakeMaker
-lib/ExtUtils/MakeMaker/vmsish.pm       Platform agnostic vmsish.pm
 lib/ExtUtils/Manifest.pm       Utilities to write MANIFEST files
 lib/ExtUtils/MANIFEST.SKIP     The default MANIFEST.SKIP
 lib/ExtUtils/Mkbootstrap.pm    Writes a bootstrap file (see MakeMaker)
@@ -2131,19 +2339,21 @@ lib/ExtUtils/MM_Win95.pm        MakeMaker methods for Win95
 lib/ExtUtils/MY.pm             MakeMaker user override class
 lib/ExtUtils/NOTES             Notes about MakeMaker internals
 lib/ExtUtils/Packlist.pm       Manipulates .packlist files
+lib/ExtUtils/ParseXS/Changes   ExtUtils::ParseXS change log
 lib/ExtUtils/ParseXS.pm                converts Perl XS code into C code
 lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
+lib/ExtUtils/ParseXS/t/usage.t ExtUtils::ParseXS tests
 lib/ExtUtils/ParseXS/t/XSTest.pm       Test file for ExtUtils::ParseXS tests
 lib/ExtUtils/ParseXS/t/XSTest.xs       Test file for ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.pm      ExtUtils::ParseXS tests
+lib/ExtUtils/ParseXS/t/XSUsage.xs      ExtUtils::ParseXS tests
 lib/ExtUtils/PATCHING          Suggestions for patching MakeMaker
 lib/ExtUtils/README            MakeMaker README
 lib/ExtUtils/t/00compile.t     See if MakeMaker modules compile
+lib/ExtUtils/t/arch_check.t    Test MakeMaker's arch_check()
 lib/ExtUtils/t/backwards.t     Check MakeMaker's backwards compatibility
-lib/ExtUtils/t/basic_finish.pl See if MakeMaker can build a module (part 2)
-lib/ExtUtils/t/basic.pl                See if MakeMaker can build a module (part 1)
-lib/ExtUtils/t/basic.t         See if MakeMaker can build a module (wrapper for basic.pl and basic_finish.pl)
+lib/ExtUtils/t/basic.t         See if MakeMaker can build a module
 lib/ExtUtils/t/build_man.t     Set if MakeMaker builds manpages
-lib/ExtUtils/t/bytes.t         Test ExtUtils::MakeMaker::bytes
 lib/ExtUtils/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
 lib/ExtUtils/t/cd.t            Test to see cd works
 lib/ExtUtils/t/config.t                Test ExtUtils::MakeMaker::Config
@@ -2155,19 +2365,25 @@ lib/ExtUtils/testlib.pm         Fixes up @INC to use just-built extension
 lib/ExtUtils/t/eu_command.t    See if ExtUtils::Command works
 lib/ExtUtils/t/FIRST_MAKEFILE.t                See if FIRST_MAKEFILE works
 lib/ExtUtils/t/fixin.t         See if ExtUtils::MakeMaker works
+lib/ExtUtils/t/fix_libs.t      Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/hints.t         See if hint files are honored.
 lib/ExtUtils/t/Installapi2.t   See if new api for ExtUtils::Install::install() works
 lib/ExtUtils/t/INSTALL_BASE.t  Test INSTALL_BASE in MakeMaker
+lib/ExtUtils/t/installed_file.t        Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::Install works
+lib/ExtUtils/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
 lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
+lib/ExtUtils/t/is_of_type.t    Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Liblist.t       See if ExtUtils::Liblist works
+lib/ExtUtils/t/MakeMaker_Parameters.t  test "MakeMaker Parameters" section
 lib/ExtUtils/t/make.t          See if make detection works
 lib/ExtUtils/t/maketext_filter.t       See if maketext_filter works
 lib/ExtUtils/t/Manifest.t      See if ExtUtils::Manifest works
 lib/ExtUtils/t/metafile_data.t See if META.yml handling works
 lib/ExtUtils/t/metafile_file.t See if META.yml handling works
+lib/ExtUtils/t/miniperl.t      Test MakeMaker with miniperl
 lib/ExtUtils/t/min_perl_version.t      Test the MIN_PERL_VERSION argument to WriteMakefile.
 lib/ExtUtils/t/Mkbootstrap.t   See if ExtUtils::Mkbootstrap works
 lib/ExtUtils/t/MM_Any.t                See if ExtUtils::MM_Any works
@@ -2184,6 +2400,8 @@ lib/ExtUtils/t/Packlist.t See if Packlist works
 lib/ExtUtils/t/parse_version.t See if parse_version works
 lib/ExtUtils/t/PL_FILES.t      Test PL_FILES in MakeMaker
 lib/ExtUtils/t/pm.t            See if MakeMaker can handle PM
+lib/ExtUtils/t/pm_to_blib.t    Test for ExtUtils::MakeMaker
+lib/ExtUtils/t/pod2man.t       See if MakeMaker can handle no pod2man
 lib/ExtUtils/t/postamble.t     See if postamble works
 lib/ExtUtils/t/prefixify.t     See if MakeMaker can apply a PREFIX
 lib/ExtUtils/t/prereq_print.t  See if PREREQ_PRINT works
@@ -2193,9 +2411,11 @@ lib/ExtUtils/t/prompt.t          See if E::MM::prompt() works
 lib/ExtUtils/t/recurs.t                See if recursive builds work
 lib/ExtUtils/t/revision.t      See if $Revision is correct
 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
+lib/ExtUtils/t/test_boilerplate.t      MakeMaker test
+lib/ExtUtils/t/testdata/reallylongdirectoryname/arch1/Config.pm                test data for MakeMaker
+lib/ExtUtils/t/testdata/reallylongdirectoryname/arch2/Config.pm                test data for MakeMaker
 lib/ExtUtils/t/testlib.t       See if ExtUtils::testlib works
 lib/ExtUtils/t/VERSION_FROM.t  See if MakeMaker's VERSION_FROM works
-lib/ExtUtils/t/vmsish.t        Test ExtUtils::MakeMaker::vmsish
 lib/ExtUtils/t/WriteEmptyMakefile.t    See if WriteEmptyMakefile works
 lib/ExtUtils/t/writemakefile_args.t    See if WriteMakefile works
 lib/ExtUtils/t/xs.t            Part of MakeMaker's test suite
@@ -2204,10 +2424,8 @@ lib/ExtUtils/XSSymSet.pm on VMS, manage linker symbols when building extensions
 lib/ExtUtils/xsubpp            External subroutine preprocessor
 lib/fastcwd.pl                 a faster but more dangerous getcwd
 lib/Fatal.pm                   Make errors in functions/builtins fatal
-lib/Fatal.t                    See if Fatal works
 lib/feature.pm                 Pragma to enable new syntax
 lib/feature.t                  See if features work
-lib/fields.pm                  Set up object field names for pseudo-hash-using classes
 lib/File/Basename.pm           Emulate the basename program
 lib/File/Basename.t            See if File::Basename works
 lib/FileCache.pm               Keep more files open than the system permits
@@ -2263,13 +2481,6 @@ lib/File/Temp/t/seekable.t       See if File::Temp works
 lib/File/Temp/t/tempfile.t     See if File::Temp works
 lib/filetest.pm                        For "use filetest"
 lib/filetest.t                 See if filetest works
-lib/Filter/Simple/Changes      Filter::Simple
-lib/Filter/Simple.pm           Simple frontend to Filter::Util::Call
-lib/Filter/Simple/t/data.t     See if Filter::Simple works
-lib/Filter/Simple/t/export.t   See if Filter::Simple works
-lib/Filter/Simple/t/filter_only.t      See if Filter::Simple works
-lib/Filter/Simple/t/filter.t   See if Filter::Simple works
-lib/Filter/Simple/t/import.t   See if Filter::Simple works
 lib/FindBin.pm                 Find name of currently executing program
 lib/FindBin.t                  See if FindBin works
 lib/finddepth.pl               A depth-first find emulator--used by find2perl
@@ -2294,19 +2505,6 @@ lib/h2xs.t                       See if h2xs produces expected lists of files
 lib/hostname.pl                        Old hostname code
 lib/I18N/Collate.pm            Routines to do strxfrm-based collation
 lib/I18N/Collate.t             See if I18N::Collate works
-lib/I18N/LangTags/ChangeLog    I18N::LangTags
-lib/I18N/LangTags/Detect.pm    Detect language preferences
-lib/I18N/LangTags/List.pm      List of tags for human languages
-lib/I18N/LangTags.pm           I18N::LangTags
-lib/I18N/LangTags/README       I18N::LangTags
-lib/I18N/LangTags/t/01_about_verbose.t See whether I18N::LangTags works
-lib/I18N/LangTags/t/05_main.t  See whether I18N::LangTags works
-lib/I18N/LangTags/t/07_listy.t See whether I18N::LangTags works
-lib/I18N/LangTags/t/10_http.t  See whether I18N::LangTags works
-lib/I18N/LangTags/t/20_locales.t       See whether I18N::LangTags works
-lib/I18N/LangTags/t/50_super.t See whether I18N::LangTags works
-lib/I18N/LangTags/t/55_supers_strict.t See whether I18N::LangTags works
-lib/I18N/LangTags/t/80_all_env.t       See whether I18N::LangTags works
 lib/if.pm                      For "use if"
 lib/if.t                       Tests for "use if"
 lib/importenv.pl               Perl routine to get environment into variables
@@ -2523,18 +2721,19 @@ lib/Module/Build/Platform/Windows.pm    Module::Build
 lib/Module/Build.pm            Module::Build
 lib/Module/Build/PodParser.pm  Module::Build
 lib/Module/Build/PPMMaker.pm   Module::Build
-lib/Module/Build/scripts/bundle.pl     Module::Build
 lib/Module/Build/scripts/config_data   Module::Build
 lib/Module/Build/t/add_property.t      Module::Build
 lib/Module/Build/t/basic.t     Module::Build
 lib/Module/Build/t/bundled/Tie/CPHash.pm       Module::Build.pm
 lib/Module/Build/t/compat/exit.t       Module::Build
 lib/Module/Build/t/compat.t    Module::Build
+lib/Module/Build/t/debug.t     Module::Build tests
 lib/Module/Build/t/destinations.t      Module::Build
 lib/Module/Build/t/extend.t    Module::Build
 lib/Module/Build/t/ext.t       Module::Build
 lib/Module/Build/t/files.t     Module::Build
 lib/Module/Build/t/help.t      Module::Build
+lib/Module/Build/t/install_extra_target.t      Module::Build tests
 lib/Module/Build/t/install.t   Module::Build
 lib/Module/Build/t/lib/DistGen.pm      Module::Build
 lib/Module/Build/t/lib/MBTest.pm       Module::Build
@@ -2546,6 +2745,7 @@ lib/Module/Build/t/moduleinfo.t   Module::Build
 lib/Module/Build/t/new_from_context.t  Module::Build
 lib/Module/Build/t/notes.t     Module::Build
 lib/Module/Build/t/parents.t   Module::Build
+lib/Module/Build/t/PL_files.t  Module::Build tests
 lib/Module/Build/t/pod_parser.t        Module::Build
 lib/Module/Build/t/ppm.t       Module::Build
 lib/Module/Build/t/runthrough.t        Module::Build
@@ -2556,13 +2756,10 @@ lib/Module/Build/t/test_type.t  Module::Build
 lib/Module/Build/t/tilde.t     Module::Build
 lib/Module/Build/t/use_tap_harness.t   Module::Build
 lib/Module/Build/t/versions.t  Module::Build
+lib/Module/Build/t/write_default_maniskip.t    Module::Build tests
 lib/Module/Build/t/xs.t                Module::Build
 lib/Module/Build/Version.pm    Module::Build
 lib/Module/Build/YAML.pm       Module::Build
-lib/Module/CoreList/bin/corelist       Module::CoreList
-lib/Module/CoreList.pm                 Module::CoreList
-lib/Module/CoreList/t/corelist.t       Module::CoreList
-lib/Module/CoreList/t/find_modules.t   Module::CoreList
 lib/Module/Load/Conditional.pm Module::Conditional
 lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t     Module::Conditional tests
 lib/Module/Load/Conditional/t/02_Parse_Version.t       Module::Load::Conditional tests
@@ -2608,23 +2805,6 @@ lib/Net/netent.pm                By-name interface to Perl's builtin getnet*
 lib/Net/netent.t               See if Net::netent works
 lib/Net/Netrc.pm               libnet
 lib/Net/NNTP.pm                        libnet
-lib/Net/Ping/Changes           Net::Ping
-lib/Net/Ping.pm                        Hello, anybody home?
-lib/Net/Ping/t/100_load.t      Ping Net::Ping
-lib/Net/Ping/t/110_icmp_inst.t Ping Net::Ping
-lib/Net/Ping/t/120_udp_inst.t  Ping Net::Ping
-lib/Net/Ping/t/130_tcp_inst.t  Ping Net::Ping
-lib/Net/Ping/t/140_stream_inst.t       Ping Net::Ping
-lib/Net/Ping/t/150_syn_inst.t  Ping Net::Ping
-lib/Net/Ping/t/190_alarm.t     Ping Net::Ping
-lib/Net/Ping/t/200_ping_tcp.t  Ping Net::Ping
-lib/Net/Ping/t/250_ping_hires.t        Ping Net::Ping
-lib/Net/Ping/t/300_ping_stream.t       Ping Net::Ping
-lib/Net/Ping/t/400_ping_syn.t  Ping Net::Ping
-lib/Net/Ping/t/410_syn_host.t  Ping Net::Ping
-lib/Net/Ping/t/450_service.t   Ping Net::Ping
-lib/Net/Ping/t/500_ping_icmp.t Ping Net::Ping
-lib/Net/Ping/t/510_ping_udp.t  Ping Net::Ping
 lib/Net/POP3.pm                        libnet
 lib/Net/protoent.pm            By-name interface to Perl's builtin getproto*
 lib/Net/protoent.t             See if Net::protoent works
@@ -2649,6 +2829,7 @@ lib/NEXT.pm                       Pseudo-class NEXT for method redispatch
 lib/NEXT/README                        NEXT
 lib/NEXT/t/actual.t            NEXT
 lib/NEXT/t/actuns.t            NEXT
+lib/NEXT/t/dynamically_scoped_regex_vars.t     NEXT
 lib/NEXT/t/next.t              NEXT
 lib/NEXT/t/stringify.t NEXT
 lib/NEXT/t/unseen.t            NEXT
@@ -2693,6 +2874,7 @@ lib/Parse/CPAN/Meta/t/01_compile.t                                Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/02_basic.t                               Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/03_regression.t                          Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/04_scalar.t                              Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/05_export.t                              Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/11_meta_yml.t                            Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/12_plagger.t                             Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/13_perl_smith.t                          Parse::CPAN::Meta
@@ -2700,9 +2882,13 @@ lib/Parse/CPAN/Meta/t/14_yaml_org.t                              Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/15_multibyte.t                           Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/16_nullrefs.t                            Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/17_toolbar.t                             Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/18_tap.t                                 Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/19_errors.t                              Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/21_bom.t                                 Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/HTML-WebDAO.yml                     Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/multibyte.yml                       Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/sample.yml                          Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/data/Spreadsheet-Read.yml                        Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/Template-Provider-Unicode-Japanese.yml      Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/toolbar.yml                         Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/utf_16_le_bom.yml                   Parse::CPAN::Meta
@@ -2711,6 +2897,10 @@ lib/perl5db.pl                   Perl debugging routines
 lib/perl5db.t                  Tests for the Perl debugger
 lib/perl5db/t/eval-line-bug    Tests for the Perl debugger
 lib/perl5db/t/lvalue-bug       Tests for the Perl debugger
+lib/perl5db/t/proxy-constants  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/symbol-table-bug Tests for the Perl debugger
 lib/PerlIO.pm                  PerlIO support module
 lib/PerlIO/via/QuotedPrint.pm  PerlIO::via::QuotedPrint
 lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint
@@ -2972,8 +3162,6 @@ lib/SelectSaver.t         See if SelectSaver works
 lib/SelfLoader.pm              Load functions only on demand
 lib/SelfLoader/t/01SelfLoader.t        See if SelfLoader works
 lib/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
-lib/Shell.pm                   Make AUTOLOADed system() calls
-lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
 lib/sigtrap.pm                 For trapping an abort and giving traceback
 lib/sigtrap.t                  See if sigtrap works
@@ -2984,30 +3172,15 @@ lib/strict.pm                   For "use strict"
 lib/strict.t                   See if strictures work
 lib/subs.pm                    Declare overriding subs
 lib/subs.t                     See if subroutine pseudo-importation works
-lib/Switch.pm                  Switch for Perl
-lib/Switch/t/given.t           See if Perl 6 given (switch) works
-lib/Switch/t/nested.t          See if nested switch works
-lib/Switch/t/switch.t          See if Perl 5 switch works
 lib/Symbol.pm                  Symbol table manipulation routines
 lib/Symbol.t                   See if Symbol works
 lib/syslog.pl                  Perl library supporting syslogging
 lib/tainted.pl                 Old code for tainting
-lib/Term/ANSIColor/ChangeLog   Term::ANSIColor
-lib/Term/ANSIColor.pm          Perl module supporting termcap usage
-lib/Term/ANSIColor/README      Term::ANSIColor
-lib/Term/ANSIColor/t/basic.t   Tests for Term::ANSIColor
 lib/termcap.pl                 Perl library supporting termcap usage
-lib/Term/Cap.pm                        Perl module supporting termcap usage
-lib/Term/Cap.t                 See if Term::Cap works
 lib/Term/Complete.pm           A command completion subroutine
 lib/Term/Complete.t            See if Term::Complete works
 lib/Term/ReadLine.pm           Stub readline library
 lib/Term/ReadLine.t            See if Term::ReadLine works
-lib/Term/UI/History.pm Term::UI
-lib/Term/UI.pm Term::UI
-lib/Term/UI/t/00_load.t        Term::UI tests
-lib/Term/UI/t/01_history.t     Term::UI tests
-lib/Term/UI/t/02_ui.t  Term::UI tests
 lib/Test/Builder/Module.pm     Base class for test modules
 lib/Test/Builder.pm            For writing new test libraries
 lib/Test/Builder/Tester/Color.pm       Turn on color in Test::Builder::Tester
@@ -3026,8 +3199,16 @@ lib/Test/Simple/t/buffer.t       Test::Builder buffering test
 lib/Test/Simple/t/Builder/Builder.t    Test::Builder tests
 lib/Test/Simple/t/Builder/carp.t       Test::Builder test
 lib/Test/Simple/t/Builder/create.t     Test::Builder test 
-lib/Test/Simple/t/Builder/curr_test.t  Test::Builder->curr_test tests
+lib/Test/Simple/t/Builder/current_test.t       Test::Builder tests
+lib/Test/Simple/t/Builder/current_test_without_plan.t  Test::Builder tests
 lib/Test/Simple/t/Builder/details.t    Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_double.t        Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing.t               Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_no_plan.t  Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_number.t   Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_plan.t     Test::Builder tests
+lib/Test/Simple/t/Builder/fork_with_new_stdout.t       Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan2.t  Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan.t   Test::Builder tests
 lib/Test/Simple/t/Builder/is_fh.t      Test::Builder tests
@@ -3035,6 +3216,7 @@ lib/Test/Simple/t/Builder/maybe_regex.t   Test::Builder tests
 lib/Test/Simple/t/Builder/no_diag.t    Test::Builder tests
 lib/Test/Simple/t/Builder/no_ending.t  Test::Builder tests
 lib/Test/Simple/t/Builder/no_header.t  Test::Builder tests
+lib/Test/Simple/t/Builder/no_plan_at_all.t     Test::Builder tests
 lib/Test/Simple/t/Builder/ok_obj.t     Test::Builder tests
 lib/Test/Simple/t/Builder/output.t     Test::Builder tests
 lib/Test/Simple/t/Builder/reset.t      Test::Builder tests
@@ -3099,6 +3281,7 @@ lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings
 lib/Test/Simple/t/useing.t     Test::More test, compile test
 lib/Test/Simple/t/use_ok.t     Test::More test, use_ok()
 lib/Test/Simple/t/utf8.t       Test::More test
+lib/Test/Simple/t/versions.t   Test::More test
 lib/Test/t/05_about_verbose.t  See if Test works
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
@@ -3111,21 +3294,6 @@ lib/Test/t/todo.t                See if Test works
 lib/Test/Tutorial.pod          A tutorial on writing tests
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
-lib/Text/Balanced/Changes      Text::Balanced
-lib/Text/Balanced.pm           Text::Balanced
-lib/Text/Balanced/README       Text::Balanced
-lib/Text/Balanced/t/00-load.t  See if Text::Balanced works
-lib/Text/Balanced/t/extbrk.t   See if Text::Balanced works
-lib/Text/Balanced/t/extcbk.t   See if Text::Balanced works
-lib/Text/Balanced/t/extdel.t   See if Text::Balanced works
-lib/Text/Balanced/t/extmul.t   See if Text::Balanced works
-lib/Text/Balanced/t/extqlk.t   See if Text::Balanced works
-lib/Text/Balanced/t/exttag.t   See if Text::Balanced works
-lib/Text/Balanced/t/extvar.t   See if Text::Balanced works
-lib/Text/Balanced/t/gentag.t   See if Text::Balanced works
-lib/Text/ParseWords.pm         Perl module to split words on arbitrary delimiter
-lib/Text/ParseWords.t          See if Text::ParseWords works
-lib/Text/ParseWords/taint.t    See if Text::ParseWords works with tainting
 lib/Text/Tabs.pm               Do expand and unexpand
 lib/Text/TabsWrap/CHANGELOG    ChangeLog for Tabs+Wrap
 lib/Text/TabsWrap/t/37000.t    See if Text::Tabs is working
@@ -3291,6 +3459,7 @@ lib/validate.pl                   Perl library supporting wholesale file mode validation
 lib/vars_carp.t                        See if "use vars" doesn't load Carp.pm per default
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" works
+lib/version/Internals.pod      Description of the internals of version objects
 lib/version.pm                 Support for version objects
 lib/version.pod                        Documentation of the version module
 lib/version.t                  Tests for version objects
@@ -3324,13 +3493,6 @@ mg.c                             Magic code
 mg.h                           Magic header
 minimod.pl                     Writes lib/ExtUtils/Miniperl.pm
 miniperlmain.c                 Basic perl w/o dynamic loading or extensions
-mint/errno.h                   MiNT port
-mint/Makefile                  MiNT port
-mint/pwd.c                     MiNT port
-mint/README                    MiNT port
-mint/stdio.h                   MiNT port
-mint/sys/time.h                        MiNT port
-mint/time.h                    MiNT port
 mkppport                       A script that distributes ppport.h
 mkppport.lst                   List of extensions that need a ppport.h
 mpeix/mpeix.c                  MPE/iX port
@@ -3509,6 +3671,7 @@ pod/Makefile.SH                   generate Makefile which makes pods into something else
 pod/perl5004delta.pod          Perl changes in version 5.004
 pod/perl5005delta.pod          Perl changes in version 5.005
 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/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
@@ -3524,6 +3687,7 @@ pod/perl585delta.pod              Perl changes in version 5.8.5
 pod/perl586delta.pod           Perl changes in version 5.8.6
 pod/perl587delta.pod           Perl changes in version 5.8.7
 pod/perl588delta.pod           Perl changes in version 5.8.8
+pod/perl589delta.pod           Perl changes in version 5.8.9
 pod/perl58delta.pod            Perl changes in version 5.8.0
 pod/perl590delta.pod           Perl changes in version 5.9.0
 pod/perl591delta.pod           Perl changes in version 5.9.1
@@ -3578,9 +3742,9 @@ pod/perllocale.pod                Perl locale support
 pod/perllol.pod                        Perl data structures: arrays of arrays
 pod/perlmodinstall.pod         Perl modules: how to install from CPAN
 pod/perlmodlib.PL              Generate pod/perlmodlib.pod
-pod/perlmodlib.pod             Perl modules: how to write and use
 pod/perlmod.pod                        Perl modules: how they work
 pod/perlmodstyle.pod           Perl modules: how to write modules with style
+pod/perlmroapi.pod             Perl method resolution plugin interface
 pod/perlnewmod.pod             Perl modules: preparing a new module for distribution
 pod/perlnumber.pod             Perl number semantics
 pod/perlobj.pod                        Perl objects
@@ -3637,11 +3801,11 @@ pod/splitman                    Splits perlfunc into multiple man pages
 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/check83.pl     Check whether we are 8.3-friendly
 Porting/checkansi.pl   Check source code for ANSI-C violations
 Porting/checkARGS_ASSERT.pl    Check we use every PERL_ARGS_ASSERT* macro
 Porting/checkAUTHORS.pl        Check that the AUTHORS file is complete
-Porting/checkcase.pl   Check whether we are case-insensitive-fs-friendly
 Porting/checkcfgvar.pl Check that config scripts define all symbols
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
@@ -3650,6 +3814,7 @@ 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.pl    Generates data for Module::CoreList
 Porting/curliff.pl     Curliff or liff your curliffable files.
@@ -3661,17 +3826,24 @@ Porting/fixvars         Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 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
 Porting/Glossary       Glossary of config.sh variables
+Porting/how_to_write_a_perldelta.pod   Bluffer's guide to writing a perldelta.
 Porting/Maintainers    Program to pretty print info in Maintainers.pl
 Porting/Maintainers.pl Information about maintainers
 Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
+Porting/make_dot_patch.pl      Make a .patch file from a git WD
 Porting/makemeta       Create the top-level META.yml
 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/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/sort_perldiag.pl       Keep our diagnostics orderly
 Porting/testall.atom           Cumulative profile with Third Degree
 Porting/thirdclean             Cleanup Third Degree reports
@@ -3711,11 +3883,9 @@ README.irix                      Perl notes for Irix
 README.jp                      Perl for Japanese (in EUC-JP)
 README.ko                      Perl for Korean (in EUC-KR)
 README.linux                   Perl notes for Linux
-README.machten                 Perl notes for Power MachTen
 README.macos                   Perl notes for Mac OS (Classic)
 README.macosx                  Perl notes for Mac OS X
 README.micro                   Notes about microperl
-README.mint                    Perl notes for MiNT
 README.mpeix                   Perl notes for MPE/iX
 README.netware                 Perl notes for NetWare
 README.openbsd                 Perl notes for OpenBSD
@@ -3811,6 +3981,7 @@ t/base/num.t                      See if numbers work
 t/base/pat.t                   See if pattern matching works
 t/base/rs.t                    See if record-read works
 t/base/term.t                  See if various terms work
+t/benchmark/rt26188-speed-up-keys-on-empty-hash.t      Benchmark if keys on empty hashes is fast enough
 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
@@ -3822,6 +3993,7 @@ 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/fold.t                  See if constant folding works
+t/comp/hints.aux               Auxillary file for %^H test
 t/comp/hints.t                 See if %^H works
 t/comp/multiline.t             See if multiline strings work
 t/comp/opsubs.t                        See if q() etc. are not parsed as functions
@@ -3831,12 +4003,13 @@ t/comp/parser.t                 See if the parser works in edge cases
 t/comp/proto.t                 See if function prototypes work
 t/comp/redef.t                 See if we get correct warnings on redefined subs
 t/comp/require.t               See if require works
-t/comp/retainedlines.t         See if the debugger can retains eval's lines
+t/comp/retainedlines.t         See if the debugger can retain eval's lines
 t/comp/script.t                        See if script invocation works
 t/comp/term.t                  See if more terms work
 t/comp/uproto.t                        See if the _ prototype works
 t/comp/use.t                   See if pragmata work
 t/comp/utf.t                   See if UTFs work
+TestInit.pm                    Preamble library for tests
 t/harness                      Finer diagnostics from test suite
 thread.h                       Threading header
 time64.c                       64 bit clean time.h (code)
@@ -3847,6 +4020,7 @@ t/io/binmode.t                    See if binmode() works
 t/io/crlf.t                    See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/dup.t                     See if >& works right
+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
 t/io/inplace.t                 See if inplace editing works
@@ -3857,7 +4031,7 @@ t/io/openpid.t                    See if open works for subprocesses
 t/io/open.t                    See if open works
 t/io/perlio_fail.t             See if bad layers fail
 t/io/perlio_leaks.t            See if PerlIO layers are leaking
-t/io/perlio_open.t             See if PerlIO certain special opens work
+t/io/perlio_open.t             See if certain special forms of open work
 t/io/perlio.t                  See if PerlIO works
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
@@ -3869,104 +4043,30 @@ 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/autodie/00-load.t                        autodie - basic load
-t/lib/autodie/autodie.t                        autodie - Basic functionality
-t/lib/autodie/autodie_test_module.pm   autodie - test helper
-t/lib/autodie/backcompat.t             autodie - More Fatal backcompat
-t/lib/autodie/basic_exceptions.t       autodie - Basic exception tests
-t/lib/autodie/binmode.t                        autodie - Binmode testing
-t/lib/autodie/caller.t                 autodie - Caller diagnostics
-t/lib/autodie/context_lexical.t                autodie - Context clobbering lexically
-t/lib/autodie/context.t                        autodie - Context clobbering tests
-t/lib/autodie/crickey.t                        autodie - Like an Australian
-t/lib/autodie/dbmopen.t                        autodie - dbm tests
-t/lib/autodie/exception_class.t                autodie - Exception class subclasses
-t/lib/autodie/exceptions.t             autodie - 5.10 exception tests.
-t/lib/autodie/exec.t                   autodie - exec tests.
-t/lib/autodie/Fatal.t                  autodie - Fatal backcompatibility
-t/lib/autodie/filehandles.t            autodie - filehandle tests
-t/lib/autodie/fileno.t                 autodie - fileno tests
-t/lib/autodie/flock.t                  autodie - File locking tests
-t/lib/autodie/internal.t               autodie - internal interface tests
-t/lib/autodie/lethal.t                 autodie - lethal is the one true name
-t/lib/autodie/lib/autodie/test/au/exception.pm autodie - Australian helper
-t/lib/autodie/lib/autodie/test/au.pm           autodie - Austrlaian helper
-t/lib/autodie/lib/autodie/test/badname.pm      autodie - Bad exception class
-t/lib/autodie/lib/autodie/test/missing.pm      autodie - Missing exception class
-t/lib/autodie/lib/Caller_helper.pm     autodie - Caller helper
-t/lib/autodie/lib/lethal.pm            autodie - with a better name
-t/lib/autodie/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
-t/lib/autodie/lib/pujHa/ghach.pm       autodie - Like a Klingon
-t/lib/autodie/mkdir.t                  autodie - filesystem tests
-t/lib/autodie/open.t                   autodie - Testing open
-t/lib/autodie/recv.t                   autodie - send/recv tests
-t/lib/autodie/repeat.t                 autodie - repeat autodie leak tests
-t/lib/autodie/scope_leak.t             autodie - file scope leak tests
-t/lib/autodie/sysopen.t                        autodie - sysopen tests
-t/lib/autodie/truncate.t               autodie - File truncation tests
-t/lib/autodie/unlink.t                 autodie - Unlink system tests.
-t/lib/autodie/user-context.t           autodie - Context changes for usersubs
-t/lib/autodie/usersub.t                        autodie - user subroutine tests
-t/lib/autodie/version.t                        autodie - versioning tests
-t/lib/autodie/version_tag.t
 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
 t/lib/compmod.pl               Helper for 1_compile.t
-t/lib/compress/any.pl          Compress::Zlib
-t/lib/compress/anyunc.pl       Compress::Zlib
-t/lib/compress/CompTestUtils.pm        Compress::Zlib
-t/lib/compress/destroy.pl      Compress::Zlib
-t/lib/compress/encode.pl       Compress::Zlib
-t/lib/compress/generic.pl      Compress::Zlib
-t/lib/compress/merge.pl                Compress::Zlib
-t/lib/compress/multi.pl                Compress::Zlib
-t/lib/compress/newtied.pl      Compress::Zlib
-t/lib/compress/oneshot.pl      Compress::Zlib
-t/lib/compress/prime.pl                Compress::Zlib
-t/lib/compress/tied.pl         Compress::Zlib
-t/lib/compress/truncate.pl     Compress::Zlib
-t/lib/compress/zlib-generic.pl Compress::Zlib
 t/lib/contains_bad_pod.xr      Pod-Parser test file
 t/lib/contains_pod.xr          Pod-Parser test file
+t/lib/croak.t                  Test calls to Perl_croak() in the C source.
 t/lib/cygwin.t                 Builtin cygwin function tests
 t/lib/deprecate/Deprecated.pm  Deprecated module to test deprecate.pm
 t/lib/deprecate/Optionally.pm  Optionally deprecated module to test deprecate.pm
 t/lib/deprecate.t              Test deprecate.pm
 t/lib/Devel/switchd.pm         Module for t/run/switchd.t
 t/lib/Dev/Null.pm              Test::More test module
-t/lib/dprof/test1_t            Perl code profiler tests
-t/lib/dprof/test1_v            Perl code profiler tests
-t/lib/dprof/test2_t            Perl code profiler tests
-t/lib/dprof/test2_v            Perl code profiler tests
-t/lib/dprof/test3_t            Perl code profiler tests
-t/lib/dprof/test3_v            Perl code profiler tests
-t/lib/dprof/test4_t            Perl code profiler tests
-t/lib/dprof/test4_v            Perl code profiler tests
-t/lib/dprof/test5_t            Perl code profiler tests
-t/lib/dprof/test5_v            Perl code profiler tests
-t/lib/dprof/test6_t            Perl code profiler tests
-t/lib/dprof/test6_v            Perl code profiler tests
-t/lib/dprof/test7_t            Perl code profiler tests
-t/lib/dprof/test7_v            Perl code profiler tests
-t/lib/dprof/test8_t            Perl code profiler tests
-t/lib/dprof/test8_v            Perl code profiler tests
-t/lib/dprof/V.pm               Perl code profiler tests
 t/lib/feature/bundle           Tests for feature bundles
 t/lib/feature/implicit         Tests for implicit loading of feature.pm
 t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
 t/lib/feature/say              Tests for enabling/disabling say feature
 t/lib/feature/switch           Tests for enabling/disabling switch feature
-t/lib/Filter/Simple/ExportTest.pm      Helper file for Filter::Simple tests
-t/lib/Filter/Simple/FilterOnlyTest.pm  Helper file for Filter::Simple tests
-t/lib/Filter/Simple/FilterTest.pm      Helper file for Filter::Simple tests
-t/lib/Filter/Simple/ImportTest.pm      Helper file for Filter::Simple tests
-t/lib/filter-util.pl           See if Filter::Util::Call works
 t/lib/h2ph.h                   Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
-t/lib/HasSigDie.pm             Module for testing base.pm
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
+t/lib/maintainers.t            Test that Porting/Maintaners.pl is up to date
+t/lib/MakeMaker/Test/NoXS.pm           MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/MPV.pm      MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
@@ -3974,6 +4074,7 @@ t/lib/MakeMaker/Test/Setup/Problem.pm     MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/XS.pm       MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
+t/lib/manifest.t               Test that this MANIFEST file is well formed
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc
 t/lib/Math/BigInt/Scalar.pm    Pure Perl module to support Math::BigInt
@@ -3988,6 +4089,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/Test/Builder/NoOutput.pm Utility module for testing Test::Builder
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t
@@ -4058,6 +4160,8 @@ t/mro/complex_dfs.t               mro tests
 t/mro/dbic_c3.t                        mro tests
 t/mro/dbic_dfs.t               mro tests
 t/mro/inconsistent_c3.t                mro tests
+t/mro/isa_c3.t                 test for optimisatised mro_get_linear_isa_c3
+t/mro/isa_dfs.t                        test for optimisatised mro_get_linear_isa_dfs
 t/mro/method_caching.t         mro tests
 t/mro/next_edgecases.t         mro tests
 t/mro/next_goto.t              mro tests
@@ -4074,7 +4178,6 @@ t/mro/recursion_c3.t              mro tests
 t/mro/recursion_dfs.t          mro tests
 t/mro/vulcan_c3.t              mro tests
 t/mro/vulcan_dfs.t             mro tests
-Todo.micro                     The Wishlist for microperl
 toke.c                         The tokener
 t/op/64bitint.t                        See if 64 bit integers work
 t/op/alarm.t                   See if alarm works
@@ -4186,6 +4289,7 @@ t/op/readline.t                   See if <> / readline / rcatline work
 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/reg_60508.t               See if bug #60508 is fixed
 t/op/reg_email.t               See if regex recursion works by parsing email addresses
 t/op/reg_email_thr.t           See if regex recursion works by parsing email addresses in another thread
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
@@ -4202,7 +4306,7 @@ t/op/reg_mesg.t                   See if one can get regular expression errors
 t/op/reg_namedcapture.t                Make sure glob assignment doesn't break named capture
 t/op/reg_nc_tie.t              Test the tied methods of Tie::Hash::NamedCapture
 t/op/reg_pmod.t                        See if regexp /p modifier works as expected
-t/op/reg_posixcc.t             See if posix characterclasses behave consistantly
+t/op/reg_posixcc.t             See if posix character classes behave consistantly
 t/op/reg_unsafe.t              Check for unsafe match vars
 t/op/repeat.t                  See if x operator works
 t/op/reset.t                   See if reset operator works
@@ -4258,6 +4362,7 @@ t/op/wantarray.t          See if wantarray works
 t/op/write.t                   See if write works (formats work)
 t/op/yadayada.t                        See if ..., !!! and ??? work
 t/perl.supp                    Perl valgrind suppressions
+t/pod/diag.t                   Test completeness of perldiag.pod
 t/pod/emptycmd.t               Test empty pod directives
 t/pod/emptycmd.xr              Expected results for emptycmd.t
 t/pod/find.t                   See if Pod::Find works
@@ -4295,10 +4400,11 @@ t/pod/special_seqs.xr           Expected results for special_seqs.t
 t/pod/testcmp.pl               Module to compare output against expected results
 t/pod/testp2pt.pl              Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl              Module to test Pod::Checker for a given file
-t/pod/testpods/lib/Pod/Stuff.pm                        Sample data for find.t
+t/pod/testpods/lib/Pod/Stuff.pm                Sample data for t/pod/find.t
 t/pod/twice.t                  Test Pod::Parser
 t/pod/usage2.pod               Test POD for pod2usage tests
 t/pod/usage.pod                        Test POD for pod2usage tests
+t/porting/checkcase.t  Check whether we are case-insensitive-fs-friendly
 t/README                       Instructions for regression tests
 t/run/cloexec.t                        Test close-on-exec.
 t/run/exit.t                   Test perl's exit status.
@@ -4320,7 +4426,6 @@ t/run/switchx2.aux                Data for switchx.t
 t/run/switchx.aux              Data for switchx.t
 t/run/switchx.t                        Test the -x switch
 t/TEST                         The regression tester
-t/TestInit.pm                  Preamble library for core tests
 t/test.pl                      Simple testing library
 t/thread_it.pl                 Run regression tests in a new thread
 t/uni/cache.t                  See if Unicode swash caching works