This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate perl
[perl5.git] / MANIFEST
index c041880..59ec4a4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -74,7 +74,7 @@ ext/B/B/Concise.pm    Compiler Concise backend
 ext/B/B/Debug.pm       Compiler Debug backend
 ext/B/B/Deparse.pm     Compiler Deparse backend
 ext/B/B/disassemble    Disassemble compiler bytecode output
-ext/B/B/Disassembler.pm        Compiler Disassembler backend
+ext/B/B/Disassembler.pm Compiler Disassembler backend
 ext/B/B/Lint.pm                Compiler Lint backend
 ext/B/B/makeliblinks   Make a simplistic XSUB .so symlink tree for compiler
 ext/B/B/Showlex.pm     Compiler Showlex backend
@@ -85,6 +85,7 @@ ext/B/B/Xref.pm               Compiler Xref backend
 ext/B/C/C.xs           Compiler C backend external subroutines
 ext/B/C/Makefile.PL    Compiler C backend makefile writer
 ext/B/defsubs_h.PL     Generator for constant subroutines
+ext/B/hints/darwin.pl  Hints for named architecture
 ext/B/Makefile.PL      Compiler backend makefile writer
 ext/B/NOTES            Compiler backend notes
 ext/B/O.pm             Compiler front-end module (-MO=...)
@@ -93,16 +94,17 @@ ext/B/ramblings/curcop.runtime      Compiler ramblings: notes on curcop use
 ext/B/ramblings/flip-flop      Compiler ramblings: notes on flip-flop
 ext/B/ramblings/magic          Compiler ramblings: notes on magic
 ext/B/ramblings/reg.alloc      Compiler ramblings: register allocation
-ext/B/ramblings/runtime.porting        Compiler ramblings: porting PP enging
+ext/B/ramblings/runtime.porting Compiler ramblings: porting PP enging
 ext/B/README           Compiler backend README
-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/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/bblock.t       See if B::Bblock 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/lint.t         See if B::Lint works
+ext/B/t/o.t            See if O works
 ext/B/t/showlex.t      See if B::ShowLex works
 ext/B/t/stash.t                See if B::Stash works
 ext/B/t/terse.t                See if B::Terse works
@@ -135,7 +137,7 @@ ext/DB_File/DB_File.xs      Berkeley DB extension external subroutines
 ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
 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/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
@@ -169,10 +171,12 @@ ext/Digest/MD5/hints/irix_6.pl    Hints for named architecture
 ext/Digest/MD5/Makefile.PL     Digest::MD5 extension makefile writer
 ext/Digest/MD5/MD5.pm          Digest::MD5 extension
 ext/Digest/MD5/MD5.xs          Digest::MD5 extension
-ext/Digest/MD5/t/aaa.t         See if Digest::MD5 extension works
+ext/Digest/MD5/README          Digest::MD5 extension Readme
 ext/Digest/MD5/t/align.t       See if Digest::MD5 extension works
 ext/Digest/MD5/t/badfile.t     See if Digest::MD5 extension works
 ext/Digest/MD5/t/files.t       See if Digest::MD5 extension works
+ext/Digest/MD5/t/md5-aaa.t     See if Digest::MD5 extension works
+ext/Digest/MD5/t/utf8.t                See if Digest::MD5 extension works
 ext/Digest/MD5/typemap         Digest::MD5 extension
 ext/DynaLoader/dlutils.c       Dynamic loader utilities for dl_*.xs files
 ext/DynaLoader/dl_aix.xs       AIX implementation
@@ -188,207 +192,198 @@ ext/DynaLoader/dl_next.xs       NeXT implementation
 ext/DynaLoader/dl_none.xs      Stub implementation
 ext/DynaLoader/dl_vmesa.xs     VM/ESA implementation
 ext/DynaLoader/dl_vms.xs       VMS implementation
-ext/DynaLoader/DynaLoader_pm.PL        Dynamic Loader perl module
+ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
 ext/DynaLoader/hints/aix.pl    Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/linux.pl  Hint for DynaLoader for named architecture
 ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
-ext/DynaLoader/hints/openbsd.pl        Hint for DynaLoader for named architecture
+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/XSLoader_pm.PL  Simple XS Loader perl module
-ext/Encode/AUTHORS             Encode extension
-ext/Encode/Byte/Byte.pm                        Encode extension
-ext/Encode/Byte/Makefile.PL                    Encode extension
-ext/Encode/Changes             Encode extension
+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/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/compile             Encode extension
-ext/Encode/EBCDIC/EBCDIC.pm                    Encode extension
-ext/Encode/EBCDIC/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.h            Encode extension
-ext/Encode/Encode.pm                   Encode extension
-ext/Encode/Encode.xs                   Encode extension
-ext/Encode/Encode/11643-1.enc          Encode table
-ext/Encode/Encode/11643-2.enc          Encode table
-ext/Encode/Encode/2022-cn.enc          Encode table
-ext/Encode/Encode/2022-jp.enc          Encode table
-ext/Encode/Encode/2022-jp1.enc         Encode table
-ext/Encode/Encode/2022-jp2.enc         Encode table
-ext/Encode/Encode/2022-kr.enc          Encode table
-ext/Encode/Encode/2022.enc             Encode table
-ext/Encode/Encode/7bit-greek.enc       Encode table
-ext/Encode/Encode/7bit-jis.enc         Encode table
-ext/Encode/Encode/7bit-kana.enc                Encode table
-ext/Encode/Encode/7bit-latin1.enc      Encode table
-ext/Encode/Encode/8859-1.enc           Encode table
-ext/Encode/Encode/8859-1.ucm           Encode table
-ext/Encode/Encode/8859-10.enc          Encode table
-ext/Encode/Encode/8859-10.ucm          Encode table
-ext/Encode/Encode/8859-11.enc          Encode table
-ext/Encode/Encode/8859-11.ucm          Encode table
-ext/Encode/Encode/8859-13.enc          Encode table
-ext/Encode/Encode/8859-13.ucm          Encode table
-ext/Encode/Encode/8859-14.enc          Encode table
-ext/Encode/Encode/8859-14.ucm          Encode table
-ext/Encode/Encode/8859-15.enc          Encode table
-ext/Encode/Encode/8859-15.ucm          Encode table
-ext/Encode/Encode/8859-16.enc          Encode table
-ext/Encode/Encode/8859-16.ucm          Encode table
-ext/Encode/Encode/8859-2.enc           Encode table
-ext/Encode/Encode/8859-2.ucm           Encode table
-ext/Encode/Encode/8859-3.enc           Encode table
-ext/Encode/Encode/8859-3.ucm           Encode table
-ext/Encode/Encode/8859-4.enc           Encode table
-ext/Encode/Encode/8859-4.ucm           Encode table
-ext/Encode/Encode/8859-5.enc           Encode table
-ext/Encode/Encode/8859-5.ucm           Encode table
-ext/Encode/Encode/8859-6.enc           Encode table
-ext/Encode/Encode/8859-6.ucm           Encode table
-ext/Encode/Encode/8859-7.enc           Encode table
-ext/Encode/Encode/8859-7.ucm           Encode table
-ext/Encode/Encode/8859-8.enc           Encode table
-ext/Encode/Encode/8859-8.ucm           Encode table
-ext/Encode/Encode/8859-9.enc           Encode table
-ext/Encode/Encode/8859-9.ucm           Encode table
-ext/Encode/Encode/ascii.enc            Encode table
-ext/Encode/Encode/ascii.ucm            Encode table
-ext/Encode/Encode/big5-hkscs.enc       Encode table
-ext/Encode/Encode/big5.enc             Encode table
-ext/Encode/Encode/cp1006.enc           Encode table
-ext/Encode/Encode/cp1047.enc           Encode table
-ext/Encode/Encode/cp1047.ucm           Encode table
-ext/Encode/Encode/cp1250.enc           Encode table
-ext/Encode/Encode/cp1250.ucm           Encode table
-ext/Encode/Encode/cp1251.enc           Encode table
-ext/Encode/Encode/cp1252.enc           Encode table
-ext/Encode/Encode/cp1253.enc           Encode table
-ext/Encode/Encode/cp1254.enc           Encode table
-ext/Encode/Encode/cp1255.enc           Encode table
-ext/Encode/Encode/cp1256.enc           Encode table
-ext/Encode/Encode/cp1257.enc           Encode table
-ext/Encode/Encode/cp1258.enc           Encode table
-ext/Encode/Encode/cp37.enc             Encode table
-ext/Encode/Encode/cp37.ucm             Encode table
-ext/Encode/Encode/cp424.enc            Encode table
-ext/Encode/Encode/cp437.enc            Encode table
-ext/Encode/Encode/cp737.enc            Encode table
-ext/Encode/Encode/cp775.enc            Encode table
-ext/Encode/Encode/cp850.enc            Encode table
-ext/Encode/Encode/cp852.enc            Encode table
-ext/Encode/Encode/cp855.enc            Encode table
-ext/Encode/Encode/cp856.enc            Encode table
-ext/Encode/Encode/cp857.enc            Encode table
-ext/Encode/Encode/cp860.enc            Encode table
-ext/Encode/Encode/cp861.enc            Encode table
-ext/Encode/Encode/cp862.enc            Encode table
-ext/Encode/Encode/cp863.enc            Encode table
-ext/Encode/Encode/cp864.enc            Encode table
-ext/Encode/Encode/cp865.enc            Encode table
-ext/Encode/Encode/cp866.enc            Encode table
-ext/Encode/Encode/cp869.enc            Encode table
-ext/Encode/Encode/cp874.enc            Encode table
-ext/Encode/Encode/cp932.enc            Encode table
-ext/Encode/Encode/cp936.enc            Encode table
-ext/Encode/Encode/cp949.enc            Encode table
-ext/Encode/Encode/cp950.enc            Encode table
-ext/Encode/Encode/dingbats.enc         Encode table
-ext/Encode/Encode/dingbats.ucm         Encode table
-ext/Encode/Encode/euc-cn.enc           Encode table
-ext/Encode/Encode/euc-jp.enc           Encode table
-ext/Encode/Encode/euc-jp.ucm           Encode table
-ext/Encode/Encode/euc-kr.enc           Encode table
-ext/Encode/Encode/gb12345.enc          Encode table
-ext/Encode/Encode/gb1988.enc           Encode table
-ext/Encode/Encode/gb2312.enc           Encode table
-ext/Encode/Encode/gsm0338.enc          Encode table
-ext/Encode/Encode/ibm-1250.ucm Encode table
-ext/Encode/Encode/ibm-1251.ucm Encode table
-ext/Encode/Encode/ibm-1252.ucm Encode table
-ext/Encode/Encode/ibm-1253.ucm Encode table
-ext/Encode/Encode/ibm-1254.ucm Encode table
-ext/Encode/Encode/ibm-1255.ucm Encode table
-ext/Encode/Encode/ibm-1256.ucm Encode table
-ext/Encode/Encode/ibm-1257.ucm Encode table
-ext/Encode/Encode/ibm-1258.ucm Encode table
-ext/Encode/Encode/ir-197.enc           Encode table
-ext/Encode/Encode/iso-ir-165.enc       Encode table
-ext/Encode/Encode/jis0201.enc          Encode table
-ext/Encode/Encode/jis0201.ucm          Encode table
-ext/Encode/Encode/jis0208.enc          Encode table
-ext/Encode/Encode/jis0212.enc          Encode table
-ext/Encode/Encode/koi8-f.enc           Encode table
-ext/Encode/Encode/koi8-f.ucm           Encode table
-ext/Encode/Encode/koi8-r.enc           Encode table
-ext/Encode/Encode/koi8-r.ucm           Encode table
-ext/Encode/Encode/koi8-u.enc           Encode table
-ext/Encode/Encode/koi8-u.ucm           Encode table
-ext/Encode/Encode/ksc5601.enc          Encode table
-ext/Encode/Encode/macCentEuro.enc      Encode table
-ext/Encode/Encode/macCroatian.enc      Encode table
-ext/Encode/Encode/macCyrillic.enc      Encode table
-ext/Encode/Encode/macDingbats.enc      Encode table
-ext/Encode/Encode/macGreek.enc         Encode table
-ext/Encode/Encode/macIceland.enc       Encode table
-ext/Encode/Encode/macJapan.enc         Encode table
-ext/Encode/Encode/macRoman.enc         Encode table
-ext/Encode/Encode/macRumanian.enc      Encode table
-ext/Encode/Encode/macSami.enc          Encode table
-ext/Encode/Encode/macThai.enc          Encode table
-ext/Encode/Encode/macTurkish.enc       Encode table
-ext/Encode/Encode/macUkraine.enc       Encode table
-ext/Encode/Encode/nextstep.enc         Encode table
-ext/Encode/Encode/nextstep.ucm         Encode table
-ext/Encode/Encode/posix-bc.enc         Encode table
-ext/Encode/Encode/posix-bc.ucm         Encode table
-ext/Encode/Encode/roman8.enc           Encode table
-ext/Encode/Encode/roman8.ucm           Encode table
-ext/Encode/Encode/shiftjis.enc         Encode table
-ext/Encode/Encode/symbol.enc           Encode table
-ext/Encode/Encode/symbol.ucm           Encode table
-ext/Encode/Encode/viscii.enc           Encode table
-ext/Encode/Encode/viscii.ucm           Encode table
+ext/Encode/Encode.pm          Mother of all Encode extensions
+ext/Encode/Encode.xs           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/README.e2x           Skeleton file for enc2xs
+ext/Encode/Encode/_PM.e2x              Skeleton file for enc2xs
+ext/Encode/Encode/_T.e2x               Skeleton file for enc2xs
+ext/Encode/encoding.pm Perl Pragmactic 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/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/Details.pod      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/Internal.pm      Encode extension
-ext/Encode/lib/Encode/iso10646_1.pm    Encode extension
-ext/Encode/lib/Encode/JP/Constants.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/ISO_2022_JP.pm        Encode extension
-ext/Encode/lib/Encode/JP/JIS.pm        Encode extension
-ext/Encode/lib/Encode/Supported.pod    Encode extension
-ext/Encode/lib/Encode/Tcl.pm           Encode extension
-ext/Encode/lib/Encode/Tcl/Escape.pm    Encode extension
-ext/Encode/lib/Encode/Tcl/Table.pm     Encode extension
-ext/Encode/lib/Encode/ucs2_le.pm       Encode extension
-ext/Encode/lib/Encode/Unicode.pm       Encode extension
-ext/Encode/lib/Encode/utf8.pm          Encode extension
-ext/Encode/lib/Encode/XS.pm            Encode extension
-ext/Encode/lib/EncodeFormat.pod                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.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/Makefile.PL         Encode extension makefile writer
 ext/Encode/MANIFEST            Encode extension
 ext/Encode/README              Encode extension
