This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add cmpVERSION.pl from Slaven for comparing two
[perl5.git] / MANIFEST
index 7b937b8..694c562 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -65,10 +65,10 @@ epoc/epocish.c              EPOC port
 epoc/epocish.h         EPOC port
 epoc/epoc_stubs.c      EPOC port
 epoc/link.pl           EPOC port link a exe
 epoc/epocish.h         EPOC port
 epoc/epoc_stubs.c      EPOC port
 epoc/link.pl           EPOC port link a exe
-ext/attrs.t                    See if attrs works with C<sub : attrs>
 ext/attrs/attrs.pm             attrs extension Perl module
 ext/attrs/attrs.xs             attrs extension external subroutines
 ext/attrs/Makefile.PL          attrs extension makefile writer
 ext/attrs/attrs.pm             attrs extension Perl module
 ext/attrs/attrs.xs             attrs extension external subroutines
 ext/attrs/Makefile.PL          attrs extension makefile writer
+ext/attrs/t/attrs.t            See if attrs works with C<sub : attrs>
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B.xs             Compiler backend external subroutines
 ext/B/B/Asmdata.pm     Compiler backend data for assembler
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B.xs             Compiler backend external subroutines
 ext/B/B/Asmdata.pm     Compiler backend data for assembler
@@ -109,6 +109,7 @@ ext/B/t/asmdata.t   See if B::Asmdata works
 ext/B/t/assembler.t    See if B::Assembler, B::Disassembler comply
 ext/B/t/b.t            See if B works
 ext/B/t/bblock.t       See if B::Bblock works
 ext/B/t/assembler.t    See if B::Assembler, B::Disassembler comply
 ext/B/t/b.t            See if B works
 ext/B/t/bblock.t       See if B::Bblock works
+ext/B/t/bytecode.t     See whether B::Bytecode works
 ext/B/t/concise.t      See whether B::Concise works
 ext/B/t/debug.t                See if B::Debug works
 ext/B/t/deparse.t      See if B::Deparse works
 ext/B/t/concise.t      See whether B::Concise works
 ext/B/t/debug.t                See if B::Debug works
 ext/B/t/deparse.t      See if B::Deparse works
@@ -155,15 +156,15 @@ 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/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.t                Perl code profiler
 ext/Devel/DProf/DProf.xs       Perl code profiler
 ext/Devel/DProf/Makefile.PL    Perl code profiler makefile writer
 ext/Devel/DProf/DProf.xs       Perl code profiler
 ext/Devel/DProf/Makefile.PL    Perl code profiler makefile writer
+ext/Devel/DProf/t/DProf.t      Perl code profiler
 ext/Devel/DProf/Todo           Perl code profiler todo list
 ext/Devel/Peek/Changes         Data debugging tool, changelog
 ext/Devel/Peek/Makefile.PL     Data debugging tool, makefile writer
 ext/Devel/Peek/Peek.pm         Data debugging tool, module and pod
 ext/Devel/DProf/Todo           Perl code profiler todo list
 ext/Devel/Peek/Changes         Data debugging tool, changelog
 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.t          See if Devel::Peek works
 ext/Devel/Peek/Peek.xs         Data debugging tool, externals
 ext/Devel/Peek/Peek.xs         Data debugging tool, externals
+ext/Devel/Peek/t/Peek.t                See if Devel::Peek works
 ext/Devel/PPPort/Changes       Devel::PPPort changes
 ext/Devel/PPPort/Makefile.PL   Devel::PPPort makefile writer
 ext/Devel/PPPort/MANIFEST      Devel::PPPort Manifest
 ext/Devel/PPPort/Changes       Devel::PPPort changes
 ext/Devel/PPPort/Makefile.PL   Devel::PPPort makefile writer
 ext/Devel/PPPort/MANIFEST      Devel::PPPort Manifest
@@ -406,10 +407,10 @@ 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/Encode/Unicode/Makefile.PL Encode extension
 ext/Encode/Unicode/Unicode.pm  Encode extension
 ext/Encode/Unicode/Unicode.xs  Encode extension
-ext/Errno/ChangeLog    See if Errno works
-ext/Errno/Errno.t      See if Errno works
+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/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/Fcntl/Fcntl.pm     Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs     Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL  Fcntl extension makefile writer
 ext/Fcntl/Fcntl.pm     Fcntl extension Perl module
 ext/Fcntl/Fcntl.xs     Fcntl extension external subroutines
 ext/Fcntl/Makefile.PL  Fcntl extension makefile writer
