This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove Cwd/PathTools Makefile.PL from core
[perl5.git] / MANIFEST
index f7354a7..25c96ea 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -17,6 +17,965 @@ configure.com               Configure-equivalent for VMS
 configure.gnu          Crude emulation of GNU configure
 cop.h                  Control operator header
 Copying                        The GNU General Public License
+cpan/Archive-Extract/lib/Archive/Extract.pm    Archive::Extract
+cpan/Archive-Extract/t/01_Archive-Extract.t    Archive::Extract tests
+cpan/Archive-Extract/t/src/double_dir.zip      Archive::Extract tests
+cpan/Archive-Extract/t/src/x.bz2               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.gz                        Archive::Extract tests
+cpan/Archive-Extract/t/src/x.jar               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.lzma              Archive::Extract tests
+cpan/Archive-Extract/t/src/x.par               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.tar               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.tar.gz            Archive::Extract tests
+cpan/Archive-Extract/t/src/x.tgz               Archive::Extract tests
+cpan/Archive-Extract/t/src/x.Z                 Archive::Extract tests
+cpan/Archive-Extract/t/src/x.zip               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.jar               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.par               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tar               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tar.bz2           Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tar.gz            Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tbz               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.tgz               Archive::Extract tests
+cpan/Archive-Extract/t/src/y.zip               Archive::Extract tests
+cpan/Archive-Tar/bin/ptar                              the ptar utility
+cpan/Archive-Tar/bin/ptardiff                          the ptardiff utility
+cpan/Archive-Tar/lib/Archive/Tar/Constant.pm           Archive::Tar
+cpan/Archive-Tar/lib/Archive/Tar/File.pm               Archive::Tar
+cpan/Archive-Tar/lib/Archive/Tar.pm                    Archive::Tar
+cpan/Archive-Tar/Makefile.PL                           Achive::Tar
+cpan/Archive-Tar/t/01_use.t                            Archive::Tar tests
+cpan/Archive-Tar/t/02_methods.t                                Archive::Tar tests
+cpan/Archive-Tar/t/03_file.t                           Archive::Tar tests
+cpan/Archive-Tar/t/04_resolved_issues.t                        Archive::Tar tests
+cpan/Archive-Tar/t/05_iter.t                           Archive::Tar tests
+cpan/Archive-Tar/t/06_error.t                          Archive::Tar tests
+cpan/Archive-Tar/t/90_symlink.t                                Archive::Tar tests
+cpan/Archive-Tar/t/99_pod.t                            Archive::Tar tests
+cpan/Archive-Tar/t/src/header/signed.tar               Archive::Tar tests
+cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar       Archive::Tar tests
+cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar  Archive::Tar tests
+cpan/Archive-Tar/t/src/long/b                          Archive::Tar tests
+cpan/Archive-Tar/t/src/long/bar.tar                    Archive::Tar tests
+cpan/Archive-Tar/t/src/long/foo.tbz                    Archive::Tar tests
+cpan/Archive-Tar/t/src/long/foo.tgz                    Archive::Tar tests
+cpan/Archive-Tar/t/src/short/b                         Archive::Tar tests
+cpan/Archive-Tar/t/src/short/bar.tar                   Archive::Tar tests
+cpan/Archive-Tar/t/src/short/foo.tbz                   Archive::Tar tests
+cpan/Archive-Tar/t/src/short/foo.tgz                   Archive::Tar tests
+cpan/autodie/lib/autodie/exception.pm          Exception class for autodie
+cpan/autodie/lib/autodie/exception/system.pm   Exception class for autodying system()
+cpan/autodie/lib/autodie/hints.pm      Hinting interface for autodie
+cpan/autodie/lib/autodie.pm            Functions suceed or die with lexical scope
+cpan/autodie/lib/Fatal.pm              Make errors in functions/builtins fatal
+cpan/autodie/t/00-load.t               autodie - basic load
+cpan/autodie/t/autodie.t               autodie - Basic functionality
+cpan/autodie/t/autodie_test_module.pm  autodie - test helper
+cpan/autodie/t/backcompat.t            autodie - More Fatal backcompat
+cpan/autodie/t/basic_exceptions.t      autodie - Basic exception tests
+cpan/autodie/t/binmode.t               autodie - Binmode testing
+cpan/autodie/t/blog_hints.t            autodie - Tests fro PJF's blog
+cpan/autodie/t/caller.t                        autodie - Caller diagnostics
+cpan/autodie/t/context_lexical.t       autodie - Context clobbering lexically
+cpan/autodie/t/context.t               autodie - Context clobbering tests
+cpan/autodie/t/crickey.t               autodie - Like an Australian
+cpan/autodie/t/dbmopen.t               autodie - dbm tests
+cpan/autodie/t/exception_class.t       autodie - Exception class subclasses
+cpan/autodie/t/exceptions.t            autodie - 5.10 exception tests.
+cpan/autodie/t/exec.t                  autodie - exec tests.
+cpan/autodie/t/Fatal.t                 autodie - Fatal backcompatibility
+cpan/autodie/t/filehandles.t           autodie - filehandle tests
+cpan/autodie/t/fileno.t                        autodie - fileno tests
+cpan/autodie/t/flock.t                 autodie - File locking tests
+cpan/autodie/t/format-clobber.t                autodie - Don't clobber scalars
+cpan/autodie/t/hints_insist.t          autodie - Test hints insistance
+cpan/autodie/t/hints_pod_examples.t    autodie - Test hints POD examples
+cpan/autodie/t/hints_provider_does.t   autodie - Test hints/does roles
+cpan/autodie/t/hints_provider_easy_does_it.t   autodie - Test easy hints/does
+cpan/autodie/t/hints_provider_isa.t    autodie - Test hints/inheritance
+cpan/autodie/t/hints.t                 autodie - Test hints interface
+cpan/autodie/t/internal-backcompat.t   autodie - Back-compatibility tests
+cpan/autodie/t/internal.t              autodie - internal interface tests
+cpan/autodie/t/lethal.t                        autodie - lethal is the one true name
+cpan/autodie/t/lib/autodie/test/au/exception.pm        autodie - Australian helper
+cpan/autodie/t/lib/autodie/test/au.pm          autodie - Austrlaian helper
+cpan/autodie/t/lib/autodie/test/badname.pm     autodie - Bad exception class
+cpan/autodie/t/lib/autodie/test/missing.pm     autodie - Missing exception class
+cpan/autodie/t/lib/Caller_helper.pm            autodie - Caller helper
+cpan/autodie/t/lib/Hints_pod_examples.pm       autodie - Hints/pod helper
+cpan/autodie/t/lib/Hints_provider_does.pm      autodie - Hints/does helper
+cpan/autodie/t/lib/Hints_provider_easy_does_it.pm      autodie - Hints/easy helper
+cpan/autodie/t/lib/Hints_provider_isa.pm       autodie - Hints/inherit helper
+cpan/autodie/t/lib/Hints_test.pm       autodie - Hints test helper
+cpan/autodie/t/lib/lethal.pm           autodie - with a better name
+cpan/autodie/t/lib/my/autodie.pm       autodie - blog_hints.t helper
+cpan/autodie/t/lib/OtherTypes.pm       autodie - Format clobberer helper.
+cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm        autodie - With Klingon honour
+cpan/autodie/t/lib/pujHa/ghach.pm      autodie - Like a Klingon
+cpan/autodie/t/lib/Some/Module.pm      autodie - blog_hints.t helper
+cpan/autodie/t/mkdir.t                 autodie - filesystem tests
+cpan/autodie/t/open.t                  autodie - Testing open
+cpan/autodie/t/recv.t                  autodie - send/recv tests
+cpan/autodie/t/repeat.t                        autodie - repeat autodie leak tests
+cpan/autodie/t/scope_leak.t            autodie - file scope leak tests
+cpan/autodie/t/string-eval-basic.t     autodie - Basic string eval test
+cpan/autodie/t/string-eval-leak.t      autodie - String eval leak test
+cpan/autodie/t/sysopen.t               autodie - sysopen tests
+cpan/autodie/t/truncate.t              autodie - File truncation tests
+cpan/autodie/t/unlink.t                        autodie - Unlink system tests.
+cpan/autodie/t/user-context.t          autodie - Context changes for usersubs
+cpan/autodie/t/usersub.t               autodie - user subroutine tests
+cpan/autodie/t/version.t               autodie - versioning tests
+cpan/autodie/t/version_tag.t
+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/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/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
+cpan/CPAN/lib/CPAN/CacheMgr.pm         helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Complete.pm         helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Debug.pm            helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/DeferredCode.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Distribution.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Distroprefs.pm              helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Distrostatus.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm        helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm    helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/FirstTime.pm                Utility for creating CPAN config files
+cpan/CPAN/lib/CPAN/FTP/netrc.pm                helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/FTP.pm                      helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/HandleConfig.pm     helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Index.pm            helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/InfoObj.pm          helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd              helper file for validating config files
+cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml     helper file for validating config files
+cpan/CPAN/lib/CPAN/Kwalify.pm          helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/LWP/UserAgent.pm    helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Module.pm           helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/Nox.pm                      Runs CPAN while avoiding compiled extensions
+cpan/CPAN/lib/CPAN/PAUSE2003.pub               CPAN public key
+cpan/CPAN/lib/CPAN/PAUSE2005.pub               CPAN public key
+cpan/CPAN/lib/CPAN/PAUSE2007.pub               CPAN public key
+cpan/CPAN/lib/CPAN/PAUSE2009.pub               CPAN public key
+cpan/CPAN/lib/CPAN.pm                  Interface to Comprehensive Perl Archive Network
+cpan/CPAN/lib/CPAN/Prompt.pm
+cpan/CPAN/lib/CPAN/Queue.pm            queueing system for CPAN.pm
+cpan/CPAN/lib/CPAN/Shell.pm
+cpan/CPAN/lib/CPAN/SIGNATURE           CPAN public key
+cpan/CPAN/lib/CPAN/Tarzip.pm           helper package for CPAN.pm
+cpan/CPAN/lib/CPAN/URL.pm
+cpan/CPAN/lib/CPAN/Version.pm          Simple math with different flavors of version strings
+cpan/CPAN/Makefile.PL
+cpan/CPANPLUS/bin/cpan2dist                    the cpan2dist utility
+cpan/CPANPLUS/bin/cpanp                                the cpanp utility
+cpan/CPANPLUS/bin/cpanp-run-perl               the cpanp-run-perl utility
+cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm  CPANPLUS::Dist::Build
+cpan/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm            CPANPLUS::Dist::Build
+cpan/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t  CPANPLUS::Dist::Build tests
+cpan/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t            CPANPLUS::Dist::Build tests
+cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz
+cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz
+cpan/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz
+cpan/CPANPLUS-Dist-Build/t/dummy-perl/.hidden                  CPANPLUS::Dist::Build tests
+cpan/CPANPLUS-Dist-Build/t/inc/conf.pl                         CPANPLUS::Dist::Build tests
+cpan/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz                CPANPLUS::Dist::Build tests
+cpan/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz          CPANPLUS::Dist::Build tests
+cpan/CPANPLUS/lib/CPANPLUS/Backend.pm                          CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Backend/RV.pm                       CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Config.pm                           CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Configure.pm                                CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm                  CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm                  CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Dist/Base.pm                                CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Dist/MM.pm                          CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Dist.pm                             CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm                      CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Error.pm                            CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/FAQ.pod                             CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Hacking.pod                         CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm              CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm       CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm                        CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm                  CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals.pm                                CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Report.pm                 CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Search.pm                 CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm          CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Source.pm                 CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm          CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm      CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm                CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm                  CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm               CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module/Author.pm                    CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm                 CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module/Fake.pm                      CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module.pm                           CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Module/Signature.pm                 CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS.pm                                  CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Selfupdate.pm                       CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm                    CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm       CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod     CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm     CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm     CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell/Default.pm                    CPANPLUS
+cpan/CPANPLUS/lib/CPANPLUS/Shell.pm                            CPANPLUS
+cpan/CPANPLUS/Makefile.PL
+cpan/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t          CPANPLUS tests
+cpan/CPANPLUS/t/01_CPANPLUS-Configure.t                        CPANPLUS tests
+cpan/CPANPLUS/t/02_CPANPLUS-Internals.t                        CPANPLUS tests
+cpan/CPANPLUS/t/03_CPANPLUS-Internals-Source.t         CPANPLUS tests
+cpan/CPANPLUS/t/04_CPANPLUS-Module.t                   CPANPLUS tests
+cpan/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t          CPANPLUS tests
+cpan/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t      CPANPLUS tests
+cpan/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t                CPANPLUS tests
+cpan/CPANPLUS/t/08_CPANPLUS-Backend.t                  CPANPLUS tests
+cpan/CPANPLUS/t/09_CPANPLUS-Internals-Search.t         CPANPLUS tests
+cpan/CPANPLUS/t/10_CPANPLUS-Error.t                    CPANPLUS tests
+cpan/CPANPLUS/t/15_CPANPLUS-Shell.t                    CPANPLUS tests
+cpan/CPANPLUS/t/19_CPANPLUS-Dist.t                     CPANPLUS tests
+cpan/CPANPLUS/t/20_CPANPLUS-Dist-MM.t                  CPANPLUS tests
+cpan/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t            CPANPLUS tests
+cpan/CPANPLUS/t/25_CPANPLUS.t                          CPANPLUS tests
+cpan/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t     CPANPLUS tests
+cpan/CPANPLUS/t/40_CPANPLUS-Internals-Report.t         CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz     CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz        CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS                 CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta         CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme       CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz       CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz       CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS                   CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme         CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz         CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS                 CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme       CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz       CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS           CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm              CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz   CPANPLUS tests
+cpan/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz           CPANPLUS tests
+cpan/CPANPLUS/t/inc/conf.pl                                    CPANPLUS tests
+cpan/CPAN/scripts/cpan         easily interact with CPAN from the command line
+cpan/CPAN/t/01loadme.t         See if CPAN the module works
+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
+cpan/DB_File/DB_File.pm                Berkeley DB extension Perl module
+cpan/DB_File/DB_File.xs                Berkeley DB extension external subroutines
+cpan/DB_File/dbinfo            Berkeley DB database version checker
+cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
+cpan/DB_File/hints/sco.pl      Hint for DB_File for named architecture
+cpan/DB_File/Makefile.PL       Berkeley DB extension makefile writer
+cpan/DB_File/t/db-btree.t      See if DB_File works
+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/Encode/AUTHORS            List of authors
+cpan/Encode/bin/enc2xs         Encode module generator
+cpan/Encode/bin/piconv         iconv by perl
+cpan/Encode/bin/ucm2table      Table Generator for testing
+cpan/Encode/bin/ucmlint                A UCM Lint utility
+cpan/Encode/bin/ucmsort                A UCM sort utility
+cpan/Encode/bin/unidump                Unicode Dump like hexdump(1)
+cpan/Encode/Byte/Byte.pm               Encode extension
+cpan/Encode/Byte/Makefile.PL   Encode extension
+cpan/Encode/Changes            Change Log
+cpan/Encode/CN/CN.pm           Encode extension
+cpan/Encode/CN/Makefile.PL     Encode extension
+cpan/Encode/EBCDIC/EBCDIC.pm   Encode extension
+cpan/Encode/EBCDIC/Makefile.PL Encode extension
+cpan/Encode/encengine.c                Encode extension
+cpan/Encode/Encode/Changes.e2x Skeleton file for enc2xs
+cpan/Encode/Encode/ConfigLocal_PM.e2x  Skeleton file for enc2xs
+cpan/Encode/Encode/encode.h    Encode extension header file
+cpan/Encode/Encode/Makefile_PL.e2x     Skeleton file for enc2xs
+cpan/Encode/Encode.pm          Mother of all Encode extensions
+cpan/Encode/Encode/_PM.e2x     Skeleton file for enc2xs
+cpan/Encode/Encode/README.e2x  Skeleton file for enc2xs
+cpan/Encode/Encode/_T.e2x      Skeleton file for enc2xs
+cpan/Encode/Encode.xs          Encode extension
+cpan/Encode/encoding.pm                Perl Pragmatic Module
+cpan/Encode/JP/JP.pm           Encode extension
+cpan/Encode/JP/Makefile.PL     Encode extension
+cpan/Encode/KR/KR.pm           Encode extension
+cpan/Encode/KR/Makefile.PL     Encode extension
+cpan/Encode/lib/Encode/Alias.pm        Encode extension
+cpan/Encode/lib/Encode/CJKConstants.pm Encode extension
+cpan/Encode/lib/Encode/CN/HZ.pm                Encode extension
+cpan/Encode/lib/Encode/Config.pm       Encode configuration module
+cpan/Encode/lib/Encode/Encoder.pm      OO Encoder
+cpan/Encode/lib/Encode/Encoding.pm     Encode extension
+cpan/Encode/lib/Encode/GSM0338.pm      Encode extension
+cpan/Encode/lib/Encode/Guess.pm        Encode Extension
+cpan/Encode/lib/Encode/JP/H2Z.pm       Encode extension
+cpan/Encode/lib/Encode/JP/JIS7.pm      Encode extension
+cpan/Encode/lib/Encode/KR/2022_KR.pm   Encode extension
+cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm      Encode extension
+cpan/Encode/lib/Encode/MIME/Header.pm  Encode extension
+cpan/Encode/lib/Encode/MIME/Name.pm    Encode extension
+cpan/Encode/lib/Encode/PerlIO.pod      Documents for Encode & PerlIO
+cpan/Encode/lib/Encode/Supported.pod   Documents for supported encodings
+cpan/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
+cpan/Encode/Makefile.PL                        Encode extension makefile writer
+cpan/Encode/MANIFEST                   Encode MANIFEST
+cpan/Encode/META.yml                   Encode META.yml
+cpan/Encode/README                     Encode extension
+cpan/Encode/Symbol/Makefile.PL         Encode extension
+cpan/Encode/Symbol/Symbol.pm           Encode extension
+cpan/Encode/t/Aliases.t                        test script
+cpan/Encode/t/at-cn.t                  test script
+cpan/Encode/t/at-tw.t                  test script
+cpan/Encode/t/big5-eten.enc            test data
+cpan/Encode/t/big5-eten.utf            test data
+cpan/Encode/t/big5-hkscs.enc           test data
+cpan/Encode/t/big5-hkscs.utf           test data
+cpan/Encode/t/CJKT.t                   test script
+cpan/Encode/t/enc_data.t               test script for utf8 DATA
+cpan/Encode/t/enc_eucjp.t              test script
+cpan/Encode/t/enc_module.enc           test data for t/enc_module.t
+cpan/Encode/t/enc_module.t             test script
+cpan/Encode/t/Encoder.t                        test script
+cpan/Encode/t/Encode.t                 test script
+cpan/Encode/t/encoding.t               test script
+cpan/Encode/t/enc_utf8.t               test script
+cpan/Encode/t/fallback.t               test script
+cpan/Encode/t/from_to.t                        test script
+cpan/Encode/t/gb2312.enc               test data
+cpan/Encode/t/gb2312.utf               test data
+cpan/Encode/t/grow.t                   test script
+cpan/Encode/t/gsm0338.t                        test script
+cpan/Encode/t/guess.t                  test script
+cpan/Encode/t/jis7-fallback.t          test script
+cpan/Encode/t/jisx0201.enc             test data
+cpan/Encode/t/jisx0201.utf             test data
+cpan/Encode/t/jisx0208.enc             test data
+cpan/Encode/t/jisx0208.utf             test data
+cpan/Encode/t/jisx0212.enc             test data
+cpan/Encode/t/jisx0212.utf             test data
+cpan/Encode/t/jperl.t                  test script
+cpan/Encode/t/ksc5601.enc              test data
+cpan/Encode/t/ksc5601.utf              test data
+cpan/Encode/t/mime_header_iso2022jp.t  test script
+cpan/Encode/t/mime-header.t            test script
+cpan/Encode/t/mime-name.t              test script
+cpan/Encode/t/Mod_EUCJP.pm             module that t/enc_module.enc uses
+cpan/Encode/t/perlio.t                 test script
+cpan/Encode/t/piconv.t                 Test for piconv.t
+cpan/Encode/t/rt.pl                    test script
+cpan/Encode/t/unibench.pl              benchmark script
+cpan/Encode/t/Unicode.t                        test script
+cpan/Encode/t/utf8strict.t             test script
+cpan/Encode/TW/Makefile.PL             Encode extension
+cpan/Encode/TW/TW.pm                   Encode extension
+cpan/Encode/ucm/8859-10.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-11.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-13.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-14.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-15.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-16.ucm            Unicode Character Map
+cpan/Encode/ucm/8859-1.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-2.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-3.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-4.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-5.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-6.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-7.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-8.ucm             Unicode Character Map
+cpan/Encode/ucm/8859-9.ucm             Unicode Character Map
+cpan/Encode/ucm/adobeStdenc.ucm                Unicode Character Map
+cpan/Encode/ucm/adobeSymbol.ucm                Unicode Character Map
+cpan/Encode/ucm/adobeZdingbat.ucm      Unicode Character Map
+cpan/Encode/ucm/ascii.ucm              Unicode Character Map
+cpan/Encode/ucm/big5-eten.ucm          Unicode Character Map
+cpan/Encode/ucm/big5-hkscs.ucm         Unicode Character Map
+cpan/Encode/ucm/cp037.ucm              Unicode Character Map
+cpan/Encode/ucm/cp1006.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1026.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1047.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1250.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1251.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1252.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1253.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1254.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1255.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1256.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1257.ucm             Unicode Character Map
+cpan/Encode/ucm/cp1258.ucm             Unicode Character Map
+cpan/Encode/ucm/cp424.ucm              Unicode Character Map
+cpan/Encode/ucm/cp437.ucm              Unicode Character Map
+cpan/Encode/ucm/cp500.ucm              Unicode Character Map
+cpan/Encode/ucm/cp737.ucm              Unicode Character Map
+cpan/Encode/ucm/cp775.ucm              Unicode Character Map
+cpan/Encode/ucm/cp850.ucm              Unicode Character Map
+cpan/Encode/ucm/cp852.ucm              Unicode Character Map
+cpan/Encode/ucm/cp855.ucm              Unicode Character Map
+cpan/Encode/ucm/cp856.ucm              Unicode Character Map
+cpan/Encode/ucm/cp857.ucm              Unicode Character Map
+cpan/Encode/ucm/cp858.ucm              Unicode Character Map
+cpan/Encode/ucm/cp860.ucm              Unicode Character Map
+cpan/Encode/ucm/cp861.ucm              Unicode Character Map
+cpan/Encode/ucm/cp862.ucm              Unicode Character Map
+cpan/Encode/ucm/cp863.ucm              Unicode Character Map
+cpan/Encode/ucm/cp864.ucm              Unicode Character Map
+cpan/Encode/ucm/cp865.ucm              Unicode Character Map
+cpan/Encode/ucm/cp866.ucm              Unicode Character Map
+cpan/Encode/ucm/cp869.ucm              Unicode Character Map
+cpan/Encode/ucm/cp874.ucm              Unicode Character Map
+cpan/Encode/ucm/cp875.ucm              Unicode Character Map
+cpan/Encode/ucm/cp932.ucm              Unicode Character Map
+cpan/Encode/ucm/cp936.ucm              Unicode Character Map
+cpan/Encode/ucm/cp949.ucm              Unicode Character Map
+cpan/Encode/ucm/cp950.ucm              Unicode Character Map
+cpan/Encode/ucm/ctrl.ucm               Unicode Character Map
+cpan/Encode/ucm/dingbats.ucm           Unicode Character Map
+cpan/Encode/ucm/euc-cn.ucm             Unicode Character Map
+cpan/Encode/ucm/euc-jp.ucm             Unicode Character Map
+cpan/Encode/ucm/euc-kr.ucm             Unicode Character Map
+cpan/Encode/ucm/gb12345.ucm            Unicode Character Map
+cpan/Encode/ucm/gb2312.ucm             Unicode Character Map
+cpan/Encode/ucm/hp-roman8.ucm          Unicode Character Map
+cpan/Encode/ucm/ir-165.ucm             Unicode Character Map
+cpan/Encode/ucm/jis0201.ucm            Unicode Character Map
+cpan/Encode/ucm/jis0208.ucm            Unicode Character Map
+cpan/Encode/ucm/jis0212.ucm            Unicode Character Map
+cpan/Encode/ucm/johab.ucm              Unicode Character Map
+cpan/Encode/ucm/koi8-f.ucm             Unicode Character Map
+cpan/Encode/ucm/koi8-r.ucm             Unicode Character Map
+cpan/Encode/ucm/koi8-u.ucm             Unicode Character Map
+cpan/Encode/ucm/ksc5601.ucm            Unicode Character Map
+cpan/Encode/ucm/macArabic.ucm          Unicode Character Map
+cpan/Encode/ucm/macCentEuro.ucm                Unicode Character Map
+cpan/Encode/ucm/macChinsimp.ucm                Unicode Character Map
+cpan/Encode/ucm/macChintrad.ucm                Unicode Character Map
+cpan/Encode/ucm/macCroatian.ucm                Unicode Character Map
+cpan/Encode/ucm/macCyrillic.ucm                Unicode Character Map
+cpan/Encode/ucm/macDingbats.ucm                Unicode Character Map
+cpan/Encode/ucm/macFarsi.ucm           Unicode Character Map
+cpan/Encode/ucm/macGreek.ucm           Unicode Character Map
+cpan/Encode/ucm/macHebrew.ucm          Unicode Character Map
+cpan/Encode/ucm/macIceland.ucm         Unicode Character Map
+cpan/Encode/ucm/macJapanese.ucm                Unicode Character Map
+cpan/Encode/ucm/macKorean.ucm          Unicode Character Map
+cpan/Encode/ucm/macRoman.ucm           Unicode Character Map
+cpan/Encode/ucm/macROMnn.ucm           Unicode Character Map
+cpan/Encode/ucm/macRUMnn.ucm           Unicode Character Map
+cpan/Encode/ucm/macSami.ucm            Unicode Character Map
+cpan/Encode/ucm/macSymbol.ucm          Unicode Character Map
+cpan/Encode/ucm/macThai.ucm            Unicode Character Map
+cpan/Encode/ucm/macTurkish.ucm         Unicode Character Map
+cpan/Encode/ucm/macUkraine.ucm         Unicode Character Map
+cpan/Encode/ucm/nextstep.ucm           Unicode Character Map
+cpan/Encode/ucm/null.ucm               Unicode Character Map
+cpan/Encode/ucm/posix-bc.ucm           Unicode Character Map
+cpan/Encode/ucm/shiftjis.ucm           Unicode Character Map
+cpan/Encode/ucm/symbol.ucm             Unicode Character Map
+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/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
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm        CBuilder methods for cygwin
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm        CBuilder methods for darwin
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm       CBuilder methods for OSF
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm   CBuilder methods for OS/2
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm  CBuilder methods for Unix
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm   CBuilder methods for VMS
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm       CBuilder methods for Windows
+cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                        Compile and link C code for Perl modules
+cpan/ExtUtils-CBuilder/t/00-have-compiler.t                    ExtUtils::CBuilder tests
+cpan/ExtUtils-CBuilder/t/01-basic.t                            tests for ExtUtils::CBuilder
+cpan/ExtUtils-CBuilder/t/02-link.t                             tests for ExtUtils::CBuilder
+cpan/ExtUtils-ParseXS/Changes                  ExtUtils::ParseXS change log
+cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm  converts Perl XS code into C code
+cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp      External subroutine preprocessor
+cpan/ExtUtils-ParseXS/t/basic.t                        See if ExtUtils::ParseXS works
+cpan/ExtUtils-ParseXS/t/usage.t                        ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSTest.pm              Test file for ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSTest.xs              Test file for ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSUsage.pm             ExtUtils::ParseXS tests
+cpan/ExtUtils-ParseXS/t/XSUsage.xs             ExtUtils::ParseXS tests
+cpan/File-Fetch/lib/File/Fetch.pm      File::Fetch
+cpan/File-Fetch/t/01_File-Fetch.t      File::Fetch tests
+cpan/File-Path/lib/File/Path.pm                Do things like 'mkdir -p' and 'rm -r'
+cpan/File-Path/t/Path.t                        See if File::Path works
+cpan/Getopt-Long/CHANGES               Getopt::Long changes
+cpan/Getopt-Long/lib/Getopt/Long.pm    Fetch command options (GetOptions)
+cpan/Getopt-Long/README                        Getopt::Long README
+cpan/Getopt-Long/t/gol-basic.t         See if Getopt::Long works
+cpan/Getopt-Long/t/gol-compat.t                See if Getopt::Long works
+cpan/Getopt-Long/t/gol-linkage.t       See if Getopt::Long works
+cpan/Getopt-Long/t/gol-oo.t            See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xargv.t         See if Getopt::Long works
+cpan/Getopt-Long/t/gol-xstring.t       See if Getopt::Long works
+cpan/IPC-Cmd/lib/IPC/Cmd.pm                    IPC::Cmd
+cpan/IPC-Cmd/t/01_IPC-Cmd.t    IPC::Cmd tests
+cpan/IPC-Cmd/t/02_Interactive.t        IPC::Cmd tests
+cpan/IPC-Cmd/t/src/child.pl    IPC::Cmd tests
+cpan/IPC-Cmd/t/src/output.pl   IPC::Cmd tests
+cpan/IPC-Cmd/t/src/x.tgz       IPC::Cmd tests
+cpan/IPC-SysV/Changes                  IPC::SysV changes
+cpan/IPC-SysV/hints/cygwin.pl          Hint for IPC::SysV for named architecture
+cpan/IPC-SysV/hints/next_3.pl          Hint for IPC::SysV for named architecture
+cpan/IPC-SysV/lib/IPC/Msg.pm           IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/Semaphore.pm     IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/SharedMem.pm     IPC::SysV extension Perl module
+cpan/IPC-SysV/lib/IPC/SysV.pm          IPC::SysV extension Perl module
+cpan/IPC-SysV/Makefile.PL              IPC::SysV makefile writer
+cpan/IPC-SysV/MANIFEST.SKIP            IPC::SysV manifest skip specs
+cpan/IPC-SysV/README                   IPC::SysV README
+cpan/IPC-SysV/regen.pl                 IPC::SysV file regeneration script
+cpan/IPC-SysV/SysV.xs                  IPC::SysV extension Perl module
+cpan/IPC-SysV/t/ipcsysv.t              IPC::SysV test file
+cpan/IPC-SysV/t/msg.t                  IPC::SysV test file
+cpan/IPC-SysV/TODO                     IPC::SysV todo file
+cpan/IPC-SysV/t/podcov.t               IPC::SysV test file
+cpan/IPC-SysV/t/pod.t                  IPC::SysV test file
+cpan/IPC-SysV/t/sem.t                  IPC::SysV test file
+cpan/IPC-SysV/t/shm.t                  IPC::SysV test file
+cpan/IPC-SysV/typemap                  IPC::SysV typemap
+cpan/Log-Message/lib/Log/Message/Config.pm     Log::Message
+cpan/Log-Message/lib/Log/Message/Handlers.pm   Log::Message
+cpan/Log-Message/lib/Log/Message/Item.pm       Log::Message
+cpan/Log-Message/lib/Log/Message.pm            Log::Message
+cpan/Log-Message-Simple/lib/Log/Message/Simple.pm      Log::Simple
+cpan/Log-Message-Simple/t/01_use.t                     Log::Simple tests
+cpan/Log-Message-Simple/t/02_imports.t                 Log::Simple tests
+cpan/Log-Message-Simple/t/03_functions.t               Log::Simple tests
+cpan/Log-Message/t/01_Log-Message-Config.t     Log::Message tests
+cpan/Log-Message/t/02_Log-Message.t            Log::Message tests
+cpan/Log-Message/t/conf/config_file            Log::Message tests
+cpan/Log-Message/t/conf/LoadMe.pl              Log::Message tests
+cpan/Math-Complex/lib/Math/Complex.pm  A Complex package
+cpan/Math-Complex/lib/Math/Trig.pm     A simple interface to complex trigonometry
+cpan/Math-Complex/t/Complex.t          See if Math::Complex works
+cpan/Math-Complex/t/Trig.t             See if Math::Trig works
+cpan/Math-Complex/t/underbar.t         See if Math::Complex works
+cpan/Module-Build/Changes                              Module::Build
+cpan/Module-Build/lib/Module/Build/API.pod             Module::Build
+cpan/Module-Build/lib/Module/Build/Authoring.pod       Module::Build
+cpan/Module-Build/lib/Module/Build/Base.pm             Module::Build
+cpan/Module-Build/lib/Module/Build/Compat.pm           Module::Build
+cpan/Module-Build/lib/Module/Build/Config.pm           Module::Build
+cpan/Module-Build/lib/Module/Build/Cookbook.pm         Module::Build
+cpan/Module-Build/lib/Module/Build/Dumper.pm           Module::Build
+cpan/Module-Build/lib/Module/Build/ModuleInfo.pm       Module::Build
+cpan/Module-Build/lib/Module/Build/Notes.pm            Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/aix.pm     Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm   Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm  Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/darwin.pm  Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/Default.pm Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm  Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm   Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm   Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/os2.pm     Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm  Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/Unix.pm    Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/VMS.pm     Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/VOS.pm     Module::Build
+cpan/Module-Build/lib/Module/Build/Platform/Windows.pm Module::Build
+cpan/Module-Build/lib/Module/Build.pm                  Module::Build
+cpan/Module-Build/lib/Module/Build/PodParser.pm                Module::Build
+cpan/Module-Build/lib/Module/Build/PPMMaker.pm         Module::Build
+cpan/Module-Build/lib/Module/Build/Version.pm          Module::Build
+cpan/Module-Build/lib/Module/Build/YAML.pm             Module::Build
+cpan/Module-Build/scripts/config_data                  Module::Build
+cpan/Module-Build/t/add_property.t                     Module::Build
+cpan/Module-Build/t/basic.t                            Module::Build
+cpan/Module-Build/t/bundled/Tie/CPHash.pm              Module::Build.pm
+cpan/Module-Build/t/compat/exit.t                      Module::Build
+cpan/Module-Build/t/compat.t                           Module::Build
+cpan/Module-Build/t/debug.t                            Module::Build tests
+cpan/Module-Build/t/destinations.t                     Module::Build
+cpan/Module-Build/t/extend.t                           Module::Build
+cpan/Module-Build/t/ext.t                              Module::Build
+cpan/Module-Build/t/files.t                            Module::Build
+cpan/Module-Build/t/help.t                             Module::Build
+cpan/Module-Build/t/install_extra_target.t             Module::Build tests
+cpan/Module-Build/t/install.t                          Module::Build
+cpan/Module-Build/t/lib/DistGen.pm                     Module::Build
+cpan/Module-Build/t/lib/MBTest.pm                      Module::Build
+cpan/Module-Build/t/manifypods.t                       Module::Build
+cpan/Module-Build/t/mbyaml.t                           Module::Build
+cpan/Module-Build/t/metadata2.t                                Module::Build
+cpan/Module-Build/t/metadata.t                         Module::Build
+cpan/Module-Build/t/moduleinfo.t                       Module::Build
+cpan/Module-Build/t/new_from_context.t                 Module::Build
+cpan/Module-Build/t/notes.t                            Module::Build
+cpan/Module-Build/t/parents.t                          Module::Build
+cpan/Module-Build/t/PL_files.t                         Module::Build tests
+cpan/Module-Build/t/pod_parser.t                       Module::Build
+cpan/Module-Build/t/ppm.t                              Module::Build
+cpan/Module-Build/t/runthrough.t                       Module::Build
+cpan/Module-Build/t/script_dist.t                      Module::Build
+cpan/Module-Build/t/test_file_exts.t                   Module::Build
+cpan/Module-Build/t/test_types.t                       Module::Build
+cpan/Module-Build/t/test_type.t                                Module::Build
+cpan/Module-Build/t/tilde.t                            Module::Build
+cpan/Module-Build/t/use_tap_harness.t                  Module::Build
+cpan/Module-Build/t/versions.t                         Module::Build
+cpan/Module-Build/t/write_default_maniskip.t           Module::Build tests
+cpan/Module-Build/t/xs.t                               Module::Build
+cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm    Module::Conditional
+cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t    Module::Conditional tests
+cpan/Module-Load-Conditional/t/02_Parse_Version.t              Module::Load::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/Commented.pm            Module::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/InPod.pm                        Module::Load::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/LoadIt.pm               Module::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/LoadMe.pl               Module::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm                Module::Load::Conditional tests
+cpan/Module-Load-Conditional/t/to_load/ToBeLoaded              Module::Conditional tests
+cpan/Module-Loaded/lib/Module/Loaded.pm        Module::Loaded
+cpan/Module-Loaded/t/01_Module-Loaded.t        Module::Loaded tests
+cpan/Module-Load/lib/Module/Load.pm            Module::Load
+cpan/Module-Load/t/01_Module-Load.t            Module::Load tests
+cpan/Module-Load/t/to_load/config_file         Module::Load tests
+cpan/Module-Load/t/to_load/LoadIt.pm           Module::Load tests
+cpan/Module-Load/t/to_load/LoadMe.pl           Module::Load tests
+cpan/Module-Load/t/to_load/Must/Be/Loaded.pm   Module::Load tests
+cpan/Module-Load/t/to_load/TestModule.pm       Module::Load tests
+cpan/Module-Load/t/to_load/ToBeLoaded          Module::Load tests
+cpan/NEXT/Changes              NEXT
+cpan/NEXT/lib/NEXT.pm          Pseudo-class NEXT for method redispatch
+cpan/NEXT/README               NEXT
+cpan/NEXT/t/actual.t           NEXT
+cpan/NEXT/t/actuns.t           NEXT
+cpan/NEXT/t/dynamically_scoped_regex_vars.t    NEXT
+cpan/NEXT/t/next.t             NEXT
+cpan/NEXT/t/stringify.t                NEXT
+cpan/NEXT/t/unseen.t           NEXT
+cpan/Object-Accessor/lib/Object/Accessor.pm            Object::Accessor
+cpan/Object-Accessor/t/00_Object-Accessor.t            Object::Accessor tests
+cpan/Object-Accessor/t/01_Object-Accessor-Subclassed.t Object::Accessor tests
+cpan/Object-Accessor/t/02_Object-Accessor-allow.t      Object::Accessor tests
+cpan/Object-Accessor/t/03_Object-Accessor-local.t      Object::Accessor tests
+cpan/Object-Accessor/t/04_Object-Accessor-lvalue.t     Object::Accessor tests
+cpan/Object-Accessor/t/05_Object-Accessor-callback.t   Object::Accessor tests
+cpan/Object-Accessor/t/06_Object-Accessor-alias.t      Object::Accessor tests
+cpan/Package-Constants/lib/Package/Constants.pm        Package::Constants
+cpan/Package-Constants/t/01_list.t             Package::Constants tests
+cpan/Params-Check/lib/Params/Check.pm  Params::Check
+cpan/Params-Check/t/01_Params-Check.t  Params::Check tests
+cpan/Parse-CPAN-Meta/Changes                           Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm            Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/01_compile.t                    Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/02_basic.t                      Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/03_regression.t                 Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/04_scalar.t                     Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/05_export.t                     Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/11_meta_yml.t                   Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/12_plagger.t                    Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/13_perl_smith.t                 Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/14_yaml_org.t                   Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/15_multibyte.t                  Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/16_nullrefs.t                   Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/17_toolbar.t                    Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/18_tap.t                                Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/19_errors.t                     Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/21_bom.t                                Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/HTML-WebDAO.yml            Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/multibyte.yml              Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/sample.yml                 Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml       Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml     Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/toolbar.yml                        Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml          Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/data/vanilla.yml                        Parse::CPAN::Meta
+cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm     Parse::CPAN::Meta testing library
+cpan/podlators/lib/Pod/Man.pm                  Convert POD data to *roff
+cpan/podlators/lib/Pod/ParseLink.pm            Perl an L<> formatting code in POD text
+cpan/podlators/lib/Pod/Text/Color.pm           Convert POD data to color ASCII text
+cpan/podlators/lib/Pod/Text/Overstrike.pm      Convert POD data to formatted overstrike text
+cpan/podlators/lib/Pod/Text.pm                 Pod-Parser - convert POD data to formatted ASCII text
+cpan/podlators/lib/Pod/Text/Termcap.pm         Convert POD data to ASCII text with format escapes
+cpan/podlators/Makefile.PL
+cpan/podlators/t/basic.cap                     podlators test
+cpan/podlators/t/basic.clr                     podlators test
+cpan/podlators/t/basic.man                     podlators test
+cpan/podlators/t/basic.ovr                     podlators test
+cpan/podlators/t/basic.pod                     podlators test
+cpan/podlators/t/basic.t                       podlators test
+cpan/podlators/t/basic.txt                     podlators test
+cpan/podlators/t/color.t                       podlators test
+cpan/podlators/t/filehandle.t                  podlators test
+cpan/podlators/t/man-options.t                 podlators test
+cpan/podlators/t/man.t                         podlators test
+cpan/podlators/t/man-utf8.t                    podlators test
+cpan/podlators/t/parselink.t                   podlators test
+cpan/podlators/t/pod-parser.t                  podlators test
+cpan/podlators/t/pod-spelling.t                        podlators test
+cpan/podlators/t/pod.t                         podlators test
+cpan/podlators/t/termcap.t                     podlators test
+cpan/podlators/t/text-encoding.t               podlators test
+cpan/podlators/t/text-options.t                        podlators test
+cpan/podlators/t/text.t                                podlators test
+cpan/podlators/t/text-utf8.t                   podlators test
+cpan/podlators/VERSION                         podlators custom Makefile.PL
+cpan/podlators/VERSION                         podlators distribution version
+cpan/Sys-Syslog/Changes                        Changlog for Sys::Syslog
+cpan/Sys-Syslog/fallback/const-c.inc   Sys::Syslog constants fallback file
+cpan/Sys-Syslog/fallback/const-xs.inc  Sys::Syslog constants fallback file
+cpan/Sys-Syslog/fallback/syslog.h      Sys::Syslog header fallback file
+cpan/Sys-Syslog/Makefile.PL            Sys::Syslog extension makefile writer
+cpan/Sys-Syslog/README                 README for Sys::Syslog
+cpan/Sys-Syslog/README.win32           README for Sys::Syslog on Windows
+cpan/Sys-Syslog/Syslog.pm              Sys::Syslog extension Perl module
+cpan/Sys-Syslog/Syslog.xs              Sys::Syslog extension external subroutines
+cpan/Sys-Syslog/t/00-load.t            test for Sys::Syslog
+cpan/Sys-Syslog/t/constants.t          test for Sys::Syslog
+cpan/Sys-Syslog/t/syslog.t             See if Sys::Syslog works
+cpan/Sys-Syslog/win32/compile.pl       Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_dll.uu   Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog.mc       Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/PerlLog_RES.uu   Sys::Syslog extension Win32 related file
+cpan/Sys-Syslog/win32/Win32.pm         Sys::Syslog extension Win32 related file
+cpan/Term-ANSIColor/ANSIColor.pm       Perl module supporting termcap usage
+cpan/Term-ANSIColor/ChangeLog          Term::ANSIColor
+cpan/Term-ANSIColor/README             Term::ANSIColor
+cpan/Term-ANSIColor/t/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
 Cross/build-arm-n770-sh        Cross-compilation
 Cross/cflags-cross-arm Cross-compilation
 Cross/config           Cross-compilation