-ext/Encode/Symbol/Makefile.PL                  Encode extension
-ext/Encode/Symbol/Symbol.pm                    Encode extension
-ext/Encode/t/Aliases.t Encode extension
-ext/Encode/t/CN.t              Encode extension test
-ext/Encode/t/Encode.t          Encode extension test
-ext/Encode/t/jisx0208.euc      Encode extension test
-ext/Encode/t/jisx0208.ref      Encode extension test
-ext/Encode/t/jisx0212.euc      Encode extension test
-ext/Encode/t/jisx0212.ref      Encode extension test
-ext/Encode/t/JP.t              Encode extension test
-ext/Encode/t/Tcl.t             Encode extension test
-ext/Encode/t/TW.t              Encode extension test
+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/Encode.t  test script
+ext/Encode/t/Encoder.t test script
+ext/Encode/t/encoding.t test script
+ext/Encode/t/fallback.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/guess.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.t     test script
+ext/Encode/t/perlio.t  test script
+ext/Encode/t/unibench.pl       benchmark script
+ext/Encode/t/Unicode.t test script
 ext/Encode/TW/Makefile.PL      Encode extension
 ext/Encode/TW/TW.pm            Encode extension
-ext/Errno/ChangeLog    Errno perl module change log
+ext/Encode/ucm/8859-1.ucm      Unicode Character Map
+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-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/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/gsm0338.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/Errno/ChangeLog    See if Errno works
 ext/Errno/Errno.t      See if Errno works
 ext/Errno/Errno_pm.PL  Errno perl module create script
 ext/Errno/Makefile.PL  Errno extension makefile writer
@@ -419,12 +414,13 @@ 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/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/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/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/IO.xs                   IO extension external subroutines
 ext/IO/lib/IO/Dir.pm           IO directory reading package
@@ -441,7 +437,7 @@ 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_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
@@ -499,7 +495,7 @@ ext/MIME/Base64/t/qp.t              See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t    See whether MIME::Base64 works
 ext/NDBM_File/hints/cygwin.pl  Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
-ext/NDBM_File/hints/dynixptx.pl        Hint for NDBM_File for named architecture
+ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
 ext/NDBM_File/hints/linux.pl   Hint for NDBM_File for named architecture
 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
@@ -528,11 +524,17 @@ 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/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/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/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
@@ -606,18 +608,28 @@ ext/Storable/Storable.xs  Storable extension
 ext/Storable/t/blessed.t       See if Storable works
 ext/Storable/t/canonical.t     See if Storable works
 ext/Storable/t/compat06.t      See if Storable works
+ext/Storable/t/croak.t         See if Storable works
 ext/Storable/t/dclone.t                See if Storable works
+ext/Storable/t/downgrade.t     See if Storable works
 ext/Storable/t/forgive.t       See if Storable works
 ext/Storable/t/freeze.t                See if Storable works
+ext/Storable/t/integer.t       See if Storable works
+ext/Storable/t/interwork56.t   Test combatibility kludge for 64bit data under 5.6.x
 ext/Storable/t/lock.t          See if Storable works
+ext/Storable/t/make_56_interwork.pl    Make test data for interwork56.t
+ext/Storable/t/make_downgrade.pl       Make test data for downgrade.t
+ext/Storable/t/malice.t                See if Storable copes with corrupt files
 ext/Storable/t/overload.t      See if Storable works
 ext/Storable/t/recurse.t       See if Storable works
+ext/Storable/t/restrict.t      See if Storable works
 ext/Storable/t/retrieve.t      See if Storable works
+ext/Storable/t/st-dump.pl      See if Storable works
 ext/Storable/t/store.t         See if Storable works
 ext/Storable/t/tied.t          See if Storable works
 ext/Storable/t/tied_hook.t     See if Storable works
 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/Sys/Hostname/Hostname.t    See if Sys::Hostname works
 ext/Sys/Hostname/Hostname.xs   Sys::Hostname extension external subroutines
@@ -638,13 +650,12 @@ ext/Thread/Makefile.PL            Thread extension makefile writer
 ext/Thread/Notes               Thread notes
 ext/Thread/queue.tx            Test Thread::Queue module
 ext/Thread/README              Thread README
+ext/Thread/README.threads              Notes about multithreading
 ext/Thread/specific.tx         Test thread-specific user data
 ext/Thread/sync.tx             Test thread synchronisation
 ext/Thread/sync2.tx            Test thread synchronisation
 ext/Thread/thr5005.t           Test 5.005-style threading (skipped if no use5005threads)
 ext/Thread/Thread.xs           Thread extension external subroutines
-ext/Thread/Thread/Queue.pm     Thread synchronised queue objects
-ext/Thread/Thread/Semaphore.pm Thread semaphore objects
 ext/Thread/Thread/Signal.pm    Start a thread to run signal handlers
 ext/Thread/Thread/Specific.pm  Thread specific data access
 ext/Thread/typemap             Thread extension interface types
@@ -655,26 +666,35 @@ ext/Thread/unsync4.tx             Test thread implicit synchronisation
 ext/threads/Changes            ithreads
 ext/threads/Makefile.PL                ithreads
 ext/threads/README             ithreads
-ext/threads/shared/Makefile.PL  thread shared variables
-ext/threads/shared/README       thread shared variables
-ext/threads/shared/shared.pm    thread shared variables
-ext/threads/shared/shared.xs    thread shared variables
+ext/threads/shared/Makefile.PL thread shared variables
+ext/threads/shared/queue.pm    Threadsafe queue.
+ext/threads/shared/README      thread shared variables
+ext/threads/shared/semaphore.pm        Threadsafe semaphore
+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/cond.t    Test condition variables
 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/no_share.t Tests for disabled share on variables.
+ext/threads/shared/t/queue.t   thread shared variables
+ext/threads/shared/t/semaphore.t       test semaphore
+ext/threads/shared/t/shared_attr.t     Test :shared attribute
 ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/sv_simple.t       thread shared variables
 ext/threads/shared/typemap     thread::shared types
 ext/threads/t/basic.t          ithreads
 ext/threads/t/end.t            Test end functions
 ext/threads/t/join.t           Testing the join function
-ext/threads/t/libc.t            testing libc functions for threadsafetyness
+ext/threads/t/libc.t           testing libc functions for threadsafetyness
+ext/threads/t/list.t           Test threads->list()
 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/threads.pm          ithreads
+ext/threads/t/thread.t         General ithread tests from thr5005
+ext/threads/threads.pm         ithreads
 ext/threads/threads.xs         ithreads
 ext/threads/typemap            ithreads
 ext/Time/HiRes/Changes         Time::HiRes extension
@@ -694,6 +714,12 @@ ext/Unicode/Normalize/t/func.t     Unicode::Normalize
 ext/Unicode/Normalize/t/norm.t Unicode::Normalize
 ext/Unicode/Normalize/t/test.t Unicode::Normalize
 ext/util/make_ext              Used by Makefile to execute extension Makefiles
+ext/XS/APItest/APItest.pm      XS::APItest extension
+ext/XS/APItest/APItest.xs      XS::APItest extension
+ext/XS/APItest/MANIFEST                XS::APItest extension
+ext/XS/APItest/Makefile.PL     XS::APItest extension
+ext/XS/APItest/README          XS::APItest extension
+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
@@ -797,6 +823,7 @@ hints/sunos_4_1.sh          Hints for named architecture
 hints/super-ux.sh              Hints for named architecture
 hints/svr4.sh                  Hints for named architecture
 hints/svr5.sh                  Hints for named architecture
+hints/t001.c                   Test case for gcc bug
 hints/ti1500.sh                        Hints for named architecture
 hints/titanos.sh               Hints for named architecture
 hints/ultrix_4.sh              Hints for named architecture
