Move ExtUtils::Manifest from ext/ to cpan/
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 0a4b51f..7d72b22 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -131,10 +131,171 @@ cpan/AutoLoader/lib/AutoLoader.pm        Autoloader base class
 cpan/AutoLoader/lib/AutoSplit.pm       Split up autoload functions
 cpan/AutoLoader/t/01AutoLoader.t       See if AutoLoader works
 cpan/AutoLoader/t/02AutoSplit.t                See if AutoSplit works
+cpan/B-Debug/Debug.pm  Compiler Debug backend
+cpan/B-Debug/t/debug.t See if B::Debug works
+cpan/bignum/lib/bigint.pm              bigint
+cpan/bignum/lib/bignum.pm              bignum
+cpan/bignum/lib/bigrat.pm              bigrat
+cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
+cpan/bignum/lib/Math/BigInt/Trace.pm   bignum tracing
+cpan/bignum/t/big_e_pi.t               See if bignum exports e() and PI()
+cpan/bignum/t/bigexp.t                 See if bignum works
+cpan/bignum/t/bigint.t                 See if bigint works
+cpan/bignum/t/bignum.t                 See if bignum works
+cpan/bignum/t/bigrat.t                 See if bigrat works
+cpan/bignum/t/bii_e_pi.t               See if bigint exports e() and PI()
+cpan/bignum/t/biinfnan.t               See if bignum works
+cpan/bignum/t/bir_e_pi.t               See if bigrat exports e() and PI()
+cpan/bignum/t/bninfnan.t               See if bignum works
+cpan/bignum/t/bn_lite.t                        See if bignum with Math::BigInt::Lite works
+cpan/bignum/t/brinfnan.t               See if bignum works
+cpan/bignum/t/br_lite.t                        See if bigrat with Math::BigInt::Lite works
+cpan/bignum/t/in_effect.t              See if in_effect() works
+cpan/bignum/t/infnan.inc               See if bignum with inf/NaN works
+cpan/bignum/t/option_a.t               See if bignum a => X works
+cpan/bignum/t/option_l.t               See if bignum l => X works
+cpan/bignum/t/option_p.t               See if bignum p => X works
+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/examples/caution.xbm          CGI example
+cpan/CGI/examples/clickable_image.cgi  CGI example
+cpan/CGI/examples/cookie.cgi           CGI example
+cpan/CGI/examples/crash.cgi            CGI example
+cpan/CGI/examples/customize.cgi                CGI example
+cpan/CGI/examples/diff_upload.cgi      CGI example
+cpan/CGI/examples/dna_small_gif.uu     Small image for CGI examples
+cpan/CGI/examples/file_upload.cgi      CGI example
+cpan/CGI/examples/frameset.cgi         CGI example
+cpan/CGI/examples/index.html           Index page for CGI examples
+cpan/CGI/examples/internal_links.cgi   CGI example
+cpan/CGI/examples/javascript.cgi       CGI example
+cpan/CGI/examples/make_links.pl                CGI example
+cpan/CGI/examples/monty.cgi            CGI example
+cpan/CGI/examples/multiple_forms.cgi   CGI example
+cpan/CGI/examples/nph-clock.cgi                CGI example
+cpan/CGI/examples/nph-multipart.cgi    CGI example
+cpan/CGI/examples/popup.cgi            CGI example
+cpan/CGI/examples/RunMeFirst           Setup script for CGI examples
+cpan/CGI/examples/save_state.cgi       CGI example
+cpan/CGI/examples/tryit.cgi            CGI example
+cpan/CGI/examples/wilogo_gif.uu                CGI example
+cpan/CGI/lib/CGI/Apache.pm             Support for Apache's Perl module
+cpan/CGI/lib/CGI/Carp.pm               Log server errors with helpful context
+cpan/CGI/lib/CGI/Changes               Changelog for CGI.pm
+cpan/CGI/lib/CGI/Cookie.pm             Interface to Netscape Cookies
+cpan/CGI/lib/CGI/Fast.pm               Support for FastCGI (persistent server process)
+cpan/CGI/lib/CGI.pm                    Web server interface ("Common Gateway Interface")
+cpan/CGI/lib/CGI/Pretty.pm             Output nicely formatted HTML
+cpan/CGI/lib/CGI/Push.pm               Support for server push
+cpan/CGI/lib/CGI/Switch.pm             Simple interface for multiple server types
+cpan/CGI/lib/CGI/Util.pm               Utility functions
+cpan/CGI/t/apache.t                    See if CGI::Apache still loads
+cpan/CGI/t/can.t                       See if CGI.pm works
+cpan/CGI/t/carp.t                      See if CGI::Carp works
+cpan/CGI/t/cookie.t                    See if CGI::Cookie works
+cpan/CGI/t/Dump.t                      See if CGI->Dump works
+cpan/CGI/t/fast.t                      See if CGI::Fast works (if FCGI is installed)
+cpan/CGI/t/form.t                      See if CGI.pm works
+cpan/CGI/t/function.t                  See if CGI.pm works
+cpan/CGI/t/html.t                      See if CGI.pm works
+cpan/CGI/t/no_tabindex.t               See if CGI.pm works
+cpan/CGI/t/popup_menu.t                        See if CGI pop menus work
+cpan/CGI/t/pretty.t                    See if CGI.pm works
+cpan/CGI/t/push.t                      See if CGI::Push works
+cpan/CGI/t/query_string.t              See if CGI->query_string() works
+cpan/CGI/t/request.t                   See if CGI.pm works
+cpan/CGI/t/start_end_asterisk.t                See if CGI.pm works
+cpan/CGI/t/start_end_end.t             See if CGI.pm works
+cpan/CGI/t/start_end_start.t           See if CGI.pm works
+cpan/CGI/t/switch.t                    See if CGI::Switch still loads
+cpan/CGI/t/unescapeHTML.t              See if CGI::unescapeHTML() works
+cpan/CGI/t/uploadInfo.t                        See if CGI.pm works
+cpan/CGI/t/upload_post_text.txt                Test data for CGI.pm
+cpan/CGI/t/upload.t                    See if CGI.pm works
+cpan/CGI/t/user_agent.t                        See if CGI->user_agent() 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/bzip2.c
+cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
+cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
+cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
+cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
+cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
+cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c
+cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
+cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
+cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c
+cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
+cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c
+cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c
+cpan/Compress-Raw-Bzip2/Bzip2.xs
+cpan/Compress-Raw-Bzip2/Changes
+cpan/Compress-Raw-Bzip2/fallback/constants.h
+cpan/Compress-Raw-Bzip2/fallback/constants.xs
+cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
+cpan/Compress-Raw-Bzip2/Makefile.PL
+cpan/Compress-Raw-Bzip2/pod/FAQ.pod
+cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
+cpan/Compress-Raw-Bzip2/README
+cpan/Compress-Raw-Bzip2/t/000prereq.t
+cpan/Compress-Raw-Bzip2/t/01bzip2.t
+cpan/Compress-Raw-Bzip2/t/09limitoutput.t
+cpan/Compress-Raw-Bzip2/t/99pod.t
+cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
+cpan/Compress-Raw-Bzip2/typemap
+cpan/Compress-Raw-Zlib/Changes                 Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/config.in               Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/examples/filtdef                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/examples/filtinf                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/fallback/constants.h    Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/fallback/constants.xs   Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm        Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/Makefile.PL             Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/pod/FAQ.pod             Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/private/MakeUtil.pm     Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/README                  Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/01version.t           Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/02zlib.t              Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/07bufsize.t           Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/09limitoutput.t       Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/18lvalue.t            Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
+cpan/Compress-Raw-Zlib/typemap                 Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/adler32.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/compress.c     Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/crc32.c                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/crc32.h                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/deflate.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/deflate.h      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/infback.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inffast.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inffast.h      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inffixed.h     Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inflate.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inflate.h      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inftrees.c     Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/inftrees.h     Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/trees.c                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/trees.h                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/uncompr.c      Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/zconf.h                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/zlib.h         Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/zutil.c                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/zlib-src/zutil.h                Compress::Raw::Zlib
+cpan/Compress-Raw-Zlib/Zlib.xs                 Compress::Raw::Zlib
 cpan/CPAN/lib/CPAN/API/HOWTO.pod               recipe book for programming with CPAN.pm
 cpan/CPAN/lib/CPAN/Author.pm           helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Bundle.pm           helper package for CPAN.pm
@@ -273,6 +434,26 @@ 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
@@ -287,6 +468,231 @@ cpan/DB_File/t/db-hash.t  See if DB_File works
 cpan/DB_File/t/db-recno.t      See if DB_File works
 cpan/DB_File/typemap           Berkeley DB extension interface types
 cpan/DB_File/version.c         Berkeley DB extension interface version check
+cpan/Devel-PPPort/apicheck_c.PL                Devel::PPPort apicheck generator
+cpan/Devel-PPPort/Changes              Devel::PPPort changes
+cpan/Devel-PPPort/devel/buildperl.pl   Devel::PPPort perl version builder
+cpan/Devel-PPPort/devel/devtools.pl    Devel::PPPort development utilities
+cpan/Devel-PPPort/devel/mkapidoc.sh    Devel::PPPort apidoc collector
+cpan/Devel-PPPort/devel/mktodo         Devel::PPPort baseline/todo generator
+cpan/Devel-PPPort/devel/mktodo.pl      Devel::PPPort baseline/todo generator
+cpan/Devel-PPPort/devel/regenerate     Devel::PPPort API re-generator
+cpan/Devel-PPPort/devel/scanprov       Devel::PPPort provided API scanner
+cpan/Devel-PPPort/HACKERS              Devel::PPPort hackers documentation
+cpan/Devel-PPPort/Makefile.PL          Devel::PPPort makefile writer
+cpan/Devel-PPPort/MANIFEST.SKIP                Devel::PPPort Manifest skip specs
+cpan/Devel-PPPort/mktests.PL           Devel::PPPort test file writer
+cpan/Devel-PPPort/module2.c            Devel::PPPort test file
+cpan/Devel-PPPort/module3.c            Devel::PPPort test file
+cpan/Devel-PPPort/parts/apicheck.pl    Devel::PPPort apicheck generator
+cpan/Devel-PPPort/parts/apidoc.fnc     Devel::PPPort Perl API listing
+cpan/Devel-PPPort/parts/base/5004000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5004010   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5004020   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5004030   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5004040   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5004050   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5005000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5005010   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5005020   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5005030   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5005040   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5006000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5006001   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5006002   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5007000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5007001   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5007002   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5007003   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008001   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008002   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008003   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008004   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008005   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008006   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008007   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5008008   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009001   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009002   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009003   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009004   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5009005   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5010000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/base/5011000   Devel::PPPort baseline todo file
+cpan/Devel-PPPort/parts/embed.fnc      Devel::PPPort Perl API listing
+cpan/Devel-PPPort/parts/inc/call       Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/cop                Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/exception  Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/format     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/grok       Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/gv         Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/HvNAME     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/limits     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/magic      Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/memory     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/misc       Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/mPUSH      Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/MY_CXT     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/newCONSTSUB        Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/newRV      Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/newSVpv    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/newSV_type Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/podtest    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/ppphbin    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/ppphdoc    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/ppphtest   Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/pvs                Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/pv_tools   Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/shared_pv  Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/snprintf   Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/sprintf    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/strlfuncs  Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/SvPV       Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/SvREFCNT   Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/Sv_set     Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/sv_xpvf    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/threads    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/uv         Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/variables  Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/version    Devel::PPPort include
+cpan/Devel-PPPort/parts/inc/warn       Devel::PPPort include
+cpan/Devel-PPPort/parts/ppport.fnc     Devel::PPPort API listing
+cpan/Devel-PPPort/parts/ppptools.pl    Devel::PPPort various utilities
+cpan/Devel-PPPort/parts/todo/5004000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5004010   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5004020   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5004030   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5004040   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5004050   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5005000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5005010   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5005020   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5005030   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5005040   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5006000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5006001   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5006002   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5007000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5007001   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5007002   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5007003   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008001   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008002   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008003   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008004   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008005   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008006   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008007   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5008008   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009001   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009002   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009003   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009004   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5009005   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5010000   Devel::PPPort todo file
+cpan/Devel-PPPort/parts/todo/5011000   Devel::PPPort todo file
+cpan/Devel-PPPort/ppport_h.PL          Devel::PPPort ppport.h writer
+cpan/Devel-PPPort/PPPort_pm.PL         Devel::PPPort PPPort.pm writer
+cpan/Devel-PPPort/PPPort.xs            Devel::PPPort dummy PPPort.xs
+cpan/Devel-PPPort/PPPort_xs.PL         Devel::PPPort RealPPPort.xs writer
+cpan/Devel-PPPort/README               Devel::PPPort Readme
+cpan/Devel-PPPort/soak                 Devel::PPPort Test Harness to run under various Perls
+cpan/Devel-PPPort/t/call.t             Devel::PPPort test file
+cpan/Devel-PPPort/t/cop.t              Devel::PPPort test file
+cpan/Devel-PPPort/t/exception.t                Devel::PPPort test file
+cpan/Devel-PPPort/t/format.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/grok.t             Devel::PPPort test file
+cpan/Devel-PPPort/t/gv.t               Devel::PPPort test file
+cpan/Devel-PPPort/t/HvNAME.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/limits.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/magic.t            Devel::PPPort test file
+cpan/Devel-PPPort/t/memory.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/misc.t             Devel::PPPort test file
+cpan/Devel-PPPort/t/mPUSH.t            Devel::PPPort test file
+cpan/Devel-PPPort/t/MY_CXT.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/newCONSTSUB.t      Devel::PPPort test file
+cpan/Devel-PPPort/t/newRV.t            Devel::PPPort test file
+cpan/Devel-PPPort/t/newSVpv.t          Devel::PPPort test file
+cpan/Devel-PPPort/t/newSV_type.t       Devel::PPPort test file
+cpan/Devel-PPPort/TODO                 Devel::PPPort Todo
+cpan/Devel-PPPort/t/podtest.t          Devel::PPPort test file
+cpan/Devel-PPPort/t/ppphtest.t         Devel::PPPort test file
+cpan/Devel-PPPort/t/pvs.t              Devel::PPPort test file
+cpan/Devel-PPPort/t/pv_tools.t         Devel::PPPort test file
+cpan/Devel-PPPort/t/shared_pv.t                Devel::PPPort test file
+cpan/Devel-PPPort/t/snprintf.t         Devel::PPPort test file
+cpan/Devel-PPPort/t/sprintf.t          Devel::PPPort test file
+cpan/Devel-PPPort/t/strlfuncs.t                Devel::PPPort test file
+cpan/Devel-PPPort/t/SvPV.t             Devel::PPPort test file
+cpan/Devel-PPPort/t/SvREFCNT.t         Devel::PPPort test file
+cpan/Devel-PPPort/t/Sv_set.t           Devel::PPPort test file
+cpan/Devel-PPPort/t/sv_xpvf.t          Devel::PPPort test file
+cpan/Devel-PPPort/t/testutil.pl                Devel::PPPort test utilities
+cpan/Devel-PPPort/t/threads.t          Devel::PPPort test file
+cpan/Devel-PPPort/t/uv.t               Devel::PPPort test file
+cpan/Devel-PPPort/t/variables.t                Devel::PPPort test file
+cpan/Devel-PPPort/t/warn.t             Devel::PPPort test file
+cpan/Devel-PPPort/typemap              Devel::PPPort Typemap
+cpan/Digest/Changes            Digest changelog
+cpan/Digest/Digest/base.pm     Digest extensions
+cpan/Digest/Digest/file.pm     Digest extensions
+cpan/Digest/Digest.pm          Digest extensions
+cpan/Digest-MD5/Changes                        Digest::MD5 extension changes
+cpan/Digest-MD5/hints/dec_osf.pl       Hints for named architecture
+cpan/Digest-MD5/hints/irix_6.pl                Hints for named architecture
+cpan/Digest-MD5/hints/MacOS.pl         Hints for named architecture
+cpan/Digest-MD5/Makefile.PL            Digest::MD5 extension makefile writer
+cpan/Digest-MD5/MD5.pm                 Digest::MD5 extension
+cpan/Digest-MD5/MD5.xs                 Digest::MD5 extension
+cpan/Digest-MD5/README                 Digest::MD5 extension Readme
+cpan/Digest-MD5/t/align.t              See if Digest::MD5 extension works
+cpan/Digest-MD5/t/badfile.t            See if Digest::MD5 extension works
+cpan/Digest-MD5/t/bits.t               See if Digest::MD5 extension works
+cpan/Digest-MD5/t/clone.t              See if Digest::MD5 extension works
+cpan/Digest-MD5/t/files.t              See if Digest::MD5 extension works
+cpan/Digest-MD5/t/md5-aaa.t            See if Digest::MD5 extension works
+cpan/Digest-MD5/t/utf8.t               See if Digest::MD5 extension works
+cpan/Digest-MD5/typemap                        Digest::MD5 extension
+cpan/Digest-SHA/Changes                        Digest::SHA changes
+cpan/Digest-SHA/lib/Digest/SHA.pm      Digest::SHA extension
+cpan/Digest-SHA/Makefile.PL            Digest::SHA Makefile.PL
+cpan/Digest-SHA/README                 Digest::SHA README
+cpan/Digest-SHA/shasum                 shasum script
+cpan/Digest-SHA/SHA.xs                 Digest::SHA extension
+cpan/Digest-SHA/src/hmac.c             Digest::SHA extension
+cpan/Digest-SHA/src/hmac.h             Digest::SHA extension
+cpan/Digest-SHA/src/hmacxtra.c         Digest::SHA extension
+cpan/Digest-SHA/src/sha64bit.c         Digest::SHA extension
+cpan/Digest-SHA/src/sha64bit.h         Digest::SHA extension
+cpan/Digest-SHA/src/sha.c              Digest::SHA extension
+cpan/Digest-SHA/src/sha.h              Digest::SHA extension
+cpan/Digest-SHA/src/shaxtra.c          Digest::SHA extension
+cpan/Digest-SHA/t/allfcns.t            See if Digest::SHA works
+cpan/Digest-SHA/t/base64.t             See if Digest::SHA works
+cpan/Digest-SHA/t/bitbuf.t             See if Digest::SHA works
+cpan/Digest-SHA/t/dumpload.t           See if Digest::SHA works
+cpan/Digest-SHA/t/fips198.t            See if Digest::SHA works
+cpan/Digest-SHA/t/gglong.t             See if Digest::SHA works
+cpan/Digest-SHA/t/gg.t                 See if Digest::SHA works
+cpan/Digest-SHA/t/hmacsha.t            See if Digest::SHA works
+cpan/Digest-SHA/t/ireland.t            See if Digest::SHA works
+cpan/Digest-SHA/t/methods.t            See if Digest::SHA works
+cpan/Digest-SHA/t/nistbit.t            See if Digest::SHA works
+cpan/Digest-SHA/t/nistbyte.t           See if Digest::SHA works
+cpan/Digest-SHA/t/rfc2202.t            See if Digest::SHA works
+cpan/Digest-SHA/t/sha1.t               See if Digest::SHA works
+cpan/Digest-SHA/t/sha224.t             See if Digest::SHA works
+cpan/Digest-SHA/t/sha256.t             See if Digest::SHA works
+cpan/Digest-SHA/t/sha384.t             See if Digest::SHA works
+cpan/Digest-SHA/t/sha512.t             See if Digest::SHA works
+cpan/Digest-SHA/t/woodbury.t           See if Digest::SHA works
+cpan/Digest-SHA/typemap                        Typemap for Digest::SHA
+cpan/Digest/t/base.t           See if Digest extensions work
+cpan/Digest/t/digest.t         See if Digest extensions work
+cpan/Digest/t/file.t           See if Digest extensions work
 cpan/Encode/AUTHORS            List of authors
 cpan/Encode/bin/enc2xs         Encode module generator
 cpan/Encode/bin/piconv         iconv by perl