@@ -34,6 +993,27 @@ 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
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
 djgpp/djgpp.c          DOS/DJGPP port
@@ -58,145 +1038,11 @@ 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/Archive-Extract/lib/Archive/Extract.pm     Archive::Extract
-ext/Archive-Extract/t/01_Archive-Extract.t     Archive::Extract tests
-ext/Archive-Extract/t/src/double_dir.zip       Archive::Extract tests
-ext/Archive-Extract/t/src/x.bz2        Archive::Extract tests
-ext/Archive-Extract/t/src/x.gz Archive::Extract tests
-ext/Archive-Extract/t/src/x.jar        Archive::Extract tests
-ext/Archive-Extract/t/src/x.lzma       Archive::Extract tests
-ext/Archive-Extract/t/src/x.par        Archive::Extract tests
-ext/Archive-Extract/t/src/x.tar        Archive::Extract tests
-ext/Archive-Extract/t/src/x.tar.gz     Archive::Extract tests
-ext/Archive-Extract/t/src/x.tgz        Archive::Extract tests
-ext/Archive-Extract/t/src/x.Z  Archive::Extract tests
-ext/Archive-Extract/t/src/x.zip        Archive::Extract tests
-ext/Archive-Extract/t/src/y.jar        Archive::Extract tests
-ext/Archive-Extract/t/src/y.par        Archive::Extract tests
-ext/Archive-Extract/t/src/y.tar        Archive::Extract tests
-ext/Archive-Extract/t/src/y.tar.bz2    Archive::Extract tests
-ext/Archive-Extract/t/src/y.tar.gz     Archive::Extract tests
-ext/Archive-Extract/t/src/y.tbz        Archive::Extract tests
-ext/Archive-Extract/t/src/y.tgz        Archive::Extract tests
-ext/Archive-Extract/t/src/y.zip        Archive::Extract tests
-ext/Archive-Tar/bin/ptar       the ptar utility
-ext/Archive-Tar/bin/ptardiff   the ptardiff utility
-ext/Archive-Tar/lib/Archive/Tar/Constant.pm    Archive::Tar
-ext/Archive-Tar/lib/Archive/Tar/File.pm                Archive::Tar
-ext/Archive-Tar/lib/Archive/Tar.pm             Archive::Tar
-ext/Archive-Tar/Makefile.PL    Achive::Tar
-ext/Archive-Tar/t/01_use.t     Archive::Tar tests
-ext/Archive-Tar/t/02_methods.t Archive::Tar tests
-ext/Archive-Tar/t/03_file.t    Archive::Tar tests
-ext/Archive-Tar/t/04_resolved_issues.t Archive::Tar tests
-ext/Archive-Tar/t/05_iter.t    Archive::Tar tests
-ext/Archive-Tar/t/06_error.t   Archive::Tar tests
-ext/Archive-Tar/t/90_symlink.t Archive::Tar tests
-ext/Archive-Tar/t/99_pod.t     Archive::Tar tests
-ext/Archive-Tar/t/src/header/signed.tar        Archive::Tar tests
-ext/Archive-Tar/t/src/linktest/linktest_missing_dir.tar        Archive::Tar tests
-ext/Archive-Tar/t/src/linktest/linktest_with_dir.tar   Archive::Tar tests
-ext/Archive-Tar/t/src/long/b   Archive::Tar tests
-ext/Archive-Tar/t/src/long/bar.tar     Archive::Tar tests
-ext/Archive-Tar/t/src/long/foo.tbz     Archive::Tar tests
-ext/Archive-Tar/t/src/long/foo.tgz     Archive::Tar tests
-ext/Archive-Tar/t/src/short/b  Archive::Tar tests
-ext/Archive-Tar/t/src/short/bar.tar    Archive::Tar tests
-ext/Archive-Tar/t/src/short/foo.tbz    Archive::Tar tests
-ext/Archive-Tar/t/src/short/foo.tgz    Archive::Tar tests
-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/autodie/lib/autodie/exception.pm           Exception class for autodie
-ext/autodie/lib/autodie/exception/system.pm    Exception class for autodying system()
-ext/autodie/lib/autodie/hints.pm       Hinting interface for autodie
-ext/autodie/lib/autodie.pm             Functions suceed or die with lexical scope
-ext/autodie/lib/Fatal.pm               Make errors in functions/builtins fatal
-ext/autodie/t/00-load.t                        autodie - basic load
-ext/autodie/t/autodie.t                        autodie - Basic functionality
-ext/autodie/t/autodie_test_module.pm   autodie - test helper
-ext/autodie/t/backcompat.t             autodie - More Fatal backcompat
-ext/autodie/t/basic_exceptions.t       autodie - Basic exception tests
-ext/autodie/t/binmode.t                        autodie - Binmode testing
-ext/autodie/t/blog_hints.t             autodie - Tests fro PJF's blog
-ext/autodie/t/caller.t                 autodie - Caller diagnostics
-ext/autodie/t/context_lexical.t                autodie - Context clobbering lexically
-ext/autodie/t/context.t                        autodie - Context clobbering tests
-ext/autodie/t/crickey.t                        autodie - Like an Australian
-ext/autodie/t/dbmopen.t                        autodie - dbm tests
-ext/autodie/t/exception_class.t                autodie - Exception class subclasses
-ext/autodie/t/exceptions.t             autodie - 5.10 exception tests.
-ext/autodie/t/exec.t                   autodie - exec tests.
-ext/autodie/t/Fatal.t                  autodie - Fatal backcompatibility
-ext/autodie/t/filehandles.t            autodie - filehandle tests
-ext/autodie/t/fileno.t                 autodie - fileno tests
-ext/autodie/t/flock.t                  autodie - File locking tests
-ext/autodie/t/format-clobber.t         autodie - Don't clobber scalars
-ext/autodie/t/hints_insist.t           autodie - Test hints insistance
-ext/autodie/t/hints_pod_examples.t     autodie - Test hints POD examples
-ext/autodie/t/hints_provider_does.t    autodie - Test hints/does roles
-ext/autodie/t/hints_provider_easy_does_it.t    autodie - Test easy hints/does
-ext/autodie/t/hints_provider_isa.t     autodie - Test hints/inheritance
-ext/autodie/t/hints.t                  autodie - Test hints interface
-ext/autodie/t/internal-backcompat.t    autodie - Back-compatibility tests
-ext/autodie/t/internal.t               autodie - internal interface tests
-ext/autodie/t/lethal.t                 autodie - lethal is the one true name
-ext/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
-ext/autodie/t/lib/autodie/test/au.pm           autodie - Austrlaian helper
-ext/autodie/t/lib/autodie/test/badname.pm      autodie - Bad exception class
-ext/autodie/t/lib/autodie/test/missing.pm      autodie - Missing exception class
-ext/autodie/t/lib/Caller_helper.pm             autodie - Caller helper
-ext/autodie/t/lib/Hints_pod_examples.pm                autodie - Hints/pod helper
-ext/autodie/t/lib/Hints_provider_does.pm       autodie - Hints/does helper
-ext/autodie/t/lib/Hints_provider_easy_does_it.pm       autodie - Hints/easy helper
-ext/autodie/t/lib/Hints_provider_isa.pm        autodie - Hints/inherit helper
-ext/autodie/t/lib/Hints_test.pm                autodie - Hints test helper
-ext/autodie/t/lib/lethal.pm            autodie - with a better name
-ext/autodie/t/lib/my/autodie.pm                autodie - blog_hints.t helper
-ext/autodie/t/lib/OtherTypes.pm                autodie - Format clobberer helper.
-ext/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
-ext/autodie/t/lib/pujHa/ghach.pm       autodie - Like a Klingon
-ext/autodie/t/lib/Some/Module.pm       autodie - blog_hints.t helper
-ext/autodie/t/mkdir.t                  autodie - filesystem tests
-ext/autodie/t/open.t                   autodie - Testing open
-ext/autodie/t/recv.t                   autodie - send/recv tests
-ext/autodie/t/repeat.t                 autodie - repeat autodie leak tests
-ext/autodie/t/scope_leak.t             autodie - file scope leak tests
-ext/autodie/t/string-eval-basic.t      autodie - Basic string eval test
-ext/autodie/t/string-eval-leak.t       autodie - String eval leak test
-ext/autodie/t/sysopen.t                        autodie - sysopen tests
-ext/autodie/t/truncate.t               autodie - File truncation tests
-ext/autodie/t/unlink.t                 autodie - Unlink system tests.
-ext/autodie/t/user-context.t           autodie - Context changes for usersubs
-ext/autodie/t/usersub.t                        autodie - user subroutine tests
-ext/autodie/t/version.t                        autodie - versioning tests
-ext/autodie/t/version_tag.t
-ext/AutoLoader/lib/AutoLoader.pm               Autoloader base class
-ext/AutoLoader/lib/AutoSplit.pm                Split up autoload functions
-ext/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
-ext/AutoLoader/t/02AutoSplit.t See if AutoSplit works
 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
