This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Encode 2.14
[perl5.git] / MANIFEST
CommitLineData
f3a5d88c 1apollo/netinet/in.h Apollo DomainOS port: C header file frontend
6578b326
JH
2Artistic The "Artistic License"
3AUTHORS Contact info for contributors
94bdecf9 4autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod
669d0086
JH
5av.c Array value code
6av.h Array value header
efca5cc6 7beos/beos.c BeOS port
dec42cce 8beos/beosish.h BeOS port
669d0086
JH
9beos/nm.c BeOS port
10bytecode.pl Produces ext/ByteLoader/byterun.h, ext/ByteLoader/byterun.c and ext/B/Asmdata.pm
11cc_runtime.h Macros need by runtime of compiler-generated code
12cflags.SH A script that emits C compilation flags per file
6578b326
JH
13Changes Differences from previous version
14Changes5.000 Differences between 4.x and 5.000
15Changes5.001 Differences between 5.000 and 5.001
16Changes5.002 Differences between 5.001 and 5.002
17Changes5.003 Differences between 5.002 and 5.003
18Changes5.004 Differences between 5.003 and 5.004
19Changes5.005 Differences between 5.004 and 5.005
20Changes5.6 Differences between 5.005 and 5.6
21Changes5.8 Differences between 5.6.0 and 5.8.0 (and maint-5.6)
41630250 22config_h.SH Produces config.h
2c088079 23configpm Produces lib/Config.pm
6578b326 24Configure Portability tool
bfb7748a 25configure.com Configure-equivalent for VMS
4e2a5f63 26configure.gnu Crude emulation of GNU configure
2c088079 27cop.h Control operator header
6578b326
JH
28Copying The GNU General Public License
29Cross/config Cross-compilation
30Cross/config.sh-arm-linux Cross-compilation
31Cross/generate_config_sh Cross-compilation
32Cross/installperl.patch Cross-compilation
33Cross/Makefile Cross-compilation
34Cross/Makefile.SH.patch Cross-compilation
35Cross/README Cross-compilation
36Cross/TODO Cross-compilation
37Cross/warp Cross-compilation
2c088079 38cv.h Code value header
7b43481a 39cygwin/cygwin.c Additional code for Cygwin port
2c2d71f5 40cygwin/ld2.in ld wrapper template for Cygwin port
6578b326 41cygwin/Makefile.SHs Shared library generation for Cygwin port
2c2d71f5 42cygwin/perlld.in dll generator template for Cygwin port
2c088079 43deb.c Debugging routines
b695f709
JH
44djgpp/config.over DOS/DJGPP port
45djgpp/configure.bat DOS/DJGPP port
39e571d4 46djgpp/djgpp.c DOS/DJGPP port
117c9db1 47djgpp/djgpp.h DOS/DJGPP port
39e571d4
LM
48djgpp/djgppsed.sh DOS/DJGPP port
49djgpp/fixpmain DOS/DJGPP port
2c088079 50doio.c I/O operations
51doop.c Support code for various operations
52dosish.h Some defines for MS/DOSish machines
53dump.c Debugging output
2c088079 54emacs/cperl-mode.el An alternate perl-mode
d4257220 55emacs/e2ctags.pl etags to ctags converter
3ee700d1 56emacs/ptags Creates smart TAGS file
94bdecf9 57embed.fnc Database used by embed.pl
2c088079 58embed.h Maps symbols to safer names
acfe0abc 59embed.pl Produces {embed,embedvar,proto}.h, global.sym
aa061f24 60embedvar.h C namespace management
3a2f06e9
GS
61epoc/config.sh EPOC port config.sh template
62epoc/createpkg.pl EPOC port generate PKG file
cea4cc01 63epoc/epoc.c EPOC port
3a2f06e9 64epoc/epocish.c EPOC port
cea4cc01 65epoc/epocish.h EPOC port
f3a5d88c 66epoc/epoc_stubs.c EPOC port
b695f709 67epoc/link.pl EPOC port link a exe
669d0086
JH
68ext/attrs/attrs.pm attrs extension Perl module
69ext/attrs/attrs.xs attrs extension external subroutines
6578b326 70ext/attrs/Makefile.PL attrs extension makefile writer
adc3bd2e 71ext/attrs/t/attrs.t See if attrs works with C<sub : attrs>
6578b326
JH
72ext/B/B/Asmdata.pm Compiler backend data for assembler
73ext/B/B/assemble Assemble compiler bytecode
74ext/B/B/Assembler.pm Compiler backend assembler support functions
e21c45ac 75ext/B/B/Bblock.pm Compiler basic block analysis support
6578b326 76ext/B/B/Bytecode.pm Compiler Bytecode backend
669d0086 77ext/B/B/cc_harness Simplistic wrapper for using -MO=CC compiler
6578b326
JH
78ext/B/B/CC.pm Compiler CC backend
79ext/B/B/Concise.pm Compiler Concise backend
80ext/B/B/C.pm Compiler C backend
e21c45ac
MB
81ext/B/B/Debug.pm Compiler Debug backend
82ext/B/B/Deparse.pm Compiler Deparse backend
6578b326
JH
83ext/B/B/disassemble Disassemble compiler bytecode output
84ext/B/B/Disassembler.pm Compiler Disassembler backend
85ext/B/B/Lint.pm Compiler Lint backend
86ext/B/B/makeliblinks Make a simplistic XSUB .so symlink tree for compiler
87ext/B/B.pm Compiler backend support functions and methods
88ext/B/B/Showlex.pm Compiler Showlex backend
89ext/B/B/Stackobj.pm Compiler stack objects support functions
90ext/B/B/Stash.pm Compiler module to identify stashes
e21c45ac 91ext/B/B/Terse.pm Compiler Terse backend
6578b326
JH
92ext/B/B/Xref.pm Compiler Xref backend
93ext/B/B.xs Compiler backend external subroutines
94ext/B/C/C.xs Compiler C backend external subroutines
95ext/B/C/Makefile.PL Compiler C backend makefile writer
96ext/B/defsubs_h.PL Generator for constant subroutines
97ext/B/hints/darwin.pl Hints for named architecture
c272d378 98ext/B/hints/openbsd.pl Hints for named architecture
6578b326
JH
99ext/B/Makefile.PL Compiler backend makefile writer
100ext/B/NOTES Compiler backend notes
101ext/B/O.pm Compiler front-end module (-MO=...)
102ext/B/ramblings/cc.notes Compiler ramblings: notes on CC backend
103ext/B/ramblings/curcop.runtime Compiler ramblings: notes on curcop use
104ext/B/ramblings/flip-flop Compiler ramblings: notes on flip-flop
105ext/B/ramblings/magic Compiler ramblings: notes on magic
106ext/B/ramblings/reg.alloc Compiler ramblings: register allocation
107ext/B/ramblings/runtime.porting Compiler ramblings: porting PP engine
108ext/B/README Compiler backend README
109ext/B/t/asmdata.t See if B::Asmdata works
110ext/B/t/assembler.t See if B::Assembler, B::Disassembler comply
111ext/B/t/bblock.t See if B::Bblock works
112ext/B/t/b.t See if B works
113ext/B/t/bytecode.t See whether B::Bytecode works
114ext/B/t/concise.t See whether B::Concise works
c0939cee 115ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
6578b326
JH
116ext/B/t/debug.t See if B::Debug works
117ext/B/t/deparse.t See if B::Deparse works
118ext/B/TESTS Compiler backend test data
07e9b5fe
NC
119ext/B/t/f_map code from perldoc -f map
120ext/B/t/f_map.t converted to optreeCheck()s
121ext/B/t/f_sort optree test raw material
122ext/B/t/f_sort.t optree test raw material
6578b326
JH
123ext/B/t/lint.t See if B::Lint works
124ext/B/Todo Compiler backend Todo list
724aa791
JC
125ext/B/t/OptreeCheck.pm optree comparison tool
126ext/B/t/optree_check.t test OptreeCheck apparatus
724aa791 127ext/B/t/optree_concise.t more B::Concise tests
d51cf0c9 128ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
5f15c94e 129ext/B/t/optree_samples.t various basic codes: if for while
724aa791 130ext/B/t/optree_sort.t inplace sort optimization regression
cc02ea56 131ext/B/t/optree_specials.t BEGIN, END, etc code
724aa791 132ext/B/t/optree_varinit.t my,our,local var init optimization
5f15c94e
NC
133ext/B/t/o.t See if O works
134ext/B/t/showlex.t See if B::ShowLex works
135ext/B/t/stash.t See if B::Stash works
136ext/B/t/terse.t See if B::Terse works
137ext/B/t/xref.t See if B::Xref works
6578b326
JH
138ext/B/typemap Compiler backend interface types
139ext/ByteLoader/bytecode.h Bytecode header for bytecode loader
140ext/ByteLoader/ByteLoader.pm Bytecode loader Perl module
141ext/ByteLoader/ByteLoader.xs Bytecode loader external subroutines
142ext/ByteLoader/byterun.c Runtime support for bytecode loader
143ext/ByteLoader/byterun.h Header for byterun.c
144ext/ByteLoader/hints/sunos.pl Hints for named architecture
145ext/ByteLoader/Makefile.PL Bytecode loader makefile writer
f4c6fd49 146ext/Compress/Zlib/Changes Compress::Zlib
f4c6fd49
RGS
147ext/Compress/Zlib/config.in Compress::Zlib
148ext/Compress/Zlib/examples/filtdef Compress::Zlib
149ext/Compress/Zlib/examples/filtinf Compress::Zlib
150ext/Compress/Zlib/examples/gzcat Compress::Zlib
642e522c 151ext/Compress/Zlib/examples/gzcat.zlib Compress::Zlib
f4c6fd49
RGS
152ext/Compress/Zlib/examples/gzgrep Compress::Zlib
153ext/Compress/Zlib/examples/gzstream Compress::Zlib
642e522c
RGS
154ext/Compress/Zlib/fallback/constants.h Compress::Zlib
155ext/Compress/Zlib/fallback/constants.xs Compress::Zlib
156ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm Compress::Zlib
1a6a8453
PM
157ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm Compress::Zlib
158ext/Compress/Zlib/lib/CompressPlugin/Identity.pm Compress::Zlib
159ext/Compress/Zlib/lib/Compress/Zip/Constants.pm Compress::Zlib
642e522c
RGS
160ext/Compress/Zlib/lib/Compress/Zlib/Common.pm Compress::Zlib
161ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm Compress::Zlib
162ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm Compress::Zlib
163ext/Compress/Zlib/lib/File/GlobMapper.pm Compress::Zlib
1a6a8453 164ext/Compress/Zlib/lib/IO/Compress/Base.pm Compress::Zlib
642e522c
RGS
165ext/Compress/Zlib/lib/IO/Compress/Deflate.pm Compress::Zlib
166ext/Compress/Zlib/lib/IO/Compress/Gzip.pm Compress::Zlib
167ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm Compress::Zlib
1a6a8453 168ext/Compress/Zlib/lib/IO/Compress/Zip.pm Compress::Zlib
642e522c 169ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm Compress::Zlib
1a6a8453
PM
170ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm Compress::Zlib
171ext/Compress/Zlib/lib/IO/Uncompress/Base.pm Compress::Zlib
642e522c
RGS
172ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm Compress::Zlib
173ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm Compress::Zlib
174ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm Compress::Zlib
1a6a8453
PM
175ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm Compress::Zlib
176ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm Compress::Zlib
177ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm Compress::Zlib
642e522c
RGS
178ext/Compress/Zlib/Makefile.PL Compress::Zlib
179ext/Compress/Zlib/pod/FAQ.pod Compress::Zlib
180ext/Compress/Zlib/ppport.h Compress::Zlib
181ext/Compress/Zlib/README Compress::Zlib
182ext/Compress/Zlib/t/01version.t Compress::Zlib
183ext/Compress/Zlib/t/02zlib.t Compress::Zlib
184ext/Compress/Zlib/t/03zlib-v1.t Compress::Zlib
1a6a8453
PM
185ext/Compress/Zlib/t/04generic-deflate.t Compress::Zlib
186ext/Compress/Zlib/t/04generic-gzip.t Compress::Zlib
187ext/Compress/Zlib/t/04generic-rawdeflate.t Compress::Zlib
188ext/Compress/Zlib/t/04generic-zip.t Compress::Zlib
189ext/Compress/Zlib/t/04zlib-generic-deflate.t Compress::Zlib
190ext/Compress/Zlib/t/04zlib-generic-gzip.t Compress::Zlib
191ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t Compress::Zlib
192ext/Compress/Zlib/t/04zlib-generic-zip.t Compress::Zlib
642e522c
RGS
193ext/Compress/Zlib/t/05examples.t Compress::Zlib
194ext/Compress/Zlib/t/06gzsetp.t Compress::Zlib
195ext/Compress/Zlib/t/07bufsize.t Compress::Zlib
196ext/Compress/Zlib/t/08encoding.t Compress::Zlib
197ext/Compress/Zlib/t/09gziphdr.t Compress::Zlib
198ext/Compress/Zlib/t/10defhdr.t Compress::Zlib
199ext/Compress/Zlib/t/11truncate.t Compress::Zlib
1a6a8453
PM
200ext/Compress/Zlib/t/12any-deflate.t Compress::Zlib
201ext/Compress/Zlib/t/12any-gzip.t Compress::Zlib
202ext/Compress/Zlib/t/12any-rawdeflate.t Compress::Zlib
203ext/Compress/Zlib/t/12any-transparent.t Compress::Zlib
204ext/Compress/Zlib/t/12any-zip.t Compress::Zlib
205ext/Compress/Zlib/t/13prime-deflate.t Compress::Zlib
206ext/Compress/Zlib/t/13prime-gzip.t Compress::Zlib
207ext/Compress/Zlib/t/13prime-rawdeflate.t Compress::Zlib
208ext/Compress/Zlib/t/13prime-zip.t Compress::Zlib
642e522c 209ext/Compress/Zlib/t/14gzopen.t Compress::Zlib
1a6a8453
PM
210ext/Compress/Zlib/t/15multi-deflate.t Compress::Zlib
211ext/Compress/Zlib/t/15multi-gzip.t Compress::Zlib
212ext/Compress/Zlib/t/15multi-rawdeflate.t Compress::Zlib
213ext/Compress/Zlib/t/15multi-zip.t Compress::Zlib
214ext/Compress/Zlib/t/16oneshot-deflate.t Compress::Zlib
215ext/Compress/Zlib/t/16oneshot-gzip-only.t Compress::Zlib
216ext/Compress/Zlib/t/16oneshot-gzip.t Compress::Zlib
217ext/Compress/Zlib/t/16oneshot-rawdeflate.t Compress::Zlib
218ext/Compress/Zlib/t/16oneshot-zip-only.t Compress::Zlib
219ext/Compress/Zlib/t/16oneshot-zip.t Compress::Zlib
642e522c
RGS
220ext/Compress/Zlib/t/17isize.t Compress::Zlib
221ext/Compress/Zlib/t/18lvalue.t Compress::Zlib
1a6a8453
PM
222ext/Compress/Zlib/t/19destroy-deflate.t Compress::Zlib
223ext/Compress/Zlib/t/19destroy-gzip.t Compress::Zlib
224ext/Compress/Zlib/t/19destroy-rawdeflate.t Compress::Zlib
225ext/Compress/Zlib/t/19destroy-zip.t Compress::Zlib
226ext/Compress/Zlib/t/20tied-deflate.t Compress::Zlib
227ext/Compress/Zlib/t/20tied-gzip.t Compress::Zlib
228ext/Compress/Zlib/t/20tied-rawdeflate.t Compress::Zlib
229ext/Compress/Zlib/t/20tied-zip.t Compress::Zlib
230ext/Compress/Zlib/t/21newtied-deflate.t Compress::Zlib
231ext/Compress/Zlib/t/21newtied-gzip.t Compress::Zlib
232ext/Compress/Zlib/t/21newtied-rawdeflate.t Compress::Zlib
233ext/Compress/Zlib/t/21newtied-zip.t Compress::Zlib
234ext/Compress/Zlib/t/22merge-deflate.t Compress::Zlib
235ext/Compress/Zlib/t/22merge-gzip.t Compress::Zlib
236ext/Compress/Zlib/t/22merge-rawdeflate.t Compress::Zlib
237ext/Compress/Zlib/t/22merge-zip.t Compress::Zlib
642e522c 238ext/Compress/Zlib/t/23misc.t Compress::Zlib
1a6a8453
PM
239ext/Compress/Zlib/t/25anyunc-deflate.t Compress::Zlib
240ext/Compress/Zlib/t/25anyunc-gzip.t Compress::Zlib
241ext/Compress/Zlib/t/25anyunc-rawdeflate.t Compress::Zlib
242ext/Compress/Zlib/t/25anyunc-transparent.t Compress::Zlib
243ext/Compress/Zlib/t/25anyunc-zip.t Compress::Zlib
244ext/Compress/Zlib/t/99pod.t Compress::Zlib
642e522c
RGS
245ext/Compress/Zlib/t/globmapper.t Compress::Zlib
246ext/Compress/Zlib/typemap Compress::Zlib
247ext/Compress/Zlib/Zlib.pm Compress::Zlib
c46ec1f4
CB
248ext/Compress/Zlib/zlib-src/adler32.c Compress::Zlib
249ext/Compress/Zlib/zlib-src/compress.c Compress::Zlib
250ext/Compress/Zlib/zlib-src/crc32.c Compress::Zlib
251ext/Compress/Zlib/zlib-src/crc32.h Compress::Zlib
252ext/Compress/Zlib/zlib-src/deflate.c Compress::Zlib
253ext/Compress/Zlib/zlib-src/deflate.h Compress::Zlib
c46ec1f4
CB
254ext/Compress/Zlib/zlib-src/infback.c Compress::Zlib
255ext/Compress/Zlib/zlib-src/inffast.c Compress::Zlib
256ext/Compress/Zlib/zlib-src/inffast.h Compress::Zlib
257ext/Compress/Zlib/zlib-src/inffixed.h Compress::Zlib
258ext/Compress/Zlib/zlib-src/inflate.c Compress::Zlib
259ext/Compress/Zlib/zlib-src/inflate.h Compress::Zlib
260ext/Compress/Zlib/zlib-src/inftrees.c Compress::Zlib
261ext/Compress/Zlib/zlib-src/inftrees.h Compress::Zlib
262ext/Compress/Zlib/zlib-src/trees.c Compress::Zlib
263ext/Compress/Zlib/zlib-src/trees.h Compress::Zlib
264ext/Compress/Zlib/zlib-src/uncompr.c Compress::Zlib
265ext/Compress/Zlib/zlib-src/zconf.h Compress::Zlib
642e522c 266ext/Compress/Zlib/zlib-src/zlib.h Compress::Zlib
c46ec1f4
CB
267ext/Compress/Zlib/zlib-src/zutil.c Compress::Zlib
268ext/Compress/Zlib/zlib-src/zutil.h Compress::Zlib
642e522c 269ext/Compress/Zlib/Zlib.xs Compress::Zlib
6477b319
NC
270ext/Cwd/Changes Cwd extension Changelog
271ext/Cwd/Cwd.xs Cwd extension external subroutines
272ext/Cwd/Makefile.PL Cwd extension makefile maker
273ext/Cwd/ppport.h portability header for Cwd
274ext/Cwd/t/cwd.t See if Cwd works
275ext/Cwd/t/taint.t See if Cwd works with taint
276ext/Cwd/t/win32.t See if Cwd works on Win32
6578b326
JH
277ext/Data/Dumper/Changes Data pretty printer, changelog
278ext/Data/Dumper/Dumper.pm Data pretty printer, module
279ext/Data/Dumper/Dumper.xs Data pretty printer, externals
280ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
dd85fe9f 281ext/Data/Dumper/t/bugs.t See if Data::Dumper works
6578b326 282ext/Data/Dumper/t/dumper.t See if Data::Dumper works
c5f7c514 283ext/Data/Dumper/t/freezer.t See if $Data::Dumper::Freezer works
6578b326
JH
284ext/Data/Dumper/Todo Data pretty printer, futures
285ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data
286ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
287ext/DB_File/Changes Berkeley DB extension change log
288ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
289ext/DB_File/DB_File.pm Berkeley DB extension Perl module
290ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
291ext/DB_File/dbinfo Berkeley DB database version checker
292ext/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
293ext/DB_File/hints/sco.pl Hint for DB_File for named architecture
294ext/DB_File/Makefile.PL Berkeley DB extension makefile writer
295ext/DB_File/t/db-btree.t See if DB_File works
296ext/DB_File/t/db-hash.t See if DB_File works
297ext/DB_File/t/db-recno.t See if DB_File works
298ext/DB_File/typemap Berkeley DB extension interface types
299ext/DB_File/version.c Berkeley DB extension interface version check
300ext/Devel/DProf/Changes Perl code profiler changelog
301ext/Devel/DProf/DProf.pm Perl code profiler
302ext/Devel/DProf/DProf.xs Perl code profiler
303ext/Devel/DProf/Makefile.PL Perl code profiler makefile writer
304ext/Devel/DProf/t/DProf.t Perl code profiler
305ext/Devel/DProf/Todo Perl code profiler todo list
306ext/Devel/Peek/Changes Data debugging tool, changelog
3967c732
JD
307ext/Devel/Peek/Makefile.PL Data debugging tool, makefile writer
308ext/Devel/Peek/Peek.pm Data debugging tool, module and pod
309ext/Devel/Peek/Peek.xs Data debugging tool, externals
adc3bd2e 310ext/Devel/Peek/t/Peek.t See if Devel::Peek works
adfe19db 311ext/Devel/PPPort/apicheck_c.PL Devel::PPPort apicheck generator
f3a5d88c 312ext/Devel/PPPort/Changes Devel::PPPort changes
adfe19db
MHM
313ext/Devel/PPPort/devel/buildperl.pl Devel::PPPort perl version builder
314ext/Devel/PPPort/devel/mkapidoc.sh Devel::PPPort apidoc collector
315ext/Devel/PPPort/devel/mktodo Devel::PPPort baseline/todo generator
316ext/Devel/PPPort/devel/mktodo.pl Devel::PPPort baseline/todo generator
317ext/Devel/PPPort/devel/scanprov Devel::PPPort provided API scanner
318ext/Devel/PPPort/HACKERS Devel::PPPort hackers documentation
6578b326
JH
319ext/Devel/PPPort/Makefile.PL Devel::PPPort makefile writer
320ext/Devel/PPPort/MANIFEST Devel::PPPort Manifest
adfe19db
MHM
321ext/Devel/PPPort/MANIFEST.SKIP Devel::PPPort Manifest skip specs
322ext/Devel/PPPort/META.yml Devel::PPPort meta-data in YAML
323ext/Devel/PPPort/mktests.PL Devel::PPPort test file writer
44284200
JH
324ext/Devel/PPPort/module2.c Devel::PPPort test file
325ext/Devel/PPPort/module3.c Devel::PPPort test file
adfe19db
MHM
326ext/Devel/PPPort/parts/apicheck.pl Devel::PPPort apicheck generator
327ext/Devel/PPPort/parts/apidoc.fnc Devel::PPPort Perl API listing
328ext/Devel/PPPort/parts/base/5004000 Devel::PPPort baseline todo file
329ext/Devel/PPPort/parts/base/5004010 Devel::PPPort baseline todo file
330ext/Devel/PPPort/parts/base/5004020 Devel::PPPort baseline todo file
331ext/Devel/PPPort/parts/base/5004030 Devel::PPPort baseline todo file
332ext/Devel/PPPort/parts/base/5004040 Devel::PPPort baseline todo file
333ext/Devel/PPPort/parts/base/5004050 Devel::PPPort baseline todo file
334ext/Devel/PPPort/parts/base/5005000 Devel::PPPort baseline todo file
335ext/Devel/PPPort/parts/base/5005010 Devel::PPPort baseline todo file
336ext/Devel/PPPort/parts/base/5005020 Devel::PPPort baseline todo file
337ext/Devel/PPPort/parts/base/5005030 Devel::PPPort baseline todo file
338ext/Devel/PPPort/parts/base/5005040 Devel::PPPort baseline todo file
339ext/Devel/PPPort/parts/base/5006000 Devel::PPPort baseline todo file
340ext/Devel/PPPort/parts/base/5006001 Devel::PPPort baseline todo file
341ext/Devel/PPPort/parts/base/5006002 Devel::PPPort baseline todo file
342ext/Devel/PPPort/parts/base/5007000 Devel::PPPort baseline todo file
343ext/Devel/PPPort/parts/base/5007001 Devel::PPPort baseline todo file
344ext/Devel/PPPort/parts/base/5007002 Devel::PPPort baseline todo file
345ext/Devel/PPPort/parts/base/5007003 Devel::PPPort baseline todo file
346ext/Devel/PPPort/parts/base/5008000 Devel::PPPort baseline todo file
347ext/Devel/PPPort/parts/base/5008001 Devel::PPPort baseline todo file
348ext/Devel/PPPort/parts/base/5008002 Devel::PPPort baseline todo file
349ext/Devel/PPPort/parts/base/5008003 Devel::PPPort baseline todo file
350ext/Devel/PPPort/parts/base/5008004 Devel::PPPort baseline todo file
351ext/Devel/PPPort/parts/base/5008005 Devel::PPPort baseline todo file
9132e1a3 352ext/Devel/PPPort/parts/base/5008006 Devel::PPPort baseline todo file
adfe19db
MHM
353ext/Devel/PPPort/parts/base/5009000 Devel::PPPort baseline todo file
354ext/Devel/PPPort/parts/base/5009001 Devel::PPPort baseline todo file
355ext/Devel/PPPort/parts/base/5009002 Devel::PPPort baseline todo file
356ext/Devel/PPPort/parts/embed.fnc Devel::PPPort Perl API listing
357ext/Devel/PPPort/parts/inc/call Devel::PPPort include
358ext/Devel/PPPort/parts/inc/cop Devel::PPPort include
9132e1a3 359ext/Devel/PPPort/parts/inc/exception Devel::PPPort include
adfe19db
MHM
360ext/Devel/PPPort/parts/inc/format Devel::PPPort include
361ext/Devel/PPPort/parts/inc/grok Devel::PPPort include
362ext/Devel/PPPort/parts/inc/limits Devel::PPPort include
363ext/Devel/PPPort/parts/inc/magic Devel::PPPort include
364ext/Devel/PPPort/parts/inc/misc Devel::PPPort include
365ext/Devel/PPPort/parts/inc/mPUSH Devel::PPPort include
366ext/Devel/PPPort/parts/inc/MY_CXT Devel::PPPort include
367ext/Devel/PPPort/parts/inc/newCONSTSUB Devel::PPPort include
368ext/Devel/PPPort/parts/inc/newRV Devel::PPPort include
369ext/Devel/PPPort/parts/inc/ppphbin Devel::PPPort include
370ext/Devel/PPPort/parts/inc/ppphdoc Devel::PPPort include
371ext/Devel/PPPort/parts/inc/ppphtest Devel::PPPort include
372ext/Devel/PPPort/parts/inc/SvPV Devel::PPPort include
ee3a5e30 373ext/Devel/PPPort/parts/inc/sv_xpvf Devel::PPPort include
adfe19db
MHM
374ext/Devel/PPPort/parts/inc/threads Devel::PPPort include
375ext/Devel/PPPort/parts/inc/uv Devel::PPPort include
376ext/Devel/PPPort/parts/inc/version Devel::PPPort include
377ext/Devel/PPPort/parts/ppptools.pl Devel::PPPort various utilities
378ext/Devel/PPPort/parts/todo/5004000 Devel::PPPort todo file
379ext/Devel/PPPort/parts/todo/5004010 Devel::PPPort todo file
380ext/Devel/PPPort/parts/todo/5004020 Devel::PPPort todo file
381ext/Devel/PPPort/parts/todo/5004030 Devel::PPPort todo file
382ext/Devel/PPPort/parts/todo/5004040 Devel::PPPort todo file
383ext/Devel/PPPort/parts/todo/5004050 Devel::PPPort todo file
384ext/Devel/PPPort/parts/todo/5005000 Devel::PPPort todo file
385ext/Devel/PPPort/parts/todo/5005010 Devel::PPPort todo file
386ext/Devel/PPPort/parts/todo/5005020 Devel::PPPort todo file
387ext/Devel/PPPort/parts/todo/5005030 Devel::PPPort todo file
388ext/Devel/PPPort/parts/todo/5005040 Devel::PPPort todo file
389ext/Devel/PPPort/parts/todo/5006000 Devel::PPPort todo file
390ext/Devel/PPPort/parts/todo/5006001 Devel::PPPort todo file
391ext/Devel/PPPort/parts/todo/5006002 Devel::PPPort todo file
392ext/Devel/PPPort/parts/todo/5007000 Devel::PPPort todo file
393ext/Devel/PPPort/parts/todo/5007001 Devel::PPPort todo file
394ext/Devel/PPPort/parts/todo/5007002 Devel::PPPort todo file
395ext/Devel/PPPort/parts/todo/5007003 Devel::PPPort todo file
396ext/Devel/PPPort/parts/todo/5008000 Devel::PPPort todo file
397ext/Devel/PPPort/parts/todo/5008001 Devel::PPPort todo file
398ext/Devel/PPPort/parts/todo/5008002 Devel::PPPort todo file
399ext/Devel/PPPort/parts/todo/5008003 Devel::PPPort todo file
400ext/Devel/PPPort/parts/todo/5008004 Devel::PPPort todo file
401ext/Devel/PPPort/parts/todo/5008005 Devel::PPPort todo file
9132e1a3 402ext/Devel/PPPort/parts/todo/5008006 Devel::PPPort todo file
adfe19db
MHM
403ext/Devel/PPPort/parts/todo/5009000 Devel::PPPort todo file
404ext/Devel/PPPort/parts/todo/5009001 Devel::PPPort todo file
405ext/Devel/PPPort/parts/todo/5009002 Devel::PPPort todo file
adfe19db 406ext/Devel/PPPort/ppport_h.PL Devel::PPPort ppport.h writer
ee3a5e30 407ext/Devel/PPPort/PPPort.pm Devel::PPPort extension
adfe19db 408ext/Devel/PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
ee3a5e30 409ext/Devel/PPPort/PPPort.xs Devel::PPPort extension
adfe19db 410ext/Devel/PPPort/PPPort_xs.PL Devel::PPPort PPPort.xs writer
6578b326 411ext/Devel/PPPort/README Devel::PPPort Readme
adfe19db
MHM
412ext/Devel/PPPort/soak Devel::PPPort Test Harness to run under various Perls
413ext/Devel/PPPort/t/call.t Devel::PPPort test file
96ad942f 414ext/Devel/PPPort/t/cop.t Devel::PPPort test file
9132e1a3 415ext/Devel/PPPort/t/exception.t Devel::PPPort test file
adfe19db
MHM
416ext/Devel/PPPort/t/grok.t Devel::PPPort test file
417ext/Devel/PPPort/t/limits.t Devel::PPPort test file
418ext/Devel/PPPort/t/magic.t Devel::PPPort test file
419ext/Devel/PPPort/t/misc.t Devel::PPPort test file
420ext/Devel/PPPort/t/mPUSH.t Devel::PPPort test file
421ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file
422ext/Devel/PPPort/t/newCONSTSUB.t Devel::PPPort test file
423ext/Devel/PPPort/t/newRV.t Devel::PPPort test file
ee3a5e30 424ext/Devel/PPPort/TODO Devel::PPPort Todo
adfe19db
MHM
425ext/Devel/PPPort/t/ppphtest.t Devel::PPPort test file
426ext/Devel/PPPort/t/SvPV.t Devel::PPPort test file
ee3a5e30 427ext/Devel/PPPort/t/sv_xpvf.t Devel::PPPort test file
adfe19db
MHM
428ext/Devel/PPPort/t/testutil.pl Devel::PPPort test utilities
429ext/Devel/PPPort/t/threads.t Devel::PPPort test file
96ad942f 430ext/Devel/PPPort/t/uv.t Devel::PPPort test file
adfe19db 431ext/Devel/PPPort/typemap Devel::PPPort Typemap
b695f709 432ext/Digest/MD5/Changes Digest::MD5 extension changes
77e6095e 433ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture
669d0086 434ext/Digest/MD5/hints/irix_6.pl Hints for named architecture
6578b326
JH
435ext/Digest/MD5/hints/MacOS.pl Hints for named architecture
436ext/Digest/MD5/Makefile.PL Digest::MD5 extension makefile writer
b695f709 437ext/Digest/MD5/MD5.pm Digest::MD5 extension
6578b326
JH
438ext/Digest/MD5/MD5.xs Digest::MD5 extension
439ext/Digest/MD5/README Digest::MD5 extension Readme
b695f709
JH
440ext/Digest/MD5/t/align.t See if Digest::MD5 extension works
441ext/Digest/MD5/t/badfile.t See if Digest::MD5 extension works
49953a3f 442ext/Digest/MD5/t/bits.t See if Digest::MD5 extension works
ac70dec1 443ext/Digest/MD5/t/clone.t See if Digest::MD5 extension works
b695f709 444ext/Digest/MD5/t/files.t See if Digest::MD5 extension works
5a046520 445ext/Digest/MD5/t/md5-aaa.t See if Digest::MD5 extension works
2e60967a 446ext/Digest/MD5/t/utf8.t See if Digest::MD5 extension works
b695f709 447ext/Digest/MD5/typemap Digest::MD5 extension
6bc89f92
SP
448ext/Digest/SHA/bin/shasum shasum script
449ext/Digest/SHA/Changes Digest::SHA changes
450ext/Digest/SHA/Makefile.PL Digest::SHA Makefile.PL
6477b319 451ext/Digest/SHA/ppport.h Digest::SHA extension
6bc89f92
SP
452ext/Digest/SHA/README Digest::SHA README
453ext/Digest/SHA/SHA.pm Digest::SHA extension
454ext/Digest/SHA/SHA.xs Digest::SHA extension
6bc89f92
SP
455ext/Digest/SHA/src/hmac.c Digest::SHA extension
456ext/Digest/SHA/src/hmac.h Digest::SHA extension
457ext/Digest/SHA/src/hmacxtra.c Digest::SHA extension
6bc89f92
SP
458ext/Digest/SHA/src/sha64bit.c Digest::SHA extension
459ext/Digest/SHA/src/sha64bit.h Digest::SHA extension
6477b319
NC
460ext/Digest/SHA/src/sha.c Digest::SHA extension
461ext/Digest/SHA/src/sha.h Digest::SHA extension
6bc89f92
SP
462ext/Digest/SHA/src/shaxtra.c Digest::SHA extension
463ext/Digest/SHA/t/0-pod-coverage.t See if Digest::SHA works
464ext/Digest/SHA/t/0-pod.t See if Digest::SHA works
465ext/Digest/SHA/t/1-exist.t See if Digest::SHA works
466ext/Digest/SHA/t/1-hello-world.t See if Digest::SHA works
467ext/Digest/SHA/t/2-nist-sha-1.t See if Digest::SHA works
468ext/Digest/SHA/t/2-nist-sha-224.t See if Digest::SHA works
469ext/Digest/SHA/t/2-nist-sha-256.t See if Digest::SHA works
470ext/Digest/SHA/t/2-nist-sha-384.t See if Digest::SHA works
471ext/Digest/SHA/t/2-nist-sha-512.t See if Digest::SHA works
472ext/Digest/SHA/t/2-nist-sha-base64.t See if Digest::SHA works
473ext/Digest/SHA/t/2-nist-sha-oo.t See if Digest::SHA works
474ext/Digest/SHA/t/2-nist-vectors-bit.t See if Digest::SHA works
475ext/Digest/SHA/t/2-nist-vectors-byte.t See if Digest::SHA works
476ext/Digest/SHA/t/3-gillogly-easy.t See if Digest::SHA works
477ext/Digest/SHA/t/3-gillogly-hard.t See if Digest::SHA works
478ext/Digest/SHA/t/4-bitstr-increasing.t See if Digest::SHA works
479ext/Digest/SHA/t/4-bitstr-large.t See if Digest::SHA works
480ext/Digest/SHA/t/4-bitstr-random.t See if Digest::SHA works
481ext/Digest/SHA/t/5-hmac-fips198.t See if Digest::SHA works
482ext/Digest/SHA/t/5-hmac-rfc2202.t See if Digest::SHA works
483ext/Digest/SHA/t/5-hmac-sha-256.t See if Digest::SHA works
484ext/Digest/SHA/t/5-hmac-woodbury.t See if Digest::SHA works
485ext/Digest/SHA/t/6-dump-load.t See if Digest::SHA works
486ext/Digest/SHA/t/7-ireland.t See if Digest::SHA works
487ext/Digest/SHA/t/gillogly/state.011 See if Digest::SHA works
488ext/Digest/SHA/t/gillogly/state.110 See if Digest::SHA works
6bc89f92
SP
489ext/Digest/SHA/t/nist/bit-hashes.sha1 See if Digest::SHA works
490ext/Digest/SHA/t/nist/bit-messages.sha1 See if Digest::SHA works
491ext/Digest/SHA/t/nist/byte-hashes.sha1 See if Digest::SHA works
492ext/Digest/SHA/t/nist/byte-messages.sha1 See if Digest::SHA works
6477b319
NC
493ext/Digest/SHA/t/nist/COPYRIGHT See if Digest::SHA works
494ext/Digest/SHA/t/nist/Readme.txt See if Digest::SHA works
6bc89f92
SP
495ext/Digest/SHA/t/state/state.1 See if Digest::SHA works
496ext/Digest/SHA/t/state/state.256 See if Digest::SHA works
497ext/Digest/SHA/t/state/state.384 See if Digest::SHA works
498ext/Digest/SHA/t/state/state.512 See if Digest::SHA works
499ext/Digest/SHA/typemap See if Digest::SHA works
6578b326
JH
500ext/DynaLoader/dl_aix.xs AIX implementation
501ext/DynaLoader/dl_beos.xs BeOS implementation
502ext/DynaLoader/dl_dld.xs GNU dld style implementation
503ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation
504ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
505ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
506ext/DynaLoader/dl_hpux.xs HP-UX implementation
507ext/DynaLoader/dl_mac.xs MacOS implementation
508ext/DynaLoader/dl_mpeix.xs MPE/iX implementation
509ext/DynaLoader/dl_next.xs NeXT implementation
510ext/DynaLoader/dl_none.xs Stub implementation
27da23d5 511ext/DynaLoader/dl_symbian.xs Symbian implementation
6578b326
JH
512ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
513ext/DynaLoader/dl_vmesa.xs VM/ESA implementation
514ext/DynaLoader/dl_vms.xs VMS implementation
515ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
516ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
4b5bf9a6
NC
517ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture
518ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture
6578b326
JH
519ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
520ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
521ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
522ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
523ext/DynaLoader/README Dynamic Loader notes and intro
9aa47a0d 524ext/DynaLoader/t/XSLoader.t See if XSLoader works
6578b326 525ext/DynaLoader/XSLoader_pm.PL Simple XS Loader perl module
64ffdd5e 526ext/Encode/AUTHORS List of authors
ab3374e4
DK
527ext/Encode/bin/enc2xs Encode module generator
528ext/Encode/bin/piconv iconv by perl
6578b326 529ext/Encode/bin/ucm2table Table Generator for testing
ab3374e4
DK
530ext/Encode/bin/ucmlint A UCM Lint utility
531ext/Encode/bin/ucmsort A UCM sort utility
532ext/Encode/bin/unidump Unicode Dump like hexdump(1)
6578b326
JH
533ext/Encode/Byte/Byte.pm Encode extension
534ext/Encode/Byte/Makefile.PL Encode extension
535ext/Encode/Changes Change Log
536ext/Encode/CN/CN.pm Encode extension
537ext/Encode/CN/Makefile.PL Encode extension
538ext/Encode/EBCDIC/EBCDIC.pm Encode extension
539ext/Encode/EBCDIC/Makefile.PL Encode extension
530b72ba 540ext/Encode/encengine.c Encode extension
6578b326
JH
541ext/Encode/Encode/Changes.e2x Skeleton file for enc2xs
542ext/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs
543ext/Encode/Encode/encode.h Encode extension header file
544ext/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs
545ext/Encode/Encode.pm Mother of all Encode extensions
546ext/Encode/Encode/_PM.e2x Skeleton file for enc2xs
547ext/Encode/Encode/README.e2x Skeleton file for enc2xs
548ext/Encode/Encode/_T.e2x Skeleton file for enc2xs
549ext/Encode/Encode.xs Encode extension
36bb303b 550ext/Encode/encoding.pm Perl Pragmatic Module
6578b326
JH
551ext/Encode/JP/JP.pm Encode extension
552ext/Encode/JP/Makefile.PL Encode extension
553ext/Encode/KR/KR.pm Encode extension
554ext/Encode/KR/Makefile.PL Encode extension
ab3374e4 555ext/Encode/lib/Encode/Alias.pm Encode extension
f3a5d88c
JH
556ext/Encode/lib/Encode/CJKConstants.pm Encode extension
557ext/Encode/lib/Encode/CN/HZ.pm Encode extension
6578b326
JH
558ext/Encode/lib/Encode/Config.pm Encode configuration module
559ext/Encode/lib/Encode/Encoder.pm OO Encoder
560ext/Encode/lib/Encode/Encoding.pm Encode extension
561ext/Encode/lib/Encode/Guess.pm Encode Extension
ab3374e4 562ext/Encode/lib/Encode/JP/H2Z.pm Encode extension
aae85ceb 563ext/Encode/lib/Encode/JP/JIS7.pm Encode extension
6578b326 564ext/Encode/lib/Encode/KR/2022_KR.pm Encode extension
56ff7374 565ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension
6477b319 566ext/Encode/lib/Encode/MIME/Header.pm Encode extension
6578b326 567ext/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO
85982a32 568ext/Encode/lib/Encode/Supported.pod Documents for supported encodings
6578b326
JH
569ext/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
570ext/Encode/Makefile.PL Encode extension makefile writer
571ext/Encode/MANIFEST Encode extension
572ext/Encode/META.yml Module meta-data in YAML
573ext/Encode/README Encode extension
574ext/Encode/Symbol/Makefile.PL Encode extension
575ext/Encode/Symbol/Symbol.pm Encode extension
576ext/Encode/t/Aliases.t test script
ab3374e4
DK
577ext/Encode/t/at-cn.t test script
578ext/Encode/t/at-tw.t test script
ef175861
JH
579ext/Encode/t/big5-eten.enc test data
580ext/Encode/t/big5-eten.utf test data
581ext/Encode/t/big5-hkscs.enc test data
582ext/Encode/t/big5-hkscs.utf test data
6578b326 583ext/Encode/t/CJKT.t test script
52d2e0f4 584ext/Encode/t/enc_data.t test script for utf8 DATA
88632417 585ext/Encode/t/enc_eucjp.t test script
6be7c101
JH
586ext/Encode/t/enc_module.enc test data for t/enc_module.t
587ext/Encode/t/enc_module.t test script
6578b326
JH
588ext/Encode/t/Encoder.t test script
589ext/Encode/t/Encode.t test script
41630250 590ext/Encode/t/encoding.t test script
f3a5d88c 591ext/Encode/t/enc_utf8.t test script
ab3374e4 592ext/Encode/t/fallback.t test script
41c240f5 593ext/Encode/t/from_to.t test script
ab3374e4
DK
594ext/Encode/t/gb2312.enc test data
595ext/Encode/t/gb2312.utf test data
596ext/Encode/t/grow.t test script
e74d7437 597ext/Encode/t/gsm0338.t test script
ab3374e4 598ext/Encode/t/guess.t test script
ef175861 599ext/Encode/t/jisx0201.enc test data
f3a5d88c 600ext/Encode/t/jisx0201.utf test data
6578b326 601ext/Encode/t/jisx0208.enc test data
f3a5d88c 602ext/Encode/t/jisx0208.utf test data
6578b326 603ext/Encode/t/jisx0212.enc test data
ef175861 604ext/Encode/t/jisx0212.utf test data
ab3374e4 605ext/Encode/t/jperl.t test script
ef175861
JH
606ext/Encode/t/ksc5601.enc test data
607ext/Encode/t/ksc5601.utf test data
56ff7374 608ext/Encode/t/mime_header_iso2022jp.t test script
6477b319 609ext/Encode/t/mime-header.t test script
28701729 610ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
ab3374e4
DK
611ext/Encode/t/perlio.t test script
612ext/Encode/t/rt.pl test script
af1f55d9 613ext/Encode/t/unibench.pl benchmark script
6578b326 614ext/Encode/t/Unicode.t test script
47050470 615ext/Encode/t/utf8strict.t test script
6578b326
JH
616ext/Encode/TW/Makefile.PL Encode extension
617ext/Encode/TW/TW.pm Encode extension
618ext/Encode/ucm/8859-10.ucm Unicode Character Map
619ext/Encode/ucm/8859-11.ucm Unicode Character Map
620ext/Encode/ucm/8859-13.ucm Unicode Character Map
621ext/Encode/ucm/8859-14.ucm Unicode Character Map
622ext/Encode/ucm/8859-15.ucm Unicode Character Map
623ext/Encode/ucm/8859-16.ucm Unicode Character Map
624ext/Encode/ucm/8859-1.ucm Unicode Character Map
625ext/Encode/ucm/8859-2.ucm Unicode Character Map
626ext/Encode/ucm/8859-3.ucm Unicode Character Map
627ext/Encode/ucm/8859-4.ucm Unicode Character Map
628ext/Encode/ucm/8859-5.ucm Unicode Character Map
629ext/Encode/ucm/8859-6.ucm Unicode Character Map
630ext/Encode/ucm/8859-7.ucm Unicode Character Map
631ext/Encode/ucm/8859-8.ucm Unicode Character Map
632ext/Encode/ucm/8859-9.ucm Unicode Character Map
a999c27c
JH
633ext/Encode/ucm/adobeStdenc.ucm Unicode Character Map
634ext/Encode/ucm/adobeSymbol.ucm Unicode Character Map
6578b326 635ext/Encode/ucm/adobeZdingbat.ucm Unicode Character Map
3ef515df 636ext/Encode/ucm/ascii.ucm Unicode Character Map
b0b300a3 637ext/Encode/ucm/big5-eten.ucm Unicode Character Map
3ef515df 638ext/Encode/ucm/big5-hkscs.ucm Unicode Character Map
a999c27c
JH
639ext/Encode/ucm/cp037.ucm Unicode Character Map
640ext/Encode/ucm/cp1006.ucm Unicode Character Map
641ext/Encode/ucm/cp1026.ucm Unicode Character Map
3ef515df
JH
642ext/Encode/ucm/cp1047.ucm Unicode Character Map
643ext/Encode/ucm/cp1250.ucm Unicode Character Map
a999c27c
JH
644ext/Encode/ucm/cp1251.ucm Unicode Character Map
645ext/Encode/ucm/cp1252.ucm Unicode Character Map
646ext/Encode/ucm/cp1253.ucm Unicode Character Map
647ext/Encode/ucm/cp1254.ucm Unicode Character Map
648ext/Encode/ucm/cp1255.ucm Unicode Character Map
649ext/Encode/ucm/cp1256.ucm Unicode Character Map
650ext/Encode/ucm/cp1257.ucm Unicode Character Map
651ext/Encode/ucm/cp1258.ucm Unicode Character Map
652ext/Encode/ucm/cp424.ucm Unicode Character Map
653ext/Encode/ucm/cp437.ucm Unicode Character Map
654ext/Encode/ucm/cp500.ucm Unicode Character Map
655ext/Encode/ucm/cp737.ucm Unicode Character Map
656ext/Encode/ucm/cp775.ucm Unicode Character Map
657ext/Encode/ucm/cp850.ucm Unicode Character Map
658ext/Encode/ucm/cp852.ucm Unicode Character Map
659ext/Encode/ucm/cp855.ucm Unicode Character Map
660ext/Encode/ucm/cp856.ucm Unicode Character Map
661ext/Encode/ucm/cp857.ucm Unicode Character Map
662ext/Encode/ucm/cp860.ucm Unicode Character Map
663ext/Encode/ucm/cp861.ucm Unicode Character Map
664ext/Encode/ucm/cp862.ucm Unicode Character Map
665ext/Encode/ucm/cp863.ucm Unicode Character Map
666ext/Encode/ucm/cp864.ucm Unicode Character Map
667ext/Encode/ucm/cp865.ucm Unicode Character Map
668ext/Encode/ucm/cp866.ucm Unicode Character Map
669ext/Encode/ucm/cp869.ucm Unicode Character Map
670ext/Encode/ucm/cp874.ucm Unicode Character Map
671ext/Encode/ucm/cp875.ucm Unicode Character Map
3ef515df
JH
672ext/Encode/ucm/cp932.ucm Unicode Character Map
673ext/Encode/ucm/cp936.ucm Unicode Character Map
674ext/Encode/ucm/cp949.ucm Unicode Character Map
675ext/Encode/ucm/cp950.ucm Unicode Character Map
f0a41339 676ext/Encode/ucm/ctrl.ucm Unicode Character Map
3ef515df
JH
677ext/Encode/ucm/dingbats.ucm Unicode Character Map
678ext/Encode/ucm/euc-cn.ucm Unicode Character Map
679ext/Encode/ucm/euc-jp.ucm Unicode Character Map
680ext/Encode/ucm/euc-kr.ucm Unicode Character Map
681ext/Encode/ucm/gb12345.ucm Unicode Character Map
682ext/Encode/ucm/gb2312.ucm Unicode Character Map
683ext/Encode/ucm/gsm0338.ucm Unicode Character Map
684ext/Encode/ucm/hp-roman8.ucm Unicode Character Map
3ef515df
JH
685ext/Encode/ucm/ir-165.ucm Unicode Character Map
686ext/Encode/ucm/jis0201.ucm Unicode Character Map
f2a2953c
JH
687ext/Encode/ucm/jis0208.ucm Unicode Character Map
688ext/Encode/ucm/jis0212.ucm Unicode Character Map
3ef515df
JH
689ext/Encode/ucm/johab.ucm Unicode Character Map
690ext/Encode/ucm/koi8-f.ucm Unicode Character Map
691ext/Encode/ucm/koi8-r.ucm Unicode Character Map
692ext/Encode/ucm/koi8-u.ucm Unicode Character Map
693ext/Encode/ucm/ksc5601.ucm Unicode Character Map
6578b326 694ext/Encode/ucm/macArabic.ucm Unicode Character Map
3ef515df 695ext/Encode/ucm/macCentEuro.ucm Unicode Character Map
a999c27c
JH
696ext/Encode/ucm/macChinsimp.ucm Unicode Character Map
697ext/Encode/ucm/macChintrad.ucm Unicode Character Map
6578b326
JH
698ext/Encode/ucm/macCroatian.ucm Unicode Character Map
699ext/Encode/ucm/macCyrillic.ucm Unicode Character Map
3ef515df 700ext/Encode/ucm/macDingbats.ucm Unicode Character Map
6578b326
JH
701ext/Encode/ucm/macFarsi.ucm Unicode Character Map
702ext/Encode/ucm/macGreek.ucm Unicode Character Map
703ext/Encode/ucm/macHebrew.ucm Unicode Character Map
704ext/Encode/ucm/macIceland.ucm Unicode Character Map
705ext/Encode/ucm/macJapanese.ucm Unicode Character Map
706ext/Encode/ucm/macKorean.ucm Unicode Character Map
707ext/Encode/ucm/macRoman.ucm Unicode Character Map
a999c27c
JH
708ext/Encode/ucm/macROMnn.ucm Unicode Character Map
709ext/Encode/ucm/macRUMnn.ucm Unicode Character Map
6578b326 710ext/Encode/ucm/macSami.ucm Unicode Character Map
f3a5d88c 711ext/Encode/ucm/macSymbol.ucm Unicode Character Map
6578b326
JH
712ext/Encode/ucm/macThai.ucm Unicode Character Map
713ext/Encode/ucm/macTurkish.ucm Unicode Character Map
714ext/Encode/ucm/macUkraine.ucm Unicode Character Map
3ef515df 715ext/Encode/ucm/nextstep.ucm Unicode Character Map
f0a41339 716ext/Encode/ucm/null.ucm Unicode Character Map
3ef515df
JH
717ext/Encode/ucm/posix-bc.ucm Unicode Character Map
718ext/Encode/ucm/shiftjis.ucm Unicode Character Map
719ext/Encode/ucm/symbol.ucm Unicode Character Map
720ext/Encode/ucm/viscii.ucm Unicode Character Map
6578b326
JH
721ext/Encode/Unicode/Makefile.PL Encode extension
722ext/Encode/Unicode/Unicode.pm Encode extension
723ext/Encode/Unicode/Unicode.xs Encode extension
724EXTERN.h Included before foreign .h files
f3a5d88c
JH
725ext/Errno/ChangeLog Errno changes
726ext/Errno/Errno_pm.PL Errno perl module create script
6578b326 727ext/Errno/Makefile.PL Errno extension makefile writer
f3a5d88c 728ext/Errno/t/Errno.t See if Errno works
6578b326
JH
729ext/Fcntl/Fcntl.pm Fcntl extension Perl module
730ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
731ext/Fcntl/Makefile.PL Fcntl extension makefile writer
732ext/Fcntl/t/fcntl.t See if Fcntl works
733ext/Fcntl/t/syslfs.t See if large files work for sysio
734ext/File/Glob/bsd_glob.c File::Glob extension run time code
735ext/File/Glob/bsd_glob.h File::Glob extension header file
736ext/File/Glob/Changes File::Glob extension changelog
737ext/File/Glob/Glob.pm File::Glob extension module
738ext/File/Glob/Glob.xs File::Glob extension external subroutines
739ext/File/Glob/Makefile.PL File::Glob extension makefile writer
740ext/File/Glob/t/basic.t See if File::Glob works
741ext/File/Glob/t/case.t See if File::Glob works
742ext/File/Glob/t/global.t See if File::Glob works
743ext/File/Glob/TODO File::Glob extension todo list
744ext/File/Glob/t/taint.t See if File::Glob works
745ext/Filter/t/call.t See if Filter::Util::Call works
746ext/Filter/Util/Call/Call.pm Filter::Util::Call extension module
747ext/Filter/Util/Call/Call.xs Filter::Util::Call extension external subroutines
748ext/Filter/Util/Call/Makefile.PL Filter::Util::Call extension makefile writer
749ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
750ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
751ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
752ext/GDBM_File/Makefile.PL GDBM extension makefile writer
753ext/GDBM_File/t/gdbm.t See if GDBM_File works
754ext/GDBM_File/typemap GDBM extension interface types
755ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo
756ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo
757ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo
758ext/I18N/Langinfo/Langinfo.xs I18N::Langinfo
759ext/I18N/Langinfo/Makefile.PL I18N::Langinfo
760ext/I18N/Langinfo/t/Langinfo.t See whether I18N::Langinfo works
761ext/IO/ChangeLog IO perl module change log
762ext/IO/hints/sco.pl Hint for IO for named architecture
763ext/IO/IO.pm Top-level interface to IO::* classes
764ext/IO/IO.xs IO extension external subroutines
765ext/IO/lib/IO/Dir.pm IO directory reading package
766ext/IO/lib/IO/File.pm IO file handle package
767ext/IO/lib/IO/Handle.pm IO base handle package
768ext/IO/lib/IO/Pipe.pm IO pipe package
769ext/IO/lib/IO/Poll.pm IO system poll() interface
770ext/IO/lib/IO/Seekable.pm IO methods for seekable handles
771ext/IO/lib/IO/Select.pm IO system select() interface
772ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
773ext/IO/lib/IO/Socket.pm IO socket handle package
774ext/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
775ext/IO/Makefile.PL IO extension makefile writer
776ext/IO/poll.c IO poll() emulation using select()
777ext/IO/poll.h IO poll() emulation using select()
778ext/IO/README IO extension maintenance notice
779ext/IO/t/io_const.t See if constants from IO work
780ext/IO/t/io_dir.t See if directory-related methods from IO work
781ext/IO/t/io_dup.t See if dup()-related methods from IO work
a84e44cd 782ext/IO/t/io_file.t See if binmode()-related methods on IO::File work
6578b326
JH
783ext/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
784ext/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
785ext/IO/t/io_pipe.t See if pipe()-related methods from IO work
786ext/IO/t/io_poll.t See if poll()-related methods from IO work
787ext/IO/t/io_sel.t See if select()-related methods from IO work
788ext/IO/t/io_sock.t See if INET socket-related methods from IO work
789ext/IO/t/IO.t See if IO works
790ext/IO/t/io_taint.t See if the untaint method from IO works
791ext/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
792ext/IO/t/io_udp.t See if UDP socket-related methods from IO work
793ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work
794ext/IO/t/io_utf8.t See if perlio opens work
795ext/IO/t/io_xs.t See if XSUB methods from IO work
796ext/IPC/SysV/ChangeLog IPC::SysV extension Perl module
797ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
798ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
799ext/IPC/SysV/Makefile.PL IPC::SysV extension Perl module
800ext/IPC/SysV/MANIFEST IPC::SysV extension Perl module
801ext/IPC/SysV/Msg.pm IPC::SysV extension Perl module
802ext/IPC/SysV/README IPC::SysV extension Perl module
803ext/IPC/SysV/Semaphore.pm IPC::SysV extension Perl module
804ext/IPC/SysV/SysV.pm IPC::SysV extension Perl module
805ext/IPC/SysV/SysV.xs IPC::SysV extension Perl module
806ext/IPC/SysV/t/ipcsysv.t See if IPC::SysV works
807ext/IPC/SysV/t/msg.t IPC::SysV extension Perl module
808ext/IPC/SysV/t/sem.t IPC::SysV extension Perl module
42975ef9 809ext/List/Util/Changes Util extension
6578b326
JH
810ext/List/Util/lib/List/Util.pm List::Util
811ext/List/Util/lib/Scalar/Util.pm Scalar::Util
812ext/List/Util/Makefile.PL Util extension
9850bf21 813ext/List/Util/multicall.h Util extension
6578b326 814ext/List/Util/README Util extension
aee45414 815ext/List/Util/t/00version.t Scalar::Util
6578b326
JH
816ext/List/Util/t/blessed.t Scalar::Util
817ext/List/Util/t/dualvar.t Scalar::Util
818ext/List/Util/t/first.t List::Util
819ext/List/Util/t/isvstring.t Scalar::Util
820ext/List/Util/t/lln.t Scalar::Util
cf083cf9 821ext/List/Util/t/maxstr.t List::Util
47050470 822ext/List/Util/t/max.t List::Util
cf083cf9 823ext/List/Util/t/minstr.t List::Util
47050470 824ext/List/Util/t/min.t List::Util
6578b326 825ext/List/Util/t/openhan.t Scalar::Util
cf083cf9
GB
826ext/List/Util/t/p_blessed.t Scalar::Util
827ext/List/Util/t/p_first.t List::Util
828ext/List/Util/t/p_lln.t Scalar::Util
cf083cf9 829ext/List/Util/t/p_maxstr.t List::Util
47050470 830ext/List/Util/t/p_max.t List::Util
cf083cf9 831ext/List/Util/t/p_minstr.t List::Util
47050470 832ext/List/Util/t/p_min.t List::Util
cf083cf9
GB
833ext/List/Util/t/p_openhan.t Scalar::Util
834ext/List/Util/t/p_readonly.t Scalar::Util
835ext/List/Util/t/p_reduce.t List::Util
836ext/List/Util/t/p_refaddr.t Scalar::Util
837ext/List/Util/t/p_reftype.t Scalar::Util
47050470 838ext/List/Util/t/proto.t Scalar::Util
cf083cf9
GB
839ext/List/Util/t/p_shuffle.t List::Util
840ext/List/Util/t/p_sum.t List::Util
841ext/List/Util/t/p_tainted.t Scalar::Util
6578b326
JH
842ext/List/Util/t/readonly.t Scalar::Util
843ext/List/Util/t/reduce.t List::Util
844ext/List/Util/t/refaddr.t Scalar::Util
845ext/List/Util/t/reftype.t Scalar::Util
846ext/List/Util/t/shuffle.t List::Util
847ext/List/Util/t/sum.t List::Util
848ext/List/Util/t/tainted.t Scalar::Util
849ext/List/Util/t/weak.t Scalar::Util
850ext/List/Util/Util.xs Util extension
062a4e99 851ext/Math/BigInt/FastCalc/FastCalc.pm Math::BigInt::FastCalc extension
496c75d0 852ext/Math/BigInt/FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
062a4e99
T
853ext/Math/BigInt/FastCalc/Makefile.PL Math::BigInt::FastCalc extension
854ext/Math/BigInt/FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
855ext/Math/BigInt/FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
856ext/Math/BigInt/FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension
6578b326
JH
857ext/MIME/Base64/Base64.pm MIME::Base64 extension
858ext/MIME/Base64/Base64.xs MIME::Base64 extension
859ext/MIME/Base64/Changes MIME::Base64 extension
860ext/MIME/Base64/Makefile.PL MIME::Base64 extension
861ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
c1dd976c 862ext/MIME/Base64/README README for MIME::Base64
6578b326
JH
863ext/MIME/Base64/t/base64.t See whether MIME::Base64 works
864ext/MIME/Base64/t/quoted-print.t See whether MIME::QuotedPrint works
865ext/MIME/Base64/t/unicode.t See whether MIME::Base64 works
bebab73a 866ext/MIME/Base64/t/warn.t See whether MIME::Base64 works
6578b326
JH
867ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
868ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
869ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
b2de6a21
NC
870ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
871ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
6578b326
JH
872ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture
873ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture
874ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
875ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture
876ext/NDBM_File/Makefile.PL NDBM extension makefile writer
877ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
878ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
879ext/NDBM_File/t/ndbm.t See if NDBM_File works
880ext/NDBM_File/typemap NDBM extension interface types
881ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture
882ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
4b5bf9a6
NC
883ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
884ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
b2de6a21
NC
885ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture
886ext/ODBM_File/hints/linux.pl Hint for NDBM_File for named architecture
6578b326
JH
887ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
888ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
889ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
890ext/ODBM_File/hints/ultrix.pl Hint for ODBM_File for named architecture
891ext/ODBM_File/Makefile.PL ODBM extension makefile writer
892ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
893ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
894ext/ODBM_File/t/odbm.t See if ODBM_File works
895ext/ODBM_File/typemap ODBM extension interface types
896ext/Opcode/Makefile.PL Opcode extension makefile writer
897ext/Opcode/Opcode.pm Opcode extension Perl module
898ext/Opcode/Opcode.xs Opcode extension external subroutines
899ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
900ext/Opcode/Safe.pm Safe extension Perl module
901ext/Opcode/t/Opcode.t See if Opcode works
902ext/Opcode/t/ops.t See if Opcode works
903ext/PerlIO/encoding/encoding.pm PerlIO::encoding
904ext/PerlIO/encoding/encoding.xs PerlIO::encoding
905ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer
906ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files
907ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars
908ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars
909ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars
910ext/PerlIO/t/encoding.t See if PerlIO encoding conversion works
911ext/PerlIO/t/fail.t See if bad layers fail
912ext/PerlIO/t/fallback.t See if PerlIO fallbacks work
913ext/PerlIO/t/open.t See if PerlIO certain special opens work
914ext/PerlIO/t/PerlIO.t See if PerlIO works
915ext/PerlIO/t/scalar.t See if PerlIO::scalar works
916ext/PerlIO/t/via.t See if PerlIO::via works
2e038148 917ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture
6578b326
JH
918ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl
919ext/PerlIO/via/via.pm PerlIO layer for layers in perl
920ext/PerlIO/via/via.xs PerlIO layer for layers in perl
921ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
922ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
923ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
4b5bf9a6
NC
924ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
925ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture
b2de6a21 926ext/POSIX/hints/linux.pl Hint for POSIX for named architecture
6578b326
JH
927ext/POSIX/hints/mint.pl Hint for POSIX for named architecture
928ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture
929ext/POSIX/hints/next_3.pl Hint for POSIX for named architecture
930ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
931ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
932ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
933ext/POSIX/hints/uts.pl Hint for POSIX for named architecture
934ext/POSIX/Makefile.PL POSIX extension makefile writer
935ext/POSIX/POSIX.pm POSIX extension Perl module
936ext/POSIX/POSIX.pod POSIX extension documentation
937ext/POSIX/POSIX.xs POSIX extension external subroutines
938ext/POSIX/t/is.t See if POSIX isxxx() work
867bef19 939ext/POSIX/t/math.t Basic math tests for POSIX
f3a5d88c 940ext/POSIX/t/posix.t See if POSIX works
f3a5d88c 941ext/POSIX/t/sigaction.t See if POSIX::sigaction works
f3a5d88c 942ext/POSIX/t/taint.t See if POSIX works with taint
2da668d2 943ext/POSIX/t/time.t See if POSIX time-related functions work
f3a5d88c 944ext/POSIX/t/waitpid.t See if waitpid works
f3a5d88c 945ext/POSIX/typemap POSIX extension interface types
6578b326
JH
946ext/re/hints/mpeix.pl Hints for re for named architecture
947ext/re/Makefile.PL re extension makefile writer
948ext/re/re.pm re extension Perl module
949ext/re/re.xs re extension external subroutines
950ext/re/t/re.t see if re pragma works
951ext/Safe/t/safe1.t See if Safe works
952ext/Safe/t/safe2.t See if Safe works
953ext/Safe/t/safe3.t See if Safe works
954ext/Safe/t/safeops.t Tests that all ops can be trapped by Safe
955ext/SDBM_File/Makefile.PL SDBM extension makefile writer
956ext/SDBM_File/sdbm/biblio SDBM kit
957ext/SDBM_File/sdbm/CHANGES SDBM kit
958ext/SDBM_File/sdbm/COMPARE SDBM kit
959ext/SDBM_File/sdbm/dba.c SDBM kit
960ext/SDBM_File/sdbm/dbd.c SDBM kit
961ext/SDBM_File/sdbm/dbe.1 SDBM kit
962ext/SDBM_File/sdbm/dbe.c SDBM kit
963ext/SDBM_File/sdbm/dbu.c SDBM kit
964ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
965ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
966ext/SDBM_File/sdbm/grind SDBM kit
967ext/SDBM_File/sdbm/hash.c SDBM kit
968ext/SDBM_File/sdbm/linux.patches SDBM kit
969ext/SDBM_File/sdbm/Makefile.PL SDBM kit
970ext/SDBM_File/sdbm/makefile.sdbm SDBM kit
971ext/SDBM_File/sdbm/pair.c SDBM kit
972ext/SDBM_File/sdbm/pair.h SDBM kit
973ext/SDBM_File/sdbm/README SDBM kit
974ext/SDBM_File/sdbm/readme.ms SDBM kit
975ext/SDBM_File/sdbm/README.too SDBM kit
976ext/SDBM_File/sdbm/sdbm.3 SDBM kit
977ext/SDBM_File/sdbm/sdbm.c SDBM kit
978ext/SDBM_File/sdbm/sdbm.h SDBM kit
979ext/SDBM_File/sdbm/tune.h SDBM kit
980ext/SDBM_File/sdbm/util.c SDBM kit
981ext/SDBM_File/t/sdbm.t See if SDBM_File works
982ext/SDBM_File/typemap SDBM extension interface types
983ext/Socket/Makefile.PL Socket extension makefile writer
984ext/Socket/Socket.pm Socket extension Perl module
985ext/Socket/Socket.xs Socket extension external subroutines
986ext/Socket/t/socketpair.t See if socketpair works
987ext/Socket/t/Socket.t See if Socket works
988ext/Storable/ChangeLog Storable extension
4b5bf9a6
NC
989ext/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture
990ext/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture
b2de6a21 991ext/Storable/hints/linux.pl Hint for Storable for named architecture
6578b326
JH
992ext/Storable/Makefile.PL Storable extension
993ext/Storable/MANIFEST Storable extension
994ext/Storable/README Storable extension
995ext/Storable/Storable.pm Storable extension
996ext/Storable/Storable.xs Storable extension
fe8ab575
RGS
997ext/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
998ext/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
6578b326
JH
999ext/Storable/t/blessed.t See if Storable works
1000ext/Storable/t/canonical.t See if Storable works
2f796f32 1001ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
6578b326 1002ext/Storable/t/code.t See if Storable works
2fc01f5f 1003ext/Storable/t/compat01.t See if Storable works
6578b326
JH
1004ext/Storable/t/compat06.t See if Storable works
1005ext/Storable/t/croak.t See if Storable works
1006ext/Storable/t/dclone.t See if Storable works
1007ext/Storable/t/downgrade.t See if Storable works
d4b9b6e4 1008ext/Storable/t/file_magic.t See if file_magic function works
6578b326
JH
1009ext/Storable/t/forgive.t See if Storable works
1010ext/Storable/t/freeze.t See if Storable works
2f796f32 1011ext/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
e0eb806d
RGS
1012ext/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
1013ext/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
6578b326
JH
1014ext/Storable/t/integer.t See if Storable works
1015ext/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x
ec64fef1 1016ext/Storable/t/just_plain_nasty.t See if Storable works
6578b326
JH
1017ext/Storable/t/lock.t See if Storable works
1018ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t
1019ext/Storable/t/make_downgrade.pl Make test data for downgrade.t
2b2a4664 1020ext/Storable/t/make_overload.pl Make test data for overload.t
6578b326
JH
1021ext/Storable/t/malice.t See if Storable copes with corrupt files
1022ext/Storable/t/overload.t See if Storable works
1023ext/Storable/t/recurse.t See if Storable works
1024ext/Storable/t/restrict.t See if Storable works
1025ext/Storable/t/retrieve.t See if Storable works
fe8ab575 1026ext/Storable/t/sig_die.t See if Storable works
6578b326
JH
1027ext/Storable/t/st-dump.pl See if Storable works
1028ext/Storable/t/store.t See if Storable works
c3c53033 1029ext/Storable/t/testlib.pl more helper routines for tests
1400179b 1030ext/Storable/t/threads.t Does Storable work with threads?
6578b326
JH
1031ext/Storable/t/tied_hook.t See if Storable works
1032ext/Storable/t/tied_items.t See if Storable works
1033ext/Storable/t/tied.t See if Storable works
1034ext/Storable/t/utf8hash.t See if Storable works
1035ext/Storable/t/utf8.t See if Storable works
c3c53033 1036ext/Storable/t/weak.t Can Storable store weakrefs
6578b326
JH
1037ext/Sys/Hostname/Hostname.pm Sys::Hostname extension Perl module
1038ext/Sys/Hostname/Hostname.xs Sys::Hostname extension external subroutines
1039ext/Sys/Hostname/Makefile.PL Sys::Hostname extension makefile writer
1040ext/Sys/Hostname/t/Hostname.t See if Sys::Hostname works
8168e71f 1041ext/Sys/Syslog/Changes Changlog for Sys::Syslog
6477b319
NC
1042ext/Sys/Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
1043ext/Sys/Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
6578b326 1044ext/Sys/Syslog/Makefile.PL Sys::Syslog extension makefile writer
8168e71f 1045ext/Sys/Syslog/README README for Sys::Syslog
6578b326
JH
1046ext/Sys/Syslog/Syslog.pm Sys::Syslog extension Perl module
1047ext/Sys/Syslog/Syslog.xs Sys::Syslog extension external subroutines
8168e71f
SP
1048ext/Sys/Syslog/t/00-load.t test for Sys::Syslog
1049ext/Sys/Syslog/t/constants.t test for Sys::Syslog
6578b326
JH
1050ext/Sys/Syslog/t/syslog.t See if Sys::Syslog works
1051ext/Thread/create.tx Test thread creation
1052ext/Thread/die2.tx Test thread die() differently
1053ext/Thread/die.tx Test thread die()
1054ext/Thread/io.tx Test threads doing simple I/O
1055ext/Thread/join2.tx Test thread joining differently
1056ext/Thread/join.tx Test thread joining
1057ext/Thread/list.tx Test getting list of all threads
1058ext/Thread/lock.tx Test lock primitive
1059ext/Thread/Makefile.PL Thread extension makefile writer
1060ext/Thread/Notes Thread notes
1061ext/Thread/Queue.pmx Threadsafe queue
1062ext/Thread/queue.tx Test Thread::Queue module
1063ext/Thread/README Thread README
1064ext/Thread/README.threads Notes about multithreading
1065ext/threads/Changes ithreads
1066ext/Thread/Semaphore.pmx Threadsafe semaphore
da3f33f8 1067ext/threads/hints/linux.pl thread shared variables
496c75d0 1068ext/threads/Makefile.PL ithreads
6578b326
JH
1069ext/Thread/specific.tx Test thread-specific user data
1070ext/threads/README ithreads
da3f33f8 1071ext/threads/shared/hints/linux.pl thread shared variables
496c75d0 1072ext/threads/shared/Makefile.PL thread shared variables
6578b326
JH
1073ext/threads/shared/README thread shared variables
1074ext/threads/shared/shared.pm thread shared variables
1075ext/threads/shared/shared.xs thread shared variables
1076ext/threads/shared/t/0nothread.t Tests for basic shared array functionality.
1077ext/threads/shared/t/av_refs.t Tests for arrays containing references
1078ext/threads/shared/t/av_simple.t Tests for basic shared array functionality.
402174ad 1079ext/threads/shared/t/blessed.t Test blessed shared variables
6578b326
JH
1080ext/threads/shared/t/cond.t Test condition variables
1081ext/threads/shared/t/disabled.t Test threads::shared when threads are disabled.
1082ext/threads/shared/t/hv_refs.t Test shared hashes containing references
1083ext/threads/shared/t/hv_simple.t Tests for basic shared hash functionality.
1084ext/threads/shared/t/no_share.t Tests for disabled share on variables.
1085ext/threads/shared/t/shared_attr.t Test :shared attribute
1086ext/threads/shared/t/sv_refs.t thread shared variables
1087ext/threads/shared/t/sv_simple.t thread shared variables
a0e036c1 1088ext/threads/shared/t/wait.t Test cond_wait and cond_timedwait
6578b326
JH
1089ext/threads/shared/typemap thread::shared types
1090ext/threads/t/basic.t ithreads
1091ext/threads/t/end.t Test end functions
1092ext/threads/threads.pm ithreads
1093ext/threads/threads.xs ithreads
1094ext/threads/t/join.t Testing the join function
1095ext/threads/t/libc.t testing libc functions for threadsafety
1096ext/threads/t/list.t Test threads->list()
1097ext/threads/t/problems.t Test various memory problems
1098ext/threads/t/stress_cv.t Test with multiple threads, coderef cv argument.
1099ext/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes.
1100ext/threads/t/stress_string.t Test with multiple threads, string cv argument.
1101ext/threads/t/thread.t General ithread tests from thr5005
1102ext/threads/typemap ithreads
1103ext/Thread/sync2.tx Test thread synchronisation
1104ext/Thread/sync.tx Test thread synchronisation
1105ext/Thread/Thread/Signal.pm Start a thread to run signal handlers
1106ext/Thread/Thread/Specific.pm Thread specific data access
1107ext/Thread/Thread.xs Thread extension external subroutines
1108ext/Thread/typemap Thread extension interface types
1109ext/Thread/unsync2.tx Test thread implicit synchronisation
1110ext/Thread/unsync3.tx Test thread implicit synchronisation
1111ext/Thread/unsync4.tx Test thread implicit synchronisation
1112ext/Thread/unsync.tx Test thread implicit synchronisation
1113ext/Time/HiRes/Changes Time::HiRes extension
1114ext/Time/HiRes/fallback/const-c.inc Time::HiRes extension
1115ext/Time/HiRes/fallback/const-xs.inc Time::HiRes extension
1116ext/Time/HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture
1117ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
1118ext/Time/HiRes/hints/irix.pl Hint for Time::HiRes for named architecture
1119ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
0225372c 1120ext/Time/HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture
5688dfbf 1121ext/Time/HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture
6578b326
JH
1122ext/Time/HiRes/HiRes.pm Time::HiRes extension
1123ext/Time/HiRes/HiRes.xs Time::HiRes extension
1124ext/Time/HiRes/Makefile.PL Time::HiRes extension
1fbb4de4 1125ext/Time/HiRes/ppport.h portability header for Time::HiRes
6578b326
JH
1126ext/Time/HiRes/t/HiRes.t Test for Time::HiRes
1127ext/Time/HiRes/typemap Time::HiRes extension
1128ext/Unicode/Normalize/Changes Unicode::Normalize
1129ext/Unicode/Normalize/Makefile.PL Unicode::Normalize
1130ext/Unicode/Normalize/mkheader Unicode::Normalize
1131ext/Unicode/Normalize/Normalize.pm Unicode::Normalize
1132ext/Unicode/Normalize/Normalize.xs Unicode::Normalize
1133ext/Unicode/Normalize/README Unicode::Normalize
82e740b6
NC
1134ext/Unicode/Normalize/t/fcdc.t Unicode::Normalize
1135ext/Unicode/Normalize/t/form.t Unicode::Normalize
6578b326 1136ext/Unicode/Normalize/t/func.t Unicode::Normalize
e524f5b2 1137ext/Unicode/Normalize/t/illegal.t Unicode::Normalize
6578b326 1138ext/Unicode/Normalize/t/norm.t Unicode::Normalize
e524f5b2 1139ext/Unicode/Normalize/t/null.t Unicode::Normalize
82e740b6 1140ext/Unicode/Normalize/t/proto.t Unicode::Normalize
e524f5b2 1141ext/Unicode/Normalize/t/short.t Unicode::Normalize
82e740b6 1142ext/Unicode/Normalize/t/split.t Unicode::Normalize
6578b326
JH
1143ext/Unicode/Normalize/t/test.t Unicode::Normalize
1144ext/util/make_ext Used by Makefile to execute extension Makefiles
1145ext/XS/APItest/APItest.pm XS::APItest extension
1146ext/XS/APItest/APItest.xs XS::APItest extension
496c75d0 1147ext/XS/APItest/exception.c XS::APItest extension
6578b326
JH
1148ext/XS/APItest/Makefile.PL XS::APItest extension
1149ext/XS/APItest/MANIFEST XS::APItest extension
1150ext/XS/APItest/README XS::APItest extension
d1f347d7 1151ext/XS/APItest/t/call.t XS::APItest extension
0ca3a874 1152ext/XS/APItest/t/exception.t XS::APItest extension
0314122a 1153ext/XS/APItest/t/hash.t XS::APItest extension
6477b319 1154ext/XS/APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
6578b326 1155ext/XS/APItest/t/printf.t XS::APItest extension
d4b90eee 1156ext/XS/APItest/t/push.t XS::APItest extension
f3a5d88c 1157ext/XS/Typemap/Makefile.PL XS::Typemap extension
6578b326 1158ext/XS/Typemap/README XS::Typemap extension
f3a5d88c 1159ext/XS/Typemap/stdio.c XS::Typemap extension
f3a5d88c 1160ext/XS/Typemap/t/Typemap.t test that typemaps work
6578b326 1161ext/XS/Typemap/typemap XS::Typemap extension
f3a5d88c
JH
1162ext/XS/Typemap/Typemap.pm XS::Typemap extension
1163ext/XS/Typemap/Typemap.xs XS::Typemap extension
f3a5d88c
JH
1164fakesdio.h stdio in terms of PerlIO
1165fakethr.h Fake threads header
1166form.h Public declarations for formats
78d46eaa 1167genpacksizetables.pl Generate the size tables for pack/unpack
b695f709 1168globals.c File to declare global symbols (for shared library)
f3a5d88c 1169global.sym Symbols that need hiding when embedded
b695f709
JH
1170globvar.sym Global variables that need hiding when embedded
1171gv.c Glob value code
1172gv.h Glob value header
6578b326
JH
1173h2pl/cbreak2.pl cbreak routines using .pl
1174h2pl/cbreak.pl cbreak routines using .ph
1175h2pl/eg/sizeof.ph Sample sizeof array initialization
1176h2pl/eg/sys/errno.pl Sample translated errno.pl
1177h2pl/eg/sysexits.pl Sample translated sysexits.pl
1178h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl
1179h2pl/getioctlsizes Program to extract types from ioctl.h
1180h2pl/mksizes Program to make %sizeof array
1181h2pl/mkvars Program to make .pl from .ph files
1182h2pl/README How to turn .ph files into .pl files
1183h2pl/tcbreak cbreak test routine using .ph
1184h2pl/tcbreak2 cbreak test routine using .pl
b695f709 1185handy.h Handy definitions
6578b326
JH
1186hints/3b1cc Hints for named architecture
1187hints/3b1.sh Hints for named architecture
4d23630a 1188hints/aix_3.sh Hints for named architecture
b6d030a4 1189hints/aix_4.sh Hints for named architecture
d61fd583 1190hints/aix.sh Hints for named architecture
b695f709
JH
1191hints/altos486.sh Hints for named architecture
1192hints/amigaos.sh Hints for named architecture
1193hints/apollo.sh Hints for named architecture
1194hints/atheos.sh Hints for named architecture
1195hints/aux_3.sh Hints for named architecture
1196hints/beos.sh Hints for named architecture
1197hints/broken-db.msg Warning message for systems with broken DB library
1198hints/bsdos.sh Hints for named architecture
1199hints/convexos.sh Hints for named architecture
1200hints/cxux.sh Hints for named architecture
1201hints/cygwin.sh Hints for named architecture
1202hints/darwin.sh Hints for named architecture
1203hints/dcosx.sh Hints for named architecture
1204hints/dec_osf.sh Hints for named architecture
1205hints/dgux.sh Hints for named architecture
1206hints/dos_djgpp.sh Hints for named architecture
b695f709 1207hints/dynixptx.sh Hints for named architecture
f3a5d88c 1208hints/dynix.sh Hints for named architecture
b695f709
JH
1209hints/epix.sh Hints for named architecture
1210hints/esix4.sh Hints for named architecture
1211hints/fps.sh Hints for named architecture
1212hints/freebsd.sh Hints for named architecture
1213hints/genix.sh Hints for named architecture
b2de6a21
NC
1214hints/gnukfreebsd.sh Hints for named architecture
1215hints/gnuknetbsd.sh Hints for named architecture
b695f709
JH
1216hints/gnu.sh Hints for named architecture
1217hints/greenhills.sh Hints for named architecture
1218hints/hpux.sh Hints for named architecture
6578b326 1219hints/i386.sh Hints for named architecture
0c52c6a9 1220hints/interix.sh Hints for named architecture
b695f709
JH
1221hints/irix_4.sh Hints for named architecture
1222hints/irix_5.sh Hints for named architecture
b695f709
JH
1223hints/irix_6_0.sh Hints for named architecture
1224hints/irix_6_1.sh Hints for named architecture
6578b326 1225hints/irix_6.sh Hints for named architecture
b695f709 1226hints/isc_2.sh Hints for named architecture
6578b326 1227hints/isc.sh Hints for named architecture
b695f709
JH
1228hints/linux.sh Hints for named architecture
1229hints/lynxos.sh Hints for named architecture
b695f709 1230hints/machten_2.sh Hints for named architecture
6578b326 1231hints/machten.sh Hints for named architecture
b695f709
JH
1232hints/mint.sh Hints for named architecture
1233hints/mips.sh Hints for named architecture
1234hints/mpc.sh Hints for named architecture
1235hints/mpeix.sh Hints for named architecture
1236hints/ncr_tower.sh Hints for named architecture
1237hints/netbsd.sh Hints for named architecture
1238hints/newsos4.sh Hints for named architecture
6578b326 1239hints/next_3_0.sh Hints for named architecture
b695f709 1240hints/next_3.sh Hints for named architecture
b695f709
JH
1241hints/next_4.sh Hints for named architecture
1242hints/nonstopux.sh Hints for named architecture
1243hints/openbsd.sh Hints for named architecture
1244hints/opus.sh Hints for named architecture
1245hints/os2.sh Hints for named architecture
1246hints/os390.sh Hints for named architecture
522b859a 1247hints/os400.sh Hints for named architecture
b695f709
JH
1248hints/posix-bc.sh Hints for named architecture
1249hints/powerux.sh Hints for named architecture
1250hints/qnx.sh Hints for named architecture
6578b326 1251hints/README.hints Notes about hints
b695f709 1252hints/rhapsody.sh Hints for named architecture
b695f709
JH
1253hints/sco_2_3_0.sh Hints for named architecture
1254hints/sco_2_3_1.sh Hints for named architecture
1255hints/sco_2_3_2.sh Hints for named architecture
1256hints/sco_2_3_3.sh Hints for named architecture
1257hints/sco_2_3_4.sh Hints for named architecture
6578b326 1258hints/sco.sh Hints for named architecture
b695f709
JH
1259hints/solaris_2.sh Hints for named architecture
1260hints/stellar.sh Hints for named architecture
1261hints/sunos_4_0.sh Hints for named architecture
1262hints/sunos_4_1.sh Hints for named architecture
d4bb784c 1263hints/super-ux.sh Hints for named architecture
b695f709
JH
1264hints/svr4.sh Hints for named architecture
1265hints/svr5.sh Hints for named architecture
c50b6f56 1266hints/t001.c Test case for gcc bug
b695f709
JH
1267hints/ti1500.sh Hints for named architecture
1268hints/titanos.sh Hints for named architecture
1269hints/ultrix_4.sh Hints for named architecture
1270hints/umips.sh Hints for named architecture
b695f709 1271hints/unicosmk.sh Hints for named architecture
f3a5d88c 1272hints/unicos.sh Hints for named architecture
b695f709
JH
1273hints/unisysdynix.sh Hints for named architecture
1274hints/utekv.sh Hints for named architecture
1275hints/uts.sh Hints for named architecture
1276hints/uwin.sh Hints for named architecture
1277hints/vmesa.sh Hints for named architecture
dec42cce 1278hints/vos.sh Hints for named architecture
b695f709
JH
1279hv.c Hash value code
1280hv.h Hash value header
6578b326 1281INSTALL Detailed installation instructions
b695f709
JH
1282installhtml Perl script to install html files for pods
1283installman Perl script to install man pages for pods
1284installperl Perl script to do "make install" dirty work
6578b326 1285INTERN.h Included before domestic .h files
b695f709
JH
1286intrpvar.h Variables held in each interpreter instance
1287iperlsys.h Perl's interface to the system
669d0086 1288jpl/bin/jpl JPL compiler
6578b326 1289jpl/ChangeLog Java/Perl Lingo change log
669d0086
JH
1290jpl/docs/Tutorial.pod Perl and Java Tutorial
1291jpl/get_jdk/get_jdk.pl JDK download tool
1292jpl/get_jdk/jdk_hosts JDK availability list
6578b326 1293jpl/get_jdk/README Instructions for using get_jdk.pl
f3a5d88c 1294jpl/install-jpl JPL install utility
6578b326 1295jpl/JNI/Changes Java Native Interface changes
b695f709 1296jpl/JNI/Closer.java Java Native Interface example
b695f709 1297jpl/JNI/JNIConfig Java Native Interface config
b695f709 1298jpl/JNI/JNIConfig.kaffe Java Native Interface config
cffc5690
GS
1299jpl/JNI/JNIConfig.noembed Java Native Interface config
1300jpl/JNI/JNIConfig.standard Java Native Interface config
6578b326 1301jpl/JNI/JNIConfig.Win32 Java Native Interface config
f3a5d88c 1302jpl/JNI/JNI.pm Java Native Interface module
6578b326
JH
1303jpl/JNI/JNI.xs Java Native Interface module
1304jpl/JNI/Makefile.PL Java Native Interface makefile generator
b695f709
JH
1305jpl/JNI/test.pl Java Native Interface tests
1306jpl/JNI/typemap Java/Perl interface typemap
1307jpl/JNI/typemap.gcc Java/Perl interface typemap
1308jpl/JNI/typemap.win32 Java/Perl interface typemap
1309jpl/JPL/AutoLoader.pm Java/Perl compiler module
6578b326
JH
1310jpl/JPL/Class.pm Java/Perl compiler module
1311jpl/JPL/Compile.pm Java/Perl compiler module
1312jpl/JPL/Makefile.PL Java/Perl makefile generator
1313jpl/JPL_Rolo/cardfile Rolodex sample application
1314jpl/JPL_Rolo/JPL_Rolo.jpl Rolodex sample application
1315jpl/JPL_Rolo/Makefile.PL Makefile generator
1316jpl/JPL_Rolo/README Instructions
1317jpl/PerlInterpreter/Makefile.PL Makefile generator
1318jpl/PerlInterpreter/PerlInterpreter.c Perl interpreter abstraction
1319jpl/PerlInterpreter/PerlInterpreter.h Perl interpreter abstraction
1320jpl/PerlInterpreter/PerlInterpreter.java Perl interpreter abstraction
1321jpl/README JPL instructions
1322jpl/README.JUST-JNI JPL instructions
1323jpl/Sample/Makefile.PL JPL sample makefile generator
1324jpl/Sample/Sample.jpl JPL sample
1325jpl/SETVARS.PL JPL setup
1326jpl/Test/Makefile.PL JPL tests makefile generator
1327jpl/Test/Test.jpl JPL tests
1328keywords.h The keyword numbers
1329keywords.pl Program to write keywords.h
1330lib/abbrev.pl An abbreviation table builder
1331lib/AnyDBM_File.pm Perl module to emulate dbmopen
1332lib/AnyDBM_File.t See if AnyDBM_File works
291d3373 1333lib/Archive/Tar/bin/ptar the ptar utility
81a5970e 1334lib/Archive/Tar/bin/ptardiff the ptardiff utility
6477b319
NC
1335lib/Archive/Tar/Constant.pm Archive::Tar
1336lib/Archive/Tar/File.pm Archive::Tar
1337lib/Archive/Tar.pm Archive::Tar
27925233 1338lib/Archive/Tar/t/00_setup.t Archive::Tar test setup
39713df4
RGS
1339lib/Archive/Tar/t/01_use.t Archive::Tar tests
1340lib/Archive/Tar/t/02_methods.t Archive::Tar tests
1341lib/Archive/Tar/t/03_file.t Archive::Tar tests
8f2fde92 1342lib/Archive/Tar/t/04_resolved_issues.t Archive::Tar tests
bd4c9092 1343lib/Archive/Tar/t/99_clean.t Archive::Tar test cleanup
6477b319
NC
1344lib/assertions/activate.pm assertions activate/deactivate
1345lib/assertions/compat.pm assertions compatibility for earlier perls
1346lib/assertions.pm module support for -A flag
1347lib/assert.pl assertion and panic with stack trace
6578b326
JH
1348lib/Attribute/Handlers/Changes Attribute::Handlers
1349lib/Attribute/Handlers/demo/demo2.pl Attribute::Handlers demo
1350lib/Attribute/Handlers/demo/demo3.pl Attribute::Handlers demo
1351lib/Attribute/Handlers/demo/demo4.pl Attribute::Handlers demo
1352lib/Attribute/Handlers/demo/demo_call.pl Attribute::Handlers demo
1353lib/Attribute/Handlers/demo/demo_chain.pl Attribute::Handlers demo
1354lib/Attribute/Handlers/demo/demo_cycle.pl Attribute::Handlers demo
1355lib/Attribute/Handlers/demo/demo_hashdir.pl Attribute::Handlers demo
1356lib/Attribute/Handlers/demo/demo_phases.pl Attribute::Handlers demo
1357lib/Attribute/Handlers/demo/demo.pl Attribute::Handlers demo
1358lib/Attribute/Handlers/demo/Demo.pm Attribute::Handlers demo
1359lib/Attribute/Handlers/demo/demo_range.pl Attribute::Handlers demo
1360lib/Attribute/Handlers/demo/demo_rawdata.pl Attribute::Handlers demo
1361lib/Attribute/Handlers/demo/Descriptions.pm Attribute::Handlers demo
1362lib/Attribute/Handlers/demo/MyClass.pm Attribute::Handlers demo
1363lib/Attribute/Handlers.pm Attribute::Handlers
1364lib/Attribute/Handlers/README Attribute::Handlers
1365lib/Attribute/Handlers/t/multi.t See if Attribute::Handlers works
669d0086 1366lib/attributes.pm For "sub foo : attrlist"
6578b326
JH
1367lib/AutoLoader.pm Autoloader base class
1368lib/AutoLoader.t See if AutoLoader works
1369lib/AutoSplit.pm Split up autoload functions
1370lib/AutoSplit.t See if AutoSplit works
669d0086
JH
1371lib/autouse.pm Load and call a function only when it's used
1372lib/autouse.t See if autouse works
1373lib/base.pm Establish IS-A relationship at compile time
864f8ab4 1374lib/base/t/base.t See if base works
864f8ab4
JH
1375lib/base/t/fields-base.t See if fields work
1376lib/base/t/fields.t See if fields work
6578b326
JH
1377lib/Benchmark.pm Measure execution time
1378lib/Benchmark.t See if Benchmark works
c9cac5bc
JH
1379lib/bigfloat.pl An arbitrary precision floating point package
1380lib/bigfloatpl.t See if bigfloat.pl works
1381lib/bigint.pl An arbitrary precision integer arithmetic package
c9cac5bc 1382lib/bigintpl.t See if bigint.pl works
f3a5d88c 1383lib/bigint.pm bignum
126f3c5f 1384lib/bignum.pm bignum
b68b7ab1 1385lib/bignum/t/bigint.t See if bigint works
126f3c5f 1386lib/bignum/t/bignum.t See if bignum works
b68b7ab1 1387lib/bignum/t/bigrat.t See if bigrat works
b4bc5691 1388lib/bignum/t/biinfnan.t See if bignum works
41630250 1389lib/bignum/t/bninfnan.t See if bignum works
b68b7ab1 1390lib/bignum/t/bn_lite.t See if bignum with Math::BigInt::Lite works
41630250 1391lib/bignum/t/brinfnan.t See if bignum works
b68b7ab1 1392lib/bignum/t/br_lite.t See if bigrat with Math::BigInt::Lite works
b4bc5691 1393lib/bignum/t/infnan.inc See if bignum works
b68b7ab1
T
1394lib/bignum/t/option_a.t See if bignum a => X works
1395lib/bignum/t/option_l.t See if bignum l => X works
1396lib/bignum/t/option_p.t See if bignum p => X works
1397lib/bignum/t/ratopt_a.t See if bigrat a => X works
669d0086 1398lib/bigrat.pl An arbitrary precision rational arithmetic package
c9cac5bc 1399lib/bigrat.pm bignum
669d0086 1400lib/blib.pm For "use blib"
42165d27 1401lib/blib.t blib.pm test
f3a5d88c 1402lib/bytes_heavy.pl Support routines for byte pragma
669d0086 1403lib/bytes.pm Pragma to enable byte operations
14423e10 1404lib/bytes.t bytes.pm test
669d0086 1405lib/cacheout.pl Manages output filehandles when you need too many
6578b326
JH
1406lib/Carp/Heavy.pm Error message workhorse
1407lib/Carp.pm Error message base class
1408lib/Carp.t See if Carp works
1409lib/CGI/Apache.pm Support for Apache's Perl module
1410lib/CGI/Carp.pm Log server errors with helpful context
976c4ade 1411lib/CGI/Changes Changelog for CGI.pm
6578b326 1412lib/CGI/Cookie.pm Interface to Netscape Cookies
86b00b91
JH
1413lib/CGI/eg/caution.xbm CGI example
1414lib/CGI/eg/clickable_image.cgi CGI example
1415lib/CGI/eg/cookie.cgi CGI example
1416lib/CGI/eg/crash.cgi CGI example
1417lib/CGI/eg/customize.cgi CGI example
1418lib/CGI/eg/diff_upload.cgi CGI example
1419lib/CGI/eg/dna_small_gif.uu Small image for CGI examples
1420lib/CGI/eg/file_upload.cgi CGI example
1421lib/CGI/eg/frameset.cgi CGI example
1422lib/CGI/eg/index.html Index page for CGI examples
1423lib/CGI/eg/internal_links.cgi CGI example
1424lib/CGI/eg/javascript.cgi CGI example
7b43481a 1425lib/CGI/eg/make_links.pl CGI example
86b00b91
JH
1426lib/CGI/eg/monty.cgi CGI example
1427lib/CGI/eg/multiple_forms.cgi CGI example
1428lib/CGI/eg/nph-clock.cgi CGI example
1429lib/CGI/eg/nph-multipart.cgi CGI example
1430lib/CGI/eg/popup.cgi CGI example
6578b326 1431lib/CGI/eg/RunMeFirst Setup script for CGI examples
86b00b91
JH
1432lib/CGI/eg/save_state.cgi CGI example
1433lib/CGI/eg/tryit.cgi CGI example
b632dc6d 1434lib/CGI/eg/wilogo_gif.uu CGI example
6578b326
JH
1435lib/CGI/Fast.pm Support for FastCGI (persistent server process)
1436lib/CGI.pm Web server interface ("Common Gateway Interface")
1437lib/CGI/Pretty.pm Output nicely formatted HTML
1438lib/CGI/Push.pm Support for server push
1439lib/CGI/Switch.pm Simple interface for multiple server types
1440lib/CGI/t/apache.t See if CGI::Apache still loads
70194bd6 1441lib/CGI/t/can.t See if CGI.pm works
6578b326
JH
1442lib/CGI/t/carp.t See if CGI::Carp works
1443lib/CGI/t/cookie.t See if CGI::Cookie works
1444lib/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed)
1445lib/CGI/t/form.t See if CGI.pm works
1446lib/CGI/t/function.t See if CGI.pm works
1447lib/CGI/t/html.t See if CGI.pm works
0a9bdad4 1448lib/CGI/t/no_tabindex.t See if CGI.pm works
6578b326
JH
1449lib/CGI/t/pretty.t See if CGI.pm works
1450lib/CGI/t/push.t See if CGI::Push works
1451lib/CGI/t/request.t See if CGI.pm works
1452lib/CGI/t/switch.t See if CGI::Switch still loads
1453lib/CGI/t/util-58.t See if 5.8-dependent features work
1454lib/CGI/t/util.t See if CGI.pm works
1455lib/CGI/Util.pm Utility functions
1456lib/charnames.pm Character names
1457lib/charnames.t See if character names work
a6c6f671 1458lib/Class/ISA/ChangeLog Changes for Class::ISA
496c75d0 1459lib/Class/ISA.pm Class::ISA
a6c6f671
RGS
1460lib/Class/ISA/t/00_about_verbose.t Tests for Class::ISA
1461lib/Class/ISA/t/01_old_junk.t Tests for Class::ISA
6578b326
JH
1462lib/Class/Struct.pm Declare struct-like datatypes as Perl classes
1463lib/Class/Struct.t See if Class::Struct works
1464lib/complete.pl A command completion subroutine
4254b61a 1465lib/Config/Extensions.pm Convenient hash lookup for built extensions
3c1a32f0 1466lib/Config/Extensions.t See if Config::Extensions works
6578b326
JH
1467lib/Config.t See if Config works
1468lib/constant.pm For "use constant"
1469lib/constant.t See if compile-time constants work
1470lib/CPAN/bin/cpan easily interact with CPAN from the command line
f2c61ea0 1471lib/CPAN/Debug.pm helper package for CPAN.pm
6578b326 1472lib/CPAN/FirstTime.pm Utility for creating CPAN config files
f2c61ea0 1473lib/CPAN/HandleConfig.pm helper package for CPAN.pm
6578b326
JH
1474lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
1475lib/CPAN/PAUSE2003.pub CPAN public key
0a78cd5d 1476lib/CPAN/PAUSE2005.pub CPAN public key
6477b319 1477lib/CPAN.pm Interface to Comprehensive Perl Archive Network
a524427e 1478lib/CPAN/SIGNATURE CPAN public key
f2c61ea0 1479lib/CPAN/Tarzip.pm helper package for CPAN.pm
6578b326
JH
1480lib/CPAN/t/loadme.t See if CPAN the module works
1481lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works
1482lib/CPAN/t/Nox.t See if CPAN::Nox works
6578b326 1483lib/CPAN/t/vcmp.t See if CPAN the module works
554a9ef5 1484lib/CPAN/t/version.t See if CPAN::Version works
6477b319 1485lib/CPAN/Version.pm Simple math with different flavors of version strings
6578b326
JH
1486lib/ctime.pl A ctime workalike
1487lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
f4e7a62b 1488lib/DBM_Filter/Changes DBM Filter Change history
0e9b1cbd
PM
1489lib/DBM_Filter/compress.pm DBM Filter to compress keys/values
1490lib/DBM_Filter/encode.pm DBM Filter for encoding
1491lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values
1492lib/DBM_Filter/null.pm DBM Filter for null termination
1400179b 1493lib/DBM_Filter.pm DBM Filter module
0e9b1cbd
PM
1494lib/DBM_Filter/t/01error.t test DBM_Filter::null
1495lib/DBM_Filter/t/02core.t test DBM_Filter::null
1496lib/DBM_Filter/t/compress.t test DBM_Filter::compress
1497lib/DBM_Filter/t/encode.t test DBM_Filter::encode
1498lib/DBM_Filter/t/int32.t test DBM_Filter::int32
1499lib/DBM_Filter/t/null.t test DBM_Filter::null
1500lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8
1501lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding
1502lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
1400179b
NC
1503lib/DB.pm Debugger API (draft)
1504lib/DB.t See if DB works
f3a5d88c
JH
1505lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
1506lib/Devel/SelfStubber.t See if Devel::SelfStubber works
6578b326
JH
1507lib/diagnostics.pm Print verbose diagnostics
1508lib/diagnostics.t See if diagnostics.pm works
b12d758c 1509lib/Digest/base.pm Digest extensions
496c75d0 1510lib/Digest/Changes Digest changelog
a9acc356 1511lib/Digest/file.pm Digest extensions
2e038148 1512lib/Digest.pm Digest extensions
b12d758c
NC
1513lib/Digest/t/base.t See if Digest extensions work
1514lib/Digest/t/digest.t See if Digest extensions work
a9acc356 1515lib/Digest/t/file.t See if Digest extensions work
6578b326
JH
1516lib/DirHandle.pm like FileHandle only for directories
1517lib/DirHandle.t See if DirHandle works
1518lib/dotsh.pl Code to "dot" in a shell script
1519lib/Dumpvalue.pm Screen dump of perl values
1520lib/Dumpvalue.t See if Dumpvalue works
1521lib/dumpvar.pl A variable dumper
b8a23f59 1522lib/dumpvar.t A variable dumper tester
de1df517
RGS
1523lib/encoding/warnings.pm warn on implicit encoding conversions
1524lib/encoding/warnings/t/1-warning.t tests for encoding::warnings
1525lib/encoding/warnings/t/2-fatal.t tests for encoding::warnings
1526lib/encoding/warnings/t/3-normal.t tests for encoding::warnings
6578b326
JH
1527lib/English.pm Readable aliases for short variables
1528lib/English.t See if English works
1529lib/Env.pm Map environment into ordinary variables
1530lib/Env/t/array.t See if Env works for arrays
1531lib/Env/t/env.t See if Env works
f3a5d88c 1532lib/exceptions.pl catch and throw routines
6578b326
JH
1533lib/Exporter/Heavy.pm Complicated routines for Exporter
1534lib/Exporter.pm Exporter base class
1535lib/Exporter.t See if Exporter works
5f7616dd
NC
1536lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods
1537lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX
1538lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
1539lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
0e66cca0 1540lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF
5f7616dd
NC
1541lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2
1542lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix
1543lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS
1544lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows
1545lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules
47050470
NC
1546lib/ExtUtils/CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
1547lib/ExtUtils/CBuilder/t/02-link.t tests for ExtUtils::CBuilder
6578b326
JH
1548lib/ExtUtils/Changes MakeMaker change log
1549lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
1550lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms
af6ca1d0 1551lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
b2de6a21 1552lib/ExtUtils/Constant.pm generate XS code to import C header constants
6d7fb585 1553lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
af6ca1d0
NC
1554lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
1555lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
6578b326
JH
1556lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs
1557lib/ExtUtils/Installed.pm Information on installed extensions
1558lib/ExtUtils/Install.pm Handles 'make install' on extensions
1559lib/ExtUtils/instmodsh Give information about installed extensions
1560lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
1561lib/ExtUtils/Liblist.pm Locates libraries
1562lib/ExtUtils/MakeMaker/bytes.pm Version agnostic bytes.pm
dac1f1fe 1563lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
6578b326
JH
1564lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
1565lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
1566lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
1567lib/ExtUtils/MakeMaker/vmsish.pm Platform agnostic vmsish.pm
1568lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
1569lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
14be35aa 1570lib/ExtUtils/META.yml ExtUtils::MakeMaker metadata
6578b326
JH
1571lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
1572lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
7292dc67 1573lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
6578b326
JH
1574lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
1575lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
1576lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
1577lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
1578lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
1579lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
1580lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
1581lib/ExtUtils/MM.pm MakeMaker adaptor class
7292dc67 1582lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
6578b326
JH
1583lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
1584lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
1585lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
7292dc67 1586lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
6578b326
JH
1587lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
1588lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
1589lib/ExtUtils/MY.pm MakeMaker user override class
1590lib/ExtUtils/NOTES Notes about MakeMaker internals
1591lib/ExtUtils/Packlist.pm Manipulates .packlist files
47050470
NC
1592lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
1593lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
5f7616dd
NC
1594lib/ExtUtils/ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
1595lib/ExtUtils/ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
6578b326
JH
1596lib/ExtUtils/PATCHING Suggestions for patching MakeMaker
1597lib/ExtUtils/README MakeMaker README
1598lib/ExtUtils/t/00compile.t See if MakeMaker modules compile
6578b326
JH
1599lib/ExtUtils/t/backwards.t Check MakeMaker's backwards compatibility
1600lib/ExtUtils/t/basic.t See if MakeMaker can build a module
14be35aa 1601lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes
6578b326 1602lib/ExtUtils/t/Command.t See if ExtUtils::Command works (Win32 only)
7292dc67 1603lib/ExtUtils/t/config.t Test ExtUtils::MakeMaker::Config
6578b326 1604lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works
df344c0f 1605lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported
6578b326
JH
1606lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
1607lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
41e5fcb0 1608lib/ExtUtils/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
6578b326 1609lib/ExtUtils/t/hints.t See if hint files are honored.
7292dc67 1610lib/ExtUtils/t/installbase.t Test INSTALLBASE in MakeMaker
6578b326
JH
1611lib/ExtUtils/t/Installed.t See if ExtUtils::Installed works
1612lib/ExtUtils/t/Install.t See if ExtUtils::Install works
1613lib/ExtUtils/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
1614lib/ExtUtils/t/INST.t Check MakeMaker INST_* macros
1615lib/ExtUtils/t/Liblist.t See if ExtUtils::Liblist works
1616lib/ExtUtils/t/Manifest.t See if ExtUtils::Manifest works
1617lib/ExtUtils/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
1618lib/ExtUtils/t/MM_Any.t See if ExtUtils::MM_Any works
1619lib/ExtUtils/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
1620lib/ExtUtils/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
1621lib/ExtUtils/t/MM_NW5.t See if ExtUtils::MM_NW5 works
1622lib/ExtUtils/t/MM_OS2.t See if ExtUtils::MM_OS2 works
1623lib/ExtUtils/t/MM_Unix.t See if ExtUtils::MM_UNIX works
1624lib/ExtUtils/t/MM_VMS.t See if ExtUtils::MM_VMS works
1625lib/ExtUtils/t/MM_Win32.t See if ExtUtils::MM_Win32 works
1626lib/ExtUtils/TODO Things TODO in MakeMaker
1627lib/ExtUtils/t/oneliner.t See if MM can generate perl one-liners
1628lib/ExtUtils/t/Packlist.t See if Packlist works
a7d1454b 1629lib/ExtUtils/t/parse_version.t See if parse_version works
7292dc67 1630lib/ExtUtils/t/PL_FILES.t Test PL_FILES in MakeMaker
6578b326
JH
1631lib/ExtUtils/t/postamble.t See if postamble works
1632lib/ExtUtils/t/prefixify.t See if MakeMaker can apply a PREFIX
1633lib/ExtUtils/t/prereq_print.t See if PREREQ_PRINT works
1634lib/ExtUtils/t/problems.t How MakeMaker reacts to build problems
1635lib/ExtUtils/t/prompt.t See if E::MM::prompt() works
1636lib/ExtUtils/t/recurs.t See if recursive builds work
1637lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
1638lib/ExtUtils/t/testlib.t See if ExtUtils::testlib works
1639lib/ExtUtils/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
1640lib/ExtUtils/t/vmsish.t Test ExtUtils::MakeMaker::vmsish
1641lib/ExtUtils/t/writemakefile_args.t See if WriteMakefile works
7292dc67 1642lib/ExtUtils/t/xs.t Part of MakeMaker's test suite
6578b326 1643lib/ExtUtils/typemap Extension interface types
6578b326 1644lib/ExtUtils/xsubpp External subroutine preprocessor
669d0086 1645lib/fastcwd.pl a faster but more dangerous getcwd
6578b326
JH
1646lib/Fatal.pm Make errors in functions/builtins fatal
1647lib/Fatal.t See if Fatal works
0d863452
RH
1648lib/feature.pm Pragma to enable new syntax
1649lib/feature.t See if features work
669d0086 1650lib/fields.pm Set up object field names for pseudo-hash-using classes
6578b326
JH
1651lib/File/Basename.pm Emulate the basename program
1652lib/File/Basename.t See if File::Basename works
f3a5d88c 1653lib/FileCache.pm Keep more files open than the system permits
f3a5d88c 1654lib/FileCache/t/01open.t See if FileCache works
6578b326
JH
1655lib/FileCache/t/02maxopen.t See if FileCache works
1656lib/FileCache/t/03append.t See if FileCache works
f3a5d88c 1657lib/FileCache/t/04twoarg.t See if FileCache works
6578b326 1658lib/FileCache/t/05override.t See if FileCache works
02c473a9 1659lib/FileCache/t/06export.t See if FileCache exporting works
c9463f45 1660lib/FileCache/t/07noimport.t See if FileCache works without importing
b695f709
JH
1661lib/File/CheckTree.pm Perl module supporting wholesale file mode validation
1662lib/File/CheckTree.t See if File::CheckTree works
1663lib/File/Compare.pm Emulation of cmp command
1664lib/File/Compare.t See if File::Compare works
1665lib/File/Copy.pm Emulation of cp command
1666lib/File/Copy.t See if File::Copy works
1667lib/File/DosGlob.pm Win32 DOS-globbing module
1668lib/File/DosGlob.t See if File::DosGlob works
6578b326
JH
1669lib/File/Find.pm Routines to do a find
1670lib/File/Find/t/find.t See if File::Find works
1671lib/File/Find/t/taint.t See if File::Find works with taint
1672lib/FileHandle.pm Backward-compatible front end to IO extension
1673lib/FileHandle.t See if FileHandle works
1674lib/File/Path.pm Do things like `mkdir -p' and `rm -r'
1675lib/File/Path.t See if File::Path works
1676lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
1677lib/File/Spec/Epoc.pm portable operations on EPOC file names
1678lib/File/Spec/Functions.pm Function interface to File::Spec object methods
b695f709 1679lib/File/Spec/Mac.pm portable operations on Mac file names
f3a5d88c 1680lib/File/Spec/OS2.pm portable operations on OS2 file names
f3a5d88c 1681lib/File/Spec.pm portable operations on file names
638113eb 1682lib/File/Spec/t/crossplatform.t See if File::Spec works crossplatform
f3a5d88c 1683lib/File/Spec/t/Functions.t See if File::Spec::Functions works
6578b326
JH
1684lib/File/Spec/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
1685lib/File/Spec/t/Spec.t See if File::Spec works
9d5071ba 1686lib/File/Spec/t/tmpdir.t See if File::Spec->tmpdir() works
6578b326
JH
1687lib/File/Spec/Unix.pm portable operations on Unix file names
1688lib/File/Spec/VMS.pm portable operations on VMS file names
1689lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
b695f709
JH
1690lib/File/stat.pm By-name interface to Perl's builtin stat
1691lib/File/stat.t See if File::stat works
6578b326
JH
1692lib/File/Temp.pm create safe temporary files and file handles
1693lib/File/Temp/t/mktemp.t See if File::Temp works
4aed9cd6 1694lib/File/Temp/t/object.t See if File::Temp works
6578b326
JH
1695lib/File/Temp/t/posix.t See if File::Temp works
1696lib/File/Temp/t/security.t See if File::Temp works
1697lib/File/Temp/t/tempfile.t See if File::Temp works
1698lib/filetest.pm For "use filetest"
1699lib/filetest.t See if filetest works
f3a5d88c
JH
1700lib/Filter/Simple/Changes Filter::Simple
1701lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
6578b326 1702lib/Filter/Simple/README Filter::Simple
dfa18578 1703lib/Filter/Simple/t/data.t See if Filter::Simple works
201f4820 1704lib/Filter/Simple/t/export.t See if Filter::Simple works
dfa18578 1705lib/Filter/Simple/t/filter_only.t See if Filter::Simple works
f3a5d88c 1706lib/Filter/Simple/t/filter.t See if Filter::Simple works
201f4820 1707lib/Filter/Simple/t/import.t See if Filter::Simple works
b695f709
JH
1708lib/FindBin.pm Find name of currently executing program
1709lib/FindBin.t See if FindBin works
6578b326
JH
1710lib/finddepth.pl A depth-first find emulator--used by find2perl
1711lib/find.pl A find emulator--used by find2perl
1712lib/flush.pl Routines to do single flush
1713lib/getcwd.pl A getcwd() emulator
1714lib/Getopt/Long/CHANGES Getopt::Long changes
1715lib/Getopt/Long.pm Fetch command options (GetOptions)
1716lib/Getopt/Long/README Getopt::Long README
1717lib/Getopt/Long/t/gol-basic.t See if Getopt::Long works
1718lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works
1719lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works
1720lib/Getopt/Long/t/gol-oo.t See if Getopt::Long works
1721lib/getopt.pl Perl library supporting option parsing
1722lib/getopts.pl Perl library supporting option parsing
1723lib/Getopt/Std.pm Fetch command options (getopt, getopts)
1724lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work
1725lib/h2ph.t See if h2ph works like it should
1726lib/h2xs.t See if h2xs produces expected lists of files
1727lib/Hash/Util.pm Hash::Util
1728lib/Hash/Util.t See if Hash::Util works
1729lib/hostname.pl Old hostname code
1730lib/I18N/Collate.pm Routines to do strxfrm-based collation
1731lib/I18N/Collate.t See if I18N::Collate works
1732lib/I18N/LangTags/ChangeLog I18N::LangTags
8000a3fa 1733lib/I18N/LangTags/Detect.pm Detect language preferences
07e9b5fe 1734lib/I18N/LangTags/List.pm List of tags for human languages
6578b326
JH
1735lib/I18N/LangTags.pm I18N::LangTags
1736lib/I18N/LangTags/README I18N::LangTags
8000a3fa
RGS
1737lib/I18N/LangTags/t/01_about_verbose.t See whether I18N::LangTags works
1738lib/I18N/LangTags/t/05_main.t See whether I18N::LangTags works
1739lib/I18N/LangTags/t/07_listy.t See whether I18N::LangTags works
1740lib/I18N/LangTags/t/10_http.t See whether I18N::LangTags works
77b20956 1741lib/I18N/LangTags/t/20_locales.t See whether I18N::LangTags works
8000a3fa
RGS
1742lib/I18N/LangTags/t/50_super.t See whether I18N::LangTags works
1743lib/I18N/LangTags/t/55_supers_strict.t See whether I18N::LangTags works
1744lib/I18N/LangTags/t/80_all_env.t See whether I18N::LangTags works
6578b326
JH
1745lib/if.pm For "use if"
1746lib/if.t Tests for "use if"
1747lib/importenv.pl Perl routine to get environment into variables
669d0086 1748lib/integer.pm For "use integer"
4d0ed6f7 1749lib/integer.t For "use integer" testing
6578b326 1750lib/Internals.t For Internals::* testing
8d0ec8cf
RGS
1751lib/IO/Zlib.pm IO::Zlib
1752lib/IO/Zlib/t/basic.t Tests for IO::Zlib
1753lib/IO/Zlib/t/external.t Tests for IO::Zlib
1754lib/IO/Zlib/t/getc.t Tests for IO::Zlib
1755lib/IO/Zlib/t/getline.t Tests for IO::Zlib
1756lib/IO/Zlib/t/import.t Tests for IO::Zlib
1757lib/IO/Zlib/t/large.t Tests for IO::Zlib
1758lib/IO/Zlib/t/tied.t Tests for IO::Zlib
1759lib/IO/Zlib/t/uncomp1.t Tests for IO::Zlib
1760lib/IO/Zlib/t/uncomp2.t Tests for IO::Zlib
6578b326
JH
1761lib/IPC/Open2.pm Open a two-ended pipe
1762lib/IPC/Open2.t See if IPC::Open2 works
1763lib/IPC/Open3.pm Open a three-ended pipe!
1764lib/IPC/Open3.t See if IPC::Open3 works
669d0086 1765lib/less.pm For "use less"
70a6dec2 1766lib/less.t See if less support works
bfb9b5ce 1767lib/lib_pm.PL For "use lib", produces lib/lib.pm
f3a5d88c 1768lib/lib.t For "use lib" testing
f3a5d88c 1769lib/Locale/Codes/ChangeLog Locale::Codes
6578b326 1770lib/Locale/Codes/README Locale::Codes
b695f709
JH
1771lib/Locale/Codes/t/all.t See if Locale::Codes work
1772lib/Locale/Codes/t/constants.t See if Locale::Codes work
1773lib/Locale/Codes/t/country.t See if Locale::Codes work
1774lib/Locale/Codes/t/currency.t See if Locale::Codes work
1775lib/Locale/Codes/t/languages.t See if Locale::Codes work
917211f5 1776lib/Locale/Codes/t/rename.t See if Locale::Codes work
6b6e008c 1777lib/Locale/Codes/t/script.t See if Locale::Codes work
b695f709
JH
1778lib/Locale/Codes/t/uk.t See if Locale::Codes work
1779lib/Locale/Constants.pm Locale::Codes
6b14ceb7 1780lib/Locale/Constants.pod Locale::Codes documentation
b695f709 1781lib/Locale/Country.pm Locale::Codes
6b14ceb7 1782lib/Locale/Country.pod Locale::Codes documentation
b695f709 1783lib/Locale/Currency.pm Locale::Codes
6b14ceb7 1784lib/Locale/Currency.pod Locale::Codes documentation
6578b326
JH
1785lib/Locale/Language.pm Locale::Codes
1786lib/Locale/Language.pod Locale::Codes documentation
1787lib/Locale/Maketext/ChangeLog Locale::Maketext
1788lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
1789lib/Locale/Maketext/Guts.pm Locale::Maketext
1790lib/Locale/Maketext.pm Locale::Maketext
1791lib/Locale/Maketext.pod Locale::Maketext documentation
1792lib/Locale/Maketext/README Locale::Maketext
1189c245
RGS
1793lib/Locale/Maketext/t/01_about_verbose.t See if Locale::Maketext works
1794lib/Locale/Maketext/t/10_make.t See if Locale::Maketext works
1795lib/Locale/Maketext/t/20_get.t See if Locale::Maketext works
d4101757 1796lib/Locale/Maketext/t/30_local.t See if Locale::Maketext works
1189c245
RGS
1797lib/Locale/Maketext/t/40_super.t See if Locale::Maketext works
1798lib/Locale/Maketext/t/50_super.t See if Locale::Maketext works
1799lib/Locale/Maketext/t/60_super.t See if Locale::Maketext works
1800lib/Locale/Maketext/t/90_utf8.t See if Locale::Maketext works
6578b326
JH
1801lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article
1802lib/locale.pm For "use locale"
1803lib/Locale/Script.pm Locale::Codes
1804lib/Locale/Script.pod Locale::Codes documentation
1805lib/locale.t See if locale support works
1806lib/look.pl A "look" equivalent
1807lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
1808lib/Math/BigFloat/Trace.pm bignum tracing
b282a552 1809lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt
2e038148 1810lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
6578b326 1811lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
2e038148 1812lib/Math/BigInt/t/alias.inc Support for BigInt tests
6578b326
JH
1813lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
1814lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc
1815lib/Math/BigInt/t/bare_mif.t Rounding tests under BareCalc
1816lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
1817lib/Math/BigInt/t/bigfltpm.t See if BigFloat.pm works
1818lib/Math/BigInt/t/bigintc.t See if BigInt/Calc.pm works
1819lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
1820lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works
1821lib/Math/BigInt/t/bigints.t See if BigInt.pm works
1822lib/Math/BigInt/t/biglog.t Test the log function
3a427a11 1823lib/Math/BigInt/t/bigroot.t Test the broot function
6578b326
JH
1824lib/Math/BigInt/t/calling.t Test calling conventions
1825lib/Math/BigInt/t/config.t Test Math::BigInt->config()
1826lib/Math/BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant
091c87b1 1827lib/Math/BigInt/t/const_mbf.t Test Math::BigInt
6578b326 1828lib/Math/BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works
e0eb806d 1829lib/Math/BigInt/t/_e_math.t Helper routine in BigFloat for _e math
091c87b1 1830lib/Math/BigInt/t/fallback.t Test Math::BigInt
6578b326
JH
1831lib/Math/BigInt/t/inf_nan.t Special tests for inf and NaN handling
1832lib/Math/BigInt/t/isa.t Test for Math::BigInt inheritance
b68b7ab1 1833lib/Math/BigInt/t/lib_load.t Test sane lib names
b282a552 1834lib/Math/BigInt/t/mbf_ali.t Tests for BigFloat
2e038148 1835lib/Math/BigInt/t/mbi_ali.t Tests for BigInt
6578b326
JH
1836lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1837lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode
1838lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly
1839lib/Math/BigInt/Trace.pm bignum tracing
1840lib/Math/BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero();
1841lib/Math/BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone();
1842lib/Math/BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan();
1843lib/Math/BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf();
1844lib/Math/BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new();
1845lib/Math/BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => );
1846lib/Math/BigInt/t/require.t Test if require Math::BigInt works
b282a552 1847lib/Math/BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses
6578b326
JH
1848lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat
1849lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt
1850lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc
1851lib/Math/BigInt/t/trap.t Test whether trap_nan and trap_inf work
1852lib/Math/BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works
1853lib/Math/BigInt/t/upgrade.inc Actual tests for upgrade.t
1854lib/Math/BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works
1855lib/Math/BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat
1856lib/Math/BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat
1857lib/Math/BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat
1858lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat
1859lib/Math/BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time
1860lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works
1861lib/Math/BigInt/t/with_sub.t Test use Math::BigFloat with => package
1862lib/Math/BigRat.pm Math::BigRat
1863lib/Math/BigRat/t/big_ap.t Math::BigRat test
1864lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test
1865lib/Math/BigRat/t/bigfltrt.t Math::BigRat test
1866lib/Math/BigRat/t/bigratpm.inc Math::BigRat test
1867lib/Math/BigRat/t/bigratpm.t Math::BigRat test
1868lib/Math/BigRat/t/bigrat.t Math::BigRat test
1869lib/Math/BigRat/t/bigratup.t test under $Math::BigInt::upgrade
1870lib/Math/BigRat/t/requirer.t see if require works properly
1871lib/Math/BigRat/t/trap.t see if trap_nan and trap_inf work
1872lib/Math/Complex.pm A Complex package
1873lib/Math/Complex.t See if Math::Complex works
1874lib/Math/Trig.pm A simple interface to complex trigonometry
1875lib/Math/Trig.t See if Math::Trig works
1876lib/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File
1877lib/Memoize/ExpireFile.pm Memoize expiry manager test scaffold
1878lib/Memoize/Expire.pm Memoize expiry manager example
1879lib/Memoize/ExpireTest.pm Memoize expiry manager test scaffold
1880lib/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File
1881lib/Memoize.pm Memoize
1882lib/Memoize/README Memoize release notes
1883lib/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File
1884lib/Memoize/Storable.pm Memoize glue layer for Storable
1885lib/Memoize/t/array_confusion.t Memoize ambiguous array return tests
1886lib/Memoize/t/array.t Memoize array context return tests
1887lib/Memoize/t/correctness.t Memoize basic correctness tests
1888lib/Memoize/t/errors.t Memoize PEBKAC detection tests
1889lib/Memoize/t/expfile.t Memoize expiry manager tests
1890lib/Memoize/t/expire.t Memoize expiry manager tests
1891lib/Memoize/t/expmod_n.t Memoize expiry manager tests
1892lib/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests
1893lib/Memoize/t/flush.t Memoize 'flush_cache' function tests
1894lib/Memoize/t/normalize.t Memoize 'normalizer' feature tests
1895lib/Memoize/TODO Memoize to-do list
1896lib/Memoize/t/prototype.t Memoize prototyped function handling tests
1897lib/Memoize/t/speed.t "Makes functions faster" advertisement test
1898lib/Memoize/t/tiefeatures.t Memoize FAULT / MERGE / HASH options test
1899lib/Memoize/t/tie_gdbm.t Memoize GDBM interface test
1900lib/Memoize/t/tie_ndbm.t Memoize NDBM interface test
1901lib/Memoize/t/tie_sdbm.t Memoize SDBM interface test
1902lib/Memoize/t/tie_storable.t Memoize Storable interface test
1903lib/Memoize/t/tie.t Memoize tied file test
1904lib/Memoize/t/unmemoize.t Memoize 'unmemoize' function test
54771849
RGS
1905lib/Module/CoreList/bin/corelist Module::CoreList
1906lib/Module/CoreList.pm Module::CoreList
1907lib/Module/CoreList/t/corelist.t Module::CoreList
f92f3fcb 1908lib/Net/Changes.libnet libnet
6578b326
JH
1909lib/Net/Cmd.pm libnet
1910lib/Net/Config.eg libnet
1911lib/Net/Config.pm libnet
1912lib/Net/demos/ftp libnet
1913lib/Net/demos/inetd libnet
1914lib/Net/demos/nntp libnet
1915lib/Net/demos/nntp.mirror libnet
1916lib/Net/demos/pop3 libnet
1917lib/Net/demos/smtp.self libnet
1918lib/Net/demos/time libnet
1919lib/Net/Domain.pm libnet
1920lib/Net/FTP/A.pm libnet
1921lib/Net/FTP/dataconn.pm libnet
1922lib/Net/FTP/E.pm libnet
1923lib/Net/FTP/I.pm libnet
1924lib/Net/FTP/L.pm libnet
1925lib/Net/FTP.pm libnet
1926lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
1927lib/Net/hostent.t See if Net::hostent works
1928lib/Net/Hostname.eg libnet
1929lib/Net/libnetFAQ.pod libnet
1930lib/Net/netent.pm By-name interface to Perl's builtin getnet*
1931lib/Net/netent.t See if Net::netent works
1932lib/Net/Netrc.pm libnet
1933lib/Net/NNTP.pm libnet
1934lib/Net/Ping/Changes Net::Ping
1935lib/Net/Ping.pm Hello, anybody home?
1936lib/Net/Ping/t/100_load.t Ping Net::Ping
1937lib/Net/Ping/t/110_icmp_inst.t Ping Net::Ping
1938lib/Net/Ping/t/120_udp_inst.t Ping Net::Ping
1939lib/Net/Ping/t/130_tcp_inst.t Ping Net::Ping
1940lib/Net/Ping/t/140_stream_inst.t Ping Net::Ping
1941lib/Net/Ping/t/150_syn_inst.t Ping Net::Ping
1942lib/Net/Ping/t/190_alarm.t Ping Net::Ping
1943lib/Net/Ping/t/200_ping_tcp.t Ping Net::Ping
1944lib/Net/Ping/t/250_ping_hires.t Ping Net::Ping
1945lib/Net/Ping/t/300_ping_stream.t Ping Net::Ping
1946lib/Net/Ping/t/400_ping_syn.t Ping Net::Ping
1947lib/Net/Ping/t/410_syn_host.t Ping Net::Ping
1948lib/Net/Ping/t/450_service.t Ping Net::Ping
1949lib/Net/Ping/t/500_ping_icmp.t Ping Net::Ping
1950lib/Net/Ping/t/510_ping_udp.t Ping Net::Ping
1951lib/Net/POP3.pm libnet
1952lib/Net/protoent.pm By-name interface to Perl's builtin getproto*
1953lib/Net/protoent.t See if Net::protoent works
1954lib/Net/README.libnet libnet
1955lib/Net/servent.pm By-name interface to Perl's builtin getserv*
1956lib/Net/servent.t See if Net::servtent works
1957lib/Net/SMTP.pm libnet
1958lib/Net/t/config.t libnet
f92f3fcb 1959lib/Net/t/datasend.t libnet
6578b326
JH
1960lib/Net/t/ftp.t libnet
1961lib/Net/t/hostname.t libnet
1962lib/Net/Time.pm libnet
1963lib/Net/t/libnet_t.pl libnet
1964lib/Net/t/netrc.t libnet
1965lib/Net/t/nntp.t libnet
1966lib/Net/t/require.t libnet
1967lib/Net/t/smtp.t libnet
1968lib/Net/t/time.t libnet
1969lib/newgetopt.pl A perl library supporting long option parsing
1970lib/NEXT/Changes NEXT
1971lib/NEXT.pm Pseudo-class NEXT for method redispatch
1972lib/NEXT/README NEXT
1973lib/NEXT/t/actual.t NEXT
1974lib/NEXT/t/actuns.t NEXT
1975lib/NEXT/t/next.t NEXT
1976lib/NEXT/t/unseen.t NEXT
1977lib/open2.pl Open a two-ended pipe (uses IPC::Open2)
1978lib/open3.pl Open a three-ended pipe (uses IPC::Open3)
1979lib/open.pm Pragma to specify default I/O layers
1980lib/open.t See if the open pragma works
1981lib/overload.pm Module for overloading perl operators
1982lib/overload.t See if operator overloading works
1983lib/perl5db.pl Perl debugging routines
1984lib/PerlIO.pm PerlIO support module
1985lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint
1986lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint
1987lib/ph.t See if h2ph works
1988lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors
d7fcd4ce 1989lib/Pod/Escapes/ChangeLog ChangeLog for Pod::Escapes
6477b319 1990lib/Pod/Escapes.pm Pod::Escapes
d7fcd4ce
SP
1991lib/Pod/Escapes/README README for Pod::Escapes
1992lib/Pod/Escapes/t/01_about_verbose.t test Pod::Escapes
1993lib/Pod/Escapes/t/10_main.t test Pod::Escapes
1994lib/Pod/Escapes/t/15_name2charnum.t test Pod::Escapes
6578b326
JH
1995lib/Pod/Find.pm used by pod/splitpod
1996lib/Pod/Functions.pm used by pod/splitpod
1997lib/Pod/Html.pm Convert POD data to HTML
1998lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams
b695f709
JH
1999lib/Pod/LaTeX.pm Convert POD data to LaTeX
2000lib/Pod/Man.pm Convert POD data to *roff
bf202ccd 2001lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text
b695f709 2002lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD
669d0086 2003lib/Pod/ParseUtils.pm Pod-Parser - pod utility functions
1a67fee7
HS
2004lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
2005lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
6578b326 2006lib/Pod/Perldoc.pm guts of the 'perldoc' utility
19006a1d 2007lib/Pod/Perldoc/t/01_about_verbose.t test Pod::Perldoc
6578b326
JH
2008lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker
2009lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
1a67fee7 2010lib/Pod/Perldoc/ToMan.pm render POD as man pages
6578b326
JH
2011lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
2012lib/Pod/Perldoc/ToPod.pm convert POD to POD
2013lib/Pod/Perldoc/ToRtf.pm convert POD to RTF
1a67fee7
HS
2014lib/Pod/Perldoc/ToText.pm convert POD to plain text
2015lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
2016lib/Pod/Perldoc/ToXml.pm convert POD to XML
f3a5d88c
JH
2017lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation
2018lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText
b695f709 2019lib/Pod/Plainer.pm Pod migration utility module
ad712fff 2020lib/Pod/PlainText.pm Convert POD data to formatted ASCII text
6578b326 2021lib/Pod/Select.pm Pod-Parser - select portions of POD docs
351625bd
SP
2022lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox
2023lib/Pod/Simple/ChangeLog Pod::Simple ChangeLog
2024lib/Pod/Simple/Checker.pm check the Pod syntax of a document
2025lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode
2026lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text
2027lib/Pod/Simple/DumpAsXML.pm turn Pod into XML
2028lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files
2029lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy
2030lib/Pod/Simple/HTML.pm convert Pod to HTML
2031lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes
2032lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls
2033lib/Pod/Simple.pm Pod made simple
2034lib/Pod/Simple.pod Pod for Pod::Simple
2035lib/Pod/Simple/Progress.pm Pod::Simple::Progress
2036lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser
2037lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
2038lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
2039lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser
2040lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser
2041lib/Pod/Simple/README Pod::Simple README file
2042lib/Pod/Simple/RTF.pm format Pod as RTF
2043lib/Pod/Simple/Search.pm find POD documents in directory trees
2044lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
2045lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
2046lib/Pod/Simple/t/00about.t Pod::Simple test file
2047lib/Pod/Simple/t/20_skip_before_58.t Pod::Simple test file
2048lib/Pod/Simple/t/ac_c_extend.t Pod::Simple test file
2049lib/Pod/Simple/t/ac_c_simple.t Pod::Simple test file
2050lib/Pod/Simple/t/ac_d.t Pod::Simple test file
2051lib/Pod/Simple/t/basic.t Pod::Simple test file
2052lib/Pod/Simple/t/beginend.t Pod::Simple test file
2053lib/Pod/Simple/t/cbacks.t Pod::Simple test file
2054lib/Pod/Simple/t/chunking.t Pod::Simple test file
2055lib/Pod/Simple/t/closeys.t Pod::Simple test file
2056lib/Pod/Simple/t/corpus/buniya_cp1256.txt Pod::Simple test file
2057lib/Pod/Simple/t/corpus/buniya_cp1256.xml Pod::Simple test file
2058lib/Pod/Simple/t/corpus/buniya_iso6.txt Pod::Simple test file
2059lib/Pod/Simple/t/corpus/buniya_iso6.xml Pod::Simple test file
2060lib/Pod/Simple/t/corpus/fet_contradiction.txt Pod::Simple test file
2061lib/Pod/Simple/t/corpus/fet_contradiction.xml Pod::Simple test file
2062lib/Pod/Simple/t/corpus/fet_duplication.txt Pod::Simple test file
2063lib/Pod/Simple/t/corpus/fet_duplication.xml Pod::Simple test file
2064lib/Pod/Simple/t/corpus/fet_when_koi8r.txt Pod::Simple test file
2065lib/Pod/Simple/t/corpus/fet_when_koi8r.xml Pod::Simple test file
2066lib/Pod/Simple/t/corpus/french_implicit_latin1.txt Pod::Simple test file
2067lib/Pod/Simple/t/corpus/french_implicit_latin1.xml Pod::Simple test file
2068lib/Pod/Simple/t/corpus/french_latin1.txt Pod::Simple test file
2069lib/Pod/Simple/t/corpus/french_latin1.xml Pod::Simple test file
2070lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod Pod::Simple test file
2071lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml Pod::Simple test file
351625bd 2072lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml Pod::Simple test file
351625bd 2073lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml Pod::Simple test file
351625bd
SP
2074lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml Pod::Simple test file
2075lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt Pod::Simple test file
2076lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml Pod::Simple test file
2077lib/Pod/Simple/t/corpus/laozi38b.txt Pod::Simple test file
2078lib/Pod/Simple/t/corpus/laozi38b.xml Pod::Simple test file
2079lib/Pod/Simple/t/corpus/laozi38p.pod Pod::Simple test file
2080lib/Pod/Simple/t/corpus/laozi38p.xml Pod::Simple test file
2081lib/Pod/Simple/t/corpus/laozi38.txt Pod::Simple test file
2082lib/Pod/Simple/t/corpus/laozi38.xml Pod::Simple test file
2083lib/Pod/Simple/t/corpus/nonesuch.txt Pod::Simple test file
2084lib/Pod/Simple/t/corpus/nonesuch.xml Pod::Simple test file
313e310e 2085lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt Pod::Simple test file
351625bd
SP
2086lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml Pod::Simple test file
2087lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt Pod::Simple test file
351625bd
SP
2088lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt Pod::Simple test file
2089lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml Pod::Simple test file
2090lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt Pod::Simple test file
2091lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml Pod::Simple test file
2092lib/Pod/Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file
2093lib/Pod/Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file
2094lib/Pod/Simple/t/corpus/plain_explicit.txt Pod::Simple test file
2095lib/Pod/Simple/t/corpus/plain_explicit.xml Pod::Simple test file
2096lib/Pod/Simple/t/corpus/plain_latin1.txt Pod::Simple test file
2097lib/Pod/Simple/t/corpus/plain_latin1.xml Pod::Simple test file
2098lib/Pod/Simple/t/corpus/plain.txt Pod::Simple test file
2099lib/Pod/Simple/t/corpus/plain_utf8.txt Pod::Simple test file
2100lib/Pod/Simple/t/corpus/plain_utf8.xml Pod::Simple test file
2101lib/Pod/Simple/t/corpus/plain.xml Pod::Simple test file
2102lib/Pod/Simple/t/corpus/polish_utf8.txt Pod::Simple test file
2103lib/Pod/Simple/t/corpus/polish_utf8.xml Pod::Simple test file
2104lib/Pod/Simple/t/corpus/s2763_sjis.txt Pod::Simple test file
2105lib/Pod/Simple/t/corpus/s2763_sjis.xml Pod::Simple test file
2106lib/Pod/Simple/t/corpustest.t Pod::Simple test file
2107lib/Pod/Simple/t/corpus/thai_iso11.txt Pod::Simple test file
2108lib/Pod/Simple/t/corpus/thai_iso11.xml Pod::Simple test file
2109lib/Pod/Simple/t/encoding_nonesuch.t Pod::Simple test file
2110lib/Pod/Simple/t/encoding_not_error0.t Pod::Simple test file
2111lib/Pod/Simple/t/encoding_not_error.t Pod::Simple test file
2112lib/Pod/Simple/TextContent.pm get the text content of Pod
2113lib/Pod/Simple/Text.pm format Pod as plaintext
2114lib/Pod/Simple/t/fcodes_ee.t Pod::Simple test file
2115lib/Pod/Simple/t/fcodes_ell.t Pod::Simple test file
2116lib/Pod/Simple/t/fcodes_ess.t Pod::Simple test file
2117lib/Pod/Simple/t/fcodes.t Pod::Simple test file
2118lib/Pod/Simple/t/fornot.t Pod::Simple test file
2119lib/Pod/Simple/t/for.t Pod::Simple test file
2120lib/Pod/Simple/t/fullstop_spaces.t Pod::Simple test file
2121lib/Pod/Simple/t/head_ends_over.t Pod::Simple test file
2122lib/Pod/Simple/t/heads.t Pod::Simple test file
2123lib/Pod/Simple/t/htmlbatch_01.t Pod::Simple test file
2124lib/Pod/Simple/t/html-para.t Pod::Simple test file
2125lib/Pod/Simple/t/html-styles.t Pod::Simple test file
2126lib/Pod/Simple/t/html-title.t Pod::Simple test file
2127lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH
2128lib/Pod/Simple/t/itemadapt.t Pod::Simple test file
351625bd 2129lib/Pod/Simple/t/items.t Pod::Simple test file
6477b319
NC
2130lib/Pod/Simple/t/itemstar.t Pod::Simple test file
2131lib/Pod/Simple/t/junk1_out.txt Pod::Simple test file
2132lib/Pod/Simple/t/junk1.pod Pod::Simple test file
2133lib/Pod/Simple/t/junk2_out.txt Pod::Simple test file
2134lib/Pod/Simple/t/junk2.pod Pod::Simple test file
351625bd 2135lib/Pod/Simple/t/linkclass.t Pod::Simple test file
318efef0
SP
2136lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod Pod::Simple test file
2137lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt Pod::Simple test file
2138lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm Pod::Simple test file
2139lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod Pod::Simple test file
2140lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod Pod::Simple test file
2141lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm Pod::Simple test file
2142lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm Pod::Simple test file
2143lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod Pod::Simple test file
6477b319
NC
2144lib/Pod/Simple/t/perlcyg_out.txt Pod::Simple test file
2145lib/Pod/Simple/t/perlcyg.pod Pod::Simple test file
2146lib/Pod/Simple/t/perlfaq3_out.txt Pod::Simple test file
2147lib/Pod/Simple/t/perlfaq3.pod Pod::Simple test file
2148lib/Pod/Simple/t/perlvar_out.txt Pod::Simple test file
2149lib/Pod/Simple/t/perlvar.pod Pod::Simple test file
351625bd
SP
2150lib/Pod/Simple/t/puller.t Pod::Simple test file
2151lib/Pod/Simple/t/pulltitle.t Pod::Simple test file
2152lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb
2153lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode
2154lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart
2155lib/Pod/Simple/t/render.t Pod::Simple test file
2156lib/Pod/Simple/t/sanity_tfh.t Pod::Simple test file
2157lib/Pod/Simple/t/search_05sane.t Pod::Simple test file
2158lib/Pod/Simple/t/search_10survey_specific.t Pod::Simple test file
2159lib/Pod/Simple/t/search_12survey_cwd.t Pod::Simple test file
2160lib/Pod/Simple/t/search_20survey_two.t Pod::Simple test file
2161lib/Pod/Simple/t/search_22survey_two_shadowing.t Pod::Simple test file
2162lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t Pod::Simple test file
2163lib/Pod/Simple/t/search_26_glob_kleene_k.t Pod::Simple test file
2164lib/Pod/Simple/t/search_27_glob_squaa_kleene.t Pod::Simple test file
2165lib/Pod/Simple/t/search_28_glob_z_kleene_k.t Pod::Simple test file
2166lib/Pod/Simple/t/search_29_glob_z_qmark_k.t Pod::Simple test file
2167lib/Pod/Simple/t/search_50survey_inc.t Pod::Simple test file
2168lib/Pod/Simple/t/stree.t Pod::Simple test file
318efef0
SP
2169lib/Pod/Simple/t/test_lib/Blorm.pm Pod::Simple test file
2170lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod Pod::Simple test file
2171lib/Pod/Simple/t/test_lib/hink_honk/readme.txt Pod::Simple test file
2172lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm Pod::Simple test file
2173lib/Pod/Simple/t/test_lib/pod/perlfliff.pod Pod::Simple test file
2174lib/Pod/Simple/t/test_lib/pod/perlthang.pod Pod::Simple test file
2175lib/Pod/Simple/t/test_lib/squaa/Glunk.pod Pod::Simple test file
2176lib/Pod/Simple/t/test_lib/squaa.pm Pod::Simple test file
2177lib/Pod/Simple/t/test_lib/squaa/Vliff.pm Pod::Simple test file
2178lib/Pod/Simple/t/test_lib/zikzik.pod Pod::Simple test file
2179lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt Pod::Simple test file
2180lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm Pod::Simple test file
2181lib/Pod/Simple/t/test_lib/Zonk/Veng.pm Pod::Simple test file
351625bd
SP
2182lib/Pod/Simple/t/verbatim_formatted.t Pod::Simple test file
2183lib/Pod/Simple/t/verbatims.t Pod::Simple test file
2184lib/Pod/Simple/t/x_nixer.t Pod::Simple test file
318efef0 2185lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm Pod::Simple test file
351625bd 2186lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
b4558dc4 2187lib/Pod/t/basic.cap podlators test
b616daaf
JH
2188lib/Pod/t/basic.clr podlators test
2189lib/Pod/t/basic.man podlators test
2190lib/Pod/t/basic.ovr podlators test
2191lib/Pod/t/basic.pod podlators test
2192lib/Pod/t/basic.t podlators test
2193lib/Pod/t/basic.txt podlators test
b7ae008f 2194lib/Pod/t/color.t podlators test
fb59f973 2195lib/Pod/t/contains_pod.t Pod-Parser test
bbed45f6 2196lib/Pod/t/eol.t end of line agnosticism
6578b326
JH
2197lib/Pod/Text/Color.pm Convert POD data to color ASCII text
2198lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text
2199lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text
2200lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes
2201lib/Pod/t/Functions.t See if Pod::Functions works
42165d27
VK
2202lib/Pod/t/htmlescp.pod pod2html escape test input data
2203lib/Pod/t/htmlescp.t pod2html escape test
6e38a594
YST
2204lib/Pod/t/htmllink.pod pod2html link test input data
2205lib/Pod/t/htmllink.t pod2html link test
42165d27
VK
2206lib/Pod/t/htmlview.pod pod2html render test input data
2207lib/Pod/t/htmlview.t pod2html render test
f3a5d88c 2208lib/Pod/t/InputObjects.t See if Pod::InputObjects works
6578b326 2209lib/Pod/t/man.t podlators test
b616daaf 2210lib/Pod/t/parselink.t podlators test
42165d27 2211lib/Pod/t/pod2html-lib.pl pod2html testing library
7e2c3868 2212lib/Pod/t/pod2latex.t See if Pod::LaTeX works
6578b326 2213lib/Pod/t/Select.t See if Pod::Select works
b7ae008f 2214lib/Pod/t/termcap.t podlators test
11f72409 2215lib/Pod/t/text-options.t podlators test
e302af49 2216lib/Pod/t/text.t podlators test
6578b326 2217lib/Pod/t/Usage.t See if Pod::Usage works
72e5dea6 2218lib/Pod/t/user.t See if Pod::LaTeX works
de7abf9a 2219lib/Pod/t/utils.t Test for Pod::ParseUtils
6578b326 2220lib/Pod/Usage.pm Pod-Parser - print usage messages
b695f709 2221lib/pwd.pl Routines to keep track of PWD environment variable
6578b326
JH
2222lib/Search/Dict.pm Perform binary search on dictionaries
2223lib/Search/Dict.t See if Search::Dict works
2224lib/SelectSaver.pm Enforce proper select scoping
2225lib/SelectSaver.t See if SelectSaver works
2226lib/SelfLoader.pm Load functions only on demand
2227lib/SelfLoader.t See if SelfLoader works
2228lib/Shell.pm Make AUTOLOADed system() calls
2229lib/Shell.t Tests for above
b695f709
JH
2230lib/shellwords.pl Perl library to split into words with shell quoting
2231lib/sigtrap.pm For trapping an abort and giving traceback
d1b75174 2232lib/sigtrap.t See if sigtrap works
84d4ea48
JH
2233lib/sort.pm For "use sort"
2234lib/sort.t See if "use sort" works
b695f709
JH
2235lib/stat.pl Perl library supporting stat function
2236lib/strict.pm For "use strict"
2237lib/strict.t See if strictures work
b695f709
JH
2238lib/subs.pm Declare overriding subs
2239lib/subs.t See if subroutine pseudo-importation works
6578b326
JH
2240lib/Switch/Changes Switch
2241lib/Switch.pm Switch for Perl
2242lib/Switch/README Switch
2243lib/Switch/t/given.t See if Perl 6 given (switch) works
2244lib/Switch/t/nested.t See if nested switch works
2245lib/Switch/t/switch.t See if Perl 5 switch works
2246lib/Symbol.pm Symbol table manipulation routines
2247lib/Symbol.t See if Symbol works
b695f709
JH
2248lib/syslog.pl Perl library supporting syslogging
2249lib/tainted.pl Old code for tainting
6578b326
JH
2250lib/Term/ANSIColor/ChangeLog Term::ANSIColor
2251lib/Term/ANSIColor.pm Perl module supporting termcap usage
2252lib/Term/ANSIColor/README Term::ANSIColor
2253lib/Term/ANSIColor/test.pl See if Term::ANSIColor works
b695f709 2254lib/termcap.pl Perl library supporting termcap usage
6578b326
JH
2255lib/Term/Cap.pm Perl module supporting termcap usage
2256lib/Term/Cap.t See if Term::Cap works
2257lib/Term/Complete.pm A command completion subroutine
2258lib/Term/Complete.t See if Term::Complete works
2259lib/Term/ReadLine.pm Stub readline library
2260lib/Term/ReadLine.t See if Term::ReadLine works
b1ddf169 2261lib/Test/Builder/Module.pm Base class for test modules
6477b319 2262lib/Test/Builder.pm For writing new test libraries
845d7e37 2263lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester
6477b319 2264lib/Test/Builder/Tester.pm For testing Test::Builder based classes
6578b326 2265lib/Test/Harness/Assert.pm Test::Harness::Assert (internal use only)
2e038148 2266lib/Test/Harness/bin/prove The prove harness utility
6578b326
JH
2267lib/Test/Harness/Changes Test::Harness
2268lib/Test/Harness/Iterator.pm Test::Harness::Iterator (internal use only)
2269lib/Test/Harness.pm A test harness
47050470 2270lib/Test/Harness/Point.pm Test::Harness::Point (internal use only)
6578b326
JH
2271lib/Test/Harness/Straps.pm Test::Harness::Straps
2272lib/Test/Harness/t/00compile.t Test::Harness test
b2de6a21 2273lib/Test/Harness/TAP.pod Documentation for the Test Anything Protocol
6578b326
JH
2274lib/Test/Harness/t/assert.t Test::Harness::Assert test
2275lib/Test/Harness/t/base.t Test::Harness test
2276lib/Test/Harness/t/callback.t Test::Harness test
c0c1f8c2 2277lib/Test/Harness/t/from_line.t Test::Harness test
3c87ea76 2278lib/Test/Harness/t/harness.t Test::Harness test
e4fc8a1e 2279lib/Test/Harness/t/inc_taint.t Test::Harness test
6578b326
JH
2280lib/Test/Harness/t/nonumbers.t Test::Harness test
2281lib/Test/Harness/t/ok.t Test::Harness test
2282lib/Test/Harness/t/pod.t Test::Harness test
c0c1f8c2
RGS
2283lib/Test/Harness/t/point-parse.t Test::Harness test
2284lib/Test/Harness/t/point.t Test::Harness test
3c87ea76 2285lib/Test/Harness/t/prove-globbing.t Test::Harness::Straps test
e4fc8a1e 2286lib/Test/Harness/t/prove-switches.t Test::Harness::Straps test
6578b326
JH
2287lib/Test/Harness/t/strap-analyze.t Test::Harness::Straps test
2288lib/Test/Harness/t/strap.t Test::Harness::Straps test
2289lib/Test/Harness/t/test-harness.t Test::Harness test
c0c1f8c2 2290lib/Test/Harness/t/version.t Test::Harness test
6578b326
JH
2291lib/Test/More.pm More utilities for writing tests
2292lib/Test.pm A simple framework for writing test scripts
2293lib/Test/Simple/Changes Test::Simple changes
2294lib/Test/Simple.pm Basic utility for writing tests
2295lib/Test/Simple/README Test::Simple README
30e302f8 2296lib/Test/Simple/t/00test_harness_check.t Test::Simple test
6578b326 2297lib/Test/Simple/t/bad_plan.t Test::Builder plan() test
b1ddf169 2298lib/Test/Simple/t/bail_out.t Test::Builder BAIL_OUT test
6578b326
JH
2299lib/Test/Simple/t/buffer.t Test::Builder buffering test
2300lib/Test/Simple/t/Builder.t Test::Builder tests
7483b81c 2301lib/Test/Simple/t/circular_data.t Test::Simple test
5143c659 2302lib/Test/Simple/t/create.t Test::Simple test
6578b326
JH
2303lib/Test/Simple/t/curr_test.t Test::Builder->curr_test tests
2304lib/Test/Simple/t/details.t Test::Builder tests
2305lib/Test/Simple/t/diag.t Test::More diag() test
30e302f8 2306lib/Test/Simple/t/eq_set.t Test::Simple test
6578b326 2307lib/Test/Simple/t/exit.t Test::Simple test, exit codes
30e302f8 2308lib/Test/Simple/t/extra_one.t Test::Simple test
7483b81c 2309lib/Test/Simple/t/extra.t Test::Simple test
6578b326
JH
2310lib/Test/Simple/t/fail-like.t Test::More test, like() failures
2311lib/Test/Simple/t/fail-more.t Test::More test, tests failing
30e302f8 2312lib/Test/Simple/t/fail_one.t Test::Simple test
7483b81c 2313lib/Test/Simple/t/fail.t Test::Simple test, test failures
6578b326
JH
2314lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with
2315lib/Test/Simple/t/fork.t Test::More fork tests
30e302f8 2316lib/Test/Simple/t/harness_active.t Test::Simple test
6578b326
JH
2317lib/Test/Simple/t/has_plan2.t Test::More->plan tests
2318lib/Test/Simple/t/has_plan.t Test::Builder->plan tests
2319lib/Test/Simple/t/import.t Test::More test, importing functions
5143c659 2320lib/Test/Simple/t/is_deeply_fail.t Test::More test, is_deeply()
0257f296 2321lib/Test/Simple/t/is_fh.t Test::Builder test, _is_fh()
6578b326
JH
2322lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests
2323lib/Test/Simple/t/missing.t Test::Simple test, missing tests
2324lib/Test/Simple/t/More.t Test::More test, basic stuff
30e302f8 2325lib/Test/Simple/t/no_diag.t Test::Simple test
6578b326
JH
2326lib/Test/Simple/t/no_ending.t Test::Builder test, no_ending()
2327lib/Test/Simple/t/no_header.t Test::Builder test, no_header()
2328lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan
ee3a5e30 2329lib/Test/Simple/TODO Test::Simple TODO
6578b326
JH
2330lib/Test/Simple/t/ok_obj.t Test::Builder object tests
2331lib/Test/Simple/t/output.t Test::Builder test, output methods
7483b81c 2332lib/Test/Simple/t/overload.t Test::Simple test
ee3a5e30 2333lib/Test/Simple/t/overload_threads.t Test::Simple test
7483b81c 2334lib/Test/Simple/t/plan_bad.t Test::Simple test
6578b326
JH
2335lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan
2336lib/Test/Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan
7483b81c 2337lib/Test/Simple/t/plan_shouldnt_import.t Test::Simple test
6578b326
JH
2338lib/Test/Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all
2339lib/Test/Simple/t/plan.t Test::More test, plan()
7483b81c 2340lib/Test/Simple/t/require_ok.t Test::Simple test
30e302f8 2341lib/Test/Simple/t/reset.t Test::Simple test
6578b326
JH
2342lib/Test/Simple/t/simple.t Test::Simple test, basic stuff
2343lib/Test/Simple/t/skipall.t Test::More test, skip all tests
2344lib/Test/Simple/t/skip.t Test::More test, SKIP tests
7483b81c 2345lib/Test/Simple/t/sort_bug.t Test::Simple test
6578b326 2346lib/Test/Simple/t/strays.t Test::Builder stray newline checks
845d7e37
SP
2347lib/Test/Simple/t/tbt_01basic.t Test::Builder::Tester test
2348lib/Test/Simple/t/tbt_02fhrestore.t Test::Builder::Tester test
2349lib/Test/Simple/t/tbt_03die.t Test::Builder::Tester test
2350lib/Test/Simple/t/tbt_04line_num.t Test::Builder::Tester test
2351lib/Test/Simple/t/tbt_05faildiag.t Test::Builder::Tester test
2352lib/Test/Simple/t/tbt_06errormess.t Test::Builder::Tester test
2353lib/Test/Simple/t/tbt_07args.t Test::Builder::Tester test
6578b326 2354lib/Test/Simple/t/threads.t Test::Builder thread-safe checks
7483b81c 2355lib/Test/Simple/t/thread_taint.t Test::Simple test
6578b326
JH
2356lib/Test/Simple/t/todo.t Test::More test, TODO tests
2357lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings
2358lib/Test/Simple/t/useing.t Test::More test, compile test
2359lib/Test/Simple/t/use_ok.t Test::More test, use_ok()
07e9b5fe 2360lib/Test/t/05_about_verbose.t See if Test works
6578b326
JH
2361lib/Test/t/fail.t See if Test works
2362lib/Test/t/mix.t See if Test works
07e9b5fe 2363lib/Test/t/multiline.t See if Test works
6578b326
JH
2364lib/Test/t/onfail.t See if Test works
2365lib/Test/t/qr.t See if Test works
2366lib/Test/t/skip.t See if Test works
2367lib/Test/t/success.t See if Test works
2368lib/Test/t/todo.t See if Test works
2369lib/Test/Tutorial.pod A tutorial on writing tests
2370lib/Text/Abbrev.pm An abbreviation table builder
2371lib/Text/Abbrev.t Test Text::Abbrev
2372lib/Text/Balanced/Changes Text::Balanced
2373lib/Text/Balanced.pm Text::Balanced
2374lib/Text/Balanced/README Text::Balanced
2375lib/Text/Balanced/t/extbrk.t See if Text::Balanced works
2376lib/Text/Balanced/t/extcbk.t See if Text::Balanced works
2377lib/Text/Balanced/t/extdel.t See if Text::Balanced works
2378lib/Text/Balanced/t/extmul.t See if Text::Balanced works
2379lib/Text/Balanced/t/extqlk.t See if Text::Balanced works
2380lib/Text/Balanced/t/exttag.t See if Text::Balanced works
2381lib/Text/Balanced/t/extvar.t See if Text::Balanced works
2382lib/Text/Balanced/t/gentag.t See if Text::Balanced works
2383lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
2384lib/Text/ParseWords.t See if Text::ParseWords works
6a724e38 2385lib/Text/ParseWords/taint.t See if Text::ParseWords works with tainting
6578b326
JH
2386lib/Text/Soundex.pm Perl module to implement Soundex
2387lib/Text/Soundex.t See if Soundex works
2388lib/Text/Tabs.pm Do expand and unexpand
2389lib/Text/TabsWrap/CHANGELOG ChangeLog for Tabs+Wrap
2390lib/Text/TabsWrap/t/fill.t See if Text::Wrap::fill works
2391lib/Text/TabsWrap/t/tabs.t See if Text::Tabs works
2392lib/Text/TabsWrap/t/wrap.t See if Text::Wrap::wrap works
2393lib/Text/Wrap.pm Paragraph formatter
2394lib/Thread.pm Thread extensions frontend
2395lib/Thread/Queue.pm Threadsafe queue
2396lib/Thread/Queue.t See if threadsafe queue works
2397lib/Thread/Semaphore.pm Threadsafe semaphore
2398lib/Thread/Semaphore.t See if threadsafe semaphore works
2399lib/Tie/Array.pm Base class for tied arrays
2400lib/Tie/Array/push.t Test for Tie::Array
2401lib/Tie/Array/splice.t Test for Tie::Array::SPLICE
2402lib/Tie/Array/stdpush.t Test for Tie::StdArray
2403lib/Tie/Array/std.t Test for Tie::StdArray
2404lib/Tie/File.pm Files as tied arrays
2405lib/Tie/File/t/00_version.t Trivial test for Tie::File
2406lib/Tie/File/t/01_gen.t Generic read/write tests for Tie::File
2407lib/Tie/File/t/02_fetchsize.t File length fetch test for Tie::File
2408lib/Tie/File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File
2409lib/Tie/File/t/04_splice.t SPLICE method tests for Tie::File
2410lib/Tie/File/t/05_size.t $#a tests for Tie::File
2411lib/Tie/File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File
2412lib/Tie/File/t/07_rv_splice.t SPLICE method return value tests for Tie::File
2413lib/Tie/File/t/08_ro.t read-only mode tests for Tie::File
2414lib/Tie/File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator
2415lib/Tie/File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator
2416lib/Tie/File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator
2417lib/Tie/File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator
2418lib/Tie/File/t/13_size_rs.t Like 05_size.t, with unusual record separator
2419lib/Tie/File/t/14_lock.t File locking method tests for Tie::File
2420lib/Tie/File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File
2421lib/Tie/File/t/16_handle.t Tying a handle instead of a file for Tie::File
2422lib/Tie/File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File
2423lib/Tie/File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator
2424lib/Tie/File/t/19_cache.t Read cache exercises and regression for Tie::File
2425lib/Tie/File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File
2426lib/Tie/File/t/21_win32.t Win32 special behavior of Tie::File
2427lib/Tie/File/t/22_autochomp.t 'autochomp' option of Tie::File
2428lib/Tie/File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp
2429lib/Tie/File/t/24_cache_loop.t Regression for old Tie::File cache bug
2430lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled
2431lib/Tie/File/t/26_twrite.t Unit tests for Tie::File::_twrite
2432lib/Tie/File/t/27_iwrite.t Unit tests for Tie::File::_iwrite
2433lib/Tie/File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite
2434lib/Tie/File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy
2435lib/Tie/File/t/29_downcopy.t Unit tests for Tie::File::_downcopy
2436lib/Tie/File/t/30_defer.t deferred writing feature tests for Tie::File
2437lib/Tie/File/t/31_autodefer.t 'autodefer' feature tests for Tie::File
2438lib/Tie/File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing
2439lib/Tie/File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records
2440lib/Tie/File/t/40_abs_cache.t Unit tests for Tie::File::Cache
2441lib/Tie/File/t/41_heap.t Unit tests for Tie::File::Heap
2442lib/Tie/File/t/42_offset.t Unit tests for the offset method
2443lib/Tie/Handle.pm Base class for tied handles
2444lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle
2445lib/Tie/Hash.pm Base class for tied hashes
2446lib/Tie/Memoize.pm Base class for memoized tied hashes
2447lib/Tie/Memoize.t Test for Memoize.t
2448lib/Tie/RefHash.pm Base class for tied hashes with references as keys
2449lib/Tie/RefHash.t Test for Tie::RefHash and Tie::RefHash::Nestable
2450lib/Tie/Scalar.pm Base class for tied scalars
2451lib/Tie/Scalar.t See if Tie::Scalar works
2452lib/Tie/SubstrHash.pm Compact hash for known key, value and table size
2453lib/Tie/SubstrHash.t Test for Tie::SubstrHash
2454lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime
2455lib/Time/gmtime.t Test for Time::gmtime
b695f709 2456lib/timelocal.pl Perl library supporting inverse of localtime, gmtime
6578b326
JH
2457lib/Time/Local.pm Reverse translation of localtime, gmtime
2458lib/Time/Local.t See if Time::Local works
2459lib/Time/localtime.pm By-name interface to Perl's builtin localtime
2460lib/Time/localtime.t Test for Time::localtime
2461lib/Time/tm.pm Internal object for Time::{gm,local}time
2462lib/Unicode/Collate/Changes Unicode::Collate
2463lib/Unicode/Collate/keys.txt Unicode::Collate
2464lib/Unicode/Collate.pm Unicode::Collate
2465lib/Unicode/Collate/README Unicode::Collate
abd1ec54 2466lib/Unicode/Collate/t/altern.t Unicode::Collate
3756e7ca 2467lib/Unicode/Collate/t/cjkrange.t Unicode::Collate
06c8fc8f 2468lib/Unicode/Collate/t/contract.t Unicode::Collate
91ae00cb 2469lib/Unicode/Collate/t/hangtype.t Unicode::Collate
1d2654e1 2470lib/Unicode/Collate/t/hangul.t Unicode::Collate
3756e7ca 2471lib/Unicode/Collate/t/ignor.t Unicode::Collate
10d7ec48 2472lib/Unicode/Collate/t/illegalp.t Unicode::Collate
2e038148 2473lib/Unicode/Collate/t/illegal.t Unicode::Collate
6578b326 2474lib/Unicode/Collate/t/index.t Unicode::Collate
91ae00cb 2475lib/Unicode/Collate/t/normal.t Unicode::Collate
3756e7ca 2476lib/Unicode/Collate/t/override.t Unicode::Collate
47050470 2477lib/Unicode/Collate/t/rearrang.t Unicode::Collate
6578b326 2478lib/Unicode/Collate/t/test.t Unicode::Collate
91ae00cb
NC
2479lib/Unicode/Collate/t/trailwt.t Unicode::Collate
2480lib/Unicode/Collate/t/variable.t Unicode::Collate
2481lib/Unicode/Collate/t/version.t Unicode::Collate
abd1ec54 2482lib/Unicode/Collate/t/view.t Unicode::Collate
6578b326
JH
2483lib/Unicode/README Explanation what happened to lib/unicode.
2484lib/Unicode/UCD.pm Unicode character database
2485lib/Unicode/UCD.t See if Unicode character database works
68ce8675 2486lib/unicore/ArabicShaping.txt Unicode character database
6578b326 2487lib/unicore/BidiMirroring.txt Unicode character database
6578b326 2488lib/unicore/Blocks.txt Unicode character database
eb1102fc 2489lib/unicore/CaseFolding.txt Unicode character database
6578b326 2490lib/unicore/CompositionExclusions.txt Unicode character database
6578b326 2491lib/unicore/EastAsianWidth.txt Unicode character database
6578b326
JH
2492lib/unicore/HangulSyllableType.txt Unicode character database
2493lib/unicore/Index.txt Unicode character database
6578b326 2494lib/unicore/Jamo.txt Unicode character database
12ac2576
JP
2495lib/unicore/LineBreak.txt Unicode character database
2496lib/unicore/Makefile Unicode character database
07e9b5fe 2497lib/unicore/mktables Unicode character database generator
96746c4e 2498lib/unicore/mktables.lst File list for mktables
a2bd7410 2499lib/unicore/NamedSequences.txt Unicode character database
12ac2576
JP
2500lib/unicore/NamesList.txt Unicode character database
2501lib/unicore/NormalizationCorrections.txt Unicode character database
07e9b5fe 2502lib/unicore/PropertyAliases.txt Unicode character database
12ac2576
JP
2503lib/unicore/PropList.txt Unicode character database
2504lib/unicore/PropValueAliases.txt Unicode character database
12ac2576
JP
2505lib/unicore/README.perl Unicode character database
2506lib/unicore/ReadMe.txt Unicode character database info
12ac2576
JP
2507lib/unicore/Scripts.txt Unicode character database
2508lib/unicore/SpecialCasing.txt Unicode character database
2509lib/unicore/StandardizedVariants.txt Unicode character database
12ac2576 2510lib/unicore/UnicodeData.txt Unicode character database
55d7b906 2511lib/unicore/version The version of the Unicode
6578b326
JH
2512lib/UNIVERSAL.pm Base class for ALL classes
2513lib/User/grent.pm By-name interface to Perl's builtin getgr*
2514lib/User/grent.t See if User::grwent works
2515lib/User/pwent.pm By-name interface to Perl's builtin getpw*
2516lib/User/pwent.t See if User::pwent works
f3a5d88c 2517lib/utf8_heavy.pl Support routines for utf8 pragma
b695f709
JH
2518lib/utf8.pm Pragma to control Unicode support
2519lib/utf8.t See if utf8 operations work
b695f709 2520lib/validate.pl Perl library supporting wholesale file mode validation
df344c0f 2521lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
b695f709 2522lib/vars.pm Declare pseudo-imported global variables
36bb303b 2523lib/vars.t See if "use vars" works
ad63d80f 2524lib/version.pm Support for version objects
cb5772bb 2525lib/version.pod Documentation of the version module
ad63d80f 2526lib/version.t Tests for version objects
42165d27
VK
2527lib/vmsish.pm Control VMS-specific behavior of Perl core
2528lib/vmsish.t Tests for vmsish.pm
b695f709 2529lib/warnings.pm For "use warnings"
d3a7d8c7 2530lib/warnings/register.pm For "use warnings::register"
f3a5d88c 2531lib/warnings.t See if warning controls work
6578b326 2532locale.c locale-specific utility functions
b695f709
JH
2533makeaperl.SH perl script that produces a new perl binary
2534makedef.pl Create symbol export lists for linking
2535makedepend.SH Precursor to makedepend
2536makedir.SH Precursor to makedir
6578b326
JH
2537Makefile.micro microperl Makefile
2538Makefile.SH A script that generates Makefile
b695f709 2539malloc.c A version of malloc you might not want
22f7c9c9 2540malloc_ctl.h A version of malloc you might not want
6578b326 2541MANIFEST This list of files
7ee2227d 2542mathoms.c A home for binary-compatible code artifacts
6578b326 2543META.yml Distribution meta-data in YAML
b695f709
JH
2544mg.c Magic code
2545mg.h Magic header
2546minimod.pl Writes lib/ExtUtils/Miniperl.pm
2547miniperlmain.c Basic perl w/o dynamic loading or extensions
f3a5d88c 2548mint/errno.h MiNT port
6578b326 2549mint/Makefile MiNT port
b695f709 2550mint/pwd.c MiNT port
6578b326 2551mint/README MiNT port
b695f709
JH
2552mint/stdio.h MiNT port
2553mint/sys/time.h MiNT port
2554mint/time.h MiNT port
feb33499 2555mpeix/mpeix.c MPE/iX port
b695f709 2556mpeix/mpeixish.h MPE/iX port
e10b8885 2557mpeix/mpeix_setjmp.c MPE/iX port
b695f709
JH
2558mpeix/nm MPE/iX port
2559mpeix/relink MPE/iX port
b695f709 2560myconfig.SH Prints summary of the current configuration
6578b326
JH
2561NetWare/bat/Buildtype.bat NetWare port
2562NetWare/bat/SetCodeWar.bat NetWare port
2563NetWare/bat/Setnlmsdk.bat NetWare port
2564NetWare/bat/SetNWBld.bat NetWare port
2565NetWare/bat/ToggleD2.bat NetWare port
2566NetWare/CLIBsdio.h NetWare port
2567NetWare/CLIBstr.h NetWare port
2568NetWare/CLIBstuf.c NetWare port
2569NetWare/CLIBstuf.h NetWare port
2570NetWare/config_h.PL NetWare port
2571NetWare/config_H.wc NetWare port
2572NetWare/config_sh.PL NetWare port
2573NetWare/config.wc NetWare port
2574NetWare/deb.h NetWare port
2575NetWare/dl_netware.xs NetWare port
2576NetWare/intdef.h NetWare port
2577NetWare/interface.c NetWare port
2578NetWare/interface.cpp NetWare port
2579NetWare/interface.h NetWare port
2580NetWare/iperlhost.h NetWare port
2581NetWare/Main.c NetWare port
2582NetWare/Makefile NetWare port
2583NetWare/MP.imp NetWare port
2584NetWare/netware.h NetWare port
2585NetWare/nw5.c NetWare port
2586NetWare/nw5iop.h NetWare port
2587NetWare/nw5sck.c NetWare port
2588NetWare/nw5sck.h NetWare port
2589NetWare/nw5thread.c NetWare port
2590NetWare/nw5thread.h NetWare port
2591NetWare/nwhashcls.cpp NetWare port
2592NetWare/nwhashcls.h NetWare port
2593NetWare/Nwmain.c NetWare port
2594NetWare/nwperlhost.h NetWare port
2595NetWare/nwperlsys.c NetWare port
2596NetWare/nwperlsys.h NetWare port
2597NetWare/Nwpipe.c NetWare port
2598NetWare/nwpipe.h NetWare port
2599NetWare/nwplglob.c NetWare port
2600NetWare/nwplglob.h NetWare port
2601NetWare/nwstdio.h NetWare port
2602NetWare/NWTInfo.c NetWare port
2603NetWare/nwtinfo.h NetWare port
2604NetWare/NWUtil.c NetWare port
2605NetWare/nwutil.h NetWare port
2606NetWare/nwvmem.h NetWare port
2607NetWare/perllib.cpp NetWare port
2608NetWare/splittree.pl NetWare port
2609NetWare/sv_nw.c NetWare port
2610NetWare/testnlm/echo/echo.c NetWare port
2611NetWare/testnlm/type/type.c NetWare port
2612NetWare/t/NWModify.pl NetWare port
2613NetWare/t/NWScripts.pl NetWare port
2614NetWare/t/Readme.txt NetWare port
2615NetWare/win32ish.h NetWare port
b695f709
JH
2616nostdio.h Cause compile error on stdio calls
2617numeric.c Miscellaneous numeric conversion routines
b695f709 2618op.c Opcode syntax tree code
b695f709 2619opcode.h Automatically generated opcode header
36bb303b 2620opcode.pl Opcode header generator
f3a5d88c 2621op.h Opcode syntax tree header
b695f709 2622opnames.h Automatically generated opcode header
6578b326 2623os2/Changes Changelog for OS/2 port
669d0086 2624os2/diff.configure Patches to Configure
41630250 2625os2/dlfcn.h Addon for dl_open
f3a5d88c 2626os2/dl_os2.c Addon for dl_open
6578b326 2627os2/Makefile.SHs Shared library generation for OS/2
f3a5d88c
JH
2628os2/os2add.sym Overriding symbols to export
2629os2/os2_base.t Additional tests for builtin methods
669d0086 2630os2/os2.c Additional code for OS/2
6578b326
JH
2631os2/OS2/ExtAttr/Changes EA access module
2632os2/OS2/ExtAttr/ExtAttr.pm EA access module
2633os2/OS2/ExtAttr/ExtAttr.xs EA access module
2634os2/OS2/ExtAttr/Makefile.PL EA access module
2635os2/OS2/ExtAttr/MANIFEST EA access module
2636os2/OS2/ExtAttr/myea.h EA access module
2637os2/OS2/ExtAttr/t/os2_ea.t EA access module
2638os2/OS2/ExtAttr/typemap EA access module
f3a5d88c 2639os2/os2ish.h Header for OS/2
f3a5d88c 2640os2/OS2/PrfDB/Changes System database access module
6578b326
JH
2641os2/OS2/PrfDB/Makefile.PL System database access module
2642os2/OS2/PrfDB/MANIFEST System database access module
760ac839
LW
2643os2/OS2/PrfDB/PrfDB.pm System database access module
2644os2/OS2/PrfDB/PrfDB.xs System database access module
2645os2/OS2/PrfDB/t/os2_prfdb.t System database access module
f3a5d88c 2646os2/OS2/Process/Makefile.PL system() constants in a module
6578b326 2647os2/OS2/Process/MANIFEST system() constants in a module
760ac839
LW
2648os2/OS2/Process/Process.pm system() constants in a module
2649os2/OS2/Process/Process.xs system() constants in a module
30500b05 2650os2/OS2/Process/t/os2_process_kid.t Tests
f3a5d88c 2651os2/OS2/Process/t/os2_process.t Tests
30500b05 2652os2/OS2/Process/t/os2_process_text.t Tests
6578b326
JH
2653os2/OS2/REXX/Changes DLL access module
2654os2/OS2/REXX/DLL/Changes DLL access module
2655os2/OS2/REXX/DLL/DLL.pm DLL access module
2656os2/OS2/REXX/DLL/DLL.xs DLL access module
2657os2/OS2/REXX/DLL/Makefile.PL DLL access module
2658os2/OS2/REXX/DLL/MANIFEST DLL access module
2659os2/OS2/REXX/Makefile.PL DLL access module
2660os2/OS2/REXX/MANIFEST DLL access module
2661os2/OS2/REXX/REXX.pm DLL access module
2662os2/OS2/REXX/REXX.xs DLL access module
760ac839
LW
2663os2/OS2/REXX/t/rx_cmprt.t DLL access module
2664os2/OS2/REXX/t/rx_dllld.t DLL access module
ed344e4f 2665os2/OS2/REXX/t/rx_emxrv.t DLL access module
760ac839
LW
2666os2/OS2/REXX/t/rx_objcall.t DLL access module
2667os2/OS2/REXX/t/rx_sql.test DLL access module
2668os2/OS2/REXX/t/rx_tiesql.test DLL access module
2669os2/OS2/REXX/t/rx_tievar.t DLL access module
2670os2/OS2/REXX/t/rx_tieydb.t DLL access module
2671os2/OS2/REXX/t/rx_varset.t DLL access module
2672os2/OS2/REXX/t/rx_vrexx.t DLL access module
6578b326
JH
2673os2/os2.sym Additional symbols to export
2674os2/os2thread.h pthread-like typedefs
622913ab 2675os2/OS2/typemap Common typemap for OS/2 types
6578b326
JH
2676os2/perl2cmd.pl Corrects installed binaries under OS/2
2677os2/perlrexx.c Support perl interpreter embedded in REXX
2678os2/perlrexx.cmd Test perl interpreter embedded in REXX
dd2155a4
DM
2679pad.c Scratchpad functions
2680pad.h Scratchpad headers
28701729 2681patchlevel.h The current patch level of perl
b695f709
JH
2682perlapi.c Perl API functions
2683perlapi.h Perl API function declarations
f3a5d88c
JH
2684perl.c main()
2685perl.h Global declarations
b695f709
JH
2686perlio.c C code for PerlIO abstraction
2687perlio.h PerlIO abstraction
b695f709 2688perliol.h PerlIO Layer definition
f3a5d88c 2689perlio.sym Symbols for PerlIO abstraction
b2de6a21 2690perl_keyword.pl A script to generate Perl_keyword() in toke.c
b695f709
JH
2691perlsdio.h Fake stdio using perlio
2692perlsfio.h Prototype sfio mapping for PerlIO
2693perlsh A poor man's perl shell
2694perlvars.h Global variables
0de566d7
DM
2695perly.act parser actions; derived from perly.y
2696perly.c parser code (NOT derived from perly.y)
2697perly.h header file for perly.c; derived from perly.y
2698perly.tab parser state tables; derived from perly.y
f3a5d88c 2699perly.y Yacc grammar for perl
b695f709
JH
2700plan9/aperl Shell to make Perl error messages Acme-friendly
2701plan9/arpa/inet.h Plan9 port: replacement C header file
2702plan9/buildinfo Plan9 port: configuration information
8341137e 2703plan9/config_h.sample Plan9 port: 5.8.0 sample config.h
f3a5d88c 2704plan9/config.plan9 Plan9 port: config.h template
eb0a3b56 2705plan9/config_sh.sample Plan9 port: 5.8.0 sample config.sh
b695f709
JH
2706plan9/exclude Plan9 port: tests to skip
2707plan9/fndvers Plan9 port: update Perl version in config.plan9
2708plan9/genconfig.pl Plan9 port: generate config.sh
2709plan9/mkfile Plan9 port: Mk driver for build
2710plan9/myconfig.plan9 Plan9 port: script to print config summary
2711plan9/plan9.c Plan9 port: Plan9-specific C routines
2712plan9/plan9ish.h Plan9 port: Plan9-specific C header file
2713plan9/setup.rc Plan9 port: script for easy build+install
2714plan9/versnum Plan9 port: script to print version number
d04e1334 2715pod/buildtoc Update files based on pod.lst
f3a5d88c 2716pod/checkpods.PL Tool to check for common errors in pods
9aa47a0d 2717pod.lst List the pods and their roles
6578b326
JH
2718pod/Makefile.SH generate Makefile which makes pods into something else
2719pod/perl5004delta.pod Perl changes in version 5.004
2720pod/perl5005delta.pod Perl changes in version 5.005
2721pod/perl561delta.pod Perl changes in version 5.6.1
2722pod/perl56delta.pod Perl changes in version 5.6
2723pod/perl570delta.pod Perl changes in version 5.7.0
2724pod/perl571delta.pod Perl changes in version 5.7.1
2725pod/perl572delta.pod Perl changes in version 5.7.2
2726pod/perl573delta.pod Perl changes in version 5.7.3
b6235c4f 2727pod/perl581delta.pod Perl changes in version 5.8.1
95143fff 2728pod/perl582delta.pod Perl changes in version 5.8.2
dc0b0fbe 2729pod/perl583delta.pod Perl changes in version 5.8.3
cba18cd5 2730pod/perl584delta.pod Perl changes in version 5.8.4
07e9b5fe 2731pod/perl585delta.pod Perl changes in version 5.8.5
bab9b098 2732pod/perl586delta.pod Perl changes in version 5.8.6
315ba985 2733pod/perl587delta.pod Perl changes in version 5.8.7
6578b326 2734pod/perl58delta.pod Perl changes in version 5.8.0
1400179b
NC
2735pod/perl590delta.pod Perl changes in version 5.9.0
2736pod/perl591delta.pod Perl changes in version 5.9.1
e0eb806d 2737pod/perl592delta.pod Perl changes in version 5.9.2
496c75d0 2738pod/perl593delta.pod Perl changes in version 5.9.3
41630250 2739pod/perlapio.pod Perl internal IO abstraction interface
f3a5d88c 2740pod/perlapi.pod Perl API listing (autogenerated)
41630250 2741pod/perlartistic.pod Perl Artistic License
b695f709 2742pod/perlbook.pod Perl book information
41630250
JH
2743pod/perlboot.pod Perl OO tutorial for beginners
2744pod/perlbot.pod Perl OO tricks and examples
2745pod/perlcall.pod Perl calling conventions from C
8fd8d6f4 2746pod/perlcheat.pod Perl cheat sheet
b695f709 2747pod/perlclib.pod Internal replacements for standard C library functions
41630250
JH
2748pod/perlcompile.pod Perl compiler suite intro
2749pod/perldata.pod Perl data structures
2750pod/perldbmfilter.pod Perl DBM filters
2751pod/perldebguts.pod Perl debugging guts and tips
b695f709 2752pod/perldebtut.pod Perl debugging tutorial
41630250 2753pod/perldebug.pod Perl debugging
41630250
JH
2754pod/perldiag.pod Perl diagnostic messages
2755pod/perldoc.pod Look up Perl documentation in Pod format
2756pod/perldsc.pod Perl data structures intro
b695f709 2757pod/perlebcdic.pod Considerations for running Perl on EBCDIC platforms
41630250 2758pod/perlembed.pod Perl ways to embed perl in your C or C++ application
6578b326 2759pod/perlfaq1.pod General Questions About Perl
f3a5d88c 2760pod/perlfaq2.pod Obtaining and Learning about Perl
6578b326
JH
2761pod/perlfaq3.pod Programming Tools
2762pod/perlfaq4.pod Data Manipulation
2763pod/perlfaq5.pod Files and Formats
41630250
JH
2764pod/perlfaq6.pod Regexes
2765pod/perlfaq7.pod Perl Language Issues
f3a5d88c 2766pod/perlfaq8.pod System Interaction
6578b326
JH
2767pod/perlfaq9.pod Networking
2768pod/perlfaq.pod Perl frequently asked questions
41630250
JH
2769pod/perlfilter.pod Perl source filters
2770pod/perlfork.pod Perl fork() information
2771pod/perlform.pod Perl formats
2772pod/perlfunc.pod Perl built-in functions
6477b319 2773pod/perlglossary.pod Perl Glossary
41630250
JH
2774pod/perlgpl.pod GNU General Public License
2775pod/perlguts.pod Perl internal functions for those doing extensions
b695f709 2776pod/perlhack.pod Perl hackers guide
41630250
JH
2777pod/perlhist.pod Perl history records
2778pod/perlintern.pod Perl internal functions (autogenerated)
42165d27 2779pod/perlintro.pod Perl introduction for beginners
41630250
JH
2780pod/perliol.pod C API for Perl's implementation of IO in Layers
2781pod/perlipc.pod Perl interprocess communication
2782pod/perllexwarn.pod Perl warnings and their control
2783pod/perllocale.pod Perl locale support
2784pod/perllol.pod Perl data structures: arrays of arrays
41630250 2785pod/perlmodinstall.pod Perl modules: how to install from CPAN
b695f709 2786pod/perlmodlib.PL Generate pod/perlmodlib.pod
41630250 2787pod/perlmodlib.pod Perl modules: how to write and use
f3a5d88c 2788pod/perlmod.pod Perl modules: how they work
41630250
JH
2789pod/perlmodstyle.pod Perl modules: how to write modules with style
2790pod/perlnewmod.pod Perl modules: preparing a new module for distribution
2791pod/perlnumber.pod Perl number semantics
2792pod/perlobj.pod Perl objects
41630250 2793pod/perlopentut.pod Perl open() tutorial
f3a5d88c 2794pod/perlop.pod Perl operators and precedence
41630250
JH
2795pod/perlothrtut.pod Old Perl threads tutorial
2796pod/perlpacktut.pod Perl pack() and unpack() tutorial
f3a5d88c 2797pod/perl.pod Perl overview (this section)
41630250
JH
2798pod/perlpod.pod Perl plain old documentation
2799pod/perlpodspec.pod Perl plain old documentation format specification
2800pod/perlport.pod Perl portability guide
41630250
JH
2801pod/perlref.pod Perl references, the rest of the story
2802pod/perlreftut.pod Perl references short introduction
f3a5d88c 2803pod/perlre.pod Perl regular expressions, the rest of the story
41630250
JH
2804pod/perlrequick.pod Perl regular expressions quick start
2805pod/perlreref.pod Perl regular expressions quick reference
2806pod/perlretut.pod Perl regular expressions tutorial
2807pod/perlrun.pod Perl execution and options
2808pod/perlsec.pod Perl security
2809pod/perlstyle.pod Perl style guide
2810pod/perlsub.pod Perl subroutines
2811pod/perlsyn.pod Perl syntax
2812pod/perlthrtut.pod Perl threads tutorial
2813pod/perltie.pod Perl objects hidden behind simple variables
2814pod/perltoc.pod Perl documentation table of contents
2815pod/perltodo.pod Perl things to do
2816pod/perltooc.pod Perl OO tutorial, part 2
2817pod/perltoot.pod Perl OO tutorial, part 1
2818pod/perltrap.pod Perl traps for the unwary
2819pod/perlunicode.pod Perl Unicode support
2820pod/perluniintro.pod Perl Unicode introduction
2821pod/perlutil.pod utilities packaged with the Perl distribution
2822pod/perlvar.pod Perl predefined variables
2823pod/perlxs.pod Perl XS application programming interface
2824pod/perlxstut.pod Perl XS tutorial
b695f709
JH
2825pod/pod2html.PL Precursor for translator to turn pod into HTML
2826pod/pod2latex.PL Precursor for translator to turn pod into LaTeX
2827pod/pod2man.PL Precursor for translator to turn pod into manpage
2828pod/pod2text.PL Precursor for translator to turn pod into text
2829pod/pod2usage.PL Pod-Parser - print usage messages from POD docs
6578b326
JH
2830pod/podchecker.PL Pod-Parser - Pod::Checker::podchecker() CLI
2831pod/podselect.PL Pod-Parser - Pod::Select::podselect() CLI
b695f709
JH
2832pod/roffitall troff the whole man page set
2833pod/rofftoc Generate a table of contents in troff format
2834pod/splitman Splits perlfunc into multiple man pages
2835pod/splitpod Splits perlfunc into multiple pod pages
6578b326
JH
2836Policy_sh.SH Hold site-wide preferences between Configure runs.
2837Porting/apply Apply patches sent by mail
2838Porting/check83.pl Check whether we are 8.3-friendly
5649b9c9 2839Porting/checkAUTHORS.pl Check that the AUTHORS file is complete
07e9b5fe 2840Porting/checkcase.pl Check whether we are case-insensitive-fs-friendly
522c08cc 2841Porting/checkcfgvar.pl Check that config scripts define all symbols
6578b326
JH
2842Porting/checkURL.pl Check whether we have working URLs
2843Porting/checkVERSION.pl Check whether we have $VERSIONs
2844Porting/cmpVERSION.pl Compare whether two trees have changed modules
2845Porting/config_H Sample config.h
c29db1bb 2846Porting/config_h.pl Reorder config_h.SH after metaconfig
6578b326
JH
2847Porting/config.sh Sample config.sh
2848Porting/Contract Social contract for contributed modules in Perl core
e0eb806d 2849Porting/corecpan.pl Reports outdated dual-lived modules
4a656c5e 2850Porting/corelist.pl Generates data for Module::CoreList
6578b326
JH
2851Porting/curliff.pl Curliff or liff your curliffable files.
2852Porting/findrfuncs Find reentrant variants of functions used in an executable
2853Porting/findvars Find occurrences of words
2854Porting/fixCORE Find and fix modules that generate warnings
2855Porting/fixvars Find undeclared variables with C compiler and fix em
2856Porting/genlog Generate formatted changelogs by querying p4d
2857Porting/Glossary Glossary of config.sh variables
2858Porting/Maintainers Program to pretty print info in Maintainers.pl
2859Porting/Maintainers.pl Information about maintainers
2860Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
2861Porting/makemeta Create the top-level META.yml
2862Porting/makerel Release making utility
2863Porting/manicheck Check against MANIFEST
2864Porting/p4d2p Generate patch from p4 diff
2865Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc)
2866Porting/patching.pod How to report changes made to Perl
2867Porting/patchls Flexible patch file listing utility
2868Porting/pumpkin.pod Guidelines and hints for Perl maintainers
2869Porting/repository.pod How to use the Perl repository
2870Porting/sort_perldiag.pl Keep our diagnostics orderly
77c22dc1
JH
2871Porting/testall.atom Cumulative profile with Third Degree
2872Porting/thirdclean Cleanup Third Degree reports
2873Porting/valgrindpp.pl Summarize valgrind reports
b695f709 2874pp.c Push/Pop code
b695f709 2875pp_ctl.c Push/Pop code for control flow
f3a5d88c 2876pp.h Push/Pop code defs
b695f709 2877pp_hot.c Push/Pop code for heavily used opcodes
a6ec74c1 2878pp_pack.c Push/Pop code for pack/unpack
b695f709 2879pp_proto.h C++ definitions for Push/Pop code
b616daaf 2880pp_sort.c Push/Pop code for sort
f3a5d88c 2881pp.sym Push/Pop code symbols
b695f709
JH
2882pp_sys.c Push/Pop code for system interaction
2883proto.h Prototypes
6578b326
JH
2884qnx/ar QNX implementation of "ar" utility
2885qnx/cpp QNX implementation of preprocessor filter
14be35aa 2886README The Instructions
6578b326
JH
2887README.aix Perl notes for AIX
2888README.amiga Perl notes for AmigaOS
2889README.apollo Perl notes for Apollo DomainOS
2890README.beos Perl notes for BeOS
2891README.bs2000 Perl notes for POSIX-BC BS2000
2892README.ce Perl notes for WinCE
2893README.cn Perl for Simplified Chinese (in EUC-CN)
2894README.cygwin Perl notes for Cygwin
2895README.dgux Perl notes for DG/UX
2896README.dos Perl notes for DOS
2897README.epoc Perl notes for EPOC
2898README.freebsd Perl notes for FreeBSD
2899README.hpux Perl notes for HP-UX
2900README.hurd Perl notes for Hurd
2901README.irix Perl notes for Irix
2902README.jp Perl for Japanese (in EUC-JP)
2903README.ko Perl for Korean (in EUC-KR)
739c1844 2904README.linux Perl notes for Linux
6578b326
JH
2905README.machten Perl notes for Power MachTen
2906README.macos Perl notes for Mac OS (Classic)
2907README.macosx Perl notes for Mac OS X
14be35aa 2908README.micro Notes about microperl
6578b326
JH
2909README.mint Perl notes for MiNT
2910README.mpeix Perl notes for MPE/iX
2911README.netware Perl notes for NetWare
23e2b7a9 2912README.openbsd Perl notes for OpenBSD
6578b326
JH
2913README.os2 Perl notes for OS/2
2914README.os390 Perl notes for OS/390
2915README.os400 Perl notes for OS/400
2916README.plan9 Perl notes for Plan 9
f3a5d88c 2917README.qnx Perl notes for QNX
6578b326 2918README.solaris Perl notes for Solaris
27da23d5 2919README.symbian Perl notes for Symbian
6578b326
JH
2920README.tru64 Perl notes for Tru64
2921README.tw Perl for Traditional Chinese (in Big5)
2922README.uts Perl notes for UTS
2923README.vmesa Perl notes for VM/ESA
2924README.vms Perl notes for VMS
2925README.vos Perl notes for Stratus VOS
2926README.win32 Perl notes for Windows
10bc17b6
JH
2927reentr.c Reentrant interfaces
2928reentr.h Reentrant interfaces
2929reentr.pl Reentrant interfaces
b695f709
JH
2930regcomp.c Regular expression compiler
2931regcomp.h Private declarations for above
2932regcomp.pl Builder of regnodes.h
2933regcomp.sym Data for regnodes.h
9ad884cb 2934regen_lib.pl Common file routines for generator scripts
0de566d7 2935regen_perly.pl generate perly.{act,h,tab} from perly.y
f3a5d88c 2936regen.pl Run all scripts that (re)generate files
b695f709
JH
2937regexec.c Regular expression evaluator
2938regexp.h Public declarations for the above
2939regnodes.h Description of nodes of RE engine
2940run.c The interpreter loop
2941scope.c Scope entry and exit code
2942scope.h Scope entry and exit header
2943sv.c Scalar value code
2944sv.h Scalar value header
27da23d5
JH
2945symbian/bld.inf Symbian sample app build config
2946symbian/config.pl Configuration script for Symbian
2947symbian/config.sh Configuration data for Symbian
2948symbian/cwd.pl Helper code for config.pl
2949symbian/demo_pl "Archive" of demo code
d0d72822
JH
2950symbian/ext/Moped/Msg/bld.inf Demo extension build configuraion
2951symbian/ext/Moped/Msg/location.pl Demo extension script
2952symbian/ext/Moped/Msg/Msg.mmp Demo extension building
2953symbian/ext/Moped/Msg/Msg.pkg Demo extension packaging
2954symbian/ext/Moped/Msg/Msg.pm Demo extension Perl glue
2955symbian/ext/Moped/Msg/Msg.xs Demo extension code
2956symbian/ext/Moped/Msg/README Demo extension documentation
a0fd4948 2957symbian/find_writeable_data.pl Development utility
c7a4d1c0 2958symbian/hexdump.pl Helper for sisify.pl updating
27da23d5
JH
2959symbian/install.cfg Installation instructions
2960symbian/makesis.pl Installation file creator
25ca88e0
JH
2961symbian/PerlAppAif.rss Symbian app launcher code
2962symbian/PerlApp.cpp Symbian app launcher code
2963symbian/PerlApp.h Symbian app launcher header
2964symbian/PerlApp.hrh Symbian app launcher resource header
27da23d5
JH
2965symbian/PerlBase.cpp Symbian Perl base class
2966symbian/PerlBase.h Symbian Perl base class header
2967symbian/PerlBase.pod Symbian Perl base class documentation
2968symbian/PerlRecog.cpp Symbian recognizer code
2969symbian/PerlRecog.mmp Symbian recognizer build
d0d72822
JH
2970symbian/PerlUi.cpp Symbian Perl UI class
2971symbian/PerlUi.h Symbian Perl UI class header
2972symbian/PerlUi.hrh Symbian Perl UI class resource header
2973symbian/PerlUiS60.rss Symbian app launcher resource definition
2974symbian/PerlUiS80.rss Symbian app launcher resource definition
2975symbian/PerlUiUIQ.rss Symbian app launcher resource definition
c8f896e5
JH
2976symbian/PerlUtil.cpp Symbian Perl utility class
2977symbian/PerlUtil.h Symbian Perl utility class header
2978symbian/PerlUtil.pod Symbian Perl utility class documentation
27da23d5
JH
2979symbian/port.pl Helper code for config.pl
2980symbian/README ReadMe for the Symbian files
2981symbian/sanity.pl Helper code for config.pl
2982symbian/sdk.pl Helper code for config.pl
f26f4a2f 2983symbian/sisify.pl Packaging utility
27da23d5
JH
2984symbian/symbian_dll.cpp The DLL stub for Symbian
2985symbian/symbianish.h Header for Symbian
2986symbian/symbian_proto.h Prototypes for Symbian
2987symbian/symbian_stubs.c Stub routines for Symbian
2988symbian/symbian_stubs.h Stub headers for Symbian
2989symbian/symbian_utils.cpp Helper routines for Symbian
2990symbian/TODO Symbian things to do
2991symbian/uid.pl Helper code for config.pl
2992symbian/version.pl Helper code for config.pl
2993symbian/xsbuild.pl Building extensions
f3a5d88c 2994taint.c Tainting code
b695f709
JH
2995t/base/cond.t See if conditionals work
2996t/base/if.t See if if works
2997t/base/lex.t See if lexical items work
925fa5a8 2998t/base/num.t See if numbers work
b695f709
JH
2999t/base/pat.t See if pattern matching works
3000t/base/rs.t See if record-read works
3001t/base/term.t See if various terms work
3002t/cmd/elsif.t See if else-if works
3003t/cmd/for.t See if for loops work
3004t/cmd/mod.t See if statement modifiers work
3005t/cmd/subval.t See if subroutine values work
3006t/cmd/switch.t See if switch optimizations work
3007t/cmd/while.t See if while loops work
cb8340be 3008t/comp/assertions.t See if assertions work
aefc56c5 3009t/comp/asstcompat.t See if assertions::compat work
b695f709
JH
3010t/comp/bproto.t See if builtins conform to their prototypes
3011t/comp/cmdopt.t See if command optimization works
3012t/comp/colon.t See if colons are parsed correctly
3013t/comp/cpp.aux main file for cpp.t
3014t/comp/cpp.t See if C preprocessor works
3015t/comp/decl.t See if declarations work
045ac317 3016t/comp/hints.t See if %^H works
b695f709 3017t/comp/multiline.t See if multiline strings work
02c3ec76 3018t/comp/opsubs.t See if q() etc. are not parsed as functions
cb1ce608 3019t/comp/our.t Tests for our declaration
b695f709 3020t/comp/package.t See if packages work
923be969 3021t/comp/parser.t See if the parser works in edge cases
b695f709
JH
3022t/comp/proto.t See if function prototypes work
3023t/comp/redef.t See if we get correct warnings on redefined subs
3024t/comp/require.t See if require works
36bb303b 3025t/comp/script.t See if script invocation works
b695f709 3026t/comp/term.t See if more terms work
36bb303b 3027t/comp/use.t See if pragmata work
7aa207d6 3028t/comp/utf.t See if UTFs work
b695f709 3029t/harness Finer diagnostics from test suite
f3a5d88c
JH
3030thrdvar.h Per-thread variables
3031thread.h Threading header
b695f709 3032t/io/argv.t See if ARGV stuff works
42165d27 3033t/io/binmode.t See if binmode() works
d3db65ff 3034t/io/crlf.t See if :crlf works
93c2c2ec 3035t/io/crlf_through.t See if pipe passes data intact with :crlf
b695f709
JH
3036t/io/dup.t See if >& works right
3037t/io/fflush.t See if auto-flush on fork/exec/system/qx works
3038t/io/fs.t See if directory manipulations work
3039t/io/inplace.t See if inplace editing works
3040t/io/iprefix.t See if inplace editing works with prefixes
39f7a870 3041t/io/layers.t See if PerlIO layers work
b695f709 3042t/io/nargv.t See if nested ARGV stuff works
b695f709 3043t/io/openpid.t See if open works for subprocesses
f3a5d88c 3044t/io/open.t See if open works
b695f709
JH
3045t/io/pipe.t See if secure pipes work
3046t/io/print.t See if print commands work
3047t/io/read.t See if read works
0d863452 3048t/io/say.t See if say works
b695f709 3049t/io/tell.t See if file seeking works
93c2c2ec 3050t/io/through.t See if pipe passes data intact
b695f709 3051t/io/utf8.t See if file seeking works
42165d27 3052t/japh/abigail.t Obscure tests
f3a5d88c 3053t/lib/1_compile.t See if the various libraries and extensions compile
0d863452 3054t/lib/common.pl Helper for lib/{warnings,feature}.t
6477b319 3055t/lib/commonsense.t See if configuration meets basic needs
b695f709 3056t/lib/compmod.pl Helper for 1_compile.t
1a6a8453
PM
3057t/lib/compress/ZlibTestUtils.pm Compress::Zlib
3058t/lib/compress/any.pl Compress::Zlib
3059t/lib/compress/anyunc.pl Compress::Zlib
3060t/lib/compress/destroy.pl Compress::Zlib
3061t/lib/compress/generic.pl Compress::Zlib
3062t/lib/compress/merge.pl Compress::Zlib
3063t/lib/compress/multi.pl Compress::Zlib
3064t/lib/compress/newtied.pl Compress::Zlib
3065t/lib/compress/oneshot.pl Compress::Zlib
3066t/lib/compress/prime.pl Compress::Zlib
3067t/lib/compress/tied.pl Compress::Zlib
3068t/lib/compress/truncate.pl Compress::Zlib
3069t/lib/compress/zlib-generic.pl Compress::Zlib
fb59f973 3070t/lib/contains_pod.xr Pod-Parser test file
49fd6edc 3071t/lib/cygwin.t Builtin cygwin function tests
6578b326 3072t/lib/Devel/switchd.pm Module for t/run/switchd.t
2e038148 3073t/lib/Dev/Null.pm Module for testing Test::Harness
b695f709
JH
3074t/lib/dprof/test1_t Perl code profiler tests
3075t/lib/dprof/test1_v Perl code profiler tests
6578b326 3076t/lib/dprof/test2_t Perl code profiler tests
b695f709 3077t/lib/dprof/test2_v Perl code profiler tests
6578b326 3078t/lib/dprof/test3_t Perl code profiler tests
b695f709 3079t/lib/dprof/test3_v Perl code profiler tests
6578b326 3080t/lib/dprof/test4_t Perl code profiler tests
b695f709 3081t/lib/dprof/test4_v Perl code profiler tests
6578b326 3082t/lib/dprof/test5_t Perl code profiler tests
b695f709 3083t/lib/dprof/test5_v Perl code profiler tests
6578b326 3084t/lib/dprof/test6_t Perl code profiler tests
b695f709 3085t/lib/dprof/test6_v Perl code profiler tests
6578b326 3086t/lib/dprof/test7_t Perl code profiler tests
7619c85e 3087t/lib/dprof/test7_v Perl code profiler tests
6578b326 3088t/lib/dprof/test8_t Perl code profiler tests
7619c85e 3089t/lib/dprof/test8_v Perl code profiler tests
6578b326 3090t/lib/dprof/V.pm Perl code profiler tests
bc9b29db 3091t/lib/feature/err Tests for enabling/disabling err feature
0d863452
RH
3092t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature
3093t/lib/feature/say Tests for enabling/disabling say feature
3094t/lib/feature/smartmatch Tests for enabling/disabling smartmatch feature
3095t/lib/feature/switch Tests for enabling/disabling switch feature
6578b326
JH
3096t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests
3097t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests
3098t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests
3099t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests
b695f709
JH
3100t/lib/filter-util.pl See if Filter::Util::Call works
3101t/lib/h2ph.h Test header file for h2ph
3102t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
8a6cb2cb
JH
3103t/lib/locale/latin1 Part of locale.t in Latin 1
3104t/lib/locale/utf8 Part of locale.t in UTF8
a7d1454b 3105t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
7292dc67 3106t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities
a7d1454b 3107t/lib/MakeMaker/Test/Setup/Problem.pm MakeMaker test utilities
6578b326
JH
3108t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities
3109t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
3110t/lib/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
3111t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
6ae58cb5 3112t/lib/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
6578b326
JH
3113t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
3114t/lib/Math/BigRat/Test.pm Math::BigRat test helper
30e302f8 3115t/lib/NoExporter.pm Part of Test-Simple
b695f709 3116t/lib/sample-tests/bailout Test data for Test::Harness
42165d27 3117t/lib/sample-tests/bignum Test data for Test::Harness
64f57160 3118t/lib/sample-tests/bignum_many Test data for Test::Harness
b695f709
JH
3119t/lib/sample-tests/combined Test data for Test::Harness
3120t/lib/sample-tests/descriptive Test data for Test::Harness
2e038148 3121t/lib/sample-tests/die Test data for Test::Harness
42165d27
VK
3122t/lib/sample-tests/die_head_end Test data for Test::Harness
3123t/lib/sample-tests/die_last_minute Test data for Test::Harness
b695f709 3124t/lib/sample-tests/duplicates Test data for Test::Harness
42165d27
VK
3125t/lib/sample-tests/head_end Test data for Test::Harness
3126t/lib/sample-tests/head_fail Test data for Test::Harness
e4fc8a1e 3127t/lib/sample-tests/inc_taint Test data for Test::Harness
42165d27 3128t/lib/sample-tests/lone_not_bug Test data for Test::Harness
b695f709 3129t/lib/sample-tests/no_nums Test data for Test::Harness
a72fde19 3130t/lib/sample-tests/no_output Test data for Test::Harness
42165d27 3131t/lib/sample-tests/out_of_order Test data for Test::Harness
a72fde19 3132t/lib/sample-tests/segfault Test data for Test::Harness
6e5a998b 3133t/lib/sample-tests/shbang_misparse Test data for Test::Harness
e4fc8a1e 3134t/lib/sample-tests/simple Test data for Test::Harness
2e038148
NC
3135t/lib/sample-tests/simple_fail Test data for Test::Harness
3136t/lib/sample-tests/skip Test data for Test::Harness
e4fc8a1e 3137t/lib/sample-tests/skipall Test data for Test::Harness
2e038148 3138t/lib/sample-tests/skipall_nomsg Test data for Test::Harness
f3a5d88c 3139t/lib/sample-tests/skip_nomsg Test data for Test::Harness
0bf5423d 3140t/lib/sample-tests/switches Test data for Test::Harness
42165d27 3141t/lib/sample-tests/taint Test data for Test::Harness
e4fc8a1e 3142t/lib/sample-tests/taint_warn Test data for Test::Harness
e4fc8a1e 3143t/lib/sample-tests/todo Test data for Test::Harness
2e038148 3144t/lib/sample-tests/todo_inline Test data for Test::Harness
a72fde19 3145t/lib/sample-tests/too_many Test data for Test::Harness
42165d27 3146t/lib/sample-tests/vms_nit Test data for Test::Harness
b695f709 3147t/lib/sample-tests/with_comments Test data for Test::Harness
8a6cb2cb
JH
3148t/lib/strict/refs Tests of "use strict 'refs'" for strict.t
3149t/lib/strict/subs Tests of "use strict 'subs'" for strict.t
3150t/lib/strict/vars Tests of "use strict 'vars'" for strict.t
6578b326
JH
3151t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple
3152t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t
3153t/lib/Test/Simple/sample_tests/death.plx for exit.t
5143c659 3154t/lib/Test/Simple/sample_tests/exit.plx for exit.t
6578b326
JH
3155t/lib/Test/Simple/sample_tests/extras.plx for exit.t
3156t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t
3157t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t
3158t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t
3159t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t
3160t/lib/Test/Simple/sample_tests/require.plx for exit.t
3161t/lib/Test/Simple/sample_tests/success.plx for exit.t
b1ddf169 3162t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t
6477b319 3163t/lib/Test/Simple/sample_tests/too_few.plx for exit.t
6578b326
JH
3164t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t
3165t/lib/TieIn.pm Testing library for dummy input handles
3166t/lib/TieOut.pm Testing library to capture prints
3167t/lib/warnings/1global Tests of global warnings for warnings.t
3168t/lib/warnings/2use Tests for "use warnings" for warnings.t
8a6cb2cb 3169t/lib/warnings/3both Tests for interaction of $^W and "use warnings"
6578b326
JH
3170t/lib/warnings/4lint Tests for -W switch
3171t/lib/warnings/5nolint Tests for -X switch
8a6cb2cb 3172t/lib/warnings/6default Tests default warnings
6578b326
JH
3173t/lib/warnings/7fatal Tests fatal warnings
3174t/lib/warnings/8signal Tests warnings + __WARN__ and __DIE__
3175t/lib/warnings/9enabled Tests warnings
29489e7c 3176t/lib/warnings/9uninit Tests "Use of uninitialized" warnings
6578b326 3177t/lib/warnings/av Tests for av.c for warnings.t
8a6cb2cb
JH
3178t/lib/warnings/doio Tests for doio.c for warnings.t
3179t/lib/warnings/doop Tests for doop.c for warnings.t
3180t/lib/warnings/gv Tests for gv.c for warnings.t
3181t/lib/warnings/hv Tests for hv.c for warnings.t
3182t/lib/warnings/malloc Tests for malloc.c for warnings.t
3183t/lib/warnings/mg Tests for mg.c for warnings.t
3184t/lib/warnings/op Tests for op.c for warnings.t
f21d7107 3185t/lib/warnings/pad Tests for pad.c for warnings.t
8a6cb2cb
JH
3186t/lib/warnings/perl Tests for perl.c for warnings.t
3187t/lib/warnings/perlio Tests for perlio.c for warnings.t
3188t/lib/warnings/perly Tests for perly.y for warnings.t
3189t/lib/warnings/pp Tests for pp.c for warnings.t
3190t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t
3191t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t
533367d8 3192t/lib/warnings/pp_pack Tests for pp_pack.c for warnings.t
8a6cb2cb
JH
3193t/lib/warnings/pp_sys Tests for pp_sys.c for warnings.t
3194t/lib/warnings/regcomp Tests for regcomp.c for warnings.t
3195t/lib/warnings/regexec Tests for regexec.c for warnings.t
3196t/lib/warnings/run Tests for run.c for warnings.t
3197t/lib/warnings/sv Tests for sv.c for warnings.t
3198t/lib/warnings/taint Tests for taint.c for warnings.t
3199t/lib/warnings/toke Tests for toke.c for warnings.t
3200t/lib/warnings/universal Tests for universal.c for warnings.t
3201t/lib/warnings/utf8 Tests for utf8.c for warnings.t
3202t/lib/warnings/util Tests for util.c for warnings.t
6578b326 3203Todo.micro The Wishlist for microperl
f3a5d88c 3204toke.c The tokener
6578b326 3205t/op/64bitint.t See if 64 bit integers work
25b77ca9 3206t/op/alarm.t See if alarm works
b695f709
JH
3207t/op/anonsub.t See if anonymous subroutines work
3208t/op/append.t See if . works
3209t/op/args.t See if operations on @_ work
3210t/op/arith.t See if arithmetic works
3211t/op/array.t See if array operations work
3212t/op/assignwarn.t See if OP= operators warn correctly for undef targets
3213t/op/attrs.t See if attributes on declarations work
3214t/op/auto.t See if autoincrement et all work
3215t/op/avhv.t See if pseudo-hashes work
3216t/op/bless.t See if bless works
3217t/op/bop.t See if bitops work
07b8c804 3218t/op/caller.t See if caller() works
b695f709 3219t/op/chars.t See if character escapes work
42165d27 3220t/op/chdir.t See if chdir works
b695f709 3221t/op/chop.t See if chop works
646ca15d 3222t/op/chr.t See if chr works
b695f709
JH
3223t/op/closure.t See if closures work
3224t/op/cmp.t See if the various string and numeric compare work
3225t/op/concat.t See if string concatenation works
3226t/op/cond.t See if conditional expressions work
3227t/op/context.t See if context propagation works
c0222185 3228t/op/cproto.t Check builtin prototypes
85c16d83 3229t/op/crypt.t See if crypt works
b695f709
JH
3230t/op/defins.t See if auto-insert of defined() works
3231t/op/delete.t See if delete works
b695f709 3232t/op/die_exit.t See if die and exit status interaction works
f3a5d88c 3233t/op/die.t See if die works
c963b151 3234t/op/dor.t See if defined-or (//) works
f3a5d88c 3235t/op/do.t See if subroutines work
b695f709
JH
3236t/op/each.t See if hash iterators work
3237t/op/eval.t See if eval operator works
3238t/op/exec.t See if exec and system work
3239t/op/exists_sub.t See if exists(&sub) works
3240t/op/exp.t See if math functions work
3241t/op/fh.t See if filehandles work
3242t/op/filetest.t See if file tests work
3243t/op/flip.t See if range operator works
3244t/op/fork.t See if fork works
4d76a344 3245t/op/getpid.t See if $$ and getppid work with threads
098f0b12 3246t/op/getppid.t See if getppid works
b695f709
JH
3247t/op/glob.t See if <*> works
3248t/op/gmagic.t See if GMAGIC works
3249t/op/goto.t See if goto works
3250t/op/goto_xs.t See if "goto &sub" works on XSUBs
3251t/op/grent.t See if getgr*() functions work
3252t/op/grep.t See if grep() and map() work
3253t/op/groups.t See if $( works
3254t/op/gv.t See if typeglobs work
677fb045 3255t/op/hashassign.t See if hash assignments work
2e038148 3256t/op/hash.t See if the complexity attackers are repelled
b695f709 3257t/op/hashwarn.t See if warnings for bad hash assignments work
e5d18500 3258t/op/inccode.t See if coderefs work in @INC
f3a5d88c 3259t/op/inc.t See if inc/dec of integers near 32 bit limit work
b695f709
JH
3260t/op/index.t See if index works
3261t/op/int.t See if int works
3262t/op/join.t See if join works
b0f2b690 3263t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
3a2263fe 3264t/op/lc_user.t See if user-defined lc et alia work
b695f709
JH
3265t/op/length.t See if length works
3266t/op/lex_assign.t See if ops involving lexicals or pad temps work
3267t/op/lfs.t See if large files work for perlio
3268t/op/list.t See if array lists work
82d03984 3269t/op/localref.t See if local ${deref} works
f3a5d88c 3270t/op/local.t See if local works
b695f709
JH
3271t/op/loopctl.t See if next/last/redo work
3272t/op/lop.t See if logical operators work
3273t/op/magic.t See if magic variables work
3274t/op/method.t See if method calls work
b695f709 3275t/op/mkdir.t See if mkdir works
d61fd583 3276t/op/mydef.t See if "my $_" works
b695f709 3277t/op/my_stash.t See if my Package works
f3a5d88c 3278t/op/my.t See if lexical scoping works
0bf60e43 3279t/op/negate.t See if unary minus works
6477b319 3280t/op/not.t See if not works
b695f709
JH
3281t/op/numconvert.t See if accessing fields does not change numeric values
3282t/op/oct.t See if oct and hex work
3283t/op/ord.t See if ord works
f3a5d88c 3284t/op/or.t See if || works in weird situations
b695f709
JH
3285t/op/override.t See if operator overriding works
3286t/op/pack.t See if pack and unpack work
3287t/op/pat.t See if esoteric patterns work
3288t/op/pos.t See if pos works
58d76dfd 3289t/op/pow.t See if ** works
b695f709
JH
3290t/op/push.t See if push and pop work
3291t/op/pwent.t See if getpw*() functions work
a4c04bdc 3292t/op/qq.t See if qq works
b695f709
JH
3293t/op/quotemeta.t See if quotemeta works
3294t/op/rand.t See if rand works
3295t/op/range.t See if .. works
b695f709 3296t/op/readdir.t See if readdir() works
28701729 3297t/op/readline.t See if <> / readline / rcatline work
f3a5d88c 3298t/op/read.t See if read() works
b695f709
JH
3299t/op/recurse.t See if deep recursion works
3300t/op/ref.t See if refs and objects work
b695f709 3301t/op/regexp_noamp.t See if regular expressions work with optimizations
a3621e74 3302t/op/regexp_notrie.t See if regular expressions work without trie optimisation
28905b57 3303t/op/regexp_qr_embed.t See if regular expressions work with embedded qr//
6477b319 3304t/op/regexp_qr.t See if regular expressions work as qr//
ee3a5e30 3305t/op/regexp.t See if regular expressions work
496c75d0 3306t/op/regexp_trielist.t See if regular expressions work with trie optimisation
b695f709
JH
3307t/op/regmesg.t See if one can get regular expression errors
3308t/op/repeat.t See if x operator works
f3a5d88c 3309t/op/re_tests Regular expressions for regexp.t
b695f709
JH
3310t/op/reverse.t See if reverse operator works
3311t/op/runlevel.t See if die() works from perl_call_*()
3312t/op/sleep.t See if sleep works
0d863452 3313t/op/smartmatch.t See if the ~~ operator works
b695f709
JH
3314t/op/sort.t See if sort works
3315t/op/splice.t See if splice works
3316t/op/split.t See if split works
1d917b39 3317t/op/sprintf2.t See if sprintf works
2e038148 3318t/op/sprintf.t See if sprintf works
42165d27 3319t/op/srand.t See if srand works
729c079f 3320t/op/sselect.t See if 4 argument select works
6b78add2 3321t/op/stash.t See if %:: stashes work
b695f709
JH
3322t/op/stat.t See if stat works
3323t/op/study.t See if study works
41630250 3324t/op/sub_lval.t See if lvalue subroutines work
b695f709 3325t/op/subst_amp.t See if $&-related substitution works
41630250 3326t/op/substr.t See if substr works
f3a5d88c
JH
3327t/op/subst.t See if substitution works
3328t/op/subst_wamp.t See if substitution works with $& present
2e038148 3329t/op/sub.t See if subroutines work
0d863452 3330t/op/switch.t See if switches (given/when) work
b695f709
JH
3331t/op/sysio.t See if sysread and syswrite work
3332t/op/taint.t See if tainting works
f935b2f6 3333t/op/threads.t Misc. tests for perl features with threads
b695f709
JH
3334t/op/tiearray.t See if tie for arrays works
3335t/op/tiehandle.t See if tie for handles works
f3a5d88c 3336t/op/tie.t See if tie/untie functions work
b695f709
JH
3337t/op/time.t See if time functions work
3338t/op/tr.t See if tr works
3339t/op/undef.t See if undef works
3340t/op/universal.t See if UNIVERSAL class works
3341t/op/unshift.t See if unshift works
3342t/op/utf8decode.t See if UTF-8 decoding works
cb0a5b5c 3343t/op/utfhash.t See if utf8 keys in hashes behave
d0ea2801 3344t/op/utftaint.t See if utf8 and taint work together
b695f709
JH
3345t/op/vec.t See if vectors work
3346t/op/ver.t See if v-strings and the %v format flag work
3347t/op/wantarray.t See if wantarray works
3348t/op/write.t See if write works (formats work)
d44161bf 3349t/perl.supp Perl valgrind suppressions
b695f709
JH
3350t/pod/emptycmd.t Test empty pod directives
3351t/pod/emptycmd.xr Expected results for emptycmd.t
3352t/pod/find.t See if Pod::Find works
3353t/pod/for.t Test =for directive
3354t/pod/for.xr Expected results for for.t
3355t/pod/headings.t Test =head directives
3356t/pod/headings.xr Expected results for headings.t
b695f709
JH
3357t/pod/included.t Test =include directive
3358t/pod/included.xr Expected results for included.t
f3a5d88c
JH
3359t/pod/include.t Test =include directive
3360t/pod/include.xr Expected results for include.t
b695f709
JH
3361t/pod/lref.t Test L<...> sequences
3362t/pod/lref.xr Expected results for lref.t
3363t/pod/multiline_items.t Test multiline =items
ab96e004 3364t/pod/multiline_items.xr Expected results for multiline_items.t
b695f709
JH
3365t/pod/nested_items.t Test nested =items
3366t/pod/nested_items.xr Expected results for nested_items.t
3367t/pod/nested_seqs.t Test nested interior sequences
3368t/pod/nested_seqs.xr Expected results for nested_seqs.t
3369t/pod/oneline_cmds.t Test single paragraph ==cmds
3370t/pod/oneline_cmds.xr Expected results for oneline_cmds.t
3371t/pod/plainer.t Test Pod::Plainer
7b47f8ec 3372t/pod/pod2usage2.t Test Pod::Usage
6477b319 3373t/pod/pod2usage.t Test Pod::Usage
6578b326 3374t/pod/pod2usage.xr Expected results for pod2usage.t
b695f709 3375t/pod/poderrs.t Test POD errors
ab96e004 3376t/pod/poderrs.xr Expected results for poderrs.t
b695f709
JH
3377t/pod/podselect.t Test Pod::Select
3378t/pod/podselect.xr Expected results for podselect.t
3379t/pod/special_seqs.t Test "special" interior sequences
ab96e004 3380t/pod/special_seqs.xr Expected results for special_seqs.t
b695f709 3381t/pod/testcmp.pl Module to compare output against expected results
6578b326 3382t/pod/testp2pt.pl Module to test Pod::PlainText for a given file
b695f709
JH
3383t/pod/testpchk.pl Module to test Pod::Checker for a given file
3384t/pod/testpods/lib/Pod/Stuff.pm Sample data for find.t
6578b326 3385t/README Instructions for regression tests
42165d27
VK
3386t/run/exit.t Test perl's exit status.
3387t/run/fresh_perl.t Tests that require a fresh perl.
d11311f7 3388t/run/noswitch.t Test aliasing ARGV for other switch tests
43c344fe 3389t/run/runenv.t Test if perl honors its environment variables.
800633c3 3390t/run/switch0.t Test the -0 switch
d11311f7 3391t/run/switcha.t Test the -a switch
6578b326
JH
3392t/run/switch_A.t Test the -A switch
3393t/run/switchC.t Test the -C switch
031922a8 3394t/run/switchd.t Test the -d switch
feafb1eb 3395t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
48c4c863 3396t/run/switchF1.t Pathological tests for the -F switch
df344c0f 3397t/run/switchF.t Test the -F switch
f3a5d88c 3398t/run/switchI.t Test the -I switch
6578b326
JH
3399t/run/switchn.t Test the -n switch
3400t/run/switchp.t Test the -p switch
f3a5d88c 3401t/run/switchPx.aux Data for switchPx.t
6578b326
JH
3402t/run/switchPx.t Test the -Px combination
3403t/run/switcht.t Test the -t switch
42165d27
VK
3404t/run/switchx.aux Data for switchx.t
3405t/run/switchx.t Test the -x switch
6578b326
JH
3406t/TEST The regression tester
3407t/TestInit.pm Preamble library for core tests
69026470 3408t/test.pl Simple testing library
e49298ea 3409t/uni/case.pl See if Unicode casing works
a6aa349d 3410t/uni/chomp.t See if Unicode chomp works
bac0b425 3411t/uni/class.t See if Unicode classes work (\p)
9f3d340b 3412t/uni/fold.t See if Unicode folding works
e49298ea 3413t/uni/lower.t See if Unicode casing works
9f3d340b 3414t/uni/sprintf.t See if Unicode sprintf works
e49298ea 3415t/uni/title.t See if Unicode casing works
f3a5d88c 3416t/uni/tr_7jis.t See if Unicode tr/// works
6578b326 3417t/uni/tr_eucjp.t See if Unicode tr/// works
0d55c8f7
DK
3418t/uni/tr_sjis.t See if Unicode tr/// works
3419t/uni/tr_utf8.t See if Unicode tr/// works
e49298ea 3420t/uni/upper.t See if Unicode casing works
78da4d13 3421t/uni/write.t See if Unicode formats work
95015c6e 3422t/win32/getosversion.t Test if Win32::GetOSVersion() works
bb27e7b6 3423t/win32/longpath.t Test if Win32::GetLongPathName() works
f22ee660 3424t/win32/system.t See if system works in Win*
946f19ad 3425t/win32/system_tests Test runner for system.t
939256b9 3426t/x2p/s2p.t See if s2p/psed work
b695f709
JH
3427uconfig.h Configuration header for microperl
3428uconfig.sh Configuration script for microperl
3429universal.c The default UNIVERSAL package methods
3430unixish.h Defines that are assumed on Unix
3431utf8.c Unicode routines
f3a5d88c 3432utf8.h Unicode header
6578b326 3433utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
b695f709
JH
3434util.c Utility routines
3435util.h Dummy header
f3a5d88c 3436utils/c2ph.PL program to translate dbx stabs to perl
54771849 3437utils/corelist.PL Module::CoreList
6578b326 3438utils/cpan.PL easily interact with CPAN from the command line
b695f709 3439utils/dprofpp.PL Perl code profile post-processor
5d437a65 3440utils/enc2xs.PL Encode module generator
b695f709
JH
3441utils/h2ph.PL A thing to turn C .h files into perl .ph files
3442utils/h2xs.PL Program to make .xs files from C header files
a55f9fbc 3443utils/instmodsh.PL Give information about installed extensions
b695f709 3444utils/libnetcfg.PL libnet
f3a5d88c 3445utils.lst Lists utilities bundled with Perl
6578b326 3446utils/Makefile Extract the utility scripts
b695f709
JH
3447utils/perlbug.PL A simple tool to submit a bug report
3448utils/perlcc.PL Front-end for compiler
3449utils/perldoc.PL A simple tool to find & display perl's documentation
cdf8b154 3450utils/perlivp.PL installation verification procedure
ce28de53 3451utils/piconv.PL iconv(1), reinvented in perl
b695f709 3452utils/pl2pm.PL A pl to pm translator
e4fc8a1e 3453utils/prove.PL The prove harness utility
291d3373 3454utils/ptar.PL The ptar utility
34171394 3455utils/shasum.PL filter for computing SHA digests (analogous to md5sum)
b695f709 3456utils/splain.PL Stand-alone version of diagnostics.pm
a55f9fbc 3457utils/xsubpp.PL External subroutine preprocessor
c89df6bf