Upgrade to Class::ISA 0.36 (Fixes installation directories only)
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 5b5b034..f3ce266 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1031,6 +1031,211 @@ dist/base/t/lib/HasSigDie.pm    Module for testing base.pm
 dist/base/t/sigdie.t           See if base works with SIGDIE
 dist/base/t/version.t          See if base works with versions
 dist/base/t/warnings.t         See if base works with warnings
+dist/constant/lib/constant.pm  For "use constant"
+dist/constant/t/constant.t     See if compile-time constants work
+dist/Data-Dumper/Changes       Data pretty printer, changelog
+dist/Data-Dumper/Dumper.pm     Data pretty printer, module
+dist/Data-Dumper/Dumper.xs     Data pretty printer, externals
+dist/Data-Dumper/t/bless.t     See if Data::Dumper works
+dist/Data-Dumper/t/bugs.t      See if Data::Dumper works
+dist/Data-Dumper/t/dumper.t    See if Data::Dumper works
+dist/Data-Dumper/t/freezer.t   See if $Data::Dumper::Freezer works
+dist/Data-Dumper/Todo          Data pretty printer, futures
+dist/Data-Dumper/t/overload.t  See if Data::Dumper works for overloaded data
+dist/Data-Dumper/t/pair.t      See if Data::Dumper pair separator works
+dist/ExtUtils-Install/Changes                          ExtUtils-Install change log
+dist/ExtUtils-Install/lib/ExtUtils/Installed.pm                Information on installed extensions
+dist/ExtUtils-Install/lib/ExtUtils/Install.pm          Handles 'make install' on extensions
+dist/ExtUtils-Install/lib/ExtUtils/Packlist.pm         Manipulates .packlist files
+dist/ExtUtils-Install/t/can_write_dir.t                        Does the _can_write_dir function of ExtUtils::Install work properly?
+dist/ExtUtils-Install/t/Installapi2.t                  See if new api for ExtUtils::Install::install() works
+dist/ExtUtils-Install/t/Installed.t                    See if ExtUtils::Installed works
+dist/ExtUtils-Install/t/Install.t                      See if ExtUtils::Install works
+dist/ExtUtils-Install/t/InstallWithMM.t                        See if ExtUtils::Install works (related to EUMM/t/basic.t)
+dist/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm        MakeMaker test utilities
+dist/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm    MakeMaker test utilities
+dist/ExtUtils-Install/t/lib/TieOut.pm                  Testing library to capture prints
+dist/ExtUtils-Install/t/Packlist.t                     See if Packlist works
+dist/Filter-Simple/Changes                                     Filter::Simple
+dist/Filter-Simple/lib/Filter/Simple.pm                                Simple frontend to Filter::Util::Call
+dist/Filter-Simple/t/data.t                                    See if Filter::Simple works
+dist/Filter-Simple/t/export.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/filter_only.t                             See if Filter::Simple works
+dist/Filter-Simple/t/filter.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/import.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm           Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm       Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm           Helper file for Filter::Simple tests
+dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm           Helper file for Filter::Simple tests
+dist/I18N-LangTags/ChangeLog                   I18N::LangTags
+dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences
+dist/I18N-LangTags/lib/I18N/LangTags/List.pm   List of tags for human languages
+dist/I18N-LangTags/lib/I18N/LangTags.pm                I18N::LangTags
+dist/I18N-LangTags/README                      I18N::LangTags
+dist/I18N-LangTags/t/01_about_verbose.t                See whether I18N::LangTags works
+dist/I18N-LangTags/t/05_main.t                 See whether I18N::LangTags works
+dist/I18N-LangTags/t/07_listy.t                        See whether I18N::LangTags works
+dist/I18N-LangTags/t/10_http.t                 See whether I18N::LangTags works
+dist/I18N-LangTags/t/20_locales.t              See whether I18N::LangTags works
+dist/I18N-LangTags/t/50_super.t                        See whether I18N::LangTags works
+dist/I18N-LangTags/t/55_supers_strict.t                See whether I18N::LangTags works
+dist/I18N-LangTags/t/80_all_env.t              See whether I18N::LangTags works
+dist/IO/ChangeLog              IO perl module change log
+dist/IO/hints/sco.pl           Hint for IO for named architecture
+dist/IO/IO.pm                  Top-level interface to IO::* classes
+dist/IO/IO.xs                  IO extension external subroutines
+dist/IO/lib/IO/Dir.pm          IO directory reading package
+dist/IO/lib/IO/File.pm         IO file handle package
+dist/IO/lib/IO/Handle.pm       IO base handle package
+dist/IO/lib/IO/Pipe.pm         IO pipe package
+dist/IO/lib/IO/Poll.pm         IO system poll() interface
+dist/IO/lib/IO/Seekable.pm     IO methods for seekable handles
+dist/IO/lib/IO/Select.pm       IO system select() interface
+dist/IO/lib/IO/Socket/INET.pm  IO INET specific socket methods
+dist/IO/lib/IO/Socket.pm       IO socket handle package
+dist/IO/lib/IO/Socket/UNIX.pm  IO UNIX specific socket methods
+dist/IO/Makefile.PL            IO extension makefile writer
+dist/IO/poll.c                 IO poll() emulation using select()
+dist/IO/poll.h                 IO poll() emulation using select()
+dist/IO/README                 IO extension maintenance notice
+dist/IO/t/io_const.t           See if constants from IO work
+dist/IO/t/io_dir.t             See if directory-related methods from IO work
+dist/IO/t/io_dup.t             See if dup()-related methods from IO work
+dist/IO/t/io_file.t            See if binmode()-related methods on IO::File work
+dist/IO/t/io_linenum.t         See if I/O line numbers are tracked correctly
+dist/IO/t/io_multihomed.t      See if INET sockets work with multi-homed hosts
+dist/IO/t/io_pipe.t            See if pipe()-related methods from IO work
+dist/IO/t/io_poll.t            See if poll()-related methods from IO work
+dist/IO/t/io_sel.t             See if select()-related methods from IO work
+dist/IO/t/io_sock.t            See if INET socket-related methods from IO work
+dist/IO/t/IO.t                 See if IO works
+dist/IO/t/io_taint.t           See if the untaint method from IO works
+dist/IO/t/io_tell.t            See if seek()/tell()-related methods from IO work
+dist/IO/t/io_udp.t             See if UDP socket-related methods from IO work
+dist/IO/t/io_unix.t            See if UNIX socket-related methods from IO work
+dist/IO/t/io_utf8.t            See if perlio opens work
+dist/IO/t/io_xs.t              See if XSUB methods from IO work
+dist/lib/lib_pm.PL             For "use lib", produces lib/lib.pm
+dist/lib/Makefile.PL
+dist/lib/t/01lib.t             For "use lib" testing
+dist/Module-CoreList/Changes                   Module::CoreList Changes
+dist/Module-CoreList/corelist                  The corelist command-line utility
+dist/Module-CoreList/identify-dependencies     A usage example for Module::CoreList
+dist/Module-CoreList/lib/Module/CoreList.pm    Module::CoreList
+dist/Module-CoreList/Makefile.PL               Module::CoreList
+dist/Module-CoreList/MANIFEST                  Module::CoreList
+dist/Module-CoreList/META.yml                  Module::CoreList
+dist/Module-CoreList/README                    Module::CoreList
+dist/Module-CoreList/t/corelist.t              Module::CoreList tests
+dist/Module-CoreList/t/find_modules.t          Module::CoreList tests
+dist/Module-CoreList/t/pod.t                   Module::CoreList tests
+dist/Net-Ping/Changes                  Net::Ping
+dist/Net-Ping/lib/Net/Ping.pm          Hello, anybody home?
+dist/Net-Ping/t/100_load.t             Ping Net::Ping
+dist/Net-Ping/t/110_icmp_inst.t                Ping Net::Ping
+dist/Net-Ping/t/120_udp_inst.t         Ping Net::Ping
+dist/Net-Ping/t/130_tcp_inst.t         Ping Net::Ping
+dist/Net-Ping/t/140_stream_inst.t      Ping Net::Ping
+dist/Net-Ping/t/150_syn_inst.t         Ping Net::Ping
+dist/Net-Ping/t/190_alarm.t            Ping Net::Ping
+dist/Net-Ping/t/200_ping_tcp.t         Ping Net::Ping
+dist/Net-Ping/t/250_ping_hires.t       Ping Net::Ping
+dist/Net-Ping/t/300_ping_stream.t      Ping Net::Ping
+dist/Net-Ping/t/400_ping_syn.t         Ping Net::Ping
+dist/Net-Ping/t/410_syn_host.t         Ping Net::Ping
+dist/Net-Ping/t/450_service.t          Ping Net::Ping
+dist/Net-Ping/t/500_ping_icmp.t                Ping Net::Ping
+dist/Net-Ping/t/510_ping_udp.t         Ping Net::Ping
+dist/Pod-Plainer/Plainer.pm    Pod migration utility module
+dist/Pod-Plainer/t/plainer.t   Test Pod::Plainer
+dist/Safe/Changes              Changes for Safe.pm
+dist/Safe/Makefile.PL          Makefile.PL for Safe.pm
+dist/Safe/MANIFEST             MANIFEST for Safe.pm
+dist/Safe/META.yml             META.yml for Safe.pm
+dist/Safe/README               README for Safe.pm
+dist/Safe/Safe.pm              Safe extension Perl module
+dist/Safe/t/safe1.t            See if Safe works
+dist/Safe/t/safe2.t            See if Safe works
+dist/Safe/t/safe3.t            See if Safe works
+dist/Safe/t/safeload.t         Tests that some modules can be loaded by Safe
+dist/Safe/t/safeops.t          Tests that all ops can be trapped by Safe
+dist/Safe/t/safeuniversal.t    Tests Safe with functions from universal.c
+dist/SelfLoader/lib/SelfLoader.pm      Load functions only on demand
+dist/SelfLoader/t/01SelfLoader.t       See if SelfLoader works
+dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
+dist/Switch/Changes            Changes for Switch.pm
+dist/Switch/Makefile.PL                Makefile.PL for Switch.pm
+dist/Switch/MANIFEST           MANIFEST for Switch.pm
+dist/Switch/META.yml           META.yml for Switch.pm
+dist/Switch/README             README for Switch.pm
+dist/Switch/Switch.pm          Switch for Perl
+dist/Switch/t/given.t          See if Perl 6 given (switch) works
+dist/Switch/t/nested.t         See if nested switch works
+dist/Switch/t/switch.t         See if Perl 5 switch works
+dist/Thread-Queue/lib/Thread/Queue.pm  Thread-safe queues
+dist/Thread-Queue/t/01_basic.t         Thread::Queue tests
+dist/Thread-Queue/t/02_refs.t          Thread::Queue tests
+dist/Thread-Queue/t/03_peek.t          Thread::Queue tests
+dist/Thread-Queue/t/04_errs.t          Thread::Queue tests
+dist/Thread-Queue/t/05_extract.t       Thread::Queue tests
+dist/Thread-Queue/t/06_insert.t                Thread::Queue tests
+dist/Thread-Queue/t/07_lock.t          Thread::Queue tests
+dist/Thread-Queue/t/08_nothreads.t     Thread::Queue tests
+dist/Thread-Semaphore/lib/Thread/Semaphore.pm  Thread-safe semaphores
+dist/Thread-Semaphore/t/01_basic.t             Thread::Semaphore tests
+dist/Thread-Semaphore/t/02_errs.t              Thread::Semaphore tests
+dist/Thread-Semaphore/t/03_nothreads.t         Thread::Semaphore tests
+dist/threads/hints/hpux.pl     Hint file for HPUX
+dist/threads/hints/linux.pl    Hint file for Linux
+dist/threads/Makefile.PL       ithreads
+dist/threads-shared/hints/linux.pl     thread shared variables
+dist/threads-shared/Makefile.PL                thread shared variables
+dist/threads-shared/shared.pm          thread shared variables
+dist/threads-shared/shared.xs          thread shared variables
+dist/threads-shared/t/0nothread.t      Tests for basic shared array functionality.
+dist/threads-shared/t/av_refs.t                Tests for arrays containing references
+dist/threads-shared/t/av_simple.t      Tests for basic shared array functionality.
+dist/threads-shared/t/blessed.t                Test blessed shared variables
+dist/threads-shared/t/clone.t          Test shared cloning
+dist/threads-shared/t/cond.t           Test condition variables
+dist/threads-shared/t/disabled.t       Test threads::shared when threads are disabled.
+dist/threads-shared/t/hv_refs.t                Test shared hashes containing references
+dist/threads-shared/t/hv_simple.t      Tests for basic shared hash functionality.
+dist/threads-shared/t/no_share.t       Tests for disabled share on variables.
+dist/threads-shared/t/object.t         Shared objects tests
+dist/threads-shared/t/shared_attr.t    Test :shared attribute
+dist/threads-shared/t/stress.t         Stress test
+dist/threads-shared/t/sv_refs.t                thread shared variables
+dist/threads-shared/t/sv_simple.t      thread shared variables
+dist/threads-shared/t/utf8.t           Test UTF-8 keys in shared hashes
+dist/threads-shared/t/waithires.t      Test sub-second cond_timedwait
+dist/threads-shared/t/wait.t           Test cond_wait and cond_timedwait
+dist/threads/t/basic.t         ithreads
+dist/threads/t/blocks.t                Test threads in special blocks
+dist/threads/t/context.t       Explicit thread context
+dist/threads/t/end.t           Test end functions
+dist/threads/t/err.t           Test $thr->error()
+dist/threads/t/exit.t          Test exit and die in threads
+dist/threads/t/free2.t         More ithread destruction tests
+dist/threads/t/free.t          Test ithread destruction
+dist/threads/threads.pm                ithreads
+dist/threads/threads.xs                ithreads
+dist/threads/t/join.t          Testing the join function
+dist/threads/t/kill.t          Tests thread signalling
+dist/threads/t/libc.t          testing libc functions for threadsafety
+dist/threads/t/list.t          Test threads->list()
+dist/threads/t/no_threads.t    threads test for non-threaded Perls
+dist/threads/t/problems.t      Test various memory problems
+dist/threads/t/stack_env.t     Tests for stack limits
+dist/threads/t/stack.t         Tests for stack limits
+dist/threads/t/state.t         Tests state methods
+dist/threads/t/stress_cv.t     Test with multiple threads, coderef cv argument.
+dist/threads/t/stress_re.t     Test with multiple threads, string cv argument and regexes.
+dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
+dist/threads/t/thread.t                General ithread tests from thr5005
+dist/XSLoader/Makefile.PL      Dynamic Loader makefile writer
+dist/XSLoader/t/XSLoader.t     See if XSLoader works
+dist/XSLoader/XSLoader_pm.PL   Simple XS Loader perl module
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
 djgpp/djgpp.c          DOS/DJGPP port