@@ -430,18 +431,18 @@ ext/Filter/t/call.t               See if Filter::Util::Call works
 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/Makefile.PL       Filter::Util::Call extension makefile writer
 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/Makefile.PL       Filter::Util::Call extension makefile writer
-ext/GDBM_File/gdbm.t           See if GDBM_File works
 ext/GDBM_File/GDBM_File.pm     GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs     GDBM extension external subroutines
 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/GDBM_File.pm     GDBM extension Perl module
 ext/GDBM_File/GDBM_File.xs     GDBM extension external subroutines
 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/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo
 ext/I18N/Langinfo/fallback/const-xs.inc        I18N::Langinfo
 ext/I18N/Langinfo/Langinfo.pm  I18N::Langinfo
 ext/GDBM_File/typemap          GDBM extension interface types
 ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo
 ext/I18N/Langinfo/fallback/const-xs.inc        I18N::Langinfo
 ext/I18N/Langinfo/Langinfo.pm  I18N::Langinfo
-ext/I18N/Langinfo/Langinfo.t   I18N::Langinfo
 ext/I18N/Langinfo/Langinfo.xs  I18N::Langinfo
 ext/I18N/Langinfo/Makefile.PL  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/IO/ChangeLog               IO perl module change log
 ext/IO/hints/sco.pl            Hint for IO for named architecture
 ext/IO/IO.pm                   Top-level interface to IO::* classes
 ext/IO/ChangeLog               IO perl module change log
 ext/IO/hints/sco.pl            Hint for IO for named architecture
 ext/IO/IO.pm                   Top-level interface to IO::* classes
@@ -456,30 +457,29 @@ ext/IO/lib/IO/Select.pm           IO system select() interface
 ext/IO/lib/IO/Socket.pm                IO socket handle package
 ext/IO/lib/IO/Socket/INET.pm   IO INET specific socket methods
 ext/IO/lib/IO/Socket/UNIX.pm   IO UNIX specific socket methods
 ext/IO/lib/IO/Socket.pm                IO socket handle package
 ext/IO/lib/IO/Socket/INET.pm   IO INET specific socket methods
 ext/IO/lib/IO/Socket/UNIX.pm   IO UNIX specific socket methods
-ext/IO/lib/IO/t/IO.t   See if IO works
-ext/IO/lib/IO/t/io_const.t     See if constants from IO work
-ext/IO/lib/IO/t/io_dir.t       See if directory-related methods from IO work
-ext/IO/lib/IO/t/io_dup.t       See if dup()-related methods from IO work
-ext/IO/lib/IO/t/io_linenum.t   See if I/O line numbers are tracked correctly
-ext/IO/lib/IO/t/io_multihomed.t        See if INET sockets work with multi-homed hosts
-ext/IO/lib/IO/t/io_pipe.t      See if pipe()-related methods from IO work
-ext/IO/lib/IO/t/io_poll.t      See if poll()-related methods from IO work
-ext/IO/lib/IO/t/io_sel.t       See if select()-related methods from IO work
-ext/IO/lib/IO/t/io_sock.t      See if INET socket-related methods from IO work
-ext/IO/lib/IO/t/io_taint.t     See if the untaint method from IO works
-ext/IO/lib/IO/t/io_tell.t      See if seek()/tell()-related methods from IO work
-ext/IO/lib/IO/t/io_udp.t       See if UDP socket-related methods from IO work
-ext/IO/lib/IO/t/io_unix.t      See if UNIX socket-related methods from IO work
-ext/IO/lib/IO/t/io_utf8.t      See if perlio opens work
-ext/IO/lib/IO/t/io_xs.t                See if XSUB methods from IO work
 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/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.t  See if IO works
+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_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_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/IPC/SysV/ChangeLog         IPC::SysV extension Perl module
 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/ChangeLog         IPC::SysV extension Perl module
 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/ipcsysv.t         See if IPC::SysV works
 ext/IPC/SysV/Makefile.PL       IPC::SysV extension Perl module
 ext/IPC/SysV/MANIFEST          IPC::SysV extension Perl module
 ext/IPC/SysV/Msg.pm            IPC::SysV extension Perl module
 ext/IPC/SysV/Makefile.PL       IPC::SysV extension Perl module
 ext/IPC/SysV/MANIFEST          IPC::SysV extension Perl module
 ext/IPC/SysV/Msg.pm            IPC::SysV extension Perl module