@@ -847,7 +874,7 @@ jpl/JPL_Rolo/cardfile               Rolodex sample application
 jpl/JPL_Rolo/JPL_Rolo.jpl      Rolodex sample application
 jpl/JPL_Rolo/Makefile.PL       Makefile generator
 jpl/JPL_Rolo/README            Instructions
-jpl/PerlInterpreter/Makefile.PL        Makefile generator
+jpl/PerlInterpreter/Makefile.PL Makefile generator
 jpl/PerlInterpreter/PerlInterpreter.c  Perl interpreter abstraction
 jpl/PerlInterpreter/PerlInterpreter.h  Perl interpreter abstraction
 jpl/PerlInterpreter/PerlInterpreter.java       Perl interpreter abstraction
@@ -893,12 +920,21 @@ lib/base.pm                       Establish IS-A relationship at compile time
 lib/Benchmark.pm               Measure execution time
 lib/Benchmark.t                        See if Benchmark works
 lib/bigfloat.pl                        An arbitrary precision floating point package
-lib/bigfloat.t                 See if bigfloat.pl works
+lib/bigfloatpl.t               See if bigfloat.pl works
 lib/bigint.pl                  An arbitrary precision integer arithmetic package
-lib/bigint.t                   See if bigint.pl works
+lib/bigint.pm                  bignum
+lib/bigintpl.t                 See if bigint.pl works
+lib/bignum.pm                  bignum
+lib/bignum/t/bigint.t          See if bignum works
+lib/bignum/t/bignum.t          See if bignum works
+lib/bignum/t/bigrat.t          See if bignum works
+lib/bignum/t/option_a.t                See if bignum works
+lib/bignum/t/option_l.t                See if bignum works
+lib/bignum/t/option_p.t                See if bignum works
 lib/bigrat.pl                  An arbitrary precision rational arithmetic package
+lib/bigrat.pm                  bignum
 lib/blib.pm                    For "use blib"
-lib/blib.t                      blib.pm test
+lib/blib.t                     blib.pm test
 lib/bytes.pm                   Pragma to enable byte operations
 lib/bytes.t                    bytes.pm test
 lib/bytes_heavy.pl             Support routines for byte pragma
@@ -936,9 +972,9 @@ lib/CGI/Fast.pm                     Support for FastCGI (persistent server process)
 lib/CGI/Pretty.pm              Output nicely formatted HTML
 lib/CGI/Push.pm                        Support for server push
 lib/CGI/Switch.pm              Simple interface for multiple server types
-lib/CGI/t/apache.t              See if CGI::Apache still loads
-lib/CGI/t/carp.t                See if CGI::Carp works
-lib/CGI/t/cookie.t              See if CGI::Cookie works
+lib/CGI/t/apache.t             See if CGI::Apache still loads
+lib/CGI/t/carp.t               See if CGI::Carp works
+lib/CGI/t/cookie.t             See if CGI::Cookie works
 lib/CGI/t/fast.t               See if CGI::Fast works (if FCGI is installed)
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
@@ -946,7 +982,7 @@ lib/CGI/t/html.t            See if CGI.pm works
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
 lib/CGI/t/request.t            See if CGI.pm works
-lib/CGI/t/switch.t              See if CGI::Switch still loads
+lib/CGI/t/switch.t             See if CGI::Switch still loads
 lib/CGI/t/util.t               See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
 lib/charnames.pm               Character names
@@ -962,6 +998,7 @@ lib/CPAN.pm                 Interface to Comprehensive Perl Archive Network
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 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/vcmp.t              See if CPAN the module works
 lib/ctime.pl                   A ctime workalike
@@ -980,8 +1017,6 @@ lib/dotsh.pl                       Code to "dot" in a shell script
 lib/Dumpvalue.pm               Screen dump of perl values
 lib/Dumpvalue.t                        See if Dumpvalue works
 lib/dumpvar.pl                 A variable dumper
-lib/encoding.pm                        Encoding of legacy data into Unicode
-lib/encoding.t                 Test for the encoding pragma
 lib/English.pm                 Readable aliases for short variables
 lib/English.t                  See if English works
 lib/Env.pm                     Map environment into ordinary variables
@@ -991,42 +1026,62 @@ lib/exceptions.pl                catch and throw routines
 lib/Exporter.pm                        Exporter base class
 lib/Exporter.t                 See if Exporter works
 lib/Exporter/Heavy.pm          Complicated routines for Exporter
-lib/ExtUtils/Changes            MakeMaker change log
+lib/ExtUtils/Changes           MakeMaker change log
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
+lib/ExtUtils/Command/MM.pm     Calling MM functions from the cmd line
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs
 lib/ExtUtils/Install.pm                Handles 'make install' on extensions
 lib/ExtUtils/Installed.pm      Information on installed extensions
 lib/ExtUtils/instmodsh         Give information about installed extensions
 lib/ExtUtils/Liblist.pm                Locates libraries
+lib/ExtUtils/Liblist/Kid.pm    Does the real work of the above
 lib/ExtUtils/MakeMaker.pm      Write Makefiles for extensions
 lib/ExtUtils/Manifest.pm       Utilities to write MANIFEST files
 lib/ExtUtils/MANIFEST.SKIP     The default MANIFEST.SKIP
 lib/ExtUtils/Mkbootstrap.pm    Writes a bootstrap file (see MakeMaker)
 lib/ExtUtils/Mksymlists.pm     Writes a linker options file for extensions
+lib/ExtUtils/MM.pm             MakeMaker adaptor class
+lib/ExtUtils/MM_Any.pm         MakeMaker methods for Any OS
 lib/ExtUtils/MM_BeOS.pm                MakeMaker methods for BeOS
 lib/ExtUtils/MM_Cygwin.pm      MakeMaker methods for Cygwin
+lib/ExtUtils/MM_DOS.pm         MakeMaker methods for DOS
+lib/ExtUtils/MM_MacOS.pm        MakeMaker methods for MacOS
 lib/ExtUtils/MM_NW5.pm         MakeMaker methods for NetWare
 lib/ExtUtils/MM_OS2.pm         MakeMaker methods for OS/2
-lib/ExtUtils/MM_Unix.pm                MakeMaker base class for Unix
+lib/ExtUtils/MM_Unix.pm                MakeMaker methods for Unix
+lib/ExtUtils/MM_UWIN.pm                MakeMaker methods for U/WIN
 lib/ExtUtils/MM_VMS.pm         MakeMaker methods for VMS
 lib/ExtUtils/MM_Win32.pm       MakeMaker methods for Win32
+lib/ExtUtils/MM_Win95.pm       MakeMaker methods for Win95
+lib/ExtUtils/MY.pm             MakeMaker user override class
 lib/ExtUtils/Packlist.pm       Manipulates .packlist files
+lib/ExtUtils/t/00setup_dummy.t Setup MakeMaker test module
+lib/ExtUtils/t/backwards.t     Check MakeMaker's backwards compatibility
+lib/ExtUtils/t/basic.t         See if MakeMaker can build a module
 lib/ExtUtils/t/Command.t       See if ExtUtils::Command works (Win32 only)
 lib/ExtUtils/t/Constant.t      See if ExtUtils::Constant works
 lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
-lib/ExtUtils/t/hints.t      See if hint files are honored.
+lib/ExtUtils/t/hints.t         See if hint files are honored.
+lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
+lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/Manifest.t      See if ExtUtils::Manifest works
 lib/ExtUtils/t/Mkbootstrap.t   See if ExtUtils::Mkbootstrap works
 lib/ExtUtils/t/MM_BeOS.t       See if ExtUtils::MM_BeOS works
 lib/ExtUtils/t/MM_Cygwin.t     See if ExtUtils::MM_Cygwin works
+lib/ExtUtils/t/MM_NW5.t                See if ExtUtils::MM_NW5 works
 lib/ExtUtils/t/MM_OS2.t                See if ExtUtils::MM_OS2 works
 lib/ExtUtils/t/MM_Unix.t       See if ExtUtils::MM_UNIX works
 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/Packlist.t      See if Packlist works
-lib/ExtUtils/t/testlib.t       Fixes up @INC to use just-built extension
+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/testlib.t       See if ExtUtils::testlib works
+lib/ExtUtils/t/VERSION_FROM.t  See if MakeMaker's VERSION_FROM works
+lib/ExtUtils/t/writemakefile_args.t   See if WriteMakefile works
+lib/ExtUtils/t/zz_cleanup_dummy.t   Cleanup MakeMaker test module
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
 lib/ExtUtils/typemap           Extension interface types
 lib/ExtUtils/xsubpp            External subroutine preprocessor
@@ -1055,9 +1110,10 @@ 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/NW5.pm           portable operations on NetWare5 file names
 lib/File/Spec/OS2.pm           portable operations on OS2 file names
-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/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/Unix.pm          portable operations on Unix file names
 lib/File/Spec/VMS.pm           portable operations on VMS file names
@@ -1096,7 +1152,7 @@ lib/Getopt/Long/CHANGES           Getopt::Long changes
 lib/Getopt/Long/README         Getopt::Long README
 lib/Getopt/Long/t/gol-basic.t  See if Getopt::Long works
 lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works
-lib/Getopt/Long/t/gol-linkage.t        See if Getopt::Long works
+lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works
 lib/Getopt/Long/t/gol-oo.t     See if Getopt::Long works
 lib/Getopt/Std.pm              Fetch command options (getopt, getopts)
 lib/Getopt/Std.t               See if Getopt::Std and Getopt::Long work
@@ -1158,6 +1214,7 @@ lib/Locale/Script.pm              Locale::Codes
 lib/Locale/Script.pod          Locale::Codes documentation
 lib/look.pl                    A "look" equivalent
 lib/Math/BigFloat.pm           An arbitrary precision floating-point arithmetic package
+lib/Math/BigFloat/Trace.pm     bignum tracing
 lib/Math/BigInt.pm             An arbitrary precision integer arithmetic package
 lib/Math/BigInt/Calc.pm                Pure Perl module to support Math::BigInt
 lib/Math/BigInt/t/bare_mbf.t   Test MBF under Math::BigInt::BareCalc
@@ -1182,11 +1239,14 @@ lib/Math/BigInt/t/sub_mbi.t     Empty subclass test of BigInt
 lib/Math/BigInt/t/sub_mif.t    Test A & P with subclasses using mbimbf.inc
 lib/Math/BigInt/t/upgrade.inc  Actual tests for upgrade.t
 lib/Math/BigInt/t/upgrade.t    Test if use Math::BigInt(); under upgrade works
+lib/Math/BigInt/t/upgradef.t   Test if use Math::BigFloat(); under upgrade works
 lib/Math/BigInt/t/use.t                Test if use Math::BigInt(); works
 lib/Math/BigInt/t/use_lib1.t   Test combinations of Math::BigInt and BigFloat
 lib/Math/BigInt/t/use_lib2.t   Test combinations of Math::BigInt and BigFloat
 lib/Math/BigInt/t/use_lib3.t   Test combinations of Math::BigInt and BigFloat
 lib/Math/BigInt/t/use_lib4.t   Test combinations of Math::BigInt and BigFloat