@@ -1256,18 +1461,6 @@ ext/Compress-Raw-Zlib/zlib-src/zlib.h    Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/Zlib.xs          Compress::Raw::Zlib
-ext/constant/lib/constant.pm   For "use constant"
-ext/constant/t/constant.t      See if compile-time constants work
-ext/Data-Dumper/Changes                Data pretty printer, changelog
-ext/Data-Dumper/Dumper.pm      Data pretty printer, module
-ext/Data-Dumper/Dumper.xs      Data pretty printer, externals
-ext/Data-Dumper/t/bless.t      See if Data::Dumper works
-ext/Data-Dumper/t/bugs.t       See if Data::Dumper works
-ext/Data-Dumper/t/dumper.t     See if Data::Dumper works
-ext/Data-Dumper/t/freezer.t    See if $Data::Dumper::Freezer works
-ext/Data-Dumper/Todo           Data pretty printer, futures
-ext/Data-Dumper/t/overload.t   See if Data::Dumper works for overloaded data
-ext/Data-Dumper/t/pair.t       See if Data::Dumper pair separator works
 ext/Devel-DProf/Changes                Perl code profiler changelog
 ext/Devel-DProf/DProf.pm       Perl code profiler
 ext/Devel-DProf/dprof/test1_t  Perl code profiler tests