@@ -490,6 +896,12 @@ cpan/Encode/ucm/viscii.ucm         Unicode Character Map
 cpan/Encode/Unicode/Makefile.PL                Encode extension
 cpan/Encode/Unicode/Unicode.pm         Encode extension
 cpan/Encode/Unicode/Unicode.xs         Encode extension
+cpan/encoding-warnings/Changes         Changelog for encoding::warnings
+cpan/encoding-warnings/lib/encoding/warnings.pm        warn on implicit encoding conversions
+cpan/encoding-warnings/t/1-warning.t   tests for encoding::warnings
+cpan/encoding-warnings/t/2-fatal.t     tests for encoding::warnings
+cpan/encoding-warnings/t/3-normal.t    tests for encoding::warnings
+cpan/encoding-warnings/t/4-lexical.t   tests for encoding::warnings
 cpan/ExtUtils-CBuilder/Changes                                 Changes for ExtUtils::CBuilder
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm           Base class for ExtUtils::CBuilder methods
 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm   CBuilder methods for AIX
@@ -504,6 +916,115 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                   Compile and link C code for Pe
 cpan/ExtUtils-CBuilder/t/00-have-compiler.t                    ExtUtils::CBuilder tests
 cpan/ExtUtils-CBuilder/t/01-basic.t                            tests for ExtUtils::CBuilder
 cpan/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
+cpan/ExtUtils-Command/lib/ExtUtils/Command.pm  Utilities for Make on non-UNIX platforms
+cpan/ExtUtils-Command/t/cp.t                   See if ExtUtils::Command works
+cpan/ExtUtils-Command/t/eu_command.t           See if ExtUtils::Command works
+cpan/ExtUtils-Command/t/lib/TieOut.pm          Testing library to capture prints
+cpan/ExtUtils-MakeMaker/bin/instmodsh                          Give information about installed extensions
+cpan/ExtUtils-MakeMaker/Changes                                        MakeMaker change log
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm             Calling MM functions from the cmd line
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm            Does the real work of the above
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm                        Locates libraries
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm       MakeMaker wrapper for Config
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod         MakeMaker FAQ
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm              Write Makefiles for extensions
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod    Writing a module with MakeMaker
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm            Writes a bootstrap file (see MakeMaker)
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm             Writes a linker options file for extensions
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm                 MakeMaker methods for AIX
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm                 MakeMaker methods for Any OS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm                        MakeMaker methods for BeOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm              MakeMaker methods for Cygwin
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm              MakeMaker methods for Darwin
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm                 MakeMaker methods for DOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm               MakeMaker methods for MacOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm                 MakeMaker methods for NetWare
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm                 MakeMaker methods for OS/2
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm                     MakeMaker adaptor class
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm                 MakeMaker methods for QNX
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm                        MakeMaker methods for Unix
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm                        MakeMaker methods for U/WIN
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm                 MakeMaker methods for VMS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm                 MakeMaker methods for VOS
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm               MakeMaker methods for Win32
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm               MakeMaker methods for Win95
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm                     MakeMaker user override class
+cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm                        Fixes up @INC to use just-built extension
+cpan/ExtUtils-MakeMaker/MANIFEST                               ExtUtils::MakeMaker MANIFEST
+cpan/ExtUtils-MakeMaker/NOTES                                  Notes about MakeMaker internals
+cpan/ExtUtils-MakeMaker/PATCHING                               Suggestions for patching MakeMaker
+cpan/ExtUtils-MakeMaker/README                                 MakeMaker README
+cpan/ExtUtils-MakeMaker/t/00compile.t                          See if MakeMaker modules compile
+cpan/ExtUtils-MakeMaker/t/arch_check.t                         Test MakeMaker's arch_check()
+cpan/ExtUtils-MakeMaker/t/backwards.t                          Check MakeMaker's backwards compatibility
+cpan/ExtUtils-MakeMaker/t/basic.t                              See if MakeMaker can build a module
+cpan/ExtUtils-MakeMaker/t/build_man.t                          Set if MakeMaker builds manpages
+cpan/ExtUtils-MakeMaker/t/cd.t                                 Test to see cd works
+cpan/ExtUtils-MakeMaker/t/config.t                             Test ExtUtils::MakeMaker::Config
+cpan/ExtUtils-MakeMaker/t/dir_target.t                         Verify if dir_target() is supported
+cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t                     See if FIRST_MAKEFILE works
+cpan/ExtUtils-MakeMaker/t/fixin.t                              See if ExtUtils::MakeMaker works
+cpan/ExtUtils-MakeMaker/t/fix_libs.t                           Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/hints.t                              See if hint files are honored.
+cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t                       Test INSTALL_BASE in MakeMaker
+cpan/ExtUtils-MakeMaker/t/installed_file.t                     Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t                                See if MakeMaker can apply PREFIXs
+cpan/ExtUtils-MakeMaker/t/INST.t                               Check MakeMaker INST_* macros
+cpan/ExtUtils-MakeMaker/t/is_of_type.t                         Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/Liblist.t                            See if ExtUtils::Liblist works
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm           MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm      MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm  MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm       MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm          MakeMaker test utilities
+cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm                         Testing library for dummy input handles
+cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm                                Testing library to capture prints
+cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t               test "MakeMaker Parameters" section
+cpan/ExtUtils-MakeMaker/t/make.t                               See if make detection works
+cpan/ExtUtils-MakeMaker/t/maketext_filter.t                    See if maketext_filter works
+cpan/ExtUtils-MakeMaker/t/metafile_data.t                      See if META.yml handling works
+cpan/ExtUtils-MakeMaker/t/metafile_file.t                      See if META.yml handling works
+cpan/ExtUtils-MakeMaker/t/miniperl.t                           Test MakeMaker with miniperl
+cpan/ExtUtils-MakeMaker/t/min_perl_version.t                   Test the MIN_PERL_VERSION argument to WriteMakefile.
+cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t                                See if ExtUtils::Mkbootstrap works
+cpan/ExtUtils-MakeMaker/t/MM_Any.t                             See if ExtUtils::MM_Any works
+cpan/ExtUtils-MakeMaker/t/MM_BeOS.t                            See if ExtUtils::MM_BeOS works
+cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t                          See if ExtUtils::MM_Cygwin works
+cpan/ExtUtils-MakeMaker/t/MM_NW5.t                             See if ExtUtils::MM_NW5 works
+cpan/ExtUtils-MakeMaker/t/MM_OS2.t                             See if ExtUtils::MM_OS2 works
+cpan/ExtUtils-MakeMaker/t/MM_Unix.t                            See if ExtUtils::MM_UNIX works
+cpan/ExtUtils-MakeMaker/t/MM_VMS.t                             See if ExtUtils::MM_VMS works
+cpan/ExtUtils-MakeMaker/t/MM_Win32.t                           See if ExtUtils::MM_Win32 works
+cpan/ExtUtils-MakeMaker/TODO                                   Things TODO in MakeMaker
+cpan/ExtUtils-MakeMaker/t/oneliner.t                           See if MM can generate perl one-liners
+cpan/ExtUtils-MakeMaker/t/parse_version.t                      See if parse_version works
+cpan/ExtUtils-MakeMaker/t/PL_FILES.t                           Test PL_FILES in MakeMaker
+cpan/ExtUtils-MakeMaker/t/pm.t                                 See if MakeMaker can handle PM
+cpan/ExtUtils-MakeMaker/t/pm_to_blib.t                         Test for ExtUtils::MakeMaker
+cpan/ExtUtils-MakeMaker/t/pod2man.t                            See if MakeMaker can handle no pod2man
+cpan/ExtUtils-MakeMaker/t/postamble.t                          See if postamble works
+cpan/ExtUtils-MakeMaker/t/prefixify.t                          See if MakeMaker can apply a PREFIX
+cpan/ExtUtils-MakeMaker/t/prereq_print.t                               See if PREREQ_PRINT works
+cpan/ExtUtils-MakeMaker/t/prereq.t                             See if MakeMaker works
+cpan/ExtUtils-MakeMaker/t/problems.t                           How MakeMaker reacts to build problems
+cpan/ExtUtils-MakeMaker/t/prompt.t                             See if E::MM::prompt() works
+cpan/ExtUtils-MakeMaker/t/recurs.t                             See if recursive builds work
+cpan/ExtUtils-MakeMaker/t/revision.t                           See if $Revision is correct
+cpan/ExtUtils-MakeMaker/t/split_command.t                      See if MM's xargs-like function works
+cpan/ExtUtils-MakeMaker/t/test_boilerplate.t                   MakeMaker test
+cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm     test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm     test data for MakeMaker
+cpan/ExtUtils-MakeMaker/t/testlib.t                            See if ExtUtils::testlib works
+cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t                       See if MakeMaker's VERSION_FROM works
+cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t                 See if WriteEmptyMakefile works
+cpan/ExtUtils-MakeMaker/t/writemakefile_args.t                 See if WriteMakefile works
+cpan/ExtUtils-MakeMaker/t/xs.t                                 Part of MakeMaker's test suite
+cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm                        Utilities to write MANIFEST files
+cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP              The default MANIFEST.SKIP
+cpan/ExtUtils-Manifest/t/Manifest.t                            See if ExtUtils::Manifest works
 cpan/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
@@ -748,23 +1269,386 @@ cpan/Sys-Syslog/win32/PerlLog_dll.uu    Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/PerlLog_RES.uu   Sys::Syslog extension Win32 related file
 cpan/Sys-Syslog/win32/Win32.pm         Sys::Syslog extension Win32 related file