+lib/Math/BigInt/t/with_sub.t   Test use Math::BigFloat with => package
+lib/Math/BigInt/Trace.pm       bignum tracing
 lib/Math/BigRat.pm             Math::BigRat
 lib/Math/BigRat/t/bigfltpm.inc         Math::BigRat test
 lib/Math/BigRat/t/bigfltrt.t           Math::BigRat test
@@ -1198,34 +1258,34 @@ lib/Math/Complex.t              See if Math::Complex works
 lib/Math/Trig.pm               A simple interface to complex trigonometry
 lib/Math/Trig.t                        See if Math::Trig works
 lib/Memoize.pm                 Memoize
-lib/Memoize/AnyDBM_File.pm     Memoize
-lib/Memoize/Expire.pm          Memoize
-lib/Memoize/ExpireFile.pm      Memoize
-lib/Memoize/ExpireTest.pm      Memoize
-lib/Memoize/NDBM_File.pm       Memoize
-lib/Memoize/README             Memoize
-lib/Memoize/SDBM_File.pm       Memoize
-lib/Memoize/Storable.pm                Memoize
-lib/Memoize/t/array.t          Memoize
-lib/Memoize/t/array_confusion.t                Memoize
-lib/Memoize/t/correctness.t    Memoize
-lib/Memoize/t/errors.t         Memoize
-lib/Memoize/t/expire.t         Memoize
-lib/Memoize/t/expire_file.t    Memoize
-lib/Memoize/t/expire_module_n.t        Memoize
-lib/Memoize/t/expire_module_t.t        Memoize
-lib/Memoize/t/flush.t          Memoize
-lib/Memoize/t/normalize.t      Memoize
-lib/Memoize/t/prototype.t      Memoize
-lib/Memoize/t/speed.t          Memoize
-lib/Memoize/t/tie.t            Memoize
-lib/Memoize/t/tiefeatures.t    Memoize
-lib/Memoize/t/tie_gdbm.t       Memoize
-lib/Memoize/t/tie_ndbm.t       Memoize
-lib/Memoize/t/tie_sdbm.t       Memoize
-lib/Memoize/t/tie_storable.t   Memoize
-lib/Memoize/t/unmemoize.t      Memoize
-lib/Memoize/TODO               Memoize
+lib/Memoize/AnyDBM_File.pm     Memoize glue layer for AnyDBM_File
+lib/Memoize/Expire.pm          Memoize expiry manager example
+lib/Memoize/ExpireFile.pm      Memoize expiry manager test scaffold
+lib/Memoize/ExpireTest.pm      Memoize expiry manager test scaffold
+lib/Memoize/NDBM_File.pm       Memoize glue layer for NDBM_File
+lib/Memoize/README             Memoize release notes
+lib/Memoize/SDBM_File.pm       Memoize glue layer for SDBM_File
+lib/Memoize/Storable.pm                Memoize glue layer for Storable
+lib/Memoize/t/array.t          Memoize array context return tests
+lib/Memoize/t/array_confusion.t                Memoize ambiguous array return tests
+lib/Memoize/t/correctness.t    Memoize basic correctness tests
+lib/Memoize/t/errors.t         Memoize PEBKAC detection tests
+lib/Memoize/t/expfile.t                Memoize expiry manager tests
+lib/Memoize/t/expire.t         Memoize expiry manager tests
+lib/Memoize/t/expmod_n.t       Memoize expiry manager tests
+lib/Memoize/t/expmod_t.t       Memoize expiry manager (timed) tests
+lib/Memoize/t/flush.t          Memoize 'flush_cache' function tests
+lib/Memoize/t/normalize.t      Memoize 'normalizer' feature tests
+lib/Memoize/t/prototype.t      Memoize prototyped function handling tests
+lib/Memoize/t/speed.t          "Makes functions faster" advertisement test
+lib/Memoize/t/tie.t            Memoize tied file test
+lib/Memoize/t/tiefeatures.t    Memoize FAULT / MERGE / HASH options test
+lib/Memoize/t/tie_gdbm.t       Memoize GDBM interface test
+lib/Memoize/t/tie_ndbm.t       Memoize NDBM interface test
+lib/Memoize/t/tie_sdbm.t       Memoize SDBM interface test
+lib/Memoize/t/tie_storable.t   Memoize Storable interface test
+lib/Memoize/t/unmemoize.t      Memoize 'unmemoize' function test
+lib/Memoize/TODO               Memoize to-do list
 lib/Net/ChangeLog.libnet       libnet
 lib/Net/Cmd.pm                 libnet
 lib/Net/Config.eg              libnet
@@ -1253,7 +1313,7 @@ lib/Net/netent.t          See if Net::netent works
 lib/Net/Netrc.pm               libnet
 lib/Net/NNTP.pm                        libnet
 lib/Net/Ping.pm                        Hello, anybody home?
-lib/Net/Ping/CHANGES           Net::Ping
+lib/Net/Ping/Changes           Net::Ping
 lib/Net/Ping/README            Net::Ping
 lib/Net/Ping/t/100_load.t              Ping Net::Ping
 lib/Net/Ping/t/110_icmp_inst.t         Ping Net::Ping
@@ -1261,6 +1321,7 @@ lib/Net/Ping/t/120_udp_inst.t             Ping Net::Ping
 lib/Net/Ping/t/130_tcp_inst.t          Ping Net::Ping
 lib/Net/Ping/t/140_stream_inst.t       Ping Net::Ping
 lib/Net/Ping/t/200_ping_tcp.t          Ping Net::Ping
+lib/Net/Ping/t/250_ping_hires.t                Ping Net::Ping
 lib/Net/Ping/t/300_ping_stream.t       Ping Net::Ping
 lib/Net/POP3.pm                        libnet
 lib/Net/protoent.pm            By-name interface to Perl's builtin getproto*
@@ -1315,16 +1376,17 @@ lib/Pod/t/basic.ovr             podlators test
 lib/Pod/t/basic.pod            podlators test
 lib/Pod/t/basic.t              podlators test
 lib/Pod/t/basic.txt            podlators test
+lib/Pod/t/eol.t                        end of line agnosticism
 lib/Pod/t/Functions.t          See if Pod::Functions works
-lib/Pod/t/htmlescp.pod          pod2html escape test input data
-lib/Pod/t/htmlescp.t            pod2html escape test
-lib/Pod/t/htmlview.pod          pod2html render test input data
-lib/Pod/t/htmlview.t            pod2html render test
+lib/Pod/t/htmlescp.pod         pod2html escape test input data
+lib/Pod/t/htmlescp.t           pod2html escape test
+lib/Pod/t/htmlview.pod         pod2html render test input data
+lib/Pod/t/htmlview.t           pod2html render test
 lib/Pod/t/InputObjects.t       See if Pod::InputObjects works
 lib/Pod/t/latex.t              See if Pod::LaTeX works
-lib/Pod/t/man.t                podlators test
+lib/Pod/t/man.t                        podlators test
 lib/Pod/t/parselink.t          podlators test
-lib/Pod/t/pod2html-lib.pl       pod2html testing library
+lib/Pod/t/pod2html-lib.pl      pod2html testing library
 lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/text-errors.t                podlators test
 lib/Pod/t/Usage.t              See if Pod::Usage works
@@ -1375,53 +1437,56 @@ lib/Term/ReadLine.pm            Stub readline library
 lib/Term/ReadLine.t            See if Term::ReadLine works
 lib/termcap.pl                 Perl library supporting termcap usage
 lib/Test.pm                    A simple framework for writing test scripts
-lib/Test/Builder.pm             For writing new test libraries
+lib/Test/Builder.pm            For writing new test libraries
 lib/Test/Harness.pm            A test harness
 lib/Test/Harness/Assert.pm  Test::Harness::Assert (internal use only)
 lib/Test/Harness/Changes       Test::Harness
-lib/Test/Harness/Iterator.pm    Test::Harness::Iterator (internal use only)
-lib/Test/Harness/Straps.pm      Test::Harness::Straps
-lib/Test/Harness/t/00compile.t  Test::Harness test
-lib/Test/Harness/t/assert.t     Test::Harness::Assert test
+lib/Test/Harness/Iterator.pm   Test::Harness::Iterator (internal use only)
+lib/Test/Harness/Straps.pm     Test::Harness::Straps
+lib/Test/Harness/t/00compile.t Test::Harness test
+lib/Test/Harness/t/assert.t    Test::Harness::Assert test
 lib/Test/Harness/t/base.t      Test::Harness test
-lib/Test/Harness/t/callback.t   Test::Harness test
-lib/Test/Harness/t/nonumbers.t  Test::Harness test
+lib/Test/Harness/t/callback.t  Test::Harness test
+lib/Test/Harness/t/nonumbers.t Test::Harness test
 lib/Test/Harness/t/ok.t                Test::Harness test
-lib/Test/Harness/t/strap-analyze.t      Test::Harness::Straps test
-lib/Test/Harness/t/strap.t              Test::Harness::Straps test
+lib/Test/Harness/t/strap-analyze.t     Test::Harness::Straps test
+lib/Test/Harness/t/strap.t             Test::Harness::Straps test
 lib/Test/Harness/t/test-harness.t      Test::Harness test
-lib/Test/More.pm                More utilities for writing tests
-lib/Test/Simple.pm              Basic utility for writing tests
+lib/Test/More.pm               More utilities for writing tests
+lib/Test/Simple.pm             Basic utility for writing tests
 lib/Test/Simple/Changes                Test::Simple changes
 lib/Test/Simple/README         Test::Simple README
-lib/Test/Simple/t/buffer.t      Test::Builder buffering test
-lib/Test/Simple/t/Builder.t     Test::Builder tests
-lib/Test/Simple/t/diag.t        Test::More diag() test
-lib/Test/Simple/t/exit.t        Test::Simple test, exit codes
-lib/Test/Simple/t/extra.t       Test::Simple test
-lib/Test/Simple/t/fail-like.t   Test::More test, like() failures
-lib/Test/Simple/t/fail-more.t   Test::More test, tests failing
-lib/Test/Simple/t/fail.t        Test::Simple test, test failures
+lib/Test/Simple/t/buffer.t     Test::Builder buffering test
+lib/Test/Simple/t/Builder.t    Test::Builder tests
+lib/Test/Simple/t/curr_test.t  Test::Builder->curr_test tests
+lib/Test/Simple/t/diag.t       Test::More diag() test
+lib/Test/Simple/t/exit.t       Test::Simple test, exit codes
+lib/Test/Simple/t/extra.t      Test::Simple test
+lib/Test/Simple/t/fail-like.t  Test::More test, like() failures
+lib/Test/Simple/t/fail-more.t  Test::More test, tests failing
+lib/Test/Simple/t/fail.t       Test::Simple test, test failures
 lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with
