Show
Ignore:
Timestamp:
02/09/04 14:10:55 (6 years ago)
Author:
zacheiss
Message:

Import perl 5.8.3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/vendor/third/perl/MANIFEST

    r18449 r20074  
    1919Changes5.005            Differences between 5.004 and 5.005 
    2020Changes5.6              Differences between 5.005 and 5.6 
     21Changes5.8              Differences between 5.6.0 and 5.8.0 (and maint-5.6) 
     22Changes5.8.1            Differences between 5.8.0 and 5.8.1 
     23Changes5.8.2            Differences between 5.8.1 and 5.8.2 
     24config_h.SH             Produces config.h 
    2125configpm                Produces lib/Config.pm 
    2226Configure               Portability tool 
    2327configure.com           Configure-equivalent for VMS 
    2428configure.gnu           Crude emulation of GNU configure 
    25 config_h.SH             Produces config.h 
    2629cop.h                   Control operator header 
    2730Copying                 The GNU General Public License 
     31Cross/config            Cross-compilation 
     32Cross/config.sh-arm-linux       Cross-compilation 
     33Cross/generate_config_sh        Cross-compilation 
     34Cross/installperl.patch         Cross-compilation 
     35Cross/Makefile          Cross-compilation 
     36Cross/Makefile.SH.patch Cross-compilation 
    2837Cross/README            Cross-compilation 
     38Cross/TODO              Cross-compilation 
     39Cross/warp              Cross-compilation 
    2940cv.h                    Code value header 
    3041cygwin/cygwin.c         Additional code for Cygwin port 
     
    5768epoc/epoc_stubs.c       EPOC port 
    5869epoc/link.pl            EPOC port link a exe 
    59 ext/attrs.t                     See if attrs works with C<sub : attrs> 
    6070ext/attrs/attrs.pm              attrs extension Perl module 
    6171ext/attrs/attrs.xs              attrs extension external subroutines 
    6272ext/attrs/Makefile.PL           attrs extension makefile writer 
    63 ext/B/B.pm              Compiler backend support functions and methods 
    64 ext/B/B.xs              Compiler backend external subroutines 
     73ext/attrs/t/attrs.t             See if attrs works with C<sub : attrs> 
    6574ext/B/B/Asmdata.pm      Compiler backend data for assembler 
    6675ext/B/B/assemble        Assemble compiler bytecode 
     
    6877ext/B/B/Bblock.pm       Compiler basic block analysis support 
    6978ext/B/B/Bytecode.pm     Compiler Bytecode backend 
     79ext/B/B/cc_harness      Simplistic wrapper for using -MO=CC compiler 
     80ext/B/B/CC.pm           Compiler CC backend 
     81ext/B/B/Concise.pm      Compiler Concise backend 
    7082ext/B/B/C.pm            Compiler C backend 
    71 ext/B/B/CC.pm           Compiler CC backend 
    72 ext/B/B/cc_harness      Simplistic wrapper for using -MO=CC compiler 
    73 ext/B/B/Concise.pm      Compiler Concise backend 
    7483ext/B/B/Debug.pm        Compiler Debug backend 
    7584ext/B/B/Deparse.pm      Compiler Deparse backend 
    7685ext/B/B/disassemble     Disassemble compiler bytecode output 
    77 ext/B/B/Disassembler.pm Compiler Disassembler backend 
     86ext/B/B/Disassembler.pm Compiler Disassembler backend 
    7887ext/B/B/Lint.pm         Compiler Lint backend 
    7988ext/B/B/makeliblinks    Make a simplistic XSUB .so symlink tree for compiler 
     89ext/B/B.pm              Compiler backend support functions and methods 
    8090ext/B/B/Showlex.pm      Compiler Showlex backend 
    8191ext/B/B/Stackobj.pm     Compiler stack objects support functions 
     
    8393ext/B/B/Terse.pm        Compiler Terse backend 
    8494ext/B/B/Xref.pm         Compiler Xref backend 
     95ext/B/B.xs              Compiler backend external subroutines 
    8596ext/B/C/C.xs            Compiler C backend external subroutines 
    8697ext/B/C/Makefile.PL     Compiler C backend makefile writer 
    8798ext/B/defsubs_h.PL      Generator for constant subroutines 
    8899ext/B/hints/darwin.pl   Hints for named architecture 
     100ext/B/hints/openbsd.pl  Hints for named architecture 
    89101ext/B/Makefile.PL       Compiler backend makefile writer 
    90102ext/B/NOTES             Compiler backend notes 
     
    95107ext/B/ramblings/magic           Compiler ramblings: notes on magic 
    96108ext/B/ramblings/reg.alloc       Compiler ramblings: register allocation 
    97 ext/B/ramblings/runtime.porting Compiler ramblings: porting PP enging 
     109ext/B/ramblings/runtime.porting Compiler ramblings: porting PP engine 
    98110ext/B/README            Compiler backend README 
    99111ext/B/t/asmdata.t       See if B::Asmdata works 
    100112ext/B/t/assembler.t     See if B::Assembler, B::Disassembler comply 
     113ext/B/t/bblock.t        See if B::Bblock works 
    101114ext/B/t/b.t             See if B works 
    102 ext/B/t/bblock.t        See if B::Bblock works 
    103115ext/B/t/concise.t       See whether B::Concise works 
    104116ext/B/t/debug.t         See if B::Debug works 
    105117ext/B/t/deparse.t       See if B::Deparse works 
     118ext/B/TESTS             Compiler backend test data 
    106119ext/B/t/lint.t          See if B::Lint works 
     120ext/B/Todo              Compiler backend Todo list 
    107121ext/B/t/o.t             See if O works 
    108122ext/B/t/showlex.t       See if B::ShowLex works 
     
    110124ext/B/t/terse.t         See if B::Terse works 
    111125ext/B/t/xref.t          See if B::Xref works 
    112 ext/B/TESTS             Compiler backend test data 
    113 ext/B/Todo              Compiler backend Todo list 
    114126ext/B/typemap                   Compiler backend interface types 
    115127ext/ByteLoader/bytecode.h       Bytecode header for bytecode loader 
     
    120132ext/ByteLoader/hints/sunos.pl   Hints for named architecture 
    121133ext/ByteLoader/Makefile.PL      Bytecode loader makefile writer 
     134ext/Cwd/Changes                 Cwd extension Changelog 
    122135ext/Cwd/Cwd.xs                  Cwd extension external subroutines 
    123136ext/Cwd/Makefile.PL             Cwd extension makefile maker 
     
    129142ext/Data/Dumper/Makefile.PL     Data pretty printer, makefile writer 
    130143ext/Data/Dumper/t/dumper.t      See if Data::Dumper works 
     144ext/Data/Dumper/Todo            Data pretty printer, futures 
    131145ext/Data/Dumper/t/overload.t    See if Data::Dumper works for overloaded data 
    132 ext/Data/Dumper/Todo            Data pretty printer, futures 
     146ext/Data/Dumper/t/pair.t        See if Data::Dumper pair separator works 
    133147ext/DB_File/Changes     Berkeley DB extension change log 
    134 ext/DB_File/dbinfo      Berkeley DB database version checker 
     148ext/DB_File/DB_File_BS  Berkeley DB extension mkbootstrap fodder 
    135149ext/DB_File/DB_File.pm  Berkeley DB extension Perl module 
    136150ext/DB_File/DB_File.xs  Berkeley DB extension external subroutines 
    137 ext/DB_File/DB_File_BS  Berkeley DB extension mkbootstrap fodder 
     151ext/DB_File/dbinfo      Berkeley DB database version checker 
    138152ext/DB_File/hints/dynixptx.pl   Hint for DB_File for named architecture 
    139153ext/DB_File/hints/sco.pl        Hint for DB_File for named architecture 
    140 ext/DB_File/Makefile.PL Berkeley DB extension makefile writer 
     154ext/DB_File/Makefile.PL Berkeley DB extension makefile writer 
    141155ext/DB_File/t/db-btree.t        See if DB_File works 
    142156ext/DB_File/t/db-hash.t         See if DB_File works 
     
    146160ext/Devel/DProf/Changes         Perl code profiler changelog 
    147161ext/Devel/DProf/DProf.pm        Perl code profiler 
    148 ext/Devel/DProf/DProf.t         Perl code profiler 
    149162ext/Devel/DProf/DProf.xs        Perl code profiler 
    150163ext/Devel/DProf/Makefile.PL     Perl code profiler makefile writer 
     164ext/Devel/DProf/t/DProf.t       Perl code profiler 
    151165ext/Devel/DProf/Todo            Perl code profiler todo list 
    152166ext/Devel/Peek/Changes          Data debugging tool, changelog 
    153167ext/Devel/Peek/Makefile.PL      Data debugging tool, makefile writer 
    154168ext/Devel/Peek/Peek.pm          Data debugging tool, module and pod 
    155 ext/Devel/Peek/Peek.t           See if Devel::Peek works 
    156169ext/Devel/Peek/Peek.xs          Data debugging tool, externals 
     170ext/Devel/Peek/t/Peek.t         See if Devel::Peek works 
    157171ext/Devel/PPPort/Changes        Devel::PPPort changes 
    158172ext/Devel/PPPort/Makefile.PL    Devel::PPPort makefile writer 
     
    160174ext/Devel/PPPort/module2.c      Devel::PPPort test file 
    161175ext/Devel/PPPort/module3.c      Devel::PPPort test file 
     176ext/Devel/PPPort/ppport_h.PL    Devel::PPPort 
    162177ext/Devel/PPPort/PPPort.pm      Devel::PPPort 
    163178ext/Devel/PPPort/PPPort.xs      Devel::PPPort 
    164 ext/Devel/PPPort/ppport_h.PL    Devel::PPPort 
    165179ext/Devel/PPPort/README         Devel::PPPort Readme 
    166180ext/Devel/PPPort/soak           Test Harness to run Devel::PPPort other Perls 
     181ext/Devel/PPPort/TODO           Devel::PPPort Todo 
    167182ext/Devel/PPPort/t/test.t       See if Devel::PPPort works 
    168 ext/Devel/PPPort/TODO           Devel::PPPort Todo 
    169183ext/Digest/MD5/Changes          Digest::MD5 extension changes 
     184ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture 
    170185ext/Digest/MD5/hints/irix_6.pl  Hints for named architecture 
    171186ext/Digest/MD5/hints/MacOS.pl   Hints for named architecture 
     
    176191ext/Digest/MD5/t/align.t        See if Digest::MD5 extension works 
    177192ext/Digest/MD5/t/badfile.t      See if Digest::MD5 extension works 
     193ext/Digest/MD5/t/bits.t         See if Digest::MD5 extension works 
     194ext/Digest/MD5/t/clone.t        See if Digest::MD5 extension works 
    178195ext/Digest/MD5/t/files.t        See if Digest::MD5 extension works 
    179196ext/Digest/MD5/t/md5-aaa.t      See if Digest::MD5 extension works 
    180197ext/Digest/MD5/t/utf8.t         See if Digest::MD5 extension works 
    181198ext/Digest/MD5/typemap          Digest::MD5 extension 
    182 ext/DynaLoader/dlutils.c        Dynamic loader utilities for dl_*.xs files 
    183199ext/DynaLoader/dl_aix.xs        AIX implementation 
    184200ext/DynaLoader/dl_beos.xs       BeOS implementation 
     
    192208ext/DynaLoader/dl_next.xs       NeXT implementation 
    193209ext/DynaLoader/dl_none.xs       Stub implementation 
     210ext/DynaLoader/dlutils.c        Dynamic loader utilities for dl_*.xs files 
    194211ext/DynaLoader/dl_vmesa.xs      VM/ESA implementation 
    195212ext/DynaLoader/dl_vms.xs        VMS implementation 
    196 ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module 
     213ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module 
    197214ext/DynaLoader/hints/aix.pl     Hint for DynaLoader for named architecture 
    198215ext/DynaLoader/hints/linux.pl   Hint for DynaLoader for named architecture 
    199216ext/DynaLoader/hints/netbsd.pl  Hint for DynaLoader for named architecture 
    200 ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture 
     217ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture 
    201218ext/DynaLoader/Makefile.PL      Dynamic Loader makefile writer 
    202219ext/DynaLoader/README           Dynamic Loader notes and intro 
     220ext/DynaLoader/t/XSLoader.t     See if XSLoader works 
    203221ext/DynaLoader/XSLoader_pm.PL   Simple XS Loader perl module 
    204222ext/Encode/AUTHORS              List of authors 
    205 ext/Encode/bin/enc2xs   Encode module generator 
    206 ext/Encode/bin/piconv   iconv by perl 
     223ext/Encode/bin/enc2xs           Encode module generator 
     224ext/Encode/bin/piconv           iconv by perl 
    207225ext/Encode/bin/ucm2table        Table Generator for testing 
    208 ext/Encode/bin/ucmlint  A UCM Lint utility 
    209 ext/Encode/bin/unidump  Unicode Dump like hexdump(1) 
    210 ext/Encode/Byte/Byte.pm Encode extension 
    211 ext/Encode/Byte/Makefile.PL       Encode extension 
     226ext/Encode/bin/ucmlint          A UCM Lint utility 
     227ext/Encode/bin/ucmsort          A UCM sort utility 
     228ext/Encode/bin/unidump          Unicode Dump like hexdump(1) 
     229ext/Encode/Byte/Byte.pm         Encode extension 
     230ext/Encode/Byte/Makefile.PL     Encode extension 
    212231ext/Encode/Changes              Change Log 
    213232ext/Encode/CN/CN.pm             Encode extension 
    214233ext/Encode/CN/Makefile.PL       Encode extension 
    215 ext/Encode/EBCDIC/EBCDIC.pm       Encode extension 
    216 ext/Encode/EBCDIC/Makefile.PL     Encode extension 
     234ext/Encode/EBCDIC/EBCDIC.pm     Encode extension 
     235ext/Encode/EBCDIC/Makefile.PL   Encode extension 
    217236ext/Encode/encengine.c          Encode extension 
    218 ext/Encode/Encode.pm           Mother of all Encode extensions 
     237ext/Encode/Encode/Changes.e2x   Skeleton file for enc2xs 
     238ext/Encode/Encode/ConfigLocal_PM.e2x    Skeleton file for enc2xs 
     239ext/Encode/Encode/encode.h      Encode extension header file 
     240ext/Encode/Encode/Makefile_PL.e2x       Skeleton file for enc2xs 
     241ext/Encode/Encode.pm            Mother of all Encode extensions 
     242ext/Encode/Encode/_PM.e2x       Skeleton file for enc2xs 
     243ext/Encode/Encode/README.e2x    Skeleton file for enc2xs 
     244ext/Encode/Encode/_T.e2x        Skeleton file for enc2xs 
    219245ext/Encode/Encode.xs            Encode extension 
    220 ext/Encode/Encode/Changes.e2x           Skeleton file for enc2xs 
    221 ext/Encode/Encode/ConfigLocal_PM.e2x    Skeleton file for enc2xs 
    222 ext/Encode/Encode/encode.h              Encode extension header file 
    223 ext/Encode/Encode/Makefile_PL.e2x       Skeleton file for enc2xs 
    224 ext/Encode/Encode/README.e2x            Skeleton file for enc2xs 
    225 ext/Encode/Encode/_PM.e2x               Skeleton file for enc2xs 
    226 ext/Encode/Encode/_T.e2x                Skeleton file for enc2xs 
    227 ext/Encode/encoding.pm  Perl Pragmactic Module 
     246ext/Encode/encoding.pm          Perl Pragmatic Module 
    228247ext/Encode/JP/JP.pm             Encode extension 
    229248ext/Encode/JP/Makefile.PL       Encode extension 
    230249ext/Encode/KR/KR.pm             Encode extension 
    231 ext/Encode/KR/Makefile.PL               Encode extension 
    232 ext/Encode/lib/Encode/Alias.pm          Encode extension 
     250ext/Encode/KR/Makefile.PL       Encode extension 
     251ext/Encode/lib/Encode/Alias.pm  Encode extension 
    233252ext/Encode/lib/Encode/CJKConstants.pm   Encode extension 
    234253ext/Encode/lib/Encode/CN/HZ.pm          Encode extension 
    235 ext/Encode/lib/Encode/Config.pm         Encode configuration module 
    236 ext/Encode/lib/Encode/Encoder.pm               OO Encoder 
     254ext/Encode/lib/Encode/Config.pm Encode configuration module 
     255ext/Encode/lib/Encode/Encoder.pm        OO Encoder 
    237256ext/Encode/lib/Encode/Encoding.pm       Encode extension 
    238257ext/Encode/lib/Encode/Guess.pm  Encode Extension 
    239 ext/Encode/lib/Encode/JP/H2Z.pm         Encode extension 
     258ext/Encode/lib/Encode/JP/H2Z.pm Encode extension 
    240259ext/Encode/lib/Encode/JP/JIS7.pm        Encode extension 
    241260ext/Encode/lib/Encode/KR/2022_KR.pm      Encode extension 
     
    243262ext/Encode/lib/Encode/PerlIO.pod        Documents for Encode & PerlIO 
    244263ext/Encode/lib/Encode/Supported.pod     Documents for supported encodings 
     264ext/Encode/lib/Encode/Unicode/UTF7.pm   Encode extension 
    245265ext/Encode/Makefile.PL          Encode extension makefile writer 
    246266ext/Encode/MANIFEST             Encode extension 
     267ext/Encode/META.yml             Module meta-data in YAML 
    247268ext/Encode/README               Encode extension 
    248 ext/Encode/Symbol/Makefile.PL     Encode extension 
    249 ext/Encode/Symbol/Symbol.pm       Encode extension 
    250 ext/Encode/t/Aliases.t  test script 
    251 ext/Encode/t/at-cn.t    test script 
    252 ext/Encode/t/at-tw.t    test script 
     269ext/Encode/Symbol/Makefile.PL   Encode extension 
     270ext/Encode/Symbol/Symbol.pm     Encode extension 
     271ext/Encode/t/Aliases.t          test script 
     272ext/Encode/t/at-cn.t            test script 
     273ext/Encode/t/at-tw.t            test script 
    253274ext/Encode/t/big5-eten.enc      test data 
    254275ext/Encode/t/big5-eten.utf      test data 
    255276ext/Encode/t/big5-hkscs.enc     test data 
    256277ext/Encode/t/big5-hkscs.utf     test data 
    257 ext/Encode/t/CJKT.t     test script 
    258 ext/Encode/t/Encode.t   test script 
    259 ext/Encode/t/Encoder.t  test script 
    260 ext/Encode/t/encoding.t test script 
    261 ext/Encode/t/fallback.t test script 
    262 ext/Encode/t/gb2312.enc test data 
    263 ext/Encode/t/gb2312.utf test data 
    264 ext/Encode/t/grow.t     test script 
    265 ext/Encode/t/guess.t    test script 
     278ext/Encode/t/CJKT.t             test script 
     279ext/Encode/t/enc_data.t         test script for utf8 DATA 
     280ext/Encode/t/enc_eucjp.t        test script 
     281ext/Encode/t/enc_module.enc     test data for t/enc_module.t 
     282ext/Encode/t/enc_module.t       test script 
     283ext/Encode/t/Encoder.t          test script 
     284ext/Encode/t/Encode.t           test script 
     285ext/Encode/t/encoding.t         test script 
     286ext/Encode/t/enc_utf8.t         test script 
     287ext/Encode/t/fallback.t         test script 
     288ext/Encode/t/gb2312.enc         test data 
     289ext/Encode/t/gb2312.utf         test data 
     290ext/Encode/t/grow.t             test script 
     291ext/Encode/t/gsm0338.t          test script 
     292ext/Encode/t/guess.t            test script 
    266293ext/Encode/t/jisx0201.enc       test data 
    267294ext/Encode/t/jisx0201.utf       test data 
     
    270297ext/Encode/t/jisx0212.enc       test data 
    271298ext/Encode/t/jisx0212.utf       test data 
    272 ext/Encode/t/jperl.t    test script 
     299ext/Encode/t/jperl.t            test script 
    273300ext/Encode/t/ksc5601.enc        test data 
    274301ext/Encode/t/ksc5601.utf        test data 
    275302ext/Encode/t/mime-header.t      test script 
    276 ext/Encode/t/perlio.t   test script 
     303ext/Encode/t/Mod_EUCJP.pm       module that t/enc_module.enc uses 
     304ext/Encode/t/perlio.t           test script 
     305ext/Encode/t/rt.pl              test script 
    277306ext/Encode/t/unibench.pl        benchmark script 
    278 ext/Encode/t/Unicode.t  test script 
     307ext/Encode/t/Unicode.t          test script 
    279308ext/Encode/TW/Makefile.PL       Encode extension 
    280309ext/Encode/TW/TW.pm             Encode extension 
    281 ext/Encode/ucm/8859-1.ucm       Unicode Character Map 
    282310ext/Encode/ucm/8859-10.ucm      Unicode Character Map 
    283311ext/Encode/ucm/8859-11.ucm      Unicode Character Map 
     
    286314ext/Encode/ucm/8859-15.ucm      Unicode Character Map 
    287315ext/Encode/ucm/8859-16.ucm      Unicode Character Map 
     316ext/Encode/ucm/8859-1.ucm       Unicode Character Map 
    288317ext/Encode/ucm/8859-2.ucm       Unicode Character Map 
    289318ext/Encode/ucm/8859-3.ucm       Unicode Character Map 
     
    385414ext/Encode/Unicode/Unicode.pm   Encode extension 
    386415ext/Encode/Unicode/Unicode.xs   Encode extension 
    387 ext/Errno/ChangeLog     See if Errno works 
    388 ext/Errno/Errno.t       See if Errno works 
     416EXTERN.h                        Included before foreign .h files 
     417ext/Errno/ChangeLog     Errno changes 
    389418ext/Errno/Errno_pm.PL   Errno perl module create script 
    390419ext/Errno/Makefile.PL   Errno extension makefile writer 
     420ext/Errno/t/Errno.t     See if Errno works 
    391421ext/Fcntl/Fcntl.pm      Fcntl extension Perl module 
    392422ext/Fcntl/Fcntl.xs      Fcntl extension external subroutines 
     
    403433ext/File/Glob/t/case.t          See if File::Glob works 
    404434ext/File/Glob/t/global.t        See if File::Glob works 
     435ext/File/Glob/TODO              File::Glob extension todo list 
    405436ext/File/Glob/t/taint.t         See if File::Glob works 
    406 ext/File/Glob/TODO              File::Glob extension todo list 
    407437ext/Filter/t/call.t             See if Filter::Util::Call works 
    408438ext/Filter/Util/Call/Call.pm    Filter::Util::Call extension module 
    409439ext/Filter/Util/Call/Call.xs    Filter::Util::Call extension external subroutines 
    410440ext/Filter/Util/Call/Makefile.PL        Filter::Util::Call extension makefile writer 
    411 ext/GDBM_File/gdbm.t            See if GDBM_File works 
    412441ext/GDBM_File/GDBM_File.pm      GDBM extension Perl module 
    413442ext/GDBM_File/GDBM_File.xs      GDBM extension external subroutines 
    414443ext/GDBM_File/hints/sco.pl      Hint for GDBM_File for named architecture 
    415444ext/GDBM_File/Makefile.PL       GDBM extension makefile writer 
     445ext/GDBM_File/t/gdbm.t          See if GDBM_File works 
    416446ext/GDBM_File/typemap           GDBM extension interface types 
    417447ext/I18N/Langinfo/fallback/const-c.inc  I18N::Langinfo 
    418 ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo 
     448ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo 
    419449ext/I18N/Langinfo/Langinfo.pm   I18N::Langinfo 
    420 ext/I18N/Langinfo/Langinfo.t    I18N::Langinfo 
    421450ext/I18N/Langinfo/Langinfo.xs   I18N::Langinfo 
    422451ext/I18N/Langinfo/Makefile.PL   I18N::Langinfo 
     452ext/I18N/Langinfo/t/Langinfo.t  See whether I18N::Langinfo works 
    423453ext/IO/ChangeLog                IO perl module change log 
    424454ext/IO/hints/sco.pl             Hint for IO for named architecture 
     
    432462ext/IO/lib/IO/Seekable.pm       IO methods for seekable handles 
    433463ext/IO/lib/IO/Select.pm         IO system select() interface 
     464ext/IO/lib/IO/Socket/INET.pm    IO INET specific socket methods 
    434465ext/IO/lib/IO/Socket.pm         IO socket handle package 
    435 ext/IO/lib/IO/Socket/INET.pm    IO INET specific socket methods 
    436466ext/IO/lib/IO/Socket/UNIX.pm    IO UNIX specific socket methods 
    437 ext/IO/lib/IO/t/io_const.t      See if constants from IO work 
    438 ext/IO/lib/IO/t/io_dir.t        See if directory-related methods from IO work 
    439 ext/IO/lib/IO/t/io_dup.t        See if dup()-related methods from IO work 
    440 ext/IO/lib/IO/t/io_linenum.t    See if I/O line numbers are tracked correctly 
    441 ext/IO/lib/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts 
    442 ext/IO/lib/IO/t/io_pipe.t       See if pipe()-related methods from IO work 
    443 ext/IO/lib/IO/t/io_poll.t       See if poll()-related methods from IO work 
    444 ext/IO/lib/IO/t/io_sel.t        See if select()-related methods from IO work 
    445 ext/IO/lib/IO/t/io_sock.t       See if INET socket-related methods from IO work 
    446 ext/IO/lib/IO/t/io_taint.t      See if the untaint method from IO works 
    447 ext/IO/lib/IO/t/io_tell.t       See if seek()/tell()-related methods from IO work 
    448 ext/IO/lib/IO/t/io_udp.t        See if UDP socket-related methods from IO work 
    449 ext/IO/lib/IO/t/io_unix.t       See if UNIX socket-related methods from IO work 
    450 ext/IO/lib/IO/t/io_xs.t         See if XSUB methods from IO work 
    451467ext/IO/Makefile.PL              IO extension makefile writer 
    452468ext/IO/poll.c                   IO poll() emulation using select() 
    453469ext/IO/poll.h                   IO poll() emulation using select() 
    454470ext/IO/README                   IO extension maintenance notice 
     471ext/IO/t/io_const.t     See if constants from IO work 
     472ext/IO/t/io_dir.t       See if directory-related methods from IO work 
     473ext/IO/t/io_dup.t       See if dup()-related methods from IO work 
     474ext/IO/t/io_linenum.t   See if I/O line numbers are tracked correctly 
     475ext/IO/t/io_multihomed.t        See if INET sockets work with multi-homed hosts 
     476ext/IO/t/io_pipe.t      See if pipe()-related methods from IO work 
     477ext/IO/t/io_poll.t      See if poll()-related methods from IO work 
     478ext/IO/t/io_sel.t       See if select()-related methods from IO work 
     479ext/IO/t/io_sock.t      See if INET socket-related methods from IO work 
     480ext/IO/t/IO.t   See if IO works 
     481ext/IO/t/io_taint.t     See if the untaint method from IO works 
     482ext/IO/t/io_tell.t      See if seek()/tell()-related methods from IO work 
     483ext/IO/t/io_udp.t       See if UDP socket-related methods from IO work 
     484ext/IO/t/io_unix.t      See if UNIX socket-related methods from IO work 
     485ext/IO/t/io_utf8.t      See if perlio opens work 
     486ext/IO/t/io_xs.t                See if XSUB methods from IO work 
    455487ext/IPC/SysV/ChangeLog          IPC::SysV extension Perl module 
    456488ext/IPC/SysV/hints/cygwin.pl    Hint for IPC::SysV for named architecture 
    457489ext/IPC/SysV/hints/next_3.pl    Hint for IPC::SysV for named architecture 
    458 ext/IPC/SysV/ipcsysv.t          See if IPC::SysV works 
    459490ext/IPC/SysV/Makefile.PL        IPC::SysV extension Perl module 
    460491ext/IPC/SysV/MANIFEST           IPC::SysV extension Perl module 
     
    464495ext/IPC/SysV/SysV.pm            IPC::SysV extension Perl module 
    465496ext/IPC/SysV/SysV.xs            IPC::SysV extension Perl module 
     497ext/IPC/SysV/t/ipcsysv.t                See if IPC::SysV works 
    466498ext/IPC/SysV/t/msg.t            IPC::SysV extension Perl module 
    467499ext/IPC/SysV/t/sem.t            IPC::SysV extension Perl module 
     
    474506ext/List/Util/t/dualvar.t       Scalar::Util 
    475507ext/List/Util/t/first.t         List::Util 
     508ext/List/Util/t/isvstring.t     Scalar::Util 
     509ext/List/Util/t/lln.t           Scalar::Util 
     510ext/List/Util/t/maxstr.t        List::Util 
    476511ext/List/Util/t/max.t           List::Util 
    477 ext/List/Util/t/maxstr.t        List::Util 
     512ext/List/Util/t/minstr.t        List::Util 
    478513ext/List/Util/t/min.t           List::Util 
    479 ext/List/Util/t/minstr.t        List::Util 
    480514ext/List/Util/t/openhan.t       Scalar::Util 
     515ext/List/Util/t/proto.t         Scalar::Util 
    481516ext/List/Util/t/readonly.t      Scalar::Util 
    482517ext/List/Util/t/reduce.t        List::Util 
     518ext/List/Util/t/refaddr.t       Scalar::Util 
    483519ext/List/Util/t/reftype.t       Scalar::Util 
    484520ext/List/Util/t/shuffle.t       List::Util 
     
    497533ext/NDBM_File/hints/cygwin.pl   Hint for NDBM_File for named architecture 
    498534ext/NDBM_File/hints/dec_osf.pl  Hint for NDBM_File for named architecture 
    499 ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture 
     535ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture 
    500536ext/NDBM_File/hints/linux.pl    Hint for NDBM_File for named architecture 
    501537ext/NDBM_File/hints/sco.pl      Hint for NDBM_File for named architecture 
     
    503539ext/NDBM_File/hints/svr4.pl     Hint for NDBM_File for named architecture 
    504540ext/NDBM_File/Makefile.PL       NDBM extension makefile writer 
    505 ext/NDBM_File/ndbm.t            See if NDBM_File works 
    506541ext/NDBM_File/NDBM_File.pm      NDBM extension Perl module 
    507542ext/NDBM_File/NDBM_File.xs      NDBM extension external subroutines 
     543ext/NDBM_File/t/ndbm.t          See if NDBM_File works 
    508544ext/NDBM_File/typemap           NDBM extension interface types 
    509545ext/ODBM_File/hints/cygwin.pl   Hint for ODBM_File for named architecture 
     
    516552ext/ODBM_File/hints/ultrix.pl   Hint for ODBM_File for named architecture 
    517553ext/ODBM_File/Makefile.PL       ODBM extension makefile writer 
    518 ext/ODBM_File/odbm.t            See if ODBM_File works 
    519554ext/ODBM_File/ODBM_File.pm      ODBM extension Perl module 
    520555ext/ODBM_File/ODBM_File.xs      ODBM extension external subroutines 
     556ext/ODBM_File/t/odbm.t          See if ODBM_File works 
    521557ext/ODBM_File/typemap           ODBM extension interface types 
    522558ext/Opcode/Makefile.PL          Opcode extension makefile writer 
    523559ext/Opcode/Opcode.pm            Opcode extension Perl module 
    524 ext/Opcode/Opcode.t             See if Opcode works 
    525560ext/Opcode/Opcode.xs            Opcode extension external subroutines 
    526561ext/Opcode/ops.pm               "Pragma" form of Opcode extension Perl module 
    527 ext/Opcode/ops.t                See if Opcode works 
    528562ext/Opcode/Safe.pm              Safe extension Perl module 
    529 ext/PerlIO/encoding/encoding.pm PerlIO::encoding 
    530 ext/PerlIO/encoding/encoding.xs PerlIO::encoding 
    531 ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer 
     563ext/Opcode/t/Opcode.t           See if Opcode works 
     564ext/Opcode/t/ops.t              See if Opcode works 
     565ext/PerlIO/encoding/encoding.pm PerlIO::encoding 
     566ext/PerlIO/encoding/encoding.xs PerlIO::encoding 
     567ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer 
    532568ext/PerlIO/encoding/MANIFEST    PerlIO::encoding list of files 
    533 ext/PerlIO/PerlIO.t             See if PerlIO works 
    534569ext/PerlIO/scalar/Makefile.PL   PerlIO layer for scalars 
    535570ext/PerlIO/scalar/scalar.pm     PerlIO layer for scalars 
     
    538573ext/PerlIO/t/fail.t             See if bad layers fail 
    539574ext/PerlIO/t/fallback.t         See if PerlIO fallbacks work 
     575ext/PerlIO/t/open.t             See if PerlIO certain special opens work 
     576ext/PerlIO/t/PerlIO.t           See if PerlIO works 
    540577ext/PerlIO/t/scalar.t           See if PerlIO::scalar works 
    541578ext/PerlIO/t/via.t              See if PerlIO::via works 
     579ext/PerlIO/via/hints/aix.pl     Hint for PerlIO::via for named architecture 
    542580ext/PerlIO/via/Makefile.PL      PerlIO layer for layers in perl 
    543581ext/PerlIO/via/via.pm           PerlIO layer for layers in perl 
     
    558596ext/POSIX/POSIX.pod             POSIX extension documentation 
    559597ext/POSIX/POSIX.xs              POSIX extension external subroutines 
     598ext/POSIX/t/is.t                See if POSIX isxxx() work 
    560599ext/POSIX/t/posix.t             See if POSIX works 
    561600ext/POSIX/t/sigaction.t         See if POSIX::sigaction works 
     
    566605ext/re/Makefile.PL              re extension makefile writer 
    567606ext/re/re.pm                    re extension Perl module 
    568 ext/re/re.t                             see if re pragma works 
    569607ext/re/re.xs                    re extension external subroutines 
    570 ext/Safe/safe1.t                See if Safe works 
    571 ext/Safe/safe2.t                See if Safe works 
     608ext/re/t/re.t                   see if re pragma works 
     609ext/Safe/t/safe1.t              See if Safe works 
     610ext/Safe/t/safe2.t              See if Safe works 
     611ext/Safe/t/safe3.t              See if Safe works 
    572612ext/SDBM_File/Makefile.PL       SDBM extension makefile writer 
    573 ext/SDBM_File/sdbm.t            See if SDBM_File works 
    574613ext/SDBM_File/sdbm/biblio       SDBM kit 
    575614ext/SDBM_File/sdbm/CHANGES      SDBM kit 
     
    580619ext/SDBM_File/sdbm/dbe.c        SDBM kit 
    581620ext/SDBM_File/sdbm/dbu.c        SDBM kit 
     621ext/SDBM_File/SDBM_File.pm      SDBM extension Perl module 
     622ext/SDBM_File/SDBM_File.xs      SDBM extension external subroutines 
    582623ext/SDBM_File/sdbm/grind        SDBM kit 
    583624ext/SDBM_File/sdbm/hash.c       SDBM kit 
     
    595636ext/SDBM_File/sdbm/tune.h       SDBM kit 
    596637ext/SDBM_File/sdbm/util.c       SDBM kit 
    597 ext/SDBM_File/SDBM_File.pm      SDBM extension Perl module 
    598 ext/SDBM_File/SDBM_File.xs      SDBM extension external subroutines 
     638ext/SDBM_File/t/sdbm.t          See if SDBM_File works 
    599639ext/SDBM_File/typemap           SDBM extension interface types 
    600640ext/Socket/Makefile.PL          Socket extension makefile writer 
    601641ext/Socket/Socket.pm            Socket extension Perl module 
    602 ext/Socket/Socket.t             See if Socket works 
    603642ext/Socket/Socket.xs            Socket extension external subroutines 
    604 ext/Socket/socketpair.t         See if socketpair works 
     643ext/Socket/t/socketpair.t       See if socketpair works 
     644ext/Socket/t/Socket.t           See if Socket works 
    605645ext/Storable/ChangeLog          Storable extension 
     646ext/Storable/hints/linux.pl     Hint for Storable for named architecture 
    606647ext/Storable/Makefile.PL        Storable extension 
    607648ext/Storable/MANIFEST           Storable extension 
     
    611652ext/Storable/t/blessed.t        See if Storable works 
    612653ext/Storable/t/canonical.t      See if Storable works 
     654ext/Storable/t/code.t           See if Storable works 
    613655ext/Storable/t/compat06.t       See if Storable works 
    614656ext/Storable/t/croak.t          See if Storable works 
     
    618660ext/Storable/t/freeze.t         See if Storable works 
    619661ext/Storable/t/integer.t        See if Storable works 
    620 ext/Storable/t/interwork56.t    Test combatibility kludge for 64bit data under 5.6.x 
     662ext/Storable/t/interwork56.t    Test compatibility kludge for 64bit data under 5.6.x 
    621663ext/Storable/t/lock.t           See if Storable works 
    622664ext/Storable/t/make_56_interwork.pl     Make test data for interwork56.t 
     
    629671ext/Storable/t/st-dump.pl       See if Storable works 
    630672ext/Storable/t/store.t          See if Storable works 
    631 ext/Storable/t/tied.t           See if Storable works 
    632673ext/Storable/t/tied_hook.t      See if Storable works 
    633674ext/Storable/t/tied_items.t     See if Storable works 
     675ext/Storable/t/tied.t           See if Storable works 
     676ext/Storable/t/utf8hash.t       See if Storable works 
    634677ext/Storable/t/utf8.t           See if Storable works 
    635 ext/Storable/t/utf8hash.t       See if Storable works 
    636678ext/Sys/Hostname/Hostname.pm    Sys::Hostname extension Perl module 
    637 ext/Sys/Hostname/Hostname.t     See if Sys::Hostname works 
    638679ext/Sys/Hostname/Hostname.xs    Sys::Hostname extension external subroutines 
    639680ext/Sys/Hostname/Makefile.PL    Sys::Hostname extension makefile writer 
     681ext/Sys/Hostname/t/Hostname.t   See if Sys::Hostname works 
    640682ext/Sys/Syslog/Makefile.PL      Sys::Syslog extension makefile writer 
    641683ext/Sys/Syslog/Syslog.pm        Sys::Syslog extension Perl module 
    642 ext/Sys/Syslog/syslog.t         See if Sys::Syslog works 
    643684ext/Sys/Syslog/Syslog.xs        Sys::Syslog extension external subroutines 
     685ext/Sys/Syslog/t/syslog.t       See if Sys::Syslog works 
    644686ext/Thread/create.tx            Test thread creation 
     687ext/Thread/die2.tx              Test thread die() differently 
    645688ext/Thread/die.tx               Test thread die() 
    646 ext/Thread/die2.tx              Test thread die() differently 
    647689ext/Thread/io.tx                Test threads doing simple I/O 
     690ext/Thread/join2.tx             Test thread joining differently 
    648691ext/Thread/join.tx              Test thread joining 
    649 ext/Thread/join2.tx             Test thread joining differently 
    650692ext/Thread/list.tx              Test getting list of all threads 
    651693ext/Thread/lock.tx              Test lock primitive 
     
    656698ext/Thread/README               Thread README 
    657699ext/Thread/README.threads               Notes about multithreading 
     700ext/threads/Changes             ithreads 
    658701ext/Thread/Semaphore.pmx        Threadsafe semaphore 
     702ext/threads/Makefile.PL         ithreads 
    659703ext/Thread/specific.tx          Test thread-specific user data 
    660 ext/Thread/sync.tx              Test thread synchronisation 
    661 ext/Thread/sync2.tx             Test thread synchronisation 
    662 ext/Thread/thr5005.t            Test 5.005-style threading (skipped if no use5005threads) 
    663 ext/Thread/Thread.xs            Thread extension external subroutines 
    664 ext/Thread/Thread/Signal.pm     Start a thread to run signal handlers 
    665 ext/Thread/Thread/Specific.pm   Thread specific data access 
    666 ext/Thread/typemap              Thread extension interface types 
    667 ext/Thread/unsync.tx            Test thread implicit synchronisation 
    668 ext/Thread/unsync2.tx           Test thread implicit synchronisation 
    669 ext/Thread/unsync3.tx           Test thread implicit synchronisation 
    670 ext/Thread/unsync4.tx           Test thread implicit synchronisation 
    671 ext/threads/Changes             ithreads 
    672 ext/threads/Makefile.PL         ithreads 
    673704ext/threads/README              ithreads 
    674705ext/threads/shared/Makefile.PL  thread shared variables 
     
    680711ext/threads/shared/t/av_simple.t        Tests for basic shared array functionality. 
    681712ext/threads/shared/t/cond.t     Test condition variables 
     713ext/threads/shared/t/disabled.t Test threads::shared when threads are disabled. 
    682714ext/threads/shared/t/hv_refs.t  Test shared hashes containing references 
    683715ext/threads/shared/t/hv_simple.t        Tests for basic shared hash functionality. 
    684 ext/threads/shared/t/no_share.t Tests for disabled share on variables. 
     716ext/threads/shared/t/no_share.t Tests for disabled share on variables. 
    685717ext/threads/shared/t/shared_attr.t      Test :shared attribute 
    686718ext/threads/shared/t/sv_refs.t  thread shared variables 
    687719ext/threads/shared/t/sv_simple.t        thread shared variables 
     720ext/threads/shared/t/wait.t     Test cond_wait and cond_timedwait 
    688721ext/threads/shared/typemap      thread::shared types 
    689722ext/threads/t/basic.t           ithreads 
    690723ext/threads/t/end.t             Test end functions 
     724ext/threads/threads.pm          ithreads 
     725ext/threads/threads.xs          ithreads 
    691726ext/threads/t/join.t            Testing the join function 
    692 ext/threads/t/libc.t            testing libc functions for threadsafetyness 
     727ext/threads/t/libc.t            testing libc functions for threadsafety 
    693728ext/threads/t/list.t            Test threads->list() 
     729ext/threads/t/problems.t        Test various memory problems 
    694730ext/threads/t/stress_cv.t       Test with multiple threads, coderef cv argument. 
    695731ext/threads/t/stress_re.t       Test with multiple threads, string cv argument and regexes. 
    696732ext/threads/t/stress_string.t   Test with multiple threads, string cv argument. 
    697733ext/threads/t/thread.t          General ithread tests from thr5005 
    698 ext/threads/threads.pm          ithreads 
    699 ext/threads/threads.xs          ithreads 
    700734ext/threads/typemap             ithreads 
     735ext/Thread/sync2.tx             Test thread synchronisation 
     736ext/Thread/sync.tx              Test thread synchronisation 
     737ext/Thread/thr5005.t            Test 5.005-style threading (skipped if no use5005threads) 
     738ext/Thread/Thread/Signal.pm     Start a thread to run signal handlers 
     739ext/Thread/Thread/Specific.pm   Thread specific data access 
     740ext/Thread/Thread.xs            Thread extension external subroutines 
     741ext/Thread/typemap              Thread extension interface types 
     742ext/Thread/unsync2.tx           Test thread implicit synchronisation 
     743ext/Thread/unsync3.tx           Test thread implicit synchronisation 
     744ext/Thread/unsync4.tx           Test thread implicit synchronisation 
     745ext/Thread/unsync.tx            Test thread implicit synchronisation 
    701746ext/Time/HiRes/Changes          Time::HiRes extension 
     747ext/Time/HiRes/fallback/const-c.inc     Time::HiRes extension 
     748ext/Time/HiRes/fallback/const-xs.inc    Time::HiRes extension 
     749ext/Time/HiRes/hints/dec_osf.pl         Hint for Time::HiRes for named architecture 
    702750ext/Time/HiRes/hints/dynixptx.pl        Hint for Time::HiRes for named architecture 
     751ext/Time/HiRes/hints/irix.pl    Hint for Time::HiRes for named architecture 
    703752ext/Time/HiRes/hints/sco.pl     Hints for Time::HiRes for named architecture 
     753ext/Time/HiRes/hints/svr4.pl    Hints for Time::HiRes for named architecture 
    704754ext/Time/HiRes/HiRes.pm         Time::HiRes extension 
    705 ext/Time/HiRes/HiRes.t          Test for Time::HiRes 
    706755ext/Time/HiRes/HiRes.xs         Time::HiRes extension 
    707756ext/Time/HiRes/Makefile.PL      Time::HiRes extension 
     757ext/Time/HiRes/t/HiRes.t        Test for Time::HiRes 
     758ext/Time/HiRes/typemap          Time::HiRes extension 
    708759ext/Unicode/Normalize/Changes   Unicode::Normalize 
    709760ext/Unicode/Normalize/Makefile.PL       Unicode::Normalize 
     
    712763ext/Unicode/Normalize/Normalize.xs      Unicode::Normalize 
    713764ext/Unicode/Normalize/README    Unicode::Normalize 
     765ext/Unicode/Normalize/t/fcdc.t  Unicode::Normalize 
     766ext/Unicode/Normalize/t/form.t  Unicode::Normalize 
    714767ext/Unicode/Normalize/t/func.t  Unicode::Normalize 
     768ext/Unicode/Normalize/t/illegal.t       Unicode::Normalize 
    715769ext/Unicode/Normalize/t/norm.t  Unicode::Normalize 
     770ext/Unicode/Normalize/t/null.t  Unicode::Normalize 
     771ext/Unicode/Normalize/t/proto.t Unicode::Normalize 
     772ext/Unicode/Normalize/t/short.t Unicode::Normalize 
     773ext/Unicode/Normalize/t/split.t Unicode::Normalize 
    716774ext/Unicode/Normalize/t/test.t  Unicode::Normalize 
    717775ext/util/make_ext               Used by Makefile to execute extension Makefiles 
     
    721779ext/XS/APItest/MANIFEST         XS::APItest extension 
    722780ext/XS/APItest/README           XS::APItest extension 
     781ext/XS/APItest/t/hash.t         XS::APItest extension 
    723782ext/XS/APItest/t/printf.t       XS::APItest extension 
    724783ext/XS/Typemap/Makefile.PL      XS::Typemap extension 
    725784ext/XS/Typemap/README           XS::Typemap extension 
    726785ext/XS/Typemap/stdio.c          XS::Typemap extension 
     786ext/XS/Typemap/t/Typemap.t      test that typemaps work 
    727787ext/XS/Typemap/typemap          XS::Typemap extension 
    728788ext/XS/Typemap/Typemap.pm       XS::Typemap extension 
    729 ext/XS/Typemap/Typemap.t        test that typemaps work 
    730789ext/XS/Typemap/Typemap.xs       XS::Typemap extension 
    731 EXTERN.h                        Included before foreign .h files 
    732790fakesdio.h                      stdio in terms of PerlIO 
    733791fakethr.h                       Fake threads header 
    734792form.h                          Public declarations for formats 
     793globals.c                       File to declare global symbols (for shared library) 
    735794global.sym                      Symbols that need hiding when embedded 
    736 globals.c                       File to declare global symbols (for shared library) 
    737795globvar.sym                     Global variables that need hiding when embedded 
    738796gv.c                            Glob value code 
    739797gv.h                            Glob value header 
     798h2pl/cbreak2.pl                 cbreak routines using .pl 
    740799h2pl/cbreak.pl                  cbreak routines using .ph 
    741 h2pl/cbreak2.pl                 cbreak routines using .pl 
    742800h2pl/eg/sizeof.ph               Sample sizeof array initialization 
    743801h2pl/eg/sys/errno.pl            Sample translated errno.pl 
     802h2pl/eg/sysexits.pl             Sample translated sysexits.pl 
    744803h2pl/eg/sys/ioctl.pl            Sample translated ioctl.pl 
    745 h2pl/eg/sysexits.pl             Sample translated sysexits.pl 
    746804h2pl/getioctlsizes              Program to extract types from ioctl.h 
    747805h2pl/mksizes                    Program to make %sizeof array 
     
    751809h2pl/tcbreak2                   cbreak test routine using .pl 
    752810handy.h                         Handy definitions 
     811hints/3b1cc                     Hints for named architecture 
    753812hints/3b1.sh                    Hints for named architecture 
    754 hints/3b1cc                     Hints for named architecture 
    755813hints/aix.sh                    Hints for named architecture 
    756814hints/altos486.sh               Hints for named architecture 
     
    770828hints/dgux.sh                   Hints for named architecture 
    771829hints/dos_djgpp.sh              Hints for named architecture 
     830hints/dynixptx.sh               Hints for named architecture 
    772831hints/dynix.sh                  Hints for named architecture 
    773 hints/dynixptx.sh               Hints for named architecture 
    774832hints/epix.sh                   Hints for named architecture 
    775833hints/esix4.sh                  Hints for named architecture 
     
    783841hints/irix_4.sh                 Hints for named architecture 
    784842hints/irix_5.sh                 Hints for named architecture 
    785 hints/irix_6.sh                 Hints for named architecture 
    786843hints/irix_6_0.sh               Hints for named architecture 
    787844hints/irix_6_1.sh               Hints for named architecture 
     845hints/irix_6.sh                 Hints for named architecture 
     846hints/isc_2.sh                  Hints for named architecture 
    788847hints/isc.sh                    Hints for named architecture 
    789 hints/isc_2.sh                  Hints for named architecture 
    790848hints/linux.sh                  Hints for named architecture 
    791849hints/lynxos.sh                 Hints for named architecture 
     850hints/machten_2.sh              Hints for named architecture 
    792851hints/machten.sh                Hints for named architecture 
    793 hints/machten_2.sh              Hints for named architecture 
    794852hints/mint.sh                   Hints for named architecture 
    795853hints/mips.sh                   Hints for named architecture 
     
    799857hints/netbsd.sh                 Hints for named architecture 
    800858hints/newsos4.sh                Hints for named architecture 
     859hints/next_3_0.sh               Hints for named architecture 
    801860hints/next_3.sh                 Hints for named architecture 
    802 hints/next_3_0.sh               Hints for named architecture 
    803861hints/next_4.sh                 Hints for named architecture 
    804862hints/nonstopux.sh              Hints for named architecture 
     
    807865hints/os2.sh                    Hints for named architecture 
    808866hints/os390.sh                  Hints for named architecture 
     867hints/os400.sh                  Hints for named architecture 
    809868hints/posix-bc.sh               Hints for named architecture 
    810869hints/powerux.sh                Hints for named architecture 
     
    812871hints/README.hints              Notes about hints 
    813872hints/rhapsody.sh               Hints for named architecture 
    814 hints/sco.sh                    Hints for named architecture 
    815873hints/sco_2_3_0.sh              Hints for named architecture 
    816874hints/sco_2_3_1.sh              Hints for named architecture 
     
    818876hints/sco_2_3_3.sh              Hints for named architecture 
    819877hints/sco_2_3_4.sh              Hints for named architecture 
     878hints/sco.sh                    Hints for named architecture 
    820879hints/solaris_2.sh              Hints for named architecture 
    821880hints/stellar.sh                Hints for named architecture 
     
    830889hints/ultrix_4.sh               Hints for named architecture 
    831890hints/umips.sh                  Hints for named architecture 
     891hints/unicosmk.sh               Hints for named architecture 
    832892hints/unicos.sh                 Hints for named architecture 
    833 hints/unicosmk.sh               Hints for named architecture 
    834893hints/unisysdynix.sh            Hints for named architecture 
    835894hints/utekv.sh                  Hints for named architecture 
     
    856915jpl/JNI/Changes                 Java Native Interface changes 
    857916jpl/JNI/Closer.java             Java Native Interface example 
    858 jpl/JNI/JNI.pm                  Java Native Interface module 
    859 jpl/JNI/JNI.xs                  Java Native Interface module 
    860917jpl/JNI/JNIConfig               Java Native Interface config 
    861918jpl/JNI/JNIConfig.kaffe         Java Native Interface config 
     
    863920jpl/JNI/JNIConfig.standard      Java Native Interface config 
    864921jpl/JNI/JNIConfig.Win32         Java Native Interface config 
     922jpl/JNI/JNI.pm                  Java Native Interface module 
     923jpl/JNI/JNI.xs                  Java Native Interface module 
    865924jpl/JNI/Makefile.PL             Java Native Interface makefile generator 
    866925jpl/JNI/test.pl                 Java Native Interface tests 
     
    876935jpl/JPL_Rolo/Makefile.PL        Makefile generator 
    877936jpl/JPL_Rolo/README             Instructions 
    878 jpl/PerlInterpreter/Makefile.PL Makefile generator 
     937jpl/PerlInterpreter/Makefile.PL Makefile generator 
    879938jpl/PerlInterpreter/PerlInterpreter.c   Perl interpreter abstraction 
    880939jpl/PerlInterpreter/PerlInterpreter.h   Perl interpreter abstraction 
     
    893952lib/AnyDBM_File.t               See if AnyDBM_File works 
    894953lib/assert.pl                   assertion and panic with stack trace 
    895 lib/Attribute/Handlers.pm               Attribute::Handlers 
    896954lib/Attribute/Handlers/Changes  Attribute::Handlers 
    897 lib/Attribute/Handlers/demo/demo.pl     Attribute::Handlers demo 
    898 lib/Attribute/Handlers/demo/Demo.pm     Attribute::Handlers demo 
    899955lib/Attribute/Handlers/demo/demo2.pl    Attribute::Handlers demo 
    900956lib/Attribute/Handlers/demo/demo3.pl    Attribute::Handlers demo 
     
    905961lib/Attribute/Handlers/demo/demo_hashdir.pl     Attribute::Handlers demo 
    906962lib/Attribute/Handlers/demo/demo_phases.pl      Attribute::Handlers demo 
     963lib/Attribute/Handlers/demo/demo.pl     Attribute::Handlers demo 
     964lib/Attribute/Handlers/demo/Demo.pm     Attribute::Handlers demo 
    907965lib/Attribute/Handlers/demo/demo_range.pl       Attribute::Handlers demo 
    908966lib/Attribute/Handlers/demo/demo_rawdata.pl     Attribute::Handlers demo 
    909967lib/Attribute/Handlers/demo/Descriptions.pm     Attribute::Handlers demo 
    910968lib/Attribute/Handlers/demo/MyClass.pm  Attribute::Handlers demo 
     969lib/Attribute/Handlers.pm               Attribute::Handlers 
    911970lib/Attribute/Handlers/README           Attribute::Handlers 
    912971lib/Attribute/Handlers/t/multi.t        See if Attribute::Handlers works 
     
    919978lib/autouse.t                   See if autouse works 
    920979lib/base.pm                     Establish IS-A relationship at compile time 
     980lib/base/t/base.t               See if base works 
     981lib/base/t/fields-base.t        See if fields work 
     982lib/base/t/fields.t             See if fields work 
    921983lib/Benchmark.pm                Measure execution time 
    922984lib/Benchmark.t                 See if Benchmark works 
     
    924986lib/bigfloatpl.t                See if bigfloat.pl works 
    925987lib/bigint.pl                   An arbitrary precision integer arithmetic package 
     988lib/bigintpl.t                  See if bigint.pl works 
    926989lib/bigint.pm                   bignum 
    927 lib/bigintpl.t                  See if bigint.pl works 
    928990lib/bignum.pm                   bignum 
    929991lib/bignum/t/bigint.t           See if bignum works 
    930992lib/bignum/t/bignum.t           See if bignum works 
    931993lib/bignum/t/bigrat.t           See if bignum works 
     994lib/bignum/t/biinfnan.t         See if bignum works 
     995lib/bignum/t/bninfnan.t         See if bignum works 
     996lib/bignum/t/bn_lite.t          See if bignum works 
     997lib/bignum/t/brinfnan.t         See if bignum works 
     998lib/bignum/t/br_lite.t          See if bignum works 
     999lib/bignum/t/infnan.inc         See if bignum works 
    9321000lib/bignum/t/option_a.t         See if bignum works 
    9331001lib/bignum/t/option_l.t         See if bignum works 
     
    9371005lib/blib.pm                     For "use blib" 
    9381006lib/blib.t                      blib.pm test 
     1007lib/bytes_heavy.pl              Support routines for byte pragma 
    9391008lib/bytes.pm                    Pragma to enable byte operations 
    9401009lib/bytes.t                     bytes.pm test 
    941 lib/bytes_heavy.pl              Support routines for byte pragma 
    9421010lib/cacheout.pl                 Manages output filehandles when you need too many 
     1011lib/Carp/Heavy.pm               Error message workhorse 
    9431012lib/Carp.pm                     Error message base class 
    9441013lib/Carp.t                      See if Carp works 
    945 lib/Carp/Heavy.pm               Error message workhorse 
    946 lib/CGI.pm                      Web server interface ("Common Gateway Interface") 
    9471014lib/CGI/Apache.pm               Support for Apache's Perl module 
    9481015lib/CGI/Carp.pm                 Log server errors with helpful context 
     
    9711038lib/CGI/eg/wilogo_gif.uu        CGI example 
    9721039lib/CGI/Fast.pm                 Support for FastCGI (persistent server process) 
     1040lib/CGI.pm                      Web server interface ("Common Gateway Interface") 
    9731041lib/CGI/Pretty.pm               Output nicely formatted HTML 
    9741042lib/CGI/Push.pm                 Support for server push 
     
    9851053lib/CGI/t/request.t             See if CGI.pm works 
    9861054lib/CGI/t/switch.t              See if CGI::Switch still loads 
     1055lib/CGI/t/util-58.t             See if 5.8-dependent features work 
    9871056lib/CGI/t/util.t                See if CGI.pm works 
    9881057lib/CGI/Util.pm                 Utility functions 
     
    9971066lib/constant.pm                 For "use constant" 
    9981067lib/constant.t                  See if compile-time constants work 
     1068lib/CPAN/bin/cpan               easily interact with CPAN from the command line 
     1069lib/CPAN/FirstTime.pm           Utility for creating CPAN config files 
     1070lib/CPAN/META.yml               CPAN metainfo 
     1071lib/CPAN/Nox.pm                 Runs CPAN while avoiding compiled extensions 
     1072lib/CPAN/PAUSE2003.pub          CPAN public key 
    9991073lib/CPAN.pm                     Interface to Comprehensive Perl Archive Network 
    1000 lib/CPAN/FirstTime.pm           Utility for creating CPAN config files 
    1001 lib/CPAN/Nox.pm                 Runs CPAN while avoiding compiled extensions 
     1074lib/CPAN/SIGNATURE              CPAN signature 
    10021075lib/CPAN/t/loadme.t             See if CPAN the module works 
    10031076lib/CPAN/t/mirroredby.t         See if CPAN::Mirrored::By works 
    10041077lib/CPAN/t/Nox.t                See if CPAN::Nox works 
     1078lib/CPAN/t/signature.t          CPAN signature test 
    10051079lib/CPAN/t/vcmp.t               See if CPAN the module works 
    10061080lib/ctime.pl                    A ctime workalike 
     
    10121086lib/diagnostics.pm              Print verbose diagnostics 
    10131087lib/diagnostics.t               See if diagnostics.pm works 
     1088lib/Digest/base.pm              Digest extensions 
    10141089lib/Digest.pm                   Digest extensions 
    1015 lib/Digest.t                    See if Digest extensions work 
     1090lib/Digest/t/base.t             See if Digest extensions work 
     1091lib/Digest/t/digest.t           See if Digest extensions work 
    10161092lib/DirHandle.pm                like FileHandle only for directories 
    10171093lib/DirHandle.t                 See if DirHandle works 
     
    10201096lib/Dumpvalue.t                 See if Dumpvalue works 
    10211097lib/dumpvar.pl                  A variable dumper 
     1098lib/dumpvar.t                   A variable dumper tester 
    10221099lib/English.pm                  Readable aliases for short variables 
    10231100lib/English.t                   See if English works 
     
    10261103lib/Env/t/env.t                 See if Env works 
    10271104lib/exceptions.pl               catch and throw routines 
     1105lib/Exporter/Heavy.pm           Complicated routines for Exporter 
    10281106lib/Exporter.pm                 Exporter base class 
    10291107lib/Exporter.t                  See if Exporter works 
    1030 lib/Exporter/Heavy.pm           Complicated routines for Exporter 
    10311108lib/ExtUtils/Changes            MakeMaker change log 
     1109lib/ExtUtils/Command/MM.pm      Calling MM functions from the cmd line 
    10321110lib/ExtUtils/Command.pm         Utilities for Make on non-UNIX platforms 
    1033 lib/ExtUtils/Command/MM.pm      Calling MM functions from the cmd line 
    10341111lib/ExtUtils/Constant.pm        generate XS code to import C header constants 
    10351112lib/ExtUtils/Embed.pm           Utilities for embedding Perl in C programs 
     1113lib/ExtUtils/Installed.pm       Information on installed extensions 
    10361114lib/ExtUtils/Install.pm         Handles 'make install' on extensions 
    1037 lib/ExtUtils/Installed.pm       Information on installed extensions 
    10381115lib/ExtUtils/instmodsh          Give information about installed extensions 
     1116lib/ExtUtils/Liblist/Kid.pm     Does the real work of the above 
    10391117lib/ExtUtils/Liblist.pm         Locates libraries 
    1040 lib/ExtUtils/Liblist/Kid.pm     Does the real work of the above 
     1118lib/ExtUtils/MakeMaker/bytes.pm Version agnostic bytes.pm 
     1119lib/ExtUtils/MakeMaker/FAQ.pod  MakeMaker FAQ 
    10411120lib/ExtUtils/MakeMaker.pm       Write Makefiles for extensions 
     1121lib/ExtUtils/MakeMaker/Tutorial.pod     Writing a module with MakeMaker 
     1122lib/ExtUtils/MakeMaker/vmsish.pm        Platform agnostic vmsish.pm 
    10421123lib/ExtUtils/Manifest.pm        Utilities to write MANIFEST files 
    10431124lib/ExtUtils/MANIFEST.SKIP      The default MANIFEST.SKIP 
     1125lib/ExtUtils/META.yml   ExtUtils::MakeMaker metadata 
    10441126lib/ExtUtils/Mkbootstrap.pm     Writes a bootstrap file (see MakeMaker) 
    10451127lib/ExtUtils/Mksymlists.pm      Writes a linker options file for extensions 
    1046 lib/ExtUtils/MM.pm              MakeMaker adaptor class 
    10471128lib/ExtUtils/MM_Any.pm          MakeMaker methods for Any OS 
    10481129lib/ExtUtils/MM_BeOS.pm         MakeMaker methods for BeOS 
    10491130lib/ExtUtils/MM_Cygwin.pm       MakeMaker methods for Cygwin 
    10501131lib/ExtUtils/MM_DOS.pm          MakeMaker methods for DOS 
    1051 lib/ExtUtils/MM_MacOS.pm        MakeMaker methods for MacOS 
     1132lib/ExtUtils/MM_MacOS.pm        MakeMaker methods for MacOS 
    10521133lib/ExtUtils/MM_NW5.pm          MakeMaker methods for NetWare 
    10531134lib/ExtUtils/MM_OS2.pm          MakeMaker methods for OS/2 
     1135lib/ExtUtils/MM.pm              MakeMaker adaptor class 
    10541136lib/ExtUtils/MM_Unix.pm         MakeMaker methods for Unix 
    10551137lib/ExtUtils/MM_UWIN.pm         MakeMaker methods for U/WIN 
     
    10581140lib/ExtUtils/MM_Win95.pm        MakeMaker methods for Win95 
    10591141lib/ExtUtils/MY.pm              MakeMaker user override class 
     1142lib/ExtUtils/NOTES              Notes about MakeMaker internals 
    10601143lib/ExtUtils/Packlist.pm        Manipulates .packlist files 
     1144lib/ExtUtils/PATCHING           Suggestions for patching MakeMaker 
     1145lib/ExtUtils/README             MakeMaker README 
     1146lib/ExtUtils/t/00compile.t      See if MakeMaker modules compile 
    10611147lib/ExtUtils/t/00setup_dummy.t  Setup MakeMaker test module 
    10621148lib/ExtUtils/t/backwards.t      Check MakeMaker's backwards compatibility 
    10631149lib/ExtUtils/t/basic.t          See if MakeMaker can build a module 
     1150lib/ExtUtils/t/bytes.t  Test ExtUtils::MakeMaker::bytes 
    10641151lib/ExtUtils/t/Command.t        See if ExtUtils::Command works (Win32 only) 
    10651152lib/ExtUtils/t/Constant.t       See if ExtUtils::Constant works 
    10661153lib/ExtUtils/t/Embed.t          See if ExtUtils::Embed and embedding works 
     1154lib/ExtUtils/testlib.pm         Fixes up @INC to use just-built extension 
    10671155lib/ExtUtils/t/hints.t          See if hint files are honored. 
     1156lib/ExtUtils/t/Installed.t      See if ExtUtils::Installed works 
     1157lib/ExtUtils/t/Install.t        See if ExtUtils::Install works 
     1158lib/ExtUtils/t/INST_PREFIX.t    See if MakeMaker can apply PREFIXs 
    10681159lib/ExtUtils/t/INST.t           Check MakeMaker INST_* macros 
    1069 lib/ExtUtils/t/Installed.t      See if ExtUtils::Installed works 
    1070 lib/ExtUtils/t/INST_PREFIX.t    See if MakeMaker can apply PREFIXs 
     1160lib/ExtUtils/t/Liblist.t        See if ExtUtils::Liblist works 
    10711161lib/ExtUtils/t/Manifest.t       See if ExtUtils::Manifest works 
    10721162lib/ExtUtils/t/Mkbootstrap.t    See if ExtUtils::Mkbootstrap works 
     1163lib/ExtUtils/t/MM_Any.t         See if ExtUtils::MM_Any works 
    10731164lib/ExtUtils/t/MM_BeOS.t        See if ExtUtils::MM_BeOS works 
    10741165lib/ExtUtils/t/MM_Cygwin.t      See if ExtUtils::MM_Cygwin works 
     
    10781169lib/ExtUtils/t/MM_VMS.t         See if ExtUtils::MM_VMS works 
    10791170lib/ExtUtils/t/MM_Win32.t       See if ExtUtils::MM_Win32 works 
     1171lib/ExtUtils/TODO               Things TODO in MakeMaker 
     1172lib/ExtUtils/t/oneliner.t       See if MM can generate perl one-liners 
    10801173lib/ExtUtils/t/Packlist.t       See if Packlist works 
     1174lib/ExtUtils/t/postamble.t      See if postamble works 
    10811175lib/ExtUtils/t/prefixify.t      See if MakeMaker can apply a PREFIX 
     1176lib/ExtUtils/t/prereq_print.t   See if PREREQ_PRINT works 
    10821177lib/ExtUtils/t/problems.t       How MakeMaker reacts to build problems 
     1178lib/ExtUtils/t/prompt.t         See if E::MM::prompt() works 
     1179lib/ExtUtils/t/recurs.t         See if recursive builds work 
     1180lib/ExtUtils/t/split_command.t  See if MM's xargs-like function works 
    10831181lib/ExtUtils/t/testlib.t        See if ExtUtils::testlib works 
    10841182lib/ExtUtils/t/VERSION_FROM.t   See if MakeMaker's VERSION_FROM works 
    1085 lib/ExtUtils/t/writemakefile_args.t   See if WriteMakefile works 
    1086 lib/ExtUtils/t/zz_cleanup_dummy.t   Cleanup MakeMaker test module 
    1087 lib/ExtUtils/testlib.pm         Fixes up @INC to use just-built extension 
     1183lib/ExtUtils/t/vmsish.t Test ExtUtils::MakeMaker::vmsish 
     1184lib/ExtUtils/t/writemakefile_args.t     See if WriteMakefile works 
    10881185lib/ExtUtils/typemap            Extension interface types 
     1186lib/ExtUtils/t/zz_cleanup_dummy.t       Cleanup MakeMaker test module 
    10891187lib/ExtUtils/xsubpp             External subroutine preprocessor 
    10901188lib/fastcwd.pl                  a faster but more dangerous getcwd 
     
    10921190lib/Fatal.t                     See if Fatal works 
    10931191lib/fields.pm                   Set up object field names for pseudo-hash-using classes 
    1094 lib/fields.t                    See if base/fields works 
    10951192lib/File/Basename.pm            Emulate the basename program 
    10961193lib/File/Basename.t             See if File::Basename works 
     1194lib/FileCache.pm                Keep more files open than the system permits 
     1195lib/FileCache/t/01open.t        See if FileCache works 
     1196lib/FileCache/t/02maxopen.t     See if FileCache works 
     1197lib/FileCache/t/03append.t      See if FileCache works 
     1198lib/FileCache/t/04twoarg.t      See if FileCache works 
     1199lib/FileCache/t/05override.t    See if FileCache works 
    10971200lib/File/CheckTree.pm           Perl module supporting wholesale file mode validation 
    10981201lib/File/CheckTree.t            See if File::CheckTree works 
     
    11061209lib/File/Find/t/find.t          See if File::Find works 
    11071210lib/File/Find/t/taint.t         See if File::Find works with taint 
     1211lib/FileHandle.pm               Backward-compatible front end to IO extension 
     1212lib/FileHandle.t                See if FileHandle works 
    11081213lib/File/Path.pm                Do things like `mkdir -p' and `rm -r' 
    11091214lib/File/Path.t                 See if File::Path works 
    1110 lib/File/Spec.pm                portable operations on file names 
    11111215lib/File/Spec/Cygwin.pm         portable operations on Cygwin file names 
    11121216lib/File/Spec/Epoc.pm           portable operations on EPOC file names 
     
    11141218lib/File/Spec/Mac.pm            portable operations on Mac file names 
    11151219lib/File/Spec/OS2.pm            portable operations on OS2 file names 
     1220lib/File/Spec.pm                portable operations on file names 
     1221lib/File/Spec/t/crossplatform.t See if File::Spec works crossplatform 
    11161222lib/File/Spec/t/Functions.t     See if File::Spec::Functions works 
    11171223lib/File/Spec/t/rel2abs2rel.t   See if File::Spec->rel2abs/abs2rel works 
     
    11241230lib/File/Temp.pm                create safe temporary files and file handles 
    11251231lib/File/Temp/t/mktemp.t        See if File::Temp works 
     1232lib/File/Temp/t/object.t        See if File::Temp works 
    11261233lib/File/Temp/t/posix.t         See if File::Temp works 
    11271234lib/File/Temp/t/security.t      See if File::Temp works 
    11281235lib/File/Temp/t/tempfile.t      See if File::Temp works 
    1129 lib/FileCache.pm                Keep more files open than the system permits 
    1130 lib/FileCache.t                 See if FileCache works 
    1131 lib/FileHandle.pm               Backward-compatible front end to IO extension 
    1132 lib/FileHandle.t                See if FileHandle works 
    11331236lib/filetest.pm                 For "use filetest" 
    11341237lib/filetest.t                  See if filetest works 
     1238lib/Filter/Simple/Changes       Filter::Simple 
    11351239lib/Filter/Simple.pm            Simple frontend to Filter::Util::Call 
    1136 lib/Filter/Simple/Changes       Filter::Simple 
    11371240lib/Filter/Simple/README        Filter::Simple 
    11381241lib/Filter/Simple/t/data.t      See if Filter::Simple works 
    11391242lib/Filter/Simple/t/export.t    See if Filter::Simple works 
     1243lib/Filter/Simple/t/filter_only.t       See if Filter::Simple works 
    11401244lib/Filter/Simple/t/filter.t    See if Filter::Simple works 
    1141 lib/Filter/Simple/t/filter_only.t       See if Filter::Simple works 
    11421245lib/Filter/Simple/t/import.t    See if Filter::Simple works 
    1143 lib/find.pl                     A find emulator--used by find2perl 
    11441246lib/FindBin.pm                  Find name of currently executing program 
    11451247lib/FindBin.t                   See if FindBin works 
    11461248lib/finddepth.pl                A depth-first find emulator--used by find2perl 
     1249lib/find.pl                     A find emulator--used by find2perl 
    11471250lib/flush.pl                    Routines to do single flush 
    1148 lib/ftp.pl                      FTP code (obsolete, use Net::FTP instead) 
    11491251lib/getcwd.pl                   A getcwd() emulator 
    1150 lib/getopt.pl                   Perl library supporting option parsing 
     1252lib/Getopt/Long/CHANGES         Getopt::Long changes 
    11511253lib/Getopt/Long.pm              Fetch command options (GetOptions) 
    1152 lib/Getopt/Long/CHANGES         Getopt::Long changes 
    11531254lib/Getopt/Long/README          Getopt::Long README 
    11541255lib/Getopt/Long/t/gol-basic.t   See if Getopt::Long works 
    11551256lib/Getopt/Long/t/gol-compat.t  See if Getopt::Long works 
    1156 lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works 
     1257lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works 
    11571258lib/Getopt/Long/t/gol-oo.t      See if Getopt::Long works 
     1259lib/getopt.pl                   Perl library supporting option parsing 
     1260lib/getopts.pl                  Perl library supporting option parsing 
    11581261lib/Getopt/Std.pm               Fetch command options (getopt, getopts) 
    11591262lib/Getopt/Std.t                See if Getopt::Std and Getopt::Long work 
    1160 lib/getopts.pl                  Perl library supporting option parsing 
    11611263lib/h2ph.t                      See if h2ph works like it should 
    11621264lib/h2xs.t                      See if h2xs produces expected lists of files 
     
    11661268lib/I18N/Collate.pm             Routines to do strxfrm-based collation 
    11671269lib/I18N/Collate.t              See if I18N::Collate works 
    1168 lib/I18N/LangTags.pm            I18N::LangTags 
    11691270lib/I18N/LangTags/ChangeLog     I18N::LangTags 
    11701271lib/I18N/LangTags/List.pm       List of tags for human languages 
     1272lib/I18N/LangTags.pm            I18N::LangTags 
    11711273lib/I18N/LangTags/README        I18N::LangTags 
    1172 lib/I18N/LangTags/test.pl       See if I18N::LangTags works 
     1274lib/I18N/LangTags/t/01test.t    See whether I18N::LangTags works 
     1275lib/I18N/LangTags/t/02decency.t See if I18N::LangTags::List::is_decent works 
    11731276lib/if.pm                       For "use if" 
    11741277lib/if.t                        Tests for "use if" 
     
    11841287lib/less.pm                     For "use less" 
    11851288lib/less.t                      See if less support works 
     1289lib/lib_pm.PL                   For "use lib", produces lib/lib.pm 
    11861290lib/lib.t                       For "use lib" testing 
    1187 lib/lib_pm.PL                   For "use lib", produces lib/lib.pm 
    1188 lib/locale.pm                   For "use locale" 
    1189 lib/locale.t                    See if locale support works 
    11901291lib/Locale/Codes/ChangeLog      Locale::Codes 
    11911292lib/Locale/Codes/README         Locale::Codes 
     
    12061307lib/Locale/Language.pm          Locale::Codes 
    12071308lib/Locale/Language.pod         Locale::Codes documentation 
     1309lib/Locale/Maketext/ChangeLog   Locale::Maketext 
     1310lib/Locale/Maketext/GutsLoader.pm       Locale::Maketext 
     1311lib/Locale/Maketext/Guts.pm     Locale::Maketext 
    12081312lib/Locale/Maketext.pm          Locale::Maketext 
    12091313lib/Locale/Maketext.pod         Locale::Maketext documentation 
    1210 lib/Locale/Maketext/ChangeLog   Locale::Maketext 
    12111314lib/Locale/Maketext/README      Locale::Maketext 
    1212 lib/Locale/Maketext/test.pl     See if Locale::Maketext works 
     1315lib/Locale/Maketext/t/00about.t See if Locale::Maketext works 
     1316lib/Locale/Maketext/t/01make.t  See if Locale::Maketext works 
     1317lib/Locale/Maketext/t/02get.t   See if Locale::Maketext works 
     1318lib/Locale/Maketext/t/03http.t  See if Locale::Maketext works 
     1319lib/Locale/Maketext/t/90utf8.t  Locale::Maketext 
    12131320lib/Locale/Maketext/TPJ13.pod   Locale::Maketext documentation article 
     1321lib/locale.pm                   For "use locale" 
    12141322lib/Locale/Script.pm            Locale::Codes 
    12151323lib/Locale/Script.pod           Locale::Codes documentation 
     1324lib/locale.t                    See if locale support works 
    12161325lib/look.pl                     A "look" equivalent 
    12171326lib/Math/BigFloat.pm            An arbitrary precision floating-point arithmetic package 
    12181327lib/Math/BigFloat/Trace.pm      bignum tracing 
     1328lib/Math/BigInt/CalcEmu.pm      Pure Perl module to support Math::BigInt 
     1329lib/Math/BigInt/Calc.pm         Pure Perl module to support Math::BigInt 
    12191330lib/Math/BigInt.pm              An arbitrary precision integer arithmetic package 
    1220 lib/Math/BigInt/Calc.pm         Pure Perl module to support Math::BigInt 
     1331lib/Math/BigInt/t/alias.inc     Support for BigInt tests 
    12211332lib/Math/BigInt/t/bare_mbf.t    Test MBF under Math::BigInt::BareCalc 
    12221333lib/Math/BigInt/t/bare_mbi.t    Test MBI under Math::BigInt::BareCalc 
     
    12271338lib/Math/BigInt/t/bigintpm.inc  Shared tests for bigintpm.t and sub_mbi.t 
    12281339lib/Math/BigInt/t/bigintpm.t    See if BigInt.pm works 
     1340lib/Math/BigInt/t/bigints.t     See if BigInt.pm works 
     1341lib/Math/BigInt/t/biglog.t      Test the log function 
     1342lib/Math/BigInt/t/bigroot.t     Test the broot function 
    12291343lib/Math/BigInt/t/calling.t     Test calling conventions 
    12301344lib/Math/BigInt/t/config.t      Test Math::BigInt->config() 
    12311345lib/Math/BigInt/t/constant.t    Test Math::BigInt/BigFloat under :constant 
     1346lib/Math/BigInt/t/const_mbf.t   Test Math::BigInt 
    12321347lib/Math/BigInt/t/downgrade.t   Test if use Math::BigInt(); under downgrade works 
     1348lib/Math/BigInt/t/fallback.t    Test Math::BigInt 
    12331349lib/Math/BigInt/t/inf_nan.t     Special tests for inf and NaN handling 
    12341350lib/Math/BigInt/t/isa.t         Test for Math::BigInt inheritance 
    1235 lib/Math/BigInt/t/mbimbf.inc    Actual BigInt/BigFloat accuracy, precicion and fallback, round_mode tests 
    1236 lib/Math/BigInt/t/mbimbf.t      BigInt/BigFloat accuracy, precicion and fallback, round_mode 
     1351lib/Math/BigInt/t/mbf_ali.t     Tests for BigFloat 
     1352lib/Math/BigInt/t/mbi_ali.t     Tests for BigInt 
     1353lib/Math/BigInt/t/mbimbf.inc    Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests 
     1354lib/Math/BigInt/t/mbimbf.t      BigInt/BigFloat accuracy, precision and fallback, round_mode 
    12371355lib/Math/BigInt/t/mbi_rand.t    Test Math::BigInt randomly 
     1356lib/Math/BigInt/Trace.pm        bignum tracing 
     1357lib/Math/BigInt/t/req_mbf0.t    test: require Math::BigFloat; ->bzero(); 
     1358lib/Math/BigInt/t/req_mbf1.t    test: require Math::BigFloat; ->bone(); 
     1359lib/Math/BigInt/t/req_mbfa.t    test: require Math::BigFloat; ->bnan(); 
     1360lib/Math/BigInt/t/req_mbfi.t    test: require Math::BigFloat; ->binf(); 
     1361lib/Math/BigInt/t/req_mbfn.t    test: require Math::BigFloat; ->new(); 
     1362lib/Math/BigInt/t/req_mbfw.t    require Math::BigFloat; import ( with => ); 
    12381363lib/Math/BigInt/t/require.t     Test if require Math::BigInt works 
     1364lib/Math/BigInt/t/sub_ali.t     Tests for aliases in BigInt subclasses 
    12391365lib/Math/BigInt/t/sub_mbf.t     Empty subclass test of BigFloat 
    12401366lib/Math/BigInt/t/sub_mbi.t     Empty subclass test of BigInt 
    12411367lib/Math/BigInt/t/sub_mif.t     Test A & P with subclasses using mbimbf.inc 
     1368lib/Math/BigInt/t/trap.t        Test whether trap_nan and trap_inf work 
     1369lib/Math/BigInt/t/upgradef.t    Test if use Math::BigFloat(); under upgrade works 
    12421370lib/Math/BigInt/t/upgrade.inc   Actual tests for upgrade.t 
    12431371lib/Math/BigInt/t/upgrade.t     Test if use Math::BigInt(); under upgrade works 
    1244 lib/Math/BigInt/t/upgradef.t    Test if use Math::BigFloat(); under upgrade works 
    1245 lib/Math/BigInt/t/use.t         Test if use Math::BigInt(); works 
    12461372lib/Math/BigInt/t/use_lib1.t    Test combinations of Math::BigInt and BigFloat 
    12471373lib/Math/BigInt/t/use_lib2.t    Test combinations of Math::BigInt and BigFloat 
    12481374lib/Math/BigInt/t/use_lib3.t    Test combinations of Math::BigInt and BigFloat 
    12491375lib/Math/BigInt/t/use_lib4.t    Test combinations of Math::BigInt and BigFloat 
     1376lib/Math/BigInt/t/use_mbfw.t    use BigFloat w/ with and lib at the same time 
     1377lib/Math/BigInt/t/use.t         Test if use Math::BigInt(); works 
    12501378lib/Math/BigInt/t/with_sub.t    Test use Math::BigFloat with => package 
    1251 lib/Math/BigInt/Trace.pm        bignum tracing 
    12521379lib/Math/BigRat.pm              Math::BigRat 
     1380lib/Math/BigRat/t/big_ap.t              Math::BigRat test 
    12531381lib/Math/BigRat/t/bigfltpm.inc          Math::BigRat test 
    12541382lib/Math/BigRat/t/bigfltrt.t            Math::BigRat test 
    1255 lib/Math/BigRat/t/bigrat.t              Math::BigRat test 
    12561383lib/Math/BigRat/t/bigratpm.inc          Math::BigRat test 
    12571384lib/Math/BigRat/t/bigratpm.t            Math::BigRat test 
     1385lib/Math/BigRat/t/bigrat.t              Math::BigRat test 
     1386lib/Math/BigRat/t/bigratup.t    test under $Math::BigInt::upgrade 
     1387lib/Math/BigRat/t/requirer.t    see if require works properly 
     1388lib/Math/BigRat/t/trap.t        see if trap_nan and trap_inf work 
    12581389lib/Math/Complex.pm             A Complex package 
    12591390lib/Math/Complex.t              See if Math::Complex works 
    12601391lib/Math/Trig.pm                A simple interface to complex trigonometry 
    12611392lib/Math/Trig.t                 See if Math::Trig works 
    1262 lib/Memoize.pm                  Memoize 
    12631393lib/Memoize/AnyDBM_File.pm      Memoize glue layer for AnyDBM_File 
     1394lib/Memoize/ExpireFile.pm       Memoize expiry manager test scaffold 
    12641395lib/Memoize/Expire.pm           Memoize expiry manager example 
    1265 lib/Memoize/ExpireFile.pm       Memoize expiry manager test scaffold 
    12661396lib/Memoize/ExpireTest.pm       Memoize expiry manager test scaffold 
    12671397lib/Memoize/NDBM_File.pm        Memoize glue layer for NDBM_File 
     1398lib/Memoize.pm                  Memoize 
    12681399lib/Memoize/README              Memoize release notes 
    12691400lib/Memoize/SDBM_File.pm        Memoize glue layer for SDBM_File 
    12701401lib/Memoize/Storable.pm         Memoize glue layer for Storable 
     1402lib/Memoize/t/array_confusion.t         Memoize ambiguous array return tests 
    12711403lib/Memoize/t/array.t           Memoize array context return tests 
    1272 lib/Memoize/t/array_confusion.t         Memoize ambiguous array return tests 
    12731404lib/Memoize/t/correctness.t     Memoize basic correctness tests 
    12741405lib/Memoize/t/errors.t          Memoize PEBKAC detection tests 
     
    12791410lib/Memoize/t/flush.t           Memoize 'flush_cache' function tests 
    12801411lib/Memoize/t/normalize.t       Memoize 'normalizer' feature tests 
     1412lib/Memoize/TODO                Memoize to-do list 
    12811413lib/Memoize/t/prototype.t       Memoize prototyped function handling tests 
    12821414lib/Memoize/t/speed.t           "Makes functions faster" advertisement test 
    1283 lib/Memoize/t/tie.t             Memoize tied file test 
    12841415lib/Memoize/t/tiefeatures.t     Memoize FAULT / MERGE / HASH options test 
    12851416lib/Memoize/t/tie_gdbm.t        Memoize GDBM interface test 
     
    12871418lib/Memoize/t/tie_sdbm.t        Memoize SDBM interface test 
    12881419lib/Memoize/t/tie_storable.t    Memoize Storable interface test 
     1420lib/Memoize/t/tie.t             Memoize tied file test 
    12891421lib/Memoize/t/unmemoize.t       Memoize 'unmemoize' function test 
    1290 lib/Memoize/TODO                Memoize to-do list 
    12911422lib/Net/ChangeLog.libnet        libnet 
    12921423lib/Net/Cmd.pm                  libnet 
     
    13011432lib/Net/demos/time              libnet 
    13021433lib/Net/Domain.pm               libnet 
    1303 lib/Net/FTP.pm                  libnet 
    13041434lib/Net/FTP/A.pm                libnet 
    13051435lib/Net/FTP/dataconn.pm         libnet 
     
    13071437lib/Net/FTP/I.pm                libnet 
    13081438lib/Net/FTP/L.pm                libnet 
     1439lib/Net/FTP.pm                  libnet 
    13091440lib/Net/hostent.pm              By-name interface to Perl's builtin gethost* 
    13101441lib/Net/hostent.t               See if Net::hostent works 
     
    13151446lib/Net/Netrc.pm                libnet 
    13161447lib/Net/NNTP.pm                 libnet 
     1448lib/Net/Ping/Changes            Net::Ping 
    13171449lib/Net/Ping.pm                 Hello, anybody home? 
    1318 lib/Net/Ping/Changes            Net::Ping 
    1319 lib/Net/Ping/README             Net::Ping 
    1320 lib/Net/Ping/t/100_load.t               Ping Net::Ping 
    1321 lib/Net/Ping/t/110_icmp_inst.t          Ping Net::Ping 
    1322 lib/Net/Ping/t/120_udp_inst.t           Ping Net::Ping 
    1323 lib/Net/Ping/t/130_tcp_inst.t           Ping Net::Ping 
     1450lib/Net/Ping/t/100_load.t       Ping Net::Ping 
     1451lib/Net/Ping/t/110_icmp_inst.t  Ping Net::Ping 
     1452lib/Net/Ping/t/120_udp_inst.t   Ping Net::Ping 
     1453lib/Net/Ping/t/130_tcp_inst.t   Ping Net::Ping 
    13241454lib/Net/Ping/t/140_stream_inst.t        Ping Net::Ping 
    1325 lib/Net/Ping/t/200_ping_tcp.t           Ping Net::Ping 
    1326 lib/Net/Ping/t/250_ping_hires.t         Ping Net::Ping 
     1455lib/Net/Ping/t/150_syn_inst.t   Ping Net::Ping 
     1456lib/Net/Ping/t/190_alarm.t      Ping Net::Ping 
     1457lib/Net/Ping/t/200_ping_tcp.t   Ping Net::Ping 
     1458lib/Net/Ping/t/250_ping_hires.t Ping Net::Ping 
    13271459lib/Net/Ping/t/300_ping_stream.t        Ping Net::Ping 
     1460lib/Net/Ping/t/400_ping_syn.t   Ping Net::Ping 
     1461lib/Net/Ping/t/410_syn_host.t   Ping Net::Ping 
     1462lib/Net/Ping/t/450_service.t    Ping Net::Ping 
     1463lib/Net/Ping/t/500_ping_icmp.t  Ping Net::Ping 
     1464lib/Net/Ping/t/510_ping_udp.t   Ping Net::Ping 
    13281465lib/Net/POP3.pm                 libnet 
    13291466lib/Net/protoent.pm             By-name interface to Perl's builtin getproto* 
     
    13361473lib/Net/t/ftp.t                 libnet 
    13371474lib/Net/t/hostname.t            libnet 
     1475lib/Net/Time.pm                 libnet 
    13381476lib/Net/t/libnet_t.pl           libnet 
    13391477lib/Net/t/netrc.t               libnet 
     
    13421480lib/Net/t/smtp.t                libnet 
    13431481lib/Net/t/time.t                libnet 
    1344 lib/Net/Time.pm                 libnet 
    13451482lib/newgetopt.pl                A perl library supporting long option parsing 
     1483lib/NEXT/Changes                NEXT 
    13461484lib/NEXT.pm                     Pseudo-class NEXT for method redispatch 
    1347 lib/NEXT/Changes                NEXT 
    13481485lib/NEXT/README                 NEXT 
    13491486lib/NEXT/t/actual.t             NEXT 
     
    13511488lib/NEXT/t/next.t               NEXT 
    13521489lib/NEXT/t/unseen.t             NEXT 
     1490lib/open2.pl                    Open a two-ended pipe (uses IPC::Open2) 
     1491lib/open3.pl                    Open a three-ended pipe (uses IPC::Open3) 
    13531492lib/open.pm                     Pragma to specify default I/O layers 
    13541493lib/open.t                      See if the open pragma works 
    1355 lib/open2.pl                    Open a two-ended pipe (uses IPC::Open2) 
    1356 lib/open3.pl                    Open a three-ended pipe (uses IPC::Open3) 
    13571494lib/overload.pm                 Module for overloading perl operators 
    13581495lib/overload.t                  See if operator overloading works 
     
    13721509lib/Pod/Parser.pm               Pod-Parser - define base class for parsing POD 
    13731510lib/Pod/ParseUtils.pm           Pod-Parser - pod utility functions 
     1511lib/Pod/Perldoc/BaseTo.pm       utility module for perldoc 
     1512lib/Pod/Perldoc/GetOptsOO.pm    options parsing for perldoc 
     1513lib/Pod/Perldoc.pm              guts of the 'perldoc' utility 
     1514lib/Pod/Perldoc/t/checkerbasic.t        test Pod::Perldoc::ToChecker 
     1515lib/Pod/Perldoc/ToChecker.pm    let perldoc check POD for errors 
     1516lib/Pod/Perldoc/ToMan.pm        render POD as man pages 
     1517lib/Pod/Perldoc/ToNroff.pm      convert POD to nroff 
     1518lib/Pod/Perldoc/ToPod.pm        convert POD to POD 
     1519lib/Pod/Perldoc/ToRtf.pm        convert POD to RTF 
     1520lib/Pod/Perldoc/ToText.pm       convert POD to plain text 
     1521lib/Pod/Perldoc/ToTk.pm         convert POD via Tk::Pod 
     1522lib/Pod/Perldoc/ToXml.pm        convert POD to XML 
     1523lib/Pod/Perldoc/t/perldocbasic.t        test Pod::Perldoc basic operation 
     1524lib/Pod/Perldoc/t/textbasic.t   test Pod::Perldoc::ToText 
    13741525lib/Pod/Plainer.pm              Pod migration utility module 
     1526lib/Pod/PlainText.pm            Convert POD data to formatted ASCII text 
    13751527lib/Pod/Select.pm               Pod-Parser - select portions of POD docs 
    13761528lib/Pod/t/basic.cap             podlators test 
     
    13821534lib/Pod/t/basic.txt             podlators test 
    13831535lib/Pod/t/eol.t                 end of line agnosticism 
     1536lib/Pod/Text/Color.pm           Convert POD data to color ASCII text 
     1537lib/Pod/Text/Overstrike.pm      Convert POD data to formatted overstrike text 
     1538lib/Pod/Text.pm                 Pod-Parser - convert POD data to formatted ASCII text 
     1539lib/Pod/Text/Termcap.pm         Convert POD data to ASCII text with format escapes 
    13841540lib/Pod/t/Functions.t           See if Pod::Functions works 
    13851541lib/Pod/t/htmlescp.pod          pod2html escape test input data 
     
    13881544lib/Pod/t/htmlview.t            pod2html render test 
    13891545lib/Pod/t/InputObjects.t        See if Pod::InputObjects works 
    1390 lib/Pod/t/latex.t               See if Pod::LaTeX works 
    13911546lib/Pod/t/man.t                 podlators test 
    13921547lib/Pod/t/parselink.t           podlators test 
    13931548lib/Pod/t/pod2html-lib.pl       pod2html testing library 
     1549lib/Pod/t/pod2latex.t           See if Pod::LaTeX works 
    13941550lib/Pod/t/Select.t              See if Pod::Select works 
    13951551lib/Pod/t/text-errors.t         podlators test 
     1552lib/Pod/t/text-options.t                podlators test 
    13961553lib/Pod/t/text.t                podlators test 
    13971554lib/Pod/t/Usage.t               See if Pod::Usage works 
    13981555lib/Pod/t/utils.t               Test for Pod::ParseUtils 
    1399 lib/Pod/Text.pm                 Pod-Parser - convert POD data to formatted ASCII text 
    1400 lib/Pod/Text/Color.pm           Convert POD data to color ASCII text 
    1401 lib/Pod/Text/Overstrike.pm      Convert POD data to formatted overstrike text 
    1402 lib/Pod/Text/Termcap.pm         Convert POD data to ASCII text with format escapes 
    14031556lib/Pod/Usage.pm                Pod-Parser - print usage messages 
    14041557lib/pwd.pl                      Routines to keep track of PWD environment variable 
     
    14211574lib/subs.pm                     Declare overriding subs 
    14221575lib/subs.t                      See if subroutine pseudo-importation works 
     1576lib/Switch/Changes              Switch 
    14231577lib/Switch.pm                   Switch for Perl 
    1424 lib/Switch/Changes              Switch 
    14251578lib/Switch/README               Switch 
    14261579lib/Switch/t/given.t            See if Perl 6 given (switch) works 
     
    14311584lib/syslog.pl                   Perl library supporting syslogging 
    14321585lib/tainted.pl                  Old code for tainting 
     1586lib/Term/ANSIColor/ChangeLog    Term::ANSIColor 
    14331587lib/Term/ANSIColor.pm           Perl module supporting termcap usage 
    1434 lib/Term/ANSIColor/ChangeLog    Term::ANSIColor 
    14351588lib/Term/ANSIColor/README       Term::ANSIColor 
    14361589lib/Term/ANSIColor/test.pl      See if Term::ANSIColor works 
     1590lib/termcap.pl                  Perl library supporting termcap usage 
    14371591lib/Term/Cap.pm                 Perl module supporting termcap usage 
    14381592lib/Term/Cap.t                  See if Term::Cap works 
     
    14411595lib/Term/ReadLine.pm            Stub readline library 
    14421596lib/Term/ReadLine.t             See if Term::ReadLine works 
    1443 lib/termcap.pl                  Perl library supporting termcap usage 
    1444 lib/Test.pm                     A simple framework for writing test scripts 
    14451597lib/Test/Builder.pm             For writing new test libraries 
    1446 lib/Test/Harness.pm             A test harness 
    1447 lib/Test/Harness/Assert.pm  Test::Harness::Assert (internal use only) 
     1598lib/Test/Harness/Assert.pm      Test::Harness::Assert (internal use only) 
     1599lib/Test/Harness/bin/prove      The prove harness utility 
    14481600lib/Test/Harness/Changes        Test::Harness 
    14491601lib/Test/Harness/Iterator.pm    Test::Harness::Iterator (internal use only) 
     1602lib/Test/Harness.pm             A test harness 
    14501603lib/Test/Harness/Straps.pm      Test::Harness::Straps 
    14511604lib/Test/Harness/t/00compile.t  Test::Harness test 
     
    14531606lib/Test/Harness/t/base.t       Test::Harness test 
    14541607lib/Test/Harness/t/callback.t   Test::Harness test 
     1608lib/Test/Harness/t/inc_taint.t  Test::Harness test 
    14551609lib/Test/Harness/t/nonumbers.t  Test::Harness test 
    14561610lib/Test/Harness/t/ok.t         Test::Harness test 
     1611lib/Test/Harness/t/pod.t        Test::Harness test 
     1612lib/Test/Harness/t/prove-switches.t     Test::Harness::Straps test 
    14571613lib/Test/Harness/t/strap-analyze.t      Test::Harness::Straps test 
    14581614lib/Test/Harness/t/strap.t              Test::Harness::Straps test 
    14591615lib/Test/Harness/t/test-harness.t       Test::Harness test 
    14601616lib/Test/More.pm                More utilities for writing tests 
     1617lib/Test.pm                     A simple framework for writing test scripts 
     1618lib/Test/Simple/Changes         Test::Simple changes 
    14611619lib/Test/Simple.pm              Basic utility for writing tests 
    1462 lib/Test/Simple/Changes         Test::Simple changes 
    14631620lib/Test/Simple/README          Test::Simple README 
    1464 lib/Test/Simple/t/bad_plan.t    Test::Builder plan() test 
     1621lib/Test/Simple/t/bad_plan.t    Test::Builder plan() test 
    14651622lib/Test/Simple/t/buffer.t      Test::Builder buffering test 
    14661623lib/Test/Simple/t/Builder.t     Test::Builder tests 
    14671624lib/Test/Simple/t/curr_test.t   Test::Builder->curr_test tests 
     1625lib/Test/Simple/t/details.t     Test::Builder tests 
    14681626lib/Test/Simple/t/diag.t        Test::More diag() test 
    14691627lib/Test/Simple/t/exit.t        Test::Simple test, exit codes 
     
    14721630lib/Test/Simple/t/fail-more.t   Test::More test, tests failing 
    14731631lib/Test/Simple/t/fail.t        Test::Simple test, test failures 
    1474 lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with 
     1632lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with 
     1633lib/Test/Simple/t/fork.t        Test::More fork tests 
     1634lib/Test/Simple/t/has_plan2.t   Test::More->plan tests 
     1635lib/Test/Simple/t/has_plan.t    Test::Builder->plan tests 
    14751636lib/Test/Simple/t/import.t      Test::More test, importing functions 
    14761637lib/Test/Simple/t/is_deeply.t   Test::More test, is_deeply() 
    1477 lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests 
     1638lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests 
    14781639lib/Test/Simple/t/missing.t     Test::Simple test, missing tests 
    14791640lib/Test/Simple/t/More.t        Test::More test, basic stuff 
     
    14811642lib/Test/Simple/t/no_header.t   Test::Builder test, no_header() 
    14821643lib/Test/Simple/t/no_plan.t     Test::Simple test, forgot the plan 
     1644lib/Test/Simple/t/ok_obj.t      Test::Builder object tests 
    14831645lib/Test/Simple/t/output.t      Test::Builder test, output methods 
    1484 lib/Test/Simple/t/plan.t        Test::More test, plan() 
    14851646lib/Test/Simple/t/plan_is_noplan.t      Test::Simple test, no_plan 
    14861647lib/Test/Simple/t/plan_no_plan.t        Test::More test, plan() w/no_plan 
    14871648lib/Test/Simple/t/plan_skip_all.t       Test::More test, plan() w/skip_all 
     1649lib/Test/Simple/t/plan.t        Test::More test, plan() 
    14881650lib/Test/Simple/t/simple.t      Test::Simple test, basic stuff 
     1651lib/Test/Simple/t/skipall.t     Test::More test, skip all tests 
    14891652lib/Test/Simple/t/skip.t        Test::More test, SKIP tests 
    1490 lib/Test/Simple/t/skipall.t     Test::More test, skip all tests 
    14911653lib/Test/Simple/t/strays.t      Test::Builder stray newline checks 
    1492 lib/Test/Simple/t/threads.t     Test::Builder thread-safe checks 
     1654lib/Test/Simple/t/threads.t     Test::Builder thread-safe checks 
    14931655lib/Test/Simple/t/todo.t        Test::More test, TODO tests 
    14941656lib/Test/Simple/t/undef.t       Test::More test, undefs don't cause warnings 
     
    15051667lib/Text/Abbrev.pm              An abbreviation table builder 
    15061668lib/Text/Abbrev.t               Test Text::Abbrev 
     1669lib/Text/Balanced/Changes       Text::Balanced 
    15071670lib/Text/Balanced.pm            Text::Balanced 
    1508 lib/Text/Balanced/Changes       Text::Balanced 
    15091671lib/Text/Balanced/README        Text::Balanced 
    15101672lib/Text/Balanced/t/extbrk.t    See if Text::Balanced works 
     
    15291691lib/Thread/Queue.pm             Threadsafe queue 
    15301692lib/Thread/Queue.t              See if threadsafe queue works 
    1531 lib/Thread/Semaphore.pm         Threadsafe semaphore 
    1532 lib/Thread/Semaphore.t          See if threadsafe semaphore works 
     1693lib/Thread/Semaphore.pm         Threadsafe semaphore 
     1694lib/Thread/Semaphore.t          See if threadsafe semaphore works 
    15331695lib/Tie/Array.pm                Base class for tied arrays 
    15341696lib/Tie/Array/push.t            Test for Tie::Array 
    15351697lib/Tie/Array/splice.t          Test for Tie::Array::SPLICE 
     1698lib/Tie/Array/stdpush.t         Test for Tie::StdArray 
    15361699lib/Tie/Array/std.t             Test for Tie::StdArray 
    1537 lib/Tie/Array/stdpush.t         Test for Tie::StdArray 
    15381700lib/Tie/File.pm                 Files as tied arrays 
    15391701lib/Tie/File/t/00_version.t     Trivial test for Tie::File 
     
    15481710lib/Tie/File/t/09_gen_rs.t      Like 01_gen.t, with unusual record separator 
    15491711lib/Tie/File/t/10_splice_rs.t   Like 04_splice.t, with unusual record separator 
    1550 lib/Tie/File/t/11_rv_splice_rs.t  Like 07_rv_splice.t, with unusual record separator 
    1551 lib/Tie/File/t/12_longfetch_rs.t  Like 03_longfetch.t, with unusual record separator 
     1712lib/Tie/File/t/11_rv_splice_rs.t        Like 07_rv_splice.t, with unusual record separator 
     1713lib/Tie/File/t/12_longfetch_rs.t        Like 03_longfetch.t, with unusual record separator 
    15521714lib/Tie/File/t/13_size_rs.t     Like 05_size.t, with unusual record separator 
    15531715lib/Tie/File/t/14_lock.t        File locking method tests for Tie::File 
     
    15601722lib/Tie/File/t/21_win32.t       Win32 special behavior of Tie::File 
    15611723lib/Tie/File/t/22_autochomp.t   'autochomp' option of Tie::File 
    1562 lib/Tie/File/t/23_rv_ac_splice.t  Like 07_rv_splice.t, but with autochomp 
     1724lib/Tie/File/t/23_rv_ac_splice.t        Like 07_rv_splice.t, but with autochomp 
    15631725lib/Tie/File/t/24_cache_loop.t  Regression for old Tie::File cache bug 
    1564 lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled 
     1726lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled 
    15651727lib/Tie/File/t/26_twrite.t      Unit tests for Tie::File::_twrite 
     1728lib/Tie/File/t/27_iwrite.t      Unit tests for Tie::File::_iwrite 
     1729lib/Tie/File/t/28_mtwrite.t     Unit tests for Tie::File::_mtwrite 
     1730lib/Tie/File/t/29a_upcopy.t     Unit tests for Tie::File::_upcopy 
     1731lib/Tie/File/t/29_downcopy.t    Unit tests for Tie::File::_downcopy 
    15661732lib/Tie/File/t/30_defer.t       deferred writing feature tests for Tie::File 
    15671733lib/Tie/File/t/31_autodefer.t   'autodefer' feature tests for Tie::File 
     
    15701736lib/Tie/File/t/40_abs_cache.t   Unit tests for Tie::File::Cache 
    15711737lib/Tie/File/t/41_heap.t        Unit tests for Tie::File::Heap 
     1738lib/Tie/File/t/42_offset.t      Unit tests for the offset method 
    15721739lib/Tie/Handle.pm               Base class for tied handles 
    15731740lib/Tie/Handle/stdhandle.t      Test for Tie::StdHandle 
     
    15831750lib/Time/gmtime.pm              By-name interface to Perl's builtin gmtime 
    15841751lib/Time/gmtime.t               Test for Time::gmtime 
     1752lib/timelocal.pl                Perl library supporting inverse of localtime, gmtime 
    15851753lib/Time/Local.pm               Reverse translation of localtime, gmtime 
    15861754lib/Time/Local.t                See if Time::Local works 
     
    15881756lib/Time/localtime.t            Test for Time::localtime 
    15891757lib/Time/tm.pm                  Internal object for Time::{gm,local}time 
    1590 lib/timelocal.pl                Perl library supporting inverse of localtime, gmtime 
    1591 lib/Unicode/Collate.pm          Unicode::Collate 
    15921758lib/Unicode/Collate/Changes     Unicode::Collate 
    15931759lib/Unicode/Collate/keys.txt    Unicode::Collate 
     1760lib/Unicode/Collate.pm          Unicode::Collate 
    15941761lib/Unicode/Collate/README      Unicode::Collate 
     1762lib/Unicode/Collate/t/altern.t  Unicode::Collate 
     1763lib/Unicode/Collate/t/contract.t        Unicode::Collate 
     1764lib/Unicode/Collate/t/hangtype.t        Unicode::Collate 
     1765lib/Unicode/Collate/t/hangul.t  Unicode::Collate 
     1766lib/Unicode/Collate/t/illegalp.t        Unicode::Collate 
     1767lib/Unicode/Collate/t/illegal.t Unicode::Collate 
     1768lib/Unicode/Collate/t/index.t   Unicode::Collate 
     1769lib/Unicode/Collate/t/normal.t  Unicode::Collate 
     1770lib/Unicode/Collate/t/rearrang.t        Unicode::Collate 
    15951771lib/Unicode/Collate/t/test.t    Unicode::Collate 
     1772lib/Unicode/Collate/t/trailwt.t Unicode::Collate 
     1773lib/Unicode/Collate/t/variable.t        Unicode::Collate 
     1774lib/Unicode/Collate/t/version.t Unicode::Collate 
     1775lib/Unicode/Collate/t/view.t    Unicode::Collate 
    15961776lib/Unicode/README              Explanation what happened to lib/unicode. 
    15971777lib/Unicode/UCD.pm              Unicode character database 
     
    16121792lib/unicore/EastAsianWidth.txt  Unicode character database 
    16131793lib/unicore/Exact.pl            Unicode character database 
     1794lib/unicore/HangulSyllableType.txt      Unicode character database 
    16141795lib/unicore/Index.txt           Unicode character database 
     1796lib/unicore/JamoShort.pl        Unicode character database 
    16151797lib/unicore/Jamo.txt            Unicode character database 
    1616 lib/unicore/JamoShort.pl        Unicode character database 
    16171798lib/unicore/Lbrk.pl             Unicode character database 
    16181799lib/unicore/lib/Alnum.pl        Unicode character database 
     1800lib/unicore/lib/Alphabet.pl     Unicode character database 
    16191801lib/unicore/lib/Alpha.pl        Unicode character database 
    1620 lib/unicore/lib/Alphabet.pl     Unicode character database 
    16211802lib/unicore/lib/Any.pl          Unicode character database 
    16221803lib/unicore/lib/Arabic.pl       Unicode character database 
    16231804lib/unicore/lib/Armenian.pl     Unicode character database 
     1805lib/unicore/lib/AsciiHex.pl     Unicode character database 
    16241806lib/unicore/lib/ASCII.pl        Unicode character database 
    1625 lib/unicore/lib/AsciiHex.pl     Unicode character database 
    16261807lib/unicore/lib/Assigned.pl     Unicode character database 
    16271808lib/unicore/lib/Bengali.pl      Unicode character database 
    16281809lib/unicore/lib/BidiAL.pl       Unicode character database 
    16291810lib/unicore/lib/BidiAN.pl       Unicode character database 
     1811lib/unicore/lib/BidiBN.pl       Unicode character database 
    16301812lib/unicore/lib/BidiB.pl        Unicode character database 
    1631 lib/unicore/lib/BidiBN.pl       Unicode character database 
    16321813lib/unicore/lib/BidiCont.pl     Unicode character database 
    16331814lib/unicore/lib/BidiCS.pl       Unicode character database 
     
    16411822lib/unicore/lib/BidiON.pl       Unicode character database 
    16421823lib/unicore/lib/BidiPDF.pl      Unicode character database 
    1643 lib/unicore/lib/BidiR.pl        Unicode character database 
    16441824lib/unicore/lib/BidiRLE.pl      Unicode character database 
    16451825lib/unicore/lib/BidiRLO.pl      Unicode character database 
     1826lib/unicore/lib/BidiR.pl        Unicode character database 
    16461827lib/unicore/lib/BidiS.pl        Unicode character database 
    16471828lib/unicore/lib/BidiWS.pl       Unicode character database 
    16481829lib/unicore/lib/Blank.pl        Unicode character database 
    16491830lib/unicore/lib/Bopomofo.pl     Unicode character database 
     1831lib/unicore/lib/Braille.pl      Unicode character database 
    16501832lib/unicore/lib/Buhid.pl        Unicode character database 
    1651 lib/unicore/lib/C.pl            Unicode character database 
    16521833lib/unicore/lib/Canadian.pl     Unicode character database 
     1834lib/unicore/lib/_CanonDC.pl     Unicode character database 
    16531835lib/unicore/lib/Canon.pl        Unicode character database 
     1836lib/unicore/lib/_CaseIgn.pl     Unicode character database 
    16541837lib/unicore/lib/Cc.pl           Unicode character database 
    16551838lib/unicore/lib/Cf.pl           Unicode character database 
     
    16571840lib/unicore/lib/Cn.pl           Unicode character database 
    16581841lib/unicore/lib/Cntrl.pl        Unicode character database 
    1659 lib/unicore/lib/Co.pl           Unicode character database 
     1842lib/unicore/lib/_CombAbo.pl     Unicode character database 
    16601843lib/unicore/lib/Common.pl       Unicode character database 
    16611844lib/unicore/lib/Compat.pl       Unicode character database 
     1845lib/unicore/lib/Co.pl           Unicode character database 
     1846lib/unicore/lib/C.pl            Unicode character database 
    16621847lib/unicore/lib/Cs.pl           Unicode character database 
     1848lib/unicore/lib/Cypriot.pl      Unicode character database 
    16631849lib/unicore/lib/Cyrillic.pl     Unicode character database 
    16641850lib/unicore/lib/Dash.pl         Unicode character database 
     
    16881874lib/unicore/lib/Georgian.pl     Unicode character database 
    16891875lib/unicore/lib/Gothic.pl       Unicode character database 
     1876lib/unicore/lib/Grapheme.pl     Unicode character database 
    16901877lib/unicore/lib/Graph.pl        Unicode character database 
    1691 lib/unicore/lib/Grapheme.pl     Unicode character database 
    16921878lib/unicore/lib/Greek.pl        Unicode character database 
    16931879lib/unicore/lib/Gujarati.pl     Unicode character database 
    16941880lib/unicore/lib/Gurmukhi.pl     Unicode character database 
     1881lib/unicore/lib/Hangul.pl       Unicode character database 
    16951882lib/unicore/lib/Han.pl          Unicode character database 
    1696 lib/unicore/lib/Hangul.pl       Unicode character database 
    16971883lib/unicore/lib/Hanunoo.pl      Unicode character database 
    16981884lib/unicore/lib/Hebrew.pl       Unicode character database 
     
    17051891lib/unicore/lib/IdStart.pl      Unicode character database 
    17061892lib/unicore/lib/IdsTrina.pl     Unicode character database 
     1893lib/unicore/lib/InAegean.pl     Unicode character database 
    17071894lib/unicore/lib/InAlphab.pl     Unicode character database 
    17081895lib/unicore/lib/InArabi2.pl     Unicode character database 
     
    17351922lib/unicore/lib/InContro.pl     Unicode character database 
    17361923lib/unicore/lib/InCurren.pl     Unicode character database 
     1924lib/unicore/lib/InCyprio.pl     Unicode character database 
    17371925lib/unicore/lib/InCyril2.pl     Unicode character database 
    17381926lib/unicore/lib/InCyrill.pl     Unicode character database 
     
    17471935lib/unicore/lib/InGeorgi.pl     Unicode character database 
    17481936lib/unicore/lib/InGothic.pl     Unicode character database 
    1749 lib/unicore/lib/InGreek.pl      Unicode character database 
    17501937lib/unicore/lib/InGreekA.pl     Unicode character database 
    17511938lib/unicore/lib/InGreekE.pl     Unicode character database 
     1939lib/unicore/lib/InGreek.pl      Unicode character database 
    17521940lib/unicore/lib/InGujara.pl     Unicode character database 
    17531941lib/unicore/lib/InGurmuk.pl     Unicode character database 
     
    17701958lib/unicore/lib/InKataka.pl     Unicode character database 
    17711959lib/unicore/lib/InKhmer.pl      Unicode character database 
     1960lib/unicore/lib/InKhmerS.pl     Unicode character database 
    17721961lib/unicore/lib/InLao.pl        Unicode character database 
    17731962lib/unicore/lib/InLatin1.pl     Unicode character database 
     
    17761965lib/unicore/lib/InLatinE.pl     Unicode character database 
    17771966lib/unicore/lib/InLetter.pl     Unicode character database 
     1967lib/unicore/lib/InLimbu.pl      Unicode character database 
     1968lib/unicore/lib/InLinea2.pl     Unicode character database 
     1969lib/unicore/lib/InLinear.pl     Unicode character database 
    17781970lib/unicore/lib/InLowSur.pl     Unicode character database 
    17791971lib/unicore/lib/InMalaya.pl     Unicode character database 
     
    17831975lib/unicore/lib/InMisce3.pl     Unicode character database 
    17841976lib/unicore/lib/InMisce4.pl     Unicode character database 
     1977lib/unicore/lib/InMisce5.pl     Unicode character database 
    17851978lib/unicore/lib/InMiscel.pl     Unicode character database 
    17861979lib/unicore/lib/InMongol.pl     Unicode character database 
     
    17921985lib/unicore/lib/InOptica.pl     Unicode character database 
    17931986lib/unicore/lib/InOriya.pl      Unicode character database 
     1987lib/unicore/lib/InOsmany.pl     Unicode character database 
     1988lib/unicore/lib/InPhonet.pl     Unicode character database 
    17941989lib/unicore/lib/InPrivat.pl     Unicode character database 
    17951990lib/unicore/lib/InRunic.pl      Unicode character database 
     1991lib/unicore/lib/InShavia.pl     Unicode character database 
    17961992lib/unicore/lib/InSinhal.pl     Unicode character database 
    17971993lib/unicore/lib/InSmallF.pl     Unicode character database 
     
    18082004lib/unicore/lib/InTagban.pl     Unicode character database 
    18092005lib/unicore/lib/InTags.pl       Unicode character database 
     2006lib/unicore/lib/InTaiLe.pl      Unicode character database 
     2007lib/unicore/lib/InTaiXua.pl     Unicode character database 
    18102008lib/unicore/lib/InTamil.pl      Unicode character database 
    18112009lib/unicore/lib/InTelugu.pl     Unicode character database 
     
    18132011lib/unicore/lib/InThai.pl       Unicode character database 
    18142012lib/unicore/lib/InTibeta.pl     Unicode character database 
     2013lib/unicore/lib/InUgarit.pl     Unicode character database 
    18152014lib/unicore/lib/InUnifie.pl     Unicode character database 
     2015lib/unicore/lib/InVaria2.pl     Unicode character database 
    18162016lib/unicore/lib/InVariat.pl     Unicode character database 
     2017lib/unicore/lib/InYijing.pl     Unicode character database 
    18172018lib/unicore/lib/InYiRadi.pl     Unicode character database 
    18182019lib/unicore/lib/InYiSyll.pl     Unicode character database 
     
    18212022lib/unicore/lib/Katakana.pl     Unicode character database 
    18222023lib/unicore/lib/Khmer.pl        Unicode character database 
    1823 lib/unicore/lib/L.pl            Unicode character database 
    18242024lib/unicore/lib/Lao.pl          Unicode character database 
    18252025lib/unicore/lib/Latin.pl        Unicode character database 
     2026lib/unicore/lib/Limbu.pl        Unicode character database 
     2027lib/unicore/lib/LinearB.pl      Unicode character database 
    18262028lib/unicore/lib/Ll.pl           Unicode character database 
    18272029lib/unicore/lib/Lm.pl           Unicode character database 
     2030lib/unicore/lib/LogicalO.pl     Unicode character database 
    18282031lib/unicore/lib/Lo.pl           Unicode character database 
    1829 lib/unicore/lib/LogicalO.pl     Unicode character database 
     2032lib/unicore/lib/Lowercas.pl     Unicode character database 
    18302033lib/unicore/lib/Lower.pl        Unicode character database 
    1831 lib/unicore/lib/Lowercas.pl     Unicode character database 
     2034lib/unicore/lib/L.pl            Unicode character database 
     2035lib/unicore/lib/L_.pl           Unicode character database 
    18322036lib/unicore/lib/Lt.pl           Unicode character database 
    18332037lib/unicore/lib/Lu.pl           Unicode character database 
    1834 lib/unicore/lib/L_.pl           Unicode character database 
    1835 lib/unicore/lib/M.pl            Unicode character database 
    18362038lib/unicore/lib/Malayala.pl     Unicode character database 
    18372039lib/unicore/lib/Math.pl         Unicode character database 
     
    18412043lib/unicore/lib/Mn.pl           Unicode character database 
    18422044lib/unicore/lib/Mongolia.pl     Unicode character database 
     2045lib/unicore/lib/M.pl            Unicode character database 
    18432046lib/unicore/lib/Myanmar.pl      Unicode character database 
    1844 lib/unicore/lib/N.pl            Unicode character database 
    18452047lib/unicore/lib/Nd.pl           Unicode character database 
    18462048lib/unicore/lib/Nl.pl           Unicode character database 
     2049lib/unicore/lib/Nonchara.pl     Unicode character database 
    18472050lib/unicore/lib/No.pl           Unicode character database 
    1848 lib/unicore/lib/Nonchara.pl     Unicode character database 
     2051lib/unicore/lib/N.pl            Unicode character database 
    18492052lib/unicore/lib/Ogham.pl        Unicode character database 
    18502053lib/unicore/lib/OldItali.pl     Unicode character database 
    18512054lib/unicore/lib/Oriya.pl        Unicode character database 
     2055lib/unicore/lib/Osmanya.pl      Unicode character database 
    18522056lib/unicore/lib/OtherAlp.pl     Unicode character database 
    18532057lib/unicore/lib/OtherDef.pl     Unicode character database 
    18542058lib/unicore/lib/OtherGra.pl     Unicode character database 
     2059lib/unicore/lib/OtherIdS.pl     Unicode character database 
    18552060lib/unicore/lib/OtherLow.pl     Unicode character database 
    18562061lib/unicore/lib/OtherMat.pl     Unicode character database 
    18572062lib/unicore/lib/OtherUpp.pl     Unicode character database 
    1858 lib/unicore/lib/P.pl            Unicode character database 
    18592063lib/unicore/lib/Pc.pl           Unicode character database 
    18602064lib/unicore/lib/Pd.pl           Unicode character database 
     
    18632067lib/unicore/lib/Pi.pl           Unicode character database 
    18642068lib/unicore/lib/Po.pl           Unicode character database 
     2069lib/unicore/lib/P.pl            Unicode character database 
    18652070lib/unicore/lib/Print.pl        Unicode character database 
    18662071lib/unicore/lib/Ps.pl           Unicode character database 
     
    18692074lib/unicore/lib/Radical.pl      Unicode character database 
    18702075lib/unicore/lib/Runic.pl        Unicode character database 
    1871 lib/unicore/lib/S.pl            Unicode character database 
    18722076lib/unicore/lib/Sc.pl           Unicode character database 
     2077lib/unicore/lib/Shavian.pl      Unicode character database 
    18732078lib/unicore/lib/Sinhala.pl      Unicode character database 
    18742079lib/unicore/lib/Sk.pl           Unicode character database 
    18752080lib/unicore/lib/Sm.pl           Unicode character database 
     2081lib/unicore/lib/SoftDott.pl     Unicode character database 
    18762082lib/unicore/lib/So.pl           Unicode character database 
    1877 lib/unicore/lib/SoftDott.pl     Unicode character database 
     2083lib/unicore/lib/SpacePer.pl     Unicode character database 
    18782084lib/unicore/lib/Space.pl        Unicode character database 
    1879 lib/unicore/lib/SpacePer.pl     Unicode character database 
     2085lib/unicore/lib/S.pl            Unicode character database 
    18802086lib/unicore/lib/Syriac.pl       Unicode character database 
    18812087lib/unicore/lib/Tagalog.pl      Unicode character database 
    18822088lib/unicore/lib/Tagbanwa.pl     Unicode character database 
     2089lib/unicore/lib/TaiLe.pl        Unicode character database 
    18832090lib/unicore/lib/Tamil.pl        Unicode character database 
    18842091lib/unicore/lib/Telugu.pl       Unicode character database 
     
    18882095lib/unicore/lib/Tibetan.pl      Unicode character database 
    18892096lib/unicore/lib/Title.pl        Unicode character database 
     2097lib/unicore/lib/Ugaritic.pl     Unicode character database 
    18902098lib/unicore/lib/UnifiedI.pl     Unicode character database 
     2099lib/unicore/lib/Uppercas.pl     Unicode character database 
    18912100lib/unicore/lib/Upper.pl        Unicode character database 
    1892 lib/unicore/lib/Uppercas.pl     Unicode character database 
    18932101lib/unicore/lib/WhiteSpa.pl     Unicode character database 
    18942102lib/unicore/lib/Word.pl         Unicode character database 
    18952103lib/unicore/lib/XDigit.pl       Unicode character database 
    18962104lib/unicore/lib/Yi.pl           Unicode character database 
     2105lib/unicore/lib/Zl.pl           Unicode character database 
    18972106lib/unicore/lib/Z.pl            Unicode character database 
    1898 lib/unicore/lib/Zl.pl           Unicode character database 
    18992107lib/unicore/lib/Zp.pl           Unicode character database 
    19002108lib/unicore/lib/Zs.pl           Unicode character database 
    1901 lib/unicore/lib/_CanonDC.pl     Unicode character database 
    1902 lib/unicore/lib/_CaseIgn.pl     Unicode character database 
    1903 lib/unicore/lib/_CombAbo.pl     Unicode character database 
    19042109lib/unicore/LineBreak.txt       Unicode character database 
    19052110lib/unicore/Makefile            Unicode character database 
     
    19072112lib/unicore/Name.pl             Unicode character database 
    19082113lib/unicore/NamesList.txt       Unicode character database 
     2114lib/unicore/NormalizationCorrections.txt        Unicode character database 
    19092115lib/unicore/Number.pl           Unicode character database 
    19102116lib/unicore/Properties          Built-in \p{...} / \P{...} property list 
    1911 lib/unicore/PropertyAliases.txt Unicode character database 
     2117lib/unicore/PropertyAliases.txt Unicode character database 
    19122118lib/unicore/PropList.txt        Unicode character database 
    19132119lib/unicore/PropValueAliases.txt        Unicode character database 
     
    19172123lib/unicore/Scripts.txt         Unicode character database 
    19182124lib/unicore/SpecialCasing.txt   Unicode character database 
     2125lib/unicore/StandardizedVariants.txt            Unicode character database 
    19192126lib/unicore/To/Digit.pl         Unicode character database 
    19202127lib/unicore/To/Fold.pl          Unicode character database 
     
    19292136lib/User/pwent.pm               By-name interface to Perl's builtin getpw* 
    19302137lib/User/pwent.t                See if User::pwent works 
     2138lib/utf8_heavy.pl               Support routines for utf8 pragma 
    19312139lib/utf8.pm                     Pragma to control Unicode support 
    19322140lib/utf8.t                      See if utf8 operations work 
    1933 lib/utf8_heavy.pl               Support routines for utf8 pragma 
    19342141lib/validate.pl                 Perl library supporting wholesale file mode validation 
    19352142lib/vars.pm                     Declare pseudo-imported global variables 
     
    19382145lib/vmsish.t                    Tests for vmsish.pm 
    19392146lib/warnings.pm                 For "use warnings" 
     2147lib/warnings/register.pm        For "use warnings::register" 
    19402148lib/warnings.t                  See if warning controls work 
    1941 lib/warnings/register.pm        For "use warnings::register" 
    19422149lib/Win32.pod                   Documentation for Win32 extras 
    19432150locale.c                        locale-specific utility functions 
     
    19492156Makefile.SH                     A script that generates Makefile 
    19502157malloc.c                        A version of malloc you might not want 
     2158malloc_ctl.h                    A version of malloc you might not want 
    19512159MANIFEST                        This list of files 
     2160META.yml                        CPAN Metadata 
    19522161mg.c                            Magic code 
    19532162mg.h                            Magic header 
     
    19762185NetWare/CLIBstuf.c              NetWare port 
    19772186NetWare/CLIBstuf.h              NetWare port 
    1978 NetWare/config.wc               NetWare port 
    19792187NetWare/config_h.PL             NetWare port 
    19802188NetWare/config_H.wc             NetWare port 
    19812189NetWare/config_sh.PL            NetWare port 
     2190NetWare/config.wc               NetWare port 
    19822191NetWare/deb.h                   NetWare port 
    19832192NetWare/dl_netware.xs           NetWare port 
     
    20162225NetWare/splittree.pl            NetWare port 
    20172226NetWare/sv_nw.c                 NetWare port 
     2227NetWare/testnlm/echo/echo.c     NetWare port 
     2228NetWare/testnlm/type/type.c     NetWare port 
    20182229NetWare/t/NWModify.pl           NetWare port 
    20192230NetWare/t/NWScripts.pl          NetWare port 
    20202231NetWare/t/Readme.txt            NetWare port 
    2021 NetWare/testnlm/echo/echo.c     NetWare port 
    2022 NetWare/testnlm/type/type.c     NetWare port 
    20232232NetWare/win32ish.h              NetWare port 
    20242233nostdio.h                       Cause compile error on stdio calls 
    20252234numeric.c                       Miscellaneous numeric conversion routines 
    20262235op.c                            Opcode syntax tree code 
     2236opcode.h                        Automatically generated opcode header 
     2237opcode.pl                       Opcode header generator 
    20272238op.h                            Opcode syntax tree header 
    2028 opcode.h                        Automatically generated opcode header 
    2029 opcode.pl                       Opcode header generatore 
    20302239opnames.h                       Automatically generated opcode header 
    20312240os2/Changes                     Changelog for OS/2 port 
     
    20342243os2/dl_os2.c                    Addon for dl_open 
    20352244os2/Makefile.SHs                Shared library generation for OS/2 
     2245os2/os2add.sym                  Overriding symbols to export 
     2246os2/os2_base.t                  Additional tests for builtin methods 
    20362247os2/os2.c                       Additional code for OS/2 
    2037 os2/os2.sym                     Additional symbols to export 
    20382248os2/OS2/ExtAttr/Changes         EA access module 
    20392249os2/OS2/ExtAttr/ExtAttr.pm      EA access module 
     
    20442254os2/OS2/ExtAttr/t/os2_ea.t      EA access module 
    20452255os2/OS2/ExtAttr/typemap         EA access module 
     2256os2/os2ish.h                    Header for OS/2 
    20462257os2/OS2/PrfDB/Changes           System database access module 
    20472258os2/OS2/PrfDB/Makefile.PL       System database access module 
     
    20502261os2/OS2/PrfDB/PrfDB.xs          System database access module 
    20512262os2/OS2/PrfDB/t/os2_prfdb.t     System database access module 
    2052 os2/OS2/PrfDB/typemap           System database access module 
    20532263os2/OS2/Process/Makefile.PL     system() constants in a module 
    20542264os2/OS2/Process/MANIFEST        system() constants in a module 
    20552265os2/OS2/Process/Process.pm      system() constants in a module 
    20562266os2/OS2/Process/Process.xs      system() constants in a module 
    2057 os2/OS2/Process/t/os2_process.t Tests 
    20582267os2/OS2/Process/t/os2_process_kid.t     Tests 
     2268os2/OS2/Process/t/os2_process.t Tests 
    20592269os2/OS2/Process/t/os2_process_text.t    Tests 
    20602270os2/OS2/REXX/Changes            DLL access module 
     
    20782288os2/OS2/REXX/t/rx_varset.t      DLL access module 
    20792289os2/OS2/REXX/t/rx_vrexx.t       DLL access module 
    2080 os2/os2add.sym                  Overriding symbols to export 
    2081 os2/os2ish.h                    Header for OS/2 
     2290os2/os2.sym                     Additional symbols to export 
    20822291os2/os2thread.h                 pthread-like typedefs 
    2083 os2/os2_base.t                  Additional tests for builtin methods 
     2292os2/OS2/typemap                 Common typemap for OS/2 types 
    20842293os2/perl2cmd.pl                 Corrects installed binaries under OS/2 
    20852294os2/perlrexx.c                  Support perl interpreter embedded in REXX 
     2295os2/perlrexx.cmd                Test perl interpreter embedded in REXX 
     2296pad.c                           Scratchpad functions 
     2297pad.h                           Scratchpad headers 
    20862298patchlevel.h                    The current patch level of perl 
     2299perlapi.c                       Perl API functions 
     2300perlapi.h                       Perl API function declarations 
    20872301perl.c                          main() 
    20882302perl.h                          Global declarations 
    2089 perlapi.c                       Perl API functions 
    2090 perlapi.h                       Perl API function declarations 
    20912303perlio.c                        C code for PerlIO abstraction 
    20922304perlio.h                        PerlIO abstraction 
     2305perliol.h                       PerlIO Layer definition 
    20932306perlio.sym                      Symbols for PerlIO abstraction 
    2094 perliol.h                       PerlIO Layer definition 
    20952307perlsdio.h                      Fake stdio using perlio 
    20962308perlsfio.h                      Prototype sfio mapping for PerlIO 
     
    20982310perlvars.h                      Global variables 
    20992311perly.c                         A byacc'ed perly.y 
     2312perly_c.diff                    Fixup perly.c to allow recursion 
    21002313perly.fixer                     A program to remove yacc stack limitations 
    21012314perly.h                         The header file for perly.c 
     2315perlyline.pl                    Perl code to fix #line directives and gcc warnings in perly.c 
    21022316perly.y                         Yacc grammar for perl 
    2103 perlyline.pl                    Perl code to fix #line directives and gcc warnings in perly.c 
    2104 perly_c.diff                    Fixup perly.c to allow recursion 
    21052317plan9/aperl                     Shell to make Perl error messages Acme-friendly 
    21062318plan9/arpa/inet.h               Plan9 port: replacement C header file 
    21072319plan9/buildinfo                 Plan9 port: configuration information 
     2320plan9/config_h.sample           Plan9 port: 5.8.0 sample config.h 
    21082321plan9/config.plan9              Plan9 port: config.h template 
     2322plan9/config_sh.sample          Plan9 port: 5.8.0 sample config.sh 
    21092323plan9/exclude                   Plan9 port: tests to skip 
    21102324plan9/fndvers                   Plan9 port: update Perl version in config.plan9 
     
    21162330plan9/setup.rc                  Plan9 port: script for easy build+install 
    21172331plan9/versnum                   Plan9 port: script to print version number 
    2118 pod/buildtoc.PL                 generate buildtoc which generates perltoc.pod 
     2332pod/buildtoc                    Update files based on pod.lst 
    21192333pod/checkpods.PL                Tool to check for common errors in pods 
    2120 pod/Makefile.SH                 generate Makefile whichs makes pods into something else 
    2121 pod/perl.pod                    Top level perl documentation 
    2122 pod/perl5004delta.pod           Changes from 5.003 to 5.004 
    2123 pod/perl5005delta.pod           Changes from 5.004 to 5.005 
    2124 pod/perl561delta.pod            Changes from 5.6.0 to 5.6.1 
    2125 pod/perl56delta.pod             Changes from 5.005 to 5.6 
    2126 pod/perl570delta.pod            Changes from 5.6 to 5.7.0 
    2127 pod/perl571delta.pod            Changes from 5.7.0 to 5.7.1 
    2128 pod/perl572delta.pod            Changes from 5.7.1 to 5.7.2 
    2129 pod/perlapi.pod                 Perl API documentation (autogenerated) 
    2130 pod/perlapio.pod                PerlIO IO API info 
     2334pod.lst                         List the pods and their roles 
     2335pod/Makefile.SH                 generate Makefile which makes pods into something else 
     2336pod/perl5004delta.pod           Perl changes in version 5.004 
     2337pod/perl5005delta.pod           Perl changes in version 5.005 
     2338pod/perl561delta.pod            Perl changes in version 5.6.1 
     2339pod/perl56delta.pod             Perl changes in version 5.6 
     2340pod/perl570delta.pod            Perl changes in version 5.7.0 
     2341pod/perl571delta.pod            Perl changes in version 5.7.1 
     2342pod/perl572delta.pod            Perl changes in version 5.7.2 
     2343pod/perl573delta.pod            Perl changes in version 5.7.3 
     2344pod/perl581delta.pod            Perl changes in version 5.8.1 
     2345pod/perl582delta.pod            Perl changes in version 5.8.2 
     2346pod/perl583delta.pod            Perl changes in version 5.8.3 
     2347pod/perl58delta.pod             Perl changes in version 5.8.0 
     2348pod/perlapio.pod                Perl internal IO abstraction interface 
     2349pod/perlapi.pod                 Perl API listing (autogenerated) 
     2350pod/perlartistic.pod            Perl Artistic License 
    21312351pod/perlbook.pod                Perl book information 
    2132 pod/perlboot.pod                Beginner's Object-oriented Tutorial 
    2133 pod/perlbot.pod                 Object-oriented Bag o' Tricks 
    2134 pod/perlcall.pod                Callback info 
     2352pod/perlboot.pod                Perl OO tutorial for beginners 
     2353pod/perlbot.pod                 Perl OO tricks and examples 
     2354pod/perlcall.pod                Perl calling conventions from C 
     2355pod/perlcheat.pod               Perl cheat sheet 
    21352356pod/perlclib.pod                Internal replacements for standard C library functions 
    2136 pod/perlcompile.pod             Info on using the Compiler suite 
    2137 pod/perldata.pod                Data structure info 
    2138 pod/perldbmfilter.pod           Info about DBM Filters 
    2139 pod/perldebguts.pod             Debugger guts info 
     2357pod/perlcompile.pod             Perl compiler suite intro 
     2358pod/perldata.pod                Perl data structures 
     2359pod/perldbmfilter.pod           Perl DBM filters 
     2360pod/perldebguts.pod             Perl debugging guts and tips 
    21402361pod/perldebtut.pod              Perl debugging tutorial 
    2141 pod/perldebug.pod               Debugger info 
    2142 pod/perldelta.pod               Changes since last version 
    2143 pod/perldiag.pod                Diagnostic info 
    2144 pod/perldsc.pod                 Data Structures Cookbook 
     2362pod/perldebug.pod               Perl debugging 
     2363pod/perldiag.pod                Perl diagnostic messages 
     2364pod/perldoc.pod                 Look up Perl documentation in Pod format 
     2365pod/perldsc.pod                 Perl data structures intro 
    21452366pod/perlebcdic.pod              Considerations for running Perl on EBCDIC platforms 
    2146 pod/perlembed.pod               Embedding info 
    2147 pod/perlfaq.pod                 Frequently Asked Questions, Top Level 
    2148 pod/perlfaq1.pod                Frequently Asked Questions, Part 1 
    2149 pod/perlfaq2.pod                Frequently Asked Questions, Part 2 
    2150 pod/perlfaq3.pod                Frequently Asked Questions, Part 3 
    2151 pod/perlfaq4.pod                Frequently Asked Questions, Part 4 
    2152 pod/perlfaq5.pod                Frequently Asked Questions, Part 5 
    2153 pod/perlfaq6.pod                Frequently Asked Questions, Part 6 
    2154 pod/perlfaq7.pod                Frequently Asked Questions, Part 7 
    2155 pod/perlfaq8.pod                Frequently Asked Questions, Part 8 
    2156 pod/perlfaq9.pod                Frequently Asked Questions, Part 9 
    2157 pod/perlfilter.pod              Source filters info 
    2158 pod/perlfork.pod                Info about fork() 
    2159 pod/perlform.pod                Format info 
    2160 pod/perlfunc.pod                Function info 
    2161 pod/perlguts.pod                Internals info 
     2367pod/perlembed.pod               Perl ways to embed perl in your C or C++ application 
     2368pod/perlfaq1.pod                General Questions About Perl 
     2369pod/perlfaq2.pod                Obtaining and Learning about Perl 
     2370pod/perlfaq3.pod                Programming Tools 
     2371pod/perlfaq4.pod                Data Manipulation 
     2372pod/perlfaq5.pod                Files and Formats 
     2373pod/perlfaq6.pod                Regexes 
     2374pod/perlfaq7.pod                Perl Language Issues 
     2375pod/perlfaq8.pod                System Interaction 
     2376pod/perlfaq9.pod                Networking 
     2377pod/perlfaq.pod                 Perl frequently asked questions 
     2378pod/perlfilter.pod              Perl source filters 
     2379pod/perlfork.pod                Perl fork() information 
     2380pod/perlform.pod                Perl formats 
     2381pod/perlfunc.pod                Perl built-in functions 
     2382pod/perlgpl.pod                 GNU General Public License 
     2383pod/perlguts.pod                Perl internal functions for those doing extensions 
    21622384pod/perlhack.pod                Perl hackers guide 
    2163 pod/perlhist.pod                Perl history info 
    2164 pod/perlintern.pod              Perl internal function docs (autogenrated) 
     2385pod/perlhist.pod                Perl history records 
     2386pod/perlintern.pod              Perl internal functions (autogenerated) 
    21652387pod/perlintro.pod               Perl introduction for beginners 
    2166 pod/perliol.pod                 Internals of PerlIO with layers. 
    2167 pod/perlipc.pod                 IPC info 
    2168 pod/perllexwarn.pod             Lexical Warnings info 
    2169 pod/perllocale.pod              Locale support info 
    2170 pod/perllol.pod                 How to use lists of lists 
    2171 pod/perlmod.pod                 Module mechanism info 
    2172 pod/perlmodinstall.pod          Installing CPAN Modules 
     2388pod/perliol.pod                 C API for Perl's implementation of IO in Layers 
     2389pod/perlipc.pod                 Perl interprocess communication 
     2390pod/perllexwarn.pod             Perl warnings and their control 
     2391pod/perllocale.pod              Perl locale support 
     2392pod/perllol.pod                 Perl data structures: arrays of arrays 
     2393pod/perlmodinstall.pod          Perl modules: how to install from CPAN 
    21732394pod/perlmodlib.PL               Generate pod/perlmodlib.pod 
    2174 pod/perlmodlib.pod              Module policy info 
    2175 pod/perlmodstyle.pod            Perl module style guide 
    2176 pod/perlnewmod.pod              Preparing a new module for distribution 
    2177 pod/perlnumber.pod              Semantics of numbers and numeric operations 
    2178 pod/perlobj.pod                 Object info 
    2179 pod/perlop.pod                  Operator info 
    2180 pod/perlopentut.pod             open() tutorial 
    2181 pod/perlothrtut.pod             Threads old tutorial 
    2182 pod/perlpacktut.pod             pack() tutorial 
    2183 pod/perlpod.pod                 Pod info 
    2184 pod/perlpodspec.pod             Pod specification 
    2185 pod/perlport.pod                Portability guide 
    2186 pod/perlre.pod                  Regular expression info 
    2187 pod/perlref.pod                 References info 
    2188 pod/perlreftut.pod              Mark's references tutorial 
    2189 pod/perlrequick.pod             Quick start guide for Perl regular expressions 
    2190 pod/perlretut.pod               Tutorial for Perl regular expressions 
    2191 pod/perlrun.pod                 Execution info 
    2192 pod/perlsec.pod                 Security info 
    2193 pod/perlstyle.pod               Style info 
    2194 pod/perlsub.pod                 Subroutine info 
    2195 pod/perlsyn.pod                 Syntax info 
    2196 pod/perlthrtut.pod              Threads tutorial 
    2197 pod/perltie.pod                 Tieing an object class into a simple variable 
    2198 pod/perltoc.pod                 Table of Contents info 
    2199 pod/perltodo.pod                Todo list explained 
    2200 pod/perltooc.pod                Tom's object-oriented tutorial (more on class data) 
    2201 pod/perltoot.pod                Tom's object-oriented tutorial 
    2202 pod/perltrap.pod                Trap info 
    2203 pod/perlunicode.pod             Unicode support info 
    2204 pod/perluniintro.pod            Unicode introduction 
    2205 pod/perlutil.pod                Accompanying utilities explained 
    2206 pod/perlvar.pod                 Variable info 
    2207 pod/perlxs.pod                  XS api info 
    2208 pod/perlxstut.pod               XS tutorial 
     2395pod/perlmodlib.pod              Perl modules: how to write and use 
     2396pod/perlmod.pod                 Perl modules: how they work 
     2397pod/perlmodstyle.pod            Perl modules: how to write modules with style 
     2398pod/perlnewmod.pod              Perl modules: preparing a new module for distribution 
     2399pod/perlnumber.pod              Perl number semantics 
     2400pod/perlobj.pod                 Perl objects 
     2401pod/perlopentut.pod             Perl open() tutorial 
     2402pod/perlop.pod                  Perl operators and precedence 
     2403pod/perlothrtut.pod             Old Perl threads tutorial 
     2404pod/perlpacktut.pod             Perl pack() and unpack() tutorial 
     2405pod/perl.pod                    Perl overview (this section) 
     2406pod/perlpod.pod                 Perl plain old documentation 
     2407pod/perlpodspec.pod             Perl plain old documentation format specification 
     2408pod/perlport.pod                Perl portability guide 
     2409pod/perlref.pod                 Perl references, the rest of the story 
     2410pod/perlreftut.pod              Perl references short introduction 
     2411pod/perlre.pod                  Perl regular expressions, the rest of the story 
     2412pod/perlrequick.pod             Perl regular expressions quick start 
     2413pod/perlreref.pod               Perl regular expressions quick reference 
     2414pod/perlretut.pod               Perl regular expressions tutorial 
     2415pod/perlrun.pod                 Perl execution and options 
     2416pod/perlsec.pod                 Perl security 
     2417pod/perlstyle.pod               Perl style guide 
     2418pod/perlsub.pod                 Perl subroutines 
     2419pod/perlsyn.pod                 Perl syntax 
     2420pod/perlthrtut.pod              Perl threads tutorial 
     2421pod/perltie.pod                 Perl objects hidden behind simple variables 
     2422pod/perltoc.pod                 Perl documentation table of contents 
     2423pod/perltodo.pod                Perl things to do 
     2424pod/perltooc.pod                Perl OO tutorial, part 2 
     2425pod/perltoot.pod                Perl OO tutorial, part 1 
     2426pod/perltrap.pod                Perl traps for the unwary 
     2427pod/perlunicode.pod             Perl Unicode support 
     2428pod/perluniintro.pod            Perl Unicode introduction 
     2429pod/perlutil.pod                utilities packaged with the Perl distribution 
     2430pod/perlvar.pod                 Perl predefined variables 
     2431pod/perlxs.pod                  Perl XS application programming interface 
     2432pod/perlxstut.pod               Perl XS tutorial 
    22092433pod/pod2html.PL                 Precursor for translator to turn pod into HTML 
    22102434pod/pod2latex.PL                Precursor for translator to turn pod into LaTeX 
     
    22222446Porting/check83.pl      Check whether we are 8.3-friendly 
    22232447Porting/checkURL.pl     Check whether we have working URLs 
    2224 Porting/checkVERSION.pl Check whether we have $VERSIONs 
     2448Porting/checkVERSION.pl Check whether we have $VERSIONs 
     2449Porting/cmpVERSION.pl   Compare whether two trees have changed modules 
     2450Porting/config_H        Sample config.h 
    22252451Porting/config.sh       Sample config.sh 
    2226 Porting/config_H        Sample config.h 
    22272452Porting/Contract        Social contract for contributed modules in Perl core 
     2453Porting/curliff.pl      Curliff or liff your curliffable files. 
    22282454Porting/findrfuncs      Find reentrant variants of functions used in an executable 
    22292455Porting/findvars        Find occurrences of words 
     
    22322458Porting/genlog          Generate formatted changelogs by querying p4d 
    22332459Porting/Glossary        Glossary of config.sh variables 
     2460Porting/Maintainers     Program to pretty print info in Maintainers.pl 
     2461Porting/Maintainers.pl  Information about maintainers 
     2462Porting/Maintainers.pm  Library to pretty print info in Maintainers.pl 
     2463Porting/makemeta        Create the top-level META.yml 
    22342464Porting/makerel         Release making utility 
    2235 Porting/p4genpatch      Obsoletes both p4desc and p4d2p 
     2465Porting/manicheck       Check against MANIFEST 
     2466Porting/p4d2p           Generate patch from p4 diff 
     2467Porting/p4genpatch      Generate patch from p4 change in repository (obsoletes p4desc) 
    22362468Porting/patching.pod    How to report changes made to Perl 
    22372469Porting/patchls         Flexible patch file listing utility 
    22382470Porting/pumpkin.pod     Guidelines and hints for Perl maintainers 
    22392471Porting/repository.pod  How to use the Perl repository 
    2240 Porting/testall.atom    Cumulative profile of the test suite with Third Degree 
    2241 Porting/thirdclean      Cleanup Third Degree reports 
     2472Porting/sort_perldiag.pl        Keep our diagnostics orderly 
     2473Porting/testall.atom            Cumulative profile with Third Degree 
     2474Porting/thirdclean              Cleanup Third Degree reports 
     2475Porting/valgrindpp.pl           Summarize valgrind reports 
    22422476pp.c                            Push/Pop code 
     2477pp_ctl.c                        Push/Pop code for control flow 
    22432478pp.h                            Push/Pop code defs 
    2244 pp.sym                          Push/Pop code symbols 
    2245 pp_ctl.c                        Push/Pop code for control flow 
    22462479pp_hot.c                        Push/Pop code for heavily used opcodes 
    22472480pp_pack.c                       Push/Pop code for pack/unpack 
    22482481pp_proto.h                      C++ definitions for Push/Pop code 
    22492482pp_sort.c                       Push/Pop code for sort 
     2483pp.sym                          Push/Pop code symbols 
    22502484pp_sys.c                        Push/Pop code for system interaction 
    22512485proto.h                         Prototypes