@@ -487,6 +487,7 @@ ext/IPC/SysV/README         IPC::SysV extension Perl module
 ext/IPC/SysV/Semaphore.pm      IPC::SysV extension Perl module
 ext/IPC/SysV/SysV.pm           IPC::SysV extension Perl module
 ext/IPC/SysV/SysV.xs           IPC::SysV extension Perl module
 ext/IPC/SysV/Semaphore.pm      IPC::SysV extension Perl module
 ext/IPC/SysV/SysV.pm           IPC::SysV extension Perl module
 ext/IPC/SysV/SysV.xs           IPC::SysV extension Perl module
+ext/IPC/SysV/t/ipcsysv.t               See if IPC::SysV works
 ext/IPC/SysV/t/msg.t           IPC::SysV extension Perl module
 ext/IPC/SysV/t/sem.t           IPC::SysV extension Perl module
 ext/List/Util/ChangeLog                Util extension
 ext/IPC/SysV/t/msg.t           IPC::SysV extension Perl module
 ext/IPC/SysV/t/sem.t           IPC::SysV extension Perl module
 ext/List/Util/ChangeLog                Util extension
@@ -530,9 +531,9 @@ ext/NDBM_File/hints/sco.pl  Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/svr4.pl    Hint for NDBM_File for named architecture
 ext/NDBM_File/Makefile.PL      NDBM extension makefile writer
 ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/svr4.pl    Hint for NDBM_File for named architecture
 ext/NDBM_File/Makefile.PL      NDBM extension makefile writer
-ext/NDBM_File/ndbm.t           See if NDBM_File works
 ext/NDBM_File/NDBM_File.pm     NDBM extension Perl module
 ext/NDBM_File/NDBM_File.xs     NDBM extension external subroutines
 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/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/NDBM_File/typemap          NDBM extension interface types
 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
@@ -543,22 +544,21 @@ ext/ODBM_File/hints/solaris.pl    Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/svr4.pl    Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/ultrix.pl  Hint for ODBM_File for named architecture
 ext/ODBM_File/Makefile.PL      ODBM extension makefile writer
 ext/ODBM_File/hints/svr4.pl    Hint for ODBM_File for named architecture
 ext/ODBM_File/hints/ultrix.pl  Hint for ODBM_File for named architecture
 ext/ODBM_File/Makefile.PL      ODBM extension makefile writer
-ext/ODBM_File/odbm.t           See if ODBM_File works
 ext/ODBM_File/ODBM_File.pm     ODBM extension Perl module
 ext/ODBM_File/ODBM_File.xs     ODBM extension external subroutines
 ext/ODBM_File/ODBM_File.pm     ODBM extension Perl module
 ext/ODBM_File/ODBM_File.xs     ODBM extension external subroutines
+ext/ODBM_File/t/odbm.t         See if ODBM_File works
 ext/ODBM_File/typemap          ODBM extension interface types
 ext/Opcode/Makefile.PL         Opcode extension makefile writer
 ext/Opcode/Opcode.pm           Opcode extension Perl module
 ext/ODBM_File/typemap          ODBM extension interface types
 ext/Opcode/Makefile.PL         Opcode extension makefile writer
 ext/Opcode/Opcode.pm           Opcode extension Perl module
-ext/Opcode/Opcode.t            See if Opcode works
 ext/Opcode/Opcode.xs           Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
 ext/Opcode/Opcode.xs           Opcode extension external subroutines
 ext/Opcode/ops.pm              "Pragma" form of Opcode extension Perl module
-ext/Opcode/ops.t               See if Opcode works
 ext/Opcode/Safe.pm             Safe extension Perl module
 ext/Opcode/Safe.pm             Safe extension Perl module
+ext/Opcode/t/Opcode.t          See if Opcode works
+ext/Opcode/t/ops.t             See if Opcode works
 ext/PerlIO/encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO/encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO/encoding/Makefile.PL        PerlIO::encoding makefile writer
 ext/PerlIO/encoding/MANIFEST   PerlIO::encoding list of files
 ext/PerlIO/encoding/encoding.pm        PerlIO::encoding
 ext/PerlIO/encoding/encoding.xs        PerlIO::encoding
 ext/PerlIO/encoding/Makefile.PL        PerlIO::encoding makefile writer
 ext/PerlIO/encoding/MANIFEST   PerlIO::encoding list of files