-lib/Test/Simple/t/import.t      Test::More test, importing functions
-lib/Test/Simple/t/is_deeply.t   Test::More test, is_deeply()
-lib/Test/Simple/t/missing.t     Test::Simple test, missing tests
-lib/Test/Simple/t/More.t        Test::More test, basic stuff
-lib/Test/Simple/t/no_ending.t   Test::Builder test, no_ending()
-lib/Test/Simple/t/no_header.t   Test::Builder test, no_header()
-lib/Test/Simple/t/no_plan.t     Test::Simple test, forgot the plan
-lib/Test/Simple/t/output.t      Test::Builder test, output methods
-lib/Test/Simple/t/plan.t        Test::More test, plan()
-lib/Test/Simple/t/plan_is_noplan.t      Test::Simple test, no_plan
-lib/Test/Simple/t/plan_no_plan.t        Test::More test, plan() w/no_plan
-lib/Test/Simple/t/plan_skip_all.t       Test::More test, plan() w/skip_all
-lib/Test/Simple/t/simple.t      Test::Simple test, basic stuff
-lib/Test/Simple/t/skip.t        Test::More test, SKIP tests
-lib/Test/Simple/t/skipall.t     Test::More test, skip all tests
-lib/Test/Simple/t/todo.t        Test::More test, TODO tests
-lib/Test/Simple/t/undef.t       Test::More test, undefs don't cause warnings
-lib/Test/Simple/t/useing.t      Test::More test, compile test
-lib/Test/Simple/t/use_ok.t      Test::More test, use_ok()
+lib/Test/Simple/t/import.t     Test::More test, importing functions
+lib/Test/Simple/t/is_deeply.t  Test::More test, is_deeply()
+lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests
+lib/Test/Simple/t/missing.t    Test::Simple test, missing tests
+lib/Test/Simple/t/More.t       Test::More test, basic stuff
+lib/Test/Simple/t/no_ending.t  Test::Builder test, no_ending()
+lib/Test/Simple/t/no_header.t  Test::Builder test, no_header()
+lib/Test/Simple/t/no_plan.t    Test::Simple test, forgot the plan
+lib/Test/Simple/t/output.t     Test::Builder test, output methods
+lib/Test/Simple/t/plan.t       Test::More test, plan()
+lib/Test/Simple/t/plan_is_noplan.t     Test::Simple test, no_plan
+lib/Test/Simple/t/plan_no_plan.t       Test::More test, plan() w/no_plan
+lib/Test/Simple/t/plan_skip_all.t      Test::More test, plan() w/skip_all
+lib/Test/Simple/t/simple.t     Test::Simple test, basic stuff
+lib/Test/Simple/t/skip.t       Test::More test, SKIP tests
+lib/Test/Simple/t/skipall.t    Test::More test, skip all tests
+lib/Test/Simple/t/strays.t     Test::Builder stray newline checks
+lib/Test/Simple/t/todo.t       Test::More test, TODO tests
+lib/Test/Simple/t/undef.t      Test::More test, undefs don't cause warnings
+lib/Test/Simple/t/useing.t     Test::More test, compile test
+lib/Test/Simple/t/use_ok.t     Test::More test, use_ok()
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
 lib/Test/t/onfail.t            See if Test works
@@ -1429,7 +1494,7 @@ lib/Test/t/qr.t                   See if Test works
 lib/Test/t/skip.t              See if Test works
 lib/Test/t/success.t           See if Test works
 lib/Test/t/todo.t              See if Test works
-lib/Test/Tutorial.pod           A tutorial on writing tests
+lib/Test/Tutorial.pod          A tutorial on writing tests
 lib/Text/Abbrev.pm             An abbreviation table builder
 lib/Text/Abbrev.t              Test Text::Abbrev
 lib/Text/Balanced.pm           Text::Balanced
@@ -1454,39 +1519,47 @@ lib/Text/TabsWrap/t/tabs.t      See if Text::Tabs works
 lib/Text/TabsWrap/t/wrap.t     See if Text::Wrap::wrap works
 lib/Text/Wrap.pm               Paragraph formatter
 lib/Thread.pm                  Thread extensions frontend
+lib/Thread/Queue.pm            Thread synchronised queue objects
+lib/Thread/Semaphore.pm                Thread semaphore objects
 lib/Tie/Array.pm               Base class for tied arrays
 lib/Tie/Array/push.t           Test for Tie::Array
 lib/Tie/Array/splice.t         Test for Tie::Array::SPLICE
 lib/Tie/Array/std.t            Test for Tie::StdArray
 lib/Tie/Array/stdpush.t                Test for Tie::StdArray
-lib/Tie/File.pm                 Files as tied arrays.
-lib/Tie/File/t/00_version.t     Test for Tie::File.
-lib/Tie/File/t/01_gen.t         Test for Tie::File.
-lib/Tie/File/t/02_fetchsize.t   Test for Tie::File.
-lib/Tie/File/t/03_longfetch.t   Test for Tie::File.
-lib/Tie/File/t/04_splice.t      Test for Tie::File.
-lib/Tie/File/t/05_size.t        Test for Tie::File.
-lib/Tie/File/t/06_fixrec.t      Test for Tie::File.
-lib/Tie/File/t/07_rv_splice.t   Test for Tie::File.
-lib/Tie/File/t/08_ro.t          Test for Tie::File.
-lib/Tie/File/t/09_gen_rs.t      Test for Tie::File.
-lib/Tie/File/t/10_splice_rs.t   Test for Tie::File.
-lib/Tie/File/t/11_rv_splice_rs.t  Test for Tie::File.
-lib/Tie/File/t/12_longfetch_rs.t  Test for Tie::File.
-lib/Tie/File/t/13_size_rs.t     Test for Tie::File.
-lib/Tie/File/t/14_lock.t        Test for Tie::File.
-lib/Tie/File/t/15_pushpop.t     Test for Tie::File.
-lib/Tie/File/t/16_handle.t      Test for Tie::File.
-lib/Tie/File/t/17_misc_meth.t   Test for Tie::File.
-lib/Tie/File/t/18_rs_fixrec.t   Test for Tie::File.
-lib/Tie/File/t/19_cache.t       Test for Tie::File.
-lib/Tie/File/t/20_cache_full.t  Test for Tie::File.
-lib/Tie/File/t/21_win32.t       Test for Tie::File.
-lib/Tie/File/t/22_autochomp.t   Test for Tie::File.
-lib/Tie/File/t/23_rv_ac_splice.t  Test for Tie::File.
-lib/Tie/File/t/30_defer.t       Test for Tie::File.
-lib/Tie/File/t/31_autodefer.t   Test for Tie::File.
-lib/Tie/File/t/32_defer_misc.t  Test for Tie::File.
+lib/Tie/File.pm                        Files as tied arrays
+lib/Tie/File/t/00_version.t    Trivial test for Tie::File
+lib/Tie/File/t/01_gen.t                Generic read/write tests for Tie::File
+lib/Tie/File/t/02_fetchsize.t  File length fetch test for Tie::File
+lib/Tie/File/t/03_longfetch.t  Past-the-end-of-the-array tests for Tie::File
+lib/Tie/File/t/04_splice.t     SPLICE method tests for Tie::File
+lib/Tie/File/t/05_size.t       $#a tests for Tie::File
+lib/Tie/File/t/06_fixrec.t     '_fixrec' method functional tests for Tie::File
+lib/Tie/File/t/07_rv_splice.t  SPLICE method return value tests for Tie::File
+lib/Tie/File/t/08_ro.t         read-only mode tests for Tie::File
+lib/Tie/File/t/09_gen_rs.t     Like 01_gen.t, with unusual record separator
+lib/Tie/File/t/10_splice_rs.t  Like 04_splice.t, with unusual record separator
+lib/Tie/File/t/11_rv_splice_rs.t  Like 07_rv_splice.t, with unusual record separator
+lib/Tie/File/t/12_longfetch_rs.t  Like 03_longfetch.t, with unusual record separator
+lib/Tie/File/t/13_size_rs.t    Like 05_size.t, with unusual record separator
+lib/Tie/File/t/14_lock.t       File locking method tests for Tie::File
+lib/Tie/File/t/15_pushpop.t    PUSH / POP / SHIFT / UNSHIFT for Tie::File
+lib/Tie/File/t/16_handle.t     Tying a handle instead of a file for Tie::File
+lib/Tie/File/t/17_misc_meth.t  CLEAR / EXISTS / DELETE / EXTEND for Tie::File
+lib/Tie/File/t/18_rs_fixrec.t  Like 06_fixrec.t, with unusual record separator
+lib/Tie/File/t/19_cache.t      Read cache exercises and regression for Tie::File
+lib/Tie/File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File
+lib/Tie/File/t/21_win32.t      Win32 special behavior of Tie::File
+lib/Tie/File/t/22_autochomp.t  'autochomp' option of Tie::File
+lib/Tie/File/t/23_rv_ac_splice.t  Like 07_rv_splice.t, but with autochomp
+lib/Tie/File/t/24_cache_loop.t Regression for old Tie::File cache bug
+lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled
+lib/Tie/File/t/26_twrite.t     Unit tests for Tie::File::_twrite
+lib/Tie/File/t/30_defer.t      deferred writing feature tests for Tie::File
+lib/Tie/File/t/31_autodefer.t  'autodefer' feature tests for Tie::File
+lib/Tie/File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing
+lib/Tie/File/t/33_defer_vs.t   Like 30_defer.t, but with varying-length records
+lib/Tie/File/t/40_abs_cache.t  Unit tests for Tie::File::Cache
+lib/Tie/File/t/41_heap.t       Unit tests for Tie::File::Heap
 lib/Tie/Handle.pm              Base class for tied handles
 lib/Tie/Handle/stdhandle.t     Test for Tie::StdHandle
 lib/Tie/Hash.pm                        Base class for tied hashes
@@ -1565,6 +1638,7 @@ lib/unicore/lib/BidiS.pl  Unicode character database
 lib/unicore/lib/BidiWS.pl      Unicode character database
 lib/unicore/lib/Blank.pl       Unicode character database
 lib/unicore/lib/Bopomofo.pl    Unicode character database
+lib/unicore/lib/Buhid.pl       Unicode character database
 lib/unicore/lib/C.pl           Unicode character database
 lib/unicore/lib/Canadian.pl    Unicode character database
 lib/unicore/lib/Canon.pl       Unicode character database
@@ -1595,6 +1669,7 @@ lib/unicore/lib/DCsub.pl  Unicode character database
 lib/unicore/lib/DCsuper.pl     Unicode character database
 lib/unicore/lib/DCvertic.pl    Unicode character database
 lib/unicore/lib/DCwide.pl      Unicode character database
+lib/unicore/lib/Deprecat.pl    Unicode character database
 lib/unicore/lib/Deseret.pl     Unicode character database
 lib/unicore/lib/Devanaga.pl    Unicode character database
 lib/unicore/lib/Diacriti.pl    Unicode character database
@@ -1604,18 +1679,22 @@ lib/unicore/lib/Extender.pl     Unicode character database
 lib/unicore/lib/Georgian.pl    Unicode character database
 lib/unicore/lib/Gothic.pl      Unicode character database
 lib/unicore/lib/Graph.pl       Unicode character database
+lib/unicore/lib/Grapheme.pl    Unicode character database
 lib/unicore/lib/Greek.pl       Unicode character database
 lib/unicore/lib/Gujarati.pl    Unicode character database
 lib/unicore/lib/Gurmukhi.pl    Unicode character database
 lib/unicore/lib/Han.pl         Unicode character database
 lib/unicore/lib/Hangul.pl      Unicode character database
+lib/unicore/lib/Hanunoo.pl     Unicode character database
 lib/unicore/lib/Hebrew.pl      Unicode character database
 lib/unicore/lib/HexDigit.pl    Unicode character database
 lib/unicore/lib/Hiragana.pl    Unicode character database
 lib/unicore/lib/Hyphen.pl      Unicode character database
 lib/unicore/lib/IdContin.pl    Unicode character database
 lib/unicore/lib/Ideograp.pl    Unicode character database