@@ -339,10 +1185,6 @@ 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/Class-ISA/ChangeLog                Changes for Class::ISA
-ext/Class-ISA/lib/Class/ISA.pm         Class::ISA
-ext/Class-ISA/t/00_about_verbose.t     Tests for Class::ISA
-ext/Class-ISA/t/01_old_junk.t  Tests for Class::ISA
 ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c
 ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c
@@ -416,151 +1258,6 @@ 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/CPAN/lib/CPAN/API/HOWTO.pod                recipe book for programming with CPAN.pm
-ext/CPAN/lib/CPAN/Author.pm            helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Bundle.pm            helper package for CPAN.pm
-ext/CPAN/lib/CPAN/CacheMgr.pm          helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Complete.pm          helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Debug.pm             helper package for CPAN.pm
-ext/CPAN/lib/CPAN/DeferredCode.pm      helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Distribution.pm      helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Distroprefs.pm               helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Distrostatus.pm      helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Exception/blocked_urllist.pm helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Exception/RecursiveDependency.pm     helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Exception/yaml_not_installed.pm      helper package for CPAN.pm
-ext/CPAN/lib/CPAN/FirstTime.pm         Utility for creating CPAN config files
-ext/CPAN/lib/CPAN/FTP/netrc.pm         helper package for CPAN.pm
-ext/CPAN/lib/CPAN/FTP.pm                       helper package for CPAN.pm
-ext/CPAN/lib/CPAN/HandleConfig.pm      helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Index.pm             helper package for CPAN.pm
-ext/CPAN/lib/CPAN/InfoObj.pm           helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Kwalify/distroprefs.dd               helper file for validating config files
-ext/CPAN/lib/CPAN/Kwalify/distroprefs.yml      helper file for validating config files
-ext/CPAN/lib/CPAN/Kwalify.pm           helper package for CPAN.pm
-ext/CPAN/lib/CPAN/LWP/UserAgent.pm     helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Module.pm            helper package for CPAN.pm
-ext/CPAN/lib/CPAN/Nox.pm                       Runs CPAN while avoiding compiled extensions
-ext/CPAN/lib/CPAN/PAUSE2003.pub                CPAN public key
-ext/CPAN/lib/CPAN/PAUSE2005.pub                CPAN public key
-ext/CPAN/lib/CPAN/PAUSE2007.pub                CPAN public key
-ext/CPAN/lib/CPAN/PAUSE2009.pub                CPAN public key
-ext/CPAN/lib/CPAN.pm                   Interface to Comprehensive Perl Archive Network
-ext/CPAN/lib/CPAN/Prompt.pm
-ext/CPAN/lib/CPAN/Queue.pm             queueing system for CPAN.pm
-ext/CPAN/lib/CPAN/Shell.pm
-ext/CPAN/lib/CPAN/SIGNATURE            CPAN public key
-ext/CPAN/lib/CPAN/Tarzip.pm            helper package for CPAN.pm
-ext/CPAN/lib/CPAN/URL.pm
-ext/CPAN/lib/CPAN/Version.pm           Simple math with different flavors of version strings
-ext/CPAN/Makefile.PL
-ext/CPANPLUS/bin/cpan2dist     the cpan2dist utility
-ext/CPANPLUS/bin/cpanp the cpanp utility
-ext/CPANPLUS/bin/cpanp-run-perl        the cpanp-run-perl utility
-ext/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build/Constants.pm   CPANPLUS::Dist::Build
-ext/CPANPLUS-Dist-Build/lib/CPANPLUS/Dist/Build.pm     CPANPLUS::Dist::Build
-ext/CPANPLUS-Dist-Build/t/01_CPANPLUS-Dist-Build-Constants.t   CPANPLUS::Dist::Build tests
-ext/CPANPLUS-Dist-Build/t/02_CPANPLUS-Dist-Build.t     CPANPLUS::Dist::Build tests
-ext/CPANPLUS-Dist-Build/t/dummy-CPAN/authors/01mailrc.txt.gz
-ext/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/02packages.details.txt.gz
-ext/CPANPLUS-Dist-Build/t/dummy-CPAN/modules/03modlist.data.gz
-ext/CPANPLUS-Dist-Build/t/dummy-perl/.hidden   CPANPLUS::Dist::Build tests
-ext/CPANPLUS-Dist-Build/t/inc/conf.pl  CPANPLUS::Dist::Build tests
-ext/CPANPLUS-Dist-Build/t/src/noxs/Foo-Bar-0.01.tar.gz CPANPLUS::Dist::Build tests
-ext/CPANPLUS-Dist-Build/t/src/xs/Foo-Bar-0.01.tar.gz   CPANPLUS::Dist::Build tests
-ext/CPANPLUS/lib/CPANPLUS/Backend.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Backend/RV.pm        CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Config.pm    CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Configure.pm CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Configure/Setup.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Dist/Autobundle.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Dist/Base.pm CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Dist/MM.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Dist.pm      CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Dist/Sample.pm       CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Error.pm     CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/FAQ.pod      CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Hacking.pod  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Constants.pm       CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Constants/Report.pm        CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Extract.pm CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Fetch.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals.pm CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Report.pm  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Search.pm  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Source/Memory.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Source.pm  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Source/SQLite/Tie.pm       CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Utils/Autoflush.pm CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Internals/Utils.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module/Author/Fake.pm        CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module/Author.pm     CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module/Checksums.pm  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module/Fake.pm       CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module.pm    CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Module/Signature.pm  CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS.pm   CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Selfupdate.pm        CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Classic.pm     CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/CustomSource.pm        CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/HOWTO.pod      CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Remote.pm      CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Default/Plugins/Source.pm      CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell/Default.pm     CPANPLUS
-ext/CPANPLUS/lib/CPANPLUS/Shell.pm     CPANPLUS
-ext/CPANPLUS/Makefile.PL
-ext/CPANPLUS/t/00_CPANPLUS-Internals-Utils.t   CPANPLUS tests
-ext/CPANPLUS/t/01_CPANPLUS-Configure.t CPANPLUS tests
-ext/CPANPLUS/t/02_CPANPLUS-Internals.t CPANPLUS tests
-ext/CPANPLUS/t/03_CPANPLUS-Internals-Source.t  CPANPLUS tests
-ext/CPANPLUS/t/04_CPANPLUS-Module.t    CPANPLUS tests
-ext/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t   CPANPLUS tests
-ext/CPANPLUS/t/06_CPANPLUS-Internals-Constants.t       CPANPLUS tests
-ext/CPANPLUS/t/07_CPANPLUS-Internals-Extract.t CPANPLUS tests
-ext/CPANPLUS/t/08_CPANPLUS-Backend.t   CPANPLUS tests
-ext/CPANPLUS/t/09_CPANPLUS-Internals-Search.t  CPANPLUS tests
-ext/CPANPLUS/t/10_CPANPLUS-Error.t     CPANPLUS tests
-ext/CPANPLUS/t/15_CPANPLUS-Shell.t     CPANPLUS tests
-ext/CPANPLUS/t/19_CPANPLUS-Dist.t      CPANPLUS tests
-ext/CPANPLUS/t/20_CPANPLUS-Dist-MM.t   CPANPLUS tests
-ext/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t     CPANPLUS tests
-ext/CPANPLUS/t/25_CPANPLUS.t   CPANPLUS tests
-ext/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t      CPANPLUS tests
-ext/CPANPLUS/t/40_CPANPLUS-Internals-Report.t  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz      CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Bundle-Foo-Bar-0.01.tar.gz CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/CHECKSUMS  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.meta  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.readme        CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/Foo-Bar-0.01.tar.gz        CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUNOXS/perl5.005_03.tar.gz        CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/CHECKSUMS    CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.readme  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/EUXS/Foo-Bar-0.01.tar.gz  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/CHECKSUMS  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.readme        CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBNOXS/Foo-Bar-0.01.tar.gz        CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/CHECKSUMS    CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.readme  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/authors/id/MBXS/Foo-Bar-0.01.tar.gz  CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/autobundle/Snapshot.pm       CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz    CPANPLUS tests
-ext/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz    CPANPLUS tests
-ext/CPANPLUS/t/inc/conf.pl     CPANPLUS tests
-ext/CPAN/scripts/cpan          easily interact with CPAN from the command line
-ext/CPAN/t/01loadme.t          See if CPAN the module works
-ext/CPAN/t/02nox.t             See if CPAN::Nox works
-ext/CPAN/t/03pkgs.t            See if CPAN::Version works
-ext/CPAN/t/10version.t         See if CPAN the module works
-ext/CPAN/t/11mirroredby.t              See if CPAN::Mirrored::By works
-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/Makefile.PL            Cwd extension makefile maker
-ext/Cwd/t/cwd.t                        See if Cwd works
-ext/Cwd/t/taint.t              See if Cwd works with taint
-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
@@ -571,20 +1268,6 @@ 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/DB_File/Changes    Berkeley DB extension change log
-ext/DB_File/config.in  Part of Berkeley DB configuration
-ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
-ext/DB_File/DB_File.pm Berkeley DB extension Perl module
-ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
-ext/DB_File/dbinfo     Berkeley DB database version checker
-ext/DB_File/hints/dynixptx.pl  Hint for DB_File for named architecture
-ext/DB_File/hints/sco.pl       Hint for DB_File for named architecture
-ext/DB_File/Makefile.PL        Berkeley DB extension makefile writer
-ext/DB_File/t/db-btree.t       See if DB_File works
-ext/DB_File/t/db-hash.t                See if DB_File works
-ext/DB_File/t/db-recno.t       See if DB_File works
-ext/DB_File/typemap            Berkeley DB extension interface types
-ext/DB_File/version.c          Berkeley DB extension interface version check
 ext/Devel-DProf/Changes                Perl code profiler changelog
 ext/Devel-DProf/DProf.pm       Perl code profiler
 ext/Devel-DProf/dprof/test1_t  Perl code profiler tests