-ext/PerlIO/PerlIO.t            See if PerlIO works
 ext/PerlIO/scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.pm    PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.xs    PerlIO layer for scalars
 ext/PerlIO/scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.pm    PerlIO layer for scalars
 ext/PerlIO/scalar/scalar.xs    PerlIO layer for scalars
@@ -566,6 +566,7 @@ ext/PerlIO/t/encoding.t             See if PerlIO encoding conversion works
 ext/PerlIO/t/fail.t            See if bad layers fail
 ext/PerlIO/t/fallback.t                See if PerlIO fallbacks work
 ext/PerlIO/t/open.t            See if PerlIO certain special opens work
 ext/PerlIO/t/fail.t            See if bad layers fail
 ext/PerlIO/t/fallback.t                See if PerlIO fallbacks work
 ext/PerlIO/t/open.t            See if PerlIO certain special opens work
+ext/PerlIO/t/PerlIO.t          See if PerlIO works
 ext/PerlIO/t/scalar.t          See if PerlIO::scalar works
 ext/PerlIO/t/via.t             See if PerlIO::via works
 ext/PerlIO/via/Makefile.PL     PerlIO layer for layers in perl
 ext/PerlIO/t/scalar.t          See if PerlIO::scalar works
 ext/PerlIO/t/via.t             See if PerlIO::via works
 ext/PerlIO/via/Makefile.PL     PerlIO layer for layers in perl
@@ -595,13 +596,13 @@ ext/POSIX/typemap         POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
 ext/re/Makefile.PL             re extension makefile writer
 ext/re/re.pm                   re extension Perl module
 ext/re/hints/mpeix.pl          Hints for re for named architecture
 ext/re/Makefile.PL             re extension makefile writer
 ext/re/re.pm                   re extension Perl module
-ext/re/re.t                            see if re pragma works
 ext/re/re.xs                   re extension external subroutines
 ext/re/re.xs                   re extension external subroutines
-ext/Safe/safe1.t               See if Safe works
-ext/Safe/safe2.t               See if Safe works
-ext/Safe/safe3.t               See if Safe works
+ext/re/t/re.t                  see if re pragma works
+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/safeops.t           Tests that all ops can be trapped by Safe
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
 ext/SDBM_File/Makefile.PL      SDBM extension makefile writer
-ext/SDBM_File/sdbm.t           See if SDBM_File works
 ext/SDBM_File/sdbm/biblio      SDBM kit
 ext/SDBM_File/sdbm/CHANGES     SDBM kit
 ext/SDBM_File/sdbm/COMPARE     SDBM kit
 ext/SDBM_File/sdbm/biblio      SDBM kit
 ext/SDBM_File/sdbm/CHANGES     SDBM kit
 ext/SDBM_File/sdbm/COMPARE     SDBM kit
@@ -627,12 +628,13 @@ ext/SDBM_File/sdbm/tune.h SDBM kit
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/SDBM_File.pm     SDBM extension Perl module
 ext/SDBM_File/SDBM_File.xs     SDBM extension external subroutines
 ext/SDBM_File/sdbm/util.c      SDBM kit
 ext/SDBM_File/SDBM_File.pm     SDBM extension Perl module
 ext/SDBM_File/SDBM_File.xs     SDBM extension external subroutines
+ext/SDBM_File/t/sdbm.t         See if SDBM_File works
 ext/SDBM_File/typemap          SDBM extension interface types
 ext/Socket/Makefile.PL         Socket extension makefile writer
 ext/Socket/Socket.pm           Socket extension Perl module
 ext/SDBM_File/typemap          SDBM extension interface types
 ext/Socket/Makefile.PL         Socket extension makefile writer
 ext/Socket/Socket.pm           Socket extension Perl module
-ext/Socket/Socket.t            See if Socket works
 ext/Socket/Socket.xs           Socket extension external subroutines
 ext/Socket/Socket.xs           Socket extension external subroutines
-ext/Socket/socketpair.t                See if socketpair works
+ext/Socket/t/Socket.t          See if Socket works
+ext/Socket/t/socketpair.t      See if socketpair works
 ext/Storable/ChangeLog         Storable extension
 ext/Storable/Makefile.PL       Storable extension
 ext/Storable/MANIFEST          Storable extension
 ext/Storable/ChangeLog         Storable extension
 ext/Storable/Makefile.PL       Storable extension
 ext/Storable/MANIFEST          Storable extension