-Cross/build-arm-n770-sh        Cross-compilation
-Cross/cflags-cross-arm Cross-compilation
-Cross/config           Cross-compilation
+cpan/Term-ANSIColor/ANSIColor.pm       Perl module supporting termcap usage
+cpan/Term-ANSIColor/ChangeLog          Term::ANSIColor
+cpan/Term-ANSIColor/README             Term::ANSIColor
+cpan/Term-ANSIColor/t/basic.t          Tests for Term::ANSIColor
+cpan/Term-UI/lib/Term/UI/History.pm    Term::UI
+cpan/Term-UI/lib/Term/UI.pm            Term::UI
+cpan/Term-UI/t/00_load.t               Term::UI tests
+cpan/Term-UI/t/01_history.t            Term::UI tests
+cpan/Term-UI/t/02_ui.t                 Term::UI tests
+cpan/Test/lib/Test.pm          A simple framework for writing test scripts
+cpan/Test/t/05_about_verbose.t See if Test works
+cpan/Test/t/fail.t             See if Test works
+cpan/Test/t/mix.t              See if Test works
+cpan/Test/t/multiline.t                See if Test works
+cpan/Test/t/onfail.t           See if Test works
+cpan/Test/t/qr.t               See if Test works
+cpan/Test/t/skip.t             See if Test works
+cpan/Test/t/success.t          See if Test works
+cpan/Test/t/todo.t             See if Test works
+cpan/Text-Tabs/CHANGELOG               ChangeLog for Tabs+Wrap
+cpan/Text-Tabs/lib/Text/Tabs.pm                Do expand and unexpand
+cpan/Text-Tabs/lib/Text/Wrap.pm                Paragraph formatter
+cpan/Text-Tabs/t/37000.t               See if Text::Tabs is working
+cpan/Text-Tabs/t/39548.t               See if Text::Tabs is working
+cpan/Text-Tabs/t/belg4mit.t            See if Text::Tabs is working
+cpan/Text-Tabs/t/dandv.t               See if Text::Tabs is working
+cpan/Text-Tabs/t/fill.t                        See if Text::Wrap::fill works
+cpan/Text-Tabs/t/Jacobson2.t           See if Text::Tabs is working
+cpan/Text-Tabs/t/Jacobson.t            See if Text::Tabs is working
+cpan/Text-Tabs/t/Jochen.t              See if Text::Tabs is working
+cpan/Text-Tabs/t/sep2.t                        See if Text::Tabs is working
+cpan/Text-Tabs/t/sep.t                 See if Text::Tabs is working
+cpan/Text-Tabs/t/tabs.t                        See if Text::Tabs works
+cpan/Text-Tabs/t/wrap_separator2.t     See if Text::Wrap::wrap works
+cpan/Text-Tabs/t/wrap.t                        See if Text::Wrap::wrap works
+cpan/Tie-RefHash/lib/Tie/RefHash.pm            Base class for tied hashes with references as keys
+cpan/Tie-RefHash/t/rebless.t   Test for Tie::RefHash with rebless
+cpan/Tie-RefHash/t/refhash.t   Test for Tie::RefHash and Tie::RefHash::Nestable
+cpan/Tie-RefHash/t/storable.t  Test for Tie::RefHash with storable
+cpan/Tie-RefHash/t/threaded.t  Test for Tie::RefHash with threads
+cpan/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.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/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/normal.t                        Unicode::Collate
+cpan/Unicode-Collate/t/override.t              Unicode::Collate
+cpan/Unicode-Collate/t/rearrang.t              Unicode::Collate
+cpan/Unicode-Collate/t/test.t                  Unicode::Collate
+cpan/Unicode-Collate/t/trailwt.t               Unicode::Collate
+cpan/Unicode-Collate/t/variable.t              Unicode::Collate
+cpan/Unicode-Collate/t/version.t               Unicode::Collate
+cpan/Unicode-Collate/t/view.t                  Unicode::Collate
+cpan/Unicode-Normalize/Changes         Unicode::Normalize
+cpan/Unicode-Normalize/Makefile.PL     Unicode::Normalize
+cpan/Unicode-Normalize/mkheader                Unicode::Normalize
+cpan/Unicode-Normalize/Normalize.pm    Unicode::Normalize
+cpan/Unicode-Normalize/Normalize.xs    Unicode::Normalize
+cpan/Unicode-Normalize/README          Unicode::Normalize
+cpan/Unicode-Normalize/t/fcdc.t                Unicode::Normalize
+cpan/Unicode-Normalize/t/form.t                Unicode::Normalize
+cpan/Unicode-Normalize/t/func.t                Unicode::Normalize
+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/proto.t       Unicode::Normalize
+cpan/Unicode-Normalize/t/split.t       Unicode::Normalize
+cpan/Unicode-Normalize/t/test.t                Unicode::Normalize
+cpan/Unicode-Normalize/t/tie.t         Unicode::Normalize
+Cross/build-arm-n770-sh                Cross-compilation
+Cross/cflags-cross-arm         Cross-compilation
+Cross/config                   Cross-compilation
 Cross/config.sh-arm-linux      Cross-compilation
 Cross/config.sh-arm-linux-n770 Cross-compilation
 Cross/generate_config_sh       Cross-compilation
 Cross/installperl.patch                Cross-compilation
-Cross/Makefile         Cross-compilation
-Cross/Makefile-cross-SH        Cross-compilation
-Cross/Makefile.SH.patch        Cross-compilation
-Cross/README           Cross-compilation
-Cross/README.new       Cross-compilation
-Cross/TODO             Cross-compilation
-Cross/warp             Cross-compilation
-cv.h                   Code value header
-cygwin/cygwin.c                Additional code for Cygwin port
-deb.c                  Debugging routines
+Cross/Makefile                 Cross-compilation
+Cross/Makefile-cross-SH                Cross-compilation
+Cross/Makefile.SH.patch                Cross-compilation
+Cross/README                   Cross-compilation
+Cross/README.new               Cross-compilation
+Cross/TODO                     Cross-compilation
+Cross/warp                     Cross-compilation
+cv.h                           Code value header
+cygwin/cygwin.c                        Additional code for Cygwin port
+deb.c                          Debugging routines
+dist/Attribute-Handlers/Changes                                Attribute::Handlers
+dist/Attribute-Handlers/demo/demo2.pl                  Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo3.pl                  Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo4.pl                  Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_call.pl              Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_chain.pl             Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_cycle.pl             Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_hashdir.pl           Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_phases.pl            Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo.pl                   Attribute::Handlers demo
+dist/Attribute-Handlers/demo/Demo.pm                   Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_range.pl             Attribute::Handlers demo
+dist/Attribute-Handlers/demo/demo_rawdata.pl           Attribute::Handlers demo
+dist/Attribute-Handlers/demo/Descriptions.pm           Attribute::Handlers demo
+dist/Attribute-Handlers/demo/MyClass.pm                        Attribute::Handlers demo
+dist/Attribute-Handlers/lib/Attribute/Handlers.pm      Attribute::Handlers
+dist/Attribute-Handlers/README                         Attribute::Handlers
+dist/Attribute-Handlers/t/constants.t                  Test constants and Attribute::Handlers
+dist/Attribute-Handlers/t/data_convert.t               Test attribute data conversion
+dist/Attribute-Handlers/t/linerep.t                    See if Attribute::Handlers works
+dist/Attribute-Handlers/t/multi.t                      See if Attribute::Handlers works
+dist/base/Changes              base.pm changelog
+dist/base/lib/base.pm          Establish IS-A relationship at compile time
+dist/base/lib/fields.pm                Set up object field names for pseudo-hash-using classes
+dist/base/MANIFEST             base.pm manifest
+dist/base/META.yml             base.pm META.yml file
+dist/base/t/base.t             See if base works
+dist/base/t/compile-time.t     See if base works
+dist/base/t/fields-5.6.0.t     See if fields work
+dist/base/t/fields-5.8.0.t     See if fields work
+dist/base/t/fields-base.t      See if fields work
+dist/base/t/fields.t           See if fields work
+dist/base/t/isa.t              See if base's behaviour doesn't change
+dist/base/t/lib/Dummy.pm       Test module for base.pm
+dist/base/t/lib/HasSigDie.pm   Module for testing base.pm
+dist/base/t/sigdie.t           See if base works with SIGDIE
+dist/base/t/version.t          See if base works with versions
+dist/base/t/warnings.t         See if base works with warnings
+dist/B-Deparse/Deparse.pm      Compiler Deparse backend
+dist/B-Deparse/t/deparse.t     See if B::Deparse works
+dist/constant/lib/constant.pm  For "use constant"
+dist/constant/t/constant.t     See if compile-time constants work
+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
+dist/Data-Dumper/t/bless.t     See if Data::Dumper works
+dist/Data-Dumper/t/bugs.t      See if Data::Dumper works
+dist/Data-Dumper/t/dumper.t    See if Data::Dumper works
+dist/Data-Dumper/t/freezer.t   See if $Data::Dumper::Freezer works
+dist/Data-Dumper/Todo          Data pretty printer, futures
+dist/Data-Dumper/t/overload.t  See if Data::Dumper works for overloaded data
+dist/Data-Dumper/t/pair.t      See if Data::Dumper pair separator works
+dist/ExtUtils-Install/Changes                          ExtUtils-Install change log
+dist/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
+dist/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
+dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
+dist/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
+dist/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
+dist/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
+dist/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
+dist/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
+dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
+dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
+dist/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
+dist/ExtUtils-Install/t/Packlist.t                     See if Packlist works
+dist/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
+dist/Filter-Simple/t/export.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/filter_only.t                             See if Filter::Simple works
+dist/Filter-Simple/t/filter.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/import.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm           Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm       Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm           Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm           Helper file for Filter::Simple tests
+dist/I18N-LangTags/ChangeLog                   I18N::LangTags
+dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences
+dist/I18N-LangTags/lib/I18N/LangTags/List.pm   List of tags for human languages
+dist/I18N-LangTags/lib/I18N/LangTags.pm                I18N::LangTags
+dist/I18N-LangTags/README                      I18N::LangTags
+dist/I18N-LangTags/t/01_about_verbose.t                See whether I18N::LangTags works
+dist/I18N-LangTags/t/05_main.t                 See whether I18N::LangTags works
+dist/I18N-LangTags/t/07_listy.t                        See whether I18N::LangTags works
+dist/I18N-LangTags/t/10_http.t                 See whether I18N::LangTags works
+dist/I18N-LangTags/t/20_locales.t              See whether I18N::LangTags works
+dist/I18N-LangTags/t/50_super.t                        See whether I18N::LangTags works
+dist/I18N-LangTags/t/55_supers_strict.t                See whether I18N::LangTags works
+dist/I18N-LangTags/t/80_all_env.t              See whether I18N::LangTags works
+dist/IO/ChangeLog              IO perl module change log
+dist/IO/hints/sco.pl           Hint for IO for named architecture
+dist/IO/IO.pm                  Top-level interface to IO::* classes
+dist/IO/IO.xs                  IO extension external subroutines
+dist/IO/lib/IO/Dir.pm          IO directory reading package
+dist/IO/lib/IO/File.pm         IO file handle package
+dist/IO/lib/IO/Handle.pm       IO base handle package
+dist/IO/lib/IO/Pipe.pm         IO pipe package
+dist/IO/lib/IO/Poll.pm         IO system poll() interface
+dist/IO/lib/IO/Seekable.pm     IO methods for seekable handles
+dist/IO/lib/IO/Select.pm       IO system select() interface
+dist/IO/lib/IO/Socket/INET.pm  IO INET specific socket methods
+dist/IO/lib/IO/Socket.pm       IO socket handle package
+dist/IO/lib/IO/Socket/UNIX.pm  IO UNIX specific socket methods
+dist/IO/Makefile.PL            IO extension makefile writer
+dist/IO/poll.c                 IO poll() emulation using select()
+dist/IO/poll.h                 IO poll() emulation using select()
+dist/IO/README                 IO extension maintenance notice
+dist/IO/t/io_const.t           See if constants from IO work
+dist/IO/t/io_dir.t             See if directory-related methods from IO work
+dist/IO/t/io_dup.t             See if dup()-related methods from IO work
+dist/IO/t/io_file.t            See if binmode()-related methods on IO::File work
+dist/IO/t/io_linenum.t         See if I/O line numbers are tracked correctly
+dist/IO/t/io_multihomed.t      See if INET sockets work with multi-homed hosts
+dist/IO/t/io_pipe.t            See if pipe()-related methods from IO work
+dist/IO/t/io_poll.t            See if poll()-related methods from IO work
+dist/IO/t/io_sel.t             See if select()-related methods from IO work
+dist/IO/t/io_sock.t            See if INET socket-related methods from IO work
+dist/IO/t/IO.t                 See if IO works
+dist/IO/t/io_taint.t           See if the untaint method from IO works
+dist/IO/t/io_tell.t            See if seek()/tell()-related methods from IO work
+dist/IO/t/io_udp.t             See if UDP socket-related methods from IO work
+dist/IO/t/io_unix.t            See if UNIX socket-related methods from IO work
+dist/IO/t/io_utf8.t            See if perlio opens work
+dist/IO/t/io_xs.t              See if XSUB methods from IO work
+dist/lib/lib_pm.PL             For "use lib", produces lib/lib.pm
+dist/lib/Makefile.PL
+dist/lib/t/01lib.t             For "use lib" testing
+dist/Locale-Maketext/ChangeLog                         Locale::Maketext
+dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
+dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm       Locale::Maketext
+dist/Locale-Maketext/lib/Locale/Maketext.pm            Locale::Maketext
+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-Simple/lib/Locale/Maketext/Simple.pm      Locale::Simple
+dist/Locale-Maketext-Simple/t/0-signature.t                    Locale::Simple tests
+dist/Locale-Maketext-Simple/t/1-basic.t                                Locale::Simple tests
+dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t    Locale::Simple tests
+dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t       Locale::Simple tests
+dist/Locale-Maketext-Simple/t/po_with_i_default/en.po          Locale::Simple tests
+dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po          Locale::Simple tests
+dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po   Locale::Simple tests
+dist/Locale-Maketext-Simple/t/po_without_i_default/en.po       Locale::Simple tests
+dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po       Locale::Simple tests
+dist/Locale-Maketext/t/01_about_verbose.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
+dist/Locale-Maketext/t/40_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/50_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/60_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/90_utf8.t                       See if Locale::Maketext works
+dist/Module-CoreList/Changes                   Module::CoreList Changes
+dist/Module-CoreList/corelist                  The corelist command-line utility
+dist/Module-CoreList/identify-dependencies     A usage example for Module::CoreList
+dist/Module-CoreList/lib/Module/CoreList.pm    Module::CoreList
+dist/Module-CoreList/Makefile.PL               Module::CoreList
+dist/Module-CoreList/MANIFEST                  Module::CoreList
+dist/Module-CoreList/META.yml                  Module::CoreList
+dist/Module-CoreList/README                    Module::CoreList
+dist/Module-CoreList/t/corelist.t              Module::CoreList tests
+dist/Module-CoreList/t/find_modules.t          Module::CoreList tests
+dist/Module-CoreList/t/pod.t                   Module::CoreList tests
+dist/Net-Ping/Changes                  Net::Ping
+dist/Net-Ping/lib/Net/Ping.pm          Hello, anybody home?
+dist/Net-Ping/t/100_load.t             Ping Net::Ping
+dist/Net-Ping/t/110_icmp_inst.t                Ping Net::Ping
+dist/Net-Ping/t/120_udp_inst.t         Ping Net::Ping
+dist/Net-Ping/t/130_tcp_inst.t         Ping Net::Ping
+dist/Net-Ping/t/140_stream_inst.t      Ping Net::Ping
+dist/Net-Ping/t/150_syn_inst.t         Ping Net::Ping
+dist/Net-Ping/t/190_alarm.t            Ping Net::Ping
+dist/Net-Ping/t/200_ping_tcp.t         Ping Net::Ping
+dist/Net-Ping/t/250_ping_hires.t       Ping Net::Ping
+dist/Net-Ping/t/300_ping_stream.t      Ping Net::Ping
+dist/Net-Ping/t/400_ping_syn.t         Ping Net::Ping
+dist/Net-Ping/t/410_syn_host.t         Ping Net::Ping
+dist/Net-Ping/t/450_service.t          Ping Net::Ping
+dist/Net-Ping/t/500_ping_icmp.t                Ping Net::Ping
+dist/Net-Ping/t/510_ping_udp.t         Ping Net::Ping
+dist/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm     utility module for perldoc
+dist/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm  options parsing for perldoc
+dist/Pod-Perldoc/lib/Pod/Perldoc.pm            guts of the 'perldoc' utility
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm  let perldoc check POD for errors
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm      render POD as man pages
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm    convert POD to nroff
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm      convert POD to POD
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm      convert POD to RTF
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm     convert POD to plain text
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm       convert POD via Tk::Pod
+dist/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm      convert POD to XML
+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
+dist/Safe/META.yml             META.yml for Safe.pm
+dist/Safe/README               README for Safe.pm
+dist/Safe/Safe.pm              Safe extension Perl module
+dist/Safe/t/safe1.t            See if Safe works
+dist/Safe/t/safe2.t            See if Safe works
+dist/Safe/t/safe3.t            See if Safe works
+dist/Safe/t/safeload.t         Tests that some modules can be loaded by Safe
+dist/Safe/t/safeops.t          Tests that all ops can be trapped by Safe
+dist/Safe/t/safeuniversal.t    Tests Safe with functions from universal.c
+dist/SelfLoader/lib/SelfLoader.pm      Load functions only on demand
+dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
+dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
+dist/Switch/Changes            Changes for Switch.pm
+dist/Switch/Makefile.PL                Makefile.PL for Switch.pm
+dist/Switch/MANIFEST           MANIFEST for Switch.pm
+dist/Switch/META.yml           META.yml for Switch.pm
+dist/Switch/README             README for Switch.pm
+dist/Switch/Switch.pm          Switch for Perl
+dist/Switch/t/given.t          See if Perl 6 given (switch) works
+dist/Switch/t/nested.t         See if nested switch works
+dist/Switch/t/switch.t         See if Perl 5 switch works
+dist/Thread-Queue/lib/Thread/Queue.pm  Thread-safe queues
+dist/Thread-Queue/t/01_basic.t         Thread::Queue tests
+dist/Thread-Queue/t/02_refs.t          Thread::Queue tests
+dist/Thread-Queue/t/03_peek.t          Thread::Queue tests
+dist/Thread-Queue/t/04_errs.t          Thread::Queue tests
+dist/Thread-Queue/t/05_extract.t       Thread::Queue tests
+dist/Thread-Queue/t/06_insert.t                Thread::Queue tests
+dist/Thread-Queue/t/07_lock.t          Thread::Queue tests
+dist/Thread-Queue/t/08_nothreads.t     Thread::Queue tests
+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/threads/hints/hpux.pl     Hint file for HPUX
+dist/threads/hints/linux.pl    Hint file for Linux
+dist/threads/Makefile.PL       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/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
+dist/threads-shared/t/av_simple.t      Tests for basic shared array functionality.
+dist/threads-shared/t/blessed.t                Test blessed shared variables
+dist/threads-shared/t/clone.t          Test shared cloning
+dist/threads-shared/t/cond.t           Test condition variables
+dist/threads-shared/t/disabled.t       Test threads::shared when threads are disabled.
+dist/threads-shared/t/hv_refs.t                Test shared hashes containing references
+dist/threads-shared/t/hv_simple.t      Tests for basic shared hash functionality.
+dist/threads-shared/t/no_share.t       Tests for disabled share on variables.
+dist/threads-shared/t/object.t         Shared objects tests
+dist/threads-shared/t/shared_attr.t    Test :shared attribute
+dist/threads-shared/t/stress.t         Stress test
+dist/threads-shared/t/sv_refs.t                thread shared variables
+dist/threads-shared/t/sv_simple.t      thread shared variables
+dist/threads-shared/t/utf8.t           Test UTF-8 keys in shared hashes
+dist/threads-shared/t/waithires.t      Test sub-second cond_timedwait
+dist/threads-shared/t/wait.t           Test cond_wait and cond_timedwait
+dist/threads/t/basic.t         ithreads
+dist/threads/t/blocks.t                Test threads in special blocks
+dist/threads/t/context.t       Explicit thread context
+dist/threads/t/end.t           Test end functions
+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
+dist/threads/t/libc.t          testing libc functions for threadsafety
+dist/threads/t/list.t          Test threads->list()
+dist/threads/t/no_threads.t    threads test for non-threaded Perls
+dist/threads/t/problems.t      Test various memory problems
+dist/threads/t/stack_env.t     Tests for stack limits
+dist/threads/t/stack.t         Tests for stack limits
+dist/threads/t/state.t         Tests state methods
+dist/threads/t/stress_cv.t     Test with multiple threads, coderef cv argument.
+dist/threads/t/stress_re.t     Test with multiple threads, string cv argument and regexes.
+dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
+dist/threads/t/thread.t                General ithread tests from thr5005
+dist/XSLoader/Makefile.PL      Dynamic Loader makefile writer
+dist/XSLoader/t/XSLoader.t     See if XSLoader works
+dist/XSLoader/XSLoader_pm.PL   Simple XS Loader perl module
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
 djgpp/djgpp.c          DOS/DJGPP port