@@ -613,174 +1296,6 @@ 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
@@ -866,209 +1381,6 @@ 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/Encode/AUTHORS             List of authors
-ext/Encode/bin/enc2xs          Encode module generator
-ext/Encode/bin/piconv          iconv by perl
-ext/Encode/bin/ucm2table       Table Generator for testing
-ext/Encode/bin/ucmlint         A UCM Lint utility
-ext/Encode/bin/ucmsort         A UCM sort utility
-ext/Encode/bin/unidump         Unicode Dump like hexdump(1)
-ext/Encode/Byte/Byte.pm                Encode extension
-ext/Encode/Byte/Makefile.PL    Encode extension
-ext/Encode/Changes             Change Log
-ext/Encode/CN/CN.pm            Encode extension
-ext/Encode/CN/Makefile.PL      Encode extension
-ext/Encode/EBCDIC/EBCDIC.pm    Encode extension
-ext/Encode/EBCDIC/Makefile.PL  Encode extension
-ext/Encode/encengine.c         Encode extension
-ext/Encode/Encode/Changes.e2x  Skeleton file for enc2xs
-ext/Encode/Encode/ConfigLocal_PM.e2x   Skeleton file for enc2xs
-ext/Encode/Encode/encode.h     Encode extension header file
-ext/Encode/Encode/Makefile_PL.e2x      Skeleton file for enc2xs
-ext/Encode/Encode.pm           Mother of all Encode extensions
-ext/Encode/Encode/_PM.e2x      Skeleton file for enc2xs
-ext/Encode/Encode/README.e2x   Skeleton file for enc2xs
-ext/Encode/Encode/_T.e2x       Skeleton file for enc2xs
-ext/Encode/Encode.xs           Encode extension
-ext/Encode/encoding.pm         Perl Pragmatic Module
-ext/Encode/JP/JP.pm            Encode extension
-ext/Encode/JP/Makefile.PL      Encode extension
-ext/Encode/KR/KR.pm            Encode extension
-ext/Encode/KR/Makefile.PL      Encode extension
-ext/Encode/lib/Encode/Alias.pm Encode extension
-ext/Encode/lib/Encode/CJKConstants.pm  Encode extension
-ext/Encode/lib/Encode/CN/HZ.pm         Encode extension
-ext/Encode/lib/Encode/Config.pm        Encode configuration module
-ext/Encode/lib/Encode/Encoder.pm       OO Encoder
-ext/Encode/lib/Encode/Encoding.pm      Encode extension
-ext/Encode/lib/Encode/GSM0338.pm       Encode extension
-ext/Encode/lib/Encode/Guess.pm Encode Extension
-ext/Encode/lib/Encode/JP/H2Z.pm        Encode extension
-ext/Encode/lib/Encode/JP/JIS7.pm       Encode extension
-ext/Encode/lib/Encode/KR/2022_KR.pm    Encode extension
-ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm       Encode extension
-ext/Encode/lib/Encode/MIME/Header.pm   Encode extension
-ext/Encode/lib/Encode/MIME/Name.pm     Encode extension
-ext/Encode/lib/Encode/PerlIO.pod       Documents for Encode & PerlIO
-ext/Encode/lib/Encode/Supported.pod    Documents for supported encodings
-ext/Encode/lib/Encode/Unicode/UTF7.pm  Encode extension
-ext/Encode/Makefile.PL         Encode extension makefile writer
-ext/Encode/MANIFEST            Encode MANIFEST
-ext/Encode/META.yml            Encode META.yml
-ext/Encode/README              Encode extension
-ext/Encode/Symbol/Makefile.PL  Encode extension
-ext/Encode/Symbol/Symbol.pm    Encode extension
-ext/Encode/t/Aliases.t         test script
-ext/Encode/t/at-cn.t           test script
-ext/Encode/t/at-tw.t           test script
-ext/Encode/t/big5-eten.enc     test data
-ext/Encode/t/big5-eten.utf     test data
-ext/Encode/t/big5-hkscs.enc    test data
-ext/Encode/t/big5-hkscs.utf    test data
-ext/Encode/t/CJKT.t            test script
-ext/Encode/t/enc_data.t                test script for utf8 DATA
-ext/Encode/t/enc_eucjp.t       test script
-ext/Encode/t/enc_module.enc    test data for t/enc_module.t
-ext/Encode/t/enc_module.t      test script
-ext/Encode/t/Encoder.t         test script
-ext/Encode/t/Encode.t          test script
-ext/Encode/t/encoding.t                test script
-ext/Encode/t/enc_utf8.t                test script
-ext/Encode/t/fallback.t                test script
-ext/Encode/t/from_to.t         test script
-ext/Encode/t/gb2312.enc                test data
-ext/Encode/t/gb2312.utf                test data
-ext/Encode/t/grow.t            test script
-ext/Encode/t/gsm0338.t         test script
-ext/Encode/t/guess.t           test script
-ext/Encode/t/jis7-fallback.t   test script
-ext/Encode/t/jisx0201.enc      test data
-ext/Encode/t/jisx0201.utf      test data
-ext/Encode/t/jisx0208.enc      test data
-ext/Encode/t/jisx0208.utf      test data
-ext/Encode/t/jisx0212.enc      test data
-ext/Encode/t/jisx0212.utf      test data
-ext/Encode/t/jperl.t           test script
-ext/Encode/t/ksc5601.enc       test data
-ext/Encode/t/ksc5601.utf       test data
-ext/Encode/t/mime_header_iso2022jp.t   test script
-ext/Encode/t/mime-header.t     test script
-ext/Encode/t/mime-name.t       test script
-ext/Encode/t/Mod_EUCJP.pm      module that t/enc_module.enc uses
-ext/Encode/t/perlio.t          test script
-ext/Encode/t/piconv.t          Test for piconv.t
-ext/Encode/t/rt.pl             test script
-ext/Encode/t/unibench.pl       benchmark script
-ext/Encode/t/Unicode.t         test script
-ext/Encode/t/utf8strict.t      test script
-ext/Encode/TW/Makefile.PL      Encode extension
-ext/Encode/TW/TW.pm            Encode extension
-ext/Encode/ucm/8859-10.ucm     Unicode Character Map
-ext/Encode/ucm/8859-11.ucm     Unicode Character Map
-ext/Encode/ucm/8859-13.ucm     Unicode Character Map
-ext/Encode/ucm/8859-14.ucm     Unicode Character Map
-ext/Encode/ucm/8859-15.ucm     Unicode Character Map
-ext/Encode/ucm/8859-16.ucm     Unicode Character Map
-ext/Encode/ucm/8859-1.ucm      Unicode Character Map
-ext/Encode/ucm/8859-2.ucm      Unicode Character Map
-ext/Encode/ucm/8859-3.ucm      Unicode Character Map
-ext/Encode/ucm/8859-4.ucm      Unicode Character Map
-ext/Encode/ucm/8859-5.ucm      Unicode Character Map
-ext/Encode/ucm/8859-6.ucm      Unicode Character Map
-ext/Encode/ucm/8859-7.ucm      Unicode Character Map
-ext/Encode/ucm/8859-8.ucm      Unicode Character Map
-ext/Encode/ucm/8859-9.ucm      Unicode Character Map
-ext/Encode/ucm/adobeStdenc.ucm Unicode Character Map
-ext/Encode/ucm/adobeSymbol.ucm Unicode Character Map
-ext/Encode/ucm/adobeZdingbat.ucm       Unicode Character Map
-ext/Encode/ucm/ascii.ucm       Unicode Character Map
-ext/Encode/ucm/big5-eten.ucm   Unicode Character Map
-ext/Encode/ucm/big5-hkscs.ucm  Unicode Character Map
-ext/Encode/ucm/cp037.ucm       Unicode Character Map
-ext/Encode/ucm/cp1006.ucm      Unicode Character Map
-ext/Encode/ucm/cp1026.ucm      Unicode Character Map
-ext/Encode/ucm/cp1047.ucm      Unicode Character Map
-ext/Encode/ucm/cp1250.ucm      Unicode Character Map
-ext/Encode/ucm/cp1251.ucm      Unicode Character Map
-ext/Encode/ucm/cp1252.ucm      Unicode Character Map
-ext/Encode/ucm/cp1253.ucm      Unicode Character Map
-ext/Encode/ucm/cp1254.ucm      Unicode Character Map
-ext/Encode/ucm/cp1255.ucm      Unicode Character Map
-ext/Encode/ucm/cp1256.ucm      Unicode Character Map
-ext/Encode/ucm/cp1257.ucm      Unicode Character Map
-ext/Encode/ucm/cp1258.ucm      Unicode Character Map
-ext/Encode/ucm/cp424.ucm       Unicode Character Map
-ext/Encode/ucm/cp437.ucm       Unicode Character Map
-ext/Encode/ucm/cp500.ucm       Unicode Character Map
-ext/Encode/ucm/cp737.ucm       Unicode Character Map
-ext/Encode/ucm/cp775.ucm       Unicode Character Map
-ext/Encode/ucm/cp850.ucm       Unicode Character Map
-ext/Encode/ucm/cp852.ucm       Unicode Character Map
-ext/Encode/ucm/cp855.ucm       Unicode Character Map
-ext/Encode/ucm/cp856.ucm       Unicode Character Map
-ext/Encode/ucm/cp857.ucm       Unicode Character Map
-ext/Encode/ucm/cp858.ucm       Unicode Character Map
-ext/Encode/ucm/cp860.ucm       Unicode Character Map
-ext/Encode/ucm/cp861.ucm       Unicode Character Map
-ext/Encode/ucm/cp862.ucm       Unicode Character Map
-ext/Encode/ucm/cp863.ucm       Unicode Character Map
-ext/Encode/ucm/cp864.ucm       Unicode Character Map
-ext/Encode/ucm/cp865.ucm       Unicode Character Map
-ext/Encode/ucm/cp866.ucm       Unicode Character Map
-ext/Encode/ucm/cp869.ucm       Unicode Character Map
-ext/Encode/ucm/cp874.ucm       Unicode Character Map
-ext/Encode/ucm/cp875.ucm       Unicode Character Map
-ext/Encode/ucm/cp932.ucm       Unicode Character Map
-ext/Encode/ucm/cp936.ucm       Unicode Character Map
-ext/Encode/ucm/cp949.ucm       Unicode Character Map
-ext/Encode/ucm/cp950.ucm       Unicode Character Map
-ext/Encode/ucm/ctrl.ucm                Unicode Character Map
-ext/Encode/ucm/dingbats.ucm    Unicode Character Map
-ext/Encode/ucm/euc-cn.ucm      Unicode Character Map
-ext/Encode/ucm/euc-jp.ucm      Unicode Character Map
-ext/Encode/ucm/euc-kr.ucm      Unicode Character Map
-ext/Encode/ucm/gb12345.ucm     Unicode Character Map
-ext/Encode/ucm/gb2312.ucm      Unicode Character Map
-ext/Encode/ucm/hp-roman8.ucm   Unicode Character Map
-ext/Encode/ucm/ir-165.ucm      Unicode Character Map
-ext/Encode/ucm/jis0201.ucm     Unicode Character Map
-ext/Encode/ucm/jis0208.ucm     Unicode Character Map
-ext/Encode/ucm/jis0212.ucm     Unicode Character Map
-ext/Encode/ucm/johab.ucm       Unicode Character Map
-ext/Encode/ucm/koi8-f.ucm      Unicode Character Map
-ext/Encode/ucm/koi8-r.ucm      Unicode Character Map
-ext/Encode/ucm/koi8-u.ucm      Unicode Character Map
-ext/Encode/ucm/ksc5601.ucm     Unicode Character Map
-ext/Encode/ucm/macArabic.ucm   Unicode Character Map
-ext/Encode/ucm/macCentEuro.ucm Unicode Character Map
-ext/Encode/ucm/macChinsimp.ucm Unicode Character Map
-ext/Encode/ucm/macChintrad.ucm Unicode Character Map
-ext/Encode/ucm/macCroatian.ucm Unicode Character Map
-ext/Encode/ucm/macCyrillic.ucm Unicode Character Map
-ext/Encode/ucm/macDingbats.ucm Unicode Character Map
-ext/Encode/ucm/macFarsi.ucm    Unicode Character Map
-ext/Encode/ucm/macGreek.ucm    Unicode Character Map
-ext/Encode/ucm/macHebrew.ucm   Unicode Character Map
-ext/Encode/ucm/macIceland.ucm  Unicode Character Map
-ext/Encode/ucm/macJapanese.ucm Unicode Character Map
-ext/Encode/ucm/macKorean.ucm   Unicode Character Map
-ext/Encode/ucm/macRoman.ucm    Unicode Character Map
-ext/Encode/ucm/macROMnn.ucm    Unicode Character Map
-ext/Encode/ucm/macRUMnn.ucm    Unicode Character Map
-ext/Encode/ucm/macSami.ucm     Unicode Character Map
-ext/Encode/ucm/macSymbol.ucm   Unicode Character Map
-ext/Encode/ucm/macThai.ucm     Unicode Character Map
-ext/Encode/ucm/macTurkish.ucm  Unicode Character Map
-ext/Encode/ucm/macUkraine.ucm  Unicode Character Map
-ext/Encode/ucm/nextstep.ucm    Unicode Character Map
-ext/Encode/ucm/null.ucm                Unicode Character Map
-ext/Encode/ucm/posix-bc.ucm    Unicode Character Map
-ext/Encode/ucm/shiftjis.ucm    Unicode Character Map
-ext/Encode/ucm/symbol.ucm      Unicode Character Map
-ext/Encode/ucm/viscii.ucm      Unicode Character Map
-ext/Encode/Unicode/Makefile.PL Encode extension
-ext/Encode/Unicode/Unicode.pm  Encode extension
-ext/Encode/Unicode/Unicode.xs  Encode extension
 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