@@ -666,13 +668,13 @@ ext/Storable/t/tied_items.t       See if Storable works
 ext/Storable/t/utf8.t          See if Storable works
 ext/Storable/t/utf8hash.t      See if Storable works
 ext/Sys/Hostname/Hostname.pm   Sys::Hostname extension Perl module
 ext/Storable/t/utf8.t          See if Storable works
 ext/Storable/t/utf8hash.t      See if Storable works
 ext/Sys/Hostname/Hostname.pm   Sys::Hostname extension Perl module
-ext/Sys/Hostname/Hostname.t    See if Sys::Hostname works
 ext/Sys/Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys/Hostname/Makefile.PL   Sys::Hostname extension makefile writer
 ext/Sys/Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys/Hostname/Makefile.PL   Sys::Hostname extension makefile writer
+ext/Sys/Hostname/t/Hostname.t  See if Sys::Hostname works
 ext/Sys/Syslog/Makefile.PL     Sys::Syslog extension makefile writer
 ext/Sys/Syslog/Syslog.pm       Sys::Syslog extension Perl module
 ext/Sys/Syslog/Makefile.PL     Sys::Syslog extension makefile writer
 ext/Sys/Syslog/Syslog.pm       Sys::Syslog extension Perl module
-ext/Sys/Syslog/syslog.t                See if Sys::Syslog works
 ext/Sys/Syslog/Syslog.xs       Sys::Syslog extension external subroutines
 ext/Sys/Syslog/Syslog.xs       Sys::Syslog extension external subroutines
+ext/Sys/Syslog/t/syslog.t      See if Sys::Syslog works
 ext/Thread/create.tx           Test thread creation
 ext/Thread/die.tx              Test thread die()
 ext/Thread/die2.tx             Test thread die() differently
 ext/Thread/create.tx           Test thread creation
 ext/Thread/die.tx              Test thread die()
 ext/Thread/die2.tx             Test thread die() differently
@@ -739,9 +741,9 @@ ext/Time/HiRes/hints/dynixptx.pl    Hint for Time::HiRes for named architecture
 ext/Time/HiRes/hints/irix.pl   Hint for Time::HiRes for named architecture
 ext/Time/HiRes/hints/sco.pl    Hints for Time::HiRes for named architecture
 ext/Time/HiRes/HiRes.pm                Time::HiRes extension
 ext/Time/HiRes/hints/irix.pl   Hint for Time::HiRes for named architecture
 ext/Time/HiRes/hints/sco.pl    Hints for Time::HiRes for named architecture
 ext/Time/HiRes/HiRes.pm                Time::HiRes extension
-ext/Time/HiRes/HiRes.t         Test for Time::HiRes
 ext/Time/HiRes/HiRes.xs                Time::HiRes extension
 ext/Time/HiRes/Makefile.PL     Time::HiRes extension
 ext/Time/HiRes/HiRes.xs                Time::HiRes extension
 ext/Time/HiRes/Makefile.PL     Time::HiRes extension
+ext/Time/HiRes/t/HiRes.t       Test for Time::HiRes
 ext/Time/HiRes/typemap         Time::HiRes extension
 ext/Unicode/Normalize/Changes  Unicode::Normalize
 ext/Unicode/Normalize/Makefile.PL      Unicode::Normalize
 ext/Time/HiRes/typemap         Time::HiRes extension
 ext/Unicode/Normalize/Changes  Unicode::Normalize
 ext/Unicode/Normalize/Makefile.PL      Unicode::Normalize
@@ -762,9 +764,9 @@ ext/XS/APItest/t/printf.t   XS::APItest extension
 ext/XS/Typemap/Makefile.PL     XS::Typemap extension
 ext/XS/Typemap/README          XS::Typemap extension
 ext/XS/Typemap/stdio.c         XS::Typemap extension
 ext/XS/Typemap/Makefile.PL     XS::Typemap extension
 ext/XS/Typemap/README          XS::Typemap extension
 ext/XS/Typemap/stdio.c         XS::Typemap extension
+ext/XS/Typemap/t/Typemap.t     test that typemaps work
 ext/XS/Typemap/typemap         XS::Typemap extension
 ext/XS/Typemap/Typemap.pm      XS::Typemap extension
 ext/XS/Typemap/typemap         XS::Typemap extension
 ext/XS/Typemap/Typemap.pm      XS::Typemap extension
-ext/XS/Typemap/Typemap.t       test that typemaps work
 ext/XS/Typemap/Typemap.xs      XS::Typemap extension
 EXTERN.h                       Included before foreign .h files
 fakesdio.h                     stdio in terms of PerlIO
 ext/XS/Typemap/Typemap.xs      XS::Typemap extension
 EXTERN.h                       Included before foreign .h files
 fakesdio.h                     stdio in terms of PerlIO