+lib/unicore/lib/IdsBinar.pl    Unicode character database
 lib/unicore/lib/IdStart.pl     Unicode character database
+lib/unicore/lib/IdsTrina.pl    Unicode character database
 lib/unicore/lib/InAlphab.pl    Unicode character database
 lib/unicore/lib/InArabi2.pl    Unicode character database
 lib/unicore/lib/InArabi3.pl    Unicode character database
@@ -1629,6 +1708,7 @@ lib/unicore/lib/InBopom2.pl       Unicode character database
 lib/unicore/lib/InBopomo.pl    Unicode character database
 lib/unicore/lib/InBoxDra.pl    Unicode character database
 lib/unicore/lib/InBraill.pl    Unicode character database
+lib/unicore/lib/InBuhid.pl     Unicode character database
 lib/unicore/lib/InByzant.pl    Unicode character database
 lib/unicore/lib/InCherok.pl    Unicode character database
 lib/unicore/lib/InCjkCo2.pl    Unicode character database
@@ -1645,6 +1725,7 @@ lib/unicore/lib/InCombi3.pl       Unicode character database
 lib/unicore/lib/InCombin.pl    Unicode character database
 lib/unicore/lib/InContro.pl    Unicode character database
 lib/unicore/lib/InCurren.pl    Unicode character database
+lib/unicore/lib/InCyril2.pl    Unicode character database
 lib/unicore/lib/InCyrill.pl    Unicode character database
 lib/unicore/lib/InDesere.pl    Unicode character database
 lib/unicore/lib/InDevana.pl    Unicode character database
@@ -1657,6 +1738,7 @@ lib/unicore/lib/InGeomet.pl       Unicode character database
 lib/unicore/lib/InGeorgi.pl    Unicode character database
 lib/unicore/lib/InGothic.pl    Unicode character database
 lib/unicore/lib/InGreek.pl     Unicode character database
+lib/unicore/lib/InGreekA.pl    Unicode character database
 lib/unicore/lib/InGreekE.pl    Unicode character database
 lib/unicore/lib/InGujara.pl    Unicode character database
 lib/unicore/lib/InGurmuk.pl    Unicode character database
@@ -1664,6 +1746,7 @@ lib/unicore/lib/InHalfwi.pl       Unicode character database
 lib/unicore/lib/InHangu2.pl    Unicode character database
 lib/unicore/lib/InHangu3.pl    Unicode character database
 lib/unicore/lib/InHangul.pl    Unicode character database
+lib/unicore/lib/InHanuno.pl    Unicode character database
 lib/unicore/lib/InHebrew.pl    Unicode character database
 lib/unicore/lib/Inherite.pl    Unicode character database
 lib/unicore/lib/InHighPr.pl    Unicode character database
@@ -1674,6 +1757,7 @@ lib/unicore/lib/InIpaExt.pl       Unicode character database
 lib/unicore/lib/InKanbun.pl    Unicode character database
 lib/unicore/lib/InKangxi.pl    Unicode character database
 lib/unicore/lib/InKannad.pl    Unicode character database
+lib/unicore/lib/InKatak2.pl    Unicode character database
 lib/unicore/lib/InKataka.pl    Unicode character database
 lib/unicore/lib/InKhmer.pl     Unicode character database
 lib/unicore/lib/InLao.pl       Unicode character database
@@ -1687,6 +1771,8 @@ lib/unicore/lib/InMalaya.pl       Unicode character database
 lib/unicore/lib/InMathe2.pl    Unicode character database
 lib/unicore/lib/InMathem.pl    Unicode character database
 lib/unicore/lib/InMisce2.pl    Unicode character database
+lib/unicore/lib/InMisce3.pl    Unicode character database
+lib/unicore/lib/InMisce4.pl    Unicode character database
 lib/unicore/lib/InMiscel.pl    Unicode character database
 lib/unicore/lib/InMongol.pl    Unicode character database
 lib/unicore/lib/InMusica.pl    Unicode character database
@@ -1703,7 +1789,14 @@ lib/unicore/lib/InSmallF.pl      Unicode character database
 lib/unicore/lib/InSpacin.pl    Unicode character database
 lib/unicore/lib/InSpecia.pl    Unicode character database
 lib/unicore/lib/InSupers.pl    Unicode character database
+lib/unicore/lib/InSuppl2.pl    Unicode character database
+lib/unicore/lib/InSuppl3.pl    Unicode character database
+lib/unicore/lib/InSuppl4.pl    Unicode character database
+lib/unicore/lib/InSuppl5.pl    Unicode character database
+lib/unicore/lib/InSupple.pl    Unicode character database
 lib/unicore/lib/InSyriac.pl    Unicode character database
+lib/unicore/lib/InTagalo.pl    Unicode character database
+lib/unicore/lib/InTagban.pl    Unicode character database
 lib/unicore/lib/InTags.pl      Unicode character database
 lib/unicore/lib/InTamil.pl     Unicode character database
 lib/unicore/lib/InTelugu.pl    Unicode character database
@@ -1711,6 +1804,7 @@ lib/unicore/lib/InThaana.pl       Unicode character database
 lib/unicore/lib/InThai.pl      Unicode character database
 lib/unicore/lib/InTibeta.pl    Unicode character database
 lib/unicore/lib/InUnifie.pl    Unicode character database
+lib/unicore/lib/InVariat.pl    Unicode character database
 lib/unicore/lib/InYiRadi.pl    Unicode character database
 lib/unicore/lib/InYiSyll.pl    Unicode character database
 lib/unicore/lib/JoinCont.pl    Unicode character database
@@ -1723,6 +1817,7 @@ lib/unicore/lib/Latin.pl  Unicode character database
 lib/unicore/lib/Ll.pl          Unicode character database
 lib/unicore/lib/Lm.pl          Unicode character database
 lib/unicore/lib/Lo.pl          Unicode character database
+lib/unicore/lib/LogicalO.pl    Unicode character database
 lib/unicore/lib/Lower.pl       Unicode character database
 lib/unicore/lib/Lowercas.pl    Unicode character database
 lib/unicore/lib/Lt.pl          Unicode character database
@@ -1746,6 +1841,8 @@ lib/unicore/lib/Ogham.pl  Unicode character database
 lib/unicore/lib/OldItali.pl    Unicode character database
 lib/unicore/lib/Oriya.pl       Unicode character database
 lib/unicore/lib/OtherAlp.pl    Unicode character database
+lib/unicore/lib/OtherDef.pl    Unicode character database
+lib/unicore/lib/OtherGra.pl    Unicode character database
 lib/unicore/lib/OtherLow.pl    Unicode character database
 lib/unicore/lib/OtherMat.pl    Unicode character database
 lib/unicore/lib/OtherUpp.pl    Unicode character database
@@ -1760,6 +1857,7 @@ lib/unicore/lib/Print.pl  Unicode character database
 lib/unicore/lib/Ps.pl          Unicode character database
 lib/unicore/lib/Punct.pl       Unicode character database
 lib/unicore/lib/Quotatio.pl    Unicode character database
+lib/unicore/lib/Radical.pl     Unicode character database
 lib/unicore/lib/Runic.pl       Unicode character database
 lib/unicore/lib/S.pl           Unicode character database
 lib/unicore/lib/Sc.pl          Unicode character database
@@ -1767,9 +1865,12 @@ lib/unicore/lib/Sinhala.pl       Unicode character database
 lib/unicore/lib/Sk.pl          Unicode character database
 lib/unicore/lib/Sm.pl          Unicode character database
 lib/unicore/lib/So.pl          Unicode character database
+lib/unicore/lib/SoftDott.pl    Unicode character database
 lib/unicore/lib/Space.pl       Unicode character database
 lib/unicore/lib/SpacePer.pl    Unicode character database
 lib/unicore/lib/Syriac.pl      Unicode character database
+lib/unicore/lib/Tagalog.pl     Unicode character database
+lib/unicore/lib/Tagbanwa.pl    Unicode character database
 lib/unicore/lib/Tamil.pl       Unicode character database
 lib/unicore/lib/Telugu.pl      Unicode character database
 lib/unicore/lib/Terminal.pl    Unicode character database
@@ -1777,6 +1878,7 @@ lib/unicore/lib/Thaana.pl Unicode character database
 lib/unicore/lib/Thai.pl                Unicode character database
 lib/unicore/lib/Tibetan.pl     Unicode character database
 lib/unicore/lib/Title.pl       Unicode character database
+lib/unicore/lib/UnifiedI.pl    Unicode character database
 lib/unicore/lib/Upper.pl       Unicode character database
 lib/unicore/lib/Uppercas.pl    Unicode character database
 lib/unicore/lib/WhiteSpa.pl    Unicode character database
@@ -1797,7 +1899,9 @@ lib/unicore/Name.pl               Unicode character database
 lib/unicore/NamesList.txt      Unicode character database
 lib/unicore/Number.pl          Unicode character database
 lib/unicore/Properties         Built-in \p{...} / \P{...} property list
+lib/unicore/PropertyAliases.txt Unicode character database
 lib/unicore/PropList.txt       Unicode character database
+lib/unicore/PropValueAliases.txt       Unicode character database
 lib/unicore/README.perl                Unicode character database
 lib/unicore/ReadMe.txt         Unicode character database info
 lib/unicore/Scripts.pl         Unicode character database
@@ -1821,15 +1925,13 @@ lib/utf8_heavy.pl               Support routines for utf8 pragma
 lib/validate.pl                        Perl library supporting wholesale file mode validation
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" work
-lib/vmsish.pm                  Control VMS-specific behavior of Perl core
-lib/vmsish.t                   Tests for vmsish.pm
+lib/vmsish.pm                  Control VMS-specific behavior of Perl core
+lib/vmsish.t                   Tests for vmsish.pm
 lib/warnings.pm                        For "use warnings"
 lib/warnings.t                 See if warning controls work
 lib/warnings/register.pm       For "use warnings::register"
 lib/Win32.pod                  Documentation for Win32 extras
 locale.c                       locale-specific utility functions
-macos/MacPerlTests.cmd MacOS ports
-macos/xsubpp.patch     MacOS ports
 makeaperl.SH                   perl script that produces a new perl binary
 makedef.pl                     Create symbol export lists for linking
 makedepend.SH                  Precursor to makedepend
@@ -1849,21 +1951,17 @@ mint/README                     MiNT port
 mint/stdio.h                   MiNT port
 mint/sys/time.h                        MiNT port
 mint/time.h                    MiNT port
+mpeix/mpeix.c                  MPE/iX port
 mpeix/mpeixish.h               MPE/iX port
 mpeix/nm                       MPE/iX port
 mpeix/relink                   MPE/iX port
 mv-if-diff                     Script to mv a file if it changed
 myconfig.SH                    Prints summary of the current configuration
-NetWare/bat/BldNWExt-Exist.bat NetWare port
-NetWare/bat/BldNWExt.bat       NetWare port
 NetWare/bat/Buildtype.bat      NetWare port
-NetWare/bat/MPKBuild.bat       NetWare port
-NetWare/bat/Setmpksdk.bat      NetWare port
+NetWare/bat/SetCodeWar.bat     NetWare port
 NetWare/bat/Setnlmsdk.bat      NetWare port
 NetWare/bat/SetNWBld.bat       NetWare port