@@ -1080,20 +1392,6 @@ 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-CBuilder/Changes                                  Changes for ExtUtils::CBuilder
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm            Base class for ExtUtils::CBuilder methods
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm    CBuilder methods for AIX
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm        CBuilder methods for OSF
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm    CBuilder methods for OS/2
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm   CBuilder methods for Unix
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm    CBuilder methods for VMS
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm        CBuilder methods for Windows
-ext/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm                 Compile and link C code for Perl modules
-ext/ExtUtils-CBuilder/t/00-have-compiler.t                     ExtUtils::CBuilder tests
-ext/ExtUtils-CBuilder/t/01-basic.t                             tests for ExtUtils::CBuilder
-ext/ExtUtils-CBuilder/t/02-link.t                              tests for ExtUtils::CBuilder
 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
@@ -1222,15 +1520,6 @@ 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/ExtUtils-ParseXS/Changes                   ExtUtils::ParseXS change log
-ext/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm   converts Perl XS code into C code
-ext/ExtUtils-ParseXS/lib/ExtUtils/xsubpp       External subroutine preprocessor
-ext/ExtUtils-ParseXS/t/basic.t                 See if ExtUtils::ParseXS works
-ext/ExtUtils-ParseXS/t/usage.t                 ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSTest.pm               Test file for ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSTest.xs               Test file for ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSUsage.pm              ExtUtils::ParseXS tests
-ext/ExtUtils-ParseXS/t/XSUsage.xs              ExtUtils::ParseXS tests
 ext/Fcntl/Fcntl.pm     Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs     Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL  Fcntl extension makefile writer