@@ -1047,10 +1049,14 @@ lib/constant.t                  See if compile-time constants work
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
 lib/CPAN/bin/cpan              easily interact with CPAN from the command line
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
 lib/CPAN/bin/cpan              easily interact with CPAN from the command line
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
+lib/CPAN/META.yml              CPAN metainfo
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
+lib/CPAN/PAUSE2003.pub         CPAN public key
+lib/CPAN/SIGNATURE             CPAN signature
 lib/CPAN/t/loadme.t            See if CPAN the module works
 lib/CPAN/t/mirroredby.t                See if CPAN::Mirrored::By works
 lib/CPAN/t/Nox.t               See if CPAN::Nox works
 lib/CPAN/t/loadme.t            See if CPAN the module works
 lib/CPAN/t/mirroredby.t                See if CPAN::Mirrored::By works
 lib/CPAN/t/Nox.t               See if CPAN::Nox works
+lib/CPAN/t/signature.t         CPAN signature test
 lib/CPAN/t/vcmp.t              See if CPAN the module works
 lib/ctime.pl                   A ctime workalike
 lib/Cwd.pm                     Various cwd routines (getcwd, fastcwd, chdir)
 lib/CPAN/t/vcmp.t              See if CPAN the module works
 lib/ctime.pl                   A ctime workalike
 lib/Cwd.pm                     Various cwd routines (getcwd, fastcwd, chdir)
@@ -1141,9 +1147,11 @@ lib/ExtUtils/t/MM_VMS.t          See if ExtUtils::MM_VMS works
 lib/ExtUtils/t/MM_Win32.t      See if ExtUtils::MM_Win32 works
 lib/ExtUtils/t/oneliner.t      See if MM can generate perl one-liners
 lib/ExtUtils/t/Packlist.t      See if Packlist works
 lib/ExtUtils/t/MM_Win32.t      See if ExtUtils::MM_Win32 works
 lib/ExtUtils/t/oneliner.t      See if MM can generate perl one-liners
 lib/ExtUtils/t/Packlist.t      See if Packlist works
+lib/ExtUtils/t/postamble.t     See if postamble works
 lib/ExtUtils/t/prefixify.t     See if MakeMaker can apply a PREFIX
 lib/ExtUtils/t/problems.t      How MakeMaker reacts to build problems
 lib/ExtUtils/t/prompt.t                See if E::MM::prompt() works
 lib/ExtUtils/t/prefixify.t     See if MakeMaker can apply a PREFIX
 lib/ExtUtils/t/problems.t      How MakeMaker reacts to build problems
 lib/ExtUtils/t/prompt.t                See if E::MM::prompt() works
+lib/ExtUtils/t/recurs.t                See if recursive builds work
 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
 lib/ExtUtils/t/testlib.t       See if ExtUtils::testlib works
 lib/ExtUtils/t/VERSION_FROM.t  See if MakeMaker's VERSION_FROM works
 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
 lib/ExtUtils/t/testlib.t       See if ExtUtils::testlib works
 lib/ExtUtils/t/VERSION_FROM.t  See if MakeMaker's VERSION_FROM works
@@ -1239,7 +1247,7 @@ lib/I18N/LangTags.pm              I18N::LangTags
 lib/I18N/LangTags/ChangeLog    I18N::LangTags
 lib/I18N/LangTags/List.pm      List of tags for human languages
 lib/I18N/LangTags/README       I18N::LangTags
 lib/I18N/LangTags/ChangeLog    I18N::LangTags
 lib/I18N/LangTags/List.pm      List of tags for human languages
 lib/I18N/LangTags/README       I18N::LangTags
-lib/I18N/LangTags/test.pl      See if I18N::LangTags works
+lib/I18N/LangTags/t/01test.t   See whether I18N::LangTags works
 lib/if.pm                      For "use if"
 lib/if.t                       Tests for "use if"
 lib/importenv.pl               Perl routine to get environment into variables
 lib/if.pm                      For "use if"
 lib/if.t                       Tests for "use if"
 lib/importenv.pl               Perl routine to get environment into variables