@@ -789,92 +1673,20 @@ epoc/epocish.c           EPOC port
 epoc/epocish.h         EPOC port
 epoc/epoc_stubs.c      EPOC port
 epoc/link.pl           EPOC port link a exe
-ext/Attribute-Handlers/Changes                 Attribute::Handlers
-ext/Attribute-Handlers/demo/demo2.pl           Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo3.pl           Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo4.pl           Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_call.pl       Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_chain.pl      Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_cycle.pl      Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_hashdir.pl    Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_phases.pl     Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo.pl            Attribute::Handlers demo
-ext/Attribute-Handlers/demo/Demo.pm            Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_range.pl      Attribute::Handlers demo
-ext/Attribute-Handlers/demo/demo_rawdata.pl    Attribute::Handlers demo
-ext/Attribute-Handlers/demo/Descriptions.pm    Attribute::Handlers demo
-ext/Attribute-Handlers/demo/MyClass.pm         Attribute::Handlers demo
-ext/Attribute-Handlers/lib/Attribute/Handlers.pm       Attribute::Handlers
-ext/Attribute-Handlers/README          Attribute::Handlers
-ext/Attribute-Handlers/t/constants.t   Test constants and Attribute::Handlers
-ext/Attribute-Handlers/t/data_convert.t        Test attribute data conversion
-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/autouse/lib/autouse.pm     Load and call a function only when it's used
 ext/autouse/t/autouse.t                See if autouse works
 ext/autouse/t/lib/MyTestModule.pm      Test module for autouse
-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.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/bignum/lib/bigint.pm                       bigint
-ext/bignum/lib/bignum.pm                       bignum
-ext/bignum/lib/bigrat.pm                       bigrat
-ext/bignum/lib/Math/BigFloat/Trace.pm  bignum tracing
-ext/bignum/lib/Math/BigInt/Trace.pm    bignum tracing
-ext/bignum/t/big_e_pi.t                See if bignum exports e() and PI()
-ext/bignum/t/bigexp.t          See if bignum works
-ext/bignum/t/bigint.t          See if bigint works
-ext/bignum/t/bignum.t          See if bignum works
-ext/bignum/t/bigrat.t          See if bigrat works
-ext/bignum/t/bii_e_pi.t                See if bigint exports e() and PI()
-ext/bignum/t/biinfnan.t                See if bignum works
-ext/bignum/t/bir_e_pi.t                See if bigrat exports e() and PI()
-ext/bignum/t/bninfnan.t                See if bignum works
-ext/bignum/t/bn_lite.t         See if bignum with Math::BigInt::Lite works
-ext/bignum/t/brinfnan.t                See if bignum works
-ext/bignum/t/br_lite.t         See if bigrat with Math::BigInt::Lite works
-ext/bignum/t/in_effect.t       See if in_effect() works
-ext/bignum/t/infnan.inc                See if bignum with inf/NaN works
-ext/bignum/t/option_a.t                See if bignum a => X works
-ext/bignum/t/option_l.t                See if bignum l => X works
-ext/bignum/t/option_p.t                See if bignum p => X works
-ext/bignum/t/ratopt_a.t                See if bigrat a => X works
-ext/bignum/t/scope_f.t         See if no bignum works
-ext/bignum/t/scope_i.t         See if no bigint works
-ext/bignum/t/scope_r.t         See if no bigrat works
-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
@@ -899,168 +1711,6 @@ ext/B/t/showlex.t        See if B::ShowLex works
 ext/B/t/terse.t                See if B::Terse works
 ext/B/t/xref.t         See if B::Xref works
 ext/B/typemap                  Compiler backend interface types
-ext/CGI/examples/caution.xbm           CGI example
-ext/CGI/examples/clickable_image.cgi   CGI example
-ext/CGI/examples/cookie.cgi            CGI example
-ext/CGI/examples/crash.cgi             CGI example
-ext/CGI/examples/customize.cgi         CGI example
-ext/CGI/examples/diff_upload.cgi       CGI example
-ext/CGI/examples/dna_small_gif.uu      Small image for CGI examples
-ext/CGI/examples/file_upload.cgi       CGI example
-ext/CGI/examples/frameset.cgi          CGI example
-ext/CGI/examples/index.html            Index page for CGI examples
-ext/CGI/examples/internal_links.cgi    CGI example
-ext/CGI/examples/javascript.cgi                CGI example
-ext/CGI/examples/make_links.pl         CGI example
-ext/CGI/examples/monty.cgi             CGI example
-ext/CGI/examples/multiple_forms.cgi    CGI example
-ext/CGI/examples/nph-clock.cgi         CGI example
-ext/CGI/examples/nph-multipart.cgi     CGI example
-ext/CGI/examples/popup.cgi             CGI example
-ext/CGI/examples/RunMeFirst            Setup script for CGI examples
-ext/CGI/examples/save_state.cgi                CGI example
-ext/CGI/examples/tryit.cgi             CGI example
-ext/CGI/examples/wilogo_gif.uu         CGI example
-ext/CGI/lib/CGI/Apache.pm      Support for Apache's Perl module
-ext/CGI/lib/CGI/Carp.pm                Log server errors with helpful context
-ext/CGI/lib/CGI/Changes                Changelog for CGI.pm
-ext/CGI/lib/CGI/Cookie.pm      Interface to Netscape Cookies
-ext/CGI/lib/CGI/Fast.pm                Support for FastCGI (persistent server process)
-ext/CGI/lib/CGI.pm             Web server interface ("Common Gateway Interface")
-ext/CGI/lib/CGI/Pretty.pm      Output nicely formatted HTML
-ext/CGI/lib/CGI/Push.pm                Support for server push
-ext/CGI/lib/CGI/Switch.pm      Simple interface for multiple server types
-ext/CGI/lib/CGI/Util.pm                        Utility functions
-ext/CGI/t/apache.t             See if CGI::Apache still loads
-ext/CGI/t/can.t                        See if CGI.pm works
-ext/CGI/t/carp.t               See if CGI::Carp works
-ext/CGI/t/cookie.t             See if CGI::Cookie works
-ext/CGI/t/Dump.t               See if CGI->Dump works
-ext/CGI/t/fast.t               See if CGI::Fast works (if FCGI is installed)
-ext/CGI/t/form.t               See if CGI.pm works
-ext/CGI/t/function.t           See if CGI.pm works
-ext/CGI/t/html.t               See if CGI.pm works
-ext/CGI/t/no_tabindex.t        See if CGI.pm works
-ext/CGI/t/popup_menu.t         See if CGI pop menus work
-ext/CGI/t/pretty.t             See if CGI.pm works
-ext/CGI/t/push.t               See if CGI::Push works
-ext/CGI/t/query_string.t       See if CGI->query_string() works
-ext/CGI/t/request.t            See if CGI.pm works
-ext/CGI/t/start_end_asterisk.t See if CGI.pm works
-ext/CGI/t/start_end_end.t      See if CGI.pm works
-ext/CGI/t/start_end_start.t    See if CGI.pm works
-ext/CGI/t/switch.t             See if CGI::Switch still loads
-ext/CGI/t/unescapeHTML.t       See if CGI::unescapeHTML() works
-ext/CGI/t/uploadInfo.t         See if CGI.pm works
-ext/CGI/t/upload_post_text.txt Test data for CGI.pm
-ext/CGI/t/upload.t             See if CGI.pm works
-ext/CGI/t/user_agent.t         See if CGI->user_agent() works
-ext/CGI/t/util-58.t            See if 5.8-dependent features work
-ext/CGI/t/util.t               See if CGI.pm works
-ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c
-ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c
-ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c
-ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c
-ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h
-ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
-ext/Compress-Raw-Bzip2/bzip2-src/compress.c
-ext/Compress-Raw-Bzip2/bzip2-src/crctable.c
-ext/Compress-Raw-Bzip2/bzip2-src/decompress.c
-ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c
-ext/Compress-Raw-Bzip2/bzip2-src/huffman.c
-ext/Compress-Raw-Bzip2/bzip2-src/LICENSE
-ext/Compress-Raw-Bzip2/bzip2-src/mk251.c
-ext/Compress-Raw-Bzip2/bzip2-src/randtable.c
-ext/Compress-Raw-Bzip2/bzip2-src/spewG.c
-ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c
-ext/Compress-Raw-Bzip2/Bzip2.xs
-ext/Compress-Raw-Bzip2/Changes
-ext/Compress-Raw-Bzip2/fallback/constants.h
-ext/Compress-Raw-Bzip2/fallback/constants.xs
-ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
-ext/Compress-Raw-Bzip2/Makefile.PL
-ext/Compress-Raw-Bzip2/pod/FAQ.pod
-ext/Compress-Raw-Bzip2/private/MakeUtil.pm
-ext/Compress-Raw-Bzip2/README
-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
-ext/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/fallback/constants.h     Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/fallback/constants.xs    Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/Makefile.PL      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/pod/FAQ.pod      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/private/MakeUtil.pm      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/README           Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/t/01version.t    Compress::Raw::Zlib
-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
-ext/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/deflate.c       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/deflate.h       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/infback.c       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inffast.c       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inffast.h       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inffixed.h      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inflate.c       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inflate.h       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inftrees.c      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/inftrees.h      Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/uncompr.c       Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/zlib.h  Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
-ext/Compress-Raw-Zlib/Zlib.xs          Compress::Raw::Zlib
-ext/constant/lib/constant.pm   For "use constant"
-ext/constant/t/constant.t      See if compile-time constants work
-ext/Cwd/Changes                                Cwd extension Changelog
-ext/Cwd/Cwd.pm                         Various cwd routines (getcwd, fastcwd, chdir)
-ext/Cwd/Cwd.xs                         Cwd extension external subroutines
-ext/Cwd/lib/File/Spec/Cygwin.pm                portable operations on Cygwin file names
-ext/Cwd/lib/File/Spec/Epoc.pm          portable operations on EPOC file names
-ext/Cwd/lib/File/Spec/Functions.pm     Function interface to File::Spec object methods
-ext/Cwd/lib/File/Spec/Mac.pm           portable operations on Mac file names
-ext/Cwd/lib/File/Spec/OS2.pm           portable operations on OS2 file names
-ext/Cwd/lib/File/Spec.pm               portable operations on file names
-ext/Cwd/lib/File/Spec/Unix.pm          portable operations on Unix file names
-ext/Cwd/lib/File/Spec/VMS.pm           portable operations on VMS file names
-ext/Cwd/lib/File/Spec/Win32.pm         portable operations on Win32 and NetWare file names
-ext/Cwd/Makefile.PL                    Cwd extension makefile maker
-ext/Cwd/t/crossplatform.t              See if File::Spec works crossplatform
-ext/Cwd/t/cwd.t                                See if Cwd works
-ext/Cwd/t/Functions.t                  See if File::Spec::Functions works
-ext/Cwd/t/rel2abs2rel.t                        See if File::Spec->rel2abs/abs2rel works
-ext/Cwd/t/Spec.t                       See if File::Spec works
-ext/Cwd/t/taint.t                      See if Cwd works with taint
-ext/Cwd/t/tmpdir.t                     See if File::Spec->tmpdir() works
-ext/Cwd/t/win32.t                      See if Cwd works on Win32
-ext/Data-Dumper/Changes                Data pretty printer, changelog
-ext/Data-Dumper/Dumper.pm      Data pretty printer, module
-ext/Data-Dumper/Dumper.xs      Data pretty printer, externals
-ext/Data-Dumper/t/bless.t      See if Data::Dumper works
-ext/Data-Dumper/t/bugs.t       See if Data::Dumper works
-ext/Data-Dumper/t/dumper.t     See if Data::Dumper works
-ext/Data-Dumper/t/freezer.t    See if $Data::Dumper::Freezer works
-ext/Data-Dumper/Todo           Data pretty printer, futures
-ext/Data-Dumper/t/overload.t   See if Data::Dumper works for overloaded data
-ext/Data-Dumper/t/pair.t       See if Data::Dumper pair separator works
 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