-NetWare/bat/Setwatcom.bat      NetWare port
 NetWare/bat/ToggleD2.bat       NetWare port
-NetWare/bat/ToggleXDC.bat      NetWare port
 NetWare/CLIBsdio.h             NetWare port
 NetWare/CLIBstr.h              NetWare port
 NetWare/CLIBstuf.c             NetWare port
@@ -1876,10 +1974,12 @@ NetWare/deb.h                   NetWare port
 NetWare/dl_netware.xs          NetWare port
 NetWare/intdef.h               NetWare port
 NetWare/interface.c            NetWare port
+NetWare/interface.cpp          NetWare port
 NetWare/interface.h            NetWare port
 NetWare/iperlhost.h            NetWare port
 NetWare/Main.c                 NetWare port
 NetWare/Makefile               NetWare port
+NetWare/MP.imp                 NetWare port
 NetWare/netware.h              NetWare port
 NetWare/nw5.c                  NetWare port
 NetWare/nw5iop.h               NetWare port
@@ -1887,7 +1987,10 @@ NetWare/nw5sck.c         NetWare port
 NetWare/nw5sck.h               NetWare port
 NetWare/nw5thread.c            NetWare port
 NetWare/nw5thread.h            NetWare port
+NetWare/nwhashcls.cpp          NetWare port
+NetWare/nwhashcls.h            NetWare port
 NetWare/Nwmain.c               NetWare port
+NetWare/nwperlhost.h           NetWare port
 NetWare/nwperlsys.c            NetWare port
 NetWare/nwperlsys.h            NetWare port
 NetWare/Nwpipe.c               NetWare port
@@ -1899,6 +2002,10 @@ NetWare/NWTInfo.c                NetWare port
 NetWare/nwtinfo.h              NetWare port
 NetWare/NWUtil.c               NetWare port
 NetWare/nwutil.h               NetWare port
+NetWare/nwvmem.h               NetWare port
+NetWare/perllib.cpp            NetWare port
+NetWare/splittree.pl           NetWare port
+NetWare/sv_nw.c                        NetWare port
 NetWare/t/NWModify.pl          NetWare port
 NetWare/t/NWScripts.pl         NetWare port
 NetWare/t/Readme.txt           NetWare port
@@ -1938,7 +2045,7 @@ os2/OS2/Process/Makefile.PL       system() constants in a module
 os2/OS2/Process/MANIFEST       system() constants in a module
 os2/OS2/Process/Process.pm     system() constants in a module
 os2/OS2/Process/Process.xs     system() constants in a module
-os2/OS2/Process/t/os2_process.t        Tests
+os2/OS2/Process/t/os2_process.t Tests
 os2/OS2/Process/t/os2_process_kid.t    Tests
 os2/OS2/Process/t/os2_process_text.t   Tests
 os2/OS2/REXX/Changes           DLL access module
@@ -2046,7 +2153,7 @@ pod/perlguts.pod          Internals info
 pod/perlhack.pod               Perl hackers guide
 pod/perlhist.pod               Perl history info
 pod/perlintern.pod             Perl internal function docs (autogenrated)
-pod/perlintro.pod               Perl introduction for beginners
+pod/perlintro.pod              Perl introduction for beginners
 pod/perliol.pod                        Internals of PerlIO with layers.
 pod/perlipc.pod                        IPC info
 pod/perllexwarn.pod            Lexical Warnings info
@@ -2105,7 +2212,7 @@ Policy_sh.SH              Hold site-wide preferences between Configure runs.
 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/checkVERSION.pl Check whether we have $VERSIONs
 Porting/config.sh      Sample config.sh
 Porting/config_H       Sample config.h
 Porting/Contract       Social contract for contributed modules in Perl core
@@ -2116,13 +2223,13 @@ 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/makerel                Release making utility
-Porting/p4d2p          Generate standard patches from p4 diffs
-Porting/p4desc         Smarter 'p4 describe', outputs diffs for new files
+Porting/p4genpatch     Obsoletes both p4desc and p4d2p
 Porting/patching.pod   How to report changes made to Perl
 Porting/patchls                Flexible patch file listing utility
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
 Porting/repository.pod How to use the Perl repository
 Porting/testall.atom   Cumulative profile of the test suite with Third Degree
+Porting/thirdclean     Cleanup Third Degree reports
 pp.c                           Push/Pop code
 pp.h                           Push/Pop code defs
 pp.sym                         Push/Pop code symbols
@@ -2142,12 +2249,17 @@ README.apollo           Notes about Apollo DomainOS port
 README.beos            Notes about BeOS port
 README.bs2000          Notes about BS2000 POSIX port
 README.ce              Notes about WinCE port
+README.cn              About using Perl and Simplified Chinese
 README.cygwin          Notes about Cygwin port
 README.dgux            Notes about DG/UX port
 README.dos             Notes about DOS/DJGPP port
 README.epoc            Notes about EPOC port
+README.freebsd         Notes about FreeBSD
 README.hpux            Notes about HP-UX port
 README.hurd            Notes about GNU/Hurd port
+README.irix            Notes about Irix port
+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.micro           Notes about microperl
@@ -2159,8 +2271,8 @@ README.os390              Notes about OS/390 (nee MVS) port
 README.plan9           Notes about Plan9 port
 README.qnx             Notes about QNX port
 README.solaris         Notes about Solaris port
-README.threads         Notes about multithreading
 README.tru64           Notes about Tru64
+README.tw              About using Perl and Traditional Chinese
 README.uts             Notes about UTS
 README.vmesa           Notes about VM/ESA port
 README.vms             Notes about installing the VMS port
@@ -2201,6 +2313,7 @@ t/comp/colon.t                    See if colons are parsed correctly
 t/comp/cpp.aux                 main file for cpp.t
 t/comp/cpp.t                   See if C preprocessor works
 t/comp/decl.t                  See if declarations work
+t/comp/hints.t                 See if %^H works
 t/comp/multiline.t             See if multiline strings work
 t/comp/package.t               See if packages work
 t/comp/proto.t                 See if function prototypes work
@@ -2211,7 +2324,8 @@ t/comp/term.t                     See if more terms work
 t/comp/use.t                   See if pragmas work
 t/harness                      Finer diagnostics from test suite
 t/io/argv.t                    See if ARGV stuff works
-t/io/binmode.t                  See if binmode() works
+t/io/binmode.t                 See if binmode() works
+t/io/crlf.t                    See if :crlf works
 t/io/dup.t                     See if >& works right
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
@@ -2225,6 +2339,7 @@ t/io/print.t                      See if print commands work
 t/io/read.t                    See if read works
 t/io/tell.t                    See if file seeking works
 t/io/utf8.t                    See if file seeking works
+t/japh/abigail.t               Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
 t/lib/commonsense.t            See if configuration meets basic needs
 t/lib/compmod.pl               Helper for 1_compile.t
@@ -2250,45 +2365,51 @@ 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/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
+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/Math/BigInt/Subclass.pm  Empty subclass of BigInt for test
 t/lib/Math/BigRat/Test.pm              Math::BigRat test helper
 t/lib/sample-tests/bailout             Test data for Test::Harness
+t/lib/sample-tests/bignum              Test data for Test::Harness
 t/lib/sample-tests/combined            Test data for Test::Harness
 t/lib/sample-tests/descriptive         Test data for Test::Harness
+t/lib/sample-tests/die                 Test data for Test::Harness
+t/lib/sample-tests/die_head_end                Test data for Test::Harness
+t/lib/sample-tests/die_last_minute     Test data for Test::Harness
 t/lib/sample-tests/duplicates          Test data for Test::Harness
-t/lib/sample-tests/head_end            Test data for Test::Harness
-t/lib/sample-tests/head_fail           Test data for Test::Harness
-t/lib/sample-tests/lone_not_bug         Test data for Test::Harness
+t/lib/sample-tests/head_end            Test data for Test::Harness
+t/lib/sample-tests/head_fail           Test data for Test::Harness
+t/lib/sample-tests/lone_not_bug                Test data for Test::Harness
 t/lib/sample-tests/no_nums             Test data for Test::Harness
-t/lib/sample-tests/out_of_order         Test data for Test::Harness
+t/lib/sample-tests/out_of_order                Test data for Test::Harness
+t/lib/sample-tests/shbang_misparse     Test data for Test::Harness
 t/lib/sample-tests/simple              Test data for Test::Harness
 t/lib/sample-tests/simple_fail         Test data for Test::Harness
 t/lib/sample-tests/skip                        Test data for Test::Harness
-t/lib/sample-tests/skip_all            Test data for Test::Harness
-t/lib/sample-tests/skip_no_msg         Test data for Test::Harness
-t/lib/sample-tests/taint                Test data for Test::Harness
+t/lib/sample-tests/skipall     Test data for Test::Harness
+t/lib/sample-tests/skipall_nomsg       Test data for Test::Harness
+t/lib/sample-tests/skip_nomsg  Test data for Test::Harness
+t/lib/sample-tests/taint               Test data for Test::Harness
 t/lib/sample-tests/todo                        Test data for Test::Harness
-t/lib/sample-tests/todo_inline         Test data for Test::Harness
-t/lib/sample-tests/vms_nit              Test data for Test::Harness
+t/lib/sample-tests/todo_inline         Test data for Test::Harness
+t/lib/sample-tests/vms_nit             Test data for Test::Harness
 t/lib/sample-tests/with_comments       Test data for Test::Harness
-t/lib/st-dump.pl               See if Storable works
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
-t/lib/Test/Simple/Catch.pm      Utility module for testing Test::Simple
-t/lib/Test/Simple/sample_tests/death.plx                for exit.t
-t/lib/Test/Simple/sample_tests/death_in_eval.plx        for exit.t
-t/lib/Test/Simple/sample_tests/extras.plx               for exit.t
-t/lib/Test/Simple/sample_tests/five_fail.plx            for exit.t
-t/lib/Test/Simple/sample_tests/last_minute_death.plx    for exit.t
-t/lib/Test/Simple/sample_tests/one_fail.plx             for exit.t
-t/lib/Test/Simple/sample_tests/require.plx              for exit.t
-t/lib/Test/Simple/sample_tests/success.plx              for exit.t
-t/lib/Test/Simple/sample_tests/too_few.plx              for exit.t
-t/lib/Test/Simple/sample_tests/two_fail.plx             for exit.t
-t/lib/TieOut.pm                 Testing library to capture prints
+t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
+t/lib/Test/Simple/sample_tests/death.plx               for exit.t
+t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
+t/lib/Test/Simple/sample_tests/extras.plx              for exit.t
+t/lib/Test/Simple/sample_tests/five_fail.plx           for exit.t
+t/lib/Test/Simple/sample_tests/last_minute_death.plx   for exit.t
+t/lib/Test/Simple/sample_tests/one_fail.plx            for exit.t
+t/lib/Test/Simple/sample_tests/require.plx             for exit.t
+t/lib/Test/Simple/sample_tests/success.plx             for exit.t
+t/lib/Test/Simple/sample_tests/too_few.plx             for exit.t
+t/lib/Test/Simple/sample_tests/two_fail.plx            for exit.t
+t/lib/TieOut.pm                        Testing library to capture prints
 t/lib/warnings/1global         Tests of global warnings for warnings.t
 t/lib/warnings/2use            Tests for "use warnings" for warnings.t
 t/lib/warnings/3both           Tests for interaction of $^W and "use warnings"