@@ -1245,8 +1534,6 @@ ext/FileCache/t/04twoarg.t        See if FileCache works
 ext/FileCache/t/05override.t   See if FileCache works
 ext/FileCache/t/06export.t     See if FileCache exporting works
 ext/FileCache/t/07noimport.t   See if FileCache works without importing
-ext/File-Fetch/lib/File/Fetch.pm       File::Fetch
-ext/File-Fetch/t/01_File-Fetch.t       File::Fetch tests
 ext/File-Glob/bsd_glob.c       File::Glob extension run time code
 ext/File-Glob/bsd_glob.h       File::Glob extension header file
 ext/File-Glob/Changes          File::Glob extension changelog
@@ -1258,8 +1545,6 @@ ext/File-Glob/t/case.t            See if File::Glob works
 ext/File-Glob/t/global.t       See if File::Glob works
 ext/File-Glob/TODO             File::Glob extension todo list
 ext/File-Glob/t/taint.t                See if File::Glob works
-ext/File-Path/lib/File/Path.pm         Do things like `mkdir -p' and `rm -r'
-ext/File-Path/t/Path.t                 See if File::Path works
 ext/File-Temp/t/cmp.t          See if File::Temp works
 ext/File-Temp/Temp.pm          create safe temporary files and file handles
 ext/File-Temp/t/fork.t         See if File::Temp works