@@ -1089,233 +1739,8 @@ ext/Devel-Peek/Makefile.PL      Data debugging tool, makefile writer
 ext/Devel-Peek/Peek.pm         Data debugging tool, module and pod
 ext/Devel-Peek/Peek.xs         Data debugging tool, externals
 ext/Devel-Peek/t/Peek.t                See if Devel::Peek works
-ext/Devel-PPPort/apicheck_c.PL Devel::PPPort apicheck generator
-ext/Devel-PPPort/Changes       Devel::PPPort changes
-ext/Devel-PPPort/devel/buildperl.pl    Devel::PPPort perl version builder
-ext/Devel-PPPort/devel/devtools.pl     Devel::PPPort development utilities
-ext/Devel-PPPort/devel/mkapidoc.sh     Devel::PPPort apidoc collector
-ext/Devel-PPPort/devel/mktodo  Devel::PPPort baseline/todo generator
-ext/Devel-PPPort/devel/mktodo.pl       Devel::PPPort baseline/todo generator
-ext/Devel-PPPort/devel/regenerate      Devel::PPPort API re-generator
-ext/Devel-PPPort/devel/scanprov        Devel::PPPort provided API scanner
-ext/Devel-PPPort/HACKERS       Devel::PPPort hackers documentation
-ext/Devel-PPPort/Makefile.PL   Devel::PPPort makefile writer
-ext/Devel-PPPort/MANIFEST.SKIP Devel::PPPort Manifest skip specs
-ext/Devel-PPPort/mktests.PL    Devel::PPPort test file writer
-ext/Devel-PPPort/module2.c     Devel::PPPort test file
-ext/Devel-PPPort/module3.c     Devel::PPPort test file
-ext/Devel-PPPort/parts/apicheck.pl     Devel::PPPort apicheck generator
-ext/Devel-PPPort/parts/apidoc.fnc      Devel::PPPort Perl API listing
-ext/Devel-PPPort/parts/base/5004000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5004010    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5004020    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5004030    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5004040    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5004050    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5005000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5005010    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5005020    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5005030    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5005040    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5006000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5006001    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5006002    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5007000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5007001    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5007002    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5007003    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008001    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008002    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008003    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008004    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008005    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008006    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008007    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5008008    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009001    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009002    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009003    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009004    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5009005    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5010000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/base/5011000    Devel::PPPort baseline todo file
-ext/Devel-PPPort/parts/embed.fnc       Devel::PPPort Perl API listing
-ext/Devel-PPPort/parts/inc/call        Devel::PPPort include
-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
-ext/Devel-PPPort/parts/inc/misc        Devel::PPPort include
-ext/Devel-PPPort/parts/inc/mPUSH       Devel::PPPort include
-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
-ext/Devel-PPPort/parts/inc/ppphtest    Devel::PPPort include
-ext/Devel-PPPort/parts/inc/pvs Devel::PPPort include
-ext/Devel-PPPort/parts/inc/pv_tools    Devel::PPPort include
-ext/Devel-PPPort/parts/inc/shared_pv   Devel::PPPort include
-ext/Devel-PPPort/parts/inc/snprintf    Devel::PPPort include
-ext/Devel-PPPort/parts/inc/sprintf     Devel::PPPort include
-ext/Devel-PPPort/parts/inc/strlfuncs   Devel::PPPort include
-ext/Devel-PPPort/parts/inc/SvPV        Devel::PPPort include
-ext/Devel-PPPort/parts/inc/SvREFCNT    Devel::PPPort include
-ext/Devel-PPPort/parts/inc/Sv_set      Devel::PPPort include
-ext/Devel-PPPort/parts/inc/sv_xpvf     Devel::PPPort include
-ext/Devel-PPPort/parts/inc/threads     Devel::PPPort include
-ext/Devel-PPPort/parts/inc/uv  Devel::PPPort include
-ext/Devel-PPPort/parts/inc/variables   Devel::PPPort include
-ext/Devel-PPPort/parts/inc/version     Devel::PPPort include
-ext/Devel-PPPort/parts/inc/warn        Devel::PPPort include
-ext/Devel-PPPort/parts/ppport.fnc      Devel::PPPort API listing
-ext/Devel-PPPort/parts/ppptools.pl     Devel::PPPort various utilities
-ext/Devel-PPPort/parts/todo/5004000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5004010    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5004020    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5004030    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5004040    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5004050    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5005000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5005010    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5005020    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5005030    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5005040    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5006000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5006001    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5006002    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5007000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5007001    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5007002    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5007003    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008001    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008002    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008003    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008004    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008005    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008006    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008007    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5008008    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009001    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009002    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009003    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009004    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5009005    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5010000    Devel::PPPort todo file
-ext/Devel-PPPort/parts/todo/5011000    Devel::PPPort todo file
-ext/Devel-PPPort/ppport_h.PL   Devel::PPPort ppport.h writer
-ext/Devel-PPPort/PPPort_pm.PL  Devel::PPPort PPPort.pm writer
-ext/Devel-PPPort/PPPort.xs     Devel::PPPort dummy PPPort.xs
-ext/Devel-PPPort/PPPort_xs.PL  Devel::PPPort RealPPPort.xs writer
-ext/Devel-PPPort/README                Devel::PPPort Readme
-ext/Devel-PPPort/soak          Devel::PPPort Test Harness to run under various Perls
-ext/Devel-PPPort/t/call.t      Devel::PPPort test file
-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
-ext/Devel-PPPort/t/misc.t      Devel::PPPort test file
-ext/Devel-PPPort/t/mPUSH.t     Devel::PPPort test file
-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
-ext/Devel-PPPort/t/pvs.t       Devel::PPPort test file
-ext/Devel-PPPort/t/pv_tools.t  Devel::PPPort test file
-ext/Devel-PPPort/t/shared_pv.t Devel::PPPort test file
-ext/Devel-PPPort/t/snprintf.t  Devel::PPPort test file
-ext/Devel-PPPort/t/sprintf.t   Devel::PPPort test file
-ext/Devel-PPPort/t/strlfuncs.t Devel::PPPort test file
-ext/Devel-PPPort/t/SvPV.t      Devel::PPPort test file
-ext/Devel-PPPort/t/SvREFCNT.t  Devel::PPPort test file
-ext/Devel-PPPort/t/Sv_set.t    Devel::PPPort test file
-ext/Devel-PPPort/t/sv_xpvf.t   Devel::PPPort test file
-ext/Devel-PPPort/t/testutil.pl Devel::PPPort test utilities
-ext/Devel-PPPort/t/threads.t   Devel::PPPort test file
-ext/Devel-PPPort/t/uv.t                Devel::PPPort test file
-ext/Devel-PPPort/t/variables.t Devel::PPPort test file
-ext/Devel-PPPort/t/warn.t      Devel::PPPort test file
-ext/Devel-PPPort/typemap       Devel::PPPort Typemap
 ext/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
 ext/Devel-SelfStubber/t/Devel-SelfStubber.t    See if Devel::SelfStubber works
-ext/Digest/Changes     Digest changelog
-ext/Digest/Digest/base.pm      Digest extensions
-ext/Digest/Digest/file.pm      Digest extensions
-ext/Digest/Digest.pm           Digest extensions
-ext/Digest-MD5/Changes         Digest::MD5 extension changes
-ext/Digest-MD5/hints/dec_osf.pl        Hints for named architecture
-ext/Digest-MD5/hints/irix_6.pl Hints for named architecture
-ext/Digest-MD5/hints/MacOS.pl  Hints for named architecture
-ext/Digest-MD5/Makefile.PL     Digest::MD5 extension makefile writer
-ext/Digest-MD5/MD5.pm          Digest::MD5 extension
-ext/Digest-MD5/MD5.xs          Digest::MD5 extension
-ext/Digest-MD5/README          Digest::MD5 extension Readme
-ext/Digest-MD5/t/align.t       See if Digest::MD5 extension works
-ext/Digest-MD5/t/badfile.t     See if Digest::MD5 extension works
-ext/Digest-MD5/t/bits.t                See if Digest::MD5 extension works
-ext/Digest-MD5/t/clone.t       See if Digest::MD5 extension works
-ext/Digest-MD5/t/files.t       See if Digest::MD5 extension works
-ext/Digest-MD5/t/md5-aaa.t     See if Digest::MD5 extension works
-ext/Digest-MD5/t/utf8.t                See if Digest::MD5 extension works
-ext/Digest-MD5/typemap         Digest::MD5 extension
-ext/Digest-SHA/bin/shasum      shasum script
-ext/Digest-SHA/Changes         Digest::SHA changes
-ext/Digest-SHA/lib/Digest/SHA.pm       Digest::SHA extension
-ext/Digest-SHA/Makefile.PL     Digest::SHA Makefile.PL
-ext/Digest-SHA/README          Digest::SHA README
-ext/Digest-SHA/SHA.xs          Digest::SHA extension
-ext/Digest-SHA/src/hmac.c      Digest::SHA extension
-ext/Digest-SHA/src/hmac.h      Digest::SHA extension
-ext/Digest-SHA/src/hmacxtra.c  Digest::SHA extension
-ext/Digest-SHA/src/sha64bit.c  Digest::SHA extension
-ext/Digest-SHA/src/sha64bit.h  Digest::SHA extension
-ext/Digest-SHA/src/sha.c       Digest::SHA extension
-ext/Digest-SHA/src/sha.h       Digest::SHA extension
-ext/Digest-SHA/src/shaxtra.c   Digest::SHA extension
-ext/Digest-SHA/t/allfcns.t     See if Digest::SHA works
-ext/Digest-SHA/t/base64.t      See if Digest::SHA works
-ext/Digest-SHA/t/bitbuf.t      See if Digest::SHA works
-ext/Digest-SHA/t/dumpload.t    See if Digest::SHA works
-ext/Digest-SHA/t/fips198.t     See if Digest::SHA works
-ext/Digest-SHA/t/gglong.t      See if Digest::SHA works
-ext/Digest-SHA/t/gg.t          See if Digest::SHA works
-ext/Digest-SHA/t/hmacsha.t     See if Digest::SHA works
-ext/Digest-SHA/t/ireland.t     See if Digest::SHA works
-ext/Digest-SHA/t/methods.t     See if Digest::SHA works
-ext/Digest-SHA/t/nistbit.t     See if Digest::SHA works
-ext/Digest-SHA/t/nistbyte.t    See if Digest::SHA works
-ext/Digest-SHA/t/rfc2202.t     See if Digest::SHA works
-ext/Digest-SHA/t/sha1.t                See if Digest::SHA works
-ext/Digest-SHA/t/sha224.t      See if Digest::SHA works
-ext/Digest-SHA/t/sha256.t      See if Digest::SHA works
-ext/Digest-SHA/t/sha384.t      See if Digest::SHA works
-ext/Digest-SHA/t/sha512.t      See if Digest::SHA works
-ext/Digest-SHA/t/woodbury.t    See if Digest::SHA works
-ext/Digest-SHA/typemap         Typemap for Digest::SHA
-ext/Digest/t/base.t            See if Digest extensions work
-ext/Digest/t/digest.t          See if Digest extensions work
-ext/Digest/t/file.t            See if Digest extensions work
 ext/DynaLoader/dl_aix.xs       AIX implementation
 ext/DynaLoader/dl_beos.xs      BeOS implementation
 ext/DynaLoader/dl_dld.xs       GNU dld style implementation
@@ -1342,145 +1767,17 @@ ext/DynaLoader/hints/openbsd.pl        Hint for DynaLoader for named architecture
 ext/DynaLoader/Makefile.PL     Dynamic Loader makefile writer
 ext/DynaLoader/README          Dynamic Loader notes and intro
 ext/DynaLoader/t/DynaLoader.t  See if DynaLoader works
-ext/encoding-warnings/Changes          Changelog for encoding::warnings
-ext/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions
-ext/encoding-warnings/t/1-warning.t    tests for encoding::warnings
-ext/encoding-warnings/t/2-fatal.t      tests for encoding::warnings
-ext/encoding-warnings/t/3-normal.t     tests for encoding::warnings
-ext/encoding-warnings/t/4-lexical.t    tests for encoding::warnings
 EXTERN.h                       Included before foreign .h files
 ext/Errno/ChangeLog    Errno changes
 ext/Errno/Errno_pm.PL  Errno perl module create script
 ext/Errno/Makefile.PL  Errno extension makefile writer
 ext/Errno/t/Errno.t    See if Errno works