@@ -1402,19 +1595,6 @@ ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for pr
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm           generate XS code to import C header constants
 ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm              generate XS code to import C header constants
 ext/ExtUtils-Constant/t/Constant.t                             See if ExtUtils::Constant works
-ext/ExtUtils-Install/Changes                           ExtUtils-Install change log
-ext/ExtUtils-Install/lib/ExtUtils/Installed.pm         Information on installed extensions
-ext/ExtUtils-Install/lib/ExtUtils/Install.pm           Handles 'make install' on extensions
-ext/ExtUtils-Install/lib/ExtUtils/Packlist.pm          Manipulates .packlist files
-ext/ExtUtils-Install/t/can_write_dir.t                 Does the _can_write_dir function of ExtUtils::Install work properly?
-ext/ExtUtils-Install/t/Installapi2.t                   See if new api for ExtUtils::Install::install() works
-ext/ExtUtils-Install/t/Installed.t                     See if ExtUtils::Installed works
-ext/ExtUtils-Install/t/Install.t                       See if ExtUtils::Install works
-ext/ExtUtils-Install/t/InstallWithMM.t                 See if ExtUtils::Install works (related to EUMM/t/basic.t)
-ext/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
-ext/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm     MakeMaker test utilities
-ext/ExtUtils-Install/t/lib/TieOut.pm                   Testing library to capture prints
-ext/ExtUtils-Install/t/Packlist.t                      See if Packlist works
 ext/ExtUtils-MakeMaker/bin/instmodsh                   Give information about installed extensions
 ext/ExtUtils-MakeMaker/Changes                         MakeMaker change log
 ext/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm      Calling MM functions from the cmd line