@@ -2336,8 +2457,9 @@ t/op/auto.t                       See if autoincrement et all work
 t/op/avhv.t                    See if pseudo-hashes work
 t/op/bless.t                   See if bless works
 t/op/bop.t                     See if bitops work
+t/op/caller.t                  See if caller() works
 t/op/chars.t                   See if character escapes work
-t/op/chdir.t                    See if chdir works
+t/op/chdir.t                   See if chdir works
 t/op/chop.t                    See if chop works
 t/op/closure.t                 See if closures work
 t/op/cmp.t                     See if the various string and numeric compare work
@@ -2390,7 +2512,7 @@ t/op/my_stash.t                   See if my Package works
 t/op/nothr5005.t               local @_ test which does not work under use5005threads
 t/op/numconvert.t              See if accessing fields does not change numeric values
 t/op/oct.t                     See if oct and hex work
-t/op/or.t                       See if || works in weird situations
+t/op/or.t                      See if || works in weird situations
 t/op/ord.t                     See if ord works
 t/op/override.t                        See if operator overriding works
 t/op/pack.t                    See if pack and unpack work
@@ -2419,7 +2541,7 @@ t/op/sort.t                       See if sort works
 t/op/splice.t                  See if splice works
 t/op/split.t                   See if split works
 t/op/sprintf.t                 See if sprintf works
-t/op/srand.t                    See if srand works
+t/op/srand.t                   See if srand works
 t/op/stat.t                    See if stat works
 t/op/study.t                   See if study works
 t/op/subst.t                   See if substitution works
@@ -2428,7 +2550,6 @@ t/op/subst_amp.t          See if $&-related substitution works
 t/op/subst_wamp.t              See if substitution works with $& present
 t/op/sub_lval.t                        See if lvalue subroutines work
 t/op/sysio.t                   See if sysread and syswrite work
-t/op/system_tests              Test runner for system.t
 t/op/taint.t                   See if tainting works
 t/op/tie.t                     See if tie/untie functions work
 t/op/tiearray.t                        See if tie for arrays works
@@ -2443,7 +2564,6 @@ t/op/utfhash.t                    See if utf8 keys in hashes behave
 t/op/vec.t                     See if vectors work
 t/op/ver.t                     See if v-strings and the %v format flag work
 t/op/wantarray.t               See if wantarray works
-t/op/winsystem.t               See if system works in Win*
 t/op/write.t                   See if write works (formats work)
 t/pod/emptycmd.t               Test empty pod directives
 t/pod/emptycmd.xr              Expected results for emptycmd.t
@@ -2480,8 +2600,8 @@ t/pod/testp2pt.pl         Module to test Pod::PlainText for a given file
 t/pod/testpchk.pl              Module to test Pod::Checker for a given file
 t/pod/testpods/lib/Pod/Stuff.pm                        Sample data for find.t
 t/README                       Instructions for regression tests
-t/run/exit.t                    Test perl's exit status.
-t/run/fresh_perl.t              Tests that require a fresh perl.
+t/run/exit.t                   Test perl's exit status.
+t/run/fresh_perl.t             Tests that require a fresh perl.
 t/run/noswitch.t               Test aliasing ARGV for other switch tests
 t/run/runenv.t                 Test if perl honors its environment variables.
 t/run/switcha.t                        Test the -a switch
@@ -2489,11 +2609,11 @@ t/run/switches.t                Tests for the other switches
 t/run/switchF.t                        Test the -F switch
 t/run/switchn.t                        Test the -n switch
 t/run/switchp.t                        Test the -p switch
-t/run/switchPx.aux              Data for switchPx.t
-t/run/switchPx.t                Test the -Px combination
-t/run/switcht.t                 Test the -t switch
-t/run/switchx.aux               Data for switchx.t
-t/run/switchx.t                 Test the -x switch
+t/run/switchPx.aux             Data for switchPx.t
+t/run/switchPx.t               Test the -Px combination
+t/run/switcht.t                        Test the -t switch
+t/run/switchx.aux              Data for switchx.t
+t/run/switchx.t                        Test the -x switch
 t/TEST                         The regression tester
 t/test.pl                      Simple testing library
 t/TestInit.pm                  Preamble library for core tests
@@ -2503,6 +2623,10 @@ t/uni/lower.t                    See if Unicode casing works
 t/uni/sprintf.t                        See if Unicode sprintf works
 t/uni/title.t                  See if Unicode casing works
 t/uni/upper.t                  See if Unicode casing works
+t/win32/longpath.t             Test if Win32::GetLongPathName() works
+t/win32/system.t               See if system works in Win*
+t/win32/system_tests           Test runner for system.t
+t/x2p/s2p.t                    See if s2p/psed work
 taint.c                                Tainting code
 thrdvar.h                      Per-thread variables
 thread.h                       Threading header
@@ -2520,6 +2644,7 @@ util.h                            Dummy header
 utils.lst                      Lists utilities bundled with Perl
 utils/c2ph.PL                  program to translate dbx stabs to perl
 utils/dprofpp.PL               Perl code profile post-processor
+utils/enc2xs.PL                        Encode module generator
 utils/h2ph.PL                  A thing to turn C .h files into perl .ph files
 utils/h2xs.PL                  Program to make .xs files from C header files
 utils/libnetcfg.PL             libnet
@@ -2528,6 +2653,7 @@ utils/perlbug.PL          A simple tool to submit a bug report
 utils/perlcc.PL                        Front-end for compiler
 utils/perldoc.PL               A simple tool to find & display perl's documentation
 utils/perlivp.PL               installation verification procedure
+utils/piconv.PL                        A pl to pm translator
 utils/pl2pm.PL                 A pl to pm translator
 utils/splain.PL                        Stand-alone version of diagnostics.pm
 uts/sprintf_wrap.c             sprintf wrapper for UTS
@@ -2567,17 +2693,20 @@ vms/vmsish.h                    VMS-specific C header for Perl core
 vms/vmspipe.com                        VMS-specific piped command helper script
 vms/vms_yfix.pl                        convert Unix perly.[ch] to VMS perly_[ch].vms
 vms/writemain.pl               Generate perlmain.c from miniperlmain.c+extensions
-vos/build.cm                   VOS command macro to build Perl
+vos/build.cm                   VOS command macro to build "mini" Perl
 vos/Changes                    Changes made to port Perl to the VOS operating system
-vos/compile_perl.cm            VOS command macro to build multiple version of Perl
+vos/compile_full_perl.cm       VOS command macro to build "full" Perl
+vos/compile_perl.cm            VOS command macro to build "mini" Perl
 vos/config.alpha.def           definitions used by config.pl
 vos/config.alpha.h             config.h for use with alpha VOS POSIX.1 support
 vos/config.ga.def              definitions used by config.pl
 vos/config.ga.h                        config.h for use with generally-available VOS POSIX.1 support
 vos/config.pl                  script to convert a config_h.SH to a config.h
-vos/configure_perl.cm          VOS command macro to configure perl before building
-vos/install_perl.cm            VOS command macro to install perl after building
+vos/configure_full_perl.sh     VOS shell script to configure "full" perl before building
+vos/configure_perl.cm          VOS command macro to configure "mini" perl before building
+vos/install_perl.cm            VOS command macro to install "mini" perl after building
 vos/Makefile                   A helper for maintaining the config.*.* in UNIX
+vos/make_full_perl.sh  VOS shell script to build and test "full" perl
 vos/perl.bind                  VOS bind control file
 vos/test_vos_dummies.c         Test program for "vos_dummies.c"
 vos/vos.c                      VOS emulations for missing POSIX functions
@@ -2594,12 +2723,12 @@ win32/buildext.pl               Build extensions once miniperl is built
 win32/config.bc                        Win32 base line config.sh (Borland C++ build)
 win32/config.gc                        Win32 base line config.sh (mingw32/gcc build)
 win32/config.vc                        Win32 base line config.sh (Visual C++ build)
-win32/config.win64             Win64 base line config.sh (MS IA64 compiler)
+win32/config.vc64              Win64 base line config.sh (Visual C++ build)
 win32/config_H.bc              Win32 config header (Borland C++ build)
 win32/config_H.gc              Win32 config header (GNU build)?
 win32/config_h.PL              Perl code to convert Win32 config.sh to config.h
 win32/config_H.vc              Win32 config header (Visual C++ build)
-win32/config_H.win64           Win64 config header (MS IA64 compiler)
+win32/config_H.vc64            Win64 config header (Visual C++ build)
 win32/config_sh.PL             Perl code to update Win32 config.sh from Makefile
 win32/des_fcrypt.patch         Win32 port
 win32/distclean.bat            Remove _ALL_ files not listed here in MANIFEST
@@ -2612,7 +2741,6 @@ win32/include/netdb.h             Win32 port
 win32/include/sys/socket.h     Win32 port
 win32/Makefile                 Win32 makefile for NMAKE (Visual C++ build)
 win32/makefile.mk              Win32 makefile for DMAKE (BC++, VC++ builds)
-win32/Makefile.win64           Win64 makefile for NMAKE (MS IA64 compiler)
 win32/mdelete.bat              multifile delete
 win32/perlglob.c               Win32 port
 win32/perlhost.h               Perl "host" implementation
@@ -2635,26 +2763,21 @@ wince/bin/perlglob.pl                   WinCE port
 wince/bin/pl2bat.pl                    WinCE port
 wince/bin/runperl.pl                   WinCE port
 wince/bin/search.pl                    WinCE port
+wince/cecopy-lib.pl                    WinCE port
+wince/comp.pl                          WinCE port
+wince/compile.bat                      WinCE port
 wince/config.ce                                WinCE port
-wince/config.h                         WinCE port
 wince/config_H.ce                      WinCE port
 wince/config_h.PL                      WinCE port
 wince/config_sh.PL                     WinCE port
 wince/dl_win32.xs                      WinCE port
-wince/FindExt.pm                       WinCE port
 wince/include/arpa/inet.h              WinCE port
-wince/include/cectype.h                        WinCE port
-wince/include/errno.h                  WinCE port
 wince/include/netdb.h                  WinCE port
 wince/include/sys/socket.h             WinCE port
 wince/include/sys/stat.h               WinCE port
-wince/include/sys/types.h              WinCE port
-wince/include/sys/utime.h              WinCE port
-wince/include/time.h                   WinCE port
 wince/Makefile.ce                      WinCE port
 wince/makeico.pl                       WinCE port
 wince/perl.rc                          WinCE port
-wince/perldll.def                      WinCE port
 wince/perllib.c                                WinCE port
 wince/perlmain.c                       WinCE port
 wince/README.compile                   WinCE port
@@ -2663,6 +2786,7 @@ wince/registry.bat                        WinCE port
 wince/runperl.c                                WinCE port
 wince/splittree.pl                     WinCE port
 wince/win32.h                          WinCE port
+wince/win32io.c                                WinCE port
 wince/win32iop.h                       WinCE port
 wince/win32thread.c                    WinCE port
 wince/win32thread.h                    WinCE port