-ext/ExtUtils-Command/lib/ExtUtils/Command.pm   Utilities for Make on non-UNIX platforms
-ext/ExtUtils-Command/t/cp.t                    See if ExtUtils::Command works
-ext/ExtUtils-Command/t/eu_command.t            See if ExtUtils::Command works
-ext/ExtUtils-Command/t/lib/TieOut.pm           Testing library to capture prints
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm            generate XS code to import C header constants
 ext/ExtUtils-Constant/lib/ExtUtils/Constant.pm                 generate XS code to import C header constants
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm       generate XS code for proxy constants
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm           generate XS code to import C header constants
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm              generate XS code to import C header constants
 ext/ExtUtils-Constant/t/Constant.t                             See if ExtUtils::Constant works
-ext/ExtUtils-Install/Changes                           ExtUtils-Install change log
-ext/ExtUtils-Install/lib/ExtUtils/Installed.pm         Information on installed extensions
-ext/ExtUtils-Install/lib/ExtUtils/Install.pm           Handles 'make install' on extensions
-ext/ExtUtils-Install/lib/ExtUtils/Packlist.pm          Manipulates .packlist files
-ext/ExtUtils-Install/t/can_write_dir.t                 Does the _can_write_dir function of ExtUtils::Install work properly?
-ext/ExtUtils-Install/t/Installapi2.t                   See if new api for ExtUtils::Install::install() works
-ext/ExtUtils-Install/t/Installed.t                     See if ExtUtils::Installed works
-ext/ExtUtils-Install/t/Install.t                       See if ExtUtils::Install works
-ext/ExtUtils-Install/t/InstallWithMM.t                 See if ExtUtils::Install works (related to EUMM/t/basic.t)
-ext/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
-ext/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm     MakeMaker test utilities
-ext/ExtUtils-Install/t/lib/TieOut.pm                   Testing library to capture prints
-ext/ExtUtils-Install/t/Packlist.t                      See if Packlist works
-ext/ExtUtils-MakeMaker/bin/instmodsh                   Give information about installed extensions
-ext/ExtUtils-MakeMaker/Changes                         MakeMaker change log
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm      Calling MM functions from the cmd line
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm     Does the real work of the above
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm         Locates libraries
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm        MakeMaker wrapper for Config
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod  MakeMaker FAQ
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm       Write Makefiles for extensions
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod     Writing a module with MakeMaker
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm     Writes a bootstrap file (see MakeMaker)
-ext/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm      Writes a linker options file for extensions
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm          MakeMaker methods for AIX
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm          MakeMaker methods for Any OS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm         MakeMaker methods for BeOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm       MakeMaker methods for Cygwin
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm       MakeMaker methods for Darwin
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm          MakeMaker methods for DOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm                MakeMaker methods for MacOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm          MakeMaker methods for NetWare
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm          MakeMaker methods for OS/2
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm              MakeMaker adaptor class
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm          MakeMaker methods for QNX
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm         MakeMaker methods for Unix
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm         MakeMaker methods for U/WIN
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm          MakeMaker methods for VMS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm          MakeMaker methods for VOS
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm                MakeMaker methods for Win32
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm                MakeMaker methods for Win95
-ext/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm              MakeMaker user override class
-ext/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm         Fixes up @INC to use just-built extension
-ext/ExtUtils-MakeMaker/MANIFEST                                ExtUtils::MakeMaker MANIFEST
-ext/ExtUtils-MakeMaker/NOTES                           Notes about MakeMaker internals
-ext/ExtUtils-MakeMaker/PATCHING                                Suggestions for patching MakeMaker
-ext/ExtUtils-MakeMaker/README                          MakeMaker README
-ext/ExtUtils-MakeMaker/t/00compile.t                   See if MakeMaker modules compile
-ext/ExtUtils-MakeMaker/t/arch_check.t                  Test MakeMaker's arch_check()
-ext/ExtUtils-MakeMaker/t/backwards.t                   Check MakeMaker's backwards compatibility
-ext/ExtUtils-MakeMaker/t/basic.t                       See if MakeMaker can build a module
-ext/ExtUtils-MakeMaker/t/build_man.t                   Set if MakeMaker builds manpages
-ext/ExtUtils-MakeMaker/t/cd.t                          Test to see cd works
-ext/ExtUtils-MakeMaker/t/config.t                      Test ExtUtils::MakeMaker::Config
-ext/ExtUtils-MakeMaker/t/dir_target.t                  Verify if dir_target() is supported
-ext/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t              See if FIRST_MAKEFILE works
-ext/ExtUtils-MakeMaker/t/fixin.t                       See if ExtUtils::MakeMaker works
-ext/ExtUtils-MakeMaker/t/fix_libs.t                    Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/hints.t                       See if hint files are honored.
-ext/ExtUtils-MakeMaker/t/INSTALL_BASE.t                        Test INSTALL_BASE in MakeMaker
-ext/ExtUtils-MakeMaker/t/installed_file.t              Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/INST_PREFIX.t                 See if MakeMaker can apply PREFIXs
-ext/ExtUtils-MakeMaker/t/INST.t                                Check MakeMaker INST_* macros
-ext/ExtUtils-MakeMaker/t/is_of_type.t                  Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/Liblist.t                     See if ExtUtils::Liblist works
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm            MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm       MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm       MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm  MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm   MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm    MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm                MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm           MakeMaker test utilities
-ext/ExtUtils-MakeMaker/t/lib/TieIn.pm                  Testing library for dummy input handles
-ext/ExtUtils-MakeMaker/t/lib/TieOut.pm                 Testing library to capture prints
-ext/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t                test "MakeMaker Parameters" section
-ext/ExtUtils-MakeMaker/t/make.t                                See if make detection works
-ext/ExtUtils-MakeMaker/t/maketext_filter.t             See if maketext_filter works
-ext/ExtUtils-MakeMaker/t/metafile_data.t               See if META.yml handling works
-ext/ExtUtils-MakeMaker/t/metafile_file.t               See if META.yml handling works
-ext/ExtUtils-MakeMaker/t/miniperl.t                    Test MakeMaker with miniperl
-ext/ExtUtils-MakeMaker/t/min_perl_version.t            Test the MIN_PERL_VERSION argument to WriteMakefile.
-ext/ExtUtils-MakeMaker/t/Mkbootstrap.t                 See if ExtUtils::Mkbootstrap works
-ext/ExtUtils-MakeMaker/t/MM_Any.t                      See if ExtUtils::MM_Any works
-ext/ExtUtils-MakeMaker/t/MM_BeOS.t                     See if ExtUtils::MM_BeOS works
-ext/ExtUtils-MakeMaker/t/MM_Cygwin.t                   See if ExtUtils::MM_Cygwin works
-ext/ExtUtils-MakeMaker/t/MM_NW5.t                      See if ExtUtils::MM_NW5 works
-ext/ExtUtils-MakeMaker/t/MM_OS2.t                      See if ExtUtils::MM_OS2 works
-ext/ExtUtils-MakeMaker/t/MM_Unix.t                     See if ExtUtils::MM_UNIX works
-ext/ExtUtils-MakeMaker/t/MM_VMS.t                      See if ExtUtils::MM_VMS works
-ext/ExtUtils-MakeMaker/t/MM_Win32.t                    See if ExtUtils::MM_Win32 works
-ext/ExtUtils-MakeMaker/TODO                            Things TODO in MakeMaker
-ext/ExtUtils-MakeMaker/t/oneliner.t                    See if MM can generate perl one-liners
-ext/ExtUtils-MakeMaker/t/parse_version.t               See if parse_version works
-ext/ExtUtils-MakeMaker/t/PL_FILES.t                    Test PL_FILES in MakeMaker
-ext/ExtUtils-MakeMaker/t/pm.t                          See if MakeMaker can handle PM
-ext/ExtUtils-MakeMaker/t/pm_to_blib.t                  Test for ExtUtils::MakeMaker
-ext/ExtUtils-MakeMaker/t/pod2man.t                     See if MakeMaker can handle no pod2man
-ext/ExtUtils-MakeMaker/t/postamble.t                   See if postamble works
-ext/ExtUtils-MakeMaker/t/prefixify.t                   See if MakeMaker can apply a PREFIX
-ext/ExtUtils-MakeMaker/t/prereq_print.t                        See if PREREQ_PRINT works
-ext/ExtUtils-MakeMaker/t/prereq.t                      See if MakeMaker works
-ext/ExtUtils-MakeMaker/t/problems.t                    How MakeMaker reacts to build problems
-ext/ExtUtils-MakeMaker/t/prompt.t                      See if E::MM::prompt() works
-ext/ExtUtils-MakeMaker/t/recurs.t                      See if recursive builds work
-ext/ExtUtils-MakeMaker/t/revision.t                    See if $Revision is correct
-ext/ExtUtils-MakeMaker/t/split_command.t               See if MM's xargs-like function works
-ext/ExtUtils-MakeMaker/t/test_boilerplate.t            MakeMaker test
-ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm      test data for MakeMaker
-ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm      test data for MakeMaker
-ext/ExtUtils-MakeMaker/t/testlib.t                     See if ExtUtils::testlib works
-ext/ExtUtils-MakeMaker/t/VERSION_FROM.t                        See if MakeMaker's VERSION_FROM works
-ext/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t          See if WriteEmptyMakefile works
-ext/ExtUtils-MakeMaker/t/writemakefile_args.t          See if WriteMakefile works
-ext/ExtUtils-MakeMaker/t/xs.t                          Part of MakeMaker's test suite
-ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm         Utilities to write MANIFEST files
-ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP       The default MANIFEST.SKIP
-ext/ExtUtils-Manifest/t/Manifest.t                     See if ExtUtils::Manifest works
 ext/Fcntl/Fcntl.pm     Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs     Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL  Fcntl extension makefile writer
@@ -1516,17 +1813,6 @@ ext/File-Temp/t/posix.t          See if File::Temp works
 ext/File-Temp/t/security.t     See if File::Temp works
 ext/File-Temp/t/seekable.t     See if File::Temp works
 ext/File-Temp/t/tempfile.t     See if File::Temp 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
@@ -1559,22 +1845,8 @@ 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/if/if.pm                   For "use if"
 ext/if/t/if.t                  Tests for "use if"
-ext/IO/ChangeLog               IO perl module change log
 ext/IO-Compress/Changes        IO::Compress
 ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress
 ext/IO-Compress/examples/compress-zlib/filtinf IO::Compress
@@ -1718,40 +1990,6 @@ 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/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
-ext/IO/IO.xs                   IO extension external subroutines
-ext/IO/lib/IO/Dir.pm           IO directory reading package
-ext/IO/lib/IO/File.pm          IO file handle package
-ext/IO/lib/IO/Handle.pm                IO base handle package
-ext/IO/lib/IO/Pipe.pm          IO pipe package
-ext/IO/lib/IO/Poll.pm          IO system poll() interface
-ext/IO/lib/IO/Seekable.pm      IO methods for seekable handles
-ext/IO/lib/IO/Select.pm                IO system select() interface
-ext/IO/lib/IO/Socket/INET.pm   IO INET specific socket methods
-ext/IO/lib/IO/Socket.pm                IO socket handle package
-ext/IO/lib/IO/Socket/UNIX.pm   IO UNIX specific socket methods
-ext/IO/Makefile.PL             IO extension makefile writer
-ext/IO/poll.c                  IO poll() emulation using select()
-ext/IO/poll.h                  IO poll() emulation using select()
-ext/IO/README                  IO extension maintenance notice
-ext/IO/t/io_const.t    See if constants from IO work
-ext/IO/t/io_dir.t      See if directory-related methods from IO work
-ext/IO/t/io_dup.t      See if dup()-related methods from IO work
-ext/IO/t/io_file.t     See if binmode()-related methods on IO::File work
-ext/IO/t/io_linenum.t  See if I/O line numbers are tracked correctly
-ext/IO/t/io_multihomed.t       See if INET sockets work with multi-homed hosts
-ext/IO/t/io_pipe.t     See if pipe()-related methods from IO work
-ext/IO/t/io_poll.t     See if poll()-related methods from IO work
-ext/IO/t/io_sel.t      See if select()-related methods from IO work
-ext/IO/t/io_sock.t     See if INET socket-related methods from IO work
-ext/IO/t/IO.t  See if IO works
-ext/IO/t/io_taint.t    See if the untaint method from IO works
-ext/IO/t/io_tell.t     See if seek()/tell()-related methods from IO work
-ext/IO/t/io_udp.t      See if UDP socket-related methods from IO work
-ext/IO/t/io_unix.t     See if UNIX socket-related methods from IO work
-ext/IO/t/io_utf8.t     See if perlio opens work
-ext/IO/t/io_xs.t               See if XSUB methods from IO work
 ext/IO-Zlib/t/basic.t          Tests for IO::Zlib
 ext/IO-Zlib/t/external.t       Tests for IO::Zlib
 ext/IO-Zlib/t/getc.t           Tests for IO::Zlib
@@ -1766,46 +2004,43 @@ ext/IPC-Open2/lib/IPC/Open2.pm  Open a two-ended pipe
 ext/IPC-Open2/t/IPC-Open2.t    See if IPC::Open2 works
 ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
 ext/IPC-Open3/t/IPC-Open3.t    See if IPC::Open3 works
-ext/lib/lib_pm.PL              For "use lib", produces lib/lib.pm
-ext/lib/Makefile.PL
-ext/libnet/Changes                     libnet
+ext/libnet/Changes             libnet
 ext/libnet/Config.eg           libnet
 ext/libnet/demos/ftp           libnet
 ext/libnet/demos/inetd         libnet
 ext/libnet/demos/nntp          libnet
 ext/libnet/demos/nntp.mirror   libnet
 ext/libnet/demos/pop3          libnet
-ext/libnet/demos/smtp.self             libnet
+ext/libnet/demos/smtp.self     libnet
 ext/libnet/demos/time          libnet
-ext/libnet/Hostname.pm.eg              libnet
-ext/libnet/lib/Net/Cmd.pm                      libnet
-ext/libnet/lib/Net/Config.pm           libnet
-ext/libnet/lib/Net/Domain.pm           libnet
-ext/libnet/lib/Net/FTP/A.pm            libnet
-ext/libnet/lib/Net/FTP/dataconn.pm             libnet
-ext/libnet/lib/Net/FTP/E.pm            libnet
-ext/libnet/lib/Net/FTP/I.pm            libnet
-ext/libnet/lib/Net/FTP/L.pm            libnet
-ext/libnet/lib/Net/FTP.pm                      libnet
-ext/libnet/lib/Net/libnetFAQ.pod               libnet
-ext/libnet/lib/Net/Netrc.pm            libnet
-ext/libnet/lib/Net/NNTP.pm                     libnet
-ext/libnet/lib/Net/POP3.pm                     libnet
-ext/libnet/lib/Net/SMTP.pm                     libnet
-ext/libnet/lib/Net/Time.pm                     libnet
+ext/libnet/Hostname.pm.eg      libnet
 ext/libnet/Makefile.PL