@@ -1291,15 +1576,6 @@ ext/GDBM_File/hints/sco.pl       Hint for GDBM_File for named architecture
 ext/GDBM_File/Makefile.PL      GDBM extension makefile writer
 ext/GDBM_File/t/gdbm.t         See if GDBM_File works
 ext/GDBM_File/typemap          GDBM extension interface types
-ext/Getopt-Long/CHANGES                        Getopt::Long changes
-ext/Getopt-Long/lib/Getopt/Long.pm     Fetch command options (GetOptions)
-ext/Getopt-Long/README                 Getopt::Long README
-ext/Getopt-Long/t/gol-basic.t          See if Getopt::Long works
-ext/Getopt-Long/t/gol-compat.t         See if Getopt::Long works
-ext/Getopt-Long/t/gol-linkage.t                See if Getopt::Long works
-ext/Getopt-Long/t/gol-oo.t             See if Getopt::Long works
-ext/Getopt-Long/t/gol-xargv.t          See if Getopt::Long works
-ext/Getopt-Long/t/gol-xstring.t                See if Getopt::Long works
 ext/Hash-Util/Changes          Change history of Hash::Util
 ext/Hash-Util-FieldHash/Changes                        Changes for Hash::Util::FieldHash
 ext/Hash-Util-FieldHash/FieldHash.xs           XS portion
@@ -1525,36 +1801,10 @@ ext/IO-Zlib/t/tied.t            Tests for IO::Zlib
 ext/IO-Zlib/t/uncomp1.t                Tests for IO::Zlib
 ext/IO-Zlib/t/uncomp2.t                Tests for IO::Zlib
 ext/IO-Zlib/Zlib.pm            IO::Zlib
-ext/IPC-Cmd/lib/IPC/Cmd.pm                     IPC::Cmd
-ext/IPC-Cmd/t/01_IPC-Cmd.t     IPC::Cmd tests
-ext/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests
-ext/IPC-Cmd/t/src/child.pl     IPC::Cmd tests
-ext/IPC-Cmd/t/src/output.pl    IPC::Cmd tests
-ext/IPC-Cmd/t/src/x.tgz        IPC::Cmd tests
 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/IPC-SysV/Changes   IPC::SysV changes
-ext/IPC-SysV/hints/cygwin.pl   Hint for IPC::SysV for named architecture
-ext/IPC-SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
-ext/IPC-SysV/lib/IPC/Msg.pm    IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/Semaphore.pm      IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/SharedMem.pm      IPC::SysV extension Perl module
-ext/IPC-SysV/lib/IPC/SysV.pm   IPC::SysV extension Perl module
-ext/IPC-SysV/Makefile.PL       IPC::SysV makefile writer
-ext/IPC-SysV/MANIFEST.SKIP     IPC::SysV manifest skip specs
-ext/IPC-SysV/README            IPC::SysV README
-ext/IPC-SysV/regen.pl  IPC::SysV file regeneration script
-ext/IPC-SysV/SysV.xs           IPC::SysV extension Perl module
-ext/IPC-SysV/t/ipcsysv.t               IPC::SysV test file
-ext/IPC-SysV/t/msg.t           IPC::SysV test file
-ext/IPC-SysV/TODO      IPC::SysV todo file
-ext/IPC-SysV/t/podcov.t        IPC::SysV test file
-ext/IPC-SysV/t/pod.t   IPC::SysV test file
-ext/IPC-SysV/t/sem.t           IPC::SysV test file
-ext/IPC-SysV/t/shm.t   IPC::SysV test file
-ext/IPC-SysV/typemap   IPC::SysV typemap
 ext/lib/lib_pm.PL              For "use lib", produces lib/lib.pm
 ext/lib/Makefile.PL
 ext/libnet/Changes                     libnet
@@ -1690,18 +1940,6 @@ 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/Log-Message/lib/Log/Message/Config.pm      Log::Message
-ext/Log-Message/lib/Log/Message/Handlers.pm    Log::Message
-ext/Log-Message/lib/Log/Message/Item.pm        Log::Message
-ext/Log-Message/lib/Log/Message.pm     Log::Message
-ext/Log-Message-Simple/lib/Log/Message/Simple.pm       Log::Simple
-ext/Log-Message-Simple/t/01_use.t      Log::Simple tests
-ext/Log-Message-Simple/t/02_imports.t  Log::Simple tests
-ext/Log-Message-Simple/t/03_functions.t        Log::Simple tests
-ext/Log-Message/t/01_Log-Message-Config.t      Log::Message tests
-ext/Log-Message/t/02_Log-Message.t     Log::Message tests
-ext/Log-Message/t/conf/config_file     Log::Message tests
-ext/Log-Message/t/conf/LoadMe.pl       Log::Message tests
 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
@@ -1782,11 +2020,6 @@ ext/Math-BigRat/t/hang.t         Math::BigRat test for bug #34584 - hang in exp()
 ext/Math-BigRat/t/Math/BigRat/Test.pm          Math::BigRat test helper
 ext/Math-BigRat/t/requirer.t   see if require works properly
 ext/Math-BigRat/t/trap.t       see if trap_nan and trap_inf work
-ext/Math-Complex/lib/Math/Complex.pm           A Complex package
-ext/Math-Complex/lib/Math/Trig.pm              A simple interface to complex trigonometry
-ext/Math-Complex/t/Complex.t           See if Math::Complex works
-ext/Math-Complex/t/Trig.t                      See if Math::Trig works
-ext/Math-Complex/t/underbar.t          See if Math::Complex works
 ext/Memoize/Memoize/AnyDBM_File.pm     Memoize glue layer for AnyDBM_File
 ext/Memoize/Memoize/ExpireFile.pm      Memoize expiry manager test scaffold
 ext/Memoize/Memoize/Expire.pm          Memoize expiry manager example
@@ -1826,72 +2059,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-Build/Changes                               Module::Build
-ext/Module-Build/lib/Module/Build/API.pod              Module::Build
-ext/Module-Build/lib/Module/Build/Authoring.pod                Module::Build
-ext/Module-Build/lib/Module/Build/Base.pm              Module::Build
-ext/Module-Build/lib/Module/Build/Compat.pm            Module::Build
-ext/Module-Build/lib/Module/Build/Config.pm            Module::Build
-ext/Module-Build/lib/Module/Build/Cookbook.pm          Module::Build
-ext/Module-Build/lib/Module/Build/Dumper.pm            Module::Build
-ext/Module-Build/lib/Module/Build/ModuleInfo.pm                Module::Build
-ext/Module-Build/lib/Module/Build/Notes.pm             Module::Build
-ext/Module-Build/lib/Module/Build/Platform/aix.pm      Module::Build
-ext/Module-Build/lib/Module/Build/Platform/Amiga.pm    Module::Build
-ext/Module-Build/lib/Module/Build/Platform/cygwin.pm   Module::Build
-ext/Module-Build/lib/Module/Build/Platform/darwin.pm   Module::Build
-ext/Module-Build/lib/Module/Build/Platform/Default.pm  Module::Build
-ext/Module-Build/lib/Module/Build/Platform/EBCDIC.pm   Module::Build
-ext/Module-Build/lib/Module/Build/Platform/MacOS.pm    Module::Build
-ext/Module-Build/lib/Module/Build/Platform/MPEiX.pm    Module::Build
-ext/Module-Build/lib/Module/Build/Platform/os2.pm      Module::Build
-ext/Module-Build/lib/Module/Build/Platform/RiscOS.pm   Module::Build
-ext/Module-Build/lib/Module/Build/Platform/Unix.pm     Module::Build
-ext/Module-Build/lib/Module/Build/Platform/VMS.pm      Module::Build
-ext/Module-Build/lib/Module/Build/Platform/VOS.pm      Module::Build
-ext/Module-Build/lib/Module/Build/Platform/Windows.pm  Module::Build
-ext/Module-Build/lib/Module/Build.pm                   Module::Build
-ext/Module-Build/lib/Module/Build/PodParser.pm         Module::Build
-ext/Module-Build/lib/Module/Build/PPMMaker.pm          Module::Build
-ext/Module-Build/lib/Module/Build/Version.pm           Module::Build
-ext/Module-Build/lib/Module/Build/YAML.pm              Module::Build
-ext/Module-Build/scripts/config_data                   Module::Build
-ext/Module-Build/t/add_property.t                      Module::Build
-ext/Module-Build/t/basic.t                             Module::Build
-ext/Module-Build/t/bundled/Tie/CPHash.pm               Module::Build.pm
-ext/Module-Build/t/compat/exit.t                       Module::Build
-ext/Module-Build/t/compat.t                            Module::Build
-ext/Module-Build/t/debug.t                             Module::Build tests
-ext/Module-Build/t/destinations.t                      Module::Build
-ext/Module-Build/t/extend.t                            Module::Build
-ext/Module-Build/t/ext.t                               Module::Build
-ext/Module-Build/t/files.t                             Module::Build
-ext/Module-Build/t/help.t                              Module::Build
-ext/Module-Build/t/install_extra_target.t              Module::Build tests
-ext/Module-Build/t/install.t                           Module::Build
-ext/Module-Build/t/lib/DistGen.pm                      Module::Build
-ext/Module-Build/t/lib/MBTest.pm                       Module::Build
-ext/Module-Build/t/manifypods.t                                Module::Build
-ext/Module-Build/t/mbyaml.t                            Module::Build
-ext/Module-Build/t/metadata2.t                         Module::Build
-ext/Module-Build/t/metadata.t                          Module::Build
-ext/Module-Build/t/moduleinfo.t                                Module::Build
-ext/Module-Build/t/new_from_context.t                  Module::Build
-ext/Module-Build/t/notes.t                             Module::Build
-ext/Module-Build/t/parents.t                           Module::Build
-ext/Module-Build/t/PL_files.t                          Module::Build tests
-ext/Module-Build/t/pod_parser.t                                Module::Build
-ext/Module-Build/t/ppm.t                               Module::Build
-ext/Module-Build/t/runthrough.t                                Module::Build
-ext/Module-Build/t/script_dist.t                       Module::Build
-ext/Module-Build/t/test_file_exts.t                    Module::Build
-ext/Module-Build/t/test_types.t                                Module::Build
-ext/Module-Build/t/test_type.t                         Module::Build
-ext/Module-Build/t/tilde.t                             Module::Build
-ext/Module-Build/t/use_tap_harness.t                   Module::Build
-ext/Module-Build/t/versions.t                          Module::Build
-ext/Module-Build/t/write_default_maniskip.t            Module::Build tests
-ext/Module-Build/t/xs.t                                        Module::Build
 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