@@ -2104,6 +2112,7 @@ Makefile.SH                       A script that generates Makefile
 malloc.c                       A version of malloc you might not want
 malloc_ctl.h                   A version of malloc you might not want
 MANIFEST                       This list of files
 malloc.c                       A version of malloc you might not want
 malloc_ctl.h                   A version of malloc you might not want
 MANIFEST                       This list of files
+META.yml                       Distribution meta-data in YAML
 mg.c                           Magic code
 mg.h                           Magic header
 minimod.pl                     Writes lib/ExtUtils/Miniperl.pm
 mg.c                           Magic code
 mg.h                           Magic header
 minimod.pl                     Writes lib/ExtUtils/Miniperl.pm
@@ -2295,6 +2304,7 @@ pod/perlbook.pod          Perl book information
 pod/perlboot.pod               Beginner's Object-oriented Tutorial
 pod/perlbot.pod                        Object-oriented Bag o' Tricks
 pod/perlcall.pod               Callback info
 pod/perlboot.pod               Beginner's Object-oriented Tutorial
 pod/perlbot.pod                        Object-oriented Bag o' Tricks
 pod/perlcall.pod               Callback info
+pod/perlcheat.pod              Perl cheat sheet
 pod/perlclib.pod               Internal replacements for standard C library functions
 pod/perlcompile.pod            Info on using the Compiler suite
 pod/perldata.pod               Data structure info
 pod/perlclib.pod               Internal replacements for standard C library functions
 pod/perlcompile.pod            Info on using the Compiler suite
 pod/perldata.pod               Data structure info
@@ -2352,6 +2362,7 @@ pod/perlre.pod                    Regular expression info
 pod/perlref.pod                        References info
 pod/perlreftut.pod             Mark's references tutorial
 pod/perlrequick.pod            Quick start guide for Perl regular expressions
 pod/perlref.pod                        References info
 pod/perlreftut.pod             Mark's references tutorial
 pod/perlrequick.pod            Quick start guide for Perl regular expressions
+pod/perlreref.pod              Perl regular expressions reference
 pod/perlretut.pod              Tutorial for Perl regular expressions
 pod/perlrun.pod                        Execution info
 pod/perlsec.pod                        Security info
 pod/perlretut.pod              Tutorial for Perl regular expressions
 pod/perlrun.pod                        Execution info
 pod/perlsec.pod                        Security info
@@ -2387,6 +2398,7 @@ Porting/apply             Apply patches sent by mail
 Porting/check83.pl     Check whether we are 8.3-friendly
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
 Porting/check83.pl     Check whether we are 8.3-friendly
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
+Porting/cmpVERSION.pl  Compare whether two trees have changed modules
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
@@ -2397,6 +2409,10 @@ Porting/fixCORE          Find and fix modules that generate warnings
 Porting/fixvars                Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/Glossary       Glossary of config.sh variables
 Porting/fixvars                Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/Glossary       Glossary of config.sh variables
+Porting/Maintainers    Program to pretty print info in Maintainers.pl
+Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
+Porting/Maintainers.pl Information about maintainers
+Porting/makemeta       Create the top-level META.yml
 Porting/makerel                Release making utility
 Porting/manicheck      Check against MANIFEST
 Porting/p4d2p          Generate patch from p4 diff
 Porting/makerel                Release making utility
 Porting/manicheck      Check against MANIFEST
 Porting/p4d2p          Generate patch from p4 diff
@@ -2440,6 +2456,7 @@ README.jp         About using Perl and Japanese
 README.ko              About using Perl and Korean
 README.machten         Notes about Power MachTen port
 README.macos           Notes about Mac OS (Classic)
 README.ko              About using Perl and Korean
 README.machten         Notes about Power MachTen port
 README.macos           Notes about Mac OS (Classic)
+README.macosx          Notes about Mac OS X
 README.micro           Notes about microperl
 README.mint            Notes about Atari MiNT port
 README.mpeix           Notes about MPE/iX port
 README.micro           Notes about microperl
 README.mint            Notes about Atari MiNT port
 README.mpeix           Notes about MPE/iX port
@@ -2541,6 +2558,10 @@ t/lib/dprof/test5_t              Perl code profiler tests
 t/lib/dprof/test5_v            Perl code profiler tests
 t/lib/dprof/test6_t            Perl code profiler tests
 t/lib/dprof/test6_v            Perl code profiler tests
 t/lib/dprof/test5_v            Perl code profiler tests
 t/lib/dprof/test6_t            Perl code profiler tests
 t/lib/dprof/test6_v            Perl code profiler tests