-ext/libnet/README                      libnet
+ext/libnet/Net/Cmd.pm          libnet
+ext/libnet/Net/Config.pm       libnet
+ext/libnet/Net/Domain.pm       libnet
+ext/libnet/Net/FTP/A.pm                libnet
+ext/libnet/Net/FTP/dataconn.pm libnet
+ext/libnet/Net/FTP/E.pm                libnet
+ext/libnet/Net/FTP/I.pm                libnet
+ext/libnet/Net/FTP/L.pm                libnet
+ext/libnet/Net/FTP.pm          libnet
+ext/libnet/Net/libnetFAQ.pod   libnet
+ext/libnet/Net/Netrc.pm                libnet
+ext/libnet/Net/NNTP.pm         libnet
+ext/libnet/Net/POP3.pm         libnet
+ext/libnet/Net/SMTP.pm         libnet
+ext/libnet/Net/Time.pm         libnet
+ext/libnet/README              libnet
 ext/libnet/t/config.t          libnet
 ext/libnet/t/datasend.t                libnet
-ext/libnet/t/ftp.t                     libnet
+ext/libnet/t/ftp.t             libnet
 ext/libnet/t/hostname.t                libnet
-ext/libnet/t/libnet_t.pl               libnet
+ext/libnet/t/libnet_t.pl       libnet
 ext/libnet/t/netrc.t           libnet
 ext/libnet/t/nntp.t            libnet
 ext/libnet/t/require.t         libnet
 ext/libnet/t/smtp.t            libnet
 ext/libnet/t/time.t            libnet
-ext/lib/t/01lib.t              For "use lib" testing
 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
@@ -1876,31 +2111,6 @@ ext/Locale-Codes/t/language.t    See if Locale::Codes work
 ext/Locale-Codes/t/rename.t    See if Locale::Codes work
 ext/Locale-Codes/t/script.t    See if Locale::Codes work
 ext/Locale-Codes/t/uk.t                See if Locale::Codes work
-ext/Locale-Maketext/ChangeLog  Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm  Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext/Guts.pm        Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext.pm             Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext.pod            Locale::Maketext documentation
-ext/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod      Locale::Maketext documentation article
-ext/Locale-Maketext/README     Locale::Maketext
-ext/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm       Locale::Simple
-ext/Locale-Maketext-Simple/t/0-signature.t     Locale::Simple tests
-ext/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
-ext/Locale-Maketext-Simple/t/2-load_po_without_i_default.t     Locale::Simple tests
-ext/Locale-Maketext-Simple/t/3-load_po_with_i_default.t        Locale::Simple tests
-ext/Locale-Maketext-Simple/t/po_with_i_default/en.po   Locale::Simple tests
-ext/Locale-Maketext-Simple/t/po_with_i_default/fr.po   Locale::Simple tests
-ext/Locale-Maketext-Simple/t/po_with_i_default/i_default.po    Locale::Simple tests
-ext/Locale-Maketext-Simple/t/po_without_i_default/en.po        Locale::Simple tests
-ext/Locale-Maketext-Simple/t/po_without_i_default/fr.po        Locale::Simple tests
-ext/Locale-Maketext/t/01_about_verbose.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/10_make.t        See if Locale::Maketext works
-ext/Locale-Maketext/t/20_get.t See if Locale::Maketext works
-ext/Locale-Maketext/t/30_local.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/40_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/50_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/60_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/90_utf8.t        See if Locale::Maketext works
 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
@@ -2020,17 +2230,6 @@ 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
@@ -2112,23 +2311,6 @@ 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
@@ -2238,23 +2420,6 @@ ext/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm   Sample data for t/pod/find.t
 ext/Pod-Parser/t/pod/twice.t                   Test Pod::Parser
 ext/Pod-Parser/t/pod/usage2.pod                        Test POD for pod2usage tests
 ext/Pod-Parser/t/pod/usage.pod                 Test POD for pod2usage tests
-ext/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm      utility module for perldoc
-ext/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm   options parsing for perldoc
-ext/Pod-Perldoc/lib/Pod/Perldoc.pm             guts of the 'perldoc' utility
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm   let perldoc check POD for errors
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm       render POD as man pages
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm     convert POD to nroff
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm       convert POD to POD
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm       convert POD to RTF
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm      convert POD to plain text
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm                convert POD via Tk::Pod
-ext/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm       convert POD to XML
-ext/Pod-Perldoc/t/01_about_verbose.t           test Pod::Perldoc
-ext/Pod-Perldoc/t/checkerbasic.t               test Pod::Perldoc::ToChecker
-ext/Pod-Perldoc/t/perldocbasic.t               test Pod::Perldoc basic operation
-ext/Pod-Perldoc/t/textbasic.t                  test Pod::Perldoc::ToText
-ext/Pod-Plainer/Plainer.pm     Pod migration utility module
-ext/Pod-Plainer/t/plainer.t    Test Pod::Plainer
 ext/Pod-Simple/ChangeLog                               Pod::Simple ChangeLog
 ext/Pod-Simple/lib/Pod/Simple/BlackBox.pm              Pod::Simple::BlackBox
 ext/Pod-Simple/lib/Pod/Simple/Checker.pm               check the Pod syntax of a document
@@ -2469,18 +2634,6 @@ 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
-ext/Safe/t/safe3.t             See if Safe works
-ext/Safe/t/safeload.t          Tests that some modules can be loaded by Safe
-ext/Safe/t/safeops.t           Tests that all ops can be trapped by Safe
-ext/Safe/t/safeuniversal.t     Tests Safe with functions from universal.c
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
 ext/SDBM_File/sdbm/biblio      SDBM kit
 ext/SDBM_File/sdbm/CHANGES     SDBM kit
@@ -2509,9 +2662,6 @@ 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/SelfLoader/lib/SelfLoader.pm       Load functions only on demand
-ext/SelfLoader/t/01SelfLoader.t                See if SelfLoader works
-ext/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 ext/Shell/Shell.pm             Make AUTOLOADed system() calls
 ext/Shell/t/Shell.t            Tests for above
 ext/Socket/Makefile.PL         Socket extension makefile writer
@@ -2568,29 +2718,11 @@ 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
-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
@@ -2771,7 +2903,6 @@ 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/Test/lib/Test.pm           A simple framework for writing test scripts
 ext/Test-Simple/Changes                                        Test::Simple changes
 ext/Test-Simple/lib/Test/Builder/Module.pm             Base class for test modules
 ext/Test-Simple/lib/Test/Builder.pm                    For writing new test libraries
@@ -2891,15 +3022,6 @@ ext/Test-Simple/t/useing.t                               Test::More test, compile test
 ext/Test-Simple/t/use_ok.t                             Test::More test, use_ok()
 ext/Test-Simple/t/utf8.t                               Test::More test
 ext/Test-Simple/t/versions.t                           Test::More test
-ext/Test/t/05_about_verbose.t  See if Test works
-ext/Test/t/fail.t              See if Test works
-ext/Test/t/mix.t               See if Test works
-ext/Test/t/multiline.t         See if Test works
-ext/Test/t/onfail.t            See if Test works
-ext/Test/t/qr.t                        See if Test works
-ext/Test/t/skip.t              See if Test works
-ext/Test/t/success.t           See if Test works
-ext/Test/t/todo.t              See if Test works
 ext/Text-Balanced/Changes              Text::Balanced
 ext/Text-Balanced/lib/Text/Balanced.pm Text::Balanced
 ext/Text-Balanced/README               Text::Balanced
@@ -2920,83 +3042,6 @@ ext/Text-Soundex/README          README for Text::Soundex
 ext/Text-Soundex/Soundex.pm    Text::Soundex extension Perl module
 ext/Text-Soundex/Soundex.xs    Text::Soundex extension external subroutines
 ext/Text-Soundex/t/Soundex.t   test for Text::Soundex
-ext/Text-Tabs/CHANGELOG                        ChangeLog for Tabs+Wrap
-ext/Text-Tabs/lib/Text/Tabs.pm         Do expand and unexpand
-ext/Text-Tabs/lib/Text/Wrap.pm         Paragraph formatter
-ext/Text-Tabs/t/37000.t                        See if Text::Tabs is working
-ext/Text-Tabs/t/39548.t                        See if Text::Tabs is working
-ext/Text-Tabs/t/belg4mit.t             See if Text::Tabs is working
-ext/Text-Tabs/t/dandv.t                        See if Text::Tabs is working
-ext/Text-Tabs/t/fill.t                 See if Text::Wrap::fill works
-ext/Text-Tabs/t/Jacobson2.t            See if Text::Tabs is working
-ext/Text-Tabs/t/Jacobson.t             See if Text::Tabs is working
-ext/Text-Tabs/t/Jochen.t               See if Text::Tabs is working
-ext/Text-Tabs/t/sep2.t                 See if Text::Tabs is working
-ext/Text-Tabs/t/sep.t                  See if Text::Tabs is working
-ext/Text-Tabs/t/tabs.t                 See if Text::Tabs works
-ext/Text-Tabs/t/wrap_separator2.t      See if Text::Wrap::wrap works
-ext/Text-Tabs/t/wrap.t                 See if Text::Wrap::wrap works
-ext/Thread-Queue/lib/Thread/Queue.pm   Thread-safe queues
-ext/Thread-Queue/t/01_basic.t          Thread::Queue tests
-ext/Thread-Queue/t/02_refs.t           Thread::Queue tests
-ext/Thread-Queue/t/03_peek.t           Thread::Queue tests
-ext/Thread-Queue/t/04_errs.t           Thread::Queue tests
-ext/Thread-Queue/t/05_extract.t                Thread::Queue tests
-ext/Thread-Queue/t/06_insert.t         Thread::Queue tests
-ext/Thread-Queue/t/07_lock.t           Thread::Queue tests
-ext/Thread-Queue/t/08_nothreads.t      Thread::Queue tests
-ext/Thread-Semaphore/lib/Thread/Semaphore.pm   Thread-safe semaphores
-ext/Thread-Semaphore/t/01_basic.t              Thread::Semaphore tests
-ext/Thread-Semaphore/t/02_errs.t               Thread::Semaphore tests
-ext/Thread-Semaphore/t/03_nothreads.t          Thread::Semaphore tests
-ext/threads/hints/hpux.pl      Hint file for HPUX
-ext/threads/hints/linux.pl     Hint file for Linux
-ext/threads/Makefile.PL                ithreads
-ext/threads-shared/hints/linux.pl      thread shared variables
-ext/threads-shared/Makefile.PL thread shared variables
-ext/threads-shared/shared.pm   thread shared variables
-ext/threads-shared/shared.xs   thread shared variables
-ext/threads-shared/t/0nothread.t       Tests for basic shared array functionality.
-ext/threads-shared/t/av_refs.t Tests for arrays containing references
-ext/threads-shared/t/av_simple.t       Tests for basic shared array functionality.
-ext/threads-shared/t/blessed.t Test blessed shared variables
-ext/threads-shared/t/clone.t   Test shared cloning
-ext/threads-shared/t/cond.t    Test condition variables
-ext/threads-shared/t/disabled.t        Test threads::shared when threads are disabled.
-ext/threads-shared/t/hv_refs.t Test shared hashes containing references
-ext/threads-shared/t/hv_simple.t       Tests for basic shared hash functionality.
-ext/threads-shared/t/no_share.t        Tests for disabled share on variables.
-ext/threads-shared/t/object.t  Shared objects tests
-ext/threads-shared/t/shared_attr.t     Test :shared attribute
-ext/threads-shared/t/stress.t  Stress test
-ext/threads-shared/t/sv_refs.t thread shared variables
-ext/threads-shared/t/sv_simple.t       thread shared variables
-ext/threads-shared/t/utf8.t    Test UTF-8 keys in shared hashes
-ext/threads-shared/t/waithires.t       Test sub-second cond_timedwait
-ext/threads-shared/t/wait.t    Test cond_wait and cond_timedwait
-ext/threads/t/basic.t          ithreads
-ext/threads/t/blocks.t         Test threads in special blocks
-ext/threads/t/context.t                Explicit thread context
-ext/threads/t/end.t            Test end functions
-ext/threads/t/err.t            Test $thr->error()
-ext/threads/t/exit.t           Test exit and die in threads
-ext/threads/t/free2.t          More ithread destruction tests
-ext/threads/t/free.t           Test ithread destruction
-ext/threads/threads.pm         ithreads
-ext/threads/threads.xs         ithreads
-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
-ext/threads/t/state.t          Tests state methods
-ext/threads/t/stress_cv.t      Test with multiple threads, coderef cv argument.
-ext/threads/t/stress_re.t      Test with multiple threads, string cv argument and regexes.
-ext/threads/t/stress_string.t  Test with multiple threads, string cv argument.
-ext/threads/t/thread.t         General ithread tests from thr5005
 ext/Tie-File/lib/Tie/File.pm   Files as tied arrays
 ext/Tie-File/t/00_version.t    Trivial test for Tie::File
 ext/Tie-File/t/01_gen.t                Generic read/write tests for Tie::File
@@ -3038,11 +3083,6 @@ ext/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap
 ext/Tie-File/t/42_offset.t     Unit tests for the offset method
 ext/Tie-Memoize/lib/Tie/Memoize.pm     Base class for memoized tied hashes
 ext/Tie-Memoize/t/Tie-Memoize.t                Test for Tie::Memoize
-ext/Tie-RefHash/lib/Tie/RefHash.pm             Base class for tied hashes with references as keys
-ext/Tie-RefHash/t/rebless.t    Test for Tie::RefHash with rebless
-ext/Tie-RefHash/t/refhash.t    Test for Tie::RefHash and Tie::RefHash::Nestable
-ext/Tie-RefHash/t/storable.t   Test for Tie::RefHash with storable
-ext/Tie-RefHash/t/threaded.t   Test for Tie::RefHash with threads
 ext/Time-HiRes/Changes         Time::HiRes extension
 ext/Time-HiRes/fallback/const-c.inc    Time::HiRes extension
 ext/Time-HiRes/fallback/const-xs.inc   Time::HiRes extension
@@ -3074,44 +3114,6 @@ ext/Time-Piece/t/04mjd.t Test for Time::Piece
 ext/Time-Piece/t/05overload.t  Test for Time::Piece
 ext/Time-Piece/t/06subclass.t  Test for Time::Piece
 ext/Time-Piece/t/07arith.t     Test for Time::Piece