@@ -1555,17 +1735,6 @@ ext/File-Temp/t/posix.t          See if File::Temp works
 ext/File-Temp/t/security.t     See if File::Temp works
 ext/File-Temp/t/seekable.t     See if File::Temp works
 ext/File-Temp/t/tempfile.t     See if File::Temp works
-ext/Filter-Simple/Changes                              Filter::Simple
-ext/Filter-Simple/lib/Filter/Simple.pm                 Simple frontend to Filter::Util::Call
-ext/Filter-Simple/t/data.t                             See if Filter::Simple works
-ext/Filter-Simple/t/export.t                           See if Filter::Simple works
-ext/Filter-Simple/t/filter_only.t                      See if Filter::Simple works
-ext/Filter-Simple/t/filter.t                           See if Filter::Simple works
-ext/Filter-Simple/t/import.t                           See if Filter::Simple works
-ext/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm    Helper file for Filter::Simple tests
-ext/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm        Helper file for Filter::Simple tests
-ext/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm    Helper file for Filter::Simple tests
-ext/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm    Helper file for Filter::Simple tests
 ext/Filter-Util-Call/Call.pm   Filter::Util::Call extension module
 ext/Filter-Util-Call/Call.xs   Filter::Util::Call extension external subroutines
 ext/Filter-Util-Call/filter-util.pl            See if Filter::Util::Call works