+t/lib/dprof/test7_t            Perl code profiler tests
+t/lib/dprof/test7_v            Perl code profiler tests
+t/lib/dprof/test8_t            Perl code profiler tests
+t/lib/dprof/test8_v            Perl code profiler tests
 t/lib/dprof/V.pm               Perl code profiler tests
 t/lib/filter-util.pl           See if Filter::Util::Call works
 t/lib/Filter/Simple/ExportTest.pm      Helper file for Filter::Simple tests
 t/lib/dprof/V.pm               Perl code profiler tests
 t/lib/filter-util.pl           See if Filter::Util::Call works
 t/lib/Filter/Simple/ExportTest.pm      Helper file for Filter::Simple tests
@@ -2551,6 +2572,7 @@ t/lib/h2ph.h                      Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
+t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc
@@ -2778,7 +2800,7 @@ t/pod/included.xr         Expected results for included.t
 t/pod/lref.t                   Test L<...> sequences
 t/pod/lref.xr                  Expected results for lref.t
 t/pod/multiline_items.t                Test multiline =items
 t/pod/lref.t                   Test L<...> sequences
 t/pod/lref.xr                  Expected results for lref.t
 t/pod/multiline_items.t                Test multiline =items
-t/pod/multiline_items.xr       Test multiline =items
+t/pod/multiline_items.xr       Expected results for multiline_items.t
 t/pod/nested_items.t           Test nested =items
 t/pod/nested_items.xr          Expected results for nested_items.t
 t/pod/nested_seqs.t            Test nested interior sequences
 t/pod/nested_items.t           Test nested =items
 t/pod/nested_items.xr          Expected results for nested_items.t
 t/pod/nested_seqs.t            Test nested interior sequences
@@ -2789,11 +2811,11 @@ t/pod/plainer.t                 Test Pod::Plainer
 t/pod/pod2usage.t              Test Pod::Usage
 t/pod/pod2usage.xr             Expected results for pod2usage.t
 t/pod/poderrs.t                        Test POD errors
 t/pod/pod2usage.t              Test Pod::Usage
 t/pod/pod2usage.xr             Expected results for pod2usage.t
 t/pod/poderrs.t                        Test POD errors
-t/pod/poderrs.xr               Expected results for emptycmd.t
+t/pod/poderrs.xr               Expected results for poderrs.t
 t/pod/podselect.t              Test Pod::Select
 t/pod/podselect.xr             Expected results for podselect.t
 t/pod/special_seqs.t           Test "special" interior sequences
 t/pod/podselect.t              Test Pod::Select
 t/pod/podselect.xr             Expected results for podselect.t
 t/pod/special_seqs.t           Test "special" interior sequences
-t/pod/special_seqs.xr          Expected results for emptycmd.t
+t/pod/special_seqs.xr          Expected results for special_seqs.t
 t/pod/testcmp.pl               Module to compare output against expected results
 t/pod/testp2pt.pl              Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl              Module to test Pod::Checker for a given file
 t/pod/testcmp.pl               Module to compare output against expected results
 t/pod/testp2pt.pl              Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl              Module to test Pod::Checker for a given file
@@ -2969,7 +2991,6 @@ wince/config_h.PL                 WinCE port
 wince/config_sh.PL                     WinCE port
 wince/dl_win32.xs                      WinCE port
 wince/include/arpa/inet.h              WinCE port
 wince/config_sh.PL                     WinCE port
 wince/dl_win32.xs                      WinCE port
 wince/include/arpa/inet.h              WinCE port
-wince/include/netdb.h                  WinCE port
 wince/include/sys/socket.h             WinCE port
 wince/makedist.pl                      WinCE port
 wince/Makefile.ce                      WinCE port
 wince/include/sys/socket.h             WinCE port
 wince/makedist.pl                      WinCE port
 wince/Makefile.ce                      WinCE port
@@ -2978,7 +2999,6 @@ wince/perl.rc                             WinCE port
 wince/perlhost.h       Perl "host" implementation
 wince/perllib.c                                WinCE port
 wince/perlmain.c                       WinCE port
 wince/perlhost.h       Perl "host" implementation
 wince/perllib.c                                WinCE port
 wince/perlmain.c                       WinCE port
-wince/README.compile                   WinCE port
 wince/README.perlce                    WinCE port
 wince/registry.bat                     WinCE port
 wince/runperl.c                                WinCE port
 wince/README.perlce                    WinCE port
 wince/registry.bat                     WinCE port
 wince/runperl.c                                WinCE port