-ext/Unicode-Collate/Changes            Unicode::Collate
-ext/Unicode-Collate/Collate/allkeys.txt        Unicode::Collate
-ext/Unicode-Collate/Collate/keys.txt   Unicode::Collate
-ext/Unicode-Collate/Collate.pm         Unicode::Collate
-ext/Unicode-Collate/README             Unicode::Collate
-ext/Unicode-Collate/t/altern.t         Unicode::Collate
-ext/Unicode-Collate/t/cjkrange.t       Unicode::Collate
-ext/Unicode-Collate/t/contract.t       Unicode::Collate
-ext/Unicode-Collate/t/hangtype.t       Unicode::Collate
-ext/Unicode-Collate/t/hangul.t         Unicode::Collate
-ext/Unicode-Collate/t/ignor.t          Unicode::Collate
-ext/Unicode-Collate/t/illegalp.t       Unicode::Collate
-ext/Unicode-Collate/t/illegal.t                Unicode::Collate
-ext/Unicode-Collate/t/index.t          Unicode::Collate
-ext/Unicode-Collate/t/normal.t         Unicode::Collate
-ext/Unicode-Collate/t/override.t       Unicode::Collate
-ext/Unicode-Collate/t/rearrang.t       Unicode::Collate
-ext/Unicode-Collate/t/test.t           Unicode::Collate
-ext/Unicode-Collate/t/trailwt.t                Unicode::Collate
-ext/Unicode-Collate/t/variable.t       Unicode::Collate
-ext/Unicode-Collate/t/version.t                Unicode::Collate
-ext/Unicode-Collate/t/view.t           Unicode::Collate
-ext/Unicode-Normalize/Changes  Unicode::Normalize
-ext/Unicode-Normalize/Makefile.PL      Unicode::Normalize
-ext/Unicode-Normalize/mkheader Unicode::Normalize
-ext/Unicode-Normalize/Normalize.pm     Unicode::Normalize
-ext/Unicode-Normalize/Normalize.xs     Unicode::Normalize
-ext/Unicode-Normalize/README   Unicode::Normalize
-ext/Unicode-Normalize/t/fcdc.t Unicode::Normalize
-ext/Unicode-Normalize/t/form.t Unicode::Normalize
-ext/Unicode-Normalize/t/func.t Unicode::Normalize
-ext/Unicode-Normalize/t/illegal.t      Unicode::Normalize
-ext/Unicode-Normalize/t/norm.t Unicode::Normalize
-ext/Unicode-Normalize/t/null.t Unicode::Normalize
-ext/Unicode-Normalize/t/proto.t        Unicode::Normalize
-ext/Unicode-Normalize/t/split.t        Unicode::Normalize
-ext/Unicode-Normalize/t/test.t Unicode::Normalize
-ext/Unicode-Normalize/t/tie.t  Unicode::Normalize
 ext/VMS-DCLsym/0README.txt     ReadMe file for VMS::DCLsym
 ext/VMS-DCLsym/DCLsym.pm       Perl access to CLI symbols
 ext/VMS-DCLsym/DCLsym.xs       Perl access to CLI symbols
@@ -3178,9 +3180,6 @@ 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/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/XSLoader/Makefile.PL       Dynamic Loader makefile writer
-ext/XSLoader/t/XSLoader.t      See if XSLoader works
-ext/XSLoader/XSLoader_pm.PL    Simple XS Loader perl module
 ext/XS-Typemap/Makefile.PL     XS::Typemap extension
 ext/XS-Typemap/README          XS::Typemap extension
 ext/XS-Typemap/stdio.c         XS::Typemap extension
@@ -3245,8 +3244,8 @@ hints/esix4.sh                    Hints for named architecture
 hints/fps.sh                   Hints for named architecture
 hints/freebsd.sh               Hints for named architecture
 hints/genix.sh                 Hints for named architecture
-hints/gnukfreebsd.sh                   Hints for named architecture
-hints/gnuknetbsd.sh                    Hints for named architecture
+hints/gnukfreebsd.sh           Hints for named architecture
+hints/gnuknetbsd.sh            Hints for named architecture
 hints/gnu.sh                   Hints for named architecture
 hints/greenhills.sh            Hints for named architecture
 hints/haiku.sh                 Hints for named architecture
@@ -3535,52 +3534,52 @@ lib/Time/tm.pm                  Internal object for Time::{gm,local}time
 lib/Unicode/README             Explanation what happened to lib/unicode.
 lib/Unicode/UCD.pm             Unicode character database
 lib/Unicode/UCD.t              See if Unicode character database works
-lib/unicore/ArabicShaping.txt  Unicode character database
+lib/unicore/ArabicShaping.txt                  Unicode character database
 lib/unicore/auxiliary/GraphemeBreakProperty.txt        Unicode character database
 lib/unicore/auxiliary/SentenceBreakProperty.txt        Unicode character database
 lib/unicore/auxiliary/WordBreakProperty.txt    Unicode character database
-lib/unicore/BidiMirroring.txt  Unicode character database
-lib/unicore/Blocks.txt         Unicode character database
-lib/unicore/CaseFolding.txt    Unicode character database
-lib/unicore/CompositionExclusions.txt  Unicode character database
-lib/unicore/DAge.txt                   Unicode character database
-lib/unicore/DCoreProperties.txt                Unicode character database
-lib/unicore/DNormalizationProps.txt    Unicode character database
-lib/unicore/EastAsianWidth.txt Unicode character database
+lib/unicore/BidiMirroring.txt                  Unicode character database
+lib/unicore/Blocks.txt                         Unicode character database
+lib/unicore/CaseFolding.txt                    Unicode character database
+lib/unicore/CompositionExclusions.txt          Unicode character database
+lib/unicore/DAge.txt                           Unicode character database
+lib/unicore/DCoreProperties.txt                        Unicode character database
+lib/unicore/DNormalizationProps.txt            Unicode character database
+lib/unicore/EastAsianWidth.txt                 Unicode character database
 lib/unicore/extracted/DBidiClass.txt           Unicode character database
 lib/unicore/extracted/DBinaryProperties.txt    Unicode character database
 lib/unicore/extracted/DCombiningClass.txt      Unicode character database
 lib/unicore/extracted/DDecompositionType.txt   Unicode character database
 lib/unicore/extracted/DEastAsianWidth.txt      Unicode character database
 lib/unicore/extracted/DGeneralCategory.txt     Unicode character database
-lib/unicore/extracted/DJoinGroup.txt   Unicode character database
-lib/unicore/extracted/DJoinType.txt    Unicode character database
-lib/unicore/extracted/DLineBreak.txt   Unicode character database
-lib/unicore/extracted/DNumType.txt     Unicode character database
-lib/unicore/extracted/DNumValues.txt   Unicode character database
-lib/unicore/HangulSyllableType.txt     Unicode character database
-lib/unicore/Index.txt          Unicode character database
-lib/unicore/Jamo.txt           Unicode character database
-lib/unicore/LineBreak.txt      Unicode character database
-lib/unicore/Makefile           Unicode character database
-lib/unicore/mktables           Unicode character database generator
-lib/unicore/mktables.lst       File list for mktables
-lib/unicore/NameAliases.txt    Unicode character database
-lib/unicore/NamedSequences.txt Unicode character database
-lib/unicore/NamedSqProv.txt    Unicode character database
-lib/unicore/NamesList.txt      Unicode character database
+lib/unicore/extracted/DJoinGroup.txt           Unicode character database
+lib/unicore/extracted/DJoinType.txt            Unicode character database
+lib/unicore/extracted/DLineBreak.txt           Unicode character database
+lib/unicore/extracted/DNumType.txt             Unicode character database
+lib/unicore/extracted/DNumValues.txt           Unicode character database
+lib/unicore/HangulSyllableType.txt             Unicode character database
+lib/unicore/Index.txt                          Unicode character database
+lib/unicore/Jamo.txt                           Unicode character database
+lib/unicore/LineBreak.txt                      Unicode character database
+lib/unicore/Makefile                           Unicode character database
+lib/unicore/mktables                           Unicode character database generator
+lib/unicore/mktables.lst                       File list for mktables
+lib/unicore/NameAliases.txt                    Unicode character database
+lib/unicore/NamedSequences.txt                 Unicode character database
+lib/unicore/NamedSqProv.txt                    Unicode character database
+lib/unicore/NamesList.txt                      Unicode character database
 lib/unicore/NormalizationCorrections.txt       Unicode character database
-lib/unicore/PropertyAliases.txt        Unicode character database
-lib/unicore/PropList.txt       Unicode character database
-lib/unicore/PropValueAliases.txt       Unicode character database
-lib/unicore/README.perl                        Unicode character database
-lib/unicore/README.perl                Unicode character database
-lib/unicore/ReadMe.txt         Unicode character database info
-lib/unicore/Scripts.txt                Unicode character database
-lib/unicore/SpecialCasing.txt  Unicode character database
-lib/unicore/StandardizedVariants.txt   Unicode character database
-lib/unicore/UnicodeData.txt    Unicode character database
-lib/unicore/version            The version of the Unicode
+lib/unicore/PropertyAliases.txt                        Unicode character database
+lib/unicore/PropList.txt                       Unicode character database
+lib/unicore/PropValueAliases.txt               Unicode character database
+lib/unicore/README.perl                                Unicode character database
+lib/unicore/README.perl                                Unicode character database
+lib/unicore/ReadMe.txt                         Unicode character database info
+lib/unicore/Scripts.txt                                Unicode character database
+lib/unicore/SpecialCasing.txt                  Unicode character database
+lib/unicore/StandardizedVariants.txt           Unicode character database
+lib/unicore/UnicodeData.txt                    Unicode character database
+lib/unicore/version                            The version of the Unicode
 lib/UNIVERSAL.pm               Base class for ALL classes
 lib/User/grent.pm              By-name interface to Perl's builtin getgr*
 lib/User/grent.t               See if User::grwent works
@@ -3932,49 +3931,49 @@ pod/roffitall                   troff the whole man page set
 pod/rofftoc                    Generate a table of contents in troff format
 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
+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/checkAUTHORS.pl        Check that the AUTHORS file is complete
-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
-Porting/cmpVERSION.pl  Compare whether two trees have changed modules
-Porting/config_H       Sample config.h
-Porting/config_h.pl    Reorder config_h.SH after metaconfig
-Porting/config.sh      Sample config.sh
-Porting/Contract       Social contract for contributed modules in Perl core
-Porting/core-cpan-diff Compare core distros with their CPAN equivalents
-Porting/corecpan.pl    Reports outdated dual-lived modules
-Porting/corelist.pl    Generates data for Module::CoreList
-Porting/curliff.pl     Curliff or liff your curliffable files.
-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/check83.pl             Check whether we are 8.3-friendly
+Porting/checkansi.pl           Check source code for ANSI-C violations
+Porting/checkAUTHORS.pl                Check that the AUTHORS file is complete
+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
+Porting/cmpVERSION.pl          Compare whether two trees have changed modules
+Porting/config_H               Sample config.h
+Porting/config_h.pl            Reorder config_h.SH after metaconfig
+Porting/config.sh              Sample config.sh
+Porting/Contract               Social contract for contributed modules in Perl core
+Porting/core-cpan-diff         Compare core distros with their CPAN equivalents
+Porting/corecpan.pl            Reports outdated dual-lived modules
+Porting/corelist.pl            Generates data for Module::CoreList
+Porting/curliff.pl             Curliff or liff your curliffable files.
+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-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/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/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/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/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/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
@@ -4176,7 +4175,6 @@ 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/args_assert.t            Check that all PERL_ARGS_ASSERT* macros are used
 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
@@ -4196,13 +4194,11 @@ t/lib/h2ph.h                    Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 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/manifest.t               Test that this MANIFEST file is well formed
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
 t/lib/no_load.t                        Test that some modules don't load others
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
-t/lib/Sans_mypragma.pm                 Test module for t/lib/mypragma.t
+t/lib/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
@@ -4274,7 +4270,7 @@ t/mro/next_skip.t         mro tests
 t/mro/overload_c3.t            mro tests
 t/mro/overload_dfs.t           mro tests
 t/mro/package_aliases.t                mro tests
-t/mro/pkg_gen.t                mro tests
+t/mro/pkg_gen.t                        mro tests
 t/mro/recursion_c3.t           mro tests
 t/mro/recursion_dfs.t          mro tests
 t/mro/vulcan_c3.t              mro tests
@@ -4369,7 +4365,7 @@ t/op/numconvert.t         See if accessing fields does not change numeric values
 t/op/oct.t                     See if oct and hex work
 t/op/ord.t                     See if ord works
 t/op/or.t                      See if || works in weird situations
-t/op/overload_integer.t                        See if overload::constant for integer works after "use".   
+t/op/overload_integer.t                See if overload::constant for integer works after "use".   
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
 t/op/pos.t                     See if pos works
@@ -4428,19 +4424,22 @@ 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/write.t                   See if write works (formats work)
-t/op/yadayada.t                        See if ..., !!! and ??? work
+t/op/yadayada.t                        See if ... works
 t/perl.supp                    Perl valgrind suppressions
-t/pod/diag.t                   Test completeness of perldiag.pod
-t/porting/checkcase.t  Check whether we are case-insensitive-fs-friendly
+t/porting/args_assert.t                Check that all PERL_ARGS_ASSERT* macros are used
+t/porting/checkcase.t          Check whether we are case-insensitive-fs-friendly
+t/porting/diag.t               Test completeness of perldiag.pod
+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/README                       Instructions for regression tests
-t/re/pat_advanced.t                    See if advanced esoteric patterns work
-t/re/pat_advanced_thr.t                        See if advanced esoteric patterns work in another thread
-t/re/pat_psycho.t                      See if insane esoteric and slow patterns work 
-t/re/pat_psycho_thr.t                  See if insane esoteric and slow patterns work in another thread
-t/re/pat_re_eval.t                     See if esoteric patterns using re 'eval' work
-t/re/pat_re_eval_thr.t                 See if esoteric patterns using re 'eval' work in another thread
-t/re/pat_rt_report.t                   See if esoteric patterns from rt reports work
-t/re/pat_rt_report_thr.t                       See if esoteric patterns from rt reports work in another thread
+t/re/pat_advanced.t            See if advanced esoteric patterns work
+t/re/pat_advanced_thr.t                See if advanced esoteric patterns work in another thread
+t/re/pat_psycho.t              See if insane esoteric and slow patterns work 
+t/re/pat_psycho_thr.t          See if insane esoteric and slow patterns work in another thread
+t/re/pat_re_eval.t             See if esoteric patterns using re 'eval' work
+t/re/pat_re_eval_thr.t         See if esoteric patterns using re 'eval' work in another thread
+t/re/pat_rt_report.t           See if esoteric patterns from rt reports work
+t/re/pat_rt_report_thr.t       See if esoteric patterns from rt reports work in another thread
 t/re/pat.t                     See if esoteric patterns work
 t/re/pat_thr.t                 See if esoteric patterns work in another thread
 t/re/qr_gc.t                   See if qr doesn't leak
@@ -4532,10 +4531,10 @@ util.h                          Dummy header
 utils/c2ph.PL                  program to translate dbx stabs to perl
 utils/config_data.PL           Module::Build tool
 utils/corelist.PL              Module::CoreList
-utils/cpan2dist.PL     the cpan2dist utility
+utils/cpan2dist.PL             the cpan2dist utility
 utils/cpan.PL                  easily interact with CPAN from the command line
-utils/cpanp.PL the cpanp utility
-utils/cpanp-run-perl.PL        the cpanp-run-perl utility
+utils/cpanp.PL                 the cpanp utility
+utils/cpanp-run-perl.PL                the cpanp-run-perl utility
 utils/dprofpp.PL               Perl code profile post-processor
 utils/enc2xs.PL                        Encode module generator
 utils/h2ph.PL                  A thing to turn C .h files into perl .ph files