@@ -1903,25 +2070,6 @@ 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-Load-Conditional/lib/Module/Load/Conditional.pm     Module::Conditional
-ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t     Module::Conditional tests
-ext/Module-Load-Conditional/t/02_Parse_Version.t       Module::Load::Conditional tests
-ext/Module-Load-Conditional/t/to_load/Commented.pm     Module::Conditional tests
-ext/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests
-ext/Module-Load-Conditional/t/to_load/LoadIt.pm        Module::Conditional tests
-ext/Module-Load-Conditional/t/to_load/LoadMe.pl        Module::Conditional tests
-ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests
-ext/Module-Load-Conditional/t/to_load/ToBeLoaded       Module::Conditional tests
-ext/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
-ext/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
-ext/Module-Load/lib/Module/Load.pm     Module::Load
-ext/Module-Load/t/01_Module-Load.t     Module::Load tests
-ext/Module-Load/t/to_load/config_file  Module::Load tests
-ext/Module-Load/t/to_load/LoadIt.pm    Module::Load tests
-ext/Module-Load/t/to_load/LoadMe.pl    Module::Load tests
-ext/Module-Load/t/to_load/Must/Be/Loaded.pm    Module::Load tests
-ext/Module-Load/t/to_load/TestModule.pm        Module::Load tests
-ext/Module-Load/t/to_load/ToBeLoaded   Module::Load 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
@@ -2020,23 +2168,6 @@ 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/NEXT/Changes               NEXT
-ext/NEXT/lib/NEXT.pm           Pseudo-class NEXT for method redispatch
-ext/NEXT/README                        NEXT
-ext/NEXT/t/actual.t            NEXT
-ext/NEXT/t/actuns.t            NEXT
-ext/NEXT/t/dynamically_scoped_regex_vars.t     NEXT
-ext/NEXT/t/next.t              NEXT
-ext/NEXT/t/stringify.t         NEXT
-ext/NEXT/t/unseen.t            NEXT
-ext/Object-Accessor/lib/Object/Accessor.pm     Object::Accessor
-ext/Object-Accessor/t/00_Object-Accessor.t     Object::Accessor tests
-ext/Object-Accessor/t/01_Object-Accessor-Subclassed.t  Object::Accessor tests
-ext/Object-Accessor/t/02_Object-Accessor-allow.t       Object::Accessor tests
-ext/Object-Accessor/t/03_Object-Accessor-local.t       Object::Accessor tests
-ext/Object-Accessor/t/04_Object-Accessor-lvalue.t      Object::Accessor tests
-ext/Object-Accessor/t/05_Object-Accessor-callback.t    Object::Accessor tests
-ext/Object-Accessor/t/06_Object-Accessor-alias.t       Object::Accessor tests
 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
@@ -2057,10 +2188,6 @@ ext/Opcode/Opcode.xs             Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/t/Opcode.t          See if Opcode works
 ext/Opcode/t/ops.t             See if Opcode works
-ext/Package-Constants/lib/Package/Constants.pm Package::Constants
-ext/Package-Constants/t/01_list.t              Package::Constants tests
-ext/Params-Check/lib/Params/Check.pm   Params::Check
-ext/Params-Check/t/01_Params-Check.t   Params::Check tests
 ext/parent/lib/parent.pm       Establish an ISA relationship with base classes at compile time
 ext/parent/t/compile-time-file.t       tests for parent.pm
 ext/parent/t/compile-time.t    tests for parent.pm
@@ -2074,32 +2201,6 @@ ext/parent/t/parent-classfromfile.t      tests for parent.pm
 ext/parent/t/parent-pmc.t      tests for parent.pm
 ext/parent/t/parent-returns-false.t    tests for parent.pm
 ext/parent/t/parent.t  tests for parent.pm
-ext/Parse-CPAN-Meta/Changes                                    Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm                                             Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/01_compile.t                             Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/02_basic.t                               Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/03_regression.t                          Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/04_scalar.t                              Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/05_export.t                              Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/11_meta_yml.t                            Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/12_plagger.t                             Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/13_perl_smith.t                          Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/14_yaml_org.t                            Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/15_multibyte.t                           Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/16_nullrefs.t                            Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/17_toolbar.t                             Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/18_tap.t                                 Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/19_errors.t                              Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/21_bom.t                                 Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/HTML-WebDAO.yml                     Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/multibyte.yml                       Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/sample.yml                          Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml                        Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml      Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/toolbar.yml                         Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml                   Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/data/vanilla.yml                         Parse::CPAN::Meta
-ext/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm      Parse::CPAN::Meta testing library
 ext/PerlIO-encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO-encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO-encoding/MANIFEST   PerlIO::encoding list of files
@@ -2125,36 +2226,6 @@ ext/Pod-Escapes/t/15_name2charnum.t      test Pod::Escapes
 ext/Pod-LaTeX/LaTeX.pm         Convert POD data to LaTeX
 ext/Pod-LaTeX/t/pod2latex.t    See if Pod::LaTeX works
 ext/Pod-LaTeX/t/user.t         See if Pod::LaTeX works
-ext/podlators/lib/Pod/Man.pm                   Convert POD data to *roff
-ext/podlators/lib/Pod/ParseLink.pm             Perl an L<> formatting code in POD text
-ext/podlators/lib/Pod/Text/Color.pm            Convert POD data to color ASCII text
-ext/podlators/lib/Pod/Text/Overstrike.pm       Convert POD data to formatted overstrike text
-ext/podlators/lib/Pod/Text.pm                  Pod-Parser - convert POD data to formatted ASCII text
-ext/podlators/lib/Pod/Text/Termcap.pm          Convert POD data to ASCII text with format escapes
-ext/podlators/Makefile.PL
-ext/podlators/t/basic.cap                      podlators test
-ext/podlators/t/basic.clr                      podlators test
-ext/podlators/t/basic.man                      podlators test
-ext/podlators/t/basic.ovr                      podlators test
-ext/podlators/t/basic.pod                      podlators test
-ext/podlators/t/basic.t                                podlators test
-ext/podlators/t/basic.txt                      podlators test
-ext/podlators/t/color.t                                podlators test
-ext/podlators/t/filehandle.t                   podlators test
-ext/podlators/t/man-options.t                  podlators test
-ext/podlators/t/man.t                          podlators test
-ext/podlators/t/man-utf8.t                     podlators test
-ext/podlators/t/parselink.t                    podlators test
-ext/podlators/t/pod-parser.t                   podlators test
-ext/podlators/t/pod-spelling.t                 podlators test
-ext/podlators/t/pod.t                          podlators test
-ext/podlators/t/termcap.t                      podlators test
-ext/podlators/t/text-encoding.t                        podlators test
-ext/podlators/t/text-options.t                 podlators test
-ext/podlators/t/text.t                         podlators test
-ext/podlators/t/text-utf8.t                    podlators test
-ext/podlators/VERSION                          podlators custom Makefile.PL
-ext/podlators/VERSION                          podlators distribution version
 ext/Pod-Parser/lib/Pod/Checker.pm              Pod-Parser - check POD documents for syntax errors
 ext/Pod-Parser/lib/Pod/Find.pm                 used by pod/splitpod
 ext/Pod-Parser/lib/Pod/InputObjects.pm         Pod-Parser - define objects for input streams
@@ -2548,34 +2619,8 @@ 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/Sys-Syslog/Changes         Changlog for Sys::Syslog
-ext/Sys-Syslog/fallback/const-c.inc    Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/const-xs.inc   Sys::Syslog constants fallback file
-ext/Sys-Syslog/fallback/syslog.h       Sys::Syslog header fallback file
-ext/Sys-Syslog/Makefile.PL     Sys::Syslog extension makefile writer
-ext/Sys-Syslog/README          README for Sys::Syslog
-ext/Sys-Syslog/README.win32    README for Sys::Syslog on Windows
-ext/Sys-Syslog/Syslog.pm       Sys::Syslog extension Perl module
-ext/Sys-Syslog/Syslog.xs       Sys::Syslog extension external subroutines
-ext/Sys-Syslog/t/00-load.t     test for Sys::Syslog
-ext/Sys-Syslog/t/constants.t   test for Sys::Syslog
-ext/Sys-Syslog/t/syslog.t      See if Sys::Syslog works
-ext/Sys-Syslog/win32/compile.pl        Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_dll.uu    Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog.mc        Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/PerlLog_RES.uu    Sys::Syslog extension Win32 related file
-ext/Sys-Syslog/win32/Win32.pm  Sys::Syslog extension Win32 related file
-ext/Term-ANSIColor/ANSIColor.pm                Perl module supporting termcap usage
-ext/Term-ANSIColor/ChangeLog           Term::ANSIColor
-ext/Term-ANSIColor/README              Term::ANSIColor
-ext/Term-ANSIColor/t/basic.t           Tests for Term::ANSIColor
 ext/Term-Cap/Cap.pm                    Perl module supporting termcap usage
 ext/Term-Cap/test.pl                   See if Term::Cap works
-ext/Term-UI/lib/Term/UI/History.pm     Term::UI
-ext/Term-UI/lib/Term/UI.pm             Term::UI
-ext/Term-UI/t/00_load.t                        Term::UI tests
-ext/Term-UI/t/01_history.t             Term::UI tests
-ext/Term-UI/t/02_ui.t                  Term::UI tests
 ext/Test-Harness/bin/prove             The prove harness utility
 ext/Test-Harness/Changes               Test::Harness change log
 ext/Test-Harness/lib/App/Prove.pm      Gubbins for the prove utility
@@ -2756,7 +2801,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
@@ -2876,15 +2920,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
@@ -2905,22 +2940,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
@@ -3023,11 +3042,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
@@ -3396,20 +3410,6 @@ lib/File/Find/t/find.t           See if File::Find works
 lib/File/Find/t/taint.t                See if File::Find works with taint
 lib/FileHandle.pm              Backward-compatible front end to IO extension
 lib/FileHandle.t               See if FileHandle works
-lib/File/Spec/Cygwin.pm                portable operations on Cygwin file names
-lib/File/Spec/Epoc.pm          portable operations on EPOC file names
-lib/File/Spec/Functions.pm     Function interface to File::Spec object methods
-lib/File/Spec/Mac.pm           portable operations on Mac file names
-lib/File/Spec/OS2.pm           portable operations on OS2 file names
-lib/File/Spec.pm               portable operations on file names
-lib/File/Spec/t/crossplatform.t        See if File::Spec works crossplatform
-lib/File/Spec/t/Functions.t    See if File::Spec::Functions works
-lib/File/Spec/t/rel2abs2rel.t  See if File::Spec->rel2abs/abs2rel works
-lib/File/Spec/t/Spec.t         See if File::Spec works
-lib/File/Spec/t/tmpdir.t       See if File::Spec->tmpdir() works
-lib/File/Spec/Unix.pm          portable operations on Unix file names
-lib/File/Spec/VMS.pm           portable operations on VMS file names
-lib/File/Spec/Win32.pm         portable operations on Win32 and NetWare file names
 lib/File/stat.pm               By-name interface to Perl's builtin stat
 lib/File/stat.t                        See if File::stat works
 lib/filetest.pm                        For "use filetest"
@@ -4050,6 +4050,7 @@ regexec.c                 Regular expression evaluator
 regexp.h                       Public declarations for the above
 regnodes.h                     Description of nodes of RE engine
 run.c                          The interpreter loop
+runtests.SH                    A script that generates runtests
 scope.c                                Scope entry and exit code
 scope.h                                Scope entry and exit header
 sv.c                           Scalar value code
@@ -4431,6 +4432,14 @@ 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/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.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
@@ -4456,6 +4465,7 @@ t/re/reg_pmod.t                   See if regexp /p modifier works as expected
 t/re/reg_posixcc.t             See if posix character classes behave consistantly
 t/re/reg_unsafe.t              Check for unsafe match vars
 t/re/re.t                      See if exportable 're' funcs in universal.c work
+t/re/ReTest.pl                 Test utilities for the t/re/pat*.t tests (used by do)
 t/re/re_tests                  Regular expressions for regexp.t
 t/re/rxcode.t                  See if /(?{ code })/ works
 t/re/subst_amp.t               See if $&-related substitution works