Changeset 20074 for branches/vendor/third/perl/MANIFEST
- Timestamp:
- 02/09/04 14:10:55 (6 years ago)
- Files:
-
- 1 modified
-
branches/vendor/third/perl/MANIFEST (modified) (156 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/vendor/third/perl/MANIFEST
r18449 r20074 19 19 Changes5.005 Differences between 5.004 and 5.005 20 20 Changes5.6 Differences between 5.005 and 5.6 21 Changes5.8 Differences between 5.6.0 and 5.8.0 (and maint-5.6) 22 Changes5.8.1 Differences between 5.8.0 and 5.8.1 23 Changes5.8.2 Differences between 5.8.1 and 5.8.2 24 config_h.SH Produces config.h 21 25 configpm Produces lib/Config.pm 22 26 Configure Portability tool 23 27 configure.com Configure-equivalent for VMS 24 28 configure.gnu Crude emulation of GNU configure 25 config_h.SH Produces config.h26 29 cop.h Control operator header 27 30 Copying The GNU General Public License 31 Cross/config Cross-compilation 32 Cross/config.sh-arm-linux Cross-compilation 33 Cross/generate_config_sh Cross-compilation 34 Cross/installperl.patch Cross-compilation 35 Cross/Makefile Cross-compilation 36 Cross/Makefile.SH.patch Cross-compilation 28 37 Cross/README Cross-compilation 38 Cross/TODO Cross-compilation 39 Cross/warp Cross-compilation 29 40 cv.h Code value header 30 41 cygwin/cygwin.c Additional code for Cygwin port … … 57 68 epoc/epoc_stubs.c EPOC port 58 69 epoc/link.pl EPOC port link a exe 59 ext/attrs.t See if attrs works with C<sub : attrs>60 70 ext/attrs/attrs.pm attrs extension Perl module 61 71 ext/attrs/attrs.xs attrs extension external subroutines 62 72 ext/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 73 ext/attrs/t/attrs.t See if attrs works with C<sub : attrs> 65 74 ext/B/B/Asmdata.pm Compiler backend data for assembler 66 75 ext/B/B/assemble Assemble compiler bytecode … … 68 77 ext/B/B/Bblock.pm Compiler basic block analysis support 69 78 ext/B/B/Bytecode.pm Compiler Bytecode backend 79 ext/B/B/cc_harness Simplistic wrapper for using -MO=CC compiler 80 ext/B/B/CC.pm Compiler CC backend 81 ext/B/B/Concise.pm Compiler Concise backend 70 82 ext/B/B/C.pm Compiler C backend 71 ext/B/B/CC.pm Compiler CC backend72 ext/B/B/cc_harness Simplistic wrapper for using -MO=CC compiler73 ext/B/B/Concise.pm Compiler Concise backend74 83 ext/B/B/Debug.pm Compiler Debug backend 75 84 ext/B/B/Deparse.pm Compiler Deparse backend 76 85 ext/B/B/disassemble Disassemble compiler bytecode output 77 ext/B/B/Disassembler.pm Compiler Disassembler backend86 ext/B/B/Disassembler.pm Compiler Disassembler backend 78 87 ext/B/B/Lint.pm Compiler Lint backend 79 88 ext/B/B/makeliblinks Make a simplistic XSUB .so symlink tree for compiler 89 ext/B/B.pm Compiler backend support functions and methods 80 90 ext/B/B/Showlex.pm Compiler Showlex backend 81 91 ext/B/B/Stackobj.pm Compiler stack objects support functions … … 83 93 ext/B/B/Terse.pm Compiler Terse backend 84 94 ext/B/B/Xref.pm Compiler Xref backend 95 ext/B/B.xs Compiler backend external subroutines 85 96 ext/B/C/C.xs Compiler C backend external subroutines 86 97 ext/B/C/Makefile.PL Compiler C backend makefile writer 87 98 ext/B/defsubs_h.PL Generator for constant subroutines 88 99 ext/B/hints/darwin.pl Hints for named architecture 100 ext/B/hints/openbsd.pl Hints for named architecture 89 101 ext/B/Makefile.PL Compiler backend makefile writer 90 102 ext/B/NOTES Compiler backend notes … … 95 107 ext/B/ramblings/magic Compiler ramblings: notes on magic 96 108 ext/B/ramblings/reg.alloc Compiler ramblings: register allocation 97 ext/B/ramblings/runtime.porting Compiler ramblings: porting PP enging109 ext/B/ramblings/runtime.porting Compiler ramblings: porting PP engine 98 110 ext/B/README Compiler backend README 99 111 ext/B/t/asmdata.t See if B::Asmdata works 100 112 ext/B/t/assembler.t See if B::Assembler, B::Disassembler comply 113 ext/B/t/bblock.t See if B::Bblock works 101 114 ext/B/t/b.t See if B works 102 ext/B/t/bblock.t See if B::Bblock works103 115 ext/B/t/concise.t See whether B::Concise works 104 116 ext/B/t/debug.t See if B::Debug works 105 117 ext/B/t/deparse.t See if B::Deparse works 118 ext/B/TESTS Compiler backend test data 106 119 ext/B/t/lint.t See if B::Lint works 120 ext/B/Todo Compiler backend Todo list 107 121 ext/B/t/o.t See if O works 108 122 ext/B/t/showlex.t See if B::ShowLex works … … 110 124 ext/B/t/terse.t See if B::Terse works 111 125 ext/B/t/xref.t See if B::Xref works 112 ext/B/TESTS Compiler backend test data113 ext/B/Todo Compiler backend Todo list114 126 ext/B/typemap Compiler backend interface types 115 127 ext/ByteLoader/bytecode.h Bytecode header for bytecode loader … … 120 132 ext/ByteLoader/hints/sunos.pl Hints for named architecture 121 133 ext/ByteLoader/Makefile.PL Bytecode loader makefile writer 134 ext/Cwd/Changes Cwd extension Changelog 122 135 ext/Cwd/Cwd.xs Cwd extension external subroutines 123 136 ext/Cwd/Makefile.PL Cwd extension makefile maker … … 129 142 ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer 130 143 ext/Data/Dumper/t/dumper.t See if Data::Dumper works 144 ext/Data/Dumper/Todo Data pretty printer, futures 131 145 ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data 132 ext/Data/Dumper/ Todo Data pretty printer, futures146 ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works 133 147 ext/DB_File/Changes Berkeley DB extension change log 134 ext/DB_File/ dbinfo Berkeley DB database version checker148 ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder 135 149 ext/DB_File/DB_File.pm Berkeley DB extension Perl module 136 150 ext/DB_File/DB_File.xs Berkeley DB extension external subroutines 137 ext/DB_File/ DB_File_BS Berkeley DB extension mkbootstrap fodder151 ext/DB_File/dbinfo Berkeley DB database version checker 138 152 ext/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture 139 153 ext/DB_File/hints/sco.pl Hint for DB_File for named architecture 140 ext/DB_File/Makefile.PL Berkeley DB extension makefile writer154 ext/DB_File/Makefile.PL Berkeley DB extension makefile writer 141 155 ext/DB_File/t/db-btree.t See if DB_File works 142 156 ext/DB_File/t/db-hash.t See if DB_File works … … 146 160 ext/Devel/DProf/Changes Perl code profiler changelog 147 161 ext/Devel/DProf/DProf.pm Perl code profiler 148 ext/Devel/DProf/DProf.t Perl code profiler149 162 ext/Devel/DProf/DProf.xs Perl code profiler 150 163 ext/Devel/DProf/Makefile.PL Perl code profiler makefile writer 164 ext/Devel/DProf/t/DProf.t Perl code profiler 151 165 ext/Devel/DProf/Todo Perl code profiler todo list 152 166 ext/Devel/Peek/Changes Data debugging tool, changelog 153 167 ext/Devel/Peek/Makefile.PL Data debugging tool, makefile writer 154 168 ext/Devel/Peek/Peek.pm Data debugging tool, module and pod 155 ext/Devel/Peek/Peek.t See if Devel::Peek works156 169 ext/Devel/Peek/Peek.xs Data debugging tool, externals 170 ext/Devel/Peek/t/Peek.t See if Devel::Peek works 157 171 ext/Devel/PPPort/Changes Devel::PPPort changes 158 172 ext/Devel/PPPort/Makefile.PL Devel::PPPort makefile writer … … 160 174 ext/Devel/PPPort/module2.c Devel::PPPort test file 161 175 ext/Devel/PPPort/module3.c Devel::PPPort test file 176 ext/Devel/PPPort/ppport_h.PL Devel::PPPort 162 177 ext/Devel/PPPort/PPPort.pm Devel::PPPort 163 178 ext/Devel/PPPort/PPPort.xs Devel::PPPort 164 ext/Devel/PPPort/ppport_h.PL Devel::PPPort165 179 ext/Devel/PPPort/README Devel::PPPort Readme 166 180 ext/Devel/PPPort/soak Test Harness to run Devel::PPPort other Perls 181 ext/Devel/PPPort/TODO Devel::PPPort Todo 167 182 ext/Devel/PPPort/t/test.t See if Devel::PPPort works 168 ext/Devel/PPPort/TODO Devel::PPPort Todo169 183 ext/Digest/MD5/Changes Digest::MD5 extension changes 184 ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture 170 185 ext/Digest/MD5/hints/irix_6.pl Hints for named architecture 171 186 ext/Digest/MD5/hints/MacOS.pl Hints for named architecture … … 176 191 ext/Digest/MD5/t/align.t See if Digest::MD5 extension works 177 192 ext/Digest/MD5/t/badfile.t See if Digest::MD5 extension works 193 ext/Digest/MD5/t/bits.t See if Digest::MD5 extension works 194 ext/Digest/MD5/t/clone.t See if Digest::MD5 extension works 178 195 ext/Digest/MD5/t/files.t See if Digest::MD5 extension works 179 196 ext/Digest/MD5/t/md5-aaa.t See if Digest::MD5 extension works 180 197 ext/Digest/MD5/t/utf8.t See if Digest::MD5 extension works 181 198 ext/Digest/MD5/typemap Digest::MD5 extension 182 ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files183 199 ext/DynaLoader/dl_aix.xs AIX implementation 184 200 ext/DynaLoader/dl_beos.xs BeOS implementation … … 192 208 ext/DynaLoader/dl_next.xs NeXT implementation 193 209 ext/DynaLoader/dl_none.xs Stub implementation 210 ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files 194 211 ext/DynaLoader/dl_vmesa.xs VM/ESA implementation 195 212 ext/DynaLoader/dl_vms.xs VMS implementation 196 ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module213 ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module 197 214 ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture 198 215 ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture 199 216 ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture 200 ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture217 ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture 201 218 ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer 202 219 ext/DynaLoader/README Dynamic Loader notes and intro 220 ext/DynaLoader/t/XSLoader.t See if XSLoader works 203 221 ext/DynaLoader/XSLoader_pm.PL Simple XS Loader perl module 204 222 ext/Encode/AUTHORS List of authors 205 ext/Encode/bin/enc2xs Encode module generator206 ext/Encode/bin/piconv iconv by perl223 ext/Encode/bin/enc2xs Encode module generator 224 ext/Encode/bin/piconv iconv by perl 207 225 ext/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 226 ext/Encode/bin/ucmlint A UCM Lint utility 227 ext/Encode/bin/ucmsort A UCM sort utility 228 ext/Encode/bin/unidump Unicode Dump like hexdump(1) 229 ext/Encode/Byte/Byte.pm Encode extension 230 ext/Encode/Byte/Makefile.PL Encode extension 212 231 ext/Encode/Changes Change Log 213 232 ext/Encode/CN/CN.pm Encode extension 214 233 ext/Encode/CN/Makefile.PL Encode extension 215 ext/Encode/EBCDIC/EBCDIC.pm Encode extension216 ext/Encode/EBCDIC/Makefile.PL Encode extension234 ext/Encode/EBCDIC/EBCDIC.pm Encode extension 235 ext/Encode/EBCDIC/Makefile.PL Encode extension 217 236 ext/Encode/encengine.c Encode extension 218 ext/Encode/Encode.pm Mother of all Encode extensions 237 ext/Encode/Encode/Changes.e2x Skeleton file for enc2xs 238 ext/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs 239 ext/Encode/Encode/encode.h Encode extension header file 240 ext/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs 241 ext/Encode/Encode.pm Mother of all Encode extensions 242 ext/Encode/Encode/_PM.e2x Skeleton file for enc2xs 243 ext/Encode/Encode/README.e2x Skeleton file for enc2xs 244 ext/Encode/Encode/_T.e2x Skeleton file for enc2xs 219 245 ext/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 246 ext/Encode/encoding.pm Perl Pragmatic Module 228 247 ext/Encode/JP/JP.pm Encode extension 229 248 ext/Encode/JP/Makefile.PL Encode extension 230 249 ext/Encode/KR/KR.pm Encode extension 231 ext/Encode/KR/Makefile.PL Encode extension232 ext/Encode/lib/Encode/Alias.pm Encode extension250 ext/Encode/KR/Makefile.PL Encode extension 251 ext/Encode/lib/Encode/Alias.pm Encode extension 233 252 ext/Encode/lib/Encode/CJKConstants.pm Encode extension 234 253 ext/Encode/lib/Encode/CN/HZ.pm Encode extension 235 ext/Encode/lib/Encode/Config.pm Encode configuration module236 ext/Encode/lib/Encode/Encoder.pm OO Encoder254 ext/Encode/lib/Encode/Config.pm Encode configuration module 255 ext/Encode/lib/Encode/Encoder.pm OO Encoder 237 256 ext/Encode/lib/Encode/Encoding.pm Encode extension 238 257 ext/Encode/lib/Encode/Guess.pm Encode Extension 239 ext/Encode/lib/Encode/JP/H2Z.pm Encode extension258 ext/Encode/lib/Encode/JP/H2Z.pm Encode extension 240 259 ext/Encode/lib/Encode/JP/JIS7.pm Encode extension 241 260 ext/Encode/lib/Encode/KR/2022_KR.pm Encode extension … … 243 262 ext/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO 244 263 ext/Encode/lib/Encode/Supported.pod Documents for supported encodings 264 ext/Encode/lib/Encode/Unicode/UTF7.pm Encode extension 245 265 ext/Encode/Makefile.PL Encode extension makefile writer 246 266 ext/Encode/MANIFEST Encode extension 267 ext/Encode/META.yml Module meta-data in YAML 247 268 ext/Encode/README Encode extension 248 ext/Encode/Symbol/Makefile.PL Encode extension249 ext/Encode/Symbol/Symbol.pm Encode extension250 ext/Encode/t/Aliases.t test script251 ext/Encode/t/at-cn.t test script252 ext/Encode/t/at-tw.t test script269 ext/Encode/Symbol/Makefile.PL Encode extension 270 ext/Encode/Symbol/Symbol.pm Encode extension 271 ext/Encode/t/Aliases.t test script 272 ext/Encode/t/at-cn.t test script 273 ext/Encode/t/at-tw.t test script 253 274 ext/Encode/t/big5-eten.enc test data 254 275 ext/Encode/t/big5-eten.utf test data 255 276 ext/Encode/t/big5-hkscs.enc test data 256 277 ext/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 278 ext/Encode/t/CJKT.t test script 279 ext/Encode/t/enc_data.t test script for utf8 DATA 280 ext/Encode/t/enc_eucjp.t test script 281 ext/Encode/t/enc_module.enc test data for t/enc_module.t 282 ext/Encode/t/enc_module.t test script 283 ext/Encode/t/Encoder.t test script 284 ext/Encode/t/Encode.t test script 285 ext/Encode/t/encoding.t test script 286 ext/Encode/t/enc_utf8.t test script 287 ext/Encode/t/fallback.t test script 288 ext/Encode/t/gb2312.enc test data 289 ext/Encode/t/gb2312.utf test data 290 ext/Encode/t/grow.t test script 291 ext/Encode/t/gsm0338.t test script 292 ext/Encode/t/guess.t test script 266 293 ext/Encode/t/jisx0201.enc test data 267 294 ext/Encode/t/jisx0201.utf test data … … 270 297 ext/Encode/t/jisx0212.enc test data 271 298 ext/Encode/t/jisx0212.utf test data 272 ext/Encode/t/jperl.t test script299 ext/Encode/t/jperl.t test script 273 300 ext/Encode/t/ksc5601.enc test data 274 301 ext/Encode/t/ksc5601.utf test data 275 302 ext/Encode/t/mime-header.t test script 276 ext/Encode/t/perlio.t test script 303 ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses 304 ext/Encode/t/perlio.t test script 305 ext/Encode/t/rt.pl test script 277 306 ext/Encode/t/unibench.pl benchmark script 278 ext/Encode/t/Unicode.t test script307 ext/Encode/t/Unicode.t test script 279 308 ext/Encode/TW/Makefile.PL Encode extension 280 309 ext/Encode/TW/TW.pm Encode extension 281 ext/Encode/ucm/8859-1.ucm Unicode Character Map282 310 ext/Encode/ucm/8859-10.ucm Unicode Character Map 283 311 ext/Encode/ucm/8859-11.ucm Unicode Character Map … … 286 314 ext/Encode/ucm/8859-15.ucm Unicode Character Map 287 315 ext/Encode/ucm/8859-16.ucm Unicode Character Map 316 ext/Encode/ucm/8859-1.ucm Unicode Character Map 288 317 ext/Encode/ucm/8859-2.ucm Unicode Character Map 289 318 ext/Encode/ucm/8859-3.ucm Unicode Character Map … … 385 414 ext/Encode/Unicode/Unicode.pm Encode extension 386 415 ext/Encode/Unicode/Unicode.xs Encode extension 387 ext/Errno/ChangeLog See if Errno works388 ext/Errno/ Errno.t See if Errno works416 EXTERN.h Included before foreign .h files 417 ext/Errno/ChangeLog Errno changes 389 418 ext/Errno/Errno_pm.PL Errno perl module create script 390 419 ext/Errno/Makefile.PL Errno extension makefile writer 420 ext/Errno/t/Errno.t See if Errno works 391 421 ext/Fcntl/Fcntl.pm Fcntl extension Perl module 392 422 ext/Fcntl/Fcntl.xs Fcntl extension external subroutines … … 403 433 ext/File/Glob/t/case.t See if File::Glob works 404 434 ext/File/Glob/t/global.t See if File::Glob works 435 ext/File/Glob/TODO File::Glob extension todo list 405 436 ext/File/Glob/t/taint.t See if File::Glob works 406 ext/File/Glob/TODO File::Glob extension todo list407 437 ext/Filter/t/call.t See if Filter::Util::Call works 408 438 ext/Filter/Util/Call/Call.pm Filter::Util::Call extension module 409 439 ext/Filter/Util/Call/Call.xs Filter::Util::Call extension external subroutines 410 440 ext/Filter/Util/Call/Makefile.PL Filter::Util::Call extension makefile writer 411 ext/GDBM_File/gdbm.t See if GDBM_File works412 441 ext/GDBM_File/GDBM_File.pm GDBM extension Perl module 413 442 ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines 414 443 ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture 415 444 ext/GDBM_File/Makefile.PL GDBM extension makefile writer 445 ext/GDBM_File/t/gdbm.t See if GDBM_File works 416 446 ext/GDBM_File/typemap GDBM extension interface types 417 447 ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo 418 ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo448 ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo 419 449 ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo 420 ext/I18N/Langinfo/Langinfo.t I18N::Langinfo421 450 ext/I18N/Langinfo/Langinfo.xs I18N::Langinfo 422 451 ext/I18N/Langinfo/Makefile.PL I18N::Langinfo 452 ext/I18N/Langinfo/t/Langinfo.t See whether I18N::Langinfo works 423 453 ext/IO/ChangeLog IO perl module change log 424 454 ext/IO/hints/sco.pl Hint for IO for named architecture … … 432 462 ext/IO/lib/IO/Seekable.pm IO methods for seekable handles 433 463 ext/IO/lib/IO/Select.pm IO system select() interface 464 ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods 434 465 ext/IO/lib/IO/Socket.pm IO socket handle package 435 ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods436 466 ext/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 work438 ext/IO/lib/IO/t/io_dir.t See if directory-related methods from IO work439 ext/IO/lib/IO/t/io_dup.t See if dup()-related methods from IO work440 ext/IO/lib/IO/t/io_linenum.t See if I/O line numbers are tracked correctly441 ext/IO/lib/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts442 ext/IO/lib/IO/t/io_pipe.t See if pipe()-related methods from IO work443 ext/IO/lib/IO/t/io_poll.t See if poll()-related methods from IO work444 ext/IO/lib/IO/t/io_sel.t See if select()-related methods from IO work445 ext/IO/lib/IO/t/io_sock.t See if INET socket-related methods from IO work446 ext/IO/lib/IO/t/io_taint.t See if the untaint method from IO works447 ext/IO/lib/IO/t/io_tell.t See if seek()/tell()-related methods from IO work448 ext/IO/lib/IO/t/io_udp.t See if UDP socket-related methods from IO work449 ext/IO/lib/IO/t/io_unix.t See if UNIX socket-related methods from IO work450 ext/IO/lib/IO/t/io_xs.t See if XSUB methods from IO work451 467 ext/IO/Makefile.PL IO extension makefile writer 452 468 ext/IO/poll.c IO poll() emulation using select() 453 469 ext/IO/poll.h IO poll() emulation using select() 454 470 ext/IO/README IO extension maintenance notice 471 ext/IO/t/io_const.t See if constants from IO work 472 ext/IO/t/io_dir.t See if directory-related methods from IO work 473 ext/IO/t/io_dup.t See if dup()-related methods from IO work 474 ext/IO/t/io_linenum.t See if I/O line numbers are tracked correctly 475 ext/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts 476 ext/IO/t/io_pipe.t See if pipe()-related methods from IO work 477 ext/IO/t/io_poll.t See if poll()-related methods from IO work 478 ext/IO/t/io_sel.t See if select()-related methods from IO work 479 ext/IO/t/io_sock.t See if INET socket-related methods from IO work 480 ext/IO/t/IO.t See if IO works 481 ext/IO/t/io_taint.t See if the untaint method from IO works 482 ext/IO/t/io_tell.t See if seek()/tell()-related methods from IO work 483 ext/IO/t/io_udp.t See if UDP socket-related methods from IO work 484 ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work 485 ext/IO/t/io_utf8.t See if perlio opens work 486 ext/IO/t/io_xs.t See if XSUB methods from IO work 455 487 ext/IPC/SysV/ChangeLog IPC::SysV extension Perl module 456 488 ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture 457 489 ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture 458 ext/IPC/SysV/ipcsysv.t See if IPC::SysV works459 490 ext/IPC/SysV/Makefile.PL IPC::SysV extension Perl module 460 491 ext/IPC/SysV/MANIFEST IPC::SysV extension Perl module … … 464 495 ext/IPC/SysV/SysV.pm IPC::SysV extension Perl module 465 496 ext/IPC/SysV/SysV.xs IPC::SysV extension Perl module 497 ext/IPC/SysV/t/ipcsysv.t See if IPC::SysV works 466 498 ext/IPC/SysV/t/msg.t IPC::SysV extension Perl module 467 499 ext/IPC/SysV/t/sem.t IPC::SysV extension Perl module … … 474 506 ext/List/Util/t/dualvar.t Scalar::Util 475 507 ext/List/Util/t/first.t List::Util 508 ext/List/Util/t/isvstring.t Scalar::Util 509 ext/List/Util/t/lln.t Scalar::Util 510 ext/List/Util/t/maxstr.t List::Util 476 511 ext/List/Util/t/max.t List::Util 477 ext/List/Util/t/m axstr.t List::Util512 ext/List/Util/t/minstr.t List::Util 478 513 ext/List/Util/t/min.t List::Util 479 ext/List/Util/t/minstr.t List::Util480 514 ext/List/Util/t/openhan.t Scalar::Util 515 ext/List/Util/t/proto.t Scalar::Util 481 516 ext/List/Util/t/readonly.t Scalar::Util 482 517 ext/List/Util/t/reduce.t List::Util 518 ext/List/Util/t/refaddr.t Scalar::Util 483 519 ext/List/Util/t/reftype.t Scalar::Util 484 520 ext/List/Util/t/shuffle.t List::Util … … 497 533 ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture 498 534 ext/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 architecture535 ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture 500 536 ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture 501 537 ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture … … 503 539 ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture 504 540 ext/NDBM_File/Makefile.PL NDBM extension makefile writer 505 ext/NDBM_File/ndbm.t See if NDBM_File works506 541 ext/NDBM_File/NDBM_File.pm NDBM extension Perl module 507 542 ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines 543 ext/NDBM_File/t/ndbm.t See if NDBM_File works 508 544 ext/NDBM_File/typemap NDBM extension interface types 509 545 ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture … … 516 552 ext/ODBM_File/hints/ultrix.pl Hint for ODBM_File for named architecture 517 553 ext/ODBM_File/Makefile.PL ODBM extension makefile writer 518 ext/ODBM_File/odbm.t See if ODBM_File works519 554 ext/ODBM_File/ODBM_File.pm ODBM extension Perl module 520 555 ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines 556 ext/ODBM_File/t/odbm.t See if ODBM_File works 521 557 ext/ODBM_File/typemap ODBM extension interface types 522 558 ext/Opcode/Makefile.PL Opcode extension makefile writer 523 559 ext/Opcode/Opcode.pm Opcode extension Perl module 524 ext/Opcode/Opcode.t See if Opcode works525 560 ext/Opcode/Opcode.xs Opcode extension external subroutines 526 561 ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module 527 ext/Opcode/ops.t See if Opcode works528 562 ext/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 563 ext/Opcode/t/Opcode.t See if Opcode works 564 ext/Opcode/t/ops.t See if Opcode works 565 ext/PerlIO/encoding/encoding.pm PerlIO::encoding 566 ext/PerlIO/encoding/encoding.xs PerlIO::encoding 567 ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer 532 568 ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files 533 ext/PerlIO/PerlIO.t See if PerlIO works534 569 ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars 535 570 ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars … … 538 573 ext/PerlIO/t/fail.t See if bad layers fail 539 574 ext/PerlIO/t/fallback.t See if PerlIO fallbacks work 575 ext/PerlIO/t/open.t See if PerlIO certain special opens work 576 ext/PerlIO/t/PerlIO.t See if PerlIO works 540 577 ext/PerlIO/t/scalar.t See if PerlIO::scalar works 541 578 ext/PerlIO/t/via.t See if PerlIO::via works 579 ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture 542 580 ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl 543 581 ext/PerlIO/via/via.pm PerlIO layer for layers in perl … … 558 596 ext/POSIX/POSIX.pod POSIX extension documentation 559 597 ext/POSIX/POSIX.xs POSIX extension external subroutines 598 ext/POSIX/t/is.t See if POSIX isxxx() work 560 599 ext/POSIX/t/posix.t See if POSIX works 561 600 ext/POSIX/t/sigaction.t See if POSIX::sigaction works … … 566 605 ext/re/Makefile.PL re extension makefile writer 567 606 ext/re/re.pm re extension Perl module 568 ext/re/re.t see if re pragma works569 607 ext/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 608 ext/re/t/re.t see if re pragma works 609 ext/Safe/t/safe1.t See if Safe works 610 ext/Safe/t/safe2.t See if Safe works 611 ext/Safe/t/safe3.t See if Safe works 572 612 ext/SDBM_File/Makefile.PL SDBM extension makefile writer 573 ext/SDBM_File/sdbm.t See if SDBM_File works574 613 ext/SDBM_File/sdbm/biblio SDBM kit 575 614 ext/SDBM_File/sdbm/CHANGES SDBM kit … … 580 619 ext/SDBM_File/sdbm/dbe.c SDBM kit 581 620 ext/SDBM_File/sdbm/dbu.c SDBM kit 621 ext/SDBM_File/SDBM_File.pm SDBM extension Perl module 622 ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines 582 623 ext/SDBM_File/sdbm/grind SDBM kit 583 624 ext/SDBM_File/sdbm/hash.c SDBM kit … … 595 636 ext/SDBM_File/sdbm/tune.h SDBM kit 596 637 ext/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 638 ext/SDBM_File/t/sdbm.t See if SDBM_File works 599 639 ext/SDBM_File/typemap SDBM extension interface types 600 640 ext/Socket/Makefile.PL Socket extension makefile writer 601 641 ext/Socket/Socket.pm Socket extension Perl module 602 ext/Socket/Socket.t See if Socket works603 642 ext/Socket/Socket.xs Socket extension external subroutines 604 ext/Socket/socketpair.t See if socketpair works 643 ext/Socket/t/socketpair.t See if socketpair works 644 ext/Socket/t/Socket.t See if Socket works 605 645 ext/Storable/ChangeLog Storable extension 646 ext/Storable/hints/linux.pl Hint for Storable for named architecture 606 647 ext/Storable/Makefile.PL Storable extension 607 648 ext/Storable/MANIFEST Storable extension … … 611 652 ext/Storable/t/blessed.t See if Storable works 612 653 ext/Storable/t/canonical.t See if Storable works 654 ext/Storable/t/code.t See if Storable works 613 655 ext/Storable/t/compat06.t See if Storable works 614 656 ext/Storable/t/croak.t See if Storable works … … 618 660 ext/Storable/t/freeze.t See if Storable works 619 661 ext/Storable/t/integer.t See if Storable works 620 ext/Storable/t/interwork56.t Test com batibility kludge for 64bit data under 5.6.x662 ext/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x 621 663 ext/Storable/t/lock.t See if Storable works 622 664 ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t … … 629 671 ext/Storable/t/st-dump.pl See if Storable works 630 672 ext/Storable/t/store.t See if Storable works 631 ext/Storable/t/tied.t See if Storable works632 673 ext/Storable/t/tied_hook.t See if Storable works 633 674 ext/Storable/t/tied_items.t See if Storable works 675 ext/Storable/t/tied.t See if Storable works 676 ext/Storable/t/utf8hash.t See if Storable works 634 677 ext/Storable/t/utf8.t See if Storable works 635 ext/Storable/t/utf8hash.t See if Storable works636 678 ext/Sys/Hostname/Hostname.pm Sys::Hostname extension Perl module 637 ext/Sys/Hostname/Hostname.t See if Sys::Hostname works638 679 ext/Sys/Hostname/Hostname.xs Sys::Hostname extension external subroutines 639 680 ext/Sys/Hostname/Makefile.PL Sys::Hostname extension makefile writer 681 ext/Sys/Hostname/t/Hostname.t See if Sys::Hostname works 640 682 ext/Sys/Syslog/Makefile.PL Sys::Syslog extension makefile writer 641 683 ext/Sys/Syslog/Syslog.pm Sys::Syslog extension Perl module 642 ext/Sys/Syslog/syslog.t See if Sys::Syslog works643 684 ext/Sys/Syslog/Syslog.xs Sys::Syslog extension external subroutines 685 ext/Sys/Syslog/t/syslog.t See if Sys::Syslog works 644 686 ext/Thread/create.tx Test thread creation 687 ext/Thread/die2.tx Test thread die() differently 645 688 ext/Thread/die.tx Test thread die() 646 ext/Thread/die2.tx Test thread die() differently647 689 ext/Thread/io.tx Test threads doing simple I/O 690 ext/Thread/join2.tx Test thread joining differently 648 691 ext/Thread/join.tx Test thread joining 649 ext/Thread/join2.tx Test thread joining differently650 692 ext/Thread/list.tx Test getting list of all threads 651 693 ext/Thread/lock.tx Test lock primitive … … 656 698 ext/Thread/README Thread README 657 699 ext/Thread/README.threads Notes about multithreading 700 ext/threads/Changes ithreads 658 701 ext/Thread/Semaphore.pmx Threadsafe semaphore 702 ext/threads/Makefile.PL ithreads 659 703 ext/Thread/specific.tx Test thread-specific user data 660 ext/Thread/sync.tx Test thread synchronisation661 ext/Thread/sync2.tx Test thread synchronisation662 ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads)663 ext/Thread/Thread.xs Thread extension external subroutines664 ext/Thread/Thread/Signal.pm Start a thread to run signal handlers665 ext/Thread/Thread/Specific.pm Thread specific data access666 ext/Thread/typemap Thread extension interface types667 ext/Thread/unsync.tx Test thread implicit synchronisation668 ext/Thread/unsync2.tx Test thread implicit synchronisation669 ext/Thread/unsync3.tx Test thread implicit synchronisation670 ext/Thread/unsync4.tx Test thread implicit synchronisation671 ext/threads/Changes ithreads672 ext/threads/Makefile.PL ithreads673 704 ext/threads/README ithreads 674 705 ext/threads/shared/Makefile.PL thread shared variables … … 680 711 ext/threads/shared/t/av_simple.t Tests for basic shared array functionality. 681 712 ext/threads/shared/t/cond.t Test condition variables 713 ext/threads/shared/t/disabled.t Test threads::shared when threads are disabled. 682 714 ext/threads/shared/t/hv_refs.t Test shared hashes containing references 683 715 ext/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.716 ext/threads/shared/t/no_share.t Tests for disabled share on variables. 685 717 ext/threads/shared/t/shared_attr.t Test :shared attribute 686 718 ext/threads/shared/t/sv_refs.t thread shared variables 687 719 ext/threads/shared/t/sv_simple.t thread shared variables 720 ext/threads/shared/t/wait.t Test cond_wait and cond_timedwait 688 721 ext/threads/shared/typemap thread::shared types 689 722 ext/threads/t/basic.t ithreads 690 723 ext/threads/t/end.t Test end functions 724 ext/threads/threads.pm ithreads 725 ext/threads/threads.xs ithreads 691 726 ext/threads/t/join.t Testing the join function 692 ext/threads/t/libc.t testing libc functions for threadsafety ness727 ext/threads/t/libc.t testing libc functions for threadsafety 693 728 ext/threads/t/list.t Test threads->list() 729 ext/threads/t/problems.t Test various memory problems 694 730 ext/threads/t/stress_cv.t Test with multiple threads, coderef cv argument. 695 731 ext/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes. 696 732 ext/threads/t/stress_string.t Test with multiple threads, string cv argument. 697 733 ext/threads/t/thread.t General ithread tests from thr5005 698 ext/threads/threads.pm ithreads699 ext/threads/threads.xs ithreads700 734 ext/threads/typemap ithreads 735 ext/Thread/sync2.tx Test thread synchronisation 736 ext/Thread/sync.tx Test thread synchronisation 737 ext/Thread/thr5005.t Test 5.005-style threading (skipped if no use5005threads) 738 ext/Thread/Thread/Signal.pm Start a thread to run signal handlers 739 ext/Thread/Thread/Specific.pm Thread specific data access 740 ext/Thread/Thread.xs Thread extension external subroutines 741 ext/Thread/typemap Thread extension interface types 742 ext/Thread/unsync2.tx Test thread implicit synchronisation 743 ext/Thread/unsync3.tx Test thread implicit synchronisation 744 ext/Thread/unsync4.tx Test thread implicit synchronisation 745 ext/Thread/unsync.tx Test thread implicit synchronisation 701 746 ext/Time/HiRes/Changes Time::HiRes extension 747 ext/Time/HiRes/fallback/const-c.inc Time::HiRes extension 748 ext/Time/HiRes/fallback/const-xs.inc Time::HiRes extension 749 ext/Time/HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture 702 750 ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture 751 ext/Time/HiRes/hints/irix.pl Hint for Time::HiRes for named architecture 703 752 ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture 753 ext/Time/HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture 704 754 ext/Time/HiRes/HiRes.pm Time::HiRes extension 705 ext/Time/HiRes/HiRes.t Test for Time::HiRes706 755 ext/Time/HiRes/HiRes.xs Time::HiRes extension 707 756 ext/Time/HiRes/Makefile.PL Time::HiRes extension 757 ext/Time/HiRes/t/HiRes.t Test for Time::HiRes 758 ext/Time/HiRes/typemap Time::HiRes extension 708 759 ext/Unicode/Normalize/Changes Unicode::Normalize 709 760 ext/Unicode/Normalize/Makefile.PL Unicode::Normalize … … 712 763 ext/Unicode/Normalize/Normalize.xs Unicode::Normalize 713 764 ext/Unicode/Normalize/README Unicode::Normalize 765 ext/Unicode/Normalize/t/fcdc.t Unicode::Normalize 766 ext/Unicode/Normalize/t/form.t Unicode::Normalize 714 767 ext/Unicode/Normalize/t/func.t Unicode::Normalize 768 ext/Unicode/Normalize/t/illegal.t Unicode::Normalize 715 769 ext/Unicode/Normalize/t/norm.t Unicode::Normalize 770 ext/Unicode/Normalize/t/null.t Unicode::Normalize 771 ext/Unicode/Normalize/t/proto.t Unicode::Normalize 772 ext/Unicode/Normalize/t/short.t Unicode::Normalize 773 ext/Unicode/Normalize/t/split.t Unicode::Normalize 716 774 ext/Unicode/Normalize/t/test.t Unicode::Normalize 717 775 ext/util/make_ext Used by Makefile to execute extension Makefiles … … 721 779 ext/XS/APItest/MANIFEST XS::APItest extension 722 780 ext/XS/APItest/README XS::APItest extension 781 ext/XS/APItest/t/hash.t XS::APItest extension 723 782 ext/XS/APItest/t/printf.t XS::APItest extension 724 783 ext/XS/Typemap/Makefile.PL XS::Typemap extension 725 784 ext/XS/Typemap/README XS::Typemap extension 726 785 ext/XS/Typemap/stdio.c XS::Typemap extension 786 ext/XS/Typemap/t/Typemap.t test that typemaps work 727 787 ext/XS/Typemap/typemap XS::Typemap extension 728 788 ext/XS/Typemap/Typemap.pm XS::Typemap extension 729 ext/XS/Typemap/Typemap.t test that typemaps work730 789 ext/XS/Typemap/Typemap.xs XS::Typemap extension 731 EXTERN.h Included before foreign .h files732 790 fakesdio.h stdio in terms of PerlIO 733 791 fakethr.h Fake threads header 734 792 form.h Public declarations for formats 793 globals.c File to declare global symbols (for shared library) 735 794 global.sym Symbols that need hiding when embedded 736 globals.c File to declare global symbols (for shared library)737 795 globvar.sym Global variables that need hiding when embedded 738 796 gv.c Glob value code 739 797 gv.h Glob value header 798 h2pl/cbreak2.pl cbreak routines using .pl 740 799 h2pl/cbreak.pl cbreak routines using .ph 741 h2pl/cbreak2.pl cbreak routines using .pl742 800 h2pl/eg/sizeof.ph Sample sizeof array initialization 743 801 h2pl/eg/sys/errno.pl Sample translated errno.pl 802 h2pl/eg/sysexits.pl Sample translated sysexits.pl 744 803 h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl 745 h2pl/eg/sysexits.pl Sample translated sysexits.pl746 804 h2pl/getioctlsizes Program to extract types from ioctl.h 747 805 h2pl/mksizes Program to make %sizeof array … … 751 809 h2pl/tcbreak2 cbreak test routine using .pl 752 810 handy.h Handy definitions 811 hints/3b1cc Hints for named architecture 753 812 hints/3b1.sh Hints for named architecture 754 hints/3b1cc Hints for named architecture755 813 hints/aix.sh Hints for named architecture 756 814 hints/altos486.sh Hints for named architecture … … 770 828 hints/dgux.sh Hints for named architecture 771 829 hints/dos_djgpp.sh Hints for named architecture 830 hints/dynixptx.sh Hints for named architecture 772 831 hints/dynix.sh Hints for named architecture 773 hints/dynixptx.sh Hints for named architecture774 832 hints/epix.sh Hints for named architecture 775 833 hints/esix4.sh Hints for named architecture … … 783 841 hints/irix_4.sh Hints for named architecture 784 842 hints/irix_5.sh Hints for named architecture 785 hints/irix_6.sh Hints for named architecture786 843 hints/irix_6_0.sh Hints for named architecture 787 844 hints/irix_6_1.sh Hints for named architecture 845 hints/irix_6.sh Hints for named architecture 846 hints/isc_2.sh Hints for named architecture 788 847 hints/isc.sh Hints for named architecture 789 hints/isc_2.sh Hints for named architecture790 848 hints/linux.sh Hints for named architecture 791 849 hints/lynxos.sh Hints for named architecture 850 hints/machten_2.sh Hints for named architecture 792 851 hints/machten.sh Hints for named architecture 793 hints/machten_2.sh Hints for named architecture794 852 hints/mint.sh Hints for named architecture 795 853 hints/mips.sh Hints for named architecture … … 799 857 hints/netbsd.sh Hints for named architecture 800 858 hints/newsos4.sh Hints for named architecture 859 hints/next_3_0.sh Hints for named architecture 801 860 hints/next_3.sh Hints for named architecture 802 hints/next_3_0.sh Hints for named architecture803 861 hints/next_4.sh Hints for named architecture 804 862 hints/nonstopux.sh Hints for named architecture … … 807 865 hints/os2.sh Hints for named architecture 808 866 hints/os390.sh Hints for named architecture 867 hints/os400.sh Hints for named architecture 809 868 hints/posix-bc.sh Hints for named architecture 810 869 hints/powerux.sh Hints for named architecture … … 812 871 hints/README.hints Notes about hints 813 872 hints/rhapsody.sh Hints for named architecture 814 hints/sco.sh Hints for named architecture815 873 hints/sco_2_3_0.sh Hints for named architecture 816 874 hints/sco_2_3_1.sh Hints for named architecture … … 818 876 hints/sco_2_3_3.sh Hints for named architecture 819 877 hints/sco_2_3_4.sh Hints for named architecture 878 hints/sco.sh Hints for named architecture 820 879 hints/solaris_2.sh Hints for named architecture 821 880 hints/stellar.sh Hints for named architecture … … 830 889 hints/ultrix_4.sh Hints for named architecture 831 890 hints/umips.sh Hints for named architecture 891 hints/unicosmk.sh Hints for named architecture 832 892 hints/unicos.sh Hints for named architecture 833 hints/unicosmk.sh Hints for named architecture834 893 hints/unisysdynix.sh Hints for named architecture 835 894 hints/utekv.sh Hints for named architecture … … 856 915 jpl/JNI/Changes Java Native Interface changes 857 916 jpl/JNI/Closer.java Java Native Interface example 858 jpl/JNI/JNI.pm Java Native Interface module859 jpl/JNI/JNI.xs Java Native Interface module860 917 jpl/JNI/JNIConfig Java Native Interface config 861 918 jpl/JNI/JNIConfig.kaffe Java Native Interface config … … 863 920 jpl/JNI/JNIConfig.standard Java Native Interface config 864 921 jpl/JNI/JNIConfig.Win32 Java Native Interface config 922 jpl/JNI/JNI.pm Java Native Interface module 923 jpl/JNI/JNI.xs Java Native Interface module 865 924 jpl/JNI/Makefile.PL Java Native Interface makefile generator 866 925 jpl/JNI/test.pl Java Native Interface tests … … 876 935 jpl/JPL_Rolo/Makefile.PL Makefile generator 877 936 jpl/JPL_Rolo/README Instructions 878 jpl/PerlInterpreter/Makefile.PL Makefile generator937 jpl/PerlInterpreter/Makefile.PL Makefile generator 879 938 jpl/PerlInterpreter/PerlInterpreter.c Perl interpreter abstraction 880 939 jpl/PerlInterpreter/PerlInterpreter.h Perl interpreter abstraction … … 893 952 lib/AnyDBM_File.t See if AnyDBM_File works 894 953 lib/assert.pl assertion and panic with stack trace 895 lib/Attribute/Handlers.pm Attribute::Handlers896 954 lib/Attribute/Handlers/Changes Attribute::Handlers 897 lib/Attribute/Handlers/demo/demo.pl Attribute::Handlers demo898 lib/Attribute/Handlers/demo/Demo.pm Attribute::Handlers demo899 955 lib/Attribute/Handlers/demo/demo2.pl Attribute::Handlers demo 900 956 lib/Attribute/Handlers/demo/demo3.pl Attribute::Handlers demo … … 905 961 lib/Attribute/Handlers/demo/demo_hashdir.pl Attribute::Handlers demo 906 962 lib/Attribute/Handlers/demo/demo_phases.pl Attribute::Handlers demo 963 lib/Attribute/Handlers/demo/demo.pl Attribute::Handlers demo 964 lib/Attribute/Handlers/demo/Demo.pm Attribute::Handlers demo 907 965 lib/Attribute/Handlers/demo/demo_range.pl Attribute::Handlers demo 908 966 lib/Attribute/Handlers/demo/demo_rawdata.pl Attribute::Handlers demo 909 967 lib/Attribute/Handlers/demo/Descriptions.pm Attribute::Handlers demo 910 968 lib/Attribute/Handlers/demo/MyClass.pm Attribute::Handlers demo 969 lib/Attribute/Handlers.pm Attribute::Handlers 911 970 lib/Attribute/Handlers/README Attribute::Handlers 912 971 lib/Attribute/Handlers/t/multi.t See if Attribute::Handlers works … … 919 978 lib/autouse.t See if autouse works 920 979 lib/base.pm Establish IS-A relationship at compile time 980 lib/base/t/base.t See if base works 981 lib/base/t/fields-base.t See if fields work 982 lib/base/t/fields.t See if fields work 921 983 lib/Benchmark.pm Measure execution time 922 984 lib/Benchmark.t See if Benchmark works … … 924 986 lib/bigfloatpl.t See if bigfloat.pl works 925 987 lib/bigint.pl An arbitrary precision integer arithmetic package 988 lib/bigintpl.t See if bigint.pl works 926 989 lib/bigint.pm bignum 927 lib/bigintpl.t See if bigint.pl works928 990 lib/bignum.pm bignum 929 991 lib/bignum/t/bigint.t See if bignum works 930 992 lib/bignum/t/bignum.t See if bignum works 931 993 lib/bignum/t/bigrat.t See if bignum works 994 lib/bignum/t/biinfnan.t See if bignum works 995 lib/bignum/t/bninfnan.t See if bignum works 996 lib/bignum/t/bn_lite.t See if bignum works 997 lib/bignum/t/brinfnan.t See if bignum works 998 lib/bignum/t/br_lite.t See if bignum works 999 lib/bignum/t/infnan.inc See if bignum works 932 1000 lib/bignum/t/option_a.t See if bignum works 933 1001 lib/bignum/t/option_l.t See if bignum works … … 937 1005 lib/blib.pm For "use blib" 938 1006 lib/blib.t blib.pm test 1007 lib/bytes_heavy.pl Support routines for byte pragma 939 1008 lib/bytes.pm Pragma to enable byte operations 940 1009 lib/bytes.t bytes.pm test 941 lib/bytes_heavy.pl Support routines for byte pragma942 1010 lib/cacheout.pl Manages output filehandles when you need too many 1011 lib/Carp/Heavy.pm Error message workhorse 943 1012 lib/Carp.pm Error message base class 944 1013 lib/Carp.t See if Carp works 945 lib/Carp/Heavy.pm Error message workhorse946 lib/CGI.pm Web server interface ("Common Gateway Interface")947 1014 lib/CGI/Apache.pm Support for Apache's Perl module 948 1015 lib/CGI/Carp.pm Log server errors with helpful context … … 971 1038 lib/CGI/eg/wilogo_gif.uu CGI example 972 1039 lib/CGI/Fast.pm Support for FastCGI (persistent server process) 1040 lib/CGI.pm Web server interface ("Common Gateway Interface") 973 1041 lib/CGI/Pretty.pm Output nicely formatted HTML 974 1042 lib/CGI/Push.pm Support for server push … … 985 1053 lib/CGI/t/request.t See if CGI.pm works 986 1054 lib/CGI/t/switch.t See if CGI::Switch still loads 1055 lib/CGI/t/util-58.t See if 5.8-dependent features work 987 1056 lib/CGI/t/util.t See if CGI.pm works 988 1057 lib/CGI/Util.pm Utility functions … … 997 1066 lib/constant.pm For "use constant" 998 1067 lib/constant.t See if compile-time constants work 1068 lib/CPAN/bin/cpan easily interact with CPAN from the command line 1069 lib/CPAN/FirstTime.pm Utility for creating CPAN config files 1070 lib/CPAN/META.yml CPAN metainfo 1071 lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions 1072 lib/CPAN/PAUSE2003.pub CPAN public key 999 1073 lib/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 1074 lib/CPAN/SIGNATURE CPAN signature 1002 1075 lib/CPAN/t/loadme.t See if CPAN the module works 1003 1076 lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works 1004 1077 lib/CPAN/t/Nox.t See if CPAN::Nox works 1078 lib/CPAN/t/signature.t CPAN signature test 1005 1079 lib/CPAN/t/vcmp.t See if CPAN the module works 1006 1080 lib/ctime.pl A ctime workalike … … 1012 1086 lib/diagnostics.pm Print verbose diagnostics 1013 1087 lib/diagnostics.t See if diagnostics.pm works 1088 lib/Digest/base.pm Digest extensions 1014 1089 lib/Digest.pm Digest extensions 1015 lib/Digest.t See if Digest extensions work 1090 lib/Digest/t/base.t See if Digest extensions work 1091 lib/Digest/t/digest.t See if Digest extensions work 1016 1092 lib/DirHandle.pm like FileHandle only for directories 1017 1093 lib/DirHandle.t See if DirHandle works … … 1020 1096 lib/Dumpvalue.t See if Dumpvalue works 1021 1097 lib/dumpvar.pl A variable dumper 1098 lib/dumpvar.t A variable dumper tester 1022 1099 lib/English.pm Readable aliases for short variables 1023 1100 lib/English.t See if English works … … 1026 1103 lib/Env/t/env.t See if Env works 1027 1104 lib/exceptions.pl catch and throw routines 1105 lib/Exporter/Heavy.pm Complicated routines for Exporter 1028 1106 lib/Exporter.pm Exporter base class 1029 1107 lib/Exporter.t See if Exporter works 1030 lib/Exporter/Heavy.pm Complicated routines for Exporter1031 1108 lib/ExtUtils/Changes MakeMaker change log 1109 lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line 1032 1110 lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms 1033 lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line1034 1111 lib/ExtUtils/Constant.pm generate XS code to import C header constants 1035 1112 lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs 1113 lib/ExtUtils/Installed.pm Information on installed extensions 1036 1114 lib/ExtUtils/Install.pm Handles 'make install' on extensions 1037 lib/ExtUtils/Installed.pm Information on installed extensions1038 1115 lib/ExtUtils/instmodsh Give information about installed extensions 1116 lib/ExtUtils/Liblist/Kid.pm Does the real work of the above 1039 1117 lib/ExtUtils/Liblist.pm Locates libraries 1040 lib/ExtUtils/Liblist/Kid.pm Does the real work of the above 1118 lib/ExtUtils/MakeMaker/bytes.pm Version agnostic bytes.pm 1119 lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ 1041 1120 lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions 1121 lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker 1122 lib/ExtUtils/MakeMaker/vmsish.pm Platform agnostic vmsish.pm 1042 1123 lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files 1043 1124 lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP 1125 lib/ExtUtils/META.yml ExtUtils::MakeMaker metadata 1044 1126 lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) 1045 1127 lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions 1046 lib/ExtUtils/MM.pm MakeMaker adaptor class1047 1128 lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS 1048 1129 lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS 1049 1130 lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin 1050 1131 lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS 1051 lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS1132 lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS 1052 1133 lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare 1053 1134 lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2 1135 lib/ExtUtils/MM.pm MakeMaker adaptor class 1054 1136 lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix 1055 1137 lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN … … 1058 1140 lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95 1059 1141 lib/ExtUtils/MY.pm MakeMaker user override class 1142 lib/ExtUtils/NOTES Notes about MakeMaker internals 1060 1143 lib/ExtUtils/Packlist.pm Manipulates .packlist files 1144 lib/ExtUtils/PATCHING Suggestions for patching MakeMaker 1145 lib/ExtUtils/README MakeMaker README 1146 lib/ExtUtils/t/00compile.t See if MakeMaker modules compile 1061 1147 lib/ExtUtils/t/00setup_dummy.t Setup MakeMaker test module 1062 1148 lib/ExtUtils/t/backwards.t Check MakeMaker's backwards compatibility 1063 1149 lib/ExtUtils/t/basic.t See if MakeMaker can build a module 1150 lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes 1064 1151 lib/ExtUtils/t/Command.t See if ExtUtils::Command works (Win32 only) 1065 1152 lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works 1066 1153 lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works 1154 lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension 1067 1155 lib/ExtUtils/t/hints.t See if hint files are honored. 1156 lib/ExtUtils/t/Installed.t See if ExtUtils::Installed works 1157 lib/ExtUtils/t/Install.t See if ExtUtils::Install works 1158 lib/ExtUtils/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs 1068 1159 lib/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 1160 lib/ExtUtils/t/Liblist.t See if ExtUtils::Liblist works 1071 1161 lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works 1072 1162 lib/ExtUtils/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works 1163 lib/ExtUtils/t/MM_Any.t See if ExtUtils::MM_Any works 1073 1164 lib/ExtUtils/t/MM_BeOS.t See if ExtUtils::MM_BeOS works 1074 1165 lib/ExtUtils/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works … … 1078 1169 lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works 1079 1170 lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works 1171 lib/ExtUtils/TODO Things TODO in MakeMaker 1172 lib/ExtUtils/t/oneliner.t See if MM can generate perl one-liners 1080 1173 lib/ExtUtils/t/Packlist.t See if Packlist works 1174 lib/ExtUtils/t/postamble.t See if postamble works 1081 1175 lib/ExtUtils/t/prefixify.t See if MakeMaker can apply a PREFIX 1176 lib/ExtUtils/t/prereq_print.t See if PREREQ_PRINT works 1082 1177 lib/ExtUtils/t/problems.t How MakeMaker reacts to build problems 1178 lib/ExtUtils/t/prompt.t See if E::MM::prompt() works 1179 lib/ExtUtils/t/recurs.t See if recursive builds work 1180 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works 1083 1181 lib/ExtUtils/t/testlib.t See if ExtUtils::testlib works 1084 1182 lib/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 1183 lib/ExtUtils/t/vmsish.t Test ExtUtils::MakeMaker::vmsish 1184 lib/ExtUtils/t/writemakefile_args.t See if WriteMakefile works 1088 1185 lib/ExtUtils/typemap Extension interface types 1186 lib/ExtUtils/t/zz_cleanup_dummy.t Cleanup MakeMaker test module 1089 1187 lib/ExtUtils/xsubpp External subroutine preprocessor 1090 1188 lib/fastcwd.pl a faster but more dangerous getcwd … … 1092 1190 lib/Fatal.t See if Fatal works 1093 1191 lib/fields.pm Set up object field names for pseudo-hash-using classes 1094 lib/fields.t See if base/fields works1095 1192 lib/File/Basename.pm Emulate the basename program 1096 1193 lib/File/Basename.t See if File::Basename works 1194 lib/FileCache.pm Keep more files open than the system permits 1195 lib/FileCache/t/01open.t See if FileCache works 1196 lib/FileCache/t/02maxopen.t See if FileCache works 1197 lib/FileCache/t/03append.t See if FileCache works 1198 lib/FileCache/t/04twoarg.t See if FileCache works 1199 lib/FileCache/t/05override.t See if FileCache works 1097 1200 lib/File/CheckTree.pm Perl module supporting wholesale file mode validation 1098 1201 lib/File/CheckTree.t See if File::CheckTree works … … 1106 1209 lib/File/Find/t/find.t See if File::Find works 1107 1210 lib/File/Find/t/taint.t See if File::Find works with taint 1211 lib/FileHandle.pm Backward-compatible front end to IO extension 1212 lib/FileHandle.t See if FileHandle works 1108 1213 lib/File/Path.pm Do things like `mkdir -p' and `rm -r' 1109 1214 lib/File/Path.t See if File::Path works 1110 lib/File/Spec.pm portable operations on file names1111 1215 lib/File/Spec/Cygwin.pm portable operations on Cygwin file names 1112 1216 lib/File/Spec/Epoc.pm portable operations on EPOC file names … … 1114 1218 lib/File/Spec/Mac.pm portable operations on Mac file names 1115 1219 lib/File/Spec/OS2.pm portable operations on OS2 file names 1220 lib/File/Spec.pm portable operations on file names 1221 lib/File/Spec/t/crossplatform.t See if File::Spec works crossplatform 1116 1222 lib/File/Spec/t/Functions.t See if File::Spec::Functions works 1117 1223 lib/File/Spec/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works … … 1124 1230 lib/File/Temp.pm create safe temporary files and file handles 1125 1231 lib/File/Temp/t/mktemp.t See if File::Temp works 1232 lib/File/Temp/t/object.t See if File::Temp works 1126 1233 lib/File/Temp/t/posix.t See if File::Temp works 1127 1234 lib/File/Temp/t/security.t See if File::Temp works 1128 1235 lib/File/Temp/t/tempfile.t See if File::Temp works 1129 lib/FileCache.pm Keep more files open than the system permits1130 lib/FileCache.t See if FileCache works1131 lib/FileHandle.pm Backward-compatible front end to IO extension1132 lib/FileHandle.t See if FileHandle works1133 1236 lib/filetest.pm For "use filetest" 1134 1237 lib/filetest.t See if filetest works 1238 lib/Filter/Simple/Changes Filter::Simple 1135 1239 lib/Filter/Simple.pm Simple frontend to Filter::Util::Call 1136 lib/Filter/Simple/Changes Filter::Simple1137 1240 lib/Filter/Simple/README Filter::Simple 1138 1241 lib/Filter/Simple/t/data.t See if Filter::Simple works 1139 1242 lib/Filter/Simple/t/export.t See if Filter::Simple works 1243 lib/Filter/Simple/t/filter_only.t See if Filter::Simple works 1140 1244 lib/Filter/Simple/t/filter.t See if Filter::Simple works 1141 lib/Filter/Simple/t/filter_only.t See if Filter::Simple works1142 1245 lib/Filter/Simple/t/import.t See if Filter::Simple works 1143 lib/find.pl A find emulator--used by find2perl1144 1246 lib/FindBin.pm Find name of currently executing program 1145 1247 lib/FindBin.t See if FindBin works 1146 1248 lib/finddepth.pl A depth-first find emulator--used by find2perl 1249 lib/find.pl A find emulator--used by find2perl 1147 1250 lib/flush.pl Routines to do single flush 1148 lib/ftp.pl FTP code (obsolete, use Net::FTP instead)1149 1251 lib/getcwd.pl A getcwd() emulator 1150 lib/ getopt.pl Perl library supporting option parsing1252 lib/Getopt/Long/CHANGES Getopt::Long changes 1151 1253 lib/Getopt/Long.pm Fetch command options (GetOptions) 1152 lib/Getopt/Long/CHANGES Getopt::Long changes1153 1254 lib/Getopt/Long/README Getopt::Long README 1154 1255 lib/Getopt/Long/t/gol-basic.t See if Getopt::Long works 1155 1256 lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works 1156 lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works1257 lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works 1157 1258 lib/Getopt/Long/t/gol-oo.t See if Getopt::Long works 1259 lib/getopt.pl Perl library supporting option parsing 1260 lib/getopts.pl Perl library supporting option parsing 1158 1261 lib/Getopt/Std.pm Fetch command options (getopt, getopts) 1159 1262 lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work 1160 lib/getopts.pl Perl library supporting option parsing1161 1263 lib/h2ph.t See if h2ph works like it should 1162 1264 lib/h2xs.t See if h2xs produces expected lists of files … … 1166 1268 lib/I18N/Collate.pm Routines to do strxfrm-based collation 1167 1269 lib/I18N/Collate.t See if I18N::Collate works 1168 lib/I18N/LangTags.pm I18N::LangTags1169 1270 lib/I18N/LangTags/ChangeLog I18N::LangTags 1170 1271 lib/I18N/LangTags/List.pm List of tags for human languages 1272 lib/I18N/LangTags.pm I18N::LangTags 1171 1273 lib/I18N/LangTags/README I18N::LangTags 1172 lib/I18N/LangTags/test.pl See if I18N::LangTags works 1274 lib/I18N/LangTags/t/01test.t See whether I18N::LangTags works 1275 lib/I18N/LangTags/t/02decency.t See if I18N::LangTags::List::is_decent works 1173 1276 lib/if.pm For "use if" 1174 1277 lib/if.t Tests for "use if" … … 1184 1287 lib/less.pm For "use less" 1185 1288 lib/less.t See if less support works 1289 lib/lib_pm.PL For "use lib", produces lib/lib.pm 1186 1290 lib/lib.t For "use lib" testing 1187 lib/lib_pm.PL For "use lib", produces lib/lib.pm1188 lib/locale.pm For "use locale"1189 lib/locale.t See if locale support works1190 1291 lib/Locale/Codes/ChangeLog Locale::Codes 1191 1292 lib/Locale/Codes/README Locale::Codes … … 1206 1307 lib/Locale/Language.pm Locale::Codes 1207 1308 lib/Locale/Language.pod Locale::Codes documentation 1309 lib/Locale/Maketext/ChangeLog Locale::Maketext 1310 lib/Locale/Maketext/GutsLoader.pm Locale::Maketext 1311 lib/Locale/Maketext/Guts.pm Locale::Maketext 1208 1312 lib/Locale/Maketext.pm Locale::Maketext 1209 1313 lib/Locale/Maketext.pod Locale::Maketext documentation 1210 lib/Locale/Maketext/ChangeLog Locale::Maketext1211 1314 lib/Locale/Maketext/README Locale::Maketext 1212 lib/Locale/Maketext/test.pl See if Locale::Maketext works 1315 lib/Locale/Maketext/t/00about.t See if Locale::Maketext works 1316 lib/Locale/Maketext/t/01make.t See if Locale::Maketext works 1317 lib/Locale/Maketext/t/02get.t See if Locale::Maketext works 1318 lib/Locale/Maketext/t/03http.t See if Locale::Maketext works 1319 lib/Locale/Maketext/t/90utf8.t Locale::Maketext 1213 1320 lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article 1321 lib/locale.pm For "use locale" 1214 1322 lib/Locale/Script.pm Locale::Codes 1215 1323 lib/Locale/Script.pod Locale::Codes documentation 1324 lib/locale.t See if locale support works 1216 1325 lib/look.pl A "look" equivalent 1217 1326 lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package 1218 1327 lib/Math/BigFloat/Trace.pm bignum tracing 1328 lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt 1329 lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt 1219 1330 lib/Math/BigInt.pm An arbitrary precision integer arithmetic package 1220 lib/Math/BigInt/ Calc.pm Pure Perl module to support Math::BigInt1331 lib/Math/BigInt/t/alias.inc Support for BigInt tests 1221 1332 lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc 1222 1333 lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc … … 1227 1338 lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t 1228 1339 lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works 1340 lib/Math/BigInt/t/bigints.t See if BigInt.pm works 1341 lib/Math/BigInt/t/biglog.t Test the log function 1342 lib/Math/BigInt/t/bigroot.t Test the broot function 1229 1343 lib/Math/BigInt/t/calling.t Test calling conventions 1230 1344 lib/Math/BigInt/t/config.t Test Math::BigInt->config() 1231 1345 lib/Math/BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant 1346 lib/Math/BigInt/t/const_mbf.t Test Math::BigInt 1232 1347 lib/Math/BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works 1348 lib/Math/BigInt/t/fallback.t Test Math::BigInt 1233 1349 lib/Math/BigInt/t/inf_nan.t Special tests for inf and NaN handling 1234 1350 lib/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 1351 lib/Math/BigInt/t/mbf_ali.t Tests for BigFloat 1352 lib/Math/BigInt/t/mbi_ali.t Tests for BigInt 1353 lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests 1354 lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode 1237 1355 lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly 1356 lib/Math/BigInt/Trace.pm bignum tracing 1357 lib/Math/BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); 1358 lib/Math/BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); 1359 lib/Math/BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); 1360 lib/Math/BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); 1361 lib/Math/BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); 1362 lib/Math/BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); 1238 1363 lib/Math/BigInt/t/require.t Test if require Math::BigInt works 1364 lib/Math/BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses 1239 1365 lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat 1240 1366 lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt 1241 1367 lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc 1368 lib/Math/BigInt/t/trap.t Test whether trap_nan and trap_inf work 1369 lib/Math/BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works 1242 1370 lib/Math/BigInt/t/upgrade.inc Actual tests for upgrade.t 1243 1371 lib/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 works1245 lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works1246 1372 lib/Math/BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat 1247 1373 lib/Math/BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat 1248 1374 lib/Math/BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat 1249 1375 lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat 1376 lib/Math/BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time 1377 lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works 1250 1378 lib/Math/BigInt/t/with_sub.t Test use Math::BigFloat with => package 1251 lib/Math/BigInt/Trace.pm bignum tracing1252 1379 lib/Math/BigRat.pm Math::BigRat 1380 lib/Math/BigRat/t/big_ap.t Math::BigRat test 1253 1381 lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test 1254 1382 lib/Math/BigRat/t/bigfltrt.t Math::BigRat test 1255 lib/Math/BigRat/t/bigrat.t Math::BigRat test1256 1383 lib/Math/BigRat/t/bigratpm.inc Math::BigRat test 1257 1384 lib/Math/BigRat/t/bigratpm.t Math::BigRat test 1385 lib/Math/BigRat/t/bigrat.t Math::BigRat test 1386 lib/Math/BigRat/t/bigratup.t test under $Math::BigInt::upgrade 1387 lib/Math/BigRat/t/requirer.t see if require works properly 1388 lib/Math/BigRat/t/trap.t see if trap_nan and trap_inf work 1258 1389 lib/Math/Complex.pm A Complex package 1259 1390 lib/Math/Complex.t See if Math::Complex works 1260 1391 lib/Math/Trig.pm A simple interface to complex trigonometry 1261 1392 lib/Math/Trig.t See if Math::Trig works 1262 lib/Memoize.pm Memoize1263 1393 lib/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File 1394 lib/Memoize/ExpireFile.pm Memoize expiry manager test scaffold 1264 1395 lib/Memoize/Expire.pm Memoize expiry manager example 1265 lib/Memoize/ExpireFile.pm Memoize expiry manager test scaffold1266 1396 lib/Memoize/ExpireTest.pm Memoize expiry manager test scaffold 1267 1397 lib/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File 1398 lib/Memoize.pm Memoize 1268 1399 lib/Memoize/README Memoize release notes 1269 1400 lib/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File 1270 1401 lib/Memoize/Storable.pm Memoize glue layer for Storable 1402 lib/Memoize/t/array_confusion.t Memoize ambiguous array return tests 1271 1403 lib/Memoize/t/array.t Memoize array context return tests 1272 lib/Memoize/t/array_confusion.t Memoize ambiguous array return tests1273 1404 lib/Memoize/t/correctness.t Memoize basic correctness tests 1274 1405 lib/Memoize/t/errors.t Memoize PEBKAC detection tests … … 1279 1410 lib/Memoize/t/flush.t Memoize 'flush_cache' function tests 1280 1411 lib/Memoize/t/normalize.t Memoize 'normalizer' feature tests 1412 lib/Memoize/TODO Memoize to-do list 1281 1413 lib/Memoize/t/prototype.t Memoize prototyped function handling tests 1282 1414 lib/Memoize/t/speed.t "Makes functions faster" advertisement test 1283 lib/Memoize/t/tie.t Memoize tied file test1284 1415 lib/Memoize/t/tiefeatures.t Memoize FAULT / MERGE / HASH options test 1285 1416 lib/Memoize/t/tie_gdbm.t Memoize GDBM interface test … … 1287 1418 lib/Memoize/t/tie_sdbm.t Memoize SDBM interface test 1288 1419 lib/Memoize/t/tie_storable.t Memoize Storable interface test 1420 lib/Memoize/t/tie.t Memoize tied file test 1289 1421 lib/Memoize/t/unmemoize.t Memoize 'unmemoize' function test 1290 lib/Memoize/TODO Memoize to-do list1291 1422 lib/Net/ChangeLog.libnet libnet 1292 1423 lib/Net/Cmd.pm libnet … … 1301 1432 lib/Net/demos/time libnet 1302 1433 lib/Net/Domain.pm libnet 1303 lib/Net/FTP.pm libnet1304 1434 lib/Net/FTP/A.pm libnet 1305 1435 lib/Net/FTP/dataconn.pm libnet … … 1307 1437 lib/Net/FTP/I.pm libnet 1308 1438 lib/Net/FTP/L.pm libnet 1439 lib/Net/FTP.pm libnet 1309 1440 lib/Net/hostent.pm By-name interface to Perl's builtin gethost* 1310 1441 lib/Net/hostent.t See if Net::hostent works … … 1315 1446 lib/Net/Netrc.pm libnet 1316 1447 lib/Net/NNTP.pm libnet 1448 lib/Net/Ping/Changes Net::Ping 1317 1449 lib/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 1450 lib/Net/Ping/t/100_load.t Ping Net::Ping 1451 lib/Net/Ping/t/110_icmp_inst.t Ping Net::Ping 1452 lib/Net/Ping/t/120_udp_inst.t Ping Net::Ping 1453 lib/Net/Ping/t/130_tcp_inst.t Ping Net::Ping 1324 1454 lib/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 1455 lib/Net/Ping/t/150_syn_inst.t Ping Net::Ping 1456 lib/Net/Ping/t/190_alarm.t Ping Net::Ping 1457 lib/Net/Ping/t/200_ping_tcp.t Ping Net::Ping 1458 lib/Net/Ping/t/250_ping_hires.t Ping Net::Ping 1327 1459 lib/Net/Ping/t/300_ping_stream.t Ping Net::Ping 1460 lib/Net/Ping/t/400_ping_syn.t Ping Net::Ping 1461 lib/Net/Ping/t/410_syn_host.t Ping Net::Ping 1462 lib/Net/Ping/t/450_service.t Ping Net::Ping 1463 lib/Net/Ping/t/500_ping_icmp.t Ping Net::Ping 1464 lib/Net/Ping/t/510_ping_udp.t Ping Net::Ping 1328 1465 lib/Net/POP3.pm libnet 1329 1466 lib/Net/protoent.pm By-name interface to Perl's builtin getproto* … … 1336 1473 lib/Net/t/ftp.t libnet 1337 1474 lib/Net/t/hostname.t libnet 1475 lib/Net/Time.pm libnet 1338 1476 lib/Net/t/libnet_t.pl libnet 1339 1477 lib/Net/t/netrc.t libnet … … 1342 1480 lib/Net/t/smtp.t libnet 1343 1481 lib/Net/t/time.t libnet 1344 lib/Net/Time.pm libnet1345 1482 lib/newgetopt.pl A perl library supporting long option parsing 1483 lib/NEXT/Changes NEXT 1346 1484 lib/NEXT.pm Pseudo-class NEXT for method redispatch 1347 lib/NEXT/Changes NEXT1348 1485 lib/NEXT/README NEXT 1349 1486 lib/NEXT/t/actual.t NEXT … … 1351 1488 lib/NEXT/t/next.t NEXT 1352 1489 lib/NEXT/t/unseen.t NEXT 1490 lib/open2.pl Open a two-ended pipe (uses IPC::Open2) 1491 lib/open3.pl Open a three-ended pipe (uses IPC::Open3) 1353 1492 lib/open.pm Pragma to specify default I/O layers 1354 1493 lib/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)1357 1494 lib/overload.pm Module for overloading perl operators 1358 1495 lib/overload.t See if operator overloading works … … 1372 1509 lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD 1373 1510 lib/Pod/ParseUtils.pm Pod-Parser - pod utility functions 1511 lib/Pod/Perldoc/BaseTo.pm utility module for perldoc 1512 lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc 1513 lib/Pod/Perldoc.pm guts of the 'perldoc' utility 1514 lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker 1515 lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors 1516 lib/Pod/Perldoc/ToMan.pm render POD as man pages 1517 lib/Pod/Perldoc/ToNroff.pm convert POD to nroff 1518 lib/Pod/Perldoc/ToPod.pm convert POD to POD 1519 lib/Pod/Perldoc/ToRtf.pm convert POD to RTF 1520 lib/Pod/Perldoc/ToText.pm convert POD to plain text 1521 lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod 1522 lib/Pod/Perldoc/ToXml.pm convert POD to XML 1523 lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation 1524 lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText 1374 1525 lib/Pod/Plainer.pm Pod migration utility module 1526 lib/Pod/PlainText.pm Convert POD data to formatted ASCII text 1375 1527 lib/Pod/Select.pm Pod-Parser - select portions of POD docs 1376 1528 lib/Pod/t/basic.cap podlators test … … 1382 1534 lib/Pod/t/basic.txt podlators test 1383 1535 lib/Pod/t/eol.t end of line agnosticism 1536 lib/Pod/Text/Color.pm Convert POD data to color ASCII text 1537 lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text 1538 lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text 1539 lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes 1384 1540 lib/Pod/t/Functions.t See if Pod::Functions works 1385 1541 lib/Pod/t/htmlescp.pod pod2html escape test input data … … 1388 1544 lib/Pod/t/htmlview.t pod2html render test 1389 1545 lib/Pod/t/InputObjects.t See if Pod::InputObjects works 1390 lib/Pod/t/latex.t See if Pod::LaTeX works1391 1546 lib/Pod/t/man.t podlators test 1392 1547 lib/Pod/t/parselink.t podlators test 1393 1548 lib/Pod/t/pod2html-lib.pl pod2html testing library 1549 lib/Pod/t/pod2latex.t See if Pod::LaTeX works 1394 1550 lib/Pod/t/Select.t See if Pod::Select works 1395 1551 lib/Pod/t/text-errors.t podlators test 1552 lib/Pod/t/text-options.t podlators test 1396 1553 lib/Pod/t/text.t podlators test 1397 1554 lib/Pod/t/Usage.t See if Pod::Usage works 1398 1555 lib/Pod/t/utils.t Test for Pod::ParseUtils 1399 lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text1400 lib/Pod/Text/Color.pm Convert POD data to color ASCII text1401 lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text1402 lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes1403 1556 lib/Pod/Usage.pm Pod-Parser - print usage messages 1404 1557 lib/pwd.pl Routines to keep track of PWD environment variable … … 1421 1574 lib/subs.pm Declare overriding subs 1422 1575 lib/subs.t See if subroutine pseudo-importation works 1576 lib/Switch/Changes Switch 1423 1577 lib/Switch.pm Switch for Perl 1424 lib/Switch/Changes Switch1425 1578 lib/Switch/README Switch 1426 1579 lib/Switch/t/given.t See if Perl 6 given (switch) works … … 1431 1584 lib/syslog.pl Perl library supporting syslogging 1432 1585 lib/tainted.pl Old code for tainting 1586 lib/Term/ANSIColor/ChangeLog Term::ANSIColor 1433 1587 lib/Term/ANSIColor.pm Perl module supporting termcap usage 1434 lib/Term/ANSIColor/ChangeLog Term::ANSIColor1435 1588 lib/Term/ANSIColor/README Term::ANSIColor 1436 1589 lib/Term/ANSIColor/test.pl See if Term::ANSIColor works 1590 lib/termcap.pl Perl library supporting termcap usage 1437 1591 lib/Term/Cap.pm Perl module supporting termcap usage 1438 1592 lib/Term/Cap.t See if Term::Cap works … … 1441 1595 lib/Term/ReadLine.pm Stub readline library 1442 1596 lib/Term/ReadLine.t See if Term::ReadLine works 1443 lib/termcap.pl Perl library supporting termcap usage1444 lib/Test.pm A simple framework for writing test scripts1445 1597 lib/Test/Builder.pm For writing new test libraries 1446 lib/Test/Harness .pm A test harness1447 lib/Test/Harness/ Assert.pm Test::Harness::Assert (internal use only)1598 lib/Test/Harness/Assert.pm Test::Harness::Assert (internal use only) 1599 lib/Test/Harness/bin/prove The prove harness utility 1448 1600 lib/Test/Harness/Changes Test::Harness 1449 1601 lib/Test/Harness/Iterator.pm Test::Harness::Iterator (internal use only) 1602 lib/Test/Harness.pm A test harness 1450 1603 lib/Test/Harness/Straps.pm Test::Harness::Straps 1451 1604 lib/Test/Harness/t/00compile.t Test::Harness test … … 1453 1606 lib/Test/Harness/t/base.t Test::Harness test 1454 1607 lib/Test/Harness/t/callback.t Test::Harness test 1608 lib/Test/Harness/t/inc_taint.t Test::Harness test 1455 1609 lib/Test/Harness/t/nonumbers.t Test::Harness test 1456 1610 lib/Test/Harness/t/ok.t Test::Harness test 1611 lib/Test/Harness/t/pod.t Test::Harness test 1612 lib/Test/Harness/t/prove-switches.t Test::Harness::Straps test 1457 1613 lib/Test/Harness/t/strap-analyze.t Test::Harness::Straps test 1458 1614 lib/Test/Harness/t/strap.t Test::Harness::Straps test 1459 1615 lib/Test/Harness/t/test-harness.t Test::Harness test 1460 1616 lib/Test/More.pm More utilities for writing tests 1617 lib/Test.pm A simple framework for writing test scripts 1618 lib/Test/Simple/Changes Test::Simple changes 1461 1619 lib/Test/Simple.pm Basic utility for writing tests 1462 lib/Test/Simple/Changes Test::Simple changes1463 1620 lib/Test/Simple/README Test::Simple README 1464 lib/Test/Simple/t/bad_plan.t Test::Builder plan() test1621 lib/Test/Simple/t/bad_plan.t Test::Builder plan() test 1465 1622 lib/Test/Simple/t/buffer.t Test::Builder buffering test 1466 1623 lib/Test/Simple/t/Builder.t Test::Builder tests 1467 1624 lib/Test/Simple/t/curr_test.t Test::Builder->curr_test tests 1625 lib/Test/Simple/t/details.t Test::Builder tests 1468 1626 lib/Test/Simple/t/diag.t Test::More diag() test 1469 1627 lib/Test/Simple/t/exit.t Test::Simple test, exit codes … … 1472 1630 lib/Test/Simple/t/fail-more.t Test::More test, tests failing 1473 1631 lib/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 1632 lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with 1633 lib/Test/Simple/t/fork.t Test::More fork tests 1634 lib/Test/Simple/t/has_plan2.t Test::More->plan tests 1635 lib/Test/Simple/t/has_plan.t Test::Builder->plan tests 1475 1636 lib/Test/Simple/t/import.t Test::More test, importing functions 1476 1637 lib/Test/Simple/t/is_deeply.t Test::More test, is_deeply() 1477 lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests1638 lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests 1478 1639 lib/Test/Simple/t/missing.t Test::Simple test, missing tests 1479 1640 lib/Test/Simple/t/More.t Test::More test, basic stuff … … 1481 1642 lib/Test/Simple/t/no_header.t Test::Builder test, no_header() 1482 1643 lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan 1644 lib/Test/Simple/t/ok_obj.t Test::Builder object tests 1483 1645 lib/Test/Simple/t/output.t Test::Builder test, output methods 1484 lib/Test/Simple/t/plan.t Test::More test, plan()1485 1646 lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan 1486 1647 lib/Test/Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan 1487 1648 lib/Test/Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all 1649 lib/Test/Simple/t/plan.t Test::More test, plan() 1488 1650 lib/Test/Simple/t/simple.t Test::Simple test, basic stuff 1651 lib/Test/Simple/t/skipall.t Test::More test, skip all tests 1489 1652 lib/Test/Simple/t/skip.t Test::More test, SKIP tests 1490 lib/Test/Simple/t/skipall.t Test::More test, skip all tests1491 1653 lib/Test/Simple/t/strays.t Test::Builder stray newline checks 1492 lib/Test/Simple/t/threads.t Test::Builder thread-safe checks1654 lib/Test/Simple/t/threads.t Test::Builder thread-safe checks 1493 1655 lib/Test/Simple/t/todo.t Test::More test, TODO tests 1494 1656 lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings … … 1505 1667 lib/Text/Abbrev.pm An abbreviation table builder 1506 1668 lib/Text/Abbrev.t Test Text::Abbrev 1669 lib/Text/Balanced/Changes Text::Balanced 1507 1670 lib/Text/Balanced.pm Text::Balanced 1508 lib/Text/Balanced/Changes Text::Balanced1509 1671 lib/Text/Balanced/README Text::Balanced 1510 1672 lib/Text/Balanced/t/extbrk.t See if Text::Balanced works … … 1529 1691 lib/Thread/Queue.pm Threadsafe queue 1530 1692 lib/Thread/Queue.t See if threadsafe queue works 1531 lib/Thread/Semaphore.pm Threadsafe semaphore1532 lib/Thread/Semaphore.t See if threadsafe semaphore works1693 lib/Thread/Semaphore.pm Threadsafe semaphore 1694 lib/Thread/Semaphore.t See if threadsafe semaphore works 1533 1695 lib/Tie/Array.pm Base class for tied arrays 1534 1696 lib/Tie/Array/push.t Test for Tie::Array 1535 1697 lib/Tie/Array/splice.t Test for Tie::Array::SPLICE 1698 lib/Tie/Array/stdpush.t Test for Tie::StdArray 1536 1699 lib/Tie/Array/std.t Test for Tie::StdArray 1537 lib/Tie/Array/stdpush.t Test for Tie::StdArray1538 1700 lib/Tie/File.pm Files as tied arrays 1539 1701 lib/Tie/File/t/00_version.t Trivial test for Tie::File … … 1548 1710 lib/Tie/File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator 1549 1711 lib/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 separator1551 lib/Tie/File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator1712 lib/Tie/File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator 1713 lib/Tie/File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator 1552 1714 lib/Tie/File/t/13_size_rs.t Like 05_size.t, with unusual record separator 1553 1715 lib/Tie/File/t/14_lock.t File locking method tests for Tie::File … … 1560 1722 lib/Tie/File/t/21_win32.t Win32 special behavior of Tie::File 1561 1723 lib/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 autochomp1724 lib/Tie/File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp 1563 1725 lib/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 disabled1726 lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled 1565 1727 lib/Tie/File/t/26_twrite.t Unit tests for Tie::File::_twrite 1728 lib/Tie/File/t/27_iwrite.t Unit tests for Tie::File::_iwrite 1729 lib/Tie/File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite 1730 lib/Tie/File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy 1731 lib/Tie/File/t/29_downcopy.t Unit tests for Tie::File::_downcopy 1566 1732 lib/Tie/File/t/30_defer.t deferred writing feature tests for Tie::File 1567 1733 lib/Tie/File/t/31_autodefer.t 'autodefer' feature tests for Tie::File … … 1570 1736 lib/Tie/File/t/40_abs_cache.t Unit tests for Tie::File::Cache 1571 1737 lib/Tie/File/t/41_heap.t Unit tests for Tie::File::Heap 1738 lib/Tie/File/t/42_offset.t Unit tests for the offset method 1572 1739 lib/Tie/Handle.pm Base class for tied handles 1573 1740 lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle … … 1583 1750 lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime 1584 1751 lib/Time/gmtime.t Test for Time::gmtime 1752 lib/timelocal.pl Perl library supporting inverse of localtime, gmtime 1585 1753 lib/Time/Local.pm Reverse translation of localtime, gmtime 1586 1754 lib/Time/Local.t See if Time::Local works … … 1588 1756 lib/Time/localtime.t Test for Time::localtime 1589 1757 lib/Time/tm.pm Internal object for Time::{gm,local}time 1590 lib/timelocal.pl Perl library supporting inverse of localtime, gmtime1591 lib/Unicode/Collate.pm Unicode::Collate1592 1758 lib/Unicode/Collate/Changes Unicode::Collate 1593 1759 lib/Unicode/Collate/keys.txt Unicode::Collate 1760 lib/Unicode/Collate.pm Unicode::Collate 1594 1761 lib/Unicode/Collate/README Unicode::Collate 1762 lib/Unicode/Collate/t/altern.t Unicode::Collate 1763 lib/Unicode/Collate/t/contract.t Unicode::Collate 1764 lib/Unicode/Collate/t/hangtype.t Unicode::Collate 1765 lib/Unicode/Collate/t/hangul.t Unicode::Collate 1766 lib/Unicode/Collate/t/illegalp.t Unicode::Collate 1767 lib/Unicode/Collate/t/illegal.t Unicode::Collate 1768 lib/Unicode/Collate/t/index.t Unicode::Collate 1769 lib/Unicode/Collate/t/normal.t Unicode::Collate 1770 lib/Unicode/Collate/t/rearrang.t Unicode::Collate 1595 1771 lib/Unicode/Collate/t/test.t Unicode::Collate 1772 lib/Unicode/Collate/t/trailwt.t Unicode::Collate 1773 lib/Unicode/Collate/t/variable.t Unicode::Collate 1774 lib/Unicode/Collate/t/version.t Unicode::Collate 1775 lib/Unicode/Collate/t/view.t Unicode::Collate 1596 1776 lib/Unicode/README Explanation what happened to lib/unicode. 1597 1777 lib/Unicode/UCD.pm Unicode character database … … 1612 1792 lib/unicore/EastAsianWidth.txt Unicode character database 1613 1793 lib/unicore/Exact.pl Unicode character database 1794 lib/unicore/HangulSyllableType.txt Unicode character database 1614 1795 lib/unicore/Index.txt Unicode character database 1796 lib/unicore/JamoShort.pl Unicode character database 1615 1797 lib/unicore/Jamo.txt Unicode character database 1616 lib/unicore/JamoShort.pl Unicode character database1617 1798 lib/unicore/Lbrk.pl Unicode character database 1618 1799 lib/unicore/lib/Alnum.pl Unicode character database 1800 lib/unicore/lib/Alphabet.pl Unicode character database 1619 1801 lib/unicore/lib/Alpha.pl Unicode character database 1620 lib/unicore/lib/Alphabet.pl Unicode character database1621 1802 lib/unicore/lib/Any.pl Unicode character database 1622 1803 lib/unicore/lib/Arabic.pl Unicode character database 1623 1804 lib/unicore/lib/Armenian.pl Unicode character database 1805 lib/unicore/lib/AsciiHex.pl Unicode character database 1624 1806 lib/unicore/lib/ASCII.pl Unicode character database 1625 lib/unicore/lib/AsciiHex.pl Unicode character database1626 1807 lib/unicore/lib/Assigned.pl Unicode character database 1627 1808 lib/unicore/lib/Bengali.pl Unicode character database 1628 1809 lib/unicore/lib/BidiAL.pl Unicode character database 1629 1810 lib/unicore/lib/BidiAN.pl Unicode character database 1811 lib/unicore/lib/BidiBN.pl Unicode character database 1630 1812 lib/unicore/lib/BidiB.pl Unicode character database 1631 lib/unicore/lib/BidiBN.pl Unicode character database1632 1813 lib/unicore/lib/BidiCont.pl Unicode character database 1633 1814 lib/unicore/lib/BidiCS.pl Unicode character database … … 1641 1822 lib/unicore/lib/BidiON.pl Unicode character database 1642 1823 lib/unicore/lib/BidiPDF.pl Unicode character database 1643 lib/unicore/lib/BidiR.pl Unicode character database1644 1824 lib/unicore/lib/BidiRLE.pl Unicode character database 1645 1825 lib/unicore/lib/BidiRLO.pl Unicode character database 1826 lib/unicore/lib/BidiR.pl Unicode character database 1646 1827 lib/unicore/lib/BidiS.pl Unicode character database 1647 1828 lib/unicore/lib/BidiWS.pl Unicode character database 1648 1829 lib/unicore/lib/Blank.pl Unicode character database 1649 1830 lib/unicore/lib/Bopomofo.pl Unicode character database 1831 lib/unicore/lib/Braille.pl Unicode character database 1650 1832 lib/unicore/lib/Buhid.pl Unicode character database 1651 lib/unicore/lib/C.pl Unicode character database1652 1833 lib/unicore/lib/Canadian.pl Unicode character database 1834 lib/unicore/lib/_CanonDC.pl Unicode character database 1653 1835 lib/unicore/lib/Canon.pl Unicode character database 1836 lib/unicore/lib/_CaseIgn.pl Unicode character database 1654 1837 lib/unicore/lib/Cc.pl Unicode character database 1655 1838 lib/unicore/lib/Cf.pl Unicode character database … … 1657 1840 lib/unicore/lib/Cn.pl Unicode character database 1658 1841 lib/unicore/lib/Cntrl.pl Unicode character database 1659 lib/unicore/lib/ Co.plUnicode character database1842 lib/unicore/lib/_CombAbo.pl Unicode character database 1660 1843 lib/unicore/lib/Common.pl Unicode character database 1661 1844 lib/unicore/lib/Compat.pl Unicode character database 1845 lib/unicore/lib/Co.pl Unicode character database 1846 lib/unicore/lib/C.pl Unicode character database 1662 1847 lib/unicore/lib/Cs.pl Unicode character database 1848 lib/unicore/lib/Cypriot.pl Unicode character database 1663 1849 lib/unicore/lib/Cyrillic.pl Unicode character database 1664 1850 lib/unicore/lib/Dash.pl Unicode character database … … 1688 1874 lib/unicore/lib/Georgian.pl Unicode character database 1689 1875 lib/unicore/lib/Gothic.pl Unicode character database 1876 lib/unicore/lib/Grapheme.pl Unicode character database 1690 1877 lib/unicore/lib/Graph.pl Unicode character database 1691 lib/unicore/lib/Grapheme.pl Unicode character database1692 1878 lib/unicore/lib/Greek.pl Unicode character database 1693 1879 lib/unicore/lib/Gujarati.pl Unicode character database 1694 1880 lib/unicore/lib/Gurmukhi.pl Unicode character database 1881 lib/unicore/lib/Hangul.pl Unicode character database 1695 1882 lib/unicore/lib/Han.pl Unicode character database 1696 lib/unicore/lib/Hangul.pl Unicode character database1697 1883 lib/unicore/lib/Hanunoo.pl Unicode character database 1698 1884 lib/unicore/lib/Hebrew.pl Unicode character database … … 1705 1891 lib/unicore/lib/IdStart.pl Unicode character database 1706 1892 lib/unicore/lib/IdsTrina.pl Unicode character database 1893 lib/unicore/lib/InAegean.pl Unicode character database 1707 1894 lib/unicore/lib/InAlphab.pl Unicode character database 1708 1895 lib/unicore/lib/InArabi2.pl Unicode character database … … 1735 1922 lib/unicore/lib/InContro.pl Unicode character database 1736 1923 lib/unicore/lib/InCurren.pl Unicode character database 1924 lib/unicore/lib/InCyprio.pl Unicode character database 1737 1925 lib/unicore/lib/InCyril2.pl Unicode character database 1738 1926 lib/unicore/lib/InCyrill.pl Unicode character database … … 1747 1935 lib/unicore/lib/InGeorgi.pl Unicode character database 1748 1936 lib/unicore/lib/InGothic.pl Unicode character database 1749 lib/unicore/lib/InGreek.pl Unicode character database1750 1937 lib/unicore/lib/InGreekA.pl Unicode character database 1751 1938 lib/unicore/lib/InGreekE.pl Unicode character database 1939 lib/unicore/lib/InGreek.pl Unicode character database 1752 1940 lib/unicore/lib/InGujara.pl Unicode character database 1753 1941 lib/unicore/lib/InGurmuk.pl Unicode character database … … 1770 1958 lib/unicore/lib/InKataka.pl Unicode character database 1771 1959 lib/unicore/lib/InKhmer.pl Unicode character database 1960 lib/unicore/lib/InKhmerS.pl Unicode character database 1772 1961 lib/unicore/lib/InLao.pl Unicode character database 1773 1962 lib/unicore/lib/InLatin1.pl Unicode character database … … 1776 1965 lib/unicore/lib/InLatinE.pl Unicode character database 1777 1966 lib/unicore/lib/InLetter.pl Unicode character database 1967 lib/unicore/lib/InLimbu.pl Unicode character database 1968 lib/unicore/lib/InLinea2.pl Unicode character database 1969 lib/unicore/lib/InLinear.pl Unicode character database 1778 1970 lib/unicore/lib/InLowSur.pl Unicode character database 1779 1971 lib/unicore/lib/InMalaya.pl Unicode character database … … 1783 1975 lib/unicore/lib/InMisce3.pl Unicode character database 1784 1976 lib/unicore/lib/InMisce4.pl Unicode character database 1977 lib/unicore/lib/InMisce5.pl Unicode character database 1785 1978 lib/unicore/lib/InMiscel.pl Unicode character database 1786 1979 lib/unicore/lib/InMongol.pl Unicode character database … … 1792 1985 lib/unicore/lib/InOptica.pl Unicode character database 1793 1986 lib/unicore/lib/InOriya.pl Unicode character database 1987 lib/unicore/lib/InOsmany.pl Unicode character database 1988 lib/unicore/lib/InPhonet.pl Unicode character database 1794 1989 lib/unicore/lib/InPrivat.pl Unicode character database 1795 1990 lib/unicore/lib/InRunic.pl Unicode character database 1991 lib/unicore/lib/InShavia.pl Unicode character database 1796 1992 lib/unicore/lib/InSinhal.pl Unicode character database 1797 1993 lib/unicore/lib/InSmallF.pl Unicode character database … … 1808 2004 lib/unicore/lib/InTagban.pl Unicode character database 1809 2005 lib/unicore/lib/InTags.pl Unicode character database 2006 lib/unicore/lib/InTaiLe.pl Unicode character database 2007 lib/unicore/lib/InTaiXua.pl Unicode character database 1810 2008 lib/unicore/lib/InTamil.pl Unicode character database 1811 2009 lib/unicore/lib/InTelugu.pl Unicode character database … … 1813 2011 lib/unicore/lib/InThai.pl Unicode character database 1814 2012 lib/unicore/lib/InTibeta.pl Unicode character database 2013 lib/unicore/lib/InUgarit.pl Unicode character database 1815 2014 lib/unicore/lib/InUnifie.pl Unicode character database 2015 lib/unicore/lib/InVaria2.pl Unicode character database 1816 2016 lib/unicore/lib/InVariat.pl Unicode character database 2017 lib/unicore/lib/InYijing.pl Unicode character database 1817 2018 lib/unicore/lib/InYiRadi.pl Unicode character database 1818 2019 lib/unicore/lib/InYiSyll.pl Unicode character database … … 1821 2022 lib/unicore/lib/Katakana.pl Unicode character database 1822 2023 lib/unicore/lib/Khmer.pl Unicode character database 1823 lib/unicore/lib/L.pl Unicode character database1824 2024 lib/unicore/lib/Lao.pl Unicode character database 1825 2025 lib/unicore/lib/Latin.pl Unicode character database 2026 lib/unicore/lib/Limbu.pl Unicode character database 2027 lib/unicore/lib/LinearB.pl Unicode character database 1826 2028 lib/unicore/lib/Ll.pl Unicode character database 1827 2029 lib/unicore/lib/Lm.pl Unicode character database 2030 lib/unicore/lib/LogicalO.pl Unicode character database 1828 2031 lib/unicore/lib/Lo.pl Unicode character database 1829 lib/unicore/lib/Lo gicalO.pl Unicode character database2032 lib/unicore/lib/Lowercas.pl Unicode character database 1830 2033 lib/unicore/lib/Lower.pl Unicode character database 1831 lib/unicore/lib/Lowercas.pl Unicode character database 2034 lib/unicore/lib/L.pl Unicode character database 2035 lib/unicore/lib/L_.pl Unicode character database 1832 2036 lib/unicore/lib/Lt.pl Unicode character database 1833 2037 lib/unicore/lib/Lu.pl Unicode character database 1834 lib/unicore/lib/L_.pl Unicode character database1835 lib/unicore/lib/M.pl Unicode character database1836 2038 lib/unicore/lib/Malayala.pl Unicode character database 1837 2039 lib/unicore/lib/Math.pl Unicode character database … … 1841 2043 lib/unicore/lib/Mn.pl Unicode character database 1842 2044 lib/unicore/lib/Mongolia.pl Unicode character database 2045 lib/unicore/lib/M.pl Unicode character database 1843 2046 lib/unicore/lib/Myanmar.pl Unicode character database 1844 lib/unicore/lib/N.pl Unicode character database1845 2047 lib/unicore/lib/Nd.pl Unicode character database 1846 2048 lib/unicore/lib/Nl.pl Unicode character database 2049 lib/unicore/lib/Nonchara.pl Unicode character database 1847 2050 lib/unicore/lib/No.pl Unicode character database 1848 lib/unicore/lib/N onchara.plUnicode character database2051 lib/unicore/lib/N.pl Unicode character database 1849 2052 lib/unicore/lib/Ogham.pl Unicode character database 1850 2053 lib/unicore/lib/OldItali.pl Unicode character database 1851 2054 lib/unicore/lib/Oriya.pl Unicode character database 2055 lib/unicore/lib/Osmanya.pl Unicode character database 1852 2056 lib/unicore/lib/OtherAlp.pl Unicode character database 1853 2057 lib/unicore/lib/OtherDef.pl Unicode character database 1854 2058 lib/unicore/lib/OtherGra.pl Unicode character database 2059 lib/unicore/lib/OtherIdS.pl Unicode character database 1855 2060 lib/unicore/lib/OtherLow.pl Unicode character database 1856 2061 lib/unicore/lib/OtherMat.pl Unicode character database 1857 2062 lib/unicore/lib/OtherUpp.pl Unicode character database 1858 lib/unicore/lib/P.pl Unicode character database1859 2063 lib/unicore/lib/Pc.pl Unicode character database 1860 2064 lib/unicore/lib/Pd.pl Unicode character database … … 1863 2067 lib/unicore/lib/Pi.pl Unicode character database 1864 2068 lib/unicore/lib/Po.pl Unicode character database 2069 lib/unicore/lib/P.pl Unicode character database 1865 2070 lib/unicore/lib/Print.pl Unicode character database 1866 2071 lib/unicore/lib/Ps.pl Unicode character database … … 1869 2074 lib/unicore/lib/Radical.pl Unicode character database 1870 2075 lib/unicore/lib/Runic.pl Unicode character database 1871 lib/unicore/lib/S.pl Unicode character database1872 2076 lib/unicore/lib/Sc.pl Unicode character database 2077 lib/unicore/lib/Shavian.pl Unicode character database 1873 2078 lib/unicore/lib/Sinhala.pl Unicode character database 1874 2079 lib/unicore/lib/Sk.pl Unicode character database 1875 2080 lib/unicore/lib/Sm.pl Unicode character database 2081 lib/unicore/lib/SoftDott.pl Unicode character database 1876 2082 lib/unicore/lib/So.pl Unicode character database 1877 lib/unicore/lib/S oftDott.pl Unicode character database2083 lib/unicore/lib/SpacePer.pl Unicode character database 1878 2084 lib/unicore/lib/Space.pl Unicode character database 1879 lib/unicore/lib/S pacePer.plUnicode character database2085 lib/unicore/lib/S.pl Unicode character database 1880 2086 lib/unicore/lib/Syriac.pl Unicode character database 1881 2087 lib/unicore/lib/Tagalog.pl Unicode character database 1882 2088 lib/unicore/lib/Tagbanwa.pl Unicode character database 2089 lib/unicore/lib/TaiLe.pl Unicode character database 1883 2090 lib/unicore/lib/Tamil.pl Unicode character database 1884 2091 lib/unicore/lib/Telugu.pl Unicode character database … … 1888 2095 lib/unicore/lib/Tibetan.pl Unicode character database 1889 2096 lib/unicore/lib/Title.pl Unicode character database 2097 lib/unicore/lib/Ugaritic.pl Unicode character database 1890 2098 lib/unicore/lib/UnifiedI.pl Unicode character database 2099 lib/unicore/lib/Uppercas.pl Unicode character database 1891 2100 lib/unicore/lib/Upper.pl Unicode character database 1892 lib/unicore/lib/Uppercas.pl Unicode character database1893 2101 lib/unicore/lib/WhiteSpa.pl Unicode character database 1894 2102 lib/unicore/lib/Word.pl Unicode character database 1895 2103 lib/unicore/lib/XDigit.pl Unicode character database 1896 2104 lib/unicore/lib/Yi.pl Unicode character database 2105 lib/unicore/lib/Zl.pl Unicode character database 1897 2106 lib/unicore/lib/Z.pl Unicode character database 1898 lib/unicore/lib/Zl.pl Unicode character database1899 2107 lib/unicore/lib/Zp.pl Unicode character database 1900 2108 lib/unicore/lib/Zs.pl Unicode character database 1901 lib/unicore/lib/_CanonDC.pl Unicode character database1902 lib/unicore/lib/_CaseIgn.pl Unicode character database1903 lib/unicore/lib/_CombAbo.pl Unicode character database1904 2109 lib/unicore/LineBreak.txt Unicode character database 1905 2110 lib/unicore/Makefile Unicode character database … … 1907 2112 lib/unicore/Name.pl Unicode character database 1908 2113 lib/unicore/NamesList.txt Unicode character database 2114 lib/unicore/NormalizationCorrections.txt Unicode character database 1909 2115 lib/unicore/Number.pl Unicode character database 1910 2116 lib/unicore/Properties Built-in \p{...} / \P{...} property list 1911 lib/unicore/PropertyAliases.txt Unicode character database2117 lib/unicore/PropertyAliases.txt Unicode character database 1912 2118 lib/unicore/PropList.txt Unicode character database 1913 2119 lib/unicore/PropValueAliases.txt Unicode character database … … 1917 2123 lib/unicore/Scripts.txt Unicode character database 1918 2124 lib/unicore/SpecialCasing.txt Unicode character database 2125 lib/unicore/StandardizedVariants.txt Unicode character database 1919 2126 lib/unicore/To/Digit.pl Unicode character database 1920 2127 lib/unicore/To/Fold.pl Unicode character database … … 1929 2136 lib/User/pwent.pm By-name interface to Perl's builtin getpw* 1930 2137 lib/User/pwent.t See if User::pwent works 2138 lib/utf8_heavy.pl Support routines for utf8 pragma 1931 2139 lib/utf8.pm Pragma to control Unicode support 1932 2140 lib/utf8.t See if utf8 operations work 1933 lib/utf8_heavy.pl Support routines for utf8 pragma1934 2141 lib/validate.pl Perl library supporting wholesale file mode validation 1935 2142 lib/vars.pm Declare pseudo-imported global variables … … 1938 2145 lib/vmsish.t Tests for vmsish.pm 1939 2146 lib/warnings.pm For "use warnings" 2147 lib/warnings/register.pm For "use warnings::register" 1940 2148 lib/warnings.t See if warning controls work 1941 lib/warnings/register.pm For "use warnings::register"1942 2149 lib/Win32.pod Documentation for Win32 extras 1943 2150 locale.c locale-specific utility functions … … 1949 2156 Makefile.SH A script that generates Makefile 1950 2157 malloc.c A version of malloc you might not want 2158 malloc_ctl.h A version of malloc you might not want 1951 2159 MANIFEST This list of files 2160 META.yml CPAN Metadata 1952 2161 mg.c Magic code 1953 2162 mg.h Magic header … … 1976 2185 NetWare/CLIBstuf.c NetWare port 1977 2186 NetWare/CLIBstuf.h NetWare port 1978 NetWare/config.wc NetWare port1979 2187 NetWare/config_h.PL NetWare port 1980 2188 NetWare/config_H.wc NetWare port 1981 2189 NetWare/config_sh.PL NetWare port 2190 NetWare/config.wc NetWare port 1982 2191 NetWare/deb.h NetWare port 1983 2192 NetWare/dl_netware.xs NetWare port … … 2016 2225 NetWare/splittree.pl NetWare port 2017 2226 NetWare/sv_nw.c NetWare port 2227 NetWare/testnlm/echo/echo.c NetWare port 2228 NetWare/testnlm/type/type.c NetWare port 2018 2229 NetWare/t/NWModify.pl NetWare port 2019 2230 NetWare/t/NWScripts.pl NetWare port 2020 2231 NetWare/t/Readme.txt NetWare port 2021 NetWare/testnlm/echo/echo.c NetWare port2022 NetWare/testnlm/type/type.c NetWare port2023 2232 NetWare/win32ish.h NetWare port 2024 2233 nostdio.h Cause compile error on stdio calls 2025 2234 numeric.c Miscellaneous numeric conversion routines 2026 2235 op.c Opcode syntax tree code 2236 opcode.h Automatically generated opcode header 2237 opcode.pl Opcode header generator 2027 2238 op.h Opcode syntax tree header 2028 opcode.h Automatically generated opcode header2029 opcode.pl Opcode header generatore2030 2239 opnames.h Automatically generated opcode header 2031 2240 os2/Changes Changelog for OS/2 port … … 2034 2243 os2/dl_os2.c Addon for dl_open 2035 2244 os2/Makefile.SHs Shared library generation for OS/2 2245 os2/os2add.sym Overriding symbols to export 2246 os2/os2_base.t Additional tests for builtin methods 2036 2247 os2/os2.c Additional code for OS/2 2037 os2/os2.sym Additional symbols to export2038 2248 os2/OS2/ExtAttr/Changes EA access module 2039 2249 os2/OS2/ExtAttr/ExtAttr.pm EA access module … … 2044 2254 os2/OS2/ExtAttr/t/os2_ea.t EA access module 2045 2255 os2/OS2/ExtAttr/typemap EA access module 2256 os2/os2ish.h Header for OS/2 2046 2257 os2/OS2/PrfDB/Changes System database access module 2047 2258 os2/OS2/PrfDB/Makefile.PL System database access module … … 2050 2261 os2/OS2/PrfDB/PrfDB.xs System database access module 2051 2262 os2/OS2/PrfDB/t/os2_prfdb.t System database access module 2052 os2/OS2/PrfDB/typemap System database access module2053 2263 os2/OS2/Process/Makefile.PL system() constants in a module 2054 2264 os2/OS2/Process/MANIFEST system() constants in a module 2055 2265 os2/OS2/Process/Process.pm system() constants in a module 2056 2266 os2/OS2/Process/Process.xs system() constants in a module 2057 os2/OS2/Process/t/os2_process.t Tests2058 2267 os2/OS2/Process/t/os2_process_kid.t Tests 2268 os2/OS2/Process/t/os2_process.t Tests 2059 2269 os2/OS2/Process/t/os2_process_text.t Tests 2060 2270 os2/OS2/REXX/Changes DLL access module … … 2078 2288 os2/OS2/REXX/t/rx_varset.t DLL access module 2079 2289 os2/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 2290 os2/os2.sym Additional symbols to export 2082 2291 os2/os2thread.h pthread-like typedefs 2083 os2/ os2_base.t Additional tests for builtin methods2292 os2/OS2/typemap Common typemap for OS/2 types 2084 2293 os2/perl2cmd.pl Corrects installed binaries under OS/2 2085 2294 os2/perlrexx.c Support perl interpreter embedded in REXX 2295 os2/perlrexx.cmd Test perl interpreter embedded in REXX 2296 pad.c Scratchpad functions 2297 pad.h Scratchpad headers 2086 2298 patchlevel.h The current patch level of perl 2299 perlapi.c Perl API functions 2300 perlapi.h Perl API function declarations 2087 2301 perl.c main() 2088 2302 perl.h Global declarations 2089 perlapi.c Perl API functions2090 perlapi.h Perl API function declarations2091 2303 perlio.c C code for PerlIO abstraction 2092 2304 perlio.h PerlIO abstraction 2305 perliol.h PerlIO Layer definition 2093 2306 perlio.sym Symbols for PerlIO abstraction 2094 perliol.h PerlIO Layer definition2095 2307 perlsdio.h Fake stdio using perlio 2096 2308 perlsfio.h Prototype sfio mapping for PerlIO … … 2098 2310 perlvars.h Global variables 2099 2311 perly.c A byacc'ed perly.y 2312 perly_c.diff Fixup perly.c to allow recursion 2100 2313 perly.fixer A program to remove yacc stack limitations 2101 2314 perly.h The header file for perly.c 2315 perlyline.pl Perl code to fix #line directives and gcc warnings in perly.c 2102 2316 perly.y Yacc grammar for perl 2103 perlyline.pl Perl code to fix #line directives and gcc warnings in perly.c2104 perly_c.diff Fixup perly.c to allow recursion2105 2317 plan9/aperl Shell to make Perl error messages Acme-friendly 2106 2318 plan9/arpa/inet.h Plan9 port: replacement C header file 2107 2319 plan9/buildinfo Plan9 port: configuration information 2320 plan9/config_h.sample Plan9 port: 5.8.0 sample config.h 2108 2321 plan9/config.plan9 Plan9 port: config.h template 2322 plan9/config_sh.sample Plan9 port: 5.8.0 sample config.sh 2109 2323 plan9/exclude Plan9 port: tests to skip 2110 2324 plan9/fndvers Plan9 port: update Perl version in config.plan9 … … 2116 2330 plan9/setup.rc Plan9 port: script for easy build+install 2117 2331 plan9/versnum Plan9 port: script to print version number 2118 pod/buildtoc .PL generate buildtoc which generates perltoc.pod2332 pod/buildtoc Update files based on pod.lst 2119 2333 pod/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 2334 pod.lst List the pods and their roles 2335 pod/Makefile.SH generate Makefile which makes pods into something else 2336 pod/perl5004delta.pod Perl changes in version 5.004 2337 pod/perl5005delta.pod Perl changes in version 5.005 2338 pod/perl561delta.pod Perl changes in version 5.6.1 2339 pod/perl56delta.pod Perl changes in version 5.6 2340 pod/perl570delta.pod Perl changes in version 5.7.0 2341 pod/perl571delta.pod Perl changes in version 5.7.1 2342 pod/perl572delta.pod Perl changes in version 5.7.2 2343 pod/perl573delta.pod Perl changes in version 5.7.3 2344 pod/perl581delta.pod Perl changes in version 5.8.1 2345 pod/perl582delta.pod Perl changes in version 5.8.2 2346 pod/perl583delta.pod Perl changes in version 5.8.3 2347 pod/perl58delta.pod Perl changes in version 5.8.0 2348 pod/perlapio.pod Perl internal IO abstraction interface 2349 pod/perlapi.pod Perl API listing (autogenerated) 2350 pod/perlartistic.pod Perl Artistic License 2131 2351 pod/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 2352 pod/perlboot.pod Perl OO tutorial for beginners 2353 pod/perlbot.pod Perl OO tricks and examples 2354 pod/perlcall.pod Perl calling conventions from C 2355 pod/perlcheat.pod Perl cheat sheet 2135 2356 pod/perlclib.pod Internal replacements for standard C library functions 2136 pod/perlcompile.pod Info on using the Compiler suite2137 pod/perldata.pod Data structure info2138 pod/perldbmfilter.pod Info about DBM Filters2139 pod/perldebguts.pod Debugger guts info2357 pod/perlcompile.pod Perl compiler suite intro 2358 pod/perldata.pod Perl data structures 2359 pod/perldbmfilter.pod Perl DBM filters 2360 pod/perldebguts.pod Perl debugging guts and tips 2140 2361 pod/perldebtut.pod Perl debugging tutorial 2141 pod/perldebug.pod Debugger info2142 pod/perld elta.pod Changes since last version2143 pod/perld iag.pod Diagnostic info2144 pod/perldsc.pod Data Structures Cookbook2362 pod/perldebug.pod Perl debugging 2363 pod/perldiag.pod Perl diagnostic messages 2364 pod/perldoc.pod Look up Perl documentation in Pod format 2365 pod/perldsc.pod Perl data structures intro 2145 2366 pod/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 2367 pod/perlembed.pod Perl ways to embed perl in your C or C++ application 2368 pod/perlfaq1.pod General Questions About Perl 2369 pod/perlfaq2.pod Obtaining and Learning about Perl 2370 pod/perlfaq3.pod Programming Tools 2371 pod/perlfaq4.pod Data Manipulation 2372 pod/perlfaq5.pod Files and Formats 2373 pod/perlfaq6.pod Regexes 2374 pod/perlfaq7.pod Perl Language Issues 2375 pod/perlfaq8.pod System Interaction 2376 pod/perlfaq9.pod Networking 2377 pod/perlfaq.pod Perl frequently asked questions 2378 pod/perlfilter.pod Perl source filters 2379 pod/perlfork.pod Perl fork() information 2380 pod/perlform.pod Perl formats 2381 pod/perlfunc.pod Perl built-in functions 2382 pod/perlgpl.pod GNU General Public License 2383 pod/perlguts.pod Perl internal functions for those doing extensions 2162 2384 pod/perlhack.pod Perl hackers guide 2163 pod/perlhist.pod Perl history info2164 pod/perlintern.pod Perl internal function docs (autogenrated)2385 pod/perlhist.pod Perl history records 2386 pod/perlintern.pod Perl internal functions (autogenerated) 2165 2387 pod/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 2388 pod/perliol.pod C API for Perl's implementation of IO in Layers 2389 pod/perlipc.pod Perl interprocess communication 2390 pod/perllexwarn.pod Perl warnings and their control 2391 pod/perllocale.pod Perl locale support 2392 pod/perllol.pod Perl data structures: arrays of arrays 2393 pod/perlmodinstall.pod Perl modules: how to install from CPAN 2173 2394 pod/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 2395 pod/perlmodlib.pod Perl modules: how to write and use 2396 pod/perlmod.pod Perl modules: how they work 2397 pod/perlmodstyle.pod Perl modules: how to write modules with style 2398 pod/perlnewmod.pod Perl modules: preparing a new module for distribution 2399 pod/perlnumber.pod Perl number semantics 2400 pod/perlobj.pod Perl objects 2401 pod/perlopentut.pod Perl open() tutorial 2402 pod/perlop.pod Perl operators and precedence 2403 pod/perlothrtut.pod Old Perl threads tutorial 2404 pod/perlpacktut.pod Perl pack() and unpack() tutorial 2405 pod/perl.pod Perl overview (this section) 2406 pod/perlpod.pod Perl plain old documentation 2407 pod/perlpodspec.pod Perl plain old documentation format specification 2408 pod/perlport.pod Perl portability guide 2409 pod/perlref.pod Perl references, the rest of the story 2410 pod/perlreftut.pod Perl references short introduction 2411 pod/perlre.pod Perl regular expressions, the rest of the story 2412 pod/perlrequick.pod Perl regular expressions quick start 2413 pod/perlreref.pod Perl regular expressions quick reference 2414 pod/perlretut.pod Perl regular expressions tutorial 2415 pod/perlrun.pod Perl execution and options 2416 pod/perlsec.pod Perl security 2417 pod/perlstyle.pod Perl style guide 2418 pod/perlsub.pod Perl subroutines 2419 pod/perlsyn.pod Perl syntax 2420 pod/perlthrtut.pod Perl threads tutorial 2421 pod/perltie.pod Perl objects hidden behind simple variables 2422 pod/perltoc.pod Perl documentation table of contents 2423 pod/perltodo.pod Perl things to do 2424 pod/perltooc.pod Perl OO tutorial, part 2 2425 pod/perltoot.pod Perl OO tutorial, part 1 2426 pod/perltrap.pod Perl traps for the unwary 2427 pod/perlunicode.pod Perl Unicode support 2428 pod/perluniintro.pod Perl Unicode introduction 2429 pod/perlutil.pod utilities packaged with the Perl distribution 2430 pod/perlvar.pod Perl predefined variables 2431 pod/perlxs.pod Perl XS application programming interface 2432 pod/perlxstut.pod Perl XS tutorial 2209 2433 pod/pod2html.PL Precursor for translator to turn pod into HTML 2210 2434 pod/pod2latex.PL Precursor for translator to turn pod into LaTeX … … 2222 2446 Porting/check83.pl Check whether we are 8.3-friendly 2223 2447 Porting/checkURL.pl Check whether we have working URLs 2224 Porting/checkVERSION.pl Check whether we have $VERSIONs 2448 Porting/checkVERSION.pl Check whether we have $VERSIONs 2449 Porting/cmpVERSION.pl Compare whether two trees have changed modules 2450 Porting/config_H Sample config.h 2225 2451 Porting/config.sh Sample config.sh 2226 Porting/config_H Sample config.h2227 2452 Porting/Contract Social contract for contributed modules in Perl core 2453 Porting/curliff.pl Curliff or liff your curliffable files. 2228 2454 Porting/findrfuncs Find reentrant variants of functions used in an executable 2229 2455 Porting/findvars Find occurrences of words … … 2232 2458 Porting/genlog Generate formatted changelogs by querying p4d 2233 2459 Porting/Glossary Glossary of config.sh variables 2460 Porting/Maintainers Program to pretty print info in Maintainers.pl 2461 Porting/Maintainers.pl Information about maintainers 2462 Porting/Maintainers.pm Library to pretty print info in Maintainers.pl 2463 Porting/makemeta Create the top-level META.yml 2234 2464 Porting/makerel Release making utility 2235 Porting/p4genpatch Obsoletes both p4desc and p4d2p 2465 Porting/manicheck Check against MANIFEST 2466 Porting/p4d2p Generate patch from p4 diff 2467 Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc) 2236 2468 Porting/patching.pod How to report changes made to Perl 2237 2469 Porting/patchls Flexible patch file listing utility 2238 2470 Porting/pumpkin.pod Guidelines and hints for Perl maintainers 2239 2471 Porting/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 2472 Porting/sort_perldiag.pl Keep our diagnostics orderly 2473 Porting/testall.atom Cumulative profile with Third Degree 2474 Porting/thirdclean Cleanup Third Degree reports 2475 Porting/valgrindpp.pl Summarize valgrind reports 2242 2476 pp.c Push/Pop code 2477 pp_ctl.c Push/Pop code for control flow 2243 2478 pp.h Push/Pop code defs 2244 pp.sym Push/Pop code symbols2245 pp_ctl.c Push/Pop code for control flow2246 2479 pp_hot.c Push/Pop code for heavily used opcodes 2247 2480 pp_pack.c Push/Pop code for pack/unpack 2248 2481 pp_proto.h C++ definitions for Push/Pop code 2249 2482 pp_sort.c Push/Pop code for sort 2483 pp.sym Push/Pop code symbols 2250 2484 pp_sys.c Push/Pop code for system interaction 2251 2485 proto.h Prototypes