@@ -1598,22 +1767,8 @@ ext/I18N-Langinfo/Langinfo.pm    I18N::Langinfo
 ext/I18N-Langinfo/Langinfo.xs  I18N::Langinfo
 ext/I18N-Langinfo/Makefile.PL  I18N::Langinfo
 ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works
-ext/I18N-LangTags/ChangeLog                    I18N::LangTags
-ext/I18N-LangTags/lib/I18N/LangTags/Detect.pm  Detect language preferences
-ext/I18N-LangTags/lib/I18N/LangTags/List.pm    List of tags for human languages
-ext/I18N-LangTags/lib/I18N/LangTags.pm         I18N::LangTags
-ext/I18N-LangTags/README                       I18N::LangTags
-ext/I18N-LangTags/t/01_about_verbose.t         See whether I18N::LangTags works
-ext/I18N-LangTags/t/05_main.t                  See whether I18N::LangTags works
-ext/I18N-LangTags/t/07_listy.t                 See whether I18N::LangTags works
-ext/I18N-LangTags/t/10_http.t                  See whether I18N::LangTags works
-ext/I18N-LangTags/t/20_locales.t               See whether I18N::LangTags works
-ext/I18N-LangTags/t/50_super.t                 See whether I18N::LangTags works
-ext/I18N-LangTags/t/55_supers_strict.t         See whether I18N::LangTags works
-ext/I18N-LangTags/t/80_all_env.t               See whether I18N::LangTags works
 ext/if/if.pm                   For "use if"
 ext/if/t/if.t                  Tests for "use if"
-ext/IO/ChangeLog               IO perl module change log
 ext/IO-Compress/Changes        IO::Compress
 ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress
 ext/IO-Compress/examples/compress-zlib/filtinf IO::Compress
@@ -1757,40 +1912,6 @@ ext/IO-Compress/t/cz-06gzsetp.t  IO::Compress
 ext/IO-Compress/t/cz-08encoding.t      IO::Compress
 ext/IO-Compress/t/cz-14gzopen.t        IO::Compress
 ext/IO-Compress/t/globmapper.t IO::Compress
-ext/IO/hints/sco.pl            Hint for IO for named architecture
-ext/IO/IO.pm                   Top-level interface to IO::* classes
-ext/IO/IO.xs                   IO extension external subroutines
-ext/IO/lib/IO/Dir.pm           IO directory reading package
-ext/IO/lib/IO/File.pm          IO file handle package
-ext/IO/lib/IO/Handle.pm                IO base handle package
-ext/IO/lib/IO/Pipe.pm          IO pipe package
-ext/IO/lib/IO/Poll.pm          IO system poll() interface
-ext/IO/lib/IO/Seekable.pm      IO methods for seekable handles
-ext/IO/lib/IO/Select.pm                IO system select() interface
-ext/IO/lib/IO/Socket/INET.pm   IO INET specific socket methods
-ext/IO/lib/IO/Socket.pm                IO socket handle package
-ext/IO/lib/IO/Socket/UNIX.pm   IO UNIX specific socket methods
-ext/IO/Makefile.PL             IO extension makefile writer
-ext/IO/poll.c                  IO poll() emulation using select()
-ext/IO/poll.h                  IO poll() emulation using select()
-ext/IO/README                  IO extension maintenance notice
-ext/IO/t/io_const.t    See if constants from IO work
-ext/IO/t/io_dir.t      See if directory-related methods from IO work
-ext/IO/t/io_dup.t      See if dup()-related methods from IO work
-ext/IO/t/io_file.t     See if binmode()-related methods on IO::File work
-ext/IO/t/io_linenum.t  See if I/O line numbers are tracked correctly
-ext/IO/t/io_multihomed.t       See if INET sockets work with multi-homed hosts
-ext/IO/t/io_pipe.t     See if pipe()-related methods from IO work
-ext/IO/t/io_poll.t     See if poll()-related methods from IO work
-ext/IO/t/io_sel.t      See if select()-related methods from IO work
-ext/IO/t/io_sock.t     See if INET socket-related methods from IO work
-ext/IO/t/IO.t  See if IO works
-ext/IO/t/io_taint.t    See if the untaint method from IO works
-ext/IO/t/io_tell.t     See if seek()/tell()-related methods from IO work
-ext/IO/t/io_udp.t      See if UDP socket-related methods from IO work
-ext/IO/t/io_unix.t     See if UNIX socket-related methods from IO work
-ext/IO/t/io_utf8.t     See if perlio opens work
-ext/IO/t/io_xs.t               See if XSUB methods from IO work
 ext/IO-Zlib/t/basic.t          Tests for IO::Zlib
 ext/IO-Zlib/t/external.t       Tests for IO::Zlib
 ext/IO-Zlib/t/getc.t           Tests for IO::Zlib
@@ -1805,8 +1926,6 @@ ext/IPC-Open2/lib/IPC/Open2.pm    Open a two-ended pipe
 ext/IPC-Open2/t/IPC-Open2.t    See if IPC::Open2 works
 ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
 ext/IPC-Open3/t/IPC-Open3.t    See if IPC::Open3 works
-ext/lib/lib_pm.PL              For "use lib", produces lib/lib.pm
-ext/lib/Makefile.PL
 ext/libnet/Changes                     libnet
 ext/libnet/Config.eg           libnet
 ext/libnet/demos/ftp           libnet
@@ -1844,7 +1963,6 @@ ext/libnet/t/nntp.t               libnet
 ext/libnet/t/require.t         libnet
 ext/libnet/t/smtp.t            libnet
 ext/libnet/t/time.t            libnet
-ext/lib/t/01lib.t              For "use lib" testing
 ext/List-Util/Changes          Util extension
 ext/List-Util/lib/List/Util.pm List::Util
 ext/List-Util/lib/List/Util/PP.pm      List::Util
@@ -2059,17 +2177,6 @@ ext/MIME-Base64/t/base64.t       See whether MIME::Base64 works
 ext/MIME-Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME-Base64/t/unicode.t    See whether MIME::Base64 works
 ext/MIME-Base64/t/warn.t       See whether MIME::Base64 works
-ext/Module-CoreList/Changes    Module::CoreList Changes
-ext/Module-CoreList/corelist   The corelist command-line utility
-ext/Module-CoreList/identify-dependencies      A usage example for Module::CoreList
-ext/Module-CoreList/lib/Module/CoreList.pm     Module::CoreList
-ext/Module-CoreList/Makefile.PL                Module::CoreList
-ext/Module-CoreList/MANIFEST           Module::CoreList
-ext/Module-CoreList/META.yml           Module::CoreList
-ext/Module-CoreList/README             Module::CoreList
-ext/Module-CoreList/t/corelist.t       Module::CoreList tests
-ext/Module-CoreList/t/find_modules.t   Module::CoreList tests
-ext/Module-CoreList/t/pod.t            Module::CoreList tests
 ext/Module-Pluggable/lib/Devel/InnerPackage.pm         Find inner packages
 ext/Module-Pluggable/lib/Module/Pluggable/Object.pm    Module::Pluggable
 ext/Module-Pluggable/lib/Module/Pluggable.pm           Module::Pluggable
@@ -2151,23 +2258,6 @@ ext/NDBM_File/NDBM_File.pm       NDBM extension Perl module
 ext/NDBM_File/NDBM_File.xs     NDBM extension external subroutines
 ext/NDBM_File/t/ndbm.t         See if NDBM_File works
 ext/NDBM_File/typemap          NDBM extension interface types
-ext/Net-Ping/Changes                   Net::Ping
-ext/Net-Ping/lib/Net/Ping.pm           Hello, anybody home?
-ext/Net-Ping/t/100_load.t              Ping Net::Ping
-ext/Net-Ping/t/110_icmp_inst.t         Ping Net::Ping
-ext/Net-Ping/t/120_udp_inst.t          Ping Net::Ping
-ext/Net-Ping/t/130_tcp_inst.t          Ping Net::Ping
-ext/Net-Ping/t/140_stream_inst.t       Ping Net::Ping
-ext/Net-Ping/t/150_syn_inst.t          Ping Net::Ping
-ext/Net-Ping/t/190_alarm.t             Ping Net::Ping
-ext/Net-Ping/t/200_ping_tcp.t          Ping Net::Ping
-ext/Net-Ping/t/250_ping_hires.t                Ping Net::Ping
-ext/Net-Ping/t/300_ping_stream.t       Ping Net::Ping
-ext/Net-Ping/t/400_ping_syn.t          Ping Net::Ping
-ext/Net-Ping/t/410_syn_host.t          Ping Net::Ping
-ext/Net-Ping/t/450_service.t           Ping Net::Ping
-ext/Net-Ping/t/500_ping_icmp.t         Ping Net::Ping
-ext/Net-Ping/t/510_ping_udp.t          Ping Net::Ping
 ext/ODBM_File/hints/cygwin.pl  Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/gnukfreebsd.pl     Hint for NDBM_File for named architecture
@@ -2292,8 +2382,6 @@ ext/Pod-Perldoc/t/01_about_verbose.t              test Pod::Perldoc
 ext/Pod-Perldoc/t/checkerbasic.t               test Pod::Perldoc::ToChecker
 ext/Pod-Perldoc/t/perldocbasic.t               test Pod::Perldoc basic operation
 ext/Pod-Perldoc/t/textbasic.t                  test Pod::Perldoc::ToText
-ext/Pod-Plainer/Plainer.pm     Pod migration utility module
-ext/Pod-Plainer/t/plainer.t    Test Pod::Plainer
 ext/Pod-Simple/ChangeLog                               Pod::Simple ChangeLog
 ext/Pod-Simple/lib/Pod/Simple/BlackBox.pm              Pod::Simple::BlackBox
 ext/Pod-Simple/lib/Pod/Simple/Checker.pm               check the Pod syntax of a document
@@ -2508,18 +2596,6 @@ ext/re/t/re_funcs.t              See if exportable 're' funcs in re.xs work
 ext/re/t/regop.pl              generate debug output for various patterns
 ext/re/t/regop.t               test RE optimizations by scraping debug output
 ext/re/t/re.t                  see if re pragma works
-ext/Safe/Changes               Changes for Safe.pm
-ext/Safe/Makefile.PL           Makefile.PL for Safe.pm
-ext/Safe/MANIFEST              MANIFEST for Safe.pm
-ext/Safe/META.yml              META.yml for Safe.pm
-ext/Safe/README                        README for Safe.pm
-ext/Safe/Safe.pm               Safe extension Perl module
-ext/Safe/t/safe1.t             See if Safe works
-ext/Safe/t/safe2.t             See if Safe works
-ext/Safe/t/safe3.t             See if Safe works
-ext/Safe/t/safeload.t          Tests that some modules can be loaded by Safe
-ext/Safe/t/safeops.t           Tests that all ops can be trapped by Safe
-ext/Safe/t/safeuniversal.t     Tests Safe with functions from universal.c
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
 ext/SDBM_File/sdbm/biblio      SDBM kit
 ext/SDBM_File/sdbm/CHANGES     SDBM kit
@@ -2548,9 +2624,6 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/typemap          SDBM extension interface types
-ext/SelfLoader/lib/SelfLoader.pm       Load functions only on demand
-ext/SelfLoader/t/01SelfLoader.t                See if SelfLoader works
-ext/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 ext/Shell/Shell.pm             Make AUTOLOADed system() calls
 ext/Shell/t/Shell.t            Tests for above
 ext/Socket/Makefile.PL         Socket extension makefile writer
@@ -2607,15 +2680,6 @@ ext/Storable/t/tied.t            See if Storable works
 ext/Storable/t/utf8hash.t      See if Storable works
 ext/Storable/t/utf8.t          See if Storable works
 ext/Storable/t/weak.t          Can Storable store weakrefs
-ext/Switch/Changes             Changes for Switch.pm
-ext/Switch/Makefile.PL         Makefile.PL for Switch.pm
-ext/Switch/MANIFEST            MANIFEST for Switch.pm
-ext/Switch/META.yml            META.yml for Switch.pm
-ext/Switch/README              README for Switch.pm
-ext/Switch/Switch.pm           Switch for Perl
-ext/Switch/t/given.t           See if Perl 6 given (switch) works
-ext/Switch/t/nested.t          See if nested switch works
-ext/Switch/t/switch.t          See if Perl 5 switch works
 ext/Sys-Hostname/Hostname.pm   Sys::Hostname extension Perl module
 ext/Sys-Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys-Hostname/t/Hostname.t  See if Sys::Hostname works
@@ -2940,67 +3004,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/Thread-Queue/lib/Thread/Queue.pm   Thread-safe queues
-ext/Thread-Queue/t/01_basic.t          Thread::Queue tests
-ext/Thread-Queue/t/02_refs.t           Thread::Queue tests
-ext/Thread-Queue/t/03_peek.t           Thread::Queue tests
-ext/Thread-Queue/t/04_errs.t           Thread::Queue tests
-ext/Thread-Queue/t/05_extract.t                Thread::Queue tests
-ext/Thread-Queue/t/06_insert.t         Thread::Queue tests
-ext/Thread-Queue/t/07_lock.t           Thread::Queue tests
-ext/Thread-Queue/t/08_nothreads.t      Thread::Queue tests
-ext/Thread-Semaphore/lib/Thread/Semaphore.pm   Thread-safe semaphores
-ext/Thread-Semaphore/t/01_basic.t              Thread::Semaphore tests
-ext/Thread-Semaphore/t/02_errs.t               Thread::Semaphore tests
-ext/Thread-Semaphore/t/03_nothreads.t          Thread::Semaphore tests
-ext/threads/hints/hpux.pl      Hint file for HPUX
-ext/threads/hints/linux.pl     Hint file for Linux
-ext/threads/Makefile.PL                ithreads
-ext/threads-shared/hints/linux.pl      thread shared variables
-ext/threads-shared/Makefile.PL thread shared variables
-ext/threads-shared/shared.pm   thread shared variables
-ext/threads-shared/shared.xs   thread shared variables
-ext/threads-shared/t/0nothread.t       Tests for basic shared array functionality.
-ext/threads-shared/t/av_refs.t Tests for arrays containing references
-ext/threads-shared/t/av_simple.t       Tests for basic shared array functionality.
-ext/threads-shared/t/blessed.t Test blessed shared variables
-ext/threads-shared/t/clone.t   Test shared cloning
-ext/threads-shared/t/cond.t    Test condition variables
-ext/threads-shared/t/disabled.t        Test threads::shared when threads are disabled.
-ext/threads-shared/t/hv_refs.t Test shared hashes containing references
-ext/threads-shared/t/hv_simple.t       Tests for basic shared hash functionality.
-ext/threads-shared/t/no_share.t        Tests for disabled share on variables.
-ext/threads-shared/t/object.t  Shared objects tests
-ext/threads-shared/t/shared_attr.t     Test :shared attribute
-ext/threads-shared/t/stress.t  Stress test
-ext/threads-shared/t/sv_refs.t thread shared variables
-ext/threads-shared/t/sv_simple.t       thread shared variables
-ext/threads-shared/t/utf8.t    Test UTF-8 keys in shared hashes
-ext/threads-shared/t/waithires.t       Test sub-second cond_timedwait
-ext/threads-shared/t/wait.t    Test cond_wait and cond_timedwait
-ext/threads/t/basic.t          ithreads
-ext/threads/t/blocks.t         Test threads in special blocks
-ext/threads/t/context.t                Explicit thread context
-ext/threads/t/end.t            Test end functions
-ext/threads/t/err.t            Test $thr->error()
-ext/threads/t/exit.t           Test exit and die in threads
-ext/threads/t/free2.t          More ithread destruction tests
-ext/threads/t/free.t           Test ithread destruction
-ext/threads/threads.pm         ithreads
-ext/threads/threads.xs         ithreads
-ext/threads/t/join.t           Testing the join function
-ext/threads/t/kill.t           Tests thread signalling
-ext/threads/t/libc.t           testing libc functions for threadsafety
-ext/threads/t/list.t           Test threads->list()
-ext/threads/t/no_threads.t     threads test for non-threaded Perls
-ext/threads/t/problems.t       Test various memory problems
-ext/threads/t/stack_env.t      Tests for stack limits
-ext/threads/t/stack.t          Tests for stack limits
-ext/threads/t/state.t          Tests state methods
-ext/threads/t/stress_cv.t      Test with multiple threads, coderef cv argument.
-ext/threads/t/stress_re.t      Test with multiple threads, string cv argument and regexes.
-ext/threads/t/stress_string.t  Test with multiple threads, string cv argument.
-ext/threads/t/thread.t         General ithread tests from thr5005
 ext/Tie-File/lib/Tie/File.pm   Files as tied arrays
 ext/Tie-File/t/00_version.t    Trivial test for Tie::File
 ext/Tie-File/t/01_gen.t                Generic read/write tests for Tie::File
@@ -3177,9 +3180,6 @@ ext/XS-APItest/t/svpeek.t XS::APItest extension
 ext/XS-APItest/t/svsetsv.t     Test behaviour of sv_setsv with/without PERL_CORE
 ext/XS-APItest/t/xs_special_subs_require.t     for require too
 ext/XS-APItest/t/xs_special_subs.t     Test that XS BEGIN/CHECK/INIT/END work
-ext/XSLoader/Makefile.PL       Dynamic Loader makefile writer
-ext/XSLoader/t/XSLoader.t      See if XSLoader works
-ext/XSLoader/XSLoader_pm.PL    Simple XS Loader perl module
 ext/XS-Typemap/Makefile.PL     XS::Typemap extension
 ext/XS-Typemap/README          XS::Typemap extension
 ext/XS-Typemap/stdio.c         XS::Typemap extension