xref: /openbsd-src/gnu/usr.bin/perl/MANIFEST (revision 103c904c67a68b2343cdd6db8982cb0471943127)
1.dir-locals.el				Emacs control file
2.editorconfig				EditorConfig style file
3.metaconf-exclusions.txt		Symbols that should ignored when generating Configure
4Artistic				The "Artistic License"
5asan_ignore				Errors to skip under clang's Addresss Sanitizer
6AUTHORS					Contact info for contributors
7autodoc.pl				Creates pod/perlintern.pod and pod/perlapi.pod
8av.c					Array value code
9av.h					Array value header
10builtin.c				Functions in the builtin:: namespace
11caretx.c				C file to create $^X
12cflags.SH				A script that emits C compilation flags per file
13Changes					Describe how to peruse changes between releases
14charclass_invlists.h			Compiled-in inversion lists
15class.c					Internals of the `use feature 'class'` object system
16CODE_OF_CONDUCT.md			Information on where to find the Standards of Conduct
17config.over				Site-specific overrides for Configure defaults
18config_h.SH				Produces config.h
19configpm				Produces lib/Config.pm
20Configure				Portability tool
21configure.com				Configure-equivalent for VMS
22configure.gnu				Crude emulation of GNU configure
23cop.h					Control operator header
24Copying					The GNU General Public License
25cv.h					Code value header
26deb.c					Debugging routines
27doio.c					I/O operations
28doop.c					Support code for various operations
29dosish.h				Some defines for MS/DOSish machines
30dquote.c				Functions for double quotish contexts
31dump.c					Debugging output
32ebcdic_tables.h				Generated tables included in utfebcdic.h
33embed.fnc				Database used by embed.pl
34embed.h					Maps symbols to safer names
35embedvar.h				C namespace management
36EXTERN.h				Included before foreign .h files
37fakesdio.h				stdio in terms of PerlIO
38feature.h				Feature header
39form.h					Public declarations for formats
40generate_uudmap.c			Generate uudmap.h, the uuencode decoding map
41git_version.h				Pre-generated git_version.h for OpenBSD
42globals.c				File to declare global symbols (for shared library)
43globvar.sym				Global variables that need hiding when embedded
44gv.c					Glob value code
45gv.h					Glob value header
46handy.h					Handy definitions
47hv.c					Hash value code
48hv.h					Hash value header
49hv_func.h				Hash value static inline function header
50hv_macro.h				Macros used by hv_func.h
51inline.h				Static inline functions
52INSTALL					Detailed installation instructions
53install_lib.pl				functions shared between install* scripts
54installhtml				Perl script to install html files for pods
55installman				Perl script to install man pages for pods
56installperl				Perl script to do "make install" dirty work
57INTERN.h				Included before domestic .h files
58intrpvar.h				Variables held in each interpreter instance
59invlist_inline.h			Inline functions for handling inversion lists
60iperlsys.h				Perl's interface to the system
61keywords.c				Perl_keyword(), generated by regen/keywords.pl
62keywords.h				The keyword numbers
63l1_char_class_tab.h			256 word bit table of character classes (for handy.h)
64locale.c				locale-specific utility functions
65locale_table.h				header for locale.c
66make_ext.pl				Used by Makefile to execute extension Makefiles
67make_patchnum.pl			Script to generate git_version.h and lib/Config_git.pl files for all OS'es
68makedef.pl				Create symbol export lists for linking
69makedepend.SH				Precursor to makedepend
70makedepend_file.SH			Precursor to makedepend_file
71Makefile.SH				A script that generates Makefile
72malloc.c				A version of malloc you might not want
73malloc_ctl.h				A version of malloc you might not want
74MANIFEST				This list of files
75mathoms.c				A home for binary-compatible code artifacts
76META.json				Distribution meta-data in JSON
77META.yml				Distribution meta-data in YAML
78metaconfig.h				Control file for the metaconfig process
79metaconfig.SH				Control file for the metaconfig process
80mg.c					Magic code
81mg.h					Magic header
82mg_names.inc				Generated magic names used by dump.c
83mg_raw.h				Generated magic data used by generate_uudmap.c
84mg_vtable.h				Generated magic vtable data
85miniperlmain.c				Basic perl w/o dynamic loading or extensions
86mkppport				A script that distributes ppport.h
87mkppport.lst				List of extensions that need a ppport.h
88mro_core.c				Method Resolution Order code
89myconfig.SH				Prints summary of the current configuration
90mydtrace.h				Support for optional DTrace probes
91nostdio.h				Cause compile error on stdio calls
92numeric.c				Miscellaneous numeric conversion routines
93op.c					Opcode syntax tree code
94op.h					Opcode syntax tree header
95op_reg_common.h				Common parts of op.h, regexp.h header
96opcode.h				Automatically generated opcode header
97opnames.h				Automatically generated opcode header
98overload.h				generated overload enum (public)
99overload.inc				generated overload name table (implementation)
100PACKAGING				notes and best practice for packaging perl 5
101packsizetables.inc			The generated packprops array used in pp_pack.c
102pad.c					Scratchpad functions
103pad.h					Scratchpad headers
104parser.h				parser object header
105patchlevel.h				The current patch level of perl
106peep.c					The peephole optimizer and optree finalizer
107perl.c					main()
108perl.h					Global declarations
109perl_inc_macro.h			macro used to set \@INC using S_incpush_use_sep
110perl_langinfo.h				Perl's version of <langinfo.h>
111perl_siphash.h				Implementation of SipHash
112perlapi.h				Empty backwards-compat include
113perldtrace.d				D script for Perl probes
114perlio.c				C code for PerlIO abstraction
115perlio.h				PerlIO abstraction
116perlio.sym				Symbols for PerlIO abstraction
117perliol.h				PerlIO Layer definition
118perlsdio.h				Fake stdio using perlio
119perlstatic.h				Like inline.h, but functions not declared inline
120perlvars.h				Global variables
121perly.act				parser actions; derived from perly.y
122perly.c					parser code (NOT derived from perly.y)
123perly.h					header file for perly.c; derived from perly.y
124perly.tab				parser state tables; derived from perly.y
125perly.y					Yacc grammar for perl
126Policy_sh.SH				Hold site-wide preferences between Configure runs.
127pp.c					Push/Pop code
128pp.h					Push/Pop code defs
129pp_ctl.c				Push/Pop code for control flow
130pp_hot.c				Push/Pop code for heavily used opcodes
131pp_pack.c				Push/Pop code for pack/unpack
132pp_proto.h				C++ definitions for Push/Pop code
133pp_sort.c				Push/Pop code for sort
134pp_sys.c				Push/Pop code for system interaction
135proto.h					Prototypes
136README					The Instructions
137README.aix				Perl notes for AIX
138README.amiga				Perl notes for AmigaOS
139README.android				Perl notes for Android
140README.bs2000				Perl notes for POSIX-BC BS2000
141README.cn				Perl for Simplified Chinese (in UTF-8)
142README.cygwin				Perl notes for Cygwin
143README.freebsd				Perl notes for FreeBSD
144README.haiku				Perl notes for Haiku
145README.hpux				Perl notes for HP-UX
146README.hurd				Perl notes for Hurd
147README.irix				Perl notes for Irix
148README.jp				Perl for Japanese (in EUC-JP)
149README.ko				Perl for Korean (in EUC-KR)
150README.linux				Perl notes for Linux
151README.macosx				Perl notes for Mac OS X
152README.openbsd				Perl notes for OpenBSD
153README.os2				Perl notes for OS/2
154README.os390				Perl notes for OS/390
155README.os400				Perl notes for OS/400
156README.plan9				Perl notes for Plan 9
157README.qnx				Perl notes for QNX
158README.riscos				Perl notes for RISC OS
159README.solaris				Perl notes for Solaris
160README.synology				Perl notes for Synology
161README.tru64				Perl notes for Tru64
162README.tw				Perl for Traditional Chinese (in Big5)
163README.vms				Notes about installing the VMS port
164README.vos				Perl notes for Stratus VOS
165README.win32				Perl notes for Windows
166reentr.c				Reentrant interfaces
167reentr.h				Reentrant interfaces
168regcharclass.h				Generated by regen/regcharclass.pl
169regcomp.c				Regular expression compiler
170regcomp.h				Private declarations for above
171regcomp.sym				Data for regnodes.h
172regcomp_debug.c				Regular expression compiler debug code
173regcomp_internal.h			Internal stuff for regex compiler
174regcomp_invlist.c			Invlist logic for regular expression engine
175regcomp_study.c				Optimizer for regular expression compiler
176regcomp_trie.c				Trie logic for regular expression compiler
177regen.pl				Run all scripts that (re)generate files
178regen_perly.pl				generate perly.{act,h,tab} from perly.y
179regexec.c				Regular expression evaluator
180regexp.h				Public declarations for the above
181reginline.h				Inline subs for the RE engine.
182regnodes.h				Description of nodes of the RE engine
183run.c					The interpreter loop
184runtests.SH				A script that generates runtests
185sbox32_hash.h				SBox hash code (32 Bit SBOX based hash function)
186scope.c					Scope entry and exit code
187scope.h					Scope entry and exit header
188scope_types.h				Types used to manage the save stack
189SECURITY.md				Add Security Policy for GitHub
190sv.c					Scalar value code
191sv.h					Scalar value header
192sv_inline.h				Perl_newSV_type and required defs
193taint.c					Tainting code
194TestInit.pm				Preamble library for tests
195thread.h				Threading header
196time64.c				64 bit clean time.h (code)
197time64.h				64 bit clean time.h (header)
198time64_config.h				64 bit clean time.h (configuration)
199toke.c					The tokener
200uni_keywords.h				Map unicode property names to numbers
201unicode_constants.h			compile-time macros for Unicode code points
202universal.c				The default UNIVERSAL package methods
203unixish.h				Defines that are assumed on Unix
204utf8.c					Unicode routines
205utf8.h					Unicode header
206utfebcdic.h				Unicode on EBCDIC (UTF-EBCDIC, tr16) header
207util.c					Utility routines
208util.h					Dummy header
209utils.lst				Lists utilities bundled with Perl
210vutil.c					Version object C functions
211vutil.h					Version object headers
212vxs.inc					Version object XS methods
213warnings.h				The warning numbers
214write_buildcustomize.pl			Generate lib/buildcustomize.pl
215XSUB.h					Include file for extension subroutines
216zaphod32_hash.h				Zaphod32 hash code (32 bit fast hash function)
217amigaos4/amigaio.c			AmigaOS4 port
218amigaos4/amigaio.h			AmigaOS4 port
219amigaos4/amigaos.c			AmigaOS4 port
220amigaos4/amigaos.h			AmigaOS4 port
221amigaos4/config.sh			AmigaOS4 config
222cpan/.dir-locals.el			Emacs control file
223cpan/Archive-Tar/bin/ptar					the ptar utility
224cpan/Archive-Tar/bin/ptardiff					the ptardiff utility
225cpan/Archive-Tar/bin/ptargrep					the ptardiff utility
226cpan/Archive-Tar/lib/Archive/Tar.pm				Archive::Tar
227cpan/Archive-Tar/lib/Archive/Tar/Constant.pm			Archive::Tar
228cpan/Archive-Tar/lib/Archive/Tar/File.pm			Archive::Tar
229cpan/Archive-Tar/t/01_use.t					Archive::Tar tests
230cpan/Archive-Tar/t/02_methods.t					Archive::Tar tests
231cpan/Archive-Tar/t/03_file.t					Archive::Tar tests
232cpan/Archive-Tar/t/04_resolved_issues.t				Archive::Tar tests
233cpan/Archive-Tar/t/05_iter.t					Archive::Tar tests
234cpan/Archive-Tar/t/06_error.t					Archive::Tar tests
235cpan/Archive-Tar/t/08_ptargrep.t				Test file related to Archive::Tar
236cpan/Archive-Tar/t/09_roundtrip.t				Test file related to Archive::Tar
237cpan/Archive-Tar/t/99_pod.t					Archive::Tar tests
238cpan/Archive-Tar/t/src/header/signed.tar			Archive::Tar tests
239cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar	Archive::Tar tests
240cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar		Archive::Tar tests
241cpan/Archive-Tar/t/src/long/b					Archive::Tar tests
242cpan/Archive-Tar/t/src/long/bar.tar				Archive::Tar tests
243cpan/Archive-Tar/t/src/long/foo.tbz				Archive::Tar tests
244cpan/Archive-Tar/t/src/long/foo.tgz				Archive::Tar tests
245cpan/Archive-Tar/t/src/long/prefix-directory-concat.tar		Archive-Tar
246cpan/Archive-Tar/t/src/short/b					Archive::Tar tests
247cpan/Archive-Tar/t/src/short/bar.tar				Archive::Tar tests
248cpan/Archive-Tar/t/src/short/foo.tbz				Archive::Tar tests
249cpan/Archive-Tar/t/src/short/foo.tgz				Archive::Tar tests
250cpan/autodie/lib/autodie.pm				Functions succeed or die with lexical scope
251cpan/autodie/lib/autodie/exception.pm			Exception class for autodie
252cpan/autodie/lib/autodie/exception/system.pm		Exception class for autodying system()
253cpan/autodie/lib/autodie/hints.pm			Hinting interface for autodie
254cpan/autodie/lib/autodie/Scope/Guard.pm			Module related to autodie
255cpan/autodie/lib/autodie/Scope/GuardStack.pm		Module related to autodie
256cpan/autodie/lib/autodie/skip.pm			Module related to autodie
257cpan/autodie/lib/autodie/Util.pm			Module related to autodie
258cpan/autodie/lib/Fatal.pm				Make errors in functions/builtins fatal
259cpan/autodie/t/00-load.t				autodie - basic load
260cpan/autodie/t/args.t					Test file related to autodie
261cpan/autodie/t/autodie.t				autodie - Basic functionality
262cpan/autodie/t/autodie_skippy.pm			Module related to autodie
263cpan/autodie/t/autodie_test_module.pm			autodie - test helper
264cpan/autodie/t/backcompat.t				autodie - More Fatal backcompat
265cpan/autodie/t/basic_exceptions.t			autodie - Basic exception tests
266cpan/autodie/t/binmode.t				autodie - Binmode testing
267cpan/autodie/t/blog_hints.t				autodie - Tests fro PJF's blog
268cpan/autodie/t/caller.t					autodie - Caller diagnostics
269cpan/autodie/t/chmod.t					Test file related to autodie
270cpan/autodie/t/chown.t					Test file related to autodie
271cpan/autodie/t/context.t				autodie - Context clobbering tests
272cpan/autodie/t/context_lexical.t			autodie - Context clobbering lexically
273cpan/autodie/t/core-trampoline-slurp.t			Test file related to autodie
274cpan/autodie/t/crickey.t				autodie - Like an Australian
275cpan/autodie/t/dbmopen.t				autodie - dbm tests
276cpan/autodie/t/eval_error.t				Test file related to autodie
277cpan/autodie/t/exception_class.t			autodie - Exception class subclasses
278cpan/autodie/t/exception_nonref.t			Test file related to autodie
279cpan/autodie/t/exceptions-smartmatch.t			autodie
280cpan/autodie/t/exec.t					autodie - exec tests.
281cpan/autodie/t/Fatal.t					autodie - Fatal backcompatibility
282cpan/autodie/t/filehandles.t				autodie - filehandle tests
283cpan/autodie/t/fileno.t					autodie - fileno tests
284cpan/autodie/t/flock.t					autodie - File locking tests
285cpan/autodie/t/format-clobber.t				autodie - Don't clobber scalars
286cpan/autodie/t/hints.t					autodie - Test hints interface
287cpan/autodie/t/hints_insist.t				autodie - Test hints insistance
288cpan/autodie/t/hints_pod_examples.t			autodie - Test hints POD examples
289cpan/autodie/t/hints_provider_does.t			autodie - Test hints/does roles
290cpan/autodie/t/hints_provider_easy_does_it.t		autodie - Test easy hints/does
291cpan/autodie/t/hints_provider_isa.t			autodie - Test hints/inheritance
292cpan/autodie/t/import-into.t				Test file related to autodie
293cpan/autodie/t/internal.t				autodie - internal interface tests
294cpan/autodie/t/internal-backcompat.t			autodie - Back-compatibility tests
295cpan/autodie/t/kill.t					Test file related to autodie
296cpan/autodie/t/lethal.t					autodie - lethal is the one true name
297cpan/autodie/t/lib/autodie/test/au.pm			autodie - Australian helper
298cpan/autodie/t/lib/autodie/test/au/exception.pm		autodie - Australian helper
299cpan/autodie/t/lib/autodie/test/badname.pm		autodie - Bad exception class
300cpan/autodie/t/lib/autodie/test/missing.pm		autodie - Missing exception class
301cpan/autodie/t/lib/Caller_helper.pm			autodie - Caller helper
302cpan/autodie/t/lib/Hints_pod_examples.pm		autodie - Hints/pod helper
303cpan/autodie/t/lib/Hints_provider_does.pm		autodie - Hints/does helper
304cpan/autodie/t/lib/Hints_provider_easy_does_it.pm	autodie - Hints/easy helper
305cpan/autodie/t/lib/Hints_provider_isa.pm		autodie - Hints/inherit helper
306cpan/autodie/t/lib/Hints_test.pm			autodie - Hints test helper
307cpan/autodie/t/lib/lethal.pm				autodie - with a better name
308cpan/autodie/t/lib/my/autodie.pm			autodie - blog_hints.t helper
309cpan/autodie/t/lib/my/pragma.pm				Module related to autodie
310cpan/autodie/t/lib/OtherTypes.pm			autodie - Format clobberer helper.
311cpan/autodie/t/lib/pujHa/ghach.pm			autodie - Like a Klingon
312cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm			autodie - With Klingon honour
313cpan/autodie/t/lib/Some/Module.pm			autodie - blog_hints.t helper
314cpan/autodie/t/mkdir.t					autodie - filesystem tests
315cpan/autodie/t/no-default.t				Test file related to autodie
316cpan/autodie/t/no_carp.t				Test file related to autodie
317cpan/autodie/t/open.t					autodie - Testing open
318cpan/autodie/t/read.t					Test file related to autodie
319cpan/autodie/t/recv.t					autodie - send/recv tests
320cpan/autodie/t/repeat.t					autodie - repeat autodie leak tests
321cpan/autodie/t/rt-74246.t				Test file related to autodie
322cpan/autodie/t/scope_leak.t				autodie - file scope leak tests
323cpan/autodie/t/skip.t					Test file related to autodie
324cpan/autodie/t/string-eval-basic.t			autodie - Basic string eval test
325cpan/autodie/t/string-eval-leak.t			autodie - String eval leak test
326cpan/autodie/t/sysopen.t				autodie - sysopen tests
327cpan/autodie/t/truncate.t				autodie - File truncation tests
328cpan/autodie/t/unlink.t					autodie - Unlink system tests.
329cpan/autodie/t/user-context.t				autodie - Context changes for usersubs
330cpan/autodie/t/usersub.t				autodie - user subroutine tests
331cpan/autodie/t/utf8_open.t				Test file related to autodie
332cpan/autodie/t/utime.t					Test file related to autodie
333cpan/autodie/t/version.t				autodie - versioning tests
334cpan/autodie/t/version_tag.t				Test file related to autodie
335cpan/AutoLoader/lib/AutoLoader.pm	Autoloader base class
336cpan/AutoLoader/lib/AutoSplit.pm	Split up autoload functions
337cpan/AutoLoader/t/01AutoLoader.t	See if AutoLoader works
338cpan/AutoLoader/t/02AutoSplit.t		See if AutoSplit works
339cpan/bignum/gentest/backend.sh			bignum
340cpan/bignum/gentest/scope-nested-const.sh	bignum
341cpan/bignum/gentest/scope-nested-hex-oct.sh	bignum
342cpan/bignum/lib/bigfloat.pm			Module related to bignum
343cpan/bignum/lib/bigint.pm			bigint
344cpan/bignum/lib/bignum.pm			bignum
345cpan/bignum/lib/bigrat.pm			bigrat
346cpan/bignum/lib/Math/BigFloat/Trace.pm		bignum tracing
347cpan/bignum/lib/Math/BigInt/Trace.pm		bignum tracing
348cpan/bignum/lib/Math/BigRat/Trace.pm		Module related to bignum
349cpan/bignum/t/backend-gmp-bigfloat.t		Test file related to bignum
350cpan/bignum/t/backend-gmp-bigint.t		Test file related to bignum
351cpan/bignum/t/backend-gmp-bignum.t		Test file related to bignum
352cpan/bignum/t/backend-gmp-bigrat.t		Test file related to bignum
353cpan/bignum/t/backend-pari-bigfloat.t		Test file related to bignum
354cpan/bignum/t/backend-pari-bigint.t		Test file related to bignum
355cpan/bignum/t/backend-pari-bignum.t		Test file related to bignum
356cpan/bignum/t/backend-pari-bigrat.t		Test file related to bignum
357cpan/bignum/t/bigexp.t				See if bignum works
358cpan/bignum/t/bigfloat.t			Test file related to bignum
359cpan/bignum/t/bigint.t				See if bigint works
360cpan/bignum/t/bignum.t				See if bignum works
361cpan/bignum/t/bigrat.t				See if bigrat works
362cpan/bignum/t/const-bigfloat.t			Test file related to bignum
363cpan/bignum/t/const-bigint.t			Test file related to bignum
364cpan/bignum/t/const-bignum.t			Test file related to bignum
365cpan/bignum/t/const-bigrat.t			Test file related to bignum
366cpan/bignum/t/down-mbi-up-mbf.t			Test file related to bignum
367cpan/bignum/t/down-mbi-up-mbr.t			Test file related to bignum
368cpan/bignum/t/down-mbi-up-undef.t		Test file related to bignum
369cpan/bignum/t/down-undef-up-mbf.t		Test file related to bignum
370cpan/bignum/t/e_pi-bigfloat.t			Test file related to bignum
371cpan/bignum/t/e_pi-bigint.t			Test file related to bignum
372cpan/bignum/t/e_pi-bignum.t			Test file related to bignum
373cpan/bignum/t/e_pi-bigrat.t			Test file related to bignum
374cpan/bignum/t/import-bigfloat.t			Test file related to bignum
375cpan/bignum/t/import-bigint.t			Test file related to bignum
376cpan/bignum/t/import-bignum.t			Test file related to bignum
377cpan/bignum/t/import-bigrat.t			Test file related to bignum
378cpan/bignum/t/in_effect.t			See if in_effect() works
379cpan/bignum/t/infnan-bigfloat.t			Test file related to bignum
380cpan/bignum/t/infnan-bigint.t			Test file related to bignum
381cpan/bignum/t/infnan-bignum-mbf.t		Test file related to bignum
382cpan/bignum/t/infnan-bignum-mbr.t		Test file related to bignum
383cpan/bignum/t/infnan-bigrat.t			Test file related to bignum
384cpan/bignum/t/option_a.t			See if bignum a => X works
385cpan/bignum/t/option_a-bignum.t			Test file related to bignum
386cpan/bignum/t/option_l-bigfloat.t		Test file related to bignum
387cpan/bignum/t/option_l-bigint.t			Test file related to bignum
388cpan/bignum/t/option_l-bignum.t			Test file related to bignum
389cpan/bignum/t/option_l-bigrat.t			Test file related to bignum
390cpan/bignum/t/option_p.t			See if bignum p => X works
391cpan/bignum/t/option_p-bignum.t			Test file related to bignum
392cpan/bignum/t/overrides.t			See if global overrides behave
393cpan/bignum/t/ratopt_a.t			See if bigrat a => X works
394cpan/bignum/t/scope-bigfloat.t			Test file related to bignum
395cpan/bignum/t/scope-bigint.t			Test file related to bignum
396cpan/bignum/t/scope-bignum.t			Test file related to bignum
397cpan/bignum/t/scope-bigrat.t			Test file related to bignum
398cpan/bignum/t/scope-nested-const.t		Test file related to bignum
399cpan/bignum/t/scope-nested-hex-oct.t		Test file related to bignum
400cpan/Compress-Raw-Bzip2/Bzip2.xs			Compress::Raw::Bzip2
401cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c		Compress::Raw::Bzip2
402cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch		Compress::Raw::Bzip2
403cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c		Compress::Raw::Bzip2
404cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h		Compress::Raw::Bzip2
405cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h	Compress::Raw::Bzip2
406cpan/Compress-Raw-Bzip2/bzip2-src/compress.c		Compress::Raw::Bzip2
407cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c		Compress::Raw::Bzip2
408cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c		Compress::Raw::Bzip2
409cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c		Compress::Raw::Bzip2
410cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE		Compress::Raw::Bzip2
411cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c		Compress::Raw::Bzip2
412cpan/Compress-Raw-Bzip2/fallback/constants.h		Compress::Raw::Bzip2
413cpan/Compress-Raw-Bzip2/fallback/constants.xs		Compress::Raw::Bzip2
414cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm	Module related to Compress::Raw::Bzip2
415cpan/Compress-Raw-Bzip2/Makefile.PL			Compress::Raw::Bzip2
416cpan/Compress-Raw-Bzip2/private/MakeUtil.pm		Module related to Compress::Raw::Bzip2
417cpan/Compress-Raw-Bzip2/t/000prereq.t			Test file related to Compress::Raw::Bzip2
418cpan/Compress-Raw-Bzip2/t/01bzip2.t			Test file related to Compress::Raw::Bzip2
419cpan/Compress-Raw-Bzip2/t/09limitoutput.t		Test file related to Compress::Raw::Bzip2
420cpan/Compress-Raw-Bzip2/t/19nonpv.t			Test file related to Compress::Raw::Bzip2
421cpan/Compress-Raw-Bzip2/t/99pod.t			Test file related to Compress::Raw::Bzip2
422cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm	Module related to Compress::Raw::Bzip2
423cpan/Compress-Raw-Bzip2/typemap				Compress::Raw::Bzip2
424cpan/Compress-Raw-Zlib/config.in			Compress::Raw::Zlib
425cpan/Compress-Raw-Zlib/fallback/constants.h		Compress::Raw::Zlib
426cpan/Compress-Raw-Zlib/fallback/constants.xs		Compress::Raw::Zlib
427cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm		Compress::Raw::Zlib
428cpan/Compress-Raw-Zlib/Makefile.PL			Compress::Raw::Zlib
429cpan/Compress-Raw-Zlib/private/MakeUtil.pm		Compress::Raw::Zlib
430cpan/Compress-Raw-Zlib/t/01version.t			Compress::Raw::Zlib
431cpan/Compress-Raw-Zlib/t/02zlib.t			Compress::Raw::Zlib
432cpan/Compress-Raw-Zlib/t/07bufsize.t			Compress::Raw::Zlib
433cpan/Compress-Raw-Zlib/t/09limitoutput.t		Compress::Raw::Zlib
434cpan/Compress-Raw-Zlib/t/18lvalue.t			Compress::Raw::Zlib
435cpan/Compress-Raw-Zlib/t/19nonpv.t			Test file related to Compress::Raw::Zlib
436cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm	Module related to Compress::Raw::Zlib
437cpan/Compress-Raw-Zlib/typemap				Compress::Raw::Zlib
438cpan/Compress-Raw-Zlib/Zlib.xs				Compress::Raw::Zlib
439cpan/Compress-Raw-Zlib/zlib-src/adler32.c		Compress::Raw::Zlib
440cpan/Compress-Raw-Zlib/zlib-src/compress.c		Compress::Raw::Zlib
441cpan/Compress-Raw-Zlib/zlib-src/crc32.c			Compress::Raw::Zlib
442cpan/Compress-Raw-Zlib/zlib-src/crc32.h			Compress::Raw::Zlib
443cpan/Compress-Raw-Zlib/zlib-src/deflate.c		Compress::Raw::Zlib
444cpan/Compress-Raw-Zlib/zlib-src/deflate.h		Compress::Raw::Zlib
445cpan/Compress-Raw-Zlib/zlib-src/infback.c		Compress::Raw::Zlib
446cpan/Compress-Raw-Zlib/zlib-src/inffast.c		Compress::Raw::Zlib
447cpan/Compress-Raw-Zlib/zlib-src/inffast.h		Compress::Raw::Zlib
448cpan/Compress-Raw-Zlib/zlib-src/inffixed.h		Compress::Raw::Zlib
449cpan/Compress-Raw-Zlib/zlib-src/inflate.c		Compress::Raw::Zlib
450cpan/Compress-Raw-Zlib/zlib-src/inflate.h		Compress::Raw::Zlib
451cpan/Compress-Raw-Zlib/zlib-src/inftrees.c		Compress::Raw::Zlib
452cpan/Compress-Raw-Zlib/zlib-src/inftrees.h		Compress::Raw::Zlib
453cpan/Compress-Raw-Zlib/zlib-src/trees.c			Compress::Raw::Zlib
454cpan/Compress-Raw-Zlib/zlib-src/trees.h			Compress::Raw::Zlib
455cpan/Compress-Raw-Zlib/zlib-src/uncompr.c		Compress::Raw::Zlib
456cpan/Compress-Raw-Zlib/zlib-src/zconf.h			Compress::Raw::Zlib
457cpan/Compress-Raw-Zlib/zlib-src/zlib.h			Compress::Raw::Zlib
458cpan/Compress-Raw-Zlib/zlib-src/zutil.c			Compress::Raw::Zlib
459cpan/Compress-Raw-Zlib/zlib-src/zutil.h			Compress::Raw::Zlib
460cpan/Config-Perl-V/t/10_base.t		Config::Perl::V
461cpan/Config-Perl-V/t/20_plv56.t		Config::Perl::V
462cpan/Config-Perl-V/t/21_plv58.t		Config::Perl::V
463cpan/Config-Perl-V/t/22_plv510.t	Config::Perl::V
464cpan/Config-Perl-V/t/23_plv512.t	Config::Perl::V
465cpan/Config-Perl-V/t/24_plv514.t	Config::Perl::V
466cpan/Config-Perl-V/t/25_plv516.t	Config::Perl::V
467cpan/Config-Perl-V/t/25_plv5162.t	Config::Perl::V
468cpan/Config-Perl-V/t/26_plv518.t	Config::Perl::V
469cpan/Config-Perl-V/t/26_plv5182.t	Config::Perl::V
470cpan/Config-Perl-V/t/27_plv5200.t	Config::Perl::V
471cpan/Config-Perl-V/t/27_plv5202.t	Config::Perl::V
472cpan/Config-Perl-V/t/28_plv5220.t	Config::Perl::V
473cpan/Config-Perl-V/t/28_plv52201w.t	Config::Perl::V
474cpan/Config-Perl-V/t/29_plv5235w.t	Config::Perl::V
475cpan/Config-Perl-V/t/30_plv5240.t	Config::Perl::V
476cpan/Config-Perl-V/t/31_plv52511.t	Config::Perl::V
477cpan/Config-Perl-V/t/32_plv5261rc1.t	Config::Perl::V
478cpan/Config-Perl-V/t/33_plv52711r.t	Config::Perl::V
479cpan/Config-Perl-V/t/34_plv5280.t	Config::Perl::V
480cpan/Config-Perl-V/t/35_plv52910g.t	Config::Perl::V
481cpan/Config-Perl-V/t/36_plv5300.t	Config::Perl::V
482cpan/Config-Perl-V/t/37_plv53111qm.t	Config::Perl::V
483cpan/Config-Perl-V/t/38_plv5320tld.t	Config::Perl::V
484cpan/Config-Perl-V/t/39_plv5340tqm.t	Config::Perl::V
485cpan/Config-Perl-V/t/40_plv5358dnqm.t	Config::Perl::V
486cpan/Config-Perl-V/t/41_plv5360dnqm.t	Config::Perl::V
487cpan/Config-Perl-V/t/42_plv5373tld.t	Config::Perl::V
488cpan/Config-Perl-V/t/43_plv53710rcs.t	Test file related to Config::Perl::V
489cpan/Config-Perl-V/V.pm			Config::Perl::V
490cpan/CPAN/lib/App/Cpan.pm				helper package for CPAN.pm
491cpan/CPAN/lib/CPAN.pm					Interface to Comprehensive Perl Archive Network
492cpan/CPAN/lib/CPAN/API/HOWTO.pod			recipe book for programming with CPAN.pm
493cpan/CPAN/lib/CPAN/Author.pm				helper package for CPAN.pm
494cpan/CPAN/lib/CPAN/Bundle.pm				helper package for CPAN.pm
495cpan/CPAN/lib/CPAN/CacheMgr.pm				helper package for CPAN.pm
496cpan/CPAN/lib/CPAN/Complete.pm				helper package for CPAN.pm
497cpan/CPAN/lib/CPAN/Debug.pm				helper package for CPAN.pm
498cpan/CPAN/lib/CPAN/DeferredCode.pm			helper package for CPAN.pm
499cpan/CPAN/lib/CPAN/Distribution.pm			helper package for CPAN.pm
500cpan/CPAN/lib/CPAN/Distroprefs.pm			helper package for CPAN.pm
501cpan/CPAN/lib/CPAN/Distrostatus.pm			helper package for CPAN.pm
502cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm		helper package for CPAN.pm
503cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm	helper package for CPAN.pm
504cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm	helper package for CPAN.pm
505cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm	helper package for CPAN.pm
506cpan/CPAN/lib/CPAN/FirstTime.pm				Utility for creating CPAN config files
507cpan/CPAN/lib/CPAN/FTP.pm				helper package for CPAN.pm
508cpan/CPAN/lib/CPAN/FTP/netrc.pm				helper package for CPAN.pm
509cpan/CPAN/lib/CPAN/HandleConfig.pm			helper package for CPAN.pm
510cpan/CPAN/lib/CPAN/HTTP/Client.pm			helper package for CPAN.pm
511cpan/CPAN/lib/CPAN/HTTP/Credentials.pm			helper package for CPAN.pm
512cpan/CPAN/lib/CPAN/Index.pm				helper package for CPAN.pm
513cpan/CPAN/lib/CPAN/InfoObj.pm				helper package for CPAN.pm
514cpan/CPAN/lib/CPAN/Kwalify.pm				helper package for CPAN.pm
515cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd		helper file for validating config files
516cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml		helper file for validating config files
517cpan/CPAN/lib/CPAN/LWP/UserAgent.pm			helper package for CPAN.pm
518cpan/CPAN/lib/CPAN/Mirrors.pm				helper package for CPAN.pm
519cpan/CPAN/lib/CPAN/Module.pm				helper package for CPAN.pm
520cpan/CPAN/lib/CPAN/Nox.pm				Runs CPAN while avoiding compiled extensions
521cpan/CPAN/lib/CPAN/Plugin.pm
522cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
523cpan/CPAN/lib/CPAN/Prompt.pm
524cpan/CPAN/lib/CPAN/Queue.pm				queueing system for CPAN.pm
525cpan/CPAN/lib/CPAN/Shell.pm
526cpan/CPAN/lib/CPAN/Tarzip.pm				helper package for CPAN.pm
527cpan/CPAN/lib/CPAN/URL.pm
528cpan/CPAN/lib/CPAN/Version.pm				Simple math with different flavors of version strings
529cpan/CPAN/PAUSE2003.pub					CPAN public key
530cpan/CPAN/PAUSE2005.pub					CPAN public key
531cpan/CPAN/PAUSE2007.pub					CPAN public key
532cpan/CPAN/PAUSE2009.pub					CPAN public key
533cpan/CPAN/PAUSE2011.pub
534cpan/CPAN/PAUSE2022.pub
535cpan/CPAN/scripts/cpan					easily interact with CPAN from the command line
536cpan/CPAN/t/01loadme.t					See if CPAN the module works
537cpan/CPAN/t/02nox.t					See if CPAN::Nox works
538cpan/CPAN/t/03pkgs.t					See if CPAN::Version works
539cpan/CPAN/t/10version.t					See if CPAN the module works
540cpan/CPAN/t/11mirroredby.t				See if CPAN::Mirrored::By works
541cpan/CPAN/t/32pushyhttps.t
542cpan/CPAN-Meta/corpus/BadMETA.yml
543cpan/CPAN-Meta/corpus/bareyaml.meta
544cpan/CPAN-Meta/corpus/CL018_yaml.meta
545cpan/CPAN-Meta/corpus/json.meta
546cpan/CPAN-Meta/corpus/META-VR.json
547cpan/CPAN-Meta/corpus/META-VR.yml
548cpan/CPAN-Meta/corpus/yaml.meta
549cpan/CPAN-Meta/lib/CPAN/Meta.pm
550cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
551cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
552cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
553cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
554cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
555cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
556cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
557cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
558cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
559cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
560cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
561cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
562cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm
563cpan/CPAN-Meta/t/converter.t
564cpan/CPAN-Meta/t/converter-bad.t
565cpan/CPAN-Meta/t/converter-fail.t
566cpan/CPAN-Meta/t/converter-fragments.t
567cpan/CPAN-Meta/t/data-fail/META-1_0.yml
568cpan/CPAN-Meta/t/data-fail/META-1_1.yml
569cpan/CPAN-Meta/t/data-fail/META-1_2.yml
570cpan/CPAN-Meta/t/data-fail/META-1_3.yml
571cpan/CPAN-Meta/t/data-fail/META-1_4.yml
572cpan/CPAN-Meta/t/data-fail/META-2.json
573cpan/CPAN-Meta/t/data-fixable/107650337-META.yml
574cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml
575cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml
576cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml
577cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml
578cpan/CPAN-Meta/t/data-fixable/284247103-META.yml
579cpan/CPAN-Meta/t/data-fixable/344981821-META.yml
580cpan/CPAN-Meta/t/data-fixable/35478989-META.yml
581cpan/CPAN-Meta/t/data-fixable/98042513-META.yml
582cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json
583cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml
584cpan/CPAN-Meta/t/data-fixable/META-1_2.yml
585cpan/CPAN-Meta/t/data-fixable/META-1_3.yml
586cpan/CPAN-Meta/t/data-fixable/META-1_4.yml
587cpan/CPAN-Meta/t/data-fixable/META-2.json
588cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json
589cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml
590cpan/CPAN-Meta/t/data-fixable/restrictive-2.json
591cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json
592cpan/CPAN-Meta/t/data-test/gpl-1_4.yml
593cpan/CPAN-Meta/t/data-test/META-1_0.yml
594cpan/CPAN-Meta/t/data-test/META-1_1.yml
595cpan/CPAN-Meta/t/data-test/META-1_2.yml
596cpan/CPAN-Meta/t/data-test/META-1_3.yml
597cpan/CPAN-Meta/t/data-test/META-1_4.yml
598cpan/CPAN-Meta/t/data-test/META-2.json
599cpan/CPAN-Meta/t/data-test/META-2.meta
600cpan/CPAN-Meta/t/data-test/preserve-release-status.yml
601cpan/CPAN-Meta/t/data-test/provides-version-missing.json
602cpan/CPAN-Meta/t/data-test/resources.yml
603cpan/CPAN-Meta/t/data-test/restricted-2.json
604cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml
605cpan/CPAN-Meta/t/data-test/unicode.yml
606cpan/CPAN-Meta/t/data-test/version-not-normal.json
607cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml
608cpan/CPAN-Meta/t/data-test/version-ranges-2.json
609cpan/CPAN-Meta/t/data-test/x_deprecated-META.json
610cpan/CPAN-Meta/t/data-valid/1122575719-META.yml
611cpan/CPAN-Meta/t/data-valid/1206545041-META.yml
612cpan/CPAN-Meta/t/data-valid/1985684504-META.yml
613cpan/CPAN-Meta/t/data-valid/476602558-META.yml
614cpan/CPAN-Meta/t/data-valid/META-1_0.yml
615cpan/CPAN-Meta/t/data-valid/META-1_1.yml
616cpan/CPAN-Meta/t/data-valid/META-1_4.yml
617cpan/CPAN-Meta/t/data-valid/META-2.json
618cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
619cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml
620cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
621cpan/CPAN-Meta/t/load-bad.t
622cpan/CPAN-Meta/t/merge.t
623cpan/CPAN-Meta/t/meta-obj.t
624cpan/CPAN-Meta/t/no-index.t
625cpan/CPAN-Meta/t/optional_feature-merge.t
626cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t
627cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t
628cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t
629cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t
630cpan/CPAN-Meta/t/prereqs.t
631cpan/CPAN-Meta/t/prereqs-finalize.t
632cpan/CPAN-Meta/t/prereqs-merge.t
633cpan/CPAN-Meta/t/README-data.txt
634cpan/CPAN-Meta/t/repository.t
635cpan/CPAN-Meta/t/save-load.t
636cpan/CPAN-Meta/t/validator.t
637cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
638cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements/Range.pm
639cpan/CPAN-Meta-Requirements/t/accepts.t
640cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
641cpan/CPAN-Meta-Requirements/t/basic.t
642cpan/CPAN-Meta-Requirements/t/finalize.t
643cpan/CPAN-Meta-Requirements/t/from-hash.t
644cpan/CPAN-Meta-Requirements/t/merge.t
645cpan/CPAN-Meta-Requirements/t/strings.t
646cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm				CPAN-Meta-YAML files
647cpan/CPAN-Meta-YAML/t/01_api.t
648cpan/CPAN-Meta-YAML/t/01_compile.t					CPAN-Meta-YAML files
649cpan/CPAN-Meta-YAML/t/10_read.t
650cpan/CPAN-Meta-YAML/t/11_read_string.t
651cpan/CPAN-Meta-YAML/t/12_write.t
652cpan/CPAN-Meta-YAML/t/13_write_string.t
653cpan/CPAN-Meta-YAML/t/20_subclass.t					CPAN-Meta-YAML files
654cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
655cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
656cpan/CPAN-Meta-YAML/t/31_local_tml.t
657cpan/CPAN-Meta-YAML/t/32_world_tml.t
658cpan/CPAN-Meta-YAML/t/86_fail.t
659cpan/CPAN-Meta-YAML/t/data/ascii.yml
660cpan/CPAN-Meta-YAML/t/data/latin1.yml
661cpan/CPAN-Meta-YAML/t/data/multibyte.yml				CPAN-Meta-YAML files
662cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml				CPAN-Meta-YAML files
663cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
664cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm
665cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
666cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
667cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
668cpan/CPAN-Meta-YAML/t/README.md
669cpan/CPAN-Meta-YAML/t/tml
670cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
671cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
672cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
673cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
674cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml
675cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
676cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
677cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
678cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
679cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
680cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
681cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
682cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
683cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
684cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
685cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
686cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
687cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
688cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
689cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
690cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
691cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
692cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
693cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
694cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
695cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
696cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
697cpan/DB_File/config.in			Part of Berkeley DB configuration
698cpan/DB_File/DB_File.pm			Berkeley DB extension Perl module
699cpan/DB_File/DB_File.xs			Berkeley DB extension external subroutines
700cpan/DB_File/dbinfo			Berkeley DB database version checker
701cpan/DB_File/hints/bitrig.pl		Script related to DB_File
702cpan/DB_File/hints/dynixptx.pl		Hint for DB_File for named architecture
703cpan/DB_File/hints/minix.pl		Script related to DB_File
704cpan/DB_File/hints/netbsd.pl		Script related to DB_File
705cpan/DB_File/hints/openbsd.pl		Script related to DB_File
706cpan/DB_File/hints/sco.pl		Hint for DB_File for named architecture
707cpan/DB_File/Makefile.PL		Berkeley DB extension makefile writer
708cpan/DB_File/t/db-btree.t		See if DB_File works
709cpan/DB_File/t/db-hash.t		See if DB_File works
710cpan/DB_File/t/db-recno.t		See if DB_File works
711cpan/DB_File/t/db-threads.t		See if DB_File works
712cpan/DB_File/typemap			Berkeley DB extension interface types
713cpan/DB_File/version.c			Berkeley DB extension interface version check
714cpan/Digest/lib/Digest.pm
715cpan/Digest/lib/Digest/base.pm
716cpan/Digest/lib/Digest/file.pm
717cpan/Digest/t/base.t			See if Digest extensions work
718cpan/Digest/t/digest.t			See if Digest extensions work
719cpan/Digest/t/file.t			See if Digest extensions work
720cpan/Digest/t/lib/Digest/Dummy.pm	See if Digest extensions work
721cpan/Digest/t/security.t		See if Digest extensions work
722cpan/Digest-MD5/hints/dec_osf.pl	Hints for named architecture
723cpan/Digest-MD5/hints/irix_6.pl		Hints for named architecture
724cpan/Digest-MD5/hints/MacOS.pl		Hints for named architecture
725cpan/Digest-MD5/Makefile.PL		Digest::MD5 extension makefile writer
726cpan/Digest-MD5/MD5.pm			Digest::MD5 extension
727cpan/Digest-MD5/MD5.xs			Digest::MD5 extension
728cpan/Digest-MD5/t/align.t		See if Digest::MD5 extension works
729cpan/Digest-MD5/t/badfile.t		See if Digest::MD5 extension works
730cpan/Digest-MD5/t/bits.t		See if Digest::MD5 extension works
731cpan/Digest-MD5/t/clone.t		See if Digest::MD5 extension works
732cpan/Digest-MD5/t/files.t		See if Digest::MD5 extension works
733cpan/Digest-MD5/t/md5-aaa.t		See if Digest::MD5 extension works
734cpan/Digest-MD5/t/threads.t		See if Digest::MD5 extension works
735cpan/Digest-MD5/t/utf8.t		See if Digest::MD5 extension works
736cpan/Digest-MD5/t/warns.t		Test file related to Digest::MD5
737cpan/Digest-MD5/typemap			Digest::MD5 extension
738cpan/Digest-SHA/lib/Digest/SHA.pm	Digest::SHA extension
739cpan/Digest-SHA/Makefile.PL		Digest::SHA Makefile.PL
740cpan/Digest-SHA/SHA.xs			Digest::SHA extension
741cpan/Digest-SHA/shasum			shasum script
742cpan/Digest-SHA/src/sdf.c		Digest::SHA extension
743cpan/Digest-SHA/src/sha.c		Digest::SHA extension
744cpan/Digest-SHA/src/sha.h		Digest::SHA extension
745cpan/Digest-SHA/src/sha64bit.c		Digest::SHA extension
746cpan/Digest-SHA/src/sha64bit.h		Digest::SHA extension
747cpan/Digest-SHA/t/allfcns.t		See if Digest::SHA works
748cpan/Digest-SHA/t/base64.t		See if Digest::SHA works
749cpan/Digest-SHA/t/bitbuf.t		See if Digest::SHA works
750cpan/Digest-SHA/t/bitorder.t
751cpan/Digest-SHA/t/fips180-4.t		See if Digest::SHA works
752cpan/Digest-SHA/t/fips198.t		See if Digest::SHA works
753cpan/Digest-SHA/t/gg.t			See if Digest::SHA works
754cpan/Digest-SHA/t/gglong.t		See if Digest::SHA works
755cpan/Digest-SHA/t/hmacsha.t		See if Digest::SHA works
756cpan/Digest-SHA/t/inheritance.t
757cpan/Digest-SHA/t/ireland.t		See if Digest::SHA works
758cpan/Digest-SHA/t/methods.t		See if Digest::SHA works
759cpan/Digest-SHA/t/nistbit.t		See if Digest::SHA works
760cpan/Digest-SHA/t/nistbyte.t		See if Digest::SHA works
761cpan/Digest-SHA/t/rfc2202.t		See if Digest::SHA works
762cpan/Digest-SHA/t/sha1.t		See if Digest::SHA works
763cpan/Digest-SHA/t/sha224.t		See if Digest::SHA works
764cpan/Digest-SHA/t/sha256.t		See if Digest::SHA works
765cpan/Digest-SHA/t/sha384.t		See if Digest::SHA works
766cpan/Digest-SHA/t/sha512.t		See if Digest::SHA works
767cpan/Digest-SHA/t/state.t		See if Digest::SHA works
768cpan/Digest-SHA/t/unicode.t
769cpan/Digest-SHA/t/woodbury.t		See if Digest::SHA works
770cpan/Digest-SHA/typemap			Typemap for Digest::SHA
771cpan/Encode/bin/enc2xs					Encode module generator
772cpan/Encode/bin/encguess				guess character encodings of files
773cpan/Encode/bin/piconv					iconv by perl
774cpan/Encode/bin/ucm2table				Table Generator for testing
775cpan/Encode/bin/ucmlint					A UCM Lint utility
776cpan/Encode/bin/ucmsort					A UCM sort utility
777cpan/Encode/bin/unidump					Unicode Dump like hexdump(1)
778cpan/Encode/Byte/Byte.pm				Encode extension
779cpan/Encode/Byte/Makefile.PL				Encode extension
780cpan/Encode/CN/CN.pm					Encode extension
781cpan/Encode/CN/Makefile.PL				Encode extension
782cpan/Encode/EBCDIC/EBCDIC.pm				Encode extension
783cpan/Encode/EBCDIC/Makefile.PL				Encode extension
784cpan/Encode/encengine.c					Encode extension
785cpan/Encode/Encode.pm					Mother of all Encode extensions
786cpan/Encode/Encode.xs					Encode extension
787cpan/Encode/Encode/_PM.e2x				Skeleton file for enc2xs
788cpan/Encode/Encode/_T.e2x				Skeleton file for enc2xs
789cpan/Encode/Encode/Changes.e2x				Skeleton file for enc2xs
790cpan/Encode/Encode/ConfigLocal_PM.e2x			Skeleton file for enc2xs
791cpan/Encode/Encode/encode.h				Encode extension header file
792cpan/Encode/Encode/Makefile_PL.e2x			Skeleton file for enc2xs
793cpan/Encode/Encode/README.e2x				Skeleton file for enc2xs
794cpan/Encode/encoding.pm					Perl Pragmatic Module
795cpan/Encode/JP/JP.pm					Encode extension
796cpan/Encode/JP/Makefile.PL				Encode extension
797cpan/Encode/KR/KR.pm					Encode extension
798cpan/Encode/KR/Makefile.PL				Encode extension
799cpan/Encode/lib/Encode/Alias.pm				Encode extension
800cpan/Encode/lib/Encode/CJKConstants.pm			Encode extension
801cpan/Encode/lib/Encode/CN/HZ.pm				Encode extension
802cpan/Encode/lib/Encode/Config.pm			Encode configuration module
803cpan/Encode/lib/Encode/Encoder.pm			OO Encoder
804cpan/Encode/lib/Encode/Encoding.pm			Encode extension
805cpan/Encode/lib/Encode/GSM0338.pm			Encode extension
806cpan/Encode/lib/Encode/Guess.pm				Encode Extension
807cpan/Encode/lib/Encode/JP/H2Z.pm			Encode extension
808cpan/Encode/lib/Encode/JP/JIS7.pm			Encode extension
809cpan/Encode/lib/Encode/KR/2022_KR.pm			Encode extension
810cpan/Encode/lib/Encode/MIME/Header.pm			Encode extension
811cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm	Encode extension
812cpan/Encode/lib/Encode/MIME/Name.pm			Encode extension
813cpan/Encode/lib/Encode/PerlIO.pod			Documents for Encode & PerlIO
814cpan/Encode/lib/Encode/Supported.pod			Documents for supported encodings
815cpan/Encode/lib/Encode/Unicode/UTF7.pm			Encode extension
816cpan/Encode/Makefile.PL					Encode extension makefile writer
817cpan/Encode/Symbol/Makefile.PL				Encode extension
818cpan/Encode/Symbol/Symbol.pm				Encode extension
819cpan/Encode/t/Aliases.t					test script
820cpan/Encode/t/at-cn.t					test script
821cpan/Encode/t/at-tw.t					test script
822cpan/Encode/t/big5-eten.enc				test data
823cpan/Encode/t/big5-eten.utf				test data
824cpan/Encode/t/big5-hkscs.enc				test data
825cpan/Encode/t/big5-hkscs.utf				test data
826cpan/Encode/t/CJKT.t					test script
827cpan/Encode/t/cow.t					Test file related to Encode
828cpan/Encode/t/decode.t					Test file related to Encode
829cpan/Encode/t/enc_data.t				test script for utf8 DATA
830cpan/Encode/t/enc_eucjp.t				test script
831cpan/Encode/t/enc_module.enc				test data for t/enc_module.t
832cpan/Encode/t/enc_module.t				test script
833cpan/Encode/t/enc_utf8.t				test script
834cpan/Encode/t/Encode.t					test script
835cpan/Encode/t/Encoder.t					test script
836cpan/Encode/t/encoding.t				test script
837cpan/Encode/t/encoding-locale.t				test script
838cpan/Encode/t/fallback.t				test script
839cpan/Encode/t/from_to.t					test script
840cpan/Encode/t/gb2312.enc				test data
841cpan/Encode/t/gb2312.utf				test data
842cpan/Encode/t/grow.t					test script
843cpan/Encode/t/gsm0338.t					test script
844cpan/Encode/t/guess.t					test script
845cpan/Encode/t/isa.t					Test file related to Encode
846cpan/Encode/t/jis7-fallback.t				test script
847cpan/Encode/t/jisx0201.enc				test data
848cpan/Encode/t/jisx0201.utf				test data
849cpan/Encode/t/jisx0208.enc				test data
850cpan/Encode/t/jisx0208.utf				test data
851cpan/Encode/t/jisx0212.enc				test data
852cpan/Encode/t/jisx0212.utf				test data
853cpan/Encode/t/jperl.t					test script
854cpan/Encode/t/ksc5601.enc				test data
855cpan/Encode/t/ksc5601.utf				test data
856cpan/Encode/t/magic.t					test script
857cpan/Encode/t/mime-header.t				test script
858cpan/Encode/t/mime-name.t				test script
859cpan/Encode/t/mime_header_iso2022jp.t			test script
860cpan/Encode/t/Mod_EUCJP.pm				module that t/enc_module.enc uses
861cpan/Encode/t/perlio.t					test script
862cpan/Encode/t/piconv.t					Test for piconv.t
863cpan/Encode/t/rt.pl					test script
864cpan/Encode/t/rt113164.t				test script
865cpan/Encode/t/rt65541.t					test script
866cpan/Encode/t/rt76824.t					test script
867cpan/Encode/t/rt85489.t					test script
868cpan/Encode/t/rt86327.t					test script
869cpan/Encode/t/taint.t					Test file related to Encode
870cpan/Encode/t/truncated_utf8.t				Test file related to Encode
871cpan/Encode/t/undef.t					Test file related to Encode
872cpan/Encode/t/unibench.pl				benchmark script
873cpan/Encode/t/Unicode.t					test script
874cpan/Encode/t/Unicode_trailing_nul.t			Test file related to Encode
875cpan/Encode/t/use-Encode-Alias.t			Test file related to Encode
876cpan/Encode/t/utf32warnings.t				Test file related to Encode
877cpan/Encode/t/utf8ref.t					test script
878cpan/Encode/t/utf8strict.t				test script
879cpan/Encode/t/utf8warnings.t				Test file related to Encode
880cpan/Encode/t/xml.t					Test file related to Encode
881cpan/Encode/TW/Makefile.PL				Encode extension
882cpan/Encode/TW/TW.pm					Encode extension
883cpan/Encode/ucm/8859-1.ucm				Unicode Character Map
884cpan/Encode/ucm/8859-10.ucm				Unicode Character Map
885cpan/Encode/ucm/8859-11.ucm				Unicode Character Map
886cpan/Encode/ucm/8859-13.ucm				Unicode Character Map
887cpan/Encode/ucm/8859-14.ucm				Unicode Character Map
888cpan/Encode/ucm/8859-15.ucm				Unicode Character Map
889cpan/Encode/ucm/8859-16.ucm				Unicode Character Map
890cpan/Encode/ucm/8859-2.ucm				Unicode Character Map
891cpan/Encode/ucm/8859-3.ucm				Unicode Character Map
892cpan/Encode/ucm/8859-4.ucm				Unicode Character Map
893cpan/Encode/ucm/8859-5.ucm				Unicode Character Map
894cpan/Encode/ucm/8859-6.ucm				Unicode Character Map
895cpan/Encode/ucm/8859-7.ucm				Unicode Character Map
896cpan/Encode/ucm/8859-8.ucm				Unicode Character Map
897cpan/Encode/ucm/8859-9.ucm				Unicode Character Map
898cpan/Encode/ucm/adobeStdenc.ucm				Unicode Character Map
899cpan/Encode/ucm/adobeSymbol.ucm				Unicode Character Map
900cpan/Encode/ucm/adobeZdingbat.ucm			Unicode Character Map
901cpan/Encode/ucm/ascii.ucm				Unicode Character Map
902cpan/Encode/ucm/big5-eten.ucm				Unicode Character Map
903cpan/Encode/ucm/big5-hkscs.ucm				Unicode Character Map
904cpan/Encode/ucm/cp037.ucm				Unicode Character Map
905cpan/Encode/ucm/cp1006.ucm				Unicode Character Map
906cpan/Encode/ucm/cp1026.ucm				Unicode Character Map
907cpan/Encode/ucm/cp1047.ucm				Unicode Character Map
908cpan/Encode/ucm/cp1250.ucm				Unicode Character Map
909cpan/Encode/ucm/cp1251.ucm				Unicode Character Map
910cpan/Encode/ucm/cp1252.ucm				Unicode Character Map
911cpan/Encode/ucm/cp1253.ucm				Unicode Character Map
912cpan/Encode/ucm/cp1254.ucm				Unicode Character Map
913cpan/Encode/ucm/cp1255.ucm				Unicode Character Map
914cpan/Encode/ucm/cp1256.ucm				Unicode Character Map
915cpan/Encode/ucm/cp1257.ucm				Unicode Character Map
916cpan/Encode/ucm/cp1258.ucm				Unicode Character Map
917cpan/Encode/ucm/cp424.ucm				Unicode Character Map
918cpan/Encode/ucm/cp437.ucm				Unicode Character Map
919cpan/Encode/ucm/cp500.ucm				Unicode Character Map
920cpan/Encode/ucm/cp737.ucm				Unicode Character Map
921cpan/Encode/ucm/cp775.ucm				Unicode Character Map
922cpan/Encode/ucm/cp850.ucm				Unicode Character Map
923cpan/Encode/ucm/cp852.ucm				Unicode Character Map
924cpan/Encode/ucm/cp855.ucm				Unicode Character Map
925cpan/Encode/ucm/cp856.ucm				Unicode Character Map
926cpan/Encode/ucm/cp857.ucm				Unicode Character Map
927cpan/Encode/ucm/cp858.ucm				Unicode Character Map
928cpan/Encode/ucm/cp860.ucm				Unicode Character Map
929cpan/Encode/ucm/cp861.ucm				Unicode Character Map
930cpan/Encode/ucm/cp862.ucm				Unicode Character Map
931cpan/Encode/ucm/cp863.ucm				Unicode Character Map
932cpan/Encode/ucm/cp864.ucm				Unicode Character Map
933cpan/Encode/ucm/cp865.ucm				Unicode Character Map
934cpan/Encode/ucm/cp866.ucm				Unicode Character Map
935cpan/Encode/ucm/cp869.ucm				Unicode Character Map
936cpan/Encode/ucm/cp874.ucm				Unicode Character Map
937cpan/Encode/ucm/cp875.ucm				Unicode Character Map
938cpan/Encode/ucm/cp932.ucm				Unicode Character Map
939cpan/Encode/ucm/cp936.ucm				Unicode Character Map
940cpan/Encode/ucm/cp949.ucm				Unicode Character Map
941cpan/Encode/ucm/cp950.ucm				Unicode Character Map
942cpan/Encode/ucm/ctrl.ucm				Unicode Character Map
943cpan/Encode/ucm/dingbats.ucm				Unicode Character Map
944cpan/Encode/ucm/euc-cn.ucm				Unicode Character Map
945cpan/Encode/ucm/euc-jp.ucm				Unicode Character Map
946cpan/Encode/ucm/euc-kr.ucm				Unicode Character Map
947cpan/Encode/ucm/gb12345.ucm				Unicode Character Map
948cpan/Encode/ucm/gb2312.ucm				Unicode Character Map
949cpan/Encode/ucm/hp-roman8.ucm				Unicode Character Map
950cpan/Encode/ucm/ir-165.ucm				Unicode Character Map
951cpan/Encode/ucm/jis0201.ucm				Unicode Character Map
952cpan/Encode/ucm/jis0208.ucm				Unicode Character Map
953cpan/Encode/ucm/jis0212.ucm				Unicode Character Map
954cpan/Encode/ucm/johab.ucm				Unicode Character Map
955cpan/Encode/ucm/koi8-f.ucm				Unicode Character Map
956cpan/Encode/ucm/koi8-r.ucm				Unicode Character Map
957cpan/Encode/ucm/koi8-u.ucm				Unicode Character Map
958cpan/Encode/ucm/ksc5601.ucm				Unicode Character Map
959cpan/Encode/ucm/macArabic.ucm				Unicode Character Map
960cpan/Encode/ucm/macCentEuro.ucm				Unicode Character Map
961cpan/Encode/ucm/macChinsimp.ucm				Unicode Character Map
962cpan/Encode/ucm/macChintrad.ucm				Unicode Character Map
963cpan/Encode/ucm/macCroatian.ucm				Unicode Character Map
964cpan/Encode/ucm/macCyrillic.ucm				Unicode Character Map
965cpan/Encode/ucm/macDingbats.ucm				Unicode Character Map
966cpan/Encode/ucm/macFarsi.ucm				Unicode Character Map
967cpan/Encode/ucm/macGreek.ucm				Unicode Character Map
968cpan/Encode/ucm/macHebrew.ucm				Unicode Character Map
969cpan/Encode/ucm/macIceland.ucm				Unicode Character Map
970cpan/Encode/ucm/macJapanese.ucm				Unicode Character Map
971cpan/Encode/ucm/macKorean.ucm				Unicode Character Map
972cpan/Encode/ucm/macRoman.ucm				Unicode Character Map
973cpan/Encode/ucm/macROMnn.ucm				Unicode Character Map
974cpan/Encode/ucm/macRUMnn.ucm				Unicode Character Map
975cpan/Encode/ucm/macSami.ucm				Unicode Character Map
976cpan/Encode/ucm/macSymbol.ucm				Unicode Character Map
977cpan/Encode/ucm/macThai.ucm				Unicode Character Map
978cpan/Encode/ucm/macTurkish.ucm				Unicode Character Map
979cpan/Encode/ucm/macUkraine.ucm				Unicode Character Map
980cpan/Encode/ucm/nextstep.ucm				Unicode Character Map
981cpan/Encode/ucm/null.ucm				Unicode Character Map
982cpan/Encode/ucm/posix-bc.ucm				Unicode Character Map
983cpan/Encode/ucm/shiftjis.ucm				Unicode Character Map
984cpan/Encode/ucm/symbol.ucm				Unicode Character Map
985cpan/Encode/ucm/viscii.ucm				Unicode Character Map
986cpan/Encode/Unicode/Makefile.PL				Encode extension
987cpan/Encode/Unicode/Unicode.pm				Encode extension
988cpan/Encode/Unicode/Unicode.xs				Encode extension
989cpan/experimental/lib/experimental.pm	Module related to experimental
990cpan/experimental/lib/stable.pm		Module related to experimental
991cpan/experimental/t/basic.t		Test file related to experimental
992cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm			generate XS code to import C header constants
993cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm		generate XS code to import C header constants
994cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm	generate XS code for proxy constants
995cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm		generate XS code to import C header constants
996cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm		generate XS code to import C header constants
997cpan/ExtUtils-Constant/t/Constant.t				See if ExtUtils::Constant works
998cpan/ExtUtils-Install/lib/ExtUtils/Install.pm		Handles 'make install' on extensions
999cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm		Information on installed extensions
1000cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm		Manipulates .packlist files
1001cpan/ExtUtils-Install/t/can_write_dir.t			Does the _can_write_dir function of ExtUtils::Install work properly?
1002cpan/ExtUtils-Install/t/Install.t			See if ExtUtils::Install works
1003cpan/ExtUtils-Install/t/Installapi2.t			See if new api for ExtUtils::Install::install() works
1004cpan/ExtUtils-Install/t/Installed.t			See if ExtUtils::Installed works
1005cpan/ExtUtils-Install/t/InstallWithMM.t			See if ExtUtils::Install works (related to EUMM/t/basic.t)
1006cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm	MakeMaker test utilities
1007cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm	MakeMaker test utilities
1008cpan/ExtUtils-Install/t/lib/TieOut.pm			Testing library to capture prints
1009cpan/ExtUtils-Install/t/Packlist.t			See if Packlist works
1010cpan/ExtUtils-MakeMaker/bin/instmodsh						Give information about installed extensions
1011cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm					Module related to ExtUtils::MakeMaker
1012cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm				Calling MM functions from the cmd line
1013cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm					Locates libraries
1014cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm				Does the real work of the above
1015cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm				Write Makefiles for extensions
1016cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm			MakeMaker wrapper for Config
1017cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod				MakeMaker FAQ
1018cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm			Module related to ExtUtils::MakeMaker
1019cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod			Writing a module with MakeMaker
1020cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm			Module related to ExtUtils::MakeMaker
1021cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm			Module related to ExtUtils::MakeMaker
1022cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm				Writes a bootstrap file (see MakeMaker)
1023cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm				Writes a linker options file for extensions
1024cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm					MakeMaker adaptor class
1025cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm					MakeMaker methods for AIX
1026cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm					MakeMaker methods for Any OS
1027cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm					MakeMaker methods for BeOS
1028cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm				MakeMaker methods for Cygwin
1029cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm				MakeMaker methods for Darwin
1030cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm					MakeMaker methods for DOS
1031cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm				MakeMaker methods for MacOS
1032cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm					MakeMaker methods for NetWare
1033cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm					MakeMaker methods for OS/2
1034cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm				MakeMaker methods for OS 390
1035cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm					MakeMaker methods for QNX
1036cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm					MakeMaker methods for Unix
1037cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm					MakeMaker methods for U/WIN
1038cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm					MakeMaker methods for VMS
1039cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm					MakeMaker methods for VOS
1040cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm				MakeMaker methods for Win32
1041cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm				MakeMaker methods for Win95
1042cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm					MakeMaker user override class
1043cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm					Fixes up @INC to use just-built extension
1044cpan/ExtUtils-MakeMaker/t/00compile.t						See if MakeMaker modules compile
1045cpan/ExtUtils-MakeMaker/t/01perl_bugs.t						Test file related to ExtUtils::MakeMaker
1046cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t					Test file related to ExtUtils::MakeMaker
1047cpan/ExtUtils-MakeMaker/t/03-xsstatic.t						Test file related to ExtUtils::MakeMaker
1048cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t					Test file related to ExtUtils::MakeMaker
1049cpan/ExtUtils-MakeMaker/t/arch_check.t						Test MakeMaker's arch_check()
1050cpan/ExtUtils-MakeMaker/t/backwards.t						Check MakeMaker's backwards compatibility
1051cpan/ExtUtils-MakeMaker/t/basic.t						See if MakeMaker can build a module
1052cpan/ExtUtils-MakeMaker/t/build_man.t						Set if MakeMaker builds manpages
1053cpan/ExtUtils-MakeMaker/t/cd.t							Test to see cd works
1054cpan/ExtUtils-MakeMaker/t/config.t						Test ExtUtils::MakeMaker::Config
1055cpan/ExtUtils-MakeMaker/t/cp.t							Test file related to ExtUtils::MakeMaker
1056cpan/ExtUtils-MakeMaker/t/dir_target.t						Verify if dir_target() is supported
1057cpan/ExtUtils-MakeMaker/t/echo.t						Test for ExtUtils::MakeMaker
1058cpan/ExtUtils-MakeMaker/t/eu_command.t						Test file related to ExtUtils::MakeMaker
1059cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t					See if FIRST_MAKEFILE works
1060cpan/ExtUtils-MakeMaker/t/fix_libs.t						Test for ExtUtils::MakeMaker
1061cpan/ExtUtils-MakeMaker/t/fixin.t						See if ExtUtils::MakeMaker works
1062cpan/ExtUtils-MakeMaker/t/hints.t						See if hint files are honored.
1063cpan/ExtUtils-MakeMaker/t/INST.t						Check MakeMaker INST_* macros
1064cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t						See if MakeMaker can apply PREFIXs
1065cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t					Test INSTALL_BASE in MakeMaker
1066cpan/ExtUtils-MakeMaker/t/installed_file.t					Test for ExtUtils::MakeMaker
1067cpan/ExtUtils-MakeMaker/t/is_of_type.t						Test for ExtUtils::MakeMaker
1068cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm				MakeMaker test utilities
1069cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm			MakeMaker test utilities
1070cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm			MakeMaker test utilities
1071cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm				MakeMaker test utilities
1072cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm						Testing library for dummy input handles
1073cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm						Testing library to capture prints
1074cpan/ExtUtils-MakeMaker/t/Liblist.t						See if ExtUtils::Liblist works
1075cpan/ExtUtils-MakeMaker/t/make.t						See if make detection works
1076cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t				test "MakeMaker Parameters" section
1077cpan/ExtUtils-MakeMaker/t/maketext_filter.t					See if maketext_filter works
1078cpan/ExtUtils-MakeMaker/t/meta_convert.t					See if MakeMaker works
1079cpan/ExtUtils-MakeMaker/t/META_for_testing.json					test data for MakeMaker
1080cpan/ExtUtils-MakeMaker/t/META_for_testing.yml					test data for MakeMaker
1081cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml			test data for MakeMaker
1082cpan/ExtUtils-MakeMaker/t/metafile_data.t					See if META.yml handling works
1083cpan/ExtUtils-MakeMaker/t/metafile_file.t					See if META.yml handling works
1084cpan/ExtUtils-MakeMaker/t/min_perl_version.t					Test the MIN_PERL_VERSION argument to WriteMakefile.
1085cpan/ExtUtils-MakeMaker/t/miniperl.t						Test MakeMaker with miniperl
1086cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t						See if ExtUtils::Mkbootstrap works
1087cpan/ExtUtils-MakeMaker/t/MM_Any.t						See if ExtUtils::MM_Any works
1088cpan/ExtUtils-MakeMaker/t/MM_BeOS.t						See if ExtUtils::MM_BeOS works
1089cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t						See if ExtUtils::MM_Cygwin works
1090cpan/ExtUtils-MakeMaker/t/MM_NW5.t						See if ExtUtils::MM_NW5 works
1091cpan/ExtUtils-MakeMaker/t/MM_OS2.t						See if ExtUtils::MM_OS2 works
1092cpan/ExtUtils-MakeMaker/t/MM_Unix.t						See if ExtUtils::MM_UNIX works
1093cpan/ExtUtils-MakeMaker/t/MM_VMS.t						See if ExtUtils::MM_VMS works
1094cpan/ExtUtils-MakeMaker/t/MM_Win32.t						See if ExtUtils::MM_Win32 works
1095cpan/ExtUtils-MakeMaker/t/oneliner.t						See if MM can generate perl one-liners
1096cpan/ExtUtils-MakeMaker/t/os_unsupported.t					Test file related to ExtUtils::MakeMaker
1097cpan/ExtUtils-MakeMaker/t/parse_abstract.t					See if parse_abstract works
1098cpan/ExtUtils-MakeMaker/t/parse_version.t					See if parse_version works
1099cpan/ExtUtils-MakeMaker/t/PL_FILES.t						Test PL_FILES in MakeMaker
1100cpan/ExtUtils-MakeMaker/t/pm.t							See if MakeMaker can handle PM
1101cpan/ExtUtils-MakeMaker/t/pm_to_blib.t						Test for ExtUtils::MakeMaker
1102cpan/ExtUtils-MakeMaker/t/pod2man.t						See if MakeMaker can handle no pod2man
1103cpan/ExtUtils-MakeMaker/t/postamble.t						See if postamble works
1104cpan/ExtUtils-MakeMaker/t/prefixify.t						See if MakeMaker can apply a PREFIX
1105cpan/ExtUtils-MakeMaker/t/prereq.t						See if MakeMaker works
1106cpan/ExtUtils-MakeMaker/t/prereq_print.t					See if PREREQ_PRINT works
1107cpan/ExtUtils-MakeMaker/t/problems.t						How MakeMaker reacts to build problems
1108cpan/ExtUtils-MakeMaker/t/prompt.t						See if E::MM::prompt() works
1109cpan/ExtUtils-MakeMaker/t/recurs.t						See if recursive builds work
1110cpan/ExtUtils-MakeMaker/t/revision.t						See if $Revision is correct
1111cpan/ExtUtils-MakeMaker/t/several_authors.t					See if multiple AUTHORs work
1112cpan/ExtUtils-MakeMaker/t/split_command.t					See if MM's xargs-like function works
1113cpan/ExtUtils-MakeMaker/t/test_boilerplate.t					MakeMaker test
1114cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm	test data for MakeMaker
1115cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm	test data for MakeMaker
1116cpan/ExtUtils-MakeMaker/t/testlib.t						See if ExtUtils::testlib works
1117cpan/ExtUtils-MakeMaker/t/unicode.t						Test file related to ExtUtils::MakeMaker
1118cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t					See if MakeMaker's VERSION_FROM works
1119cpan/ExtUtils-MakeMaker/t/vstrings.t						Test file related to ExtUtils::MakeMaker
1120cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t					See if WriteEmptyMakefile works
1121cpan/ExtUtils-MakeMaker/t/writemakefile_args.t					See if WriteMakefile works
1122cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm		Utilities to write MANIFEST files
1123cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP	The default MANIFEST.SKIP
1124cpan/ExtUtils-Manifest/t/Manifest.t			See if ExtUtils::Manifest works
1125cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm	Implement pl2bat
1126cpan/ExtUtils-PL2Bat/t/make_executable.t	Tests if ExtUtils::PL2Bat makes bat files that are executable
1127cpan/File-Fetch/lib/File/Fetch.pm	File::Fetch
1128cpan/File-Fetch/t/01_File-Fetch.t	File::Fetch tests
1129cpan/File-Fetch/t/null_subclass.t
1130cpan/File-Path/lib/File/Path.pm		Do things like 'mkdir -p' and 'rm -r'
1131cpan/File-Path/t/FilePathTest.pm	See if File::Path works
1132cpan/File-Path/t/Path.t			See if File::Path works
1133cpan/File-Path/t/Path_root.t		See if File::Path works
1134cpan/File-Path/t/Path_win32.t		See if File::Path works
1135cpan/File-Path/t/taint.t		See if File::Path works with -T
1136cpan/File-Temp/lib/File/Temp.pm		create safe temporary files and file handles
1137cpan/File-Temp/t/cmp.t			See if File::Temp works
1138cpan/File-Temp/t/fork.t			See if File::Temp works
1139cpan/File-Temp/t/lock.t			See if File::Temp works
1140cpan/File-Temp/t/mktemp.t		See if File::Temp works
1141cpan/File-Temp/t/object.t		See if File::Temp works
1142cpan/File-Temp/t/posix.t		See if File::Temp works
1143cpan/File-Temp/t/rmtree.t		See if File::Temp works
1144cpan/File-Temp/t/security.t		See if File::Temp works
1145cpan/File-Temp/t/seekable.t		See if File::Temp works
1146cpan/File-Temp/t/tempfile.t		See if File::Temp works
1147cpan/Filter-Util-Call/Call.pm			Filter::Util::Call extension module
1148cpan/Filter-Util-Call/Call.xs			Filter::Util::Call extension external subroutines
1149cpan/Filter-Util-Call/filter-util.pl		See if Filter::Util::Call works
1150cpan/Filter-Util-Call/t/call.t			See if Filter::Util::Call works
1151cpan/Filter-Util-Call/t/rt_101033.pm
1152cpan/Filter-Util-Call/t/rt_101033.t
1153cpan/Filter-Util-Call/t/rt_54452-rebless.t
1154cpan/Getopt-Long/lib/Getopt/Long.pm		Fetch command options (GetOptions)
1155cpan/Getopt-Long/lib/Getopt/Long/Parser.pm	Getopt-Long
1156cpan/Getopt-Long/t/gol-basic.t			See if Getopt::Long works
1157cpan/Getopt-Long/t/gol-linkage.t		See if Getopt::Long works
1158cpan/Getopt-Long/t/gol-load1.t			Getopt-Long
1159cpan/Getopt-Long/t/gol-load2.t			Getopt-Long
1160cpan/Getopt-Long/t/gol-oo.t			See if Getopt::Long works
1161cpan/Getopt-Long/t/gol-xargv.t			See if Getopt::Long works
1162cpan/Getopt-Long/t/gol-xstring.t		See if Getopt::Long works
1163cpan/HTTP-Tiny/corpus/auth-01.txt	Test file related to HTTP::Tiny
1164cpan/HTTP-Tiny/corpus/auth-02.txt	Test file related to HTTP::Tiny
1165cpan/HTTP-Tiny/corpus/auth-03.txt	Test file related to HTTP::Tiny
1166cpan/HTTP-Tiny/corpus/auth-04.txt	Test file related to HTTP::Tiny
1167cpan/HTTP-Tiny/corpus/auth-05.txt	Test file related to HTTP::Tiny
1168cpan/HTTP-Tiny/corpus/cookies-01.txt	Test file related to HTTP::Tiny
1169cpan/HTTP-Tiny/corpus/cookies-02.txt	Test file related to HTTP::Tiny
1170cpan/HTTP-Tiny/corpus/cookies-03.txt	Test file related to HTTP::Tiny
1171cpan/HTTP-Tiny/corpus/cookies-04.txt	Test file related to HTTP::Tiny
1172cpan/HTTP-Tiny/corpus/cookies-05.txt	Test file related to HTTP::Tiny
1173cpan/HTTP-Tiny/corpus/cookies-06.txt	Test file related to HTTP::Tiny
1174cpan/HTTP-Tiny/corpus/cookies-07.txt	Test file related to HTTP::Tiny
1175cpan/HTTP-Tiny/corpus/delete-01.txt	Test file related to HTTP::Tiny
1176cpan/HTTP-Tiny/corpus/form-01.txt	Test file related to HTTP::Tiny
1177cpan/HTTP-Tiny/corpus/form-02.txt	Test file related to HTTP::Tiny
1178cpan/HTTP-Tiny/corpus/form-03.txt	Test file related to HTTP::Tiny
1179cpan/HTTP-Tiny/corpus/form-04.txt	Test file related to HTTP::Tiny
1180cpan/HTTP-Tiny/corpus/form-05.txt	Test file related to HTTP::Tiny
1181cpan/HTTP-Tiny/corpus/get-01.txt	Test file related to HTTP::Tiny
1182cpan/HTTP-Tiny/corpus/get-02.txt	Test file related to HTTP::Tiny
1183cpan/HTTP-Tiny/corpus/get-03.txt	Test file related to HTTP::Tiny
1184cpan/HTTP-Tiny/corpus/get-04.txt	Test file related to HTTP::Tiny
1185cpan/HTTP-Tiny/corpus/get-05.txt	Test file related to HTTP::Tiny
1186cpan/HTTP-Tiny/corpus/get-06.txt	Test file related to HTTP::Tiny
1187cpan/HTTP-Tiny/corpus/get-07.txt	Test file related to HTTP::Tiny
1188cpan/HTTP-Tiny/corpus/get-08.txt	Test file related to HTTP::Tiny
1189cpan/HTTP-Tiny/corpus/get-09.txt	Test file related to HTTP::Tiny
1190cpan/HTTP-Tiny/corpus/get-10.txt	Test file related to HTTP::Tiny
1191cpan/HTTP-Tiny/corpus/get-11.txt	Test file related to HTTP::Tiny
1192cpan/HTTP-Tiny/corpus/get-12.txt	Test file related to HTTP::Tiny
1193cpan/HTTP-Tiny/corpus/get-13.txt	Test file related to HTTP::Tiny
1194cpan/HTTP-Tiny/corpus/get-14.txt	Test file related to HTTP::Tiny
1195cpan/HTTP-Tiny/corpus/get-15.txt	Test file related to HTTP::Tiny
1196cpan/HTTP-Tiny/corpus/get-16.txt	Test file related to HTTP::Tiny
1197cpan/HTTP-Tiny/corpus/get-17.txt	Test file related to HTTP::Tiny
1198cpan/HTTP-Tiny/corpus/get-18.txt	Test file related to HTTP::Tiny
1199cpan/HTTP-Tiny/corpus/get-19.txt	Test file related to HTTP::Tiny
1200cpan/HTTP-Tiny/corpus/get-20.txt	Test file related to HTTP::Tiny
1201cpan/HTTP-Tiny/corpus/get-21.txt	Test file related to HTTP::Tiny
1202cpan/HTTP-Tiny/corpus/get-22.txt	Test file related to HTTP::Tiny
1203cpan/HTTP-Tiny/corpus/get-23.txt	Test file related to HTTP::Tiny
1204cpan/HTTP-Tiny/corpus/head-01.txt	Test file related to HTTP::Tiny
1205cpan/HTTP-Tiny/corpus/keepalive-01.txt	Test file related to HTTP::Tiny
1206cpan/HTTP-Tiny/corpus/keepalive-02.txt	Test file related to HTTP::Tiny
1207cpan/HTTP-Tiny/corpus/keepalive-03.txt	Test file related to HTTP::Tiny
1208cpan/HTTP-Tiny/corpus/keepalive-04.txt	Test file related to HTTP::Tiny
1209cpan/HTTP-Tiny/corpus/keepalive-05.txt	Test file related to HTTP::Tiny
1210cpan/HTTP-Tiny/corpus/mirror-01.txt	Test file related to HTTP::Tiny
1211cpan/HTTP-Tiny/corpus/mirror-02.txt	Test file related to HTTP::Tiny
1212cpan/HTTP-Tiny/corpus/mirror-03.txt	Test file related to HTTP::Tiny
1213cpan/HTTP-Tiny/corpus/mirror-04.txt	Test file related to HTTP::Tiny
1214cpan/HTTP-Tiny/corpus/mirror-05.txt	Test file related to HTTP::Tiny
1215cpan/HTTP-Tiny/corpus/post-01.txt	Test file related to HTTP::Tiny
1216cpan/HTTP-Tiny/corpus/post-02.txt	Test file related to HTTP::Tiny
1217cpan/HTTP-Tiny/corpus/proxy-auth-01.txt	Test file related to HTTP::Tiny
1218cpan/HTTP-Tiny/corpus/put-01.txt	Test file related to HTTP::Tiny
1219cpan/HTTP-Tiny/corpus/put-02.txt	Test file related to HTTP::Tiny
1220cpan/HTTP-Tiny/corpus/put-03.txt	Test file related to HTTP::Tiny
1221cpan/HTTP-Tiny/corpus/put-04.txt	Test file related to HTTP::Tiny
1222cpan/HTTP-Tiny/corpus/put-05.txt	Test file related to HTTP::Tiny
1223cpan/HTTP-Tiny/corpus/put-06.txt	Test file related to HTTP::Tiny
1224cpan/HTTP-Tiny/corpus/put-07.txt	Test file related to HTTP::Tiny
1225cpan/HTTP-Tiny/corpus/put-08.txt	Test file related to HTTP::Tiny
1226cpan/HTTP-Tiny/corpus/redirect-01.txt	Test file related to HTTP::Tiny
1227cpan/HTTP-Tiny/corpus/redirect-02.txt	Test file related to HTTP::Tiny
1228cpan/HTTP-Tiny/corpus/redirect-03.txt	Test file related to HTTP::Tiny
1229cpan/HTTP-Tiny/corpus/redirect-04.txt	Test file related to HTTP::Tiny
1230cpan/HTTP-Tiny/corpus/redirect-05.txt	Test file related to HTTP::Tiny
1231cpan/HTTP-Tiny/corpus/redirect-06.txt	Test file related to HTTP::Tiny
1232cpan/HTTP-Tiny/corpus/redirect-07.txt	Test file related to HTTP::Tiny
1233cpan/HTTP-Tiny/corpus/redirect-08.txt	Test file related to HTTP::Tiny
1234cpan/HTTP-Tiny/corpus/redirect-09.txt	Test file related to HTTP::Tiny
1235cpan/HTTP-Tiny/corpus/redirect-10.txt	Test file related to HTTP::Tiny
1236cpan/HTTP-Tiny/lib/HTTP/Tiny.pm		Module related to HTTP::Tiny
1237cpan/HTTP-Tiny/t/000_load.t		Test file related to HTTP::Tiny
1238cpan/HTTP-Tiny/t/001_api.t		Test file related to HTTP::Tiny
1239cpan/HTTP-Tiny/t/002_croakage.t		Test file related to HTTP::Tiny
1240cpan/HTTP-Tiny/t/003_agent.t		Test file related to HTTP::Tiny
1241cpan/HTTP-Tiny/t/004_timeout.t		Test file related to HTTP::Tiny
1242cpan/HTTP-Tiny/t/010_url.t		Test file related to HTTP::Tiny
1243cpan/HTTP-Tiny/t/020_headers.t		Test file related to HTTP::Tiny
1244cpan/HTTP-Tiny/t/030_response.t		Test file related to HTTP::Tiny
1245cpan/HTTP-Tiny/t/040_content.t		Test file related to HTTP::Tiny
1246cpan/HTTP-Tiny/t/050_chunked_body.t	Test file related to HTTP::Tiny
1247cpan/HTTP-Tiny/t/060_http_date.t	Test file related to HTTP::Tiny
1248cpan/HTTP-Tiny/t/070_cookie_jar.t	Test file related to HTTP::Tiny
1249cpan/HTTP-Tiny/t/100_get.t		Test file related to HTTP::Tiny
1250cpan/HTTP-Tiny/t/101_head.t		Test file related to HTTP::Tiny
1251cpan/HTTP-Tiny/t/102_put.t		Test file related to HTTP::Tiny
1252cpan/HTTP-Tiny/t/103_delete.t		Test file related to HTTP::Tiny
1253cpan/HTTP-Tiny/t/104_post.t		Test file related to HTTP::Tiny
1254cpan/HTTP-Tiny/t/110_mirror.t		Test file related to HTTP::Tiny
1255cpan/HTTP-Tiny/t/130_redirect.t		Test file related to HTTP::Tiny
1256cpan/HTTP-Tiny/t/140_proxy.t		Test file related to HTTP::Tiny
1257cpan/HTTP-Tiny/t/141_no_proxy.t		Test file related to HTTP::Tiny
1258cpan/HTTP-Tiny/t/150_post_form.t	Test file related to HTTP::Tiny
1259cpan/HTTP-Tiny/t/160_cookies.t		Test file related to HTTP::Tiny
1260cpan/HTTP-Tiny/t/161_basic_auth.t	Test file related to HTTP::Tiny
1261cpan/HTTP-Tiny/t/162_proxy_auth.t	Test file related to HTTP::Tiny
1262cpan/HTTP-Tiny/t/170_keepalive.t	Test file related to HTTP::Tiny
1263cpan/HTTP-Tiny/t/180_verify_SSL.t	Test file related to HTTP::Tiny
1264cpan/HTTP-Tiny/t/BrokenCookieJar.pm	Module related to HTTP::Tiny
1265cpan/HTTP-Tiny/t/SimpleCookieJar.pm	Module related to HTTP::Tiny
1266cpan/HTTP-Tiny/t/Util.pm		Module related to HTTP::Tiny
1267cpan/IO-Compress/bin/streamzip				IO-Compress
1268cpan/IO-Compress/bin/zipdetails				IO::Compress
1269cpan/IO-Compress/lib/Compress/Zlib.pm			IO::Compress
1270cpan/IO-Compress/lib/File/GlobMapper.pm			IO::Compress
1271cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm	IO::Compress
1272cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm	IO::Compress
1273cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm	IO::Compress
1274cpan/IO-Compress/lib/IO/Compress/Base.pm		IO::Compress
1275cpan/IO-Compress/lib/IO/Compress/Base/Common.pm		IO::Compress
1276cpan/IO-Compress/lib/IO/Compress/Bzip2.pm		IO::Compress
1277cpan/IO-Compress/lib/IO/Compress/Deflate.pm		IO::Compress
1278cpan/IO-Compress/lib/IO/Compress/FAQ.pod		IO::Compress
1279cpan/IO-Compress/lib/IO/Compress/Gzip.pm		IO::Compress
1280cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm	IO::Compress
1281cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm		IO::Compress
1282cpan/IO-Compress/lib/IO/Compress/Zip.pm			IO::Compress
1283cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm	IO::Compress
1284cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm	IO::Compress
1285cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm		IO::Compress
1286cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm	IO::Compress
1287cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm	IO::Compress
1288cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm	IO::Compress
1289cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm	IO::Compress
1290cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm	IO::Compress
1291cpan/IO-Compress/lib/IO/Uncompress/Base.pm		IO::Compress
1292cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm		IO::Compress
1293cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm		IO::Compress
1294cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm		IO::Compress
1295cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm	IO::Compress
1296cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm		IO::Compress
1297cpan/IO-Compress/Makefile.PL				IO::Compress
1298cpan/IO-Compress/private/MakeUtil.pm			IO::Compress
1299cpan/IO-Compress/t/001bzip2.t				IO::Compress
1300cpan/IO-Compress/t/001zlib-generic-deflate.t		IO::Compress
1301cpan/IO-Compress/t/001zlib-generic-gzip.t		IO::Compress
1302cpan/IO-Compress/t/001zlib-generic-rawdeflate.t		IO::Compress
1303cpan/IO-Compress/t/001zlib-generic-zip.t		IO::Compress
1304cpan/IO-Compress/t/002any-deflate.t			IO::Compress
1305cpan/IO-Compress/t/002any-gzip.t			IO::Compress
1306cpan/IO-Compress/t/002any-rawdeflate.t			IO::Compress
1307cpan/IO-Compress/t/002any-transparent.t			IO::Compress
1308cpan/IO-Compress/t/002any-zip.t				IO::Compress
1309cpan/IO-Compress/t/004gziphdr.t				IO::Compress
1310cpan/IO-Compress/t/005defhdr.t				IO::Compress
1311cpan/IO-Compress/t/006zip.t				IO::Compress
1312cpan/IO-Compress/t/011-streamzip.t			Test file related to IO-Compress
1313cpan/IO-Compress/t/01misc.t				IO::Compress
1314cpan/IO-Compress/t/020isize.t				IO::Compress
1315cpan/IO-Compress/t/050interop-gzip.t			IO::Compress
1316cpan/IO-Compress/t/100generic-bzip2.t			IO::Compress
1317cpan/IO-Compress/t/100generic-deflate.t			IO::Compress
1318cpan/IO-Compress/t/100generic-gzip.t			IO::Compress
1319cpan/IO-Compress/t/100generic-rawdeflate.t		IO::Compress
1320cpan/IO-Compress/t/100generic-zip.t			IO::Compress
1321cpan/IO-Compress/t/101truncate-bzip2.t			IO::Compress
1322cpan/IO-Compress/t/101truncate-deflate.t		IO::Compress
1323cpan/IO-Compress/t/101truncate-gzip.t			IO::Compress
1324cpan/IO-Compress/t/101truncate-rawdeflate.t		IO::Compress
1325cpan/IO-Compress/t/101truncate-zip.t			IO::Compress
1326cpan/IO-Compress/t/102tied-bzip2.t			IO::Compress
1327cpan/IO-Compress/t/102tied-deflate.t			IO::Compress
1328cpan/IO-Compress/t/102tied-gzip.t			IO::Compress
1329cpan/IO-Compress/t/102tied-rawdeflate.t			IO::Compress
1330cpan/IO-Compress/t/102tied-zip.t			IO::Compress
1331cpan/IO-Compress/t/103newtied-bzip2.t			IO::Compress
1332cpan/IO-Compress/t/103newtied-deflate.t			IO::Compress
1333cpan/IO-Compress/t/103newtied-gzip.t			IO::Compress
1334cpan/IO-Compress/t/103newtied-rawdeflate.t		IO::Compress
1335cpan/IO-Compress/t/103newtied-zip.t			IO::Compress
1336cpan/IO-Compress/t/104destroy-bzip2.t			IO::Compress
1337cpan/IO-Compress/t/104destroy-deflate.t			IO::Compress
1338cpan/IO-Compress/t/104destroy-gzip.t			IO::Compress
1339cpan/IO-Compress/t/104destroy-rawdeflate.t		IO::Compress
1340cpan/IO-Compress/t/104destroy-zip.t			IO::Compress
1341cpan/IO-Compress/t/105oneshot-bzip2.t			IO::Compress
1342cpan/IO-Compress/t/105oneshot-deflate.t			IO::Compress
1343cpan/IO-Compress/t/105oneshot-gzip.t			IO::Compress
1344cpan/IO-Compress/t/105oneshot-gzip-only.t		IO::Compress
1345cpan/IO-Compress/t/105oneshot-rawdeflate.t		IO::Compress
1346cpan/IO-Compress/t/105oneshot-zip.t			IO::Compress
1347cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t		IO::Compress
1348cpan/IO-Compress/t/105oneshot-zip-only.t		IO::Compress
1349cpan/IO-Compress/t/105oneshot-zip-store-only.t		IO::Compress
1350cpan/IO-Compress/t/106prime-bzip2.t			IO::Compress
1351cpan/IO-Compress/t/106prime-deflate.t			IO::Compress
1352cpan/IO-Compress/t/106prime-gzip.t			IO::Compress
1353cpan/IO-Compress/t/106prime-rawdeflate.t		IO::Compress
1354cpan/IO-Compress/t/106prime-zip.t			IO::Compress
1355cpan/IO-Compress/t/107multi-bzip2.t			IO::Compress
1356cpan/IO-Compress/t/107multi-deflate.t			IO::Compress
1357cpan/IO-Compress/t/107multi-gzip.t			IO::Compress
1358cpan/IO-Compress/t/107multi-rawdeflate.t		IO::Compress
1359cpan/IO-Compress/t/107multi-zip.t			IO::Compress
1360cpan/IO-Compress/t/107multi-zip-only.t			Test file related to IO-Compress
1361cpan/IO-Compress/t/108anyunc-bzip2.t			IO::Compress
1362cpan/IO-Compress/t/108anyunc-deflate.t			IO::Compress
1363cpan/IO-Compress/t/108anyunc-gzip.t			IO::Compress
1364cpan/IO-Compress/t/108anyunc-rawdeflate.t		IO::Compress
1365cpan/IO-Compress/t/108anyunc-transparent.t		IO::Compress
1366cpan/IO-Compress/t/108anyunc-zip.t			IO::Compress
1367cpan/IO-Compress/t/109merge-deflate.t			IO::Compress
1368cpan/IO-Compress/t/109merge-gzip.t			IO::Compress
1369cpan/IO-Compress/t/109merge-rawdeflate.t		IO::Compress
1370cpan/IO-Compress/t/109merge-zip.t			IO::Compress
1371cpan/IO-Compress/t/110encode-bzip2.t			IO::Compress
1372cpan/IO-Compress/t/110encode-deflate.t			IO::Compress
1373cpan/IO-Compress/t/110encode-gzip.t			IO::Compress
1374cpan/IO-Compress/t/110encode-rawdeflate.t		IO::Compress
1375cpan/IO-Compress/t/110encode-zip.t			IO::Compress
1376cpan/IO-Compress/t/111const-deflate.t			IO::Compress
1377cpan/IO-Compress/t/112utf8-zip.t			Test file related to IO-Compress
1378cpan/IO-Compress/t/113issues.t				Test file related to IO-Compress
1379cpan/IO-Compress/t/999pod.t				IO::Compress
1380cpan/IO-Compress/t/compress/any.pl			Compress::Zlib
1381cpan/IO-Compress/t/compress/anyunc.pl			Compress::Zlib
1382cpan/IO-Compress/t/compress/CompTestUtils.pm		Compress::Zlib
1383cpan/IO-Compress/t/compress/destroy.pl			Compress::Zlib
1384cpan/IO-Compress/t/compress/encode.pl			Compress::Zlib
1385cpan/IO-Compress/t/compress/generic.pl			Compress::Zlib
1386cpan/IO-Compress/t/compress/merge.pl			Compress::Zlib
1387cpan/IO-Compress/t/compress/multi.pl			Compress::Zlib
1388cpan/IO-Compress/t/compress/newtied.pl			Compress::Zlib
1389cpan/IO-Compress/t/compress/oneshot.pl			Compress::Zlib
1390cpan/IO-Compress/t/compress/prime.pl			Compress::Zlib
1391cpan/IO-Compress/t/compress/tied.pl			Compress::Zlib
1392cpan/IO-Compress/t/compress/truncate.pl			Compress::Zlib
1393cpan/IO-Compress/t/compress/zlib-generic.pl		Compress::Zlib
1394cpan/IO-Compress/t/cz-01version.t			IO::Compress
1395cpan/IO-Compress/t/cz-03zlib-v1.t			IO::Compress
1396cpan/IO-Compress/t/cz-06gzsetp.t			IO::Compress
1397cpan/IO-Compress/t/cz-08encoding.t			IO::Compress
1398cpan/IO-Compress/t/cz-14gzopen.t			IO::Compress
1399cpan/IO-Compress/t/files/bad-efs.zip			IO-Compress
1400cpan/IO-Compress/t/files/encrypt-aes.zip		IO-Compress
1401cpan/IO-Compress/t/files/encrypt-standard.zip		IO-Compress
1402cpan/IO-Compress/t/files/jar.zip			IO-Compress
1403cpan/IO-Compress/t/files/meta.xml			IO-Compress
1404cpan/IO-Compress/t/files/test.ods			IO-Compress
1405cpan/IO-Compress/t/files/testfile1.odt			IO-Compress
1406cpan/IO-Compress/t/globmapper.t				IO::Compress
1407cpan/IO-Socket-IP/.editorconfig				IO-Socket-IP
1408cpan/IO-Socket-IP/lib/IO/Socket/IP.pm			IO::Socket::IP
1409cpan/IO-Socket-IP/t/00use.t				IO::Socket::IP tests
1410cpan/IO-Socket-IP/t/01local-client-v4.t			IO::Socket::IP tests
1411cpan/IO-Socket-IP/t/02local-server-v4.t			IO::Socket::IP tests
1412cpan/IO-Socket-IP/t/03local-cross-v4.t			IO::Socket::IP tests
1413cpan/IO-Socket-IP/t/04local-client-v6.t			IO::Socket::IP tests
1414cpan/IO-Socket-IP/t/05local-server-v6.t			IO::Socket::IP tests
1415cpan/IO-Socket-IP/t/06local-cross-v6.t			IO::Socket::IP tests
1416cpan/IO-Socket-IP/t/10args.t				IO::Socket::IP tests
1417cpan/IO-Socket-IP/t/11sockopts.t			IO::Socket::IP tests
1418cpan/IO-Socket-IP/t/12port-fallback.t			IO::Socket::IP tests
1419cpan/IO-Socket-IP/t/13addrinfo.t			IO::Socket::IP tests
1420cpan/IO-Socket-IP/t/14fileno.t				IO::Socket::IP tests
1421cpan/IO-Socket-IP/t/15io-socket.t			IO::Socket::IP tests
1422cpan/IO-Socket-IP/t/16v6only.t				IO::Socket::IP tests
1423cpan/IO-Socket-IP/t/17gai-flags.t			IO::Socket::IP tests
1424cpan/IO-Socket-IP/t/18fdopen.t				IO::Socket::IP tests
1425cpan/IO-Socket-IP/t/19no-addrs.t			IO::Socket::IP tests
1426cpan/IO-Socket-IP/t/20subclass.t			IO::Socket::IP tests
1427cpan/IO-Socket-IP/t/21as-inet.t				IO::Socket::IP tests
1428cpan/IO-Socket-IP/t/22timeout.t				Test file related to IO::Socket::IP
1429cpan/IO-Socket-IP/t/30nonblocking-connect.t		IO::Socket::IP tests
1430cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t	IO::Socket::IP tests
1431cpan/IO-Socket-IP/t/99pod.t				IO::Socket::IP tests
1432cpan/IO-Zlib/t/basic.t			Tests for IO::Zlib
1433cpan/IO-Zlib/t/external.t		Tests for IO::Zlib
1434cpan/IO-Zlib/t/getc.t			Tests for IO::Zlib
1435cpan/IO-Zlib/t/getline.t		Tests for IO::Zlib
1436cpan/IO-Zlib/t/import.t			Tests for IO::Zlib
1437cpan/IO-Zlib/t/large.t			Tests for IO::Zlib
1438cpan/IO-Zlib/t/tied.t			Tests for IO::Zlib
1439cpan/IO-Zlib/t/uncomp1.t		Tests for IO::Zlib
1440cpan/IO-Zlib/t/uncomp2.t		Tests for IO::Zlib
1441cpan/IO-Zlib/Zlib.pm			IO::Zlib
1442cpan/IPC-Cmd/lib/IPC/Cmd.pm		IPC::Cmd
1443cpan/IPC-Cmd/t/01_IPC-Cmd.t		IPC::Cmd tests
1444cpan/IPC-Cmd/t/02_Interactive.t		IPC::Cmd tests
1445cpan/IPC-Cmd/t/03_run-forked.t		IPC::Cmd tests
1446cpan/IPC-Cmd/t/src/child.pl		IPC::Cmd tests
1447cpan/IPC-Cmd/t/src/output.pl		IPC::Cmd tests
1448cpan/IPC-Cmd/t/src/x.tgz		IPC::Cmd tests
1449cpan/IPC-SysV/hints/cygwin.pl		Hint for IPC::SysV for named architecture
1450cpan/IPC-SysV/hints/next_3.pl		Hint for IPC::SysV for named architecture
1451cpan/IPC-SysV/lib/IPC/Msg.pm		IPC::SysV extension Perl module
1452cpan/IPC-SysV/lib/IPC/Semaphore.pm	IPC::SysV extension Perl module
1453cpan/IPC-SysV/lib/IPC/SharedMem.pm	IPC::SysV extension Perl module
1454cpan/IPC-SysV/lib/IPC/SysV.pm		IPC::SysV extension Perl module
1455cpan/IPC-SysV/Makefile.PL		IPC::SysV makefile writer
1456cpan/IPC-SysV/regen.pl			IPC::SysV file regeneration script
1457cpan/IPC-SysV/SysV.xs			IPC::SysV extension Perl module
1458cpan/IPC-SysV/t/ipcsysv.t		IPC::SysV test file
1459cpan/IPC-SysV/t/msg.t			IPC::SysV test file
1460cpan/IPC-SysV/t/pod.t			IPC::SysV test file
1461cpan/IPC-SysV/t/podcov.t		IPC::SysV test file
1462cpan/IPC-SysV/t/sem.t			IPC::SysV test file
1463cpan/IPC-SysV/t/shm.t			IPC::SysV test file
1464cpan/IPC-SysV/typemap			IPC::SysV typemap
1465cpan/JSON-PP/bin/json_pp
1466cpan/JSON-PP/lib/JSON/PP.pm
1467cpan/JSON-PP/lib/JSON/PP/Boolean.pm
1468cpan/JSON-PP/t/000_load.t
1469cpan/JSON-PP/t/001_utf8.t
1470cpan/JSON-PP/t/002_error.t
1471cpan/JSON-PP/t/003_types.t
1472cpan/JSON-PP/t/004_dwiw_encode.t
1473cpan/JSON-PP/t/005_dwiw_decode.t
1474cpan/JSON-PP/t/006_pc_pretty.t
1475cpan/JSON-PP/t/007_pc_esc.t
1476cpan/JSON-PP/t/008_pc_base.t
1477cpan/JSON-PP/t/009_pc_extra_number.t
1478cpan/JSON-PP/t/010_pc_keysort.t
1479cpan/JSON-PP/t/011_pc_expo.t
1480cpan/JSON-PP/t/012_blessed.t
1481cpan/JSON-PP/t/013_limit.t
1482cpan/JSON-PP/t/014_latin1.t
1483cpan/JSON-PP/t/015_prefix.t
1484cpan/JSON-PP/t/016_tied.t
1485cpan/JSON-PP/t/017_relaxed.t
1486cpan/JSON-PP/t/018_json_checker.t
1487cpan/JSON-PP/t/019_incr.t
1488cpan/JSON-PP/t/020_faihu.t
1489cpan/JSON-PP/t/020_unknown.t
1490cpan/JSON-PP/t/021_evans.t
1491cpan/JSON-PP/t/022_comment_at_eof.t
1492cpan/JSON-PP/t/052_object.t
1493cpan/JSON-PP/t/099_binary.pl
1494cpan/JSON-PP/t/099_binary00.t
1495cpan/JSON-PP/t/099_binary01.t
1496cpan/JSON-PP/t/099_binary02.t
1497cpan/JSON-PP/t/099_binary03.t
1498cpan/JSON-PP/t/099_binary04.t
1499cpan/JSON-PP/t/099_binary05.t
1500cpan/JSON-PP/t/099_binary06.t
1501cpan/JSON-PP/t/099_binary07.t
1502cpan/JSON-PP/t/099_binary08.t
1503cpan/JSON-PP/t/099_binary09.t
1504cpan/JSON-PP/t/099_binary10.t
1505cpan/JSON-PP/t/099_binary11.t
1506cpan/JSON-PP/t/099_binary12.t
1507cpan/JSON-PP/t/099_binary13.t
1508cpan/JSON-PP/t/099_binary14.t
1509cpan/JSON-PP/t/099_binary15.t
1510cpan/JSON-PP/t/104_sortby.t
1511cpan/JSON-PP/t/105_esc_slash.t
1512cpan/JSON-PP/t/106_allow_barekey.t
1513cpan/JSON-PP/t/107_allow_singlequote.t
1514cpan/JSON-PP/t/108_decode.t
1515cpan/JSON-PP/t/109_encode.t
1516cpan/JSON-PP/t/110_bignum.t
1517cpan/JSON-PP/t/112_upgrade.t
1518cpan/JSON-PP/t/113_overloaded_eq.t
1519cpan/JSON-PP/t/114_decode_prefix.t
1520cpan/JSON-PP/t/115_tie_ixhash.t
1521cpan/JSON-PP/t/116_incr_parse_fixed.t
1522cpan/JSON-PP/t/117_numbers.t
1523cpan/JSON-PP/t/118_boolean_values.t
1524cpan/JSON-PP/t/119_incr_parse_utf8.t
1525cpan/JSON-PP/t/120_incr_parse_truncated.t
1526cpan/JSON-PP/t/core_bools.t
1527cpan/JSON-PP/t/gh_28_json_test_suite.t
1528cpan/JSON-PP/t/gh_29_trailing_false_value.t
1529cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
1530cpan/JSON-PP/t/rt_122270_old_xs_boolean.t
1531cpan/JSON-PP/t/rt_90071_incr_parse.t
1532cpan/JSON-PP/t/zero-mojibake.t
1533cpan/libnet/lib/Net/Cmd.pm		Module related to libnet
1534cpan/libnet/lib/Net/Config.pm		Module related to libnet
1535cpan/libnet/lib/Net/Domain.pm		Module related to libnet
1536cpan/libnet/lib/Net/FTP.pm		Module related to libnet
1537cpan/libnet/lib/Net/FTP/A.pm		Module related to libnet
1538cpan/libnet/lib/Net/FTP/dataconn.pm	Module related to libnet
1539cpan/libnet/lib/Net/FTP/E.pm		Module related to libnet
1540cpan/libnet/lib/Net/FTP/I.pm		Module related to libnet
1541cpan/libnet/lib/Net/FTP/L.pm		Module related to libnet
1542cpan/libnet/lib/Net/libnetFAQ.pod	libnet
1543cpan/libnet/lib/Net/Netrc.pm		Module related to libnet
1544cpan/libnet/lib/Net/NNTP.pm		Module related to libnet
1545cpan/libnet/lib/Net/POP3.pm		Module related to libnet
1546cpan/libnet/lib/Net/SMTP.pm		Module related to libnet
1547cpan/libnet/lib/Net/Time.pm		Module related to libnet
1548cpan/libnet/Makefile.PL			libnet
1549cpan/libnet/t/config.t			libnet
1550cpan/libnet/t/datasend.t		libnet
1551cpan/libnet/t/ftp.t			libnet
1552cpan/libnet/t/hostname.t		libnet
1553cpan/libnet/t/netrc.t			libnet
1554cpan/libnet/t/nntp.t			libnet
1555cpan/libnet/t/nntp_ipv6.t		Test file related to libnet
1556cpan/libnet/t/nntp_ssl.t		Test file related to libnet
1557cpan/libnet/t/pop3_ipv6.t		Test file related to libnet
1558cpan/libnet/t/pop3_ssl.t		Test file related to libnet
1559cpan/libnet/t/require.t			libnet
1560cpan/libnet/t/smtp.t			libnet
1561cpan/libnet/t/smtp_ipv6.t		Test file related to libnet
1562cpan/libnet/t/smtp_ssl.t		Test file related to libnet
1563cpan/libnet/t/time.t			libnet
1564cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm	Locale::Simple
1565cpan/Locale-Maketext-Simple/t/0-signature.t			Locale::Simple tests
1566cpan/Locale-Maketext-Simple/t/1-basic.t				Locale::Simple tests
1567cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t	Locale::Simple tests
1568cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t	Locale::Simple tests
1569cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po		Locale::Simple tests
1570cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po		Locale::Simple tests
1571cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po	Locale::Simple tests
1572cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po	Locale::Simple tests
1573cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po	Locale::Simple tests
1574cpan/Math-BigInt/lib/Math/BigFloat.pm			An arbitrary precision floating-point arithmetic package
1575cpan/Math-BigInt/lib/Math/BigInt.pm			An arbitrary precision integer arithmetic package
1576cpan/Math-BigInt/lib/Math/BigInt/Calc.pm		Pure Perl module to support Math::BigInt
1577cpan/Math-BigInt/lib/Math/BigInt/Lib.pm			Module related to Math::BigInt
1578cpan/Math-BigInt/lib/Math/BigRat.pm			Math-BigInt
1579cpan/Math-BigInt/t/alias.inc				Support for BigInt tests
1580cpan/Math-BigInt/t/bare_mbf.t				Test MBF under Math::BigInt::BareCalc
1581cpan/Math-BigInt/t/bare_mbi.t				Test MBI under Math::BigInt::BareCalc
1582cpan/Math-BigInt/t/bare_mbr.t				Math-BigInt
1583cpan/Math-BigInt/t/bare_mif.t				Rounding tests under BareCalc
1584cpan/Math-BigInt/t/bfround_numify.t			Test file related to Math::BigInt
1585cpan/Math-BigInt/t/big_ap.t				Math-BigInt
1586cpan/Math-BigInt/t/big_pi_e.t				test bpi() and bexp()
1587cpan/Math-BigInt/t/bigfltpm.inc				Shared tests for bigfltpm.t and sub_mbf.t
1588cpan/Math-BigInt/t/bigfltpm.t				See if BigFloat.pm works
1589cpan/Math-BigInt/t/bigfltrt.t				Math-BigInt
1590cpan/Math-BigInt/t/bigintc.t				See if BigInt/Calc.pm works
1591cpan/Math-BigInt/t/bigintc-import.t			Test file related to Math::BigInt
1592cpan/Math-BigInt/t/bigintpm.inc				Shared tests for bigintpm.t and sub_mbi.t
1593cpan/Math-BigInt/t/bigintpm.t				See if BigInt.pm works
1594cpan/Math-BigInt/t/bigints.t				See if BigInt.pm works
1595cpan/Math-BigInt/t/biglog.t				Test the log function
1596cpan/Math-BigInt/t/bigrat.t				Math-BigInt
1597cpan/Math-BigInt/t/bigratpm.inc				Math-BigInt
1598cpan/Math-BigInt/t/bigratpm.t				Math-BigInt
1599cpan/Math-BigInt/t/bigratup.t				Math-BigInt
1600cpan/Math-BigInt/t/bigroot.t				Test the broot function
1601cpan/Math-BigInt/t/bitwise-mbr.t			Math-BigInt
1602cpan/Math-BigInt/t/calling-class-methods.t		Test Math::BigInt
1603cpan/Math-BigInt/t/calling-constant.t			Test file related to Math::BigInt
1604cpan/Math-BigInt/t/calling-instance-methods.t		Test Math::BigInt
1605cpan/Math-BigInt/t/calling-lib1.t			Test file related to Math::BigInt
1606cpan/Math-BigInt/t/calling-lib2.t			Test file related to Math::BigInt
1607cpan/Math-BigInt/t/config.t				Test Math::BigInt->config()
1608cpan/Math-BigInt/t/downgrade-mbi-mbf.t			Math-BigInt
1609cpan/Math-BigInt/t/downgrade-mbi-mbr.t			Math-BigInt
1610cpan/Math-BigInt/t/hang-mbr.t				Math-BigInt
1611cpan/Math-BigInt/t/inf_nan.t				Special tests for inf and *NaN* handling
1612cpan/Math-BigInt/t/isa.t				Test for Math::BigInt inheritance
1613cpan/Math-BigInt/t/Math/BigFloat/BareSubclass.pm	Math-BigInt
1614cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm		Empty subclass of BigFloat for test
1615cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm		Bigint's simulation of Calc
1616cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm		Module related to Math::BigInt
1617cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm		Test Math::BigInt
1618cpan/Math-BigInt/t/Math/BigInt/Scalar.pm		Pure Perl module to support Math::BigInt
1619cpan/Math-BigInt/t/Math/BigInt/Subclass.pm		Empty subclass of BigInt for test
1620cpan/Math-BigInt/t/Math/BigRat/Subclass.pm		Math-BigInt
1621cpan/Math-BigInt/t/mbf_ali.t				Tests for BigFloat
1622cpan/Math-BigInt/t/mbi_ali.t				Tests for BigInt
1623cpan/Math-BigInt/t/mbi_rand.t				Test Math::BigInt randomly
1624cpan/Math-BigInt/t/mbimbf.inc				Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1625cpan/Math-BigInt/t/mbimbf.t				BigInt/BigFloat accuracy, precision and fallback, round_mode
1626cpan/Math-BigInt/t/mbr_ali.t				Math-BigInt
1627cpan/Math-BigInt/t/nan_cmp.t				overloaded comparison involving *NaN*
1628cpan/Math-BigInt/t/new_overloaded.t			test overloaded numbers in BigFloat's new()
1629cpan/Math-BigInt/t/round.t				Test rounding with non-integer A and P
1630cpan/Math-BigInt/t/rt-16221.t				Tests for objectify() w/foreign objs
1631cpan/Math-BigInt/t/rt121139.t				Math-BigInt
1632cpan/Math-BigInt/t/sub_ali.t				Tests for aliases in BigInt subclasses
1633cpan/Math-BigInt/t/sub_mbf.t				Empty subclass test of BigFloat
1634cpan/Math-BigInt/t/sub_mbi.t				Empty subclass test of BigInt
1635cpan/Math-BigInt/t/sub_mbr.t				Math-BigInt
1636cpan/Math-BigInt/t/sub_mif.t				Test A & P with subclasses using mbimbf.inc
1637cpan/Math-BigInt/t/trap.t				Test whether trap_nan and trap_inf work
1638cpan/Math-BigInt/t/upgrade.inc				Actual tests for upgrade.t
1639cpan/Math-BigInt/t/upgrade.t				Test if use Math::BigInt(); under upgrade works
1640cpan/Math-BigInt/t/upgrade2.t				Test that two upgrade levels work
1641cpan/Math-BigInt/t/upgradef.t				Test if use Math::BigFloat(); under upgrade works
1642cpan/Math-BigInt/t/use.t				Test if use Math::BigInt(); works
1643cpan/Math-BigInt/t/use_mbfw.t				use BigFloat w/ with and lib at the same time
1644cpan/Math-BigInt/t/with_sub.t				Test use Math::BigFloat with => package
1645cpan/Math-BigInt-FastCalc/FastCalc.xs			Math::BigInt::FastCalc extension
1646cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm	Math::BigInt::FastCalc extension
1647cpan/Math-BigInt-FastCalc/t/bigintfc.t			Math::BigInt::FastCalc extension
1648cpan/Math-BigInt-FastCalc/t/biglog.t			Test file related to Math::BigInt::FastCalc
1649cpan/Math-BigInt-FastCalc/t/bigroot.t			Test file related to Math::BigInt::FastCalc
1650cpan/Math-BigInt-FastCalc/t/bootstrap.t			Math::BigInt::FastCalc extension
1651cpan/Math-BigInt-FastCalc/t/leak.t			test for memory leaks in Math::BigInt::FastCalc
1652cpan/Math-BigInt-FastCalc/t/mbi_rand.t			Math::BigInt::FastCalc extension
1653cpan/Memoize/Memoize.pm			Memoize
1654cpan/Memoize/Memoize/AnyDBM_File.pm	Memoize glue layer for AnyDBM_File
1655cpan/Memoize/Memoize/Expire.pm		Memoize expiry manager example
1656cpan/Memoize/Memoize/NDBM_File.pm	Memoize glue layer for NDBM_File
1657cpan/Memoize/Memoize/SDBM_File.pm	Memoize glue layer for SDBM_File
1658cpan/Memoize/Memoize/Storable.pm	Memoize glue layer for Storable
1659cpan/Memoize/t/basic.t
1660cpan/Memoize/t/cache.t
1661cpan/Memoize/t/correctness.t		Memoize basic correctness tests
1662cpan/Memoize/t/expmod.t
1663cpan/Memoize/t/expmod_t.t		Memoize expiry manager (timed) tests
1664cpan/Memoize/t/flush.t			Memoize 'flush_cache' function tests
1665cpan/Memoize/t/lib/DBMTest.pm
1666cpan/Memoize/t/normalize.t		Memoize 'normalizer' feature tests
1667cpan/Memoize/t/st_concurrency
1668cpan/Memoize/t/threadsafe.t
1669cpan/Memoize/t/tie.t			Memoize tied file test
1670cpan/Memoize/t/tie_db.t
1671cpan/Memoize/t/tie_gdbm.t		Memoize GDBM interface test
1672cpan/Memoize/t/tie_ndbm.t		Memoize NDBM interface test
1673cpan/Memoize/t/tie_odbm.t
1674cpan/Memoize/t/tie_sdbm.t		Memoize SDBM interface test
1675cpan/Memoize/t/tie_storable.t		Memoize Storable interface test
1676cpan/Memoize/t/unmemoize.t		Memoize 'unmemoize' function test
1677cpan/MIME-Base64/Base64.xs			MIME::Base64 extension
1678cpan/MIME-Base64/lib/MIME/Base64.pm
1679cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
1680cpan/MIME-Base64/t/base64.t			See whether MIME::Base64 works
1681cpan/MIME-Base64/t/base64url.t
1682cpan/MIME-Base64/t/length.t			See whether MIME::QuotedPrint works
1683cpan/MIME-Base64/t/quoted-print.t		See whether MIME::QuotedPrint works
1684cpan/MIME-Base64/t/unicode.t			See whether MIME::Base64 works
1685cpan/Module-Load/lib/Module/Load.pm		Module::Load
1686cpan/Module-Load/t/01_Module-Load.t		Module::Load tests
1687cpan/Module-Load/t/02_Module-Load.t		Module::Load tests
1688cpan/Module-Load/t/to_load/config_file		Module::Load tests
1689cpan/Module-Load/t/to_load/LoadIt.pm		Module::Load tests
1690cpan/Module-Load/t/to_load/LoadMe.pl		Module::Load tests
1691cpan/Module-Load/t/to_load/Must/Be/Loaded.pm	Module::Load tests
1692cpan/Module-Load/t/to_load/TestModule.pm	Module::Load tests
1693cpan/Module-Load/t/to_load/ToBeLoaded		Module::Load tests
1694cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm	Module::Conditional
1695cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t	Module::Conditional tests
1696cpan/Module-Load-Conditional/t/test_lib/a/X.pm			Module::Conditional tests
1697cpan/Module-Load-Conditional/t/test_lib/b/X.pm			Module::Conditional tests
1698cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm		Module::Conditional tests
1699cpan/Module-Load-Conditional/t/to_load/Commented.pm		Module::Conditional tests
1700cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
1701cpan/Module-Load-Conditional/t/to_load/InPod.pm			Module::Load::Conditional tests
1702cpan/Module-Load-Conditional/t/to_load/LoadIt.pm		Module::Conditional tests
1703cpan/Module-Load-Conditional/t/to_load/LoadMe.pl		Module::Conditional tests
1704cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm		Module::Load::Conditional tests
1705cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm		Module::Conditional tests
1706cpan/Module-Load-Conditional/t/to_load/NotMain.pm		Module::Conditional tests
1707cpan/Module-Load-Conditional/t/to_load/NotX.pm			Module::Conditional tests
1708cpan/Module-Load-Conditional/t/to_load/ToBeLoaded		Module::Conditional tests
1709cpan/Module-Loaded/lib/Module/Loaded.pm	Module::Loaded
1710cpan/Module-Loaded/t/01_Module-Loaded.t	Module::Loaded tests
1711cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
1712cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
1713cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
1714cpan/Module-Metadata/lib/Module/Metadata.pm
1715cpan/Module-Metadata/t/contains_pod.t
1716cpan/Module-Metadata/t/encoding.t
1717cpan/Module-Metadata/t/endpod.t
1718cpan/Module-Metadata/t/extract-package.t
1719cpan/Module-Metadata/t/extract-version.t
1720cpan/Module-Metadata/t/lib/0_1/Foo.pm
1721cpan/Module-Metadata/t/lib/0_2/Foo.pm
1722cpan/Module-Metadata/t/lib/ENDPOD.pm
1723cpan/Module-Metadata/t/lib/GeneratePackage.pm
1724cpan/Module-Metadata/t/metadata.t
1725cpan/Module-Metadata/t/taint.t
1726cpan/Module-Metadata/t/version.t
1727cpan/NEXT/lib/NEXT.pm				Pseudo-class NEXT for method redispatch
1728cpan/NEXT/t/actual.t				NEXT
1729cpan/NEXT/t/actuns.t				NEXT
1730cpan/NEXT/t/dynamically_scoped_regex_vars.t	NEXT
1731cpan/NEXT/t/next.t				NEXT
1732cpan/NEXT/t/stringify.t				NEXT
1733cpan/NEXT/t/unseen.t				NEXT
1734cpan/OpenBSD-MkTemp/lib/OpenBSD/MkTemp.pm	OpenBSD::MkTemp
1735cpan/OpenBSD-MkTemp/MkTemp.xs			OpenBSD::MkTemp
1736cpan/OpenBSD-MkTemp/README			OpenBSD::MkTemp Readme
1737cpan/OpenBSD-MkTemp/t/OpenBSD-MkTemp.t		OpenBSD::MkTemp test file
1738cpan/OpenBSD-Pledge/lib/OpenBSD/Pledge.pm	OpenBSD::Pledge
1739cpan/OpenBSD-Pledge/Pledge.xs			OpenBSD::Pledge
1740cpan/OpenBSD-Pledge/t/OpenBSD-Pledge.t		OpenBSD::Pledge test file
1741cpan/OpenBSD-Unveil/lib/OpenBSD/Unveil.pm	OpenBSD::Unveil
1742cpan/OpenBSD-Unveil/t/OpenBSD-Unveil.t		OpenBSD::Unveil test file
1743cpan/OpenBSD-Unveil/Unveil.xs			OpenBSD::Unveil
1744cpan/Params-Check/lib/Params/Check.pm	Params::Check
1745cpan/Params-Check/t/01_Params-Check.t	Params::Check tests
1746cpan/parent/lib/parent.pm			Establish an ISA relationship with base classes at compile time
1747cpan/parent/t/compile-time.t			tests for parent.pm
1748cpan/parent/t/compile-time-file.t		tests for parent.pm
1749cpan/parent/t/lib/Dummy.pm			test files for parent.pm
1750cpan/parent/t/lib/Dummy/Outside.pm		test files for parent.pm
1751cpan/parent/t/lib/Dummy2.plugin			test files for parent.pm
1752cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc	test files for parent.pm
1753cpan/parent/t/lib/ReturnsFalse.pm		test files for parent.pm
1754cpan/parent/t/parent.t				tests for parent.pm
1755cpan/parent/t/parent-classfromclassfile.t	tests for parent.pm
1756cpan/parent/t/parent-classfromfile.t		tests for parent.pm
1757cpan/parent/t/parent-pmc.t			tests for parent.pm
1758cpan/parent/t/parent-returns-false.t		tests for parent.pm
1759cpan/parent/t/rt62341.t.disabled		test files for parent.pm
1760cpan/Perl-OSType/lib/Perl/OSType.pm	Perl::OSType
1761cpan/Perl-OSType/t/OSType.t		Perl::OSType
1762cpan/perlfaq/lib/perlfaq.pm		Perl frequently asked questions
1763cpan/perlfaq/lib/perlfaq.pod		Perl frequently asked questions
1764cpan/perlfaq/lib/perlfaq1.pod		General Questions About Perl
1765cpan/perlfaq/lib/perlfaq2.pod		Obtaining and Learning about Perl
1766cpan/perlfaq/lib/perlfaq3.pod		Programming Tools
1767cpan/perlfaq/lib/perlfaq4.pod		Data Manipulation
1768cpan/perlfaq/lib/perlfaq5.pod		Files and Formats
1769cpan/perlfaq/lib/perlfaq6.pod		Regexes
1770cpan/perlfaq/lib/perlfaq7.pod		Perl Language Issues
1771cpan/perlfaq/lib/perlfaq8.pod		System Interaction
1772cpan/perlfaq/lib/perlfaq9.pod		Networking
1773cpan/perlfaq/lib/perlglossary.pod	Perl Glossary
1774cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm	PerlIO::via::QuotedPrint
1775cpan/PerlIO-via-QuotedPrint/t/changes.t
1776cpan/PerlIO-via-QuotedPrint/t/critic.t
1777cpan/PerlIO-via-QuotedPrint/t/pod.t
1778cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
1779cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t			PerlIO::via::QuotedPrint
1780cpan/Pod-Checker/lib/Pod/Checker.pm		Module related to Pod::Checker
1781cpan/Pod-Checker/scripts/podchecker.PL		Pod::Checker
1782cpan/Pod-Checker/t/pod/contains_bad_pod.xr	Pod::Checker
1783cpan/Pod-Checker/t/pod/empty.xr			Pod::Checker
1784cpan/Pod-Checker/t/pod/podchkenc.t		Test file related to Pod::Checker
1785cpan/Pod-Checker/t/pod/podchkenc.xr		Pod::Checker
1786cpan/Pod-Checker/t/pod/podchklink.t		Test file related to Pod::Checker
1787cpan/Pod-Checker/t/pod/poderrs.t		Test file related to Pod::Checker
1788cpan/Pod-Checker/t/pod/poderrs.xr		Pod::Checker
1789cpan/Pod-Checker/t/pod/podname.t		Test file related to Pod::Checker
1790cpan/Pod-Checker/t/pod/selfcheck.t		Test file related to Pod::Checker
1791cpan/Pod-Checker/t/pod/testcmp.pl		Script related to Pod::Checker
1792cpan/Pod-Checker/t/pod/testpchk.pl		Script related to Pod::Checker
1793cpan/Pod-Escapes/lib/Pod/Escapes.pm	Pod::Escapes
1794cpan/Pod-Escapes/t/01_about_verbose.t	test Pod::Escapes
1795cpan/Pod-Escapes/t/10_main.t		test Pod::Escapes
1796cpan/Pod-Escapes/t/15_name2charnum.t	test Pod::Escapes
1797cpan/Pod-Perldoc/lib/Pod/Perldoc.pm		guts of the 'perldoc' utility
1798cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm	utility module for perldoc
1799cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm	options parsing for perldoc
1800cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm	convert POD to ANSI text
1801cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm	let perldoc check POD for errors
1802cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm	render POD as man pages
1803cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm	convert POD to nroff
1804cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm	convert POD to POD
1805cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm	convert POD to RTF
1806cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm	convert POD to terminal output
1807cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm	convert POD to plain text
1808cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm	convert POD via Tk::Pod
1809cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm	convert POD to XML
1810cpan/Pod-Perldoc/Makefile.PL
1811cpan/Pod-Perldoc/perldoc.pod
1812cpan/Pod-Perldoc/t/00_load.t			test file for Pod-Perldoc
1813cpan/Pod-Perldoc/t/01_about_verbose.t		test file for Pod-Perldoc
1814cpan/Pod-Perldoc/t/man/_get_columns.t		test file for Pod-Perldoc
1815cpan/Pod-Perldoc/t/pod.t			test file for Pod-Perldoc
1816cpan/Pod-Simple/lib/Pod/Simple.pm			Pod made simple
1817cpan/Pod-Simple/lib/Pod/Simple.pod			Pod for Pod::Simple
1818cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm		Pod::Simple::BlackBox
1819cpan/Pod-Simple/lib/Pod/Simple/Checker.pm		check the Pod syntax of a document
1820cpan/Pod-Simple/lib/Pod/Simple/Debug.pm			put Pod::Simple into trace/debug mode
1821cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm		dump Pod-parsing events as text
1822cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm		turn Pod into XML
1823cpan/Pod-Simple/lib/Pod/Simple/HTML.pm			convert Pod to HTML
1824cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm		convert several Pod files to several HTML files
1825cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm		Pod::Simple::HTMLLegacy
1826cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm		Module related to Pod::Simple
1827cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm		represent "section" attributes of L codes
1828cpan/Pod-Simple/lib/Pod/Simple/Methody.pm		turn Pod::Simple events into method calls
1829cpan/Pod-Simple/lib/Pod/Simple/Progress.pm		Pod::Simple::Progress
1830cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm		a pull-parser interface to parsing Pod
1831cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm	end-tokens from Pod::Simple::PullParser
1832cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm	start-tokens from Pod::Simple::PullParser
1833cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm	text-tokens from Pod::Simple::PullParser
1834cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm	tokens from Pod::Simple::PullParser
1835cpan/Pod-Simple/lib/Pod/Simple/RTF.pm			format Pod as RTF
1836cpan/Pod-Simple/lib/Pod/Simple/Search.pm		find POD documents in directory trees
1837cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm		parse Pod into a simple parse tree
1838cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod		write a formatter as a Pod::Simple subclass
1839cpan/Pod-Simple/lib/Pod/Simple/Text.pm			format Pod as plaintext
1840cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm		get the text content of Pod
1841cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm		Pod::Simple::TiedOutFH
1842cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm		Pod::Simple::Transcode
1843cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm		Pod::Simple::TranscodeDumb
1844cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm	Pod::Simple::TranscodeSmart
1845cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm			turn Pod into XHTML
1846cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm		turn Pod into XML
1847cpan/Pod-Simple/t/00about.t				Pod::Simple test file
1848cpan/Pod-Simple/t/ac_d.t				Pod::Simple test file
1849cpan/Pod-Simple/t/accept01.t				Pod::Simple test file
1850cpan/Pod-Simple/t/accept05.t				Pod::Simple test file
1851cpan/Pod-Simple/t/ascii_order.pl			Script related to Pod::Simple
1852cpan/Pod-Simple/t/basic.t				Pod::Simple test file
1853cpan/Pod-Simple/t/begin.t				Pod::Simple test file
1854cpan/Pod-Simple/t/cbacks.t				Pod::Simple test file
1855cpan/Pod-Simple/t/chunking.t				Pod::Simple test file
1856cpan/Pod-Simple/t/closeys.t				Pod::Simple test file
1857cpan/Pod-Simple/t/content_seen.t			Pod::Simple test file
1858cpan/Pod-Simple/t/corpus.t				Pod::Simple test file
1859cpan/Pod-Simple/t/corpus/2202jp.txt			Pod::Simple test file
1860cpan/Pod-Simple/t/corpus/2202jp.xml			Pod::Simple test file
1861cpan/Pod-Simple/t/corpus/2202jpx.txt			Pod::Simple test file
1862cpan/Pod-Simple/t/corpus/2202jpx.xml			Pod::Simple test file
1863cpan/Pod-Simple/t/corpus/2202jpy.txt			Pod::Simple test file
1864cpan/Pod-Simple/t/corpus/2202jpy.xml			Pod::Simple test file
1865cpan/Pod-Simple/t/corpus/2202jpz.txt			Pod::Simple test file
1866cpan/Pod-Simple/t/corpus/2202jpz.xml			Pod::Simple test file
1867cpan/Pod-Simple/t/corpus/8859_7.pod			Pod::Simple test file
1868cpan/Pod-Simple/t/corpus/8859_7.xml			Pod::Simple test file
1869cpan/Pod-Simple/t/corpus/cp1256.txt			Pod::Simple test file
1870cpan/Pod-Simple/t/corpus/cp1256.xml			Pod::Simple test file
1871cpan/Pod-Simple/t/corpus/enc_char_directive.txt		Pod::Simple test file
1872cpan/Pod-Simple/t/corpus/enc_char_directive.xml		Pod::Simple test file
1873cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt	Pod::Simple test file
1874cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml	Pod::Simple test file
1875cpan/Pod-Simple/t/corpus/encwarn01.txt			Pod::Simple test file
1876cpan/Pod-Simple/t/corpus/encwarn01.xml			Pod::Simple test file
1877cpan/Pod-Simple/t/corpus/encwarn02.txt			Pod::Simple test file
1878cpan/Pod-Simple/t/corpus/encwarn02.xml			Pod::Simple test file
1879cpan/Pod-Simple/t/corpus/encwarn03.txt			Test file related to Pod::Simple
1880cpan/Pod-Simple/t/corpus/encwarn03.xml			Pod::Simple
1881cpan/Pod-Simple/t/corpus/encwarn04.txt			Test file related to Pod::Simple
1882cpan/Pod-Simple/t/corpus/encwarn04.xml			Pod::Simple
1883cpan/Pod-Simple/t/corpus/fet_cont.txt			Pod::Simple test file
1884cpan/Pod-Simple/t/corpus/fet_cont.xml			Pod::Simple test file
1885cpan/Pod-Simple/t/corpus/fet_dup.txt			Pod::Simple test file
1886cpan/Pod-Simple/t/corpus/fet_dup.xml			Pod::Simple test file
1887cpan/Pod-Simple/t/corpus/iso6.txt			Pod::Simple test file
1888cpan/Pod-Simple/t/corpus/iso6.xml			Pod::Simple test file
1889cpan/Pod-Simple/t/corpus/koi8r.txt			Pod::Simple test file
1890cpan/Pod-Simple/t/corpus/koi8r.xml			Pod::Simple test file
1891cpan/Pod-Simple/t/corpus/laozi38.txt			Pod::Simple test file
1892cpan/Pod-Simple/t/corpus/laozi38.xml			Pod::Simple test file
1893cpan/Pod-Simple/t/corpus/laozi38b.txt			Pod::Simple test file
1894cpan/Pod-Simple/t/corpus/laozi38b.xml			Pod::Simple test file
1895cpan/Pod-Simple/t/corpus/laozi38p.pod			Pod::Simple test file
1896cpan/Pod-Simple/t/corpus/laozi38p.xml			Pod::Simple test file
1897cpan/Pod-Simple/t/corpus/lat1fr.txt			Pod::Simple test file
1898cpan/Pod-Simple/t/corpus/lat1fr.xml			Pod::Simple test file
1899cpan/Pod-Simple/t/corpus/lat1frim.txt			Pod::Simple test file
1900cpan/Pod-Simple/t/corpus/lat1frim.xml			Pod::Simple test file
1901cpan/Pod-Simple/t/corpus/nonesuch.txt			Pod::Simple test file
1902cpan/Pod-Simple/t/corpus/nonesuch.xml			Pod::Simple test file
1903cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt		Pod::Simple test file
1904cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml		Pod::Simple test file
1905cpan/Pod-Simple/t/corpus/plain.txt			Pod::Simple test file
1906cpan/Pod-Simple/t/corpus/plain.xml			Pod::Simple test file
1907cpan/Pod-Simple/t/corpus/plain_explicit.txt		Pod::Simple test file
1908cpan/Pod-Simple/t/corpus/plain_explicit.xml		Pod::Simple test file
1909cpan/Pod-Simple/t/corpus/plain_latin1.txt		Pod::Simple test file
1910cpan/Pod-Simple/t/corpus/plain_latin1.xml		Pod::Simple test file
1911cpan/Pod-Simple/t/corpus/plain_utf8.txt			Pod::Simple test file
1912cpan/Pod-Simple/t/corpus/plain_utf8.xml			Pod::Simple test file
1913cpan/Pod-Simple/t/corpus/polish_utf8.txt		Pod::Simple test file
1914cpan/Pod-Simple/t/corpus/polish_utf8.xml		Pod::Simple test file
1915cpan/Pod-Simple/t/corpus/s2763_sjis.txt			Pod::Simple test file
1916cpan/Pod-Simple/t/corpus/s2763_sjis.xml			Pod::Simple test file
1917cpan/Pod-Simple/t/corpus/thai_iso11.txt			Pod::Simple test file
1918cpan/Pod-Simple/t/corpus/thai_iso11.xml			Pod::Simple test file
1919cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt		Pod::Simple test file
1920cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml		Pod::Simple test file
1921cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt	Pod::Simple test file
1922cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt	Pod::Simple test file
1923cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt	Pod::Simple test file
1924cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt		Pod::Simple test file
1925cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml		Pod::Simple test file
1926cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt		Pod::Simple test file
1927cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml		Pod::Simple test file
1928cpan/Pod-Simple/t/corpus2/README			Pod::Simple test file
1929cpan/Pod-Simple/t/emptylists.t				Pod::Simple test file
1930cpan/Pod-Simple/t/enc-chars.t				Test file related to Pod::Simple
1931cpan/Pod-Simple/t/encod01.t				Pod::Simple test file
1932cpan/Pod-Simple/t/encod02.t				Pod::Simple test file
1933cpan/Pod-Simple/t/encod03.t				Pod::Simple test file
1934cpan/Pod-Simple/t/encod04.t				Test file related to Pod::Simple
1935cpan/Pod-Simple/t/end_over.t				Pod::Simple test file
1936cpan/Pod-Simple/t/eol.t					Pod::Simple test file
1937cpan/Pod-Simple/t/eol2.t				Pod::Simple test file
1938cpan/Pod-Simple/t/fake-closers.t			Pod::Simple test file
1939cpan/Pod-Simple/t/fcodes.t				Pod::Simple test file
1940cpan/Pod-Simple/t/fcodes_e.t				Pod::Simple test file
1941cpan/Pod-Simple/t/fcodes_l.t				Pod::Simple test file
1942cpan/Pod-Simple/t/fcodes_s.t				Pod::Simple test file
1943cpan/Pod-Simple/t/for.t					Pod::Simple test file
1944cpan/Pod-Simple/t/fornot.t				Pod::Simple test file
1945cpan/Pod-Simple/t/github_issue_79.t			Test file related to Pod::Simple
1946cpan/Pod-Simple/t/heads.t				Pod::Simple test file
1947cpan/Pod-Simple/t/html01.t				Pod::Simple test file
1948cpan/Pod-Simple/t/html02.t				Pod::Simple test file
1949cpan/Pod-Simple/t/html03.t				Pod::Simple test file
1950cpan/Pod-Simple/t/htmlbat.t				Pod::Simple test file
1951cpan/Pod-Simple/t/items.t				Pod::Simple test file
1952cpan/Pod-Simple/t/items02.t				Pod::Simple test file
1953cpan/Pod-Simple/t/itemstar.t				Pod::Simple test file
1954cpan/Pod-Simple/t/junk1.pod				Pod::Simple test file
1955cpan/Pod-Simple/t/junk1o.txt				Pod::Simple test file
1956cpan/Pod-Simple/t/junk2.pod				Pod::Simple test file
1957cpan/Pod-Simple/t/junk2o.txt				Pod::Simple test file
1958cpan/Pod-Simple/t/JustPod01.t				Test file related to Pod::Simple
1959cpan/Pod-Simple/t/JustPod02.t				Test file related to Pod::Simple
1960cpan/Pod-Simple/t/JustPod_corpus.t			Test file related to Pod::Simple
1961cpan/Pod-Simple/t/lib/helpers.pm			Pod::Simple test file
1962cpan/Pod-Simple/t/linkclas.t				Pod::Simple test file
1963cpan/Pod-Simple/t/output.t				Pod::Simple test file
1964cpan/Pod-Simple/t/perlcyg.pod				Pod::Simple test file
1965cpan/Pod-Simple/t/perlcygo.txt				Pod::Simple test file
1966cpan/Pod-Simple/t/perlfaq.pod				Pod::Simple test file
1967cpan/Pod-Simple/t/perlfaqo.txt				Pod::Simple test file
1968cpan/Pod-Simple/t/perlvar.pod				Pod::Simple test file
1969cpan/Pod-Simple/t/perlvaro.txt				Pod::Simple test file
1970cpan/Pod-Simple/t/puller.t				Pod::Simple test file
1971cpan/Pod-Simple/t/pulltitl.t				Pod::Simple test file
1972cpan/Pod-Simple/t/reinit.t				Pod::Simple test file
1973cpan/Pod-Simple/t/render.t				Pod::Simple test file
1974cpan/Pod-Simple/t/rtf_utf8.t				Test file related to Pod::Simple
1975cpan/Pod-Simple/t/search05.t				Pod::Simple test file
1976cpan/Pod-Simple/t/search10.t				Pod::Simple test file
1977cpan/Pod-Simple/t/search12.t				Pod::Simple test file
1978cpan/Pod-Simple/t/search20.t				Pod::Simple test file
1979cpan/Pod-Simple/t/search22.t				Pod::Simple test file
1980cpan/Pod-Simple/t/search25.t				Pod::Simple test file
1981cpan/Pod-Simple/t/search26.t				Pod::Simple test file
1982cpan/Pod-Simple/t/search27.t				Pod::Simple test file
1983cpan/Pod-Simple/t/search28.t				Pod::Simple test file
1984cpan/Pod-Simple/t/search29.t				Pod::Simple test file
1985cpan/Pod-Simple/t/search50.t				Pod::Simple test file
1986cpan/Pod-Simple/t/search60.t				Pod::Simple test file
1987cpan/Pod-Simple/t/search60/A/x.pod			Pod::Simple test file
1988cpan/Pod-Simple/t/search60/B/X.pod			Pod::Simple test file
1989cpan/Pod-Simple/t/stree.t				Pod::Simple test file
1990cpan/Pod-Simple/t/strpvbtm.t				Pod::Simple test file
1991cpan/Pod-Simple/t/testlib1/Blorm.pm			Pod::Simple test file
1992cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod		Pod::Simple test file
1993cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt		Pod::Simple test file
1994cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm		Pod::Simple test file
1995cpan/Pod-Simple/t/testlib1/pod/perlflif.pod		Pod::Simple test file
1996cpan/Pod-Simple/t/testlib1/pod/perlthng.pod		Pod::Simple test file
1997cpan/Pod-Simple/t/testlib1/squaa.pm			Pod::Simple test file
1998cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod		Pod::Simple test file
1999cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm		Pod::Simple test file
2000cpan/Pod-Simple/t/testlib1/zikzik.pod			Pod::Simple test file
2001cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt		Pod::Simple test file
2002cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm		Pod::Simple test file
2003cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm			Pod::Simple test file
2004cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod		Pod::Simple test file
2005cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt		Pod::Simple test file
2006cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm		Pod::Simple test file
2007cpan/Pod-Simple/t/testlib2/pod/perlthng.pod		Pod::Simple test file
2008cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod		Pod::Simple test file
2009cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod		Pod::Simple test file
2010cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm		Pod::Simple test file
2011cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod		Pod::Simple test file
2012cpan/Pod-Simple/t/testlib2/Suzzle.pm			Pod::Simple test file
2013cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm		Pod::Simple test file
2014cpan/Pod-Simple/t/tiedfh.t				Pod::Simple test file
2015cpan/Pod-Simple/t/verb_fmt.t				Pod::Simple test file
2016cpan/Pod-Simple/t/verbatim.t				Pod::Simple test file
2017cpan/Pod-Simple/t/whine.t				Test file related to Pod::Simple
2018cpan/Pod-Simple/t/x_nixer.t				Pod::Simple test file
2019cpan/Pod-Simple/t/xhtml-bkb.t				Test file related to Pod::Simple
2020cpan/Pod-Simple/t/xhtml01.t				Pod::Simple test file
2021cpan/Pod-Simple/t/xhtml05.t				Pod::Simple test file
2022cpan/Pod-Simple/t/xhtml10.t				Pod::Simple test file
2023cpan/Pod-Simple/t/xhtml15.t				Pod::Simple test file
2024cpan/Pod-Simple/t/xhtml20.t				Pod::Simple test file
2025cpan/Pod-Simple/t/xhtml25.t				Pod-Simple
2026cpan/Pod-Usage/lib/Pod/Usage.pm
2027cpan/Pod-Usage/scripts/pod2usage.PL
2028cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
2029cpan/Pod-Usage/t/inc/Pod/Parser.pm
2030cpan/Pod-Usage/t/inc/Pod/PlainText.pm
2031cpan/Pod-Usage/t/inc/Pod/Select.pm
2032cpan/Pod-Usage/t/pod/headwithmarkup.pl
2033cpan/Pod-Usage/t/pod/headwithmarkup.t
2034cpan/Pod-Usage/t/pod/p2u_data.pl
2035cpan/Pod-Usage/t/pod/pod2usage.t
2036cpan/Pod-Usage/t/pod/pod2usage.xr
2037cpan/Pod-Usage/t/pod/pod2usage2.t
2038cpan/Pod-Usage/t/pod/selectheaders.pl
2039cpan/Pod-Usage/t/pod/selectheaders.t
2040cpan/Pod-Usage/t/pod/selectsections.pl
2041cpan/Pod-Usage/t/pod/selectsections.t
2042cpan/Pod-Usage/t/pod/testcmp.pl
2043cpan/Pod-Usage/t/pod/testp2pt.pl
2044cpan/Pod-Usage/t/pod/usage.pod
2045cpan/Pod-Usage/t/pod/usage2.pod
2046cpan/podlators/docs/docknot.yaml
2047cpan/podlators/lib/Pod/Man.pm					Convert POD data to *roff
2048cpan/podlators/lib/Pod/ParseLink.pm				Perl an L<> formatting code in POD text
2049cpan/podlators/lib/Pod/Text.pm					Pod-Parser - convert POD data to formatted ASCII text
2050cpan/podlators/lib/Pod/Text/Color.pm				Convert POD data to color ASCII text
2051cpan/podlators/lib/Pod/Text/Overstrike.pm			Convert POD data to formatted overstrike text
2052cpan/podlators/lib/Pod/Text/Termcap.pm				Convert POD data to ASCII text with format escapes
2053cpan/podlators/Makefile.PL					podlators Makefile.PL
2054cpan/podlators/scripts/pod2man.PL				Translator to turn pod into manpage
2055cpan/podlators/scripts/pod2text.PL				Translator to turn pod into text
2056cpan/podlators/t/data/basic.cap					podlators test
2057cpan/podlators/t/data/basic.clr					podlators test
2058cpan/podlators/t/data/basic.man					podlators test
2059cpan/podlators/t/data/basic.ovr					podlators test
2060cpan/podlators/t/data/basic.pod					podlators test
2061cpan/podlators/t/data/basic.txt					podlators test
2062cpan/podlators/t/data/man/encoding.groff
2063cpan/podlators/t/data/man/encoding.pod
2064cpan/podlators/t/data/man/encoding.roff
2065cpan/podlators/t/data/man/encoding.utf8
2066cpan/podlators/t/data/perl.conf					podlators test
2067cpan/podlators/t/data/perlcriticrc
2068cpan/podlators/t/data/perltidyrc
2069cpan/podlators/t/data/regenerate-data
2070cpan/podlators/t/data/snippets/color/escape-wrapping
2071cpan/podlators/t/data/snippets/color/tag-width
2072cpan/podlators/t/data/snippets/color/tag-wrapping
2073cpan/podlators/t/data/snippets/color/width
2074cpan/podlators/t/data/snippets/color/wrapping
2075cpan/podlators/t/data/snippets/man/agrave
2076cpan/podlators/t/data/snippets/man/backslash-man-ref
2077cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
2078cpan/podlators/t/data/snippets/man/bullets
2079cpan/podlators/t/data/snippets/man/c-in-header
2080cpan/podlators/t/data/snippets/man/c-in-name
2081cpan/podlators/t/data/snippets/man/cpp
2082cpan/podlators/t/data/snippets/man/dollar-magic
2083cpan/podlators/t/data/snippets/man/error-die
2084cpan/podlators/t/data/snippets/man/error-none
2085cpan/podlators/t/data/snippets/man/error-normal
2086cpan/podlators/t/data/snippets/man/error-pod
2087cpan/podlators/t/data/snippets/man/error-stderr
2088cpan/podlators/t/data/snippets/man/error-stderr-opt
2089cpan/podlators/t/data/snippets/man/eth
2090cpan/podlators/t/data/snippets/man/fixed-font
2091cpan/podlators/t/data/snippets/man/fixed-font-in-item
2092cpan/podlators/t/data/snippets/man/for-blocks
2093cpan/podlators/t/data/snippets/man/guesswork
2094cpan/podlators/t/data/snippets/man/guesswork-all
2095cpan/podlators/t/data/snippets/man/guesswork-no-quoting
2096cpan/podlators/t/data/snippets/man/guesswork-none
2097cpan/podlators/t/data/snippets/man/guesswork-partial
2098cpan/podlators/t/data/snippets/man/guesswork-quoting
2099cpan/podlators/t/data/snippets/man/hyphen-in-s
2100cpan/podlators/t/data/snippets/man/iso-8859-1
2101cpan/podlators/t/data/snippets/man/iso-8859-1-error-die
2102cpan/podlators/t/data/snippets/man/iso-8859-1-error-pod
2103cpan/podlators/t/data/snippets/man/iso-8859-1-roff
2104cpan/podlators/t/data/snippets/man/item-fonts
2105cpan/podlators/t/data/snippets/man/language
2106cpan/podlators/t/data/snippets/man/link-quoting
2107cpan/podlators/t/data/snippets/man/link-to-url
2108cpan/podlators/t/data/snippets/man/long-quote
2109cpan/podlators/t/data/snippets/man/lquote-and-quote
2110cpan/podlators/t/data/snippets/man/lquote-rquote
2111cpan/podlators/t/data/snippets/man/markup-in-name
2112cpan/podlators/t/data/snippets/man/multiline-x
2113cpan/podlators/t/data/snippets/man/naive
2114cpan/podlators/t/data/snippets/man/naive-groff
2115cpan/podlators/t/data/snippets/man/name-guesswork
2116cpan/podlators/t/data/snippets/man/name-quotes
2117cpan/podlators/t/data/snippets/man/name-quotes-none
2118cpan/podlators/t/data/snippets/man/nested-lists
2119cpan/podlators/t/data/snippets/man/newlines-in-c
2120cpan/podlators/t/data/snippets/man/non-ascii
2121cpan/podlators/t/data/snippets/man/nonbreaking-space-l
2122cpan/podlators/t/data/snippets/man/not-bullet
2123cpan/podlators/t/data/snippets/man/not-numbers
2124cpan/podlators/t/data/snippets/man/nourls
2125cpan/podlators/t/data/snippets/man/periods
2126cpan/podlators/t/data/snippets/man/quote-escaping
2127cpan/podlators/t/data/snippets/man/rquote-none
2128cpan/podlators/t/data/snippets/man/soft-hyphens
2129cpan/podlators/t/data/snippets/man/trailing-space
2130cpan/podlators/t/data/snippets/man/true-false
2131cpan/podlators/t/data/snippets/man/utf8-nonbreaking
2132cpan/podlators/t/data/snippets/man/utf8-verbatim
2133cpan/podlators/t/data/snippets/man/x-whitespace
2134cpan/podlators/t/data/snippets/man/x-whitespace-entry
2135cpan/podlators/t/data/snippets/man/zero-width-space
2136cpan/podlators/t/data/snippets/overstrike/tag-width
2137cpan/podlators/t/data/snippets/overstrike/wrapping
2138cpan/podlators/t/data/snippets/README.md
2139cpan/podlators/t/data/snippets/termcap/escape-wrapping
2140cpan/podlators/t/data/snippets/termcap/tag-width
2141cpan/podlators/t/data/snippets/termcap/tag-wrapping
2142cpan/podlators/t/data/snippets/termcap/term-unknown
2143cpan/podlators/t/data/snippets/termcap/width
2144cpan/podlators/t/data/snippets/termcap/wrapping
2145cpan/podlators/t/data/snippets/text/alt
2146cpan/podlators/t/data/snippets/text/c-with-spaces
2147cpan/podlators/t/data/snippets/text/code
2148cpan/podlators/t/data/snippets/text/cpp				podlators test
2149cpan/podlators/t/data/snippets/text/empty
2150cpan/podlators/t/data/snippets/text/error-die
2151cpan/podlators/t/data/snippets/text/error-none
2152cpan/podlators/t/data/snippets/text/error-normal
2153cpan/podlators/t/data/snippets/text/error-pod
2154cpan/podlators/t/data/snippets/text/error-stderr
2155cpan/podlators/t/data/snippets/text/error-stderr-opt
2156cpan/podlators/t/data/snippets/text/for
2157cpan/podlators/t/data/snippets/text/guesswork-no-quoting
2158cpan/podlators/t/data/snippets/text/guesswork-quoting
2159cpan/podlators/t/data/snippets/text/iso-8859-1
2160cpan/podlators/t/data/snippets/text/iso-8859-1-error-die
2161cpan/podlators/t/data/snippets/text/iso-8859-1-error-pod
2162cpan/podlators/t/data/snippets/text/iso-8859-1-utf8
2163cpan/podlators/t/data/snippets/text/late-encoding
2164cpan/podlators/t/data/snippets/text/link-rt
2165cpan/podlators/t/data/snippets/text/link-url
2166cpan/podlators/t/data/snippets/text/margin
2167cpan/podlators/t/data/snippets/text/naive
2168cpan/podlators/t/data/snippets/text/name-quotes
2169cpan/podlators/t/data/snippets/text/name-quotes-none
2170cpan/podlators/t/data/snippets/text/non-latin
2171cpan/podlators/t/data/snippets/text/nonbreaking-space
2172cpan/podlators/t/data/snippets/text/nonbreaking-space-l
2173cpan/podlators/t/data/snippets/text/nourls
2174cpan/podlators/t/data/snippets/text/periods
2175cpan/podlators/t/data/snippets/text/quotes-opt
2176cpan/podlators/t/data/snippets/text/s-whitespace
2177cpan/podlators/t/data/snippets/text/sentence-spacing
2178cpan/podlators/t/data/snippets/text/utf8
2179cpan/podlators/t/data/snippets/text/utf8-iso
2180cpan/podlators/t/data/snippets/text/verbatim
2181cpan/podlators/t/data/termcap					podlators test
2182cpan/podlators/t/docs/changes.t
2183cpan/podlators/t/docs/pod.t					podlators test
2184cpan/podlators/t/docs/pod-spelling.t				podlators test
2185cpan/podlators/t/docs/spdx-license.t				podlators test
2186cpan/podlators/t/docs/synopsis.t				podlators test
2187cpan/podlators/t/general/basic.t				podlators test
2188cpan/podlators/t/general/filehandle.t				podlators test
2189cpan/podlators/t/general/pod-parser.t				podlators test
2190cpan/podlators/t/lib/Test/Podlators.pm				podlators test
2191cpan/podlators/t/lib/Test/RRA.pm				podlators test
2192cpan/podlators/t/lib/Test/RRA/Config.pm				podlators test
2193cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm			podlators test
2194cpan/podlators/t/man/devise-date.t				podlators test
2195cpan/podlators/t/man/devise-title.t				podlators test
2196cpan/podlators/t/man/empty.t					podlators test
2197cpan/podlators/t/man/encoding.t
2198cpan/podlators/t/man/heading.t					podlators test
2199cpan/podlators/t/man/iso-8859-1.t				podlators test
2200cpan/podlators/t/man/no-encode.t				podlators test
2201cpan/podlators/t/man/snippets.t					podlators test
2202cpan/podlators/t/man/utf8-io.t					podlators test
2203cpan/podlators/t/parselink/basic.t				podlators test
2204cpan/podlators/t/style/critic.t
2205cpan/podlators/t/style/kwalitee.t
2206cpan/podlators/t/style/minimum-version.t			podlators test
2207cpan/podlators/t/style/module-version.t				podlators test
2208cpan/podlators/t/style/obsolete-strings.t
2209cpan/podlators/t/style/strict.t					podlators test
2210cpan/podlators/t/text/color.t					podlators test
2211cpan/podlators/t/text/invalid.t
2212cpan/podlators/t/text/iso-8859-1.t
2213cpan/podlators/t/text/overstrike.t				podlators test
2214cpan/podlators/t/text/snippets.t
2215cpan/podlators/t/text/termcap.t					podlators test
2216cpan/podlators/t/text/utf8-io.t
2217cpan/Scalar-List-Utils/lib/List/Util.pm		List::Util
2218cpan/Scalar-List-Utils/lib/List/Util/XS.pm	List::Util
2219cpan/Scalar-List-Utils/lib/Scalar/Util.pm	Scalar::Util
2220cpan/Scalar-List-Utils/lib/Sub/Util.pm
2221cpan/Scalar-List-Utils/ListUtil.xs		Util extension
2222cpan/Scalar-List-Utils/Makefile.PL		Util extension
2223cpan/Scalar-List-Utils/multicall.h		Util extension
2224cpan/Scalar-List-Utils/t/00version.t		Scalar::Util
2225cpan/Scalar-List-Utils/t/any-all.t		List::Util
2226cpan/Scalar-List-Utils/t/blessed.t		Scalar::Util
2227cpan/Scalar-List-Utils/t/dualvar.t		Scalar::Util
2228cpan/Scalar-List-Utils/t/exotic_names.t
2229cpan/Scalar-List-Utils/t/first.t		List::Util
2230cpan/Scalar-List-Utils/t/getmagic-once.t
2231cpan/Scalar-List-Utils/t/head-tail.t
2232cpan/Scalar-List-Utils/t/isvstring.t		Scalar::Util
2233cpan/Scalar-List-Utils/t/lln.t			Scalar::Util
2234cpan/Scalar-List-Utils/t/max.t			List::Util
2235cpan/Scalar-List-Utils/t/maxstr.t		List::Util
2236cpan/Scalar-List-Utils/t/mesh.t
2237cpan/Scalar-List-Utils/t/min.t			List::Util
2238cpan/Scalar-List-Utils/t/minstr.t		List::Util
2239cpan/Scalar-List-Utils/t/openhan.t		Scalar::Util
2240cpan/Scalar-List-Utils/t/pair.t
2241cpan/Scalar-List-Utils/t/product.t		List::Util
2242cpan/Scalar-List-Utils/t/prototype.t
2243cpan/Scalar-List-Utils/t/readonly.t		Scalar::Util
2244cpan/Scalar-List-Utils/t/reduce.t		List::Util
2245cpan/Scalar-List-Utils/t/reductions.t
2246cpan/Scalar-List-Utils/t/refaddr.t		Scalar::Util
2247cpan/Scalar-List-Utils/t/reftype.t		Scalar::Util
2248cpan/Scalar-List-Utils/t/rt-96343.t		Scalar::Util
2249cpan/Scalar-List-Utils/t/sample.t
2250cpan/Scalar-List-Utils/t/scalarutil-proto.t
2251cpan/Scalar-List-Utils/t/shuffle.t		List::Util
2252cpan/Scalar-List-Utils/t/stack-corruption.t	List::Util
2253cpan/Scalar-List-Utils/t/subname.t
2254cpan/Scalar-List-Utils/t/sum.t			List::Util
2255cpan/Scalar-List-Utils/t/sum0.t
2256cpan/Scalar-List-Utils/t/tainted.t		Scalar::Util
2257cpan/Scalar-List-Utils/t/undefined-block.t
2258cpan/Scalar-List-Utils/t/uniq.t			Scalar::Util
2259cpan/Scalar-List-Utils/t/uniqnum.t
2260cpan/Scalar-List-Utils/t/weak.t			Scalar::Util
2261cpan/Scalar-List-Utils/t/zip.t
2262cpan/Socket/Makefile.PL			Socket extension makefile writer
2263cpan/Socket/Socket.pm			Socket extension Perl module
2264cpan/Socket/Socket.xs			Socket extension external subroutines
2265cpan/Socket/t/getaddrinfo.t		See if Socket::getaddrinfo works
2266cpan/Socket/t/getnameinfo.t		See if Socket::getnameinfo works
2267cpan/Socket/t/ip_mreq.t			See if (un)pack_ip_mreq work
2268cpan/Socket/t/ipv6_mreq.t		See if (un)pack_ipv6_mreq work
2269cpan/Socket/t/sockaddr.t		Test file related to Socket
2270cpan/Socket/t/Socket.t			See if Socket works
2271cpan/Socket/t/socketpair.t		See if socketpair works
2272cpan/Socket/typemap			Socket
2273cpan/Sys-Syslog/fallback/const-c.inc	Sys::Syslog constants fallback file
2274cpan/Sys-Syslog/fallback/const-xs.inc	Sys::Syslog constants fallback file
2275cpan/Sys-Syslog/fallback/syslog.h	Sys::Syslog header fallback file
2276cpan/Sys-Syslog/Makefile.PL		Sys::Syslog extension makefile writer
2277cpan/Sys-Syslog/Syslog.pm		Sys::Syslog extension Perl module
2278cpan/Sys-Syslog/Syslog.xs		Sys::Syslog extension external subroutines
2279cpan/Sys-Syslog/t/00-load.t		test for Sys::Syslog
2280cpan/Sys-Syslog/t/constants.t		test for Sys::Syslog
2281cpan/Sys-Syslog/t/cpan-rt-21516.t
2282cpan/Sys-Syslog/t/cpan-rt-21866.t
2283cpan/Sys-Syslog/t/cpan-rt-25488.t
2284cpan/Sys-Syslog/t/cpan-rt-49877.pl
2285cpan/Sys-Syslog/t/cpan-rt-55151.t
2286cpan/Sys-Syslog/t/cpan-rt-64287.t
2287cpan/Sys-Syslog/t/facilities-routing.t	test for Sys::Syslog
2288cpan/Sys-Syslog/t/syslog.t		See if Sys::Syslog works
2289cpan/Sys-Syslog/t/syslog-inet-udp.t
2290cpan/Sys-Syslog/win32/compile.pl	Sys::Syslog extension Win32 related file
2291cpan/Sys-Syslog/win32/PerlLog.mc	Sys::Syslog extension Win32 related file
2292cpan/Sys-Syslog/win32/PerlLog_dll.uu	Sys::Syslog extension Win32 related file
2293cpan/Sys-Syslog/win32/PerlLog_RES.uu	Sys::Syslog extension Win32 related file
2294cpan/Sys-Syslog/win32/Win32.pm		Sys::Syslog extension Win32 related file
2295cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
2296cpan/Term-ANSIColor/t/lib/Test/RRA.pm
2297cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
2298cpan/Term-ANSIColor/t/module/aliases-func.t
2299cpan/Term-ANSIColor/t/module/basic.t
2300cpan/Term-ANSIColor/t/module/basic256.t
2301cpan/Term-ANSIColor/t/module/eval.t
2302cpan/Term-ANSIColor/t/module/stringify.t
2303cpan/Term-ANSIColor/t/module/true-color.t
2304cpan/Term-ANSIColor/t/taint/basic.t
2305cpan/Term-Cap/Cap.pm			Perl module supporting termcap usage
2306cpan/Term-Cap/test.pl			See if Term::Cap works
2307cpan/Term-ReadKey/Changes			Term::ReadKey
2308cpan/Term-ReadKey/Configure.pm			Term::ReadKey
2309cpan/Term-ReadKey/example/test.pl		Term::ReadKey
2310cpan/Term-ReadKey/genchars.pl			Term::ReadKey
2311cpan/Term-ReadKey/Makefile.PL			Term::ReadKey
2312cpan/Term-ReadKey/ppport.h			Term::ReadKey
2313cpan/Term-ReadKey/ReadKey.xs			Term::ReadKey
2314cpan/Term-ReadKey/ReadKey.pm.PL			Term::ReadKey
2315cpan/Term-ReadKey/README			Term::ReadKey
2316cpan/Term-ReadKey/t/01_basic.t			Term::ReadKey
2317cpan/Term-ReadKey/t/02_terminal_functions.t	Term::ReadKey
2318cpan/Term-Table/lib/Term/Table.pm		Term-Table
2319cpan/Term-Table/lib/Term/Table/Cell.pm		Term-Table
2320cpan/Term-Table/lib/Term/Table/CellStack.pm	Term-Table
2321cpan/Term-Table/lib/Term/Table/HashBase.pm	Term-Table
2322cpan/Term-Table/lib/Term/Table/LineBreak.pm	Term-Table
2323cpan/Term-Table/lib/Term/Table/Spacer.pm	Term-Table
2324cpan/Term-Table/lib/Term/Table/Util.pm		Term-Table
2325cpan/Term-Table/t/bad_blank_line.t		Term-Table
2326cpan/Term-Table/t/HashBase.t			Term-Table
2327cpan/Term-Table/t/honor_env_in_non_tty.t	Term-Table
2328cpan/Term-Table/t/issue-9.t			Term-Table
2329cpan/Term-Table/t/Table.t			Term-Table
2330cpan/Term-Table/t/Table/Cell.t			Term-Table
2331cpan/Term-Table/t/Table/CellStack.t		Term-Table
2332cpan/Term-Table/t/Table/LineBreak.t		Term-Table
2333cpan/Test-Harness/bin/prove					The prove harness utility
2334cpan/Test-Harness/lib/App/Prove.pm				Gubbins for the prove utility
2335cpan/Test-Harness/lib/App/Prove/State.pm			Gubbins for the prove utility
2336cpan/Test-Harness/lib/App/Prove/State/Result.pm			Gubbins for the prove utility
2337cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm		Gubbins for the prove utility
2338cpan/Test-Harness/lib/TAP/Base.pm				A parser for Test Anything Protocol
2339cpan/Test-Harness/lib/TAP/Formatter/Base.pm			A parser for Test Anything Protocol
2340cpan/Test-Harness/lib/TAP/Formatter/Color.pm			A parser for Test Anything Protocol
2341cpan/Test-Harness/lib/TAP/Formatter/Console.pm			A parser for Test Anything Protocol
2342cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm	A parser for Test Anything Protocol
2343cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm		A parser for Test Anything Protocol
2344cpan/Test-Harness/lib/TAP/Formatter/File.pm			A parser for Test Anything Protocol
2345cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm		A parser for Test Anything Protocol
2346cpan/Test-Harness/lib/TAP/Formatter/Session.pm			A parser for Test Anything Protocol
2347cpan/Test-Harness/lib/TAP/Harness.pm				A parser for Test Anything Protocol
2348cpan/Test-Harness/lib/TAP/Harness/Beyond.pod			Test::Harness
2349cpan/Test-Harness/lib/TAP/Harness/Env.pm			A parser for Test Anything Protocol
2350cpan/Test-Harness/lib/TAP/Object.pm				A parser for Test Anything Protocol
2351cpan/Test-Harness/lib/TAP/Parser.pm				A parser for Test Anything Protocol
2352cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm			A parser for Test Anything Protocol
2353cpan/Test-Harness/lib/TAP/Parser/Grammar.pm			A parser for Test Anything Protocol
2354cpan/Test-Harness/lib/TAP/Parser/Iterator.pm			A parser for Test Anything Protocol
2355cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm		A parser for Test Anything Protocol
2356cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm		A parser for Test Anything Protocol
2357cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm		A parser for Test Anything Protocol
2358cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm		A parser for Test Anything Protocol
2359cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm			A parser for Test Anything Protocol
2360cpan/Test-Harness/lib/TAP/Parser/Result.pm			A parser for Test Anything Protocol
2361cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm		A parser for Test Anything Protocol
2362cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm		A parser for Test Anything Protocol
2363cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm			A parser for Test Anything Protocol
2364cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm		A parser for Test Anything Protocol
2365cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm			A parser for Test Anything Protocol
2366cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm		A parser for Test Anything Protocol
2367cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm		A parser for Test Anything Protocol
2368cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm			A parser for Test Anything Protocol
2369cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm		A parser for Test Anything Protocol
2370cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm			A parser for Test Anything Protocol
2371cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm		A parser for Test Anything Protocol
2372cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm		A parser for Test Anything Protocol
2373cpan/Test-Harness/lib/TAP/Parser/Source.pm			A parser for Test Anything Protocol
2374cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm		A parser for Test Anything Protocol
2375cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm	Module related to Test::Harness
2376cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm		Module related to Test::Harness
2377cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm	Module related to Test::Harness
2378cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm		Module related to Test::Harness
2379cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm	Module related to Test::Harness
2380cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm		A parser for Test Anything Protocol
2381cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm		A parser for Test Anything Protocol
2382cpan/Test-Harness/lib/Test/Harness.pm				A test harness
2383cpan/Test-Harness/t/aggregator.t				Test::Harness test
2384cpan/Test-Harness/t/bailout.t					Test::Harness test
2385cpan/Test-Harness/t/base.t					Test::Harness test
2386cpan/Test-Harness/t/callbacks.t					Test::Harness test
2387cpan/Test-Harness/t/compat/env.t				Test::Harness test
2388cpan/Test-Harness/t/compat/env_opts.t				Test::Harness test
2389cpan/Test-Harness/t/compat/failure.t				Test::Harness test
2390cpan/Test-Harness/t/compat/inc-propagation.t			Test::Harness test
2391cpan/Test-Harness/t/compat/inc_taint.t				Test::Harness test
2392cpan/Test-Harness/t/compat/nonumbers.t				Test::Harness test
2393cpan/Test-Harness/t/compat/regression.t				Test::Harness test
2394cpan/Test-Harness/t/compat/subclass.t				Test::Harness test
2395cpan/Test-Harness/t/compat/switches.t				Test::Harness test
2396cpan/Test-Harness/t/compat/test-harness-compat.t		Test::Harness test
2397cpan/Test-Harness/t/compat/version.t				Test::Harness test
2398cpan/Test-Harness/t/console.t					Test::Harness test
2399cpan/Test-Harness/t/data/catme.1				Test data for Test::Harness
2400cpan/Test-Harness/t/data/proverc				Test data for Test::Harness
2401cpan/Test-Harness/t/data/sample.yml				Test data for Test::Harness
2402cpan/Test-Harness/t/env_opts.t					Test file related to Test::Harness
2403cpan/Test-Harness/t/errors.t					Test::Harness test
2404cpan/Test-Harness/t/file.t					Test::Harness test
2405cpan/Test-Harness/t/glob-to-regexp.t				Test::Harness test
2406cpan/Test-Harness/t/grammar.t					Test::Harness test
2407cpan/Test-Harness/t/harness.t					Test::Harness test
2408cpan/Test-Harness/t/harness-bailout.t				Test::Harness test
2409cpan/Test-Harness/t/harness-subclass.t				Test::Harness test
2410cpan/Test-Harness/t/iterator_factory.t				Test::Harness test
2411cpan/Test-Harness/t/iterators.t					Test::Harness test
2412cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm		Module for testing Test::Harness
2413cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm		Module for testing Test::Harness
2414cpan/Test-Harness/t/lib/Dev/Null.pm				Module for testing Test::Harness
2415cpan/Test-Harness/t/lib/EmptyParser.pm				Module for testing Test::Harness
2416cpan/Test-Harness/t/lib/IO/c55Capture.pm			Module for testing Test::Harness
2417cpan/Test-Harness/t/lib/MyCustom.pm				Module for testing Test::Harness
2418cpan/Test-Harness/t/lib/MyFileSourceHandler.pm			Test::Harness test
2419cpan/Test-Harness/t/lib/MyGrammar.pm				Module for testing Test::Harness
2420cpan/Test-Harness/t/lib/MyIterator.pm				Module for testing Test::Harness
2421cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm			Test::Harness test
2422cpan/Test-Harness/t/lib/MyResult.pm				Module for testing Test::Harness
2423cpan/Test-Harness/t/lib/MyResultFactory.pm			Module for testing Test::Harness
2424cpan/Test-Harness/t/lib/MySourceHandler.pm			Test::Harness test
2425cpan/Test-Harness/t/lib/NoFork.pm				Module for testing Test::Harness
2426cpan/Test-Harness/t/lib/NOP.pm					Module for testing Test::Harness
2427cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm		Module related to Test::Harness
2428cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm		Module for testing Test::Harness
2429cpan/Test-Harness/t/multiplexer.t				Test::Harness test
2430cpan/Test-Harness/t/nested.t					Test::Harness test
2431cpan/Test-Harness/t/nofork.t					Test::Harness test
2432cpan/Test-Harness/t/nofork-mux.t				Test::Harness test
2433cpan/Test-Harness/t/object.t					Test::Harness test
2434cpan/Test-Harness/t/parse.t					Test::Harness test
2435cpan/Test-Harness/t/parser-config.t				Test::Harness test
2436cpan/Test-Harness/t/parser-subclass.t				Test::Harness test
2437cpan/Test-Harness/t/perl5lib.t					Test::Harness test
2438cpan/Test-Harness/t/premature-bailout.t				Test::Harness test
2439cpan/Test-Harness/t/process.t					Test::Harness test
2440cpan/Test-Harness/t/prove.t					Test::Harness test
2441cpan/Test-Harness/t/proverc.t					Test::Harness test
2442cpan/Test-Harness/t/proverc/emptyexec				Test data for Test::Harness
2443cpan/Test-Harness/t/proverun.t					Test::Harness test
2444cpan/Test-Harness/t/proveversion.t				Test::Harness test
2445cpan/Test-Harness/t/regression.t				Test::Harness test
2446cpan/Test-Harness/t/results.t					Test::Harness test
2447cpan/Test-Harness/t/rulesfile.t					Test file related to Test::Harness
2448cpan/Test-Harness/t/sample-tests/bailout			Test data for Test::Harness
2449cpan/Test-Harness/t/sample-tests/bignum				Test data for Test::Harness
2450cpan/Test-Harness/t/sample-tests/bignum_many			Test data for Test::Harness
2451cpan/Test-Harness/t/sample-tests/combined			Test data for Test::Harness
2452cpan/Test-Harness/t/sample-tests/combined_compat		Test data for Test::Harness
2453cpan/Test-Harness/t/sample-tests/delayed			Test data for Test::Harness
2454cpan/Test-Harness/t/sample-tests/descriptive			Test data for Test::Harness
2455cpan/Test-Harness/t/sample-tests/descriptive_trailing		Test data for Test::Harness
2456cpan/Test-Harness/t/sample-tests/die				Test data for Test::Harness
2457cpan/Test-Harness/t/sample-tests/die_head_end			Test data for Test::Harness
2458cpan/Test-Harness/t/sample-tests/die_last_minute		Test data for Test::Harness
2459cpan/Test-Harness/t/sample-tests/die_unfinished			Test data for Test::Harness
2460cpan/Test-Harness/t/sample-tests/duplicates			Test data for Test::Harness
2461cpan/Test-Harness/t/sample-tests/echo				Test data for Test::Harness
2462cpan/Test-Harness/t/sample-tests/empty				Test data for Test::Harness
2463cpan/Test-Harness/t/sample-tests/escape_eol			Test data for Test::Harness
2464cpan/Test-Harness/t/sample-tests/escape_hash			Test data for Test::Harness
2465cpan/Test-Harness/t/sample-tests/head_end			Test data for Test::Harness
2466cpan/Test-Harness/t/sample-tests/head_fail			Test data for Test::Harness
2467cpan/Test-Harness/t/sample-tests/inc_taint			Test data for Test::Harness
2468cpan/Test-Harness/t/sample-tests/junk_before_plan		Test data for Test::Harness
2469cpan/Test-Harness/t/sample-tests/lone_not_bug			Test data for Test::Harness
2470cpan/Test-Harness/t/sample-tests/no_nums			Test data for Test::Harness
2471cpan/Test-Harness/t/sample-tests/no_output			Test data for Test::Harness
2472cpan/Test-Harness/t/sample-tests/out_err_mix			Test data for Test::Harness
2473cpan/Test-Harness/t/sample-tests/out_of_order			Test data for Test::Harness
2474cpan/Test-Harness/t/sample-tests/schwern			Test data for Test::Harness
2475cpan/Test-Harness/t/sample-tests/schwern-todo-quiet		Test data for Test::Harness
2476cpan/Test-Harness/t/sample-tests/segfault			Test data for Test::Harness
2477cpan/Test-Harness/t/sample-tests/sequence_misparse		Test data for Test::Harness
2478cpan/Test-Harness/t/sample-tests/shbang_misparse		Test data for Test::Harness
2479cpan/Test-Harness/t/sample-tests/simple				Test data for Test::Harness
2480cpan/Test-Harness/t/sample-tests/simple_fail			Test data for Test::Harness
2481cpan/Test-Harness/t/sample-tests/simple_yaml			Test data for Test::Harness
2482cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13	Test data for Test::Harness
2483cpan/Test-Harness/t/sample-tests/skip				Test data for Test::Harness
2484cpan/Test-Harness/t/sample-tests/skip_nomsg			Test data for Test::Harness
2485cpan/Test-Harness/t/sample-tests/skipall			Test data for Test::Harness
2486cpan/Test-Harness/t/sample-tests/skipall_nomsg			Test data for Test::Harness
2487cpan/Test-Harness/t/sample-tests/skipall_v13			Test data for Test::Harness
2488cpan/Test-Harness/t/sample-tests/space_after_plan		Test data for Test::Harness
2489cpan/Test-Harness/t/sample-tests/space_after_plan_v13		Test::Harness
2490cpan/Test-Harness/t/sample-tests/stdout_stderr			Test data for Test::Harness
2491cpan/Test-Harness/t/sample-tests/strict				Test data for Test::Harness
2492cpan/Test-Harness/t/sample-tests/switches			Test data for Test::Harness
2493cpan/Test-Harness/t/sample-tests/taint				Test data for Test::Harness
2494cpan/Test-Harness/t/sample-tests/taint_warn			Test data for Test::Harness
2495cpan/Test-Harness/t/sample-tests/todo				Test data for Test::Harness
2496cpan/Test-Harness/t/sample-tests/todo_inline			Test data for Test::Harness
2497cpan/Test-Harness/t/sample-tests/todo_misparse			Test data for Test::Harness
2498cpan/Test-Harness/t/sample-tests/too_many			Test data for Test::Harness
2499cpan/Test-Harness/t/sample-tests/version_good			Test data for Test::Harness
2500cpan/Test-Harness/t/sample-tests/version_late			Test data for Test::Harness
2501cpan/Test-Harness/t/sample-tests/version_old			Test data for Test::Harness
2502cpan/Test-Harness/t/sample-tests/vms_nit			Test data for Test::Harness
2503cpan/Test-Harness/t/sample-tests/with_comments			Test data for Test::Harness
2504cpan/Test-Harness/t/sample-tests/yaml_late_plan			Test data for Test::Harness
2505cpan/Test-Harness/t/sample-tests/zero_valid			Test data for Test::Harness
2506cpan/Test-Harness/t/scheduler.t					Test::Harness test
2507cpan/Test-Harness/t/source.t					Test::Harness test
2508cpan/Test-Harness/t/source_handler.t				Test::Harness test
2509cpan/Test-Harness/t/source_tests/harness			Test data for Test::Harness
2510cpan/Test-Harness/t/source_tests/harness_badtap			Test data for Test::Harness
2511cpan/Test-Harness/t/source_tests/harness_complain		Test data for Test::Harness
2512cpan/Test-Harness/t/source_tests/harness_directives		Test data for Test::Harness
2513cpan/Test-Harness/t/source_tests/harness_failure		Test data for Test::Harness
2514cpan/Test-Harness/t/source_tests/psql.bat			Test::Harness test
2515cpan/Test-Harness/t/source_tests/source				Test data for Test::Harness
2516cpan/Test-Harness/t/source_tests/source.1			Test::Harness test
2517cpan/Test-Harness/t/source_tests/source.bat			Test::Harness test
2518cpan/Test-Harness/t/source_tests/source.pl			Test::Harness test
2519cpan/Test-Harness/t/source_tests/source.sh			Test::Harness test
2520cpan/Test-Harness/t/source_tests/source.t			Test::Harness test
2521cpan/Test-Harness/t/source_tests/source.tap			Test::Harness test
2522cpan/Test-Harness/t/source_tests/source_args.sh			Test::Harness test
2523cpan/Test-Harness/t/source_tests/test.tap			Test file related to Test::Harness
2524cpan/Test-Harness/t/spool.t					Test::Harness test
2525cpan/Test-Harness/t/state.t					Test::Harness test
2526cpan/Test-Harness/t/state_results.t				Test::Harness test
2527cpan/Test-Harness/t/streams.t					Test::Harness test
2528cpan/Test-Harness/t/subclass_tests/non_perl_source		Test data for Test::Harness
2529cpan/Test-Harness/t/subclass_tests/perl_source			Test data for Test::Harness
2530cpan/Test-Harness/t/taint.t					Test::Harness test
2531cpan/Test-Harness/t/testargs.t					Test::Harness test
2532cpan/Test-Harness/t/unicode.t					Test::Harness test
2533cpan/Test-Harness/t/yamlish.t					Test::Harness test
2534cpan/Test-Harness/t/yamlish-output.t				Test::Harness test
2535cpan/Test-Harness/t/yamlish-writer.t				Test::Harness test
2536cpan/Test-Simple/lib/ok.pm							Module related to Test::Simple
2537cpan/Test-Simple/lib/Test/Builder.pm						Module related to Test::Simple
2538cpan/Test-Simple/lib/Test/Builder/Formatter.pm					Module related to Test::Simple
2539cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm					Module related to Test::Simple
2540cpan/Test-Simple/lib/Test/Builder/Module.pm					Module related to Test::Simple
2541cpan/Test-Simple/lib/Test/Builder/Tester.pm					Module related to Test::Simple
2542cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm				Module related to Test::Simple
2543cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm					Module related to Test::Simple
2544cpan/Test-Simple/lib/Test/More.pm						Module related to Test::Simple
2545cpan/Test-Simple/lib/Test/Simple.pm						Module related to Test::Simple
2546cpan/Test-Simple/lib/Test/Tester.pm						Module related to Test::Simple
2547cpan/Test-Simple/lib/Test/Tester/Capture.pm					Module related to Test::Simple
2548cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm				Module related to Test::Simple
2549cpan/Test-Simple/lib/Test/Tester/Delegate.pm					Module related to Test::Simple
2550cpan/Test-Simple/lib/Test/Tutorial.pod						Test::Simple
2551cpan/Test-Simple/lib/Test/use/ok.pm						Module related to Test::Simple
2552cpan/Test-Simple/lib/Test2.pm							Module related to Test::Simple
2553cpan/Test-Simple/lib/Test2/API.pm						Module related to Test::Simple
2554cpan/Test-Simple/lib/Test2/API/Breakage.pm					Module related to Test::Simple
2555cpan/Test-Simple/lib/Test2/API/Context.pm					Module related to Test::Simple
2556cpan/Test-Simple/lib/Test2/API/Instance.pm					Module related to Test::Simple
2557cpan/Test-Simple/lib/Test2/API/InterceptResult.pm				Module related to Test::Simple
2558cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm				Module related to Test::Simple
2559cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm				Module related to Test::Simple
2560cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm				Module related to Test::Simple
2561cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm			Module related to Test::Simple
2562cpan/Test-Simple/lib/Test2/API/Stack.pm						Module related to Test::Simple
2563cpan/Test-Simple/lib/Test2/Event.pm						Module related to Test::Simple
2564cpan/Test-Simple/lib/Test2/Event/Bail.pm					Module related to Test::Simple
2565cpan/Test-Simple/lib/Test2/Event/Diag.pm					Module related to Test::Simple
2566cpan/Test-Simple/lib/Test2/Event/Encoding.pm					Module related to Test::Simple
2567cpan/Test-Simple/lib/Test2/Event/Exception.pm					Module related to Test::Simple
2568cpan/Test-Simple/lib/Test2/Event/Fail.pm					Module related to Test::Simple
2569cpan/Test-Simple/lib/Test2/Event/Generic.pm					Module related to Test::Simple
2570cpan/Test-Simple/lib/Test2/Event/Note.pm					Module related to Test::Simple
2571cpan/Test-Simple/lib/Test2/Event/Ok.pm						Module related to Test::Simple
2572cpan/Test-Simple/lib/Test2/Event/Pass.pm					Module related to Test::Simple
2573cpan/Test-Simple/lib/Test2/Event/Plan.pm					Module related to Test::Simple
2574cpan/Test-Simple/lib/Test2/Event/Skip.pm					Module related to Test::Simple
2575cpan/Test-Simple/lib/Test2/Event/Subtest.pm					Module related to Test::Simple
2576cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm					Module related to Test::Simple
2577cpan/Test-Simple/lib/Test2/Event/V2.pm						Module related to Test::Simple
2578cpan/Test-Simple/lib/Test2/Event/Waiting.pm					Module related to Test::Simple
2579cpan/Test-Simple/lib/Test2/EventFacet.pm					Module related to Test::Simple
2580cpan/Test-Simple/lib/Test2/EventFacet/About.pm					Module related to Test::Simple
2581cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm				Module related to Test::Simple
2582cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm					Module related to Test::Simple
2583cpan/Test-Simple/lib/Test2/EventFacet/Control.pm				Module related to Test::Simple
2584cpan/Test-Simple/lib/Test2/EventFacet/Error.pm					Module related to Test::Simple
2585cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm					Module related to Test::Simple
2586cpan/Test-Simple/lib/Test2/EventFacet/Info.pm					Module related to Test::Simple
2587cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm				Module related to Test::Simple
2588cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm					Module related to Test::Simple
2589cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm					Module related to Test::Simple
2590cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm					Module related to Test::Simple
2591cpan/Test-Simple/lib/Test2/EventFacet/Render.pm					Module related to Test::Simple
2592cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm					Module related to Test::Simple
2593cpan/Test-Simple/lib/Test2/Formatter.pm						Module related to Test::Simple
2594cpan/Test-Simple/lib/Test2/Formatter/TAP.pm					Module related to Test::Simple
2595cpan/Test-Simple/lib/Test2/Hub.pm						Module related to Test::Simple
2596cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm					Module related to Test::Simple
2597cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm			Module related to Test::Simple
2598cpan/Test-Simple/lib/Test2/Hub/Subtest.pm					Module related to Test::Simple
2599cpan/Test-Simple/lib/Test2/IPC.pm						Module related to Test::Simple
2600cpan/Test-Simple/lib/Test2/IPC/Driver.pm					Module related to Test::Simple
2601cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm					Module related to Test::Simple
2602cpan/Test-Simple/lib/Test2/Tools/Tiny.pm					Module related to Test::Simple
2603cpan/Test-Simple/lib/Test2/Transition.pod					Test::Simple
2604cpan/Test-Simple/lib/Test2/Util.pm						Module related to Test::Simple
2605cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm					Module related to Test::Simple
2606cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm				Module related to Test::Simple
2607cpan/Test-Simple/lib/Test2/Util/HashBase.pm					Module related to Test::Simple
2608cpan/Test-Simple/lib/Test2/Util/Trace.pm					Module related to Test::Simple
2609cpan/Test-Simple/t/HashBase.t							Test file related to Test::Simple
2610cpan/Test-Simple/t/Legacy/00test_harness_check.t				Test file related to Test::Simple
2611cpan/Test-Simple/t/Legacy/01-basic.t						Test file related to Test::Simple
2612cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t					Test file related to Test::Simple
2613cpan/Test-Simple/t/Legacy/auto.t						Test file related to Test::Simple
2614cpan/Test-Simple/t/Legacy/bad_plan.t						Test file related to Test::Simple
2615cpan/Test-Simple/t/Legacy/bail_out.t						Test file related to Test::Simple
2616cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t					Test file related to Test::Simple
2617cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t					Test file related to Test::Simple
2618cpan/Test-Simple/t/Legacy/buffer.t						Test file related to Test::Simple
2619cpan/Test-Simple/t/Legacy/Bugs/600.t						Test file related to Test::Simple
2620cpan/Test-Simple/t/Legacy/Bugs/629.t						Test file related to Test::Simple
2621cpan/Test-Simple/t/Legacy/Builder/Builder.t					Test file related to Test::Simple
2622cpan/Test-Simple/t/Legacy/Builder/carp.t					Test file related to Test::Simple
2623cpan/Test-Simple/t/Legacy/Builder/create.t					Test file related to Test::Simple
2624cpan/Test-Simple/t/Legacy/Builder/current_test.t				Test file related to Test::Simple
2625cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t			Test file related to Test::Simple
2626cpan/Test-Simple/t/Legacy/Builder/details.t					Test file related to Test::Simple
2627cpan/Test-Simple/t/Legacy/Builder/done_testing.t				Test file related to Test::Simple
2628cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t				Test file related to Test::Simple
2629cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t			Test file related to Test::Simple
2630cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t			Test file related to Test::Simple
2631cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t			Test file related to Test::Simple
2632cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t			Test file related to Test::Simple
2633cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t			Test file related to Test::Simple
2634cpan/Test-Simple/t/Legacy/Builder/has_plan.t					Test file related to Test::Simple
2635cpan/Test-Simple/t/Legacy/Builder/has_plan2.t					Test file related to Test::Simple
2636cpan/Test-Simple/t/Legacy/Builder/is_fh.t					Test file related to Test::Simple
2637cpan/Test-Simple/t/Legacy/Builder/is_passing.t					Test file related to Test::Simple
2638cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t					Test file related to Test::Simple
2639cpan/Test-Simple/t/Legacy/Builder/no_diag.t					Test file related to Test::Simple
2640cpan/Test-Simple/t/Legacy/Builder/no_ending.t					Test file related to Test::Simple
2641cpan/Test-Simple/t/Legacy/Builder/no_header.t					Test file related to Test::Simple
2642cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t				Test file related to Test::Simple
2643cpan/Test-Simple/t/Legacy/Builder/ok_obj.t					Test file related to Test::Simple
2644cpan/Test-Simple/t/Legacy/Builder/output.t					Test file related to Test::Simple
2645cpan/Test-Simple/t/Legacy/Builder/reset.t					Test file related to Test::Simple
2646cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t				Test file related to Test::Simple
2647cpan/Test-Simple/t/Legacy/Builder/try.t						Test file related to Test::Simple
2648cpan/Test-Simple/t/Legacy/c_flag.t						Test file related to Test::Simple
2649cpan/Test-Simple/t/Legacy/capture.t						Test file related to Test::Simple
2650cpan/Test-Simple/t/Legacy/check_tests.t						Test file related to Test::Simple
2651cpan/Test-Simple/t/Legacy/circular_data.t					Test file related to Test::Simple
2652cpan/Test-Simple/t/Legacy/cmp_ok.t						Test file related to Test::Simple
2653cpan/Test-Simple/t/Legacy/depth.t						Test file related to Test::Simple
2654cpan/Test-Simple/t/Legacy/diag.t						Test file related to Test::Simple
2655cpan/Test-Simple/t/Legacy/died.t						Test file related to Test::Simple
2656cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t				Test file related to Test::Simple
2657cpan/Test-Simple/t/Legacy/eq_set.t						Test file related to Test::Simple
2658cpan/Test-Simple/t/Legacy/exit.t						Test file related to Test::Simple
2659cpan/Test-Simple/t/Legacy/explain.t						Test file related to Test::Simple
2660cpan/Test-Simple/t/Legacy/explain_err_vars.t					Test file related to Test::Simple
2661cpan/Test-Simple/t/Legacy/extra.t						Test file related to Test::Simple
2662cpan/Test-Simple/t/Legacy/extra_one.t						Test file related to Test::Simple
2663cpan/Test-Simple/t/Legacy/fail.t						Test file related to Test::Simple
2664cpan/Test-Simple/t/Legacy/fail-like.t						Test file related to Test::Simple
2665cpan/Test-Simple/t/Legacy/fail-more.t						Test file related to Test::Simple
2666cpan/Test-Simple/t/Legacy/fail_one.t						Test file related to Test::Simple
2667cpan/Test-Simple/t/Legacy/filehandles.t						Test file related to Test::Simple
2668cpan/Test-Simple/t/Legacy/fork.t						Test file related to Test::Simple
2669cpan/Test-Simple/t/Legacy/harness_active.t					Test file related to Test::Simple
2670cpan/Test-Simple/t/Legacy/import.t						Test file related to Test::Simple
2671cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t					Test file related to Test::Simple
2672cpan/Test-Simple/t/Legacy/is_deeply_fail.t					Test file related to Test::Simple
2673cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t				Test file related to Test::Simple
2674cpan/Test-Simple/t/Legacy/missing.t						Test file related to Test::Simple
2675cpan/Test-Simple/t/Legacy/More.t						Test file related to Test::Simple
2676cpan/Test-Simple/t/Legacy/new_ok.t						Test file related to Test::Simple
2677cpan/Test-Simple/t/Legacy/no_log_results.t					Test file related to Test::Simple
2678cpan/Test-Simple/t/Legacy/no_plan.t						Test file related to Test::Simple
2679cpan/Test-Simple/t/Legacy/no_tests.t						Test file related to Test::Simple
2680cpan/Test-Simple/t/Legacy/note.t						Test file related to Test::Simple
2681cpan/Test-Simple/t/Legacy/overload.t						Test file related to Test::Simple
2682cpan/Test-Simple/t/Legacy/overload_threads.t					Test file related to Test::Simple
2683cpan/Test-Simple/t/Legacy/plan.t						Test file related to Test::Simple
2684cpan/Test-Simple/t/Legacy/plan_bad.t						Test file related to Test::Simple
2685cpan/Test-Simple/t/Legacy/plan_is_noplan.t					Test file related to Test::Simple
2686cpan/Test-Simple/t/Legacy/plan_no_plan.t					Test file related to Test::Simple
2687cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t				Test file related to Test::Simple
2688cpan/Test-Simple/t/Legacy/plan_skip_all.t					Test file related to Test::Simple
2689cpan/Test-Simple/t/Legacy/Regression/637.t					Test file related to Test::Simple
2690cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t				Test file related to Test::Simple
2691cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t					Test file related to Test::Simple
2692cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t				Test file related to Test::Simple
2693cpan/Test-Simple/t/Legacy/Regression/789-read-only.t				Test file related to Test::Simple
2694cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t		Test file related to Test::Simple
2695cpan/Test-Simple/t/Legacy/Regression/is_capture.t				Test file related to Test::Simple
2696cpan/Test-Simple/t/Legacy/require_ok.t						Test file related to Test::Simple
2697cpan/Test-Simple/t/Legacy/run_test.t						Test file related to Test::Simple
2698cpan/Test-Simple/t/Legacy/simple.t						Test file related to Test::Simple
2699cpan/Test-Simple/t/Legacy/Simple/load.t						Test file related to Test::Simple
2700cpan/Test-Simple/t/Legacy/skip.t						Test file related to Test::Simple
2701cpan/Test-Simple/t/Legacy/skipall.t						Test file related to Test::Simple
2702cpan/Test-Simple/t/Legacy/strays.t						Test file related to Test::Simple
2703cpan/Test-Simple/t/Legacy/subtest/args.t					Test file related to Test::Simple
2704cpan/Test-Simple/t/Legacy/subtest/bail_out.t					Test file related to Test::Simple
2705cpan/Test-Simple/t/Legacy/subtest/basic.t					Test file related to Test::Simple
2706cpan/Test-Simple/t/Legacy/subtest/callback.t					Test file related to Test::Simple
2707cpan/Test-Simple/t/Legacy/subtest/die.t						Test file related to Test::Simple
2708cpan/Test-Simple/t/Legacy/subtest/do.t						Test file related to Test::Simple
2709cpan/Test-Simple/t/Legacy/subtest/events.t					Test file related to Test::Simple
2710cpan/Test-Simple/t/Legacy/subtest/for_do_t.test					Test file related to Test::Simple
2711cpan/Test-Simple/t/Legacy/subtest/fork.t					Test file related to Test::Simple
2712cpan/Test-Simple/t/Legacy/subtest/implicit_done.t				Test file related to Test::Simple
2713cpan/Test-Simple/t/Legacy/subtest/line_numbers.t				Test file related to Test::Simple
2714cpan/Test-Simple/t/Legacy/subtest/plan.t					Test file related to Test::Simple
2715cpan/Test-Simple/t/Legacy/subtest/predicate.t					Test file related to Test::Simple
2716cpan/Test-Simple/t/Legacy/subtest/singleton.t					Test file related to Test::Simple
2717cpan/Test-Simple/t/Legacy/subtest/threads.t					Test file related to Test::Simple
2718cpan/Test-Simple/t/Legacy/subtest/todo.t					Test file related to Test::Simple
2719cpan/Test-Simple/t/Legacy/subtest/wstat.t					Test file related to Test::Simple
2720cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t				Test file related to Test::Simple
2721cpan/Test-Simple/t/Legacy/Test2/Subtest.t					Test file related to Test::Simple
2722cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t					Test file related to Test::Simple
2723cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t				Test file related to Test::Simple
2724cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t					Test file related to Test::Simple
2725cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t				Test file related to Test::Simple
2726cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t				Test file related to Test::Simple
2727cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t				Test file related to Test::Simple
2728cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t					Test file related to Test::Simple
2729cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t				Test file related to Test::Simple
2730cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t					Test file related to Test::Simple
2731cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl				Script related to Test::Simple
2732cpan/Test-Simple/t/Legacy/thread_taint.t					Test file related to Test::Simple
2733cpan/Test-Simple/t/Legacy/threads.t						Test file related to Test::Simple
2734cpan/Test-Simple/t/Legacy/todo.t						Test file related to Test::Simple
2735cpan/Test-Simple/t/Legacy/undef.t						Test file related to Test::Simple
2736cpan/Test-Simple/t/Legacy/use_ok.t						Test file related to Test::Simple
2737cpan/Test-Simple/t/Legacy/useing.t						Test file related to Test::Simple
2738cpan/Test-Simple/t/Legacy/utf8.t						Test file related to Test::Simple
2739cpan/Test-Simple/t/Legacy/versions.t						Test file related to Test::Simple
2740cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t			Test file related to Test::Simple
2741cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t				Test file related to Test::Simple
2742cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t				Test file related to Test::Simple
2743cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t				Test file related to Test::Simple
2744cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t			Test file related to Test::Simple
2745cpan/Test-Simple/t/lib/Dev/Null.pm						Module related to Test::Simple
2746cpan/Test-Simple/t/lib/Dummy.pm							Module related to Test::Simple
2747cpan/Test-Simple/t/lib/MyOverload.pm						Module related to Test::Simple
2748cpan/Test-Simple/t/lib/MyTest.pm						Module related to Test::Simple
2749cpan/Test-Simple/t/lib/NoExporter.pm						Module related to Test::Simple
2750cpan/Test-Simple/t/lib/SigDie.pm						Module related to Test::Simple
2751cpan/Test-Simple/t/lib/SkipAll.pm						Module related to Test::Simple
2752cpan/Test-Simple/t/lib/SmallTest.pm						Module related to Test::Simple
2753cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm					Module related to Test::Simple
2754cpan/Test-Simple/t/lib/Test/Simple/Catch.pm					Module related to Test::Simple
2755cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx			Script related to Test::Simple
2756cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx		Script related to Test::Simple
2757cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx		Script related to Test::Simple
2758cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx			Script related to Test::Simple
2759cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx			Script related to Test::Simple
2760cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx			Script related to Test::Simple
2761cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx		Script related to Test::Simple
2762cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx	Script related to Test::Simple
2763cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx			Script related to Test::Simple
2764cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx	Script related to Test::Simple
2765cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx		Script related to Test::Simple
2766cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx			Script related to Test::Simple
2767cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx			Script related to Test::Simple
2768cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx			Script related to Test::Simple
2769cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx		Script related to Test::Simple
2770cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx			Script related to Test::Simple
2771cpan/Test-Simple/t/lib/TieOut.pm						Module related to Test::Simple
2772cpan/Test-Simple/t/regression/642_persistent_end.t				Test file related to Test::Simple
2773cpan/Test-Simple/t/regression/662-tbt-no-plan.t					Test file related to Test::Simple
2774cpan/Test-Simple/t/regression/684-nested_todo_diag.t				Test file related to Test::Simple
2775cpan/Test-Simple/t/regression/694_note_diag_return_values.t			Test file related to Test::Simple
2776cpan/Test-Simple/t/regression/696-intercept_skip_all.t				Test file related to Test::Simple
2777cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t			Test file related to Test::Simple
2778cpan/Test-Simple/t/regression/757-reset_in_subtest.t				Test file related to Test::Simple
2779cpan/Test-Simple/t/regression/812-todo.t					Test file related to Test::Simple
2780cpan/Test-Simple/t/regression/817-subtest-todo.t				Test file related to Test::Simple
2781cpan/Test-Simple/t/regression/862-intercept_tb_todo.t				Test file related to Test::Simple
2782cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t			Test file related to Test::Simple
2783cpan/Test-Simple/t/regression/builder_does_not_init.t				Test file related to Test::Simple
2784cpan/Test-Simple/t/regression/errors_facet.t					Test file related to Test::Simple
2785cpan/Test-Simple/t/regression/fork_first.t					Test file related to Test::Simple
2786cpan/Test-Simple/t/regression/inherit_trace.t					Test file related to Test::Simple
2787cpan/Test-Simple/t/regression/no_name_in_subtest.t				Test file related to Test::Simple
2788cpan/Test-Simple/t/regression/skip_reason_object_ipc.t				Test file related to Test::Simple
2789cpan/Test-Simple/t/regression/todo_and_facets.t					Test file related to Test::Simple
2790cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t			Test file related to Test::Simple
2791cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t				Test file related to Test::Simple
2792cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t				Test file related to Test::Simple
2793cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t				Test file related to Test::Simple
2794cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t				Test file related to Test::Simple
2795cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t				Test file related to Test::Simple
2796cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t				Test file related to Test::Simple
2797cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t				Test file related to Test::Simple
2798cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t				Test file related to Test::Simple
2799cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t				Test file related to Test::Simple
2800cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t				Test file related to Test::Simple
2801cpan/Test-Simple/t/Test2/behavior/err_var.t					Test file related to Test::Simple
2802cpan/Test-Simple/t/Test2/behavior/Formatter.t					Test file related to Test::Simple
2803cpan/Test-Simple/t/Test2/behavior/init_croak.t					Test file related to Test::Simple
2804cpan/Test-Simple/t/Test2/behavior/intercept.t					Test file related to Test::Simple
2805cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t				Test file related to Test::Simple
2806cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t			Test file related to Test::Simple
2807cpan/Test-Simple/t/Test2/behavior/no_load_api.t					Test file related to Test::Simple
2808cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t				Test file related to Test::Simple
2809cpan/Test-Simple/t/Test2/behavior/special_names.t				Test file related to Test::Simple
2810cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t				Test file related to Test::Simple
2811cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t			Test file related to Test::Simple
2812cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t				Test file related to Test::Simple
2813cpan/Test-Simple/t/Test2/behavior/Subtest_events.t				Test file related to Test::Simple
2814cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t				Test file related to Test::Simple
2815cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t				Test file related to Test::Simple
2816cpan/Test-Simple/t/Test2/behavior/Taint.t					Test file related to Test::Simple
2817cpan/Test-Simple/t/Test2/behavior/trace_signature.t				Test file related to Test::Simple
2818cpan/Test-Simple/t/Test2/behavior/trace_stamps.t				Test-Simple
2819cpan/Test-Simple/t/Test2/behavior/uuid.t					Test file related to Test::Simple
2820cpan/Test-Simple/t/Test2/legacy/TAP.t						Test file related to Test::Simple
2821cpan/Test-Simple/t/Test2/modules/API.t						Test file related to Test::Simple
2822cpan/Test-Simple/t/Test2/modules/API/Breakage.t					Test file related to Test::Simple
2823cpan/Test-Simple/t/Test2/modules/API/Context.t					Test file related to Test::Simple
2824cpan/Test-Simple/t/Test2/modules/API/Instance.t					Test file related to Test::Simple
2825cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t				Test file related to Test::Simple
2826cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t			Test file related to Test::Simple
2827cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t			Test file related to Test::Simple
2828cpan/Test-Simple/t/Test2/modules/API/Stack.t					Test file related to Test::Simple
2829cpan/Test-Simple/t/Test2/modules/Event.t					Test file related to Test::Simple
2830cpan/Test-Simple/t/Test2/modules/Event/Bail.t					Test file related to Test::Simple
2831cpan/Test-Simple/t/Test2/modules/Event/Diag.t					Test file related to Test::Simple
2832cpan/Test-Simple/t/Test2/modules/Event/Encoding.t				Test file related to Test::Simple
2833cpan/Test-Simple/t/Test2/modules/Event/Exception.t				Test file related to Test::Simple
2834cpan/Test-Simple/t/Test2/modules/Event/Fail.t					Test file related to Test::Simple
2835cpan/Test-Simple/t/Test2/modules/Event/Generic.t				Test file related to Test::Simple
2836cpan/Test-Simple/t/Test2/modules/Event/Note.t					Test file related to Test::Simple
2837cpan/Test-Simple/t/Test2/modules/Event/Ok.t					Test file related to Test::Simple
2838cpan/Test-Simple/t/Test2/modules/Event/Pass.t					Test file related to Test::Simple
2839cpan/Test-Simple/t/Test2/modules/Event/Plan.t					Test file related to Test::Simple
2840cpan/Test-Simple/t/Test2/modules/Event/Skip.t					Test file related to Test::Simple
2841cpan/Test-Simple/t/Test2/modules/Event/Subtest.t				Test file related to Test::Simple
2842cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t				Test file related to Test::Simple
2843cpan/Test-Simple/t/Test2/modules/Event/V2.t					Test file related to Test::Simple
2844cpan/Test-Simple/t/Test2/modules/Event/Waiting.t				Test file related to Test::Simple
2845cpan/Test-Simple/t/Test2/modules/EventFacet.t					Test file related to Test::Simple
2846cpan/Test-Simple/t/Test2/modules/EventFacet/About.t				Test file related to Test::Simple
2847cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t				Test file related to Test::Simple
2848cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t				Test file related to Test::Simple
2849cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t				Test file related to Test::Simple
2850cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t				Test file related to Test::Simple
2851cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t				Test file related to Test::Simple
2852cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t				Test file related to Test::Simple
2853cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t				Test file related to Test::Simple
2854cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t				Test file related to Test::Simple
2855cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t				Test file related to Test::Simple
2856cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t				Test file related to Test::Simple
2857cpan/Test-Simple/t/Test2/modules/Hub.t						Test file related to Test::Simple
2858cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t				Test file related to Test::Simple
2859cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t			Test file related to Test::Simple
2860cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t					Test file related to Test::Simple
2861cpan/Test-Simple/t/Test2/modules/IPC.t						Test file related to Test::Simple
2862cpan/Test-Simple/t/Test2/modules/IPC/Driver.t					Test file related to Test::Simple
2863cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t				Test file related to Test::Simple
2864cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t					Test file related to Test::Simple
2865cpan/Test-Simple/t/Test2/modules/Util.t						Test file related to Test::Simple
2866cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t				Test file related to Test::Simple
2867cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t				Test file related to Test::Simple
2868cpan/Test-Simple/t/Test2/modules/Util/Trace.t					Test file related to Test::Simple
2869cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t				Test file related to Test::Simple
2870cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t			Test file related to Test::Simple
2871cpan/Test-Simple/t/Test2/regression/gh_16.t					Test file related to Test::Simple
2872cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t			Test file related to Test::Simple
2873cpan/Test2-Suite/lib/Test2/AsyncSubtest.pm				Test2-Suite
2874cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Attach.pm			Test2-Suite
2875cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Detach.pm			Test2-Suite
2876cpan/Test2-Suite/lib/Test2/AsyncSubtest/Formatter.pm			Test2-Suite
2877cpan/Test2-Suite/lib/Test2/AsyncSubtest/Hub.pm				Test2-Suite
2878cpan/Test2-Suite/lib/Test2/Bundle.pm					Test2-Suite
2879cpan/Test2-Suite/lib/Test2/Bundle/Extended.pm				Test2-Suite
2880cpan/Test2-Suite/lib/Test2/Bundle/More.pm				Test2-Suite
2881cpan/Test2-Suite/lib/Test2/Bundle/Simple.pm				Test2-Suite
2882cpan/Test2-Suite/lib/Test2/Compare.pm					Test2-Suite
2883cpan/Test2-Suite/lib/Test2/Compare/Array.pm				Test2-Suite
2884cpan/Test2-Suite/lib/Test2/Compare/Bag.pm				Test2-Suite
2885cpan/Test2-Suite/lib/Test2/Compare/Base.pm				Test2-Suite
2886cpan/Test2-Suite/lib/Test2/Compare/Bool.pm				Test2-Suite
2887cpan/Test2-Suite/lib/Test2/Compare/Custom.pm				Test2-Suite
2888cpan/Test2-Suite/lib/Test2/Compare/DeepRef.pm				Test2-Suite
2889cpan/Test2-Suite/lib/Test2/Compare/Delta.pm				Test2-Suite
2890cpan/Test2-Suite/lib/Test2/Compare/Event.pm				Test2-Suite
2891cpan/Test2-Suite/lib/Test2/Compare/EventMeta.pm				Test2-Suite
2892cpan/Test2-Suite/lib/Test2/Compare/Float.pm				Test2-Suite
2893cpan/Test2-Suite/lib/Test2/Compare/Hash.pm				Test2-Suite
2894cpan/Test2-Suite/lib/Test2/Compare/Isa.pm				Test2-Suite
2895cpan/Test2-Suite/lib/Test2/Compare/Meta.pm				Test2-Suite
2896cpan/Test2-Suite/lib/Test2/Compare/Negatable.pm				Test2-Suite
2897cpan/Test2-Suite/lib/Test2/Compare/Number.pm				Test2-Suite
2898cpan/Test2-Suite/lib/Test2/Compare/Object.pm				Test2-Suite
2899cpan/Test2-Suite/lib/Test2/Compare/OrderedSubset.pm			Test2-Suite
2900cpan/Test2-Suite/lib/Test2/Compare/Pattern.pm				Test2-Suite
2901cpan/Test2-Suite/lib/Test2/Compare/Ref.pm				Test2-Suite
2902cpan/Test2-Suite/lib/Test2/Compare/Regex.pm				Test2-Suite
2903cpan/Test2-Suite/lib/Test2/Compare/Scalar.pm				Test2-Suite
2904cpan/Test2-Suite/lib/Test2/Compare/Set.pm				Test2-Suite
2905cpan/Test2-Suite/lib/Test2/Compare/String.pm				Test2-Suite
2906cpan/Test2-Suite/lib/Test2/Compare/Undef.pm				Test2-Suite
2907cpan/Test2-Suite/lib/Test2/Compare/Wildcard.pm				Test2-Suite
2908cpan/Test2-Suite/lib/Test2/Manual.pm					Test2-Suite
2909cpan/Test2-Suite/lib/Test2/Manual/Anatomy.pm				Test2-Suite
2910cpan/Test2-Suite/lib/Test2/Manual/Anatomy/API.pm			Test2-Suite
2911cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Context.pm			Test2-Suite
2912cpan/Test2-Suite/lib/Test2/Manual/Anatomy/EndToEnd.pm			Test2-Suite
2913cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Event.pm			Test2-Suite
2914cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Hubs.pm			Test2-Suite
2915cpan/Test2-Suite/lib/Test2/Manual/Anatomy/IPC.pm			Test2-Suite
2916cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Utilities.pm			Test2-Suite
2917cpan/Test2-Suite/lib/Test2/Manual/Concurrency.pm			Test2-Suite
2918cpan/Test2-Suite/lib/Test2/Manual/Contributing.pm			Test2-Suite
2919cpan/Test2-Suite/lib/Test2/Manual/Testing.pm				Test2-Suite
2920cpan/Test2-Suite/lib/Test2/Manual/Testing/Introduction.pm		Test2-Suite
2921cpan/Test2-Suite/lib/Test2/Manual/Testing/Migrating.pm			Test2-Suite
2922cpan/Test2-Suite/lib/Test2/Manual/Testing/Planning.pm			Test2-Suite
2923cpan/Test2-Suite/lib/Test2/Manual/Testing/Todo.pm			Test2-Suite
2924cpan/Test2-Suite/lib/Test2/Manual/Tooling.pm				Test2-Suite
2925cpan/Test2-Suite/lib/Test2/Manual/Tooling/FirstTool.pm			Test2-Suite
2926cpan/Test2-Suite/lib/Test2/Manual/Tooling/Formatter.pm			Test2-Suite
2927cpan/Test2-Suite/lib/Test2/Manual/Tooling/Nesting.pm			Test2-Suite
2928cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestExit.pm		Test2-Suite
2929cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm		Test2-Suite
2930cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm	Test2-Suite
2931cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm		Test2-Suite
2932cpan/Test2-Suite/lib/Test2/Manual/Tooling/Subtest.pm			Test2-Suite
2933cpan/Test2-Suite/lib/Test2/Manual/Tooling/TestBuilder.pm		Test2-Suite
2934cpan/Test2-Suite/lib/Test2/Manual/Tooling/Testing.pm			Test2-Suite
2935cpan/Test2-Suite/lib/Test2/Mock.pm					Test2-Suite
2936cpan/Test2-Suite/lib/Test2/Plugin.pm					Test2-Suite
2937cpan/Test2-Suite/lib/Test2/Plugin/BailOnFail.pm				Test2-Suite
2938cpan/Test2-Suite/lib/Test2/Plugin/DieOnFail.pm				Test2-Suite
2939cpan/Test2-Suite/lib/Test2/Plugin/ExitSummary.pm			Test2-Suite
2940cpan/Test2-Suite/lib/Test2/Plugin/SRand.pm				Test2-Suite
2941cpan/Test2-Suite/lib/Test2/Plugin/Times.pm				Test2-Suite
2942cpan/Test2-Suite/lib/Test2/Plugin/UTF8.pm				Test2-Suite
2943cpan/Test2-Suite/lib/Test2/Require.pm					Test2-Suite
2944cpan/Test2-Suite/lib/Test2/Require/AuthorTesting.pm			Test2-Suite
2945cpan/Test2-Suite/lib/Test2/Require/AutomatedTesting.pm			Test2-Suite
2946cpan/Test2-Suite/lib/Test2/Require/EnvVar.pm				Test2-Suite
2947cpan/Test2-Suite/lib/Test2/Require/ExtendedTesting.pm			Test2-Suite
2948cpan/Test2-Suite/lib/Test2/Require/Fork.pm				Test2-Suite
2949cpan/Test2-Suite/lib/Test2/Require/Module.pm				Test2-Suite
2950cpan/Test2-Suite/lib/Test2/Require/NonInteractiveTesting.pm		Test2-Suite
2951cpan/Test2-Suite/lib/Test2/Require/Perl.pm				Test2-Suite
2952cpan/Test2-Suite/lib/Test2/Require/RealFork.pm				Test2-Suite
2953cpan/Test2-Suite/lib/Test2/Require/ReleaseTesting.pm			Test2-Suite
2954cpan/Test2-Suite/lib/Test2/Require/Threads.pm				Test2-Suite
2955cpan/Test2-Suite/lib/Test2/Suite.pm					Test2-Suite
2956cpan/Test2-Suite/lib/Test2/Todo.pm					Test2-Suite
2957cpan/Test2-Suite/lib/Test2/Tools.pm					Test2-Suite
2958cpan/Test2-Suite/lib/Test2/Tools/AsyncSubtest.pm			Test2-Suite
2959cpan/Test2-Suite/lib/Test2/Tools/Basic.pm				Test2-Suite
2960cpan/Test2-Suite/lib/Test2/Tools/Class.pm				Test2-Suite
2961cpan/Test2-Suite/lib/Test2/Tools/ClassicCompare.pm			Test2-Suite
2962cpan/Test2-Suite/lib/Test2/Tools/Compare.pm				Test2-Suite
2963cpan/Test2-Suite/lib/Test2/Tools/Defer.pm				Test2-Suite
2964cpan/Test2-Suite/lib/Test2/Tools/Encoding.pm				Test2-Suite
2965cpan/Test2-Suite/lib/Test2/Tools/Event.pm				Test2-Suite
2966cpan/Test2-Suite/lib/Test2/Tools/Exception.pm				Test2-Suite
2967cpan/Test2-Suite/lib/Test2/Tools/Exports.pm				Test2-Suite
2968cpan/Test2-Suite/lib/Test2/Tools/GenTemp.pm				Test2-Suite
2969cpan/Test2-Suite/lib/Test2/Tools/Grab.pm				Test2-Suite
2970cpan/Test2-Suite/lib/Test2/Tools/Mock.pm				Test2-Suite
2971cpan/Test2-Suite/lib/Test2/Tools/Ref.pm					Test2-Suite
2972cpan/Test2-Suite/lib/Test2/Tools/Refcount.pm				Test2-Suite
2973cpan/Test2-Suite/lib/Test2/Tools/Spec.pm				Test2-Suite
2974cpan/Test2-Suite/lib/Test2/Tools/Subtest.pm				Test2-Suite
2975cpan/Test2-Suite/lib/Test2/Tools/Target.pm				Test2-Suite
2976cpan/Test2-Suite/lib/Test2/Tools/Tester.pm				Test2-Suite
2977cpan/Test2-Suite/lib/Test2/Tools/Warnings.pm				Test2-Suite
2978cpan/Test2-Suite/lib/Test2/Util/Grabber.pm				Test2-Suite
2979cpan/Test2-Suite/lib/Test2/Util/Guard.pm				Test2-Suite
2980cpan/Test2-Suite/lib/Test2/Util/Importer.pm				Test2-Suite
2981cpan/Test2-Suite/lib/Test2/Util/Ref.pm					Test2-Suite
2982cpan/Test2-Suite/lib/Test2/Util/Stash.pm				Test2-Suite
2983cpan/Test2-Suite/lib/Test2/Util/Sub.pm					Test2-Suite
2984cpan/Test2-Suite/lib/Test2/Util/Table.pm				Test2-Suite
2985cpan/Test2-Suite/lib/Test2/Util/Table/Cell.pm				Test2-Suite
2986cpan/Test2-Suite/lib/Test2/Util/Table/LineBreak.pm			Test2-Suite
2987cpan/Test2-Suite/lib/Test2/Util/Term.pm					Test2-Suite
2988cpan/Test2-Suite/lib/Test2/Util/Times.pm				Test2-Suite
2989cpan/Test2-Suite/lib/Test2/V0.pm					Test2-Suite
2990cpan/Test2-Suite/lib/Test2/Workflow.pm					Test2-Suite
2991cpan/Test2-Suite/lib/Test2/Workflow/BlockBase.pm			Test2-Suite
2992cpan/Test2-Suite/lib/Test2/Workflow/Build.pm				Test2-Suite
2993cpan/Test2-Suite/lib/Test2/Workflow/Runner.pm				Test2-Suite
2994cpan/Test2-Suite/lib/Test2/Workflow/Task.pm				Test2-Suite
2995cpan/Test2-Suite/lib/Test2/Workflow/Task/Action.pm			Test2-Suite
2996cpan/Test2-Suite/lib/Test2/Workflow/Task/Group.pm			Test2-Suite
2997cpan/Test2-Suite/t/acceptance/OO.t					Test2-Suite
2998cpan/Test2-Suite/t/acceptance/skip.t					Test2-Suite
2999cpan/Test2-Suite/t/acceptance/spec.t					Test2-Suite
3000cpan/Test2-Suite/t/acceptance/Tools.t					Test2-Suite
3001cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2.t			Test2-Suite
3002cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3.t			Test2-Suite
3003cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4.t			Test2-Suite
3004cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5.t			Test2-Suite
3005cpan/Test2-Suite/t/behavior/async_trace.t				Test2-Suite
3006cpan/Test2-Suite/t/behavior/filtering.t					Test2-Suite
3007cpan/Test2-Suite/t/behavior/Mocking.t					Test2-Suite
3008cpan/Test2-Suite/t/behavior/no_done_testing.t				Test2-Suite
3009cpan/Test2-Suite/t/behavior/no_leaks_any.t				Test2-Suite
3010cpan/Test2-Suite/t/behavior/no_leaks_no_fork.t				Test2-Suite
3011cpan/Test2-Suite/t/behavior/no_leaks_no_iso.t				Test2-Suite
3012cpan/Test2-Suite/t/behavior/no_leaks_no_threads.t			Test2-Suite
3013cpan/Test2-Suite/t/behavior/simple.t					Test2-Suite
3014cpan/Test2-Suite/t/lib/MyTest/Target.pm					Test2-Suite
3015cpan/Test2-Suite/t/load_manual.t					Test2-Suite
3016cpan/Test2-Suite/t/modules/AsyncSubtest.t				Test2-Suite
3017cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach.t			Test2-Suite
3018cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach.t			Test2-Suite
3019cpan/Test2-Suite/t/modules/AsyncSubtest/Hub.t				Test2-Suite
3020cpan/Test2-Suite/t/modules/Bundle.t					Test2-Suite
3021cpan/Test2-Suite/t/modules/Bundle/Extended.t				Test2-Suite
3022cpan/Test2-Suite/t/modules/Bundle/More.t				Test2-Suite
3023cpan/Test2-Suite/t/modules/Bundle/Simple.t				Test2-Suite
3024cpan/Test2-Suite/t/modules/Compare.t					Test2-Suite
3025cpan/Test2-Suite/t/modules/Compare/Array.t				Test2-Suite
3026cpan/Test2-Suite/t/modules/Compare/Bag.t				Test2-Suite
3027cpan/Test2-Suite/t/modules/Compare/Base.t				Test2-Suite
3028cpan/Test2-Suite/t/modules/Compare/Bool.t				Test2-Suite
3029cpan/Test2-Suite/t/modules/Compare/Custom.t				Test2-Suite
3030cpan/Test2-Suite/t/modules/Compare/Delta.t				Test2-Suite
3031cpan/Test2-Suite/t/modules/Compare/Event.t				Test2-Suite
3032cpan/Test2-Suite/t/modules/Compare/EventMeta.t				Test2-Suite
3033cpan/Test2-Suite/t/modules/Compare/Float.t				Test2-Suite
3034cpan/Test2-Suite/t/modules/Compare/Hash.t				Test2-Suite
3035cpan/Test2-Suite/t/modules/Compare/Isa.t				Test2-Suite
3036cpan/Test2-Suite/t/modules/Compare/Meta.t				Test2-Suite
3037cpan/Test2-Suite/t/modules/Compare/Number.t				Test2-Suite
3038cpan/Test2-Suite/t/modules/Compare/Object.t				Test2-Suite
3039cpan/Test2-Suite/t/modules/Compare/OrderedSubset.t			Test2-Suite
3040cpan/Test2-Suite/t/modules/Compare/Pattern.t				Test2-Suite
3041cpan/Test2-Suite/t/modules/Compare/Ref.t				Test2-Suite
3042cpan/Test2-Suite/t/modules/Compare/Regex.t				Test2-Suite
3043cpan/Test2-Suite/t/modules/Compare/Scalar.t				Test2-Suite
3044cpan/Test2-Suite/t/modules/Compare/Set.t				Test2-Suite
3045cpan/Test2-Suite/t/modules/Compare/String.t				Test2-Suite
3046cpan/Test2-Suite/t/modules/Compare/Undef.t				Test2-Suite
3047cpan/Test2-Suite/t/modules/Compare/Wildcard.t				Test2-Suite
3048cpan/Test2-Suite/t/modules/Mock.t					Test2-Suite
3049cpan/Test2-Suite/t/modules/Plugin.t					Test2-Suite
3050cpan/Test2-Suite/t/modules/Plugin/BailOnFail.t				Test2-Suite
3051cpan/Test2-Suite/t/modules/Plugin/DieOnFail.t				Test2-Suite
3052cpan/Test2-Suite/t/modules/Plugin/ExitSummary.t				Test2-Suite
3053cpan/Test2-Suite/t/modules/Plugin/SRand.t				Test2-Suite
3054cpan/Test2-Suite/t/modules/Plugin/Times.t				Test2-Suite
3055cpan/Test2-Suite/t/modules/Plugin/UTF8.t				Test2-Suite
3056cpan/Test2-Suite/t/modules/Require.t					Test2-Suite
3057cpan/Test2-Suite/t/modules/Require/AuthorTesting.t			Test2-Suite
3058cpan/Test2-Suite/t/modules/Require/AutomatedTesting.t			Test2-Suite
3059cpan/Test2-Suite/t/modules/Require/EnvVar.t				Test2-Suite
3060cpan/Test2-Suite/t/modules/Require/ExtendedTesting.t			Test2-Suite
3061cpan/Test2-Suite/t/modules/Require/Fork.t				Test2-Suite
3062cpan/Test2-Suite/t/modules/Require/Module.t				Test2-Suite
3063cpan/Test2-Suite/t/modules/Require/NonInteractiveTesting.t		Test2-Suite
3064cpan/Test2-Suite/t/modules/Require/Perl.t				Test2-Suite
3065cpan/Test2-Suite/t/modules/Require/RealFork.t				Test2-Suite
3066cpan/Test2-Suite/t/modules/Require/ReleaseTesting.t			Test2-Suite
3067cpan/Test2-Suite/t/modules/Require/Threads.t				Test2-Suite
3068cpan/Test2-Suite/t/modules/Suite.t					Test2-Suite
3069cpan/Test2-Suite/t/modules/Todo.t					Test2-Suite
3070cpan/Test2-Suite/t/modules/Tools.t					Test2-Suite
3071cpan/Test2-Suite/t/modules/Tools/AsyncSubtest.t				Test2-Suite
3072cpan/Test2-Suite/t/modules/Tools/Basic.t				Test2-Suite
3073cpan/Test2-Suite/t/modules/Tools/Class.t				Test2-Suite
3074cpan/Test2-Suite/t/modules/Tools/ClassicCompare.t			Test2-Suite
3075cpan/Test2-Suite/t/modules/Tools/ClassicCompare2.t			Test2-Suite
3076cpan/Test2-Suite/t/modules/Tools/Compare.t				Test2-Suite
3077cpan/Test2-Suite/t/modules/Tools/Defer.t				Test2-Suite
3078cpan/Test2-Suite/t/modules/Tools/Encoding.t				Test2-Suite
3079cpan/Test2-Suite/t/modules/Tools/Event.t				Test2-Suite
3080cpan/Test2-Suite/t/modules/Tools/Exception.t				Test2-Suite
3081cpan/Test2-Suite/t/modules/Tools/Exports.t				Test2-Suite
3082cpan/Test2-Suite/t/modules/Tools/GenTemp.t				Test2-Suite
3083cpan/Test2-Suite/t/modules/Tools/Grab.t					Test2-Suite
3084cpan/Test2-Suite/t/modules/Tools/Mock.t					Test2-Suite
3085cpan/Test2-Suite/t/modules/Tools/Ref.t					Test2-Suite
3086cpan/Test2-Suite/t/modules/Tools/Spec.t					Test2-Suite
3087cpan/Test2-Suite/t/modules/Tools/Subtest.t				Test2-Suite
3088cpan/Test2-Suite/t/modules/Tools/Target.t				Test2-Suite
3089cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count.t		Test2-Suite
3090cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one.t			Test2-Suite
3091cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak.t			Test2-Suite
3092cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes.t		Test2-Suite
3093cpan/Test2-Suite/t/modules/Tools/Tester.t				Test2-Suite
3094cpan/Test2-Suite/t/modules/Tools/Warnings.t				Test2-Suite
3095cpan/Test2-Suite/t/modules/Util/Grabber.t				Test2-Suite
3096cpan/Test2-Suite/t/modules/Util/Ref.t					Test2-Suite
3097cpan/Test2-Suite/t/modules/Util/Stash.t					Test2-Suite
3098cpan/Test2-Suite/t/modules/Util/Sub.t					Test2-Suite
3099cpan/Test2-Suite/t/modules/Util/Table.t					Test2-Suite
3100cpan/Test2-Suite/t/modules/Util/Table/Cell.t				Test2-Suite
3101cpan/Test2-Suite/t/modules/Util/Table/LineBreak.t			Test2-Suite
3102cpan/Test2-Suite/t/modules/Util/Times.t					Test2-Suite
3103cpan/Test2-Suite/t/modules/V0.t						Test2-Suite
3104cpan/Test2-Suite/t/modules/Workflow.t					Test2-Suite
3105cpan/Test2-Suite/t/modules/Workflow/BlockBase.t				Test2-Suite
3106cpan/Test2-Suite/t/modules/Workflow/Build.t				Test2-Suite
3107cpan/Test2-Suite/t/modules/Workflow/Runner.t				Test2-Suite
3108cpan/Test2-Suite/t/modules/Workflow/Task.t				Test2-Suite
3109cpan/Test2-Suite/t/modules/Workflow/Task/Action.t			Test2-Suite
3110cpan/Test2-Suite/t/modules/Workflow/Task/Group.t			Test2-Suite
3111cpan/Test2-Suite/t/regression/10-set_and_dne.t				Test2-Suite
3112cpan/Test2-Suite/t/regression/132-bool.t				Test2-Suite
3113cpan/Test2-Suite/t/regression/247_check_ref_bool.t			Test2-Suite
3114cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More.t			Test2-Suite
3115cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare.t		Test2-Suite
3116cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare.t		Test2-Suite
3117cpan/Test2-Suite/t/regression/285-wrap-nonexisting.t			Test2-Suite
3118cpan/Test2-Suite/t/regression/289-compare-array-bounds.t		Test2-Suite
3119cpan/Test2-Suite/t/regression/291-async-subtest-done-testing.t		Test2-Suite
3120cpan/Test2-Suite/t/regression/43-bag-on-empty.t				Test2-Suite
3121cpan/Test2-Suite/t/regression/async_subtest_missing_parent.t		Test2-Suite
3122cpan/Test2-Suite/t/regression/Test2-Mock.t				Test2-Suite
3123cpan/Test2-Suite/t/regression/Test2-Tools-Class.t			Test2-Suite
3124cpan/Test2-Suite/t/regression/todo_and_facets.t				Test2-Suite
3125cpan/Test2-Suite/t/regression/utf8-mock.t				Test2-Suite
3126cpan/Text-Balanced/lib/Text/Balanced.pm	Text::Balanced
3127cpan/Text-Balanced/t/01_compile.t	See if Text::Balanced works
3128cpan/Text-Balanced/t/02_extbrk.t	See if Text::Balanced works
3129cpan/Text-Balanced/t/03_extcbk.t	See if Text::Balanced works
3130cpan/Text-Balanced/t/04_extdel.t	See if Text::Balanced works
3131cpan/Text-Balanced/t/05_extmul.t	See if Text::Balanced works
3132cpan/Text-Balanced/t/06_extqlk.t	See if Text::Balanced works
3133cpan/Text-Balanced/t/07_exttag.t	See if Text::Balanced works
3134cpan/Text-Balanced/t/08_extvar.t	See if Text::Balanced works
3135cpan/Text-Balanced/t/09_gentag.t	See if Text::Balanced works
3136cpan/Text-Balanced/t/94_changes.t
3137cpan/Text-Balanced/t/95_critic.t
3138cpan/Text-Balanced/t/96_pmv.t
3139cpan/Text-Balanced/t/97_pod.t
3140cpan/Text-Balanced/t/98_pod_coverage.t
3141cpan/Text-ParseWords/lib/Text/ParseWords.pm	Perl module to split words on arbitrary delimiter
3142cpan/Text-ParseWords/t/ParseWords.t		See if Text::ParseWords works
3143cpan/Text-ParseWords/t/taint.t			See if Text::ParseWords works with tainting
3144cpan/Text-Tabs/lib/Text/Tabs.pm		Do expand and unexpand
3145cpan/Text-Tabs/lib/Text/Wrap.pm		Paragraph formatter
3146cpan/Text-Tabs/t/124024.t		See if Text::Tabs is working
3147cpan/Text-Tabs/t/148291.t		See if Text::Tabs is working
3148cpan/Text-Tabs/t/37000.t		See if Text::Tabs is working
3149cpan/Text-Tabs/t/39548.t		See if Text::Tabs is working
3150cpan/Text-Tabs/t/79766.t		See if Text::Tabs is working
3151cpan/Text-Tabs/t/95823.t		See if Text::Tabs is working
3152cpan/Text-Tabs/t/belg4mit.t		See if Text::Tabs is working
3153cpan/Text-Tabs/t/dandv.t		See if Text::Tabs is working
3154cpan/Text-Tabs/t/fill.t			See if Text::Wrap::fill works
3155cpan/Text-Tabs/t/Jacobson.t		See if Text::Tabs is working
3156cpan/Text-Tabs/t/Jacobson2.t		See if Text::Tabs is working
3157cpan/Text-Tabs/t/Jochen.t		See if Text::Tabs is working
3158cpan/Text-Tabs/t/lib/ok.pl		Script related to Text-Tabs+Wrap
3159cpan/Text-Tabs/t/sep.t			See if Text::Tabs is working
3160cpan/Text-Tabs/t/sep2.t			See if Text::Tabs is working
3161cpan/Text-Tabs/t/tabs.t			See if Text::Tabs works
3162cpan/Text-Tabs/t/Tabs-ElCid.t		See if Text::Tabs works
3163cpan/Text-Tabs/t/undef.t		Test file related to Text-Tabs+Wrap
3164cpan/Text-Tabs/t/wrap.t			See if Text::Wrap::wrap works
3165cpan/Text-Tabs/t/Wrap-JLB.t		See if Text::Wrap::wrap works
3166cpan/Text-Tabs/t/wrap_separator2.t	See if Text::Wrap::wrap works
3167cpan/Tie-RefHash/lib/Tie/RefHash.pm	Base class for tied hashes with references as keys
3168cpan/Tie-RefHash/t/rebless.t		Test for Tie::RefHash with rebless
3169cpan/Tie-RefHash/t/refhash.t		Test for Tie::RefHash and Tie::RefHash::Nestable
3170cpan/Tie-RefHash/t/storable.t		Test for Tie::RefHash with storable
3171cpan/Tie-RefHash/t/threaded.t		Test for Tie::RefHash with threads
3172cpan/Time-Local/lib/Time/Local.pm	Reverse translation of localtime, gmtime
3173cpan/Time-Local/t/Local.t		See if Time::Local works
3174cpan/Time-Piece/Piece.pm			Time::Piece extension
3175cpan/Time-Piece/Piece.xs			Time::Piece extension
3176cpan/Time-Piece/Seconds.pm			Time::Piece extension
3177cpan/Time-Piece/t/01base.t			Test for Time::Piece
3178cpan/Time-Piece/t/02core.t			Test for Time::Piece
3179cpan/Time-Piece/t/02core_dst.t
3180cpan/Time-Piece/t/03compare.t			Test for Time::Piece
3181cpan/Time-Piece/t/04mjd.t			Test for Time::Piece
3182cpan/Time-Piece/t/05overload.t			Test for Time::Piece
3183cpan/Time-Piece/t/06large.t
3184cpan/Time-Piece/t/06subclass.t			Test for Time::Piece
3185cpan/Time-Piece/t/07arith.t			Test for Time::Piece
3186cpan/Time-Piece/t/08truncate.t
3187cpan/Time-Piece/t/09locales.t
3188cpan/Time-Piece/t/10overload.t
3189cpan/Time-Piece/t/99legacy.t
3190cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
3191cpan/Unicode-Collate/Collate.pm			Unicode::Collate
3192cpan/Unicode-Collate/Collate.xs			Unicode::Collate
3193cpan/Unicode-Collate/Collate/allkeys.txt	Unicode::Collate
3194cpan/Unicode-Collate/Collate/CJK/Big5.pm	Unicode::Collate
3195cpan/Unicode-Collate/Collate/CJK/GB2312.pm	Unicode::Collate
3196cpan/Unicode-Collate/Collate/CJK/JISX0208.pm	Unicode::Collate
3197cpan/Unicode-Collate/Collate/CJK/Korean.pm	Unicode::Collate
3198cpan/Unicode-Collate/Collate/CJK/Pinyin.pm	Unicode::Collate
3199cpan/Unicode-Collate/Collate/CJK/Stroke.pm	Unicode::Collate
3200cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
3201cpan/Unicode-Collate/Collate/keys.txt		Unicode::Collate
3202cpan/Unicode-Collate/Collate/Locale.pm		Unicode::Collate
3203cpan/Unicode-Collate/Collate/Locale/af.pl	Unicode::Collate
3204cpan/Unicode-Collate/Collate/Locale/ar.pl	Unicode::Collate
3205cpan/Unicode-Collate/Collate/Locale/as.pl	Unicode::Collate
3206cpan/Unicode-Collate/Collate/Locale/az.pl	Unicode::Collate
3207cpan/Unicode-Collate/Collate/Locale/be.pl	Unicode::Collate
3208cpan/Unicode-Collate/Collate/Locale/bn.pl	Unicode::Collate
3209cpan/Unicode-Collate/Collate/Locale/ca.pl	Unicode::Collate
3210cpan/Unicode-Collate/Collate/Locale/cs.pl	Unicode::Collate
3211cpan/Unicode-Collate/Collate/Locale/cu.pl
3212cpan/Unicode-Collate/Collate/Locale/cy.pl	Unicode::Collate
3213cpan/Unicode-Collate/Collate/Locale/da.pl	Unicode::Collate
3214cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl	Unicode::Collate
3215cpan/Unicode-Collate/Collate/Locale/de_phone.pl	Unicode::Collate
3216cpan/Unicode-Collate/Collate/Locale/dsb.pl
3217cpan/Unicode-Collate/Collate/Locale/ee.pl
3218cpan/Unicode-Collate/Collate/Locale/eo.pl	Unicode::Collate
3219cpan/Unicode-Collate/Collate/Locale/es.pl	Unicode::Collate
3220cpan/Unicode-Collate/Collate/Locale/es_trad.pl	Unicode::Collate
3221cpan/Unicode-Collate/Collate/Locale/et.pl	Unicode::Collate
3222cpan/Unicode-Collate/Collate/Locale/fa.pl	Unicode::Collate
3223cpan/Unicode-Collate/Collate/Locale/fi.pl	Unicode::Collate
3224cpan/Unicode-Collate/Collate/Locale/fi_phone.pl	Unicode::Collate
3225cpan/Unicode-Collate/Collate/Locale/fil.pl	Unicode::Collate
3226cpan/Unicode-Collate/Collate/Locale/fo.pl	Unicode::Collate
3227cpan/Unicode-Collate/Collate/Locale/fr_ca.pl	Unicode::Collate
3228cpan/Unicode-Collate/Collate/Locale/gu.pl	Unicode::Collate
3229cpan/Unicode-Collate/Collate/Locale/ha.pl	Unicode::Collate
3230cpan/Unicode-Collate/Collate/Locale/haw.pl	Unicode::Collate
3231cpan/Unicode-Collate/Collate/Locale/he.pl
3232cpan/Unicode-Collate/Collate/Locale/hi.pl	Unicode::Collate
3233cpan/Unicode-Collate/Collate/Locale/hr.pl	Unicode::Collate
3234cpan/Unicode-Collate/Collate/Locale/hu.pl	Unicode::Collate
3235cpan/Unicode-Collate/Collate/Locale/hy.pl	Unicode::Collate
3236cpan/Unicode-Collate/Collate/Locale/ig.pl	Unicode::Collate
3237cpan/Unicode-Collate/Collate/Locale/is.pl	Unicode::Collate
3238cpan/Unicode-Collate/Collate/Locale/ja.pl	Unicode::Collate
3239cpan/Unicode-Collate/Collate/Locale/kk.pl	Unicode::Collate
3240cpan/Unicode-Collate/Collate/Locale/kl.pl	Unicode::Collate
3241cpan/Unicode-Collate/Collate/Locale/kn.pl	Unicode::Collate
3242cpan/Unicode-Collate/Collate/Locale/ko.pl	Unicode::Collate
3243cpan/Unicode-Collate/Collate/Locale/kok.pl	Unicode::Collate
3244cpan/Unicode-Collate/Collate/Locale/lkt.pl
3245cpan/Unicode-Collate/Collate/Locale/ln.pl	Unicode::Collate
3246cpan/Unicode-Collate/Collate/Locale/lt.pl	Unicode::Collate
3247cpan/Unicode-Collate/Collate/Locale/lv.pl	Unicode::Collate
3248cpan/Unicode-Collate/Collate/Locale/mk.pl	Unicode::Collate
3249cpan/Unicode-Collate/Collate/Locale/ml.pl	Unicode::Collate
3250cpan/Unicode-Collate/Collate/Locale/mr.pl	Unicode::Collate
3251cpan/Unicode-Collate/Collate/Locale/mt.pl	Unicode::Collate
3252cpan/Unicode-Collate/Collate/Locale/nb.pl	Unicode::Collate
3253cpan/Unicode-Collate/Collate/Locale/nn.pl	Unicode::Collate
3254cpan/Unicode-Collate/Collate/Locale/nso.pl	Unicode::Collate
3255cpan/Unicode-Collate/Collate/Locale/om.pl	Unicode::Collate
3256cpan/Unicode-Collate/Collate/Locale/or.pl	Unicode::Collate
3257cpan/Unicode-Collate/Collate/Locale/pa.pl	Unicode::Collate
3258cpan/Unicode-Collate/Collate/Locale/pl.pl	Unicode::Collate
3259cpan/Unicode-Collate/Collate/Locale/ro.pl	Unicode::Collate
3260cpan/Unicode-Collate/Collate/Locale/sa.pl	Unicode::Collate
3261cpan/Unicode-Collate/Collate/Locale/se.pl	Unicode::Collate
3262cpan/Unicode-Collate/Collate/Locale/si.pl	Unicode::Collate
3263cpan/Unicode-Collate/Collate/Locale/si_dict.pl	Unicode::Collate
3264cpan/Unicode-Collate/Collate/Locale/sk.pl	Unicode::Collate
3265cpan/Unicode-Collate/Collate/Locale/sl.pl	Unicode::Collate
3266cpan/Unicode-Collate/Collate/Locale/sq.pl	Unicode::Collate
3267cpan/Unicode-Collate/Collate/Locale/sr.pl	Unicode::Collate
3268cpan/Unicode-Collate/Collate/Locale/sv.pl	Unicode::Collate
3269cpan/Unicode-Collate/Collate/Locale/sv_refo.pl	Unicode::Collate
3270cpan/Unicode-Collate/Collate/Locale/ta.pl	Unicode::Collate
3271cpan/Unicode-Collate/Collate/Locale/te.pl	Unicode::Collate
3272cpan/Unicode-Collate/Collate/Locale/th.pl	Unicode::Collate
3273cpan/Unicode-Collate/Collate/Locale/tn.pl	Unicode::Collate
3274cpan/Unicode-Collate/Collate/Locale/to.pl	Unicode::Collate
3275cpan/Unicode-Collate/Collate/Locale/tr.pl	Unicode::Collate
3276cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl	Unicode::Collate
3277cpan/Unicode-Collate/Collate/Locale/uk.pl	Unicode::Collate
3278cpan/Unicode-Collate/Collate/Locale/ur.pl	Unicode::Collate
3279cpan/Unicode-Collate/Collate/Locale/vi.pl	Unicode::Collate
3280cpan/Unicode-Collate/Collate/Locale/vo.pl
3281cpan/Unicode-Collate/Collate/Locale/wae.pl	Unicode::Collate
3282cpan/Unicode-Collate/Collate/Locale/wo.pl	Unicode::Collate
3283cpan/Unicode-Collate/Collate/Locale/yo.pl	Unicode::Collate
3284cpan/Unicode-Collate/Collate/Locale/zh.pl	Unicode::Collate
3285cpan/Unicode-Collate/Collate/Locale/zh_big5.pl	Unicode::Collate
3286cpan/Unicode-Collate/Collate/Locale/zh_gb.pl	Unicode::Collate
3287cpan/Unicode-Collate/Collate/Locale/zh_pin.pl	Unicode::Collate
3288cpan/Unicode-Collate/Collate/Locale/zh_strk.pl	Unicode::Collate
3289cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl
3290cpan/Unicode-Collate/Makefile.PL		Unicode::Collate
3291cpan/Unicode-Collate/mkheader			Unicode::Collate
3292cpan/Unicode-Collate/t/altern.t			Unicode::Collate
3293cpan/Unicode-Collate/t/backwds.t		Unicode::Collate
3294cpan/Unicode-Collate/t/cjk_b5.t			Unicode::Collate
3295cpan/Unicode-Collate/t/cjk_gb.t			Unicode::Collate
3296cpan/Unicode-Collate/t/cjk_ja.t			Unicode::Collate
3297cpan/Unicode-Collate/t/cjk_ko.t			Unicode::Collate
3298cpan/Unicode-Collate/t/cjk_py.t			Unicode::Collate
3299cpan/Unicode-Collate/t/cjk_st.t			Unicode::Collate
3300cpan/Unicode-Collate/t/cjk_zy.t
3301cpan/Unicode-Collate/t/cjkrange.t		Unicode::Collate
3302cpan/Unicode-Collate/t/compatui.t		Unicode::Collate
3303cpan/Unicode-Collate/t/contract.t		Unicode::Collate
3304cpan/Unicode-Collate/t/default.t		Unicode::Collate
3305cpan/Unicode-Collate/t/hangtype.t		Unicode::Collate
3306cpan/Unicode-Collate/t/hangul.t			Unicode::Collate
3307cpan/Unicode-Collate/t/ident.t
3308cpan/Unicode-Collate/t/iglevel2.t		Unicode::Collate
3309cpan/Unicode-Collate/t/ignor.t			Unicode::Collate
3310cpan/Unicode-Collate/t/illegal.t		Unicode::Collate
3311cpan/Unicode-Collate/t/illegalp.t		Unicode::Collate
3312cpan/Unicode-Collate/t/index.t			Unicode::Collate
3313cpan/Unicode-Collate/t/khitan.t			Unicode::Collate
3314cpan/Unicode-Collate/t/loc_af.t			Unicode::Collate
3315cpan/Unicode-Collate/t/loc_ar.t			Unicode::Collate
3316cpan/Unicode-Collate/t/loc_as.t			Unicode::Collate
3317cpan/Unicode-Collate/t/loc_az.t			Unicode::Collate
3318cpan/Unicode-Collate/t/loc_be.t			Unicode::Collate
3319cpan/Unicode-Collate/t/loc_bg.t			Unicode::Collate
3320cpan/Unicode-Collate/t/loc_bn.t			Unicode::Collate
3321cpan/Unicode-Collate/t/loc_bs.t			Unicode::Collate
3322cpan/Unicode-Collate/t/loc_bscy.t
3323cpan/Unicode-Collate/t/loc_ca.t			Unicode::Collate
3324cpan/Unicode-Collate/t/loc_cjk.t		Unicode::Collate
3325cpan/Unicode-Collate/t/loc_cjkc.t		Unicode::Collate
3326cpan/Unicode-Collate/t/loc_cs.t			Unicode::Collate
3327cpan/Unicode-Collate/t/loc_cu.t
3328cpan/Unicode-Collate/t/loc_cy.t			Unicode::Collate
3329cpan/Unicode-Collate/t/loc_cyrl.t		Unicode::Collate
3330cpan/Unicode-Collate/t/loc_da.t			Unicode::Collate
3331cpan/Unicode-Collate/t/loc_de.t			Unicode::Collate
3332cpan/Unicode-Collate/t/loc_deat.t		Unicode::Collate
3333cpan/Unicode-Collate/t/loc_deph.t		Unicode::Collate
3334cpan/Unicode-Collate/t/loc_dsb.t
3335cpan/Unicode-Collate/t/loc_ee.t
3336cpan/Unicode-Collate/t/loc_eo.t			Unicode::Collate
3337cpan/Unicode-Collate/t/loc_es.t			Unicode::Collate
3338cpan/Unicode-Collate/t/loc_estr.t		Unicode::Collate
3339cpan/Unicode-Collate/t/loc_et.t			Unicode::Collate
3340cpan/Unicode-Collate/t/loc_fa.t			Unicode::Collate
3341cpan/Unicode-Collate/t/loc_fi.t			Unicode::Collate
3342cpan/Unicode-Collate/t/loc_fil.t		Unicode::Collate
3343cpan/Unicode-Collate/t/loc_fiph.t		Unicode::Collate
3344cpan/Unicode-Collate/t/loc_fo.t			Unicode::Collate
3345cpan/Unicode-Collate/t/loc_fr.t			Unicode::Collate
3346cpan/Unicode-Collate/t/loc_frca.t		Unicode::Collate
3347cpan/Unicode-Collate/t/loc_gu.t			Unicode::Collate
3348cpan/Unicode-Collate/t/loc_ha.t			Unicode::Collate
3349cpan/Unicode-Collate/t/loc_haw.t		Unicode::Collate
3350cpan/Unicode-Collate/t/loc_he.t
3351cpan/Unicode-Collate/t/loc_hi.t			Unicode::Collate
3352cpan/Unicode-Collate/t/loc_hr.t			Unicode::Collate
3353cpan/Unicode-Collate/t/loc_hu.t			Unicode::Collate
3354cpan/Unicode-Collate/t/loc_hy.t			Unicode::Collate
3355cpan/Unicode-Collate/t/loc_ig.t			Unicode::Collate
3356cpan/Unicode-Collate/t/loc_is.t			Unicode::Collate
3357cpan/Unicode-Collate/t/loc_ja.t			Unicode::Collate
3358cpan/Unicode-Collate/t/loc_jait.t		Unicode::Collate
3359cpan/Unicode-Collate/t/loc_japr.t		Unicode::Collate
3360cpan/Unicode-Collate/t/loc_kk.t			Unicode::Collate
3361cpan/Unicode-Collate/t/loc_kl.t			Unicode::Collate
3362cpan/Unicode-Collate/t/loc_kn.t			Unicode::Collate
3363cpan/Unicode-Collate/t/loc_ko.t			Unicode::Collate
3364cpan/Unicode-Collate/t/loc_kok.t		Unicode::Collate
3365cpan/Unicode-Collate/t/loc_lkt.t
3366cpan/Unicode-Collate/t/loc_ln.t			Unicode::Collate
3367cpan/Unicode-Collate/t/loc_lt.t			Unicode::Collate
3368cpan/Unicode-Collate/t/loc_lv.t			Unicode::Collate
3369cpan/Unicode-Collate/t/loc_mk.t			Unicode::Collate
3370cpan/Unicode-Collate/t/loc_ml.t			Unicode::Collate
3371cpan/Unicode-Collate/t/loc_mncy.t		Unicode::Collate
3372cpan/Unicode-Collate/t/loc_mr.t			Unicode::Collate
3373cpan/Unicode-Collate/t/loc_mt.t			Unicode::Collate
3374cpan/Unicode-Collate/t/loc_nb.t			Unicode::Collate
3375cpan/Unicode-Collate/t/loc_nn.t			Unicode::Collate
3376cpan/Unicode-Collate/t/loc_nso.t		Unicode::Collate
3377cpan/Unicode-Collate/t/loc_om.t			Unicode::Collate
3378cpan/Unicode-Collate/t/loc_or.t			Unicode::Collate
3379cpan/Unicode-Collate/t/loc_pa.t			Unicode::Collate
3380cpan/Unicode-Collate/t/loc_pl.t			Unicode::Collate
3381cpan/Unicode-Collate/t/loc_ro.t			Unicode::Collate
3382cpan/Unicode-Collate/t/loc_ru.t			Unicode::Collate
3383cpan/Unicode-Collate/t/loc_sa.t			Unicode::Collate
3384cpan/Unicode-Collate/t/loc_se.t			Unicode::Collate
3385cpan/Unicode-Collate/t/loc_si.t			Unicode::Collate
3386cpan/Unicode-Collate/t/loc_sidt.t		Unicode::Collate
3387cpan/Unicode-Collate/t/loc_sk.t			Unicode::Collate
3388cpan/Unicode-Collate/t/loc_sl.t			Unicode::Collate
3389cpan/Unicode-Collate/t/loc_sq.t			Unicode::Collate
3390cpan/Unicode-Collate/t/loc_sr.t			Unicode::Collate
3391cpan/Unicode-Collate/t/loc_srla.t		Unicode::Collate
3392cpan/Unicode-Collate/t/loc_sv.t			Unicode::Collate
3393cpan/Unicode-Collate/t/loc_svrf.t		Unicode::Collate
3394cpan/Unicode-Collate/t/loc_sw.t			Unicode::Collate
3395cpan/Unicode-Collate/t/loc_ta.t			Unicode::Collate
3396cpan/Unicode-Collate/t/loc_te.t			Unicode::Collate
3397cpan/Unicode-Collate/t/loc_test.t		Unicode::Collate
3398cpan/Unicode-Collate/t/loc_th.t			Unicode::Collate
3399cpan/Unicode-Collate/t/loc_tn.t			Unicode::Collate
3400cpan/Unicode-Collate/t/loc_to.t			Unicode::Collate
3401cpan/Unicode-Collate/t/loc_tr.t			Unicode::Collate
3402cpan/Unicode-Collate/t/loc_ugcy.t		Unicode::Collate
3403cpan/Unicode-Collate/t/loc_uk.t			Unicode::Collate
3404cpan/Unicode-Collate/t/loc_ur.t			Unicode::Collate
3405cpan/Unicode-Collate/t/loc_vi.t			Unicode::Collate
3406cpan/Unicode-Collate/t/loc_vo.t
3407cpan/Unicode-Collate/t/loc_wae.t		Unicode::Collate
3408cpan/Unicode-Collate/t/loc_wo.t			Unicode::Collate
3409cpan/Unicode-Collate/t/loc_yo.t			Unicode::Collate
3410cpan/Unicode-Collate/t/loc_zh.t			Unicode::Collate
3411cpan/Unicode-Collate/t/loc_zhb5.t		Unicode::Collate
3412cpan/Unicode-Collate/t/loc_zhgb.t		Unicode::Collate
3413cpan/Unicode-Collate/t/loc_zhpy.t		Unicode::Collate
3414cpan/Unicode-Collate/t/loc_zhst.t		Unicode::Collate
3415cpan/Unicode-Collate/t/loc_zhzy.t
3416cpan/Unicode-Collate/t/nonchar.t		Unicode::Collate
3417cpan/Unicode-Collate/t/normal.t			Unicode::Collate
3418cpan/Unicode-Collate/t/notable.t
3419cpan/Unicode-Collate/t/nushu.t
3420cpan/Unicode-Collate/t/overcjk0.t		Unicode::Collate
3421cpan/Unicode-Collate/t/overcjk1.t		Unicode::Collate
3422cpan/Unicode-Collate/t/override.t		Unicode::Collate
3423cpan/Unicode-Collate/t/rearrang.t		Unicode::Collate
3424cpan/Unicode-Collate/t/rewrite.t		Unicode::Collate
3425cpan/Unicode-Collate/t/tangut.t
3426cpan/Unicode-Collate/t/test.t			Unicode::Collate
3427cpan/Unicode-Collate/t/trailwt.t		Unicode::Collate
3428cpan/Unicode-Collate/t/variable.t		Unicode::Collate
3429cpan/Unicode-Collate/t/version.t		Unicode::Collate
3430cpan/Unicode-Collate/t/view.t			Unicode::Collate
3431cpan/version/lib/version.pm		Support for version objects
3432cpan/version/lib/version.pod		Documentation of the version module
3433cpan/version/lib/version/Internals.pod	Description of the internals of version objects
3434cpan/version/lib/version/regex.pm	Regex for matching version objects
3435cpan/version/t/01base.t			Tests for version objects
3436cpan/version/t/02derived.t		Tests for version objects
3437cpan/version/t/03require.t		Tests for version objects
3438cpan/version/t/04strict_lax.t		Tests for version objects
3439cpan/version/t/05sigdie.t		Tests for version objects
3440cpan/version/t/06noop.t			Tests for version objects
3441cpan/version/t/07locale.t		Tests for version objects
3442cpan/version/t/08_corelist.t		Tests for version objects
3443cpan/version/t/09_list_util.t		Tests for version objects
3444cpan/version/t/10_lyon.t		Tests for version objects
3445cpan/version/t/11_taint.t		Tests for version objects
3446cpan/version/t/coretests.pm		Tests for version objects
3447cpan/Win32/longpath.inc			Win32 extension long path support
3448cpan/Win32/Makefile.PL			Win32 extension makefile writer
3449cpan/Win32/t/CodePage.t			See if Win32 extension works
3450cpan/Win32/t/CreateFile.t		See if Win32 extension works
3451cpan/Win32/t/ExpandEnvironmentStrings.t	See if Win32 extension works
3452cpan/Win32/t/GetCurrentThreadId.t	See if Win32 extension works
3453cpan/Win32/t/GetFileVersion.t		See if Win32 extension works
3454cpan/Win32/t/GetFolderPath.t		See if Win32 extension works
3455cpan/Win32/t/GetFullPathName.t		See if Win32 extension works
3456cpan/Win32/t/GetLongPathName.t		See if Win32 extension works
3457cpan/Win32/t/GetOSName.t		See if Win32 extension works
3458cpan/Win32/t/GetOSVersion.t		See if Win32 extension works
3459cpan/Win32/t/GetShortPathName.t		See if Win32 extension works
3460cpan/Win32/t/GuidGen.t			See if Win32 extension works
3461cpan/Win32/t/Names.t			See if Win32 extension works
3462cpan/Win32/t/Privileges.t
3463cpan/Win32/t/Unicode.t			See if Win32 extension works
3464cpan/Win32/Win32.pm			Win32 extension Perl module
3465cpan/Win32/Win32.xs			Win32 extension external subroutines
3466cpan/Win32API-File/buffers.h			Win32API::File extension
3467cpan/Win32API-File/cFile.h			Win32API::File extension
3468cpan/Win32API-File/cFile.pc			Win32API::File extension
3469cpan/Win32API-File/const2perl.h			Win32API::File extension
3470cpan/Win32API-File/File.pm			Win32API::File extension
3471cpan/Win32API-File/File.xs			Win32API::File extension
3472cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm	Win32API::File extension
3473cpan/Win32API-File/Makefile.PL			Win32API::File extension makefile write
3474cpan/Win32API-File/t/file.t			See if Win32API::File extension works
3475cpan/Win32API-File/t/tie.t			See if Win32API::File extension works
3476cpan/Win32API-File/typemap			Win32API::File extension interface types
3477Cross/build-arm-n770-sh			Cross-compilation
3478Cross/cflags-cross-arm			Cross-compilation
3479Cross/config				Cross-compilation
3480Cross/config.sh-arm-linux		Cross-compilation
3481Cross/config.sh-arm-linux-n770		Cross-compilation
3482Cross/generate_config_sh		Cross-compilation
3483Cross/installperl.patch			Cross-compilation
3484Cross/Makefile				Cross-compilation
3485Cross/Makefile-cross-SH			Cross-compilation
3486Cross/Makefile.SH.patch			Cross-compilation
3487Cross/README				Cross-compilation
3488Cross/README.new			Cross-compilation
3489Cross/TODO				Cross-compilation
3490Cross/warp				Cross-compilation
3491cygwin/cygwin.c				Additional code for Cygwin port
3492dist/Attribute-Handlers/Changes				Attribute::Handlers
3493dist/Attribute-Handlers/demo/demo.pl			Attribute::Handlers demo
3494dist/Attribute-Handlers/demo/Demo.pm			Attribute::Handlers demo
3495dist/Attribute-Handlers/demo/demo2.pl			Attribute::Handlers demo
3496dist/Attribute-Handlers/demo/demo3.pl			Attribute::Handlers demo
3497dist/Attribute-Handlers/demo/demo4.pl			Attribute::Handlers demo
3498dist/Attribute-Handlers/demo/demo_call.pl		Attribute::Handlers demo
3499dist/Attribute-Handlers/demo/demo_chain.pl		Attribute::Handlers demo
3500dist/Attribute-Handlers/demo/demo_cycle.pl		Attribute::Handlers demo
3501dist/Attribute-Handlers/demo/demo_hashdir.pl		Attribute::Handlers demo
3502dist/Attribute-Handlers/demo/demo_phases.pl		Attribute::Handlers demo
3503dist/Attribute-Handlers/demo/demo_range.pl		Attribute::Handlers demo
3504dist/Attribute-Handlers/demo/demo_rawdata.pl		Attribute::Handlers demo
3505dist/Attribute-Handlers/demo/Descriptions.pm		Attribute::Handlers demo
3506dist/Attribute-Handlers/demo/MyClass.pm			Attribute::Handlers demo
3507dist/Attribute-Handlers/lib/Attribute/Handlers.pm	Attribute::Handlers
3508dist/Attribute-Handlers/Makefile.PL			Attribute::Handlers
3509dist/Attribute-Handlers/t/caller.t			See if Attribute::Handlers works
3510dist/Attribute-Handlers/t/constants.t			Test constants and Attribute::Handlers
3511dist/Attribute-Handlers/t/data_convert.t		Test attribute data conversion
3512dist/Attribute-Handlers/t/linerep.t			See if Attribute::Handlers works
3513dist/Attribute-Handlers/t/multi.t			See if Attribute::Handlers works
3514dist/autouse/lib/autouse.pm		Load and call a function only when it's used
3515dist/autouse/t/autouse.t		See if autouse works
3516dist/autouse/t/lib/MyTestModule.pm	Test module for autouse
3517dist/autouse/t/lib/MyTestModule2.pm	Test module for autouse
3518dist/base/Changes			base.pm changelog
3519dist/base/lib/base.pm			Establish IS-A relationship at compile time
3520dist/base/lib/fields.pm			Set up object field names for pseudo-hash-using classes
3521dist/base/Makefile.PL			base.pm Makefile.PL
3522dist/base/t/base.t			See if base works
3523dist/base/t/base-open-chunk.t		See if base works
3524dist/base/t/base-open-line.t		See if base works
3525dist/base/t/compile-time.t		See if base works
3526dist/base/t/core-global.t		See if base works around CORE::GLOBAL::require
3527dist/base/t/fields.t			See if fields work
3528dist/base/t/fields-5_6_0.t		See if fields work
3529dist/base/t/fields-5_8_0.t		See if fields work
3530dist/base/t/fields-base.t		See if fields work
3531dist/base/t/incdot.t			Test how base.pm handles '.' in @INC
3532dist/base/t/isa.t			See if base's behaviour doesn't change
3533dist/base/t/lib/BaseIncMandatory.pm	Test module for base.pm
3534dist/base/t/lib/BaseIncOptional.pm	Test module for base.pm
3535dist/base/t/lib/Broken.pm		Test module for base.pm
3536dist/base/t/lib/Dummy.pm		Test module for base.pm
3537dist/base/t/lib/HasSigDie.pm		Module for testing base.pm
3538dist/base/t/sigdie.t			See if base works with SIGDIE
3539dist/base/t/version.t			See if base works with versions
3540dist/base/t/warnings.t			See if base works with warnings
3541dist/Carp/Changes			Changelog for Carp's CPAN releases
3542dist/Carp/lib/Carp.pm			Error message extension
3543dist/Carp/lib/Carp/Heavy.pm		Error message retired workhorse
3544dist/Carp/Makefile.PL			makefile writer for Carp
3545dist/Carp/README			README for Carp's CPAN releases
3546dist/Carp/t/arg_regexp.t		See if Carp formats regexp args OK in stack traces
3547dist/Carp/t/arg_string.t		See if Carp formats string args OK in stack traces
3548dist/Carp/t/baduni.t			See if Carp handles non-char Unicode
3549dist/Carp/t/baduni_warnings.t		See if Carp handles non-char Unicode when loaded via warnings.pm
3550dist/Carp/t/broken_can.t		Test Carp with bad can implementations
3551dist/Carp/t/broken_univ_can.t		Test Carp with bad UNIVERSAL::can
3552dist/Carp/t/Carp.t			See if Carp works
3553dist/Carp/t/Carp_overload.t		See if Carp handles overloads
3554dist/Carp/t/Carp_overloadless.t		See if Carp handles overloads that dont use overload.pm
3555dist/Carp/t/errno.t			See if Carp preserves $! and $^E
3556dist/Carp/t/heavy.t			See if Carp::Heavy works
3557dist/Carp/t/heavy_mismatch.t		See if Carp::Heavy catches version mismatch
3558dist/Carp/t/stack_after_err.t		Test stack traces after syntax errors
3559dist/Carp/t/stash_deletion.t		See if Carp handles stash deletion
3560dist/Carp/t/swash.t			See if Carp avoids breaking swash loading
3561dist/Carp/t/vivify_gv.t			See if Carp leaves utf8:: stuff alone
3562dist/Carp/t/vivify_stash.t		See if Carp leaves utf8:: stash alone
3563dist/Carp/t/with_warnings.t		See if Carp plays nicely with warnings
3564dist/constant/Changes			Changes for constant.pm
3565dist/constant/lib/constant.pm		For "use constant"
3566dist/constant/Makefile.PL		Build constant.pm (from the cpan release)
3567dist/constant/t/constant.t		See if compile-time constants work
3568dist/constant/t/utf8.t			Test Unicode constants under utf8 pragma
3569dist/Data-Dumper/Changes			Data pretty printer, changelog
3570dist/Data-Dumper/Dumper.pm			Data pretty printer, module
3571dist/Data-Dumper/Dumper.xs			Data pretty printer, externals
3572dist/Data-Dumper/Makefile.PL			Data pretty printer, makefile writer
3573dist/Data-Dumper/t/bless.t			See if Data::Dumper works
3574dist/Data-Dumper/t/bless_var_method.t		See if Data::Dumper::Bless works
3575dist/Data-Dumper/t/bugs.t			See if Data::Dumper works
3576dist/Data-Dumper/t/deparse.t			See if Data::Dumper::Deparse works
3577dist/Data-Dumper/t/dumper.t			See if Data::Dumper works
3578dist/Data-Dumper/t/dumpperl.t			See if Data::Dumper::Dumpperl works
3579dist/Data-Dumper/t/freezer.t			See if Data::Dumper::Freezer works
3580dist/Data-Dumper/t/freezer_useperl.t		See if Data::Dumper works
3581dist/Data-Dumper/t/huge.t			See if Data::Dumper works on huge inputs
3582dist/Data-Dumper/t/indent.t			See if Data::Dumper::Indent works
3583dist/Data-Dumper/t/lib/Testing.pm		Functions used in testing Data-Dumper
3584dist/Data-Dumper/t/misc.t			Miscellaneous tests for Data-Dumper
3585dist/Data-Dumper/t/names.t			See if Data::Dumper::Names works
3586dist/Data-Dumper/t/overload.t			See if Data::Dumper works for overloaded data
3587dist/Data-Dumper/t/pair.t			See if Data::Dumper pair separator works
3588dist/Data-Dumper/t/perl-74170.t			Regression test for stack reallocation
3589dist/Data-Dumper/t/purity_deepcopy_maxdepth.t	See if three Data::Dumper functions work
3590dist/Data-Dumper/t/qr.t				See if Data::Dumper works with qr|/|
3591dist/Data-Dumper/t/quotekeys.t			See if Data::Dumper::Quotekeys works
3592dist/Data-Dumper/t/recurse.t			See if Data::Dumper::Maxrecurse works
3593dist/Data-Dumper/t/seen.t			See if Data::Dumper::Seen works
3594dist/Data-Dumper/t/sortkeys.t			See if Data::Dumper::Sortkeys works
3595dist/Data-Dumper/t/sparseseen.t			See if Data::Dumper::Sparseseen works
3596dist/Data-Dumper/t/terse.t			See if Data::Dumper terse option works
3597dist/Data-Dumper/t/toaster.t			See if Data::Dumper::Toaster works
3598dist/Data-Dumper/t/trailing_comma.t		See if Data::Dumper::Trailingcomma works
3599dist/Data-Dumper/t/values.t			See if Data::Dumper::Values works
3600dist/Data-Dumper/Todo				Data pretty printer, futures
3601dist/Devel-PPPort/apicheck_c.PL			Devel::PPPort apicheck generator
3602dist/Devel-PPPort/Changes			Devel::PPPort Changes file
3603dist/Devel-PPPort/devel/buildperl.pl		Devel::PPPort perl version builder
3604dist/Devel-PPPort/devel/devtools.pl		Devel::PPPort development utilities
3605dist/Devel-PPPort/devel/mkapidoc.pl		Devel::PPPort apidoc collector
3606dist/Devel-PPPort/devel/mkppport_fnc.pl		Devel::PPPort
3607dist/Devel-PPPort/devel/mktodo			Devel::PPPort baseline/todo generator
3608dist/Devel-PPPort/devel/mktodo.pl		Devel::PPPort baseline/todo generator
3609dist/Devel-PPPort/devel/regenerate		Devel::PPPort API re-generator
3610dist/Devel-PPPort/devel/scanprov		Devel::PPPort provided API scanner
3611dist/Devel-PPPort/devel/update_release_date.pl	Devel::PPPort timestamp builder
3612dist/Devel-PPPort/HACKERS			Devel::PPPort hackers documentation
3613dist/Devel-PPPort/Makefile.PL			Devel::PPPort makefile writer
3614dist/Devel-PPPort/MANIFEST.SKIP			Devel::PPPort manifest skip file
3615dist/Devel-PPPort/mktests.PL			Devel::PPPort test file writer
3616dist/Devel-PPPort/module2.c			Devel::PPPort test file
3617dist/Devel-PPPort/module3.c			Devel::PPPort test file
3618dist/Devel-PPPort/parts/apicheck.pl		Devel::PPPort apicheck generator
3619dist/Devel-PPPort/parts/apidoc.fnc		Devel::PPPort Perl API listing
3620dist/Devel-PPPort/parts/base/5003007		Devel::PPPort baseline todo file
3621dist/Devel-PPPort/parts/base/5004000		Devel::PPPort baseline todo file
3622dist/Devel-PPPort/parts/base/5004001		Devel::PPPort baseline todo file
3623dist/Devel-PPPort/parts/base/5004002		Devel::PPPort baseline todo file
3624dist/Devel-PPPort/parts/base/5004003		Devel::PPPort baseline todo file
3625dist/Devel-PPPort/parts/base/5004004		Devel::PPPort baseline todo file
3626dist/Devel-PPPort/parts/base/5004005		Devel::PPPort baseline todo file
3627dist/Devel-PPPort/parts/base/5005000		Devel::PPPort baseline todo file
3628dist/Devel-PPPort/parts/base/5005001		Devel::PPPort baseline todo file
3629dist/Devel-PPPort/parts/base/5005002		Devel::PPPort baseline todo file
3630dist/Devel-PPPort/parts/base/5005003		Devel::PPPort baseline todo file
3631dist/Devel-PPPort/parts/base/5005004		Devel::PPPort baseline todo file
3632dist/Devel-PPPort/parts/base/5006000		Devel::PPPort baseline todo file
3633dist/Devel-PPPort/parts/base/5006001		Devel::PPPort baseline todo file
3634dist/Devel-PPPort/parts/base/5006002		Devel::PPPort baseline todo file
3635dist/Devel-PPPort/parts/base/5007000		Devel::PPPort baseline todo file
3636dist/Devel-PPPort/parts/base/5007001		Devel::PPPort baseline todo file
3637dist/Devel-PPPort/parts/base/5007002		Devel::PPPort baseline todo file
3638dist/Devel-PPPort/parts/base/5007003		Devel::PPPort baseline todo file
3639dist/Devel-PPPort/parts/base/5008000		Devel::PPPort baseline todo file
3640dist/Devel-PPPort/parts/base/5008001		Devel::PPPort baseline todo file
3641dist/Devel-PPPort/parts/base/5008002		Devel::PPPort baseline todo file
3642dist/Devel-PPPort/parts/base/5008003		Devel::PPPort baseline todo file
3643dist/Devel-PPPort/parts/base/5008004		Devel::PPPort baseline todo file
3644dist/Devel-PPPort/parts/base/5008005		Devel::PPPort baseline todo file
3645dist/Devel-PPPort/parts/base/5008006		Devel::PPPort baseline todo file
3646dist/Devel-PPPort/parts/base/5008007		Devel::PPPort baseline todo file
3647dist/Devel-PPPort/parts/base/5008008		Devel::PPPort baseline todo file
3648dist/Devel-PPPort/parts/base/5008009		Devel::PPPort baseline todo file
3649dist/Devel-PPPort/parts/base/5009000		Devel::PPPort baseline todo file
3650dist/Devel-PPPort/parts/base/5009001		Devel::PPPort baseline todo file
3651dist/Devel-PPPort/parts/base/5009002		Devel::PPPort baseline todo file
3652dist/Devel-PPPort/parts/base/5009003		Devel::PPPort baseline todo file
3653dist/Devel-PPPort/parts/base/5009004		Devel::PPPort baseline todo file
3654dist/Devel-PPPort/parts/base/5009005		Devel::PPPort baseline todo file
3655dist/Devel-PPPort/parts/base/5010000		Devel::PPPort baseline todo file
3656dist/Devel-PPPort/parts/base/5010001		Devel::PPPort baseline todo file
3657dist/Devel-PPPort/parts/base/5011000		Devel::PPPort baseline todo file
3658dist/Devel-PPPort/parts/base/5011001		Devel::PPPort baseline todo file
3659dist/Devel-PPPort/parts/base/5011002		Devel::PPPort baseline todo file
3660dist/Devel-PPPort/parts/base/5011003		Devel::PPPort baseline todo file
3661dist/Devel-PPPort/parts/base/5011004		Devel::PPPort baseline todo file
3662dist/Devel-PPPort/parts/base/5011005		Devel::PPPort baseline todo file
3663dist/Devel-PPPort/parts/base/5012000		Devel::PPPort baseline todo file
3664dist/Devel-PPPort/parts/base/5012001		Devel::PPPort baseline todo file
3665dist/Devel-PPPort/parts/base/5012002		Devel::PPPort baseline todo file
3666dist/Devel-PPPort/parts/base/5012003		Devel::PPPort baseline todo file
3667dist/Devel-PPPort/parts/base/5012004		Devel::PPPort baseline todo file
3668dist/Devel-PPPort/parts/base/5012005		Devel::PPPort baseline todo file
3669dist/Devel-PPPort/parts/base/5013000		Devel::PPPort baseline todo file
3670dist/Devel-PPPort/parts/base/5013001		Devel::PPPort baseline todo file
3671dist/Devel-PPPort/parts/base/5013002		Devel::PPPort baseline todo file
3672dist/Devel-PPPort/parts/base/5013003		Devel::PPPort baseline todo file
3673dist/Devel-PPPort/parts/base/5013004		Devel::PPPort baseline todo file
3674dist/Devel-PPPort/parts/base/5013005		Devel::PPPort baseline todo file
3675dist/Devel-PPPort/parts/base/5013006		Devel::PPPort baseline todo file
3676dist/Devel-PPPort/parts/base/5013007		Devel::PPPort baseline todo file
3677dist/Devel-PPPort/parts/base/5013008		Devel::PPPort baseline todo file
3678dist/Devel-PPPort/parts/base/5013009		Devel::PPPort baseline todo file
3679dist/Devel-PPPort/parts/base/5013010		Devel::PPPort baseline todo file
3680dist/Devel-PPPort/parts/base/5013011		Devel::PPPort baseline todo file
3681dist/Devel-PPPort/parts/base/5014000		Devel::PPPort baseline todo file
3682dist/Devel-PPPort/parts/base/5014001		Devel::PPPort baseline todo file
3683dist/Devel-PPPort/parts/base/5014002		Devel::PPPort baseline todo file
3684dist/Devel-PPPort/parts/base/5014003		Devel::PPPort baseline todo file
3685dist/Devel-PPPort/parts/base/5014004		Devel::PPPort baseline todo file
3686dist/Devel-PPPort/parts/base/5015000		Devel::PPPort baseline todo file
3687dist/Devel-PPPort/parts/base/5015001		Devel::PPPort baseline todo file
3688dist/Devel-PPPort/parts/base/5015002		Devel::PPPort baseline todo file
3689dist/Devel-PPPort/parts/base/5015003		Devel::PPPort baseline todo file
3690dist/Devel-PPPort/parts/base/5015004		Devel::PPPort baseline todo file
3691dist/Devel-PPPort/parts/base/5015005		Devel::PPPort baseline todo file
3692dist/Devel-PPPort/parts/base/5015006		Devel::PPPort baseline todo file
3693dist/Devel-PPPort/parts/base/5015007		Devel::PPPort baseline todo file
3694dist/Devel-PPPort/parts/base/5015008		Devel::PPPort baseline todo file
3695dist/Devel-PPPort/parts/base/5015009		Devel::PPPort baseline todo file
3696dist/Devel-PPPort/parts/base/5016000		Devel::PPPort baseline todo file
3697dist/Devel-PPPort/parts/base/5016001		Devel::PPPort baseline todo file
3698dist/Devel-PPPort/parts/base/5016002		Devel::PPPort baseline todo file
3699dist/Devel-PPPort/parts/base/5016003		Devel::PPPort baseline todo file
3700dist/Devel-PPPort/parts/base/5017000		Devel::PPPort baseline todo file
3701dist/Devel-PPPort/parts/base/5017001		Devel::PPPort baseline todo file
3702dist/Devel-PPPort/parts/base/5017002		Devel::PPPort baseline todo file
3703dist/Devel-PPPort/parts/base/5017003		Devel::PPPort baseline todo file
3704dist/Devel-PPPort/parts/base/5017004		Devel::PPPort baseline todo file
3705dist/Devel-PPPort/parts/base/5017005		Devel::PPPort baseline todo file
3706dist/Devel-PPPort/parts/base/5017006		Devel::PPPort baseline todo file
3707dist/Devel-PPPort/parts/base/5017007		Devel::PPPort baseline todo file
3708dist/Devel-PPPort/parts/base/5017008		Devel::PPPort baseline todo file
3709dist/Devel-PPPort/parts/base/5017009		Devel::PPPort baseline todo file
3710dist/Devel-PPPort/parts/base/5017010		Devel::PPPort baseline todo file
3711dist/Devel-PPPort/parts/base/5017011		Devel::PPPort baseline todo file
3712dist/Devel-PPPort/parts/base/5018000		Devel::PPPort baseline todo file
3713dist/Devel-PPPort/parts/base/5018001		Devel::PPPort baseline todo file
3714dist/Devel-PPPort/parts/base/5018002		Devel::PPPort baseline todo file
3715dist/Devel-PPPort/parts/base/5018003		Devel::PPPort baseline todo file
3716dist/Devel-PPPort/parts/base/5018004		Devel::PPPort baseline todo file
3717dist/Devel-PPPort/parts/base/5019000		Devel::PPPort baseline todo file
3718dist/Devel-PPPort/parts/base/5019001		Devel::PPPort baseline todo file
3719dist/Devel-PPPort/parts/base/5019002		Devel::PPPort baseline todo file
3720dist/Devel-PPPort/parts/base/5019003		Devel::PPPort baseline todo file
3721dist/Devel-PPPort/parts/base/5019004		Devel::PPPort baseline todo file
3722dist/Devel-PPPort/parts/base/5019005		Devel::PPPort baseline todo file
3723dist/Devel-PPPort/parts/base/5019006		Devel::PPPort baseline todo file
3724dist/Devel-PPPort/parts/base/5019007		Devel::PPPort baseline todo file
3725dist/Devel-PPPort/parts/base/5019008		Devel::PPPort baseline todo file
3726dist/Devel-PPPort/parts/base/5019009		Devel::PPPort baseline todo file
3727dist/Devel-PPPort/parts/base/5019010		Devel::PPPort baseline todo file
3728dist/Devel-PPPort/parts/base/5019011		Devel::PPPort baseline todo file
3729dist/Devel-PPPort/parts/base/5020000		Devel::PPPort baseline todo file
3730dist/Devel-PPPort/parts/base/5020001		Devel::PPPort baseline todo file
3731dist/Devel-PPPort/parts/base/5020002		Devel::PPPort baseline todo file
3732dist/Devel-PPPort/parts/base/5020003		Devel::PPPort baseline todo file
3733dist/Devel-PPPort/parts/base/5021000		Devel::PPPort baseline todo file
3734dist/Devel-PPPort/parts/base/5021001		Devel::PPPort baseline todo file
3735dist/Devel-PPPort/parts/base/5021002		Devel::PPPort baseline todo file
3736dist/Devel-PPPort/parts/base/5021003		Devel::PPPort baseline todo file
3737dist/Devel-PPPort/parts/base/5021004		Devel::PPPort baseline todo file
3738dist/Devel-PPPort/parts/base/5021005		Devel::PPPort baseline todo file
3739dist/Devel-PPPort/parts/base/5021006		Devel::PPPort baseline todo file
3740dist/Devel-PPPort/parts/base/5021007		Devel::PPPort baseline todo file
3741dist/Devel-PPPort/parts/base/5021008		Devel::PPPort baseline todo file
3742dist/Devel-PPPort/parts/base/5021009		Devel::PPPort baseline todo file
3743dist/Devel-PPPort/parts/base/5021010		Devel::PPPort baseline todo file
3744dist/Devel-PPPort/parts/base/5021011		Devel::PPPort baseline todo file
3745dist/Devel-PPPort/parts/base/5022000		Devel::PPPort baseline todo file
3746dist/Devel-PPPort/parts/base/5022001		Devel::PPPort baseline todo file
3747dist/Devel-PPPort/parts/base/5022002		Devel::PPPort baseline todo file
3748dist/Devel-PPPort/parts/base/5022003		Devel::PPPort baseline todo file
3749dist/Devel-PPPort/parts/base/5022004		Devel::PPPort baseline todo file
3750dist/Devel-PPPort/parts/base/5023000		Devel::PPPort baseline todo file
3751dist/Devel-PPPort/parts/base/5023001		Devel::PPPort baseline todo file
3752dist/Devel-PPPort/parts/base/5023002		Devel::PPPort baseline todo file
3753dist/Devel-PPPort/parts/base/5023003		Devel::PPPort baseline todo file
3754dist/Devel-PPPort/parts/base/5023004		Devel::PPPort baseline todo file
3755dist/Devel-PPPort/parts/base/5023005		Devel::PPPort baseline todo file
3756dist/Devel-PPPort/parts/base/5023006		Devel::PPPort baseline todo file
3757dist/Devel-PPPort/parts/base/5023007		Devel::PPPort baseline todo file
3758dist/Devel-PPPort/parts/base/5023008		Devel::PPPort baseline todo file
3759dist/Devel-PPPort/parts/base/5023009		Devel::PPPort baseline todo file
3760dist/Devel-PPPort/parts/base/5024000		Devel::PPPort baseline todo file
3761dist/Devel-PPPort/parts/base/5024001		Devel::PPPort baseline todo file
3762dist/Devel-PPPort/parts/base/5024002		Devel::PPPort baseline todo file
3763dist/Devel-PPPort/parts/base/5024003		Devel::PPPort baseline todo file
3764dist/Devel-PPPort/parts/base/5024004		Devel::PPPort baseline todo file
3765dist/Devel-PPPort/parts/base/5025000		Devel::PPPort baseline todo file
3766dist/Devel-PPPort/parts/base/5025001		Devel::PPPort baseline todo file
3767dist/Devel-PPPort/parts/base/5025002		Devel::PPPort baseline todo file
3768dist/Devel-PPPort/parts/base/5025003		Devel::PPPort baseline todo file
3769dist/Devel-PPPort/parts/base/5025004		Devel::PPPort baseline todo file
3770dist/Devel-PPPort/parts/base/5025005		Devel::PPPort baseline todo file
3771dist/Devel-PPPort/parts/base/5025006		Devel::PPPort baseline todo file
3772dist/Devel-PPPort/parts/base/5025007		Devel::PPPort baseline todo file
3773dist/Devel-PPPort/parts/base/5025008		Devel::PPPort baseline todo file
3774dist/Devel-PPPort/parts/base/5025009		Devel::PPPort baseline todo file
3775dist/Devel-PPPort/parts/base/5025010		Devel::PPPort baseline todo file
3776dist/Devel-PPPort/parts/base/5025011		Devel::PPPort baseline todo file
3777dist/Devel-PPPort/parts/base/5025012		Devel::PPPort baseline todo file
3778dist/Devel-PPPort/parts/base/5026000		Devel::PPPort baseline todo file
3779dist/Devel-PPPort/parts/base/5026001		Devel::PPPort baseline todo file
3780dist/Devel-PPPort/parts/base/5026002		Devel::PPPort baseline todo file
3781dist/Devel-PPPort/parts/base/5026003		Devel::PPPort baseline todo file
3782dist/Devel-PPPort/parts/base/5027000		Devel::PPPort baseline todo file
3783dist/Devel-PPPort/parts/base/5027001		Devel::PPPort baseline todo file
3784dist/Devel-PPPort/parts/base/5027002		Devel::PPPort baseline todo file
3785dist/Devel-PPPort/parts/base/5027003		Devel::PPPort baseline todo file
3786dist/Devel-PPPort/parts/base/5027004		Devel::PPPort baseline todo file
3787dist/Devel-PPPort/parts/base/5027005		Devel::PPPort baseline todo file
3788dist/Devel-PPPort/parts/base/5027006		Devel::PPPort baseline todo file
3789dist/Devel-PPPort/parts/base/5027007		Devel::PPPort baseline todo file
3790dist/Devel-PPPort/parts/base/5027008		Devel::PPPort baseline todo file
3791dist/Devel-PPPort/parts/base/5027009		Devel::PPPort baseline todo file
3792dist/Devel-PPPort/parts/base/5027010		Devel::PPPort baseline todo file
3793dist/Devel-PPPort/parts/base/5027011		Devel::PPPort baseline todo file
3794dist/Devel-PPPort/parts/base/5028000		Devel::PPPort baseline todo file
3795dist/Devel-PPPort/parts/base/5028001		Devel::PPPort baseline todo file
3796dist/Devel-PPPort/parts/base/5028002		Devel::PPPort baseline todo file
3797dist/Devel-PPPort/parts/base/5028003		Devel::PPPort baseline todo file
3798dist/Devel-PPPort/parts/base/5029000		Devel::PPPort baseline todo file
3799dist/Devel-PPPort/parts/base/5029001		Devel::PPPort baseline todo file
3800dist/Devel-PPPort/parts/base/5029002		Devel::PPPort baseline todo file
3801dist/Devel-PPPort/parts/base/5029003		Devel::PPPort baseline todo file
3802dist/Devel-PPPort/parts/base/5029004		Devel::PPPort baseline todo file
3803dist/Devel-PPPort/parts/base/5029005		Devel::PPPort baseline todo file
3804dist/Devel-PPPort/parts/base/5029006		Devel::PPPort baseline todo file
3805dist/Devel-PPPort/parts/base/5029007		Devel::PPPort baseline todo file
3806dist/Devel-PPPort/parts/base/5029008		Devel::PPPort baseline todo file
3807dist/Devel-PPPort/parts/base/5029009		Devel::PPPort baseline todo file
3808dist/Devel-PPPort/parts/base/5029010		Devel::PPPort baseline todo file
3809dist/Devel-PPPort/parts/base/5030000		Devel::PPPort baseline todo file
3810dist/Devel-PPPort/parts/base/5030001		Devel::PPPort baseline todo file
3811dist/Devel-PPPort/parts/base/5030002		Devel::PPPort baseline todo file
3812dist/Devel-PPPort/parts/base/5030003		Devel::PPPort baseline todo file
3813dist/Devel-PPPort/parts/base/5031000		Devel::PPPort baseline todo file
3814dist/Devel-PPPort/parts/base/5031001		Devel::PPPort baseline todo file
3815dist/Devel-PPPort/parts/base/5031002		Devel::PPPort baseline todo file
3816dist/Devel-PPPort/parts/base/5031003		Devel::PPPort baseline todo file
3817dist/Devel-PPPort/parts/base/5031004		Devel::PPPort baseline todo file
3818dist/Devel-PPPort/parts/base/5031005		Devel::PPPort baseline todo file
3819dist/Devel-PPPort/parts/base/5031006		Devel::PPPort baseline todo file
3820dist/Devel-PPPort/parts/base/5031007		Devel::PPPort baseline todo file
3821dist/Devel-PPPort/parts/base/5031008
3822dist/Devel-PPPort/parts/base/5031009		Devel::PPPort baseline todo file
3823dist/Devel-PPPort/parts/base/5031010		Devel::PPPort baseline todo file
3824dist/Devel-PPPort/parts/base/5031011		Devel::PPPort baseline todo file
3825dist/Devel-PPPort/parts/base/5032000		Devel::PPPort baseline todo file
3826dist/Devel-PPPort/parts/base/5032001
3827dist/Devel-PPPort/parts/base/5033000		Devel::PPPort baseline todo file
3828dist/Devel-PPPort/parts/base/5033001		Devel::PPPort baseline todo file
3829dist/Devel-PPPort/parts/base/5033002		Devel::PPPort baseline todo file
3830dist/Devel-PPPort/parts/base/5033003
3831dist/Devel-PPPort/parts/base/5033004
3832dist/Devel-PPPort/parts/base/5033005
3833dist/Devel-PPPort/parts/base/5033006
3834dist/Devel-PPPort/parts/base/5033007
3835dist/Devel-PPPort/parts/base/5033008
3836dist/Devel-PPPort/parts/base/5033009
3837dist/Devel-PPPort/parts/base/5034000
3838dist/Devel-PPPort/parts/base/5035001
3839dist/Devel-PPPort/parts/base/5035002
3840dist/Devel-PPPort/parts/base/5035003
3841dist/Devel-PPPort/parts/base/5035004
3842dist/Devel-PPPort/parts/base/5035005
3843dist/Devel-PPPort/parts/base/5035006
3844dist/Devel-PPPort/parts/base/5035007
3845dist/Devel-PPPort/parts/base/5035008
3846dist/Devel-PPPort/parts/base/5035009
3847dist/Devel-PPPort/parts/base/5035010
3848dist/Devel-PPPort/parts/embed.fnc		Devel::PPPort Perl API listing
3849dist/Devel-PPPort/parts/inc/01_test		Devel::PPPort include
3850dist/Devel-PPPort/parts/inc/call		Devel::PPPort include
3851dist/Devel-PPPort/parts/inc/cop			Devel::PPPort include
3852dist/Devel-PPPort/parts/inc/exception		Devel::PPPort include
3853dist/Devel-PPPort/parts/inc/format		Devel::PPPort include
3854dist/Devel-PPPort/parts/inc/grok		Devel::PPPort include
3855dist/Devel-PPPort/parts/inc/gv			Devel::PPPort include
3856dist/Devel-PPPort/parts/inc/HvNAME		Devel::PPPort include
3857dist/Devel-PPPort/parts/inc/inctools
3858dist/Devel-PPPort/parts/inc/limits		Devel::PPPort include
3859dist/Devel-PPPort/parts/inc/locale
3860dist/Devel-PPPort/parts/inc/magic		Devel::PPPort include
3861dist/Devel-PPPort/parts/inc/magic_defs		Devel::PPPort include
3862dist/Devel-PPPort/parts/inc/memory		Devel::PPPort include
3863dist/Devel-PPPort/parts/inc/mess		Devel::PPPort include
3864dist/Devel-PPPort/parts/inc/misc		Devel::PPPort include
3865dist/Devel-PPPort/parts/inc/mPUSH		Devel::PPPort include
3866dist/Devel-PPPort/parts/inc/MY_CXT		Devel::PPPort include
3867dist/Devel-PPPort/parts/inc/newCONSTSUB		Devel::PPPort include
3868dist/Devel-PPPort/parts/inc/newRV		Devel::PPPort include
3869dist/Devel-PPPort/parts/inc/newSV_type		Devel::PPPort include
3870dist/Devel-PPPort/parts/inc/newSVpv		Devel::PPPort include
3871dist/Devel-PPPort/parts/inc/podtest		Devel::PPPort include
3872dist/Devel-PPPort/parts/inc/ppphbin		Devel::PPPort include
3873dist/Devel-PPPort/parts/inc/ppphdoc		Devel::PPPort include
3874dist/Devel-PPPort/parts/inc/ppphtest		Devel::PPPort include
3875dist/Devel-PPPort/parts/inc/pv_tools		Devel::PPPort include
3876dist/Devel-PPPort/parts/inc/pvs			Devel::PPPort include
3877dist/Devel-PPPort/parts/inc/shared_pv		Devel::PPPort include
3878dist/Devel-PPPort/parts/inc/snprintf		Devel::PPPort include
3879dist/Devel-PPPort/parts/inc/sprintf		Devel::PPPort include
3880dist/Devel-PPPort/parts/inc/strlfuncs		Devel::PPPort include
3881dist/Devel-PPPort/parts/inc/subparse
3882dist/Devel-PPPort/parts/inc/Sv_set		Devel::PPPort include
3883dist/Devel-PPPort/parts/inc/sv_xpvf		Devel::PPPort include
3884dist/Devel-PPPort/parts/inc/SvPV		Devel::PPPort include
3885dist/Devel-PPPort/parts/inc/SvREFCNT		Devel::PPPort include
3886dist/Devel-PPPort/parts/inc/threads		Devel::PPPort include
3887dist/Devel-PPPort/parts/inc/utf8
3888dist/Devel-PPPort/parts/inc/uv			Devel::PPPort include
3889dist/Devel-PPPort/parts/inc/variables		Devel::PPPort include
3890dist/Devel-PPPort/parts/inc/version		Devel::PPPort include
3891dist/Devel-PPPort/parts/inc/warn		Devel::PPPort include
3892dist/Devel-PPPort/parts/ppport.fnc		Devel::PPPort API listing
3893dist/Devel-PPPort/parts/ppptools.pl		Devel::PPPort various utilities
3894dist/Devel-PPPort/parts/todo/5003007		Devel::PPPort baseline todo file
3895dist/Devel-PPPort/parts/todo/5004000		Devel::PPPort todo file
3896dist/Devel-PPPort/parts/todo/5004001		Devel::PPPort baseline todo file
3897dist/Devel-PPPort/parts/todo/5004002		Devel::PPPort baseline todo file
3898dist/Devel-PPPort/parts/todo/5004003		Devel::PPPort baseline todo file
3899dist/Devel-PPPort/parts/todo/5004004		Devel::PPPort baseline todo file
3900dist/Devel-PPPort/parts/todo/5004005		Devel::PPPort baseline todo file
3901dist/Devel-PPPort/parts/todo/5005000		Devel::PPPort todo file
3902dist/Devel-PPPort/parts/todo/5005001		Devel::PPPort baseline todo file
3903dist/Devel-PPPort/parts/todo/5005002		Devel::PPPort baseline todo file
3904dist/Devel-PPPort/parts/todo/5005003		Devel::PPPort baseline todo file
3905dist/Devel-PPPort/parts/todo/5005004		Devel::PPPort baseline todo file
3906dist/Devel-PPPort/parts/todo/5006000		Devel::PPPort todo file
3907dist/Devel-PPPort/parts/todo/5006001		Devel::PPPort todo file
3908dist/Devel-PPPort/parts/todo/5006002		Devel::PPPort todo file
3909dist/Devel-PPPort/parts/todo/5007000		Devel::PPPort todo file
3910dist/Devel-PPPort/parts/todo/5007001		Devel::PPPort todo file
3911dist/Devel-PPPort/parts/todo/5007002		Devel::PPPort todo file
3912dist/Devel-PPPort/parts/todo/5007003		Devel::PPPort todo file
3913dist/Devel-PPPort/parts/todo/5008000		Devel::PPPort todo file
3914dist/Devel-PPPort/parts/todo/5008001		Devel::PPPort todo file
3915dist/Devel-PPPort/parts/todo/5008002		Devel::PPPort todo file
3916dist/Devel-PPPort/parts/todo/5008003		Devel::PPPort todo file
3917dist/Devel-PPPort/parts/todo/5008004		Devel::PPPort todo file
3918dist/Devel-PPPort/parts/todo/5008005		Devel::PPPort todo file
3919dist/Devel-PPPort/parts/todo/5008006		Devel::PPPort todo file
3920dist/Devel-PPPort/parts/todo/5008007		Devel::PPPort todo file
3921dist/Devel-PPPort/parts/todo/5008008		Devel::PPPort todo file
3922dist/Devel-PPPort/parts/todo/5008009		Devel::PPPort todo file
3923dist/Devel-PPPort/parts/todo/5009000		Devel::PPPort todo file
3924dist/Devel-PPPort/parts/todo/5009001		Devel::PPPort todo file
3925dist/Devel-PPPort/parts/todo/5009002		Devel::PPPort todo file
3926dist/Devel-PPPort/parts/todo/5009003		Devel::PPPort todo file
3927dist/Devel-PPPort/parts/todo/5009004		Devel::PPPort todo file
3928dist/Devel-PPPort/parts/todo/5009005		Devel::PPPort todo file
3929dist/Devel-PPPort/parts/todo/5010000		Devel::PPPort todo file
3930dist/Devel-PPPort/parts/todo/5010001		Devel::PPPort todo file
3931dist/Devel-PPPort/parts/todo/5011000		Devel::PPPort todo file
3932dist/Devel-PPPort/parts/todo/5011001		Devel::PPPort todo file
3933dist/Devel-PPPort/parts/todo/5011002		Devel::PPPort todo file
3934dist/Devel-PPPort/parts/todo/5011003		Devel::PPPort todo file
3935dist/Devel-PPPort/parts/todo/5011004		Devel::PPPort todo file
3936dist/Devel-PPPort/parts/todo/5011005		Devel::PPPort todo file
3937dist/Devel-PPPort/parts/todo/5012000		Devel::PPPort todo file
3938dist/Devel-PPPort/parts/todo/5012001		Devel::PPPort todo file
3939dist/Devel-PPPort/parts/todo/5012002		Devel::PPPort todo file
3940dist/Devel-PPPort/parts/todo/5012003		Devel::PPPort todo file
3941dist/Devel-PPPort/parts/todo/5012004		Devel::PPPort todo file
3942dist/Devel-PPPort/parts/todo/5012005		Devel::PPPort todo file
3943dist/Devel-PPPort/parts/todo/5013000		Devel::PPPort todo file
3944dist/Devel-PPPort/parts/todo/5013001		Devel::PPPort todo file
3945dist/Devel-PPPort/parts/todo/5013002		Devel::PPPort todo file
3946dist/Devel-PPPort/parts/todo/5013003		Devel::PPPort todo file
3947dist/Devel-PPPort/parts/todo/5013004		Devel::PPPort todo file
3948dist/Devel-PPPort/parts/todo/5013005		Devel::PPPort todo file
3949dist/Devel-PPPort/parts/todo/5013006		Devel::PPPort todo file
3950dist/Devel-PPPort/parts/todo/5013007		Devel::PPPort todo file
3951dist/Devel-PPPort/parts/todo/5013008		Devel::PPPort todo file
3952dist/Devel-PPPort/parts/todo/5013009		Devel::PPPort todo file
3953dist/Devel-PPPort/parts/todo/5013010		Devel::PPPort todo file
3954dist/Devel-PPPort/parts/todo/5013011		Devel::PPPort todo file
3955dist/Devel-PPPort/parts/todo/5014000		Devel::PPPort todo file
3956dist/Devel-PPPort/parts/todo/5014001		Devel::PPPort todo file
3957dist/Devel-PPPort/parts/todo/5014002		Devel::PPPort todo file
3958dist/Devel-PPPort/parts/todo/5014003		Devel::PPPort todo file
3959dist/Devel-PPPort/parts/todo/5014004		Devel::PPPort todo file
3960dist/Devel-PPPort/parts/todo/5015000		Devel::PPPort todo file
3961dist/Devel-PPPort/parts/todo/5015001		Devel::PPPort todo file
3962dist/Devel-PPPort/parts/todo/5015002		Devel::PPPort todo file
3963dist/Devel-PPPort/parts/todo/5015003		Devel::PPPort todo file
3964dist/Devel-PPPort/parts/todo/5015004		Devel::PPPort todo file
3965dist/Devel-PPPort/parts/todo/5015005		Devel::PPPort todo file
3966dist/Devel-PPPort/parts/todo/5015006		Devel::PPPort todo file
3967dist/Devel-PPPort/parts/todo/5015007		Devel::PPPort todo file
3968dist/Devel-PPPort/parts/todo/5015008		Devel::PPPort todo file
3969dist/Devel-PPPort/parts/todo/5015009		Devel::PPPort todo file
3970dist/Devel-PPPort/parts/todo/5016000		Devel::PPPort todo file
3971dist/Devel-PPPort/parts/todo/5016001		Devel::PPPort todo file
3972dist/Devel-PPPort/parts/todo/5016002		Devel::PPPort todo file
3973dist/Devel-PPPort/parts/todo/5016003		Devel::PPPort todo file
3974dist/Devel-PPPort/parts/todo/5017000		Devel::PPPort todo file
3975dist/Devel-PPPort/parts/todo/5017001		Devel::PPPort todo file
3976dist/Devel-PPPort/parts/todo/5017002		Devel::PPPort todo file
3977dist/Devel-PPPort/parts/todo/5017003		Devel::PPPort todo file
3978dist/Devel-PPPort/parts/todo/5017004		Devel::PPPort todo file
3979dist/Devel-PPPort/parts/todo/5017005		Devel::PPPort todo file
3980dist/Devel-PPPort/parts/todo/5017006		Devel::PPPort todo file
3981dist/Devel-PPPort/parts/todo/5017007		Devel::PPPort todo file
3982dist/Devel-PPPort/parts/todo/5017008		Devel::PPPort todo file
3983dist/Devel-PPPort/parts/todo/5017009		Devel::PPPort todo file
3984dist/Devel-PPPort/parts/todo/5017010		Devel::PPPort todo file
3985dist/Devel-PPPort/parts/todo/5017011		Devel::PPPort todo file
3986dist/Devel-PPPort/parts/todo/5018000		Devel::PPPort todo file
3987dist/Devel-PPPort/parts/todo/5018001		Devel::PPPort todo file
3988dist/Devel-PPPort/parts/todo/5018002		Devel::PPPort todo file
3989dist/Devel-PPPort/parts/todo/5018003		Devel::PPPort todo file
3990dist/Devel-PPPort/parts/todo/5018004		Devel::PPPort todo file
3991dist/Devel-PPPort/parts/todo/5019000		Devel::PPPort todo file
3992dist/Devel-PPPort/parts/todo/5019001		Devel::PPPort todo file
3993dist/Devel-PPPort/parts/todo/5019002		Devel::PPPort todo file
3994dist/Devel-PPPort/parts/todo/5019003		Devel::PPPort todo file
3995dist/Devel-PPPort/parts/todo/5019004		Devel::PPPort todo file
3996dist/Devel-PPPort/parts/todo/5019005		Devel::PPPort todo file
3997dist/Devel-PPPort/parts/todo/5019006		Devel::PPPort todo file
3998dist/Devel-PPPort/parts/todo/5019007		Devel::PPPort todo file
3999dist/Devel-PPPort/parts/todo/5019008		Devel::PPPort todo file
4000dist/Devel-PPPort/parts/todo/5019009		Devel::PPPort todo file
4001dist/Devel-PPPort/parts/todo/5019010		Devel::PPPort todo file
4002dist/Devel-PPPort/parts/todo/5019011		Devel::PPPort todo file
4003dist/Devel-PPPort/parts/todo/5020000		Devel::PPPort todo file
4004dist/Devel-PPPort/parts/todo/5020001		Devel::PPPort todo file
4005dist/Devel-PPPort/parts/todo/5020002		Devel::PPPort todo file
4006dist/Devel-PPPort/parts/todo/5020003		Devel::PPPort todo file
4007dist/Devel-PPPort/parts/todo/5021000		Devel::PPPort todo file
4008dist/Devel-PPPort/parts/todo/5021001		Devel::PPPort todo file
4009dist/Devel-PPPort/parts/todo/5021002		Devel::PPPort todo file
4010dist/Devel-PPPort/parts/todo/5021003		Devel::PPPort baseline todo file
4011dist/Devel-PPPort/parts/todo/5021004		Devel::PPPort todo file
4012dist/Devel-PPPort/parts/todo/5021005		Devel::PPPort todo file
4013dist/Devel-PPPort/parts/todo/5021006		Devel::PPPort todo file
4014dist/Devel-PPPort/parts/todo/5021007		Devel::PPPort todo file
4015dist/Devel-PPPort/parts/todo/5021008		Devel::PPPort todo file
4016dist/Devel-PPPort/parts/todo/5021009		Devel::PPPort todo file
4017dist/Devel-PPPort/parts/todo/5021010		Devel::PPPort todo file
4018dist/Devel-PPPort/parts/todo/5021011		Devel::PPPort todo file
4019dist/Devel-PPPort/parts/todo/5022000		Devel::PPPort todo file
4020dist/Devel-PPPort/parts/todo/5022001		Devel::PPPort todo file
4021dist/Devel-PPPort/parts/todo/5022002		Devel::PPPort baseline todo file
4022dist/Devel-PPPort/parts/todo/5022003		Devel::PPPort baseline todo file
4023dist/Devel-PPPort/parts/todo/5022004		Devel::PPPort baseline todo file
4024dist/Devel-PPPort/parts/todo/5023000		Devel::PPPort todo file
4025dist/Devel-PPPort/parts/todo/5023001		Devel::PPPort todo file
4026dist/Devel-PPPort/parts/todo/5023002		Devel::PPPort todo file
4027dist/Devel-PPPort/parts/todo/5023003		Devel::PPPort todo file
4028dist/Devel-PPPort/parts/todo/5023004		Devel::PPPort todo file
4029dist/Devel-PPPort/parts/todo/5023005		Devel::PPPort todo file
4030dist/Devel-PPPort/parts/todo/5023006		Devel::PPPort todo file
4031dist/Devel-PPPort/parts/todo/5023007		Devel::PPPort todo file
4032dist/Devel-PPPort/parts/todo/5023008		Devel::PPPort todo file
4033dist/Devel-PPPort/parts/todo/5023009		Devel::PPPort todo file
4034dist/Devel-PPPort/parts/todo/5024000		Devel::PPPort todo file
4035dist/Devel-PPPort/parts/todo/5024001		Devel::PPPort baseline todo file
4036dist/Devel-PPPort/parts/todo/5024002		Devel::PPPort baseline todo file
4037dist/Devel-PPPort/parts/todo/5024003		Devel::PPPort baseline todo file
4038dist/Devel-PPPort/parts/todo/5024004		Devel::PPPort baseline todo file
4039dist/Devel-PPPort/parts/todo/5025000		Devel::PPPort baseline todo file
4040dist/Devel-PPPort/parts/todo/5025001		Devel::PPPort baseline todo file
4041dist/Devel-PPPort/parts/todo/5025002		Devel::PPPort baseline todo file
4042dist/Devel-PPPort/parts/todo/5025003		Devel::PPPort baseline todo file
4043dist/Devel-PPPort/parts/todo/5025004		Devel::PPPort baseline todo file
4044dist/Devel-PPPort/parts/todo/5025005		Devel::PPPort baseline todo file
4045dist/Devel-PPPort/parts/todo/5025006		Devel::PPPort baseline todo file
4046dist/Devel-PPPort/parts/todo/5025007		Devel::PPPort baseline todo file
4047dist/Devel-PPPort/parts/todo/5025008		Devel::PPPort baseline todo file
4048dist/Devel-PPPort/parts/todo/5025009		Devel::PPPort baseline todo file
4049dist/Devel-PPPort/parts/todo/5025010		Devel::PPPort baseline todo file
4050dist/Devel-PPPort/parts/todo/5025011		Devel::PPPort baseline todo file
4051dist/Devel-PPPort/parts/todo/5025012		Devel::PPPort baseline todo file
4052dist/Devel-PPPort/parts/todo/5026000		Devel::PPPort baseline todo file
4053dist/Devel-PPPort/parts/todo/5026001		Devel::PPPort baseline todo file
4054dist/Devel-PPPort/parts/todo/5026002		Devel::PPPort baseline todo file
4055dist/Devel-PPPort/parts/todo/5026003		Devel::PPPort baseline todo file
4056dist/Devel-PPPort/parts/todo/5027000		Devel::PPPort baseline todo file
4057dist/Devel-PPPort/parts/todo/5027001		Devel::PPPort baseline todo file
4058dist/Devel-PPPort/parts/todo/5027002		Devel::PPPort baseline todo file
4059dist/Devel-PPPort/parts/todo/5027003		Devel::PPPort baseline todo file
4060dist/Devel-PPPort/parts/todo/5027004		Devel::PPPort baseline todo file
4061dist/Devel-PPPort/parts/todo/5027005		Devel::PPPort baseline todo file
4062dist/Devel-PPPort/parts/todo/5027006		Devel::PPPort baseline todo file
4063dist/Devel-PPPort/parts/todo/5027007		Devel::PPPort baseline todo file
4064dist/Devel-PPPort/parts/todo/5027008		Devel::PPPort baseline todo file
4065dist/Devel-PPPort/parts/todo/5027009		Devel::PPPort baseline todo file
4066dist/Devel-PPPort/parts/todo/5027010		Devel::PPPort baseline todo file
4067dist/Devel-PPPort/parts/todo/5027011		Devel::PPPort baseline todo file
4068dist/Devel-PPPort/parts/todo/5028000		Devel::PPPort baseline todo file
4069dist/Devel-PPPort/parts/todo/5028001		Devel::PPPort baseline todo file
4070dist/Devel-PPPort/parts/todo/5028002		Devel::PPPort todo file
4071dist/Devel-PPPort/parts/todo/5028003		Devel::PPPort todo file
4072dist/Devel-PPPort/parts/todo/5029000		Devel::PPPort baseline todo file
4073dist/Devel-PPPort/parts/todo/5029001		Devel::PPPort baseline todo file
4074dist/Devel-PPPort/parts/todo/5029002		Devel::PPPort baseline todo file
4075dist/Devel-PPPort/parts/todo/5029003		Devel::PPPort baseline todo file
4076dist/Devel-PPPort/parts/todo/5029004		Devel::PPPort baseline todo file
4077dist/Devel-PPPort/parts/todo/5029005		Devel::PPPort baseline todo file
4078dist/Devel-PPPort/parts/todo/5029006		Devel::PPPort baseline todo file
4079dist/Devel-PPPort/parts/todo/5029007		Devel::PPPort baseline todo file
4080dist/Devel-PPPort/parts/todo/5029008		Devel::PPPort baseline todo file
4081dist/Devel-PPPort/parts/todo/5029009		Devel::PPPort baseline todo file
4082dist/Devel-PPPort/parts/todo/5029010		Devel::PPPort baseline todo file
4083dist/Devel-PPPort/parts/todo/5030000		Devel::PPPort baseline todo file
4084dist/Devel-PPPort/parts/todo/5030001		Devel::PPPort todo file
4085dist/Devel-PPPort/parts/todo/5030002		Devel::PPPort todo file
4086dist/Devel-PPPort/parts/todo/5030003		Devel::PPPort todo file
4087dist/Devel-PPPort/parts/todo/5031000		Devel::PPPort todo file
4088dist/Devel-PPPort/parts/todo/5031001		Devel::PPPort baseline todo file
4089dist/Devel-PPPort/parts/todo/5031002		Devel::PPPort baseline todo file
4090dist/Devel-PPPort/parts/todo/5031003		Devel::PPPort baseline todo file
4091dist/Devel-PPPort/parts/todo/5031004		Devel::PPPort baseline todo file
4092dist/Devel-PPPort/parts/todo/5031005		Devel::PPPort baseline todo file
4093dist/Devel-PPPort/parts/todo/5031006		Devel::PPPort baseline todo file
4094dist/Devel-PPPort/parts/todo/5031007		Devel::PPPort baseline todo file
4095dist/Devel-PPPort/parts/todo/5031008
4096dist/Devel-PPPort/parts/todo/5031009		Devel::PPPort todo file
4097dist/Devel-PPPort/parts/todo/5031010		Devel::PPPort todo file
4098dist/Devel-PPPort/parts/todo/5031011		Devel::PPPort todo file
4099dist/Devel-PPPort/parts/todo/5032000		Devel::PPPort todo file
4100dist/Devel-PPPort/parts/todo/5032001
4101dist/Devel-PPPort/parts/todo/5033000		Devel::PPPort todo file
4102dist/Devel-PPPort/parts/todo/5033001		Devel::PPPort todo file
4103dist/Devel-PPPort/parts/todo/5033002		Devel::PPPort todo file
4104dist/Devel-PPPort/parts/todo/5033003
4105dist/Devel-PPPort/parts/todo/5033004
4106dist/Devel-PPPort/parts/todo/5033005
4107dist/Devel-PPPort/parts/todo/5033006
4108dist/Devel-PPPort/parts/todo/5033007
4109dist/Devel-PPPort/parts/todo/5033008
4110dist/Devel-PPPort/parts/todo/5033009
4111dist/Devel-PPPort/parts/todo/5034000
4112dist/Devel-PPPort/parts/todo/5035001
4113dist/Devel-PPPort/parts/todo/5035002
4114dist/Devel-PPPort/parts/todo/5035003
4115dist/Devel-PPPort/parts/todo/5035004
4116dist/Devel-PPPort/parts/todo/5035005
4117dist/Devel-PPPort/parts/todo/5035006
4118dist/Devel-PPPort/parts/todo/5035007
4119dist/Devel-PPPort/parts/todo/5035008
4120dist/Devel-PPPort/parts/todo/5035009
4121dist/Devel-PPPort/parts/todo/5035010
4122dist/Devel-PPPort/PPPort.xs			Devel::PPPort dummy PPPort.xs
4123dist/Devel-PPPort/ppport_h.PL			Devel::PPPort ppport.h writer
4124dist/Devel-PPPort/PPPort_pm.PL			Devel::PPPort PPPort.pm writer
4125dist/Devel-PPPort/RealPPPort_xs.PL		Devel::PPPort RealPPPort.xs writer
4126dist/Devel-PPPort/soak				Devel::PPPort Test Harness to run under various Perls
4127dist/Devel-PPPort/t/testutil.pl			Devel::PPPort test utilities
4128dist/Devel-PPPort/TODO				Devel::PPPort developer notes
4129dist/Devel-PPPort/typemap			Devel::PPPort Typemap
4130dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm	Generate stubs for SelfLoader.pm
4131dist/Devel-SelfStubber/t/Devel-SelfStubber.t	See if Devel::SelfStubber works
4132dist/Dumpvalue/lib/Dumpvalue.pm		Screen dump of perl values
4133dist/Dumpvalue/t/Dumpvalue.t		See if Dumpvalue works
4134dist/Dumpvalue/t/extend-coverage.t	Extend Dumpvalue's test coverage
4135dist/Dumpvalue/t/lib/TieOut.pm		Helper module for Dumpvalue tests
4136dist/Dumpvalue/t/rt-134441-dumpvalue.t	See if Dumpvalue works
4137dist/encoding-warnings/Changes			encoding::warnings
4138dist/encoding-warnings/lib/encoding/warnings.pm	warn on implicit encoding conversions
4139dist/encoding-warnings/Makefile.PL		encoding::warnings
4140dist/encoding-warnings/t/1-warning.t		tests for encoding::warnings
4141dist/encoding-warnings/t/2-fatal.t		tests for encoding::warnings
4142dist/encoding-warnings/t/3-normal.t		tests for encoding::warnings
4143dist/encoding-warnings/t/4-lexical.t		tests for encoding::warnings
4144dist/Env/lib/Env.pm			Map environment into ordinary variables
4145dist/Env/t/array.t			See if Env works for arrays
4146dist/Env/t/env.t			See if Env works
4147dist/Exporter/Changes			History of changes for Exporter
4148dist/Exporter/lib/Exporter.pm		Exporter base class
4149dist/Exporter/lib/Exporter/Heavy.pm	Complicated routines for Exporter
4150dist/Exporter/Makefile.PL		Build Exporter
4151dist/Exporter/t/Exporter.t		See if Exporter works
4152dist/Exporter/t/warn.t			See if Exporter respects warning handlers
4153dist/ExtUtils-CBuilder/Changes						EU-CB change log
4154dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm				Compile and link C code for Perl modules
4155dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm			Base class for ExtUtils::CBuilder methods
4156dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm		CBuilder methods for AIX
4157dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm	CBuilder methods for Android
4158dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm		CBuilder methods for cygwin
4159dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm		CBuilder methods for darwin
4160dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm	CBuilder methods for OSF
4161dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm		CBuilder methods for OS/2
4162dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm		CBuilder methods for Unix
4163dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm		CBuilder methods for VMS
4164dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm	CBuilder methods for Windows
4165dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm	CBuilder methods for Windows
4166dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm	CBuilder methods for Windows
4167dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm	CBuilder methods for Windows
4168dist/ExtUtils-CBuilder/LICENSE						EU-CB license
4169dist/ExtUtils-CBuilder/Makefile.PL					EU-CB configuration script
4170dist/ExtUtils-CBuilder/README.patching					EU-CB patching nstructions
4171dist/ExtUtils-CBuilder/README.release					EU-CB release instructions
4172dist/ExtUtils-CBuilder/t/00-have-compiler.t				ExtUtils::CBuilder tests
4173dist/ExtUtils-CBuilder/t/01-basic.t					tests for ExtUtils::CBuilder
4174dist/ExtUtils-CBuilder/t/02-link.t					tests for ExtUtils::CBuilder
4175dist/ExtUtils-CBuilder/t/03-cplusplus.t					tests for ExtUtils::CBuilder
4176dist/ExtUtils-CBuilder/t/04-base.t					tests for ExtUtils::CBuilder
4177dist/ExtUtils-ParseXS/Changes					ExtUtils::ParseXS change log
4178dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm			converts Perl XS code into C code
4179dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod			ExtUtils::ParseXS documentation
4180dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm		ExtUtils::ParseXS guts
4181dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm	ExtUtils::ParseXS guts
4182dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm		ExtUtils::ParseXS guts
4183dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm		ExtUtils::ParseXS guts
4184dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm			ExtUtils::Typemaps, a PXS helper
4185dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm		ExtUtils::Typemaps helper module
4186dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm		ExtUtils::Typemaps guts
4187dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm	ExtUtils::Typemaps guts
4188dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm		ExtUtils::Typemaps guts
4189dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp			External subroutine preprocessor
4190dist/ExtUtils-ParseXS/lib/perlxs.pod				Perl XS application programming interface
4191dist/ExtUtils-ParseXS/lib/perlxstut.pod				Perl XS tutorial
4192dist/ExtUtils-ParseXS/lib/perlxstypemap.pod			Perl XS C/Perl type conversion tools
4193dist/ExtUtils-ParseXS/t/001-basic.t				See if ExtUtils::ParseXS works
4194dist/ExtUtils-ParseXS/t/002-more.t				Extended ExtUtils::ParseXS testing
4195dist/ExtUtils-ParseXS/t/003-usage.t				ExtUtils::ParseXS tests
4196dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t	ExtUtils::ParseXS tests
4197dist/ExtUtils-ParseXS/t/102-trim_whitespace.t			ExtUtils::ParseXS tests
4198dist/ExtUtils-ParseXS/t/103-tidy_type.t				ExtUtils::ParseXS tests
4199dist/ExtUtils-ParseXS/t/104-map_type.t				ExtUtils::ParseXS tests
4200dist/ExtUtils-ParseXS/t/105-valid_proto_string.t		ExtUtils::ParseXS tests
4201dist/ExtUtils-ParseXS/t/106-process_typemaps.t			ExtUtils::ParseXS tests
4202dist/ExtUtils-ParseXS/t/108-map_type.t				ExtUtils::ParseXS tests
4203dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t			ExtUtils::ParseXS tests
4204dist/ExtUtils-ParseXS/t/110-assign_func_args.t			ExtUtils::ParseXS tests
4205dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t	ExtUtils::ParseXS tests
4206dist/ExtUtils-ParseXS/t/112-set_cond.t				ExtUtils::ParseXS tests
4207dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t	ExtUtils::ParseXS tests
4208dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t			ExtUtils::ParseXS tests
4209dist/ExtUtils-ParseXS/t/115-avoid-noise.t			ExtUtils::ParseXS tests
4210dist/ExtUtils-ParseXS/t/501-t-compile.t				ExtUtils::Typemaps tests
4211dist/ExtUtils-ParseXS/t/510-t-bare.t				ExtUtils::Typemaps tests
4212dist/ExtUtils-ParseXS/t/511-t-whitespace.t			ExtUtils::Typemaps tests
4213dist/ExtUtils-ParseXS/t/512-t-file.t				ExtUtils::Typemaps tests
4214dist/ExtUtils-ParseXS/t/513-t-merge.t				ExtUtils::Typemaps tests
4215dist/ExtUtils-ParseXS/t/514-t-embed.t				ExtUtils::Typemaps tests
4216dist/ExtUtils-ParseXS/t/515-t-cmd.t				ExtUtils::Typemaps tests
4217dist/ExtUtils-ParseXS/t/516-t-clone.t				ExtUtils::Typemaps tests
4218dist/ExtUtils-ParseXS/t/517-t-targetable.t			ExtUtils::Typemaps tests
4219dist/ExtUtils-ParseXS/t/600-t-compat.t				ExtUtils::Typemaps tests
4220dist/ExtUtils-ParseXS/t/data/b.typemap				ExtUtils::Typemaps test data
4221dist/ExtUtils-ParseXS/t/data/combined.typemap			ExtUtils::Typemaps test data
4222dist/ExtUtils-ParseXS/t/data/confl_repl.typemap			ExtUtils::Typemaps test data
4223dist/ExtUtils-ParseXS/t/data/confl_skip.typemap			ExtUtils::Typemaps test data
4224dist/ExtUtils-ParseXS/t/data/conflicting.typemap		ExtUtils::Typemaps test data
4225dist/ExtUtils-ParseXS/t/data/other.typemap			ExtUtils::Typemaps test data
4226dist/ExtUtils-ParseXS/t/data/perl.typemap			ExtUtils::Typemaps test data
4227dist/ExtUtils-ParseXS/t/data/simple.typemap			ExtUtils::Typemaps test data
4228dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm		ExtUtils::Typemaps tests
4229dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm			ExtUtils::ParseXS testing utility
4230dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm			Primitive STDOUT/ERR capturing for tests
4231dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm			ExtUtils::Typemaps tests
4232dist/ExtUtils-ParseXS/t/pseudotypemap1				A test-typemap
4233dist/ExtUtils-ParseXS/t/typemap					Standard typemap for controlled testing
4234dist/ExtUtils-ParseXS/t/XSAlias.xs				Test file for ExtUtils::ParseXS ALIAS tests
4235dist/ExtUtils-ParseXS/t/XSBroken.xs				Test file for ExtUtils::ParseXS tests
4236dist/ExtUtils-ParseXS/t/XSFalsePositive.xs			Test file for ExtUtils::ParseXS tests
4237dist/ExtUtils-ParseXS/t/XSFalsePositive2.xs			Test file for ExtUtils::ParseXS tests
4238dist/ExtUtils-ParseXS/t/XSInclude.xsh				Test file for ExtUtils::ParseXS tests
4239dist/ExtUtils-ParseXS/t/XSMore.xs				Test file for ExtUtils::ParseXS tests
4240dist/ExtUtils-ParseXS/t/XSNoMap.xs
4241dist/ExtUtils-ParseXS/t/XSTest.pm				Test file for ExtUtils::ParseXS tests
4242dist/ExtUtils-ParseXS/t/XSTest.xs				Test file for ExtUtils::ParseXS tests
4243dist/ExtUtils-ParseXS/t/XSTightDirectives.xs			Test file for ExtUtils::ParseXS tests
4244dist/ExtUtils-ParseXS/t/XSUsage.pm				ExtUtils::ParseXS tests
4245dist/ExtUtils-ParseXS/t/XSUsage.xs				ExtUtils::ParseXS tests
4246dist/ExtUtils-ParseXS/t/XSWarn.xs				ExtUtils::ParseXS tests
4247dist/Filter-Simple/Changes					History of change for Filter::Simple
4248dist/Filter-Simple/lib/Filter/Simple.pm				Simple frontend to Filter::Util::Call
4249dist/Filter-Simple/Makefile.PL					Build Filter::Simple
4250dist/Filter-Simple/t/code_no_comments.t				See if Filter::Simple works
4251dist/Filter-Simple/t/data.t					See if Filter::Simple works
4252dist/Filter-Simple/t/export.t					See if Filter::Simple works
4253dist/Filter-Simple/t/filter.t					See if Filter::Simple works
4254dist/Filter-Simple/t/filter_only.t				See if Filter::Simple works
4255dist/Filter-Simple/t/import.t					See if Filter::Simple works
4256dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm	Helper file for Filter::Simple tests
4257dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm		Helper file for Filter::Simple tests
4258dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm		Helper file for Filter::Simple tests
4259dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm	Helper file for Filter::Simple tests
4260dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm		Helper file for Filter::Simple tests
4261dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm		Helper file for Filter::Simple tests
4262dist/Filter-Simple/t/no.t					See if Filter::Simple works
4263dist/FindBin/Changes			Tracks changes made in blead
4264dist/FindBin/lib/FindBin.pm		Find name of currently executing program
4265dist/FindBin/Makefile.PL		Build FindBin
4266dist/FindBin/t/FindBin.t		See if FindBin works
4267dist/I18N-Collate/lib/I18N/Collate.pm	Routines to do strxfrm-based collation
4268dist/I18N-Collate/t/I18N-Collate.t	See if I18N::Collate works
4269dist/I18N-LangTags/ChangeLog			I18N::LangTags change history
4270dist/I18N-LangTags/lib/I18N/LangTags.pm		I18N::LangTags
4271dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm	Detect language preferences
4272dist/I18N-LangTags/lib/I18N/LangTags/List.pm	List of tags for human languages
4273dist/I18N-LangTags/Makefile.PL			Build I18N::LangTags
4274dist/I18N-LangTags/README			I18N::LangTags
4275dist/I18N-LangTags/t/01_about_verbose.t		See whether I18N::LangTags works
4276dist/I18N-LangTags/t/05_main.t			See whether I18N::LangTags works
4277dist/I18N-LangTags/t/07_listy.t			See whether I18N::LangTags works
4278dist/I18N-LangTags/t/10_http.t			See whether I18N::LangTags works
4279dist/I18N-LangTags/t/20_locales.t		See whether I18N::LangTags works
4280dist/I18N-LangTags/t/50_super.t			See whether I18N::LangTags works
4281dist/I18N-LangTags/t/55_supers_strict.t		See whether I18N::LangTags works
4282dist/I18N-LangTags/t/80_all_env.t		See whether I18N::LangTags works
4283dist/if/Changes				if perl module change log
4284dist/if/if.pm				For "use if"
4285dist/if/Makefile.PL			Makefile.PL for if.pm
4286dist/if/MANIFEST			MANIFEST for if.pm
4287dist/if/META.json			META.json for if.pm
4288dist/if/META.yml			META.json for if.pm
4289dist/if/t/if.t				Tests for "use if"
4290dist/IO/ChangeLog			IO perl module change log
4291dist/IO/hints/sco.pl			Hint for IO for named architecture
4292dist/IO/IO.pm				Top-level interface to IO::* classes
4293dist/IO/IO.xs				IO extension external subroutines
4294dist/IO/lib/IO/Dir.pm			IO directory reading package
4295dist/IO/lib/IO/File.pm			IO file handle package
4296dist/IO/lib/IO/Handle.pm		IO base handle package
4297dist/IO/lib/IO/Pipe.pm			IO pipe package
4298dist/IO/lib/IO/Poll.pm			IO system poll() interface
4299dist/IO/lib/IO/Seekable.pm		IO methods for seekable handles
4300dist/IO/lib/IO/Select.pm		IO system select() interface
4301dist/IO/lib/IO/Socket.pm		IO socket handle package
4302dist/IO/lib/IO/Socket/INET.pm		IO INET specific socket methods
4303dist/IO/lib/IO/Socket/UNIX.pm		IO UNIX specific socket methods
4304dist/IO/Makefile.PL			IO extension makefile writer
4305dist/IO/poll.c				IO poll() emulation using select()
4306dist/IO/poll.h				IO poll() emulation using select()
4307dist/IO/README				IO extension maintenance notice
4308dist/IO/t/cachepropagate-tcp.t		See if IO::Socket duplication works
4309dist/IO/t/cachepropagate-udp.t		See if IO::Socket duplication works
4310dist/IO/t/cachepropagate-unix.t		See if IO::Socket duplication works
4311dist/IO/t/gh17447.t			Tests fix for #17447
4312dist/IO/t/IO.t				See if IO works
4313dist/IO/t/io_const.t			See if constants from IO work
4314dist/IO/t/io_dir.t			See if directory-related methods from IO work
4315dist/IO/t/io_dup.t			See if dup()-related methods from IO work
4316dist/IO/t/io_file.t			See if binmode()-related methods on IO::File work
4317dist/IO/t/io_file_export.t		Test IO::File exports
4318dist/IO/t/io_getline.t			Test getline and getlines
4319dist/IO/t/io_handle.t			Test non-XS IO::Handle methods available
4320dist/IO/t/io_leak.t			See if IO leaks SVs (only run in core)
4321dist/IO/t/io_linenum.t			See if I/O line numbers are tracked correctly
4322dist/IO/t/io_multihomed.t		See if INET sockets work with multi-homed hosts
4323dist/IO/t/io_pipe.t			See if pipe()-related methods from IO work
4324dist/IO/t/io_poll.t			See if poll()-related methods from IO work
4325dist/IO/t/io_sel.t			See if select()-related methods from IO work
4326dist/IO/t/io_sock.t			See if INET socket-related methods from IO work
4327dist/IO/t/io_sock_errstr.t		See if socket constructors put error string in the right place
4328dist/IO/t/io_taint.t			See if the untaint method from IO works
4329dist/IO/t/io_tell.t			See if seek()/tell()-related methods from IO work
4330dist/IO/t/io_udp.t			See if UDP socket-related methods from IO work
4331dist/IO/t/io_unix.t			See if UNIX socket-related methods from IO work
4332dist/IO/t/io_utf8.t			See if perlio opens work
4333dist/IO/t/io_utf8argv.t			See if <> respects open pragma
4334dist/IO/t/io_xs.t			See if XSUB methods from IO work
4335dist/lib/lib_pm.PL			For "use lib", produces lib/lib.pm
4336dist/lib/Makefile.PL
4337dist/lib/t/01lib.t			For "use lib" testing
4338dist/Locale-Maketext/ChangeLog				Locale::Maketext
4339dist/Locale-Maketext/lib/Locale/Maketext.pm		Locale::Maketext
4340dist/Locale-Maketext/lib/Locale/Maketext.pod		Locale::Maketext documentation
4341dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod	Locale::Maketext
4342dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm	Locale::Maketext
4343dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm	Locale::Maketext
4344dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod	Locale::Maketext documentation article
4345dist/Locale-Maketext/Makefile.PL			Build Locale::Maketext
4346dist/Locale-Maketext/README				Locale::Maketext
4347dist/Locale-Maketext/t/01_about_verbose.t		See if Locale::Maketext works
4348dist/Locale-Maketext/t/04_use_external_lex_cache.t	See if Locale::Maketext works
4349dist/Locale-Maketext/t/09_compile.t			Test Locale::Maketext::_compile
4350dist/Locale-Maketext/t/10_make.t			See if Locale::Maketext works
4351dist/Locale-Maketext/t/20_get.t				See if Locale::Maketext works
4352dist/Locale-Maketext/t/30_eval_dollar_at.t		See if Locale::Maketext works
4353dist/Locale-Maketext/t/40_super.t			See if Locale::Maketext works
4354dist/Locale-Maketext/t/50_super.t			See if Locale::Maketext works
4355dist/Locale-Maketext/t/60_super.t			See if Locale::Maketext works
4356dist/Locale-Maketext/t/70_fail_auto.t			See if Locale::Maketext works
4357dist/Locale-Maketext/t/90_utf8.t			See if Locale::Maketext works
4358dist/Locale-Maketext/t/91_backslash.t			See if Locale::Maketext works
4359dist/Locale-Maketext/t/92_blacklist.t			See if Locale::Maketext works
4360dist/Locale-Maketext/t/93_whitelist.t			See if Locale::Maketext works
4361dist/Locale-Maketext/t/94_denylist.t			See if Locale::Maketext works
4362dist/Locale-Maketext/t/95_allowlist.t			See if Locale::Maketext works
4363dist/Math-Complex/ChangeLog		History of changes for Math::Complex
4364dist/Math-Complex/lib/Math/Complex.pm	A package for doing math with complex numbers
4365dist/Math-Complex/lib/Math/Trig.pm	A simple interface to complex trigonometry
4366dist/Math-Complex/Makefile.PL		Build Math::Complex
4367dist/Math-Complex/t/Complex.t		See if Math::Complex works
4368dist/Math-Complex/t/Trig.t		See if Math::Trig works
4369dist/Math-Complex/t/underbar.t		See if Math::Complex works
4370dist/Math-Complex/TODO			TODO for Math::Complex
4371dist/Module-CoreList/Changes				Module::CoreList Changes
4372dist/Module-CoreList/corelist				The corelist command-line utility
4373dist/Module-CoreList/identify-dependencies		A usage example for Module::CoreList
4374dist/Module-CoreList/lib/Module/CoreList.pm		Module::CoreList
4375dist/Module-CoreList/lib/Module/CoreList.pod		Module::CoreList
4376dist/Module-CoreList/lib/Module/CoreList/Utils.pm	Module::CoreList guts
4377dist/Module-CoreList/Makefile.PL			Module::CoreList
4378dist/Module-CoreList/MANIFEST				Module::CoreList
4379dist/Module-CoreList/README				Module::CoreList
4380dist/Module-CoreList/t/corelist.t			Module::CoreList tests
4381dist/Module-CoreList/t/deprecated.t			Module::CoreList tests
4382dist/Module-CoreList/t/find_modules.t			Module::CoreList tests
4383dist/Module-CoreList/t/is_core.t			Module::CoreList tests
4384dist/Module-CoreList/t/maintainer.t			Module::CoreList tests
4385dist/Module-CoreList/t/pod.t				Module::CoreList tests
4386dist/Module-CoreList/t/utils.t				Module::CoreList tests
4387dist/Net-Ping/Changes			Net::Ping
4388dist/Net-Ping/lib/Net/Ping.pm		Hello, anybody home?
4389dist/Net-Ping/Makefile.PL		Build Net::Ping
4390dist/Net-Ping/t/000_load.t
4391dist/Net-Ping/t/001_new.t
4392dist/Net-Ping/t/010_pingecho.t
4393dist/Net-Ping/t/110_icmp_inst.t		Ping Net::Ping
4394dist/Net-Ping/t/120_udp_inst.t		Ping Net::Ping
4395dist/Net-Ping/t/130_tcp_inst.t		Ping Net::Ping
4396dist/Net-Ping/t/140_stream_inst.t	Ping Net::Ping
4397dist/Net-Ping/t/150_syn_inst.t		Ping Net::Ping
4398dist/Net-Ping/t/190_alarm.t		Ping Net::Ping
4399dist/Net-Ping/t/200_ping_tcp.t		Ping Net::Ping
4400dist/Net-Ping/t/250_ping_hires.t	Ping Net::Ping
4401dist/Net-Ping/t/300_ping_stream.t	Ping Net::Ping
4402dist/Net-Ping/t/400_ping_syn.t		Ping Net::Ping
4403dist/Net-Ping/t/410_syn_host.t		Ping Net::Ping
4404dist/Net-Ping/t/420_ping_syn_port.t	Ping Net::Ping
4405dist/Net-Ping/t/450_service.t		Ping Net::Ping
4406dist/Net-Ping/t/500_ping_icmp.t		Ping Net::Ping
4407dist/Net-Ping/t/501_ping_icmpv6.t	Ping Net::Ping
4408dist/Net-Ping/t/510_ping_udp.t		Ping Net::Ping
4409dist/Net-Ping/t/520_icmp_ttl.t		Ping Net::Ping
4410dist/Net-Ping/TODO			TODO list for Net::Ping
4411dist/PathTools/Changes				Changelog for PathTools dist
4412dist/PathTools/Cwd.pm				Various cwd routines (getcwd, fastcwd, chdir)
4413dist/PathTools/Cwd.xs				Cwd extension external subroutines
4414dist/PathTools/lib/File/Spec.pm			portable operations on file names
4415dist/PathTools/lib/File/Spec/AmigaOS.pm		portable operations on AmigaOS file names
4416dist/PathTools/lib/File/Spec/Cygwin.pm		portable operations on Cygwin file names
4417dist/PathTools/lib/File/Spec/Epoc.pm		portable operations on EPOC file names
4418dist/PathTools/lib/File/Spec/Functions.pm	Function interface to File::Spec object methods
4419dist/PathTools/lib/File/Spec/Mac.pm		portable operations on Mac file names
4420dist/PathTools/lib/File/Spec/OS2.pm		portable operations on OS2 file names
4421dist/PathTools/lib/File/Spec/Unix.pm		portable operations on Unix file names
4422dist/PathTools/lib/File/Spec/VMS.pm		portable operations on VMS file names
4423dist/PathTools/lib/File/Spec/Win32.pm		portable operations on Win32 and NetWare file names
4424dist/PathTools/Makefile.PL			makefile writer for Cwd
4425dist/PathTools/MANIFEST				MANIFEST for PathTools
4426dist/PathTools/META.json			META.json for PathTools
4427dist/PathTools/META.yml				META.yml for PathTools
4428dist/PathTools/t/abs2rel.t			See if File::Spec->abs2rel works
4429dist/PathTools/t/crossplatform.t		See if File::Spec works crossplatform
4430dist/PathTools/t/cwd.t				See if Cwd works
4431dist/PathTools/t/cwd_enoent.t			See if getcwd errors correctly
4432dist/PathTools/t/Functions.t			See if File::Spec::Functions works
4433dist/PathTools/t/rel2abs2rel.t			See if File::Spec->rel2abs/abs2rel works
4434dist/PathTools/t/Spec.t				See if File::Spec works
4435dist/PathTools/t/Spec-taint.t			See if File::Spec works with taint
4436dist/PathTools/t/taint.t			See if Cwd works with taint
4437dist/PathTools/t/tmpdir.t			See if File::Spec->tmpdir() works
4438dist/PathTools/t/win32.t			See if Cwd works on Win32
4439dist/Safe/Changes			Changes for Safe.pm
4440dist/Safe/Makefile.PL			Makefile.PL for Safe.pm
4441dist/Safe/MANIFEST			MANIFEST for Safe.pm
4442dist/Safe/META.yml			META.yml for Safe.pm
4443dist/Safe/README			README for Safe.pm
4444dist/Safe/Safe.pm			Safe extension Perl module
4445dist/Safe/t/safe1.t			See if Safe works
4446dist/Safe/t/safe2.t			See if Safe works
4447dist/Safe/t/safe3.t			See if Safe works
4448dist/Safe/t/safeload.t			Tests that some modules can be loaded by Safe
4449dist/Safe/t/safenamedcap.t		Tests that Tie::Hash::NamedCapture can be loaded
4450dist/Safe/t/safeops.t			Tests that all ops can be trapped by Safe
4451dist/Safe/t/saferegexp.t		Tests Safe with regular expressions
4452dist/Safe/t/safesecurity.t		Tests misc. security fixes in Safe
4453dist/Safe/t/safesig.t			Tests %SIG being cleared and restored
4454dist/Safe/t/safesort.t			Tests Safe with sort
4455dist/Safe/t/safeuniversal.t		Tests Safe with functions from universal.c
4456dist/Safe/t/safeutf8.t			Tests Safe with utf8.pm
4457dist/Safe/t/safewrap.t			Tests Safe::wrap_code_ref()
4458dist/Search-Dict/Changes		Change log
4459dist/Search-Dict/lib/Search/Dict.pm	Perform binary search on dictionaries
4460dist/Search-Dict/Makefile.PL		Makefile.PL
4461dist/Search-Dict/README.patching	Patch instructions
4462dist/Search-Dict/README.release		Release instructions
4463dist/Search-Dict/t/Dict.t		See if Search::Dict works
4464dist/SelfLoader/Changes			History of changes for SelfLoader
4465dist/SelfLoader/lib/SelfLoader.pm	Load functions only on demand
4466dist/SelfLoader/Makefile.PL		Build SelfLoader
4467dist/SelfLoader/t/01SelfLoader.t	See if SelfLoader works
4468dist/SelfLoader/t/02SelfLoader-buggy.t	See if SelfLoader works
4469dist/SelfLoader/t/03taint.t		See if SelfLoader works under taint
4470dist/Storable/ChangeLog			Storable extension
4471dist/Storable/hints/gnukfreebsd.pl	Hint for Storable for named architecture
4472dist/Storable/hints/gnuknetbsd.pl	Hint for Storable for named architecture
4473dist/Storable/hints/hpux.pl		Hint for Storable for named architecture
4474dist/Storable/hints/linux.pl		Hint for Storable for named architecture
4475dist/Storable/Makefile.PL		Storable extension
4476dist/Storable/MANIFEST			Storable MANIFEST file
4477dist/Storable/README			Storable extension
4478dist/Storable/stacksize			compute stack sizes
4479dist/Storable/Storable.pm		Storable perl module
4480dist/Storable/Storable.xs		Storable extension
4481dist/Storable/t/attach.t		Check STORABLE_attach doesn't create objects unnecessarily
4482dist/Storable/t/attach_errors.t		Trigger and test STORABLE_attach errors
4483dist/Storable/t/attach_singleton.t	Test STORABLE_attach for the Singleton pattern
4484dist/Storable/t/blessed.t		See if Storable works
4485dist/Storable/t/boolean.t		See if Storable works
4486dist/Storable/t/canonical.t		See if Storable works
4487dist/Storable/t/circular_hook.t		Test thaw hook called depth-first for circular refs
4488dist/Storable/t/code.t			See if Storable works
4489dist/Storable/t/compat01.t		See if Storable works
4490dist/Storable/t/compat06.t		See if Storable works
4491dist/Storable/t/croak.t			See if Storable works
4492dist/Storable/t/CVE-2015-1592.t		See if Storable works
4493dist/Storable/t/dclone.t		See if Storable works
4494dist/Storable/t/destroy.t		Test Storable in global destructon
4495dist/Storable/t/downgrade.t		See if Storable works
4496dist/Storable/t/file_magic.t		See if file_magic function works
4497dist/Storable/t/flags.t			See if Storable works
4498dist/Storable/t/forgive.t		See if Storable works
4499dist/Storable/t/freeze.t		See if Storable works
4500dist/Storable/t/HAS_ATTACH.pm		For auto-requiring of modules for STORABLE_attach
4501dist/Storable/t/HAS_HOOK.pm		For auto-requiring of modules for STORABLE_thaw
4502dist/Storable/t/HAS_OVERLOAD.pm		For auto-requiring of mdoules for overload
4503dist/Storable/t/huge.t			See how Storable handles huge data
4504dist/Storable/t/hugeids.t		See how Storable handles huge object ids
4505dist/Storable/t/integer.t		See if Storable works
4506dist/Storable/t/interwork56.t		Test compatibility kludge for 64bit data under 5.6.x
4507dist/Storable/t/just_plain_nasty.t	See if Storable works
4508dist/Storable/t/leaks.t			See if Storable leaks (skips in core)
4509dist/Storable/t/lock.t			See if Storable works
4510dist/Storable/t/make_56_interwork.pl	Make test data for interwork56.t
4511dist/Storable/t/make_downgrade.pl	Make test data for downgrade.t
4512dist/Storable/t/make_overload.pl	Make test data for overload.t
4513dist/Storable/t/malice.t		See if Storable copes with corrupt files
4514dist/Storable/t/overload.t		See if Storable works
4515dist/Storable/t/recurse.t		See if Storable works
4516dist/Storable/t/regexp.t		See if Storable works with regexps
4517dist/Storable/t/restrict.t		See if Storable works
4518dist/Storable/t/retrieve.t		See if Storable works
4519dist/Storable/t/robust.t		See if it survives mangled %INC
4520dist/Storable/t/sig_die.t		See if Storable works
4521dist/Storable/t/st-dump.pl		See if Storable works
4522dist/Storable/t/store.t			See if Storable works
4523dist/Storable/t/testlib.pl		more helper routines for tests
4524dist/Storable/t/threads.t		Does Storable work with threads?
4525dist/Storable/t/tied.t			See if Storable works
4526dist/Storable/t/tied_hook.t		See if Storable works
4527dist/Storable/t/tied_items.t		See if Storable works
4528dist/Storable/t/tied_reify.t		See if Storable works
4529dist/Storable/t/tied_store.t		See if Storable works
4530dist/Storable/t/utf8.t			See if Storable works
4531dist/Storable/t/utf8hash.t		See if Storable works
4532dist/Storable/t/weak.t			Can Storable store weakrefs
4533dist/Term-Complete/lib/Term/Complete.pm	A command completion subroutine
4534dist/Term-Complete/t/Complete.t		See if Term::Complete works
4535dist/Term-ReadLine/lib/Term/ReadLine.pm	Stub readline library
4536dist/Term-ReadLine/t/AE.t		See if Term::ReadLine works
4537dist/Term-ReadLine/t/AETk.t		See if Term::ReadLine works
4538dist/Term-ReadLine/t/ReadLine.t		See if Term::ReadLine works
4539dist/Term-ReadLine/t/ReadLine-STDERR.t	See if Term::ReadLine works
4540dist/Term-ReadLine/t/Tk.t		See if Term::ReadLine works
4541dist/Test/ChangeLog			History of changes for the Test module
4542dist/Test/lib/Test.pm			A simple framework for writing test scripts
4543dist/Test/Makefile.PL			Build the Test module
4544dist/Test/t/05_about_verbose.t		See if Test works
4545dist/Test/t/fail.t			See if Test works
4546dist/Test/t/mix.t			See if Test works
4547dist/Test/t/multiline.t			See if Test works
4548dist/Test/t/onfail.t			See if Test works
4549dist/Test/t/qr.t			See if Test works
4550dist/Test/t/skip.t			See if Test works
4551dist/Test/t/success.t			See if Test works
4552dist/Test/t/todo.t			See if Test works
4553dist/Text-Abbrev/lib/Text/Abbrev.pm	An abbreviation table builder
4554dist/Text-Abbrev/t/Abbrev.t		Test Text::Abbrev
4555dist/Thread-Queue/Changes		Thread-safe queues
4556dist/Thread-Queue/examples/callback.pl	Thread::Queue example script
4557dist/Thread-Queue/examples/queue.pl	Thread::Queue example script
4558dist/Thread-Queue/lib/Thread/Queue.pm	Thread-safe queues
4559dist/Thread-Queue/Makefile.PL		Build Thread::Queue
4560dist/Thread-Queue/t/01_basic.t		Thread::Queue tests
4561dist/Thread-Queue/t/02_refs.t		Thread::Queue tests
4562dist/Thread-Queue/t/03_peek.t		Thread::Queue tests
4563dist/Thread-Queue/t/04_errs.t		Thread::Queue tests
4564dist/Thread-Queue/t/05_extract.t	Thread::Queue tests
4565dist/Thread-Queue/t/06_insert.t		Thread::Queue tests
4566dist/Thread-Queue/t/07_lock.t		Thread::Queue tests
4567dist/Thread-Queue/t/08_nothreads.t	Thread::Queue tests
4568dist/Thread-Queue/t/09_ended.t		Thread::Queue tests
4569dist/Thread-Queue/t/10_timed.t		Thread::Queue tests
4570dist/Thread-Queue/t/11_limit.t		Thread::Queue tests
4571dist/Thread-Semaphore/Changes			History of changes for Thread::Semaphore
4572dist/Thread-Semaphore/examples/semaphore.pl	Thread::Semaphore example script
4573dist/Thread-Semaphore/lib/Thread/Semaphore.pm	Thread-safe semaphores
4574dist/Thread-Semaphore/Makefile.PL		Build Thread::Semaphore
4575dist/Thread-Semaphore/t/01_basic.t		Thread::Semaphore tests
4576dist/Thread-Semaphore/t/02_errs.t		Thread::Semaphore tests
4577dist/Thread-Semaphore/t/03_nothreads.t		Thread::Semaphore tests
4578dist/Thread-Semaphore/t/04_nonblocking.t	Thread::Semaphore tests
4579dist/Thread-Semaphore/t/05_force.t		Thread::Semaphore tests
4580dist/Thread-Semaphore/t/06_timed.t		Thread::Semaphore tests
4581dist/threads/hints/hpux.pl		Hint file for HPUX
4582dist/threads/hints/linux.pl		Hint file for Linux
4583dist/threads/lib/threads.pm		ithreads
4584dist/threads/t/basic.t			ithreads
4585dist/threads/t/blocks.t			Test threads in special blocks
4586dist/threads/t/context.t		Explicit thread context
4587dist/threads/t/end.t			Test end functions
4588dist/threads/t/err.t			Test $thr->error()
4589dist/threads/t/exit.t			Test exit and die in threads
4590dist/threads/t/free.t			Test ithread destruction
4591dist/threads/t/free2.t			More ithread destruction tests
4592dist/threads/t/join.t			Testing the join function
4593dist/threads/t/kill.t			Tests thread signalling
4594dist/threads/t/kill2.t			Tests thread signalling
4595dist/threads/t/kill3.t			Tests thread signalling
4596dist/threads/t/libc.t			testing libc functions for threadsafety
4597dist/threads/t/list.t			Test threads->list()
4598dist/threads/t/no_threads.t		threads test for non-threaded Perls
4599dist/threads/t/problems.t		Test various memory problems
4600dist/threads/t/stack.t			Tests for stack limits
4601dist/threads/t/stack_env.t		Tests for stack limits
4602dist/threads/t/state.t			Tests state methods
4603dist/threads/t/stress_cv.t		Test with multiple threads, coderef cv argument.
4604dist/threads/t/stress_re.t		Test with multiple threads, string cv argument and regexes.
4605dist/threads/t/stress_string.t		Test with multiple threads, string cv argument.
4606dist/threads/t/thread.t			General ithread tests from thr5005
4607dist/threads/t/unique.t			Test unique attribute with threads
4608dist/threads/t/version.t		Test that pod version matches code version.
4609dist/threads/threads.h			threads compatibility helper
4610dist/threads/threads.xs			ithreads
4611dist/threads-shared/hints/linux.pl		thread shared variables
4612dist/threads-shared/lib/threads/shared.pm	thread shared variables
4613dist/threads-shared/shared.xs			thread shared variables
4614dist/threads-shared/t/0nothread.t		Tests for basic shared array functionality.
4615dist/threads-shared/t/av_refs.t			Tests for arrays containing references
4616dist/threads-shared/t/av_simple.t		Tests for basic shared array functionality.
4617dist/threads-shared/t/blessed.t			Test blessed shared variables
4618dist/threads-shared/t/clone.t			Test shared cloning
4619dist/threads-shared/t/cond.t			Test condition variables
4620dist/threads-shared/t/disabled.t		Test threads::shared when threads are disabled.
4621dist/threads-shared/t/dualvar.t			Test dual-valued variables
4622dist/threads-shared/t/hv_refs.t			Test shared hashes containing references
4623dist/threads-shared/t/hv_simple.t		Tests for basic shared hash functionality.
4624dist/threads-shared/t/no_share.t		Tests for disabled share on variables.
4625dist/threads-shared/t/object.t			Shared objects tests
4626dist/threads-shared/t/object2.t			More shared objects tests
4627dist/threads-shared/t/shared_attr.t		Test :shared attribute
4628dist/threads-shared/t/stress.t			Stress test
4629dist/threads-shared/t/sv_refs.t			thread shared variables
4630dist/threads-shared/t/sv_simple.t		thread shared variables
4631dist/threads-shared/t/utf8.t			Test UTF-8 keys in shared hashes
4632dist/threads-shared/t/wait.t			Test cond_wait and cond_timedwait
4633dist/threads-shared/t/waithires.t		Test sub-second cond_timedwait
4634dist/Tie-File/ChangeLog			Tie::File
4635dist/Tie-File/lib/Tie/File.pm		Files as tied arrays
4636dist/Tie-File/Makefile.PL		Build Tie::File
4637dist/Tie-File/t/01_gen.t		Generic read/write tests for Tie::File
4638dist/Tie-File/t/02_fetchsize.t		File length fetch test for Tie::File
4639dist/Tie-File/t/03_longfetch.t		Past-the-end-of-the-array tests for Tie::File
4640dist/Tie-File/t/04_splice.t		SPLICE method tests for Tie::File
4641dist/Tie-File/t/05_size.t		$#a tests for Tie::File
4642dist/Tie-File/t/06_fixrec.t		'_fixrec' method functional tests for Tie::File
4643dist/Tie-File/t/07_rv_splice.t		SPLICE method return value tests for Tie::File
4644dist/Tie-File/t/08_ro.t			read-only mode tests for Tie::File
4645dist/Tie-File/t/09_gen_rs.t		Like 01_gen.t, with unusual record separator
4646dist/Tie-File/t/10_splice_rs.t		Like 04_splice.t, with unusual record separator
4647dist/Tie-File/t/11_rv_splice_rs.t	Like 07_rv_splice.t, with unusual record separator
4648dist/Tie-File/t/12_longfetch_rs.t	Like 03_longfetch.t, with unusual record separator
4649dist/Tie-File/t/13_size_rs.t		Like 05_size.t, with unusual record separator
4650dist/Tie-File/t/14_lock.t		File locking method tests for Tie::File
4651dist/Tie-File/t/15_pushpop.t		PUSH / POP / SHIFT / UNSHIFT for Tie::File
4652dist/Tie-File/t/16_handle.t		Tying a handle instead of a file for Tie::File
4653dist/Tie-File/t/17_misc_meth.t		CLEAR / EXISTS / DELETE / EXTEND for Tie::File
4654dist/Tie-File/t/18_rs_fixrec.t		Like 06_fixrec.t, with unusual record separator
4655dist/Tie-File/t/19_cache.t		Read cache exercises and regression for Tie::File
4656dist/Tie-File/t/20_cache_full.t		LRU expiry exercises and regression for Tie::File
4657dist/Tie-File/t/21_win32.t		Win32 special behavior of Tie::File
4658dist/Tie-File/t/22_autochomp.t		'autochomp' option of Tie::File
4659dist/Tie-File/t/23_rv_ac_splice.t	Like 07_rv_splice.t, but with autochomp
4660dist/Tie-File/t/24_cache_loop.t		Regression for old Tie::File cache bug
4661dist/Tie-File/t/25_gen_nocache.t	Like 01_gen.t, but with caching disabled
4662dist/Tie-File/t/26_twrite.t		Unit tests for Tie::File::_twrite
4663dist/Tie-File/t/27_iwrite.t		Unit tests for Tie::File::_iwrite
4664dist/Tie-File/t/28_mtwrite.t		Unit tests for Tie::File::_mtwrite
4665dist/Tie-File/t/29_downcopy.t		Unit tests for Tie::File::_downcopy
4666dist/Tie-File/t/29a_upcopy.t		Unit tests for Tie::File::_upcopy
4667dist/Tie-File/t/30_defer.t		deferred writing feature tests for Tie::File
4668dist/Tie-File/t/31_autodefer.t		'autodefer' feature tests for Tie::File
4669dist/Tie-File/t/32_defer_misc.t		Like 17_misc_meth.t, but with deferred writing
4670dist/Tie-File/t/33_defer_vs.t		Like 30_defer.t, but with varying-length records
4671dist/Tie-File/t/40_abs_cache.t		Unit tests for Tie::File::Cache
4672dist/Tie-File/t/41_heap.t		Unit tests for Tie::File::Heap
4673dist/Tie-File/t/42_offset.t		Unit tests for the offset method
4674dist/Tie-File/t/43_synopsis.t		Demonstrate correctness of Tie::File synopsis
4675dist/Time-HiRes/Changes			Time::HiRes extension
4676dist/Time-HiRes/fallback/const-c.inc	Time::HiRes extension
4677dist/Time-HiRes/fallback/const-xs.inc	Time::HiRes extension
4678dist/Time-HiRes/hints/aix.pl		Hint for Time::HiRes for named architecture
4679dist/Time-HiRes/hints/dec_osf.pl	Hint for Time::HiRes for named architecture
4680dist/Time-HiRes/hints/dynixptx.pl	Hint for Time::HiRes for named architecture
4681dist/Time-HiRes/hints/irix.pl		Hint for Time::HiRes for named architecture
4682dist/Time-HiRes/hints/linux.pl		Hints for Time::HiRes for named architecture
4683dist/Time-HiRes/hints/sco.pl		Hints for Time::HiRes for named architecture
4684dist/Time-HiRes/hints/solaris.pl	Hints for Time::HiRes for named architecture
4685dist/Time-HiRes/hints/svr4.pl		Hints for Time::HiRes for named architecture
4686dist/Time-HiRes/HiRes.pm		Time::HiRes extension
4687dist/Time-HiRes/HiRes.xs		Time::HiRes extension
4688dist/Time-HiRes/Makefile.PL		Time::HiRes extension
4689dist/Time-HiRes/t/alarm.t		Test for Time::HiRes
4690dist/Time-HiRes/t/clock.t		Test for Time::HiRes
4691dist/Time-HiRes/t/gettimeofday.t	Test for Time::HiRes
4692dist/Time-HiRes/t/itimer.t		Test for Time::HiRes
4693dist/Time-HiRes/t/nanosleep.t		Test for Time::HiRes
4694dist/Time-HiRes/t/sleep.t		Test for Time::HiRes
4695dist/Time-HiRes/t/stat.t		Test for Time::HiRes
4696dist/Time-HiRes/t/time.t		Test for Time::HiRes
4697dist/Time-HiRes/t/tv_interval.t		Test for Time::HiRes
4698dist/Time-HiRes/t/ualarm.t		Test for Time::HiRes
4699dist/Time-HiRes/t/usleep.t		Test for Time::HiRes
4700dist/Time-HiRes/t/utime.t		Test for Time::HiRes
4701dist/Time-HiRes/t/Watchdog.pm		Test for Time::HiRes
4702dist/Time-HiRes/typemap			Time::HiRes extension
4703dist/Unicode-Normalize/Changes		Unicode::Normalize
4704dist/Unicode-Normalize/Makefile.PL	Unicode::Normalize
4705dist/Unicode-Normalize/mkheader		Unicode::Normalize
4706dist/Unicode-Normalize/Normalize.pm	Unicode::Normalize
4707dist/Unicode-Normalize/Normalize.xs	Unicode::Normalize
4708dist/Unicode-Normalize/t/fcdc.t		Unicode::Normalize
4709dist/Unicode-Normalize/t/form.t		Unicode::Normalize
4710dist/Unicode-Normalize/t/func.t		Unicode::Normalize
4711dist/Unicode-Normalize/t/illegal.t	Unicode::Normalize
4712dist/Unicode-Normalize/t/norm.t		Unicode::Normalize
4713dist/Unicode-Normalize/t/null.t		Unicode::Normalize
4714dist/Unicode-Normalize/t/partial1.t	Unicode::Normalize
4715dist/Unicode-Normalize/t/partial2.t	Unicode::Normalize
4716dist/Unicode-Normalize/t/proto.t	Unicode::Normalize
4717dist/Unicode-Normalize/t/split.t	Unicode::Normalize
4718dist/Unicode-Normalize/t/test.t		Unicode::Normalize
4719dist/Unicode-Normalize/t/tie.t		Unicode::Normalize
4720dist/XSLoader/Makefile.PL		Dynamic Loader makefile writer
4721dist/XSLoader/t/XSLoader.t		See if XSLoader works
4722dist/XSLoader/XSLoader_pm.PL		Simple XS Loader perl module
4723ext/Amiga-ARexx/__examples/simplecommand.pl	Amiga::ARexx extension
4724ext/Amiga-ARexx/__examples/simplehost.pl	Amiga::ARexx extension
4725ext/Amiga-ARexx/ARexx.pm			Amiga::ARexx extension
4726ext/Amiga-ARexx/ARexx.xs			Amiga::ARexx extension
4727ext/Amiga-ARexx/Makefile.PL			Amiga::ARexx extension
4728ext/Amiga-ARexx/tagtypes.h			Amiga::ARexx extension
4729ext/Amiga-ARexx/typemap				Amiga::ARexx extension
4730ext/Amiga-Exec/__examples/simplecommand.pl	Amiga::Exec extension
4731ext/Amiga-Exec/__examples/simplehost.pl		Amiga::Exec extension
4732ext/Amiga-Exec/Exec.pm				Amiga::Exec extension
4733ext/Amiga-Exec/Exec.xs				Amiga::Exec extension
4734ext/Amiga-Exec/Makefile.PL			Amiga::Exec extension
4735ext/Amiga-Exec/tagtypes.h			Amiga::Exec extension
4736ext/Amiga-Exec/typemap				Amiga::Exec extension
4737ext/attributes/attributes.pm		For "sub foo : attrlist"
4738ext/attributes/attributes.xs		For "sub foo : attrlist"
4739ext/B/B.pm				Compiler backend support functions and methods
4740ext/B/B.xs				Compiler backend external subroutines
4741ext/B/B/Concise.pm			Compiler Concise backend
4742ext/B/B/Showlex.pm			Compiler Showlex backend
4743ext/B/B/Terse.pm			Compiler Terse backend
4744ext/B/B/Xref.pm				Compiler Xref backend
4745ext/B/hints/darwin.pl			Hints for named architecture
4746ext/B/Makefile.PL			Compiler backend makefile writer
4747ext/B/O.pm				Compiler front-end module (-MO=...)
4748ext/B/t/b.t				See if B works
4749ext/B/t/B/success.pm			Test module for ext/B/t/o.t
4750ext/B/t/bool.t				See if B works for bool
4751ext/B/t/concise.t			See whether B::Concise works
4752ext/B/t/concise-xs.t			See whether B::Concise recognizes XS functions
4753ext/B/t/f_map				code from perldoc -f map
4754ext/B/t/f_map.t				converted to optreeCheck()s
4755ext/B/t/f_sort				optree test raw material
4756ext/B/t/f_sort.t			optree test raw material
4757ext/B/t/invlist.t			test B::INVLIST
4758ext/B/t/o.t				See if O works
4759ext/B/t/optree_check.t			test OptreeCheck apparatus
4760ext/B/t/optree_concise.t		more B::Concise tests
4761ext/B/t/optree_constants.t		B::Concise rendering of optimized constant subs
4762ext/B/t/optree_for.t			for loops
4763ext/B/t/optree_misc.t			misc optree tests
4764ext/B/t/optree_samples.t		various basic codes: if for while
4765ext/B/t/optree_sort.t			inplace sort optimization regression
4766ext/B/t/optree_specials.t		BEGIN, END, etc code
4767ext/B/t/optree_varinit.t		my,our,local var init optimization
4768ext/B/t/OptreeCheck.pm			optree comparison tool
4769ext/B/t/perlstring.t			See if B::perlstring output roundtrips properly
4770ext/B/t/pragma.t			See if user pragmas work.
4771ext/B/t/showlex.t			See if B::ShowLex works
4772ext/B/t/strict.t			See if B works with strict and warnings.
4773ext/B/t/sv_stash.t			See if SvSTASH() works
4774ext/B/t/terse.t				See if B::Terse works
4775ext/B/t/walkoptree.t			See if B::walkoptree (and friends) work
4776ext/B/t/xref.t				See if B::Xref works
4777ext/B/typemap				Compiler backend interface types
4778ext/Devel-Peek/Changes			Data debugging tool, changelog
4779ext/Devel-Peek/Peek.pm			Data debugging tool, module and pod
4780ext/Devel-Peek/Peek.xs			Data debugging tool, externals
4781ext/Devel-Peek/t/Peek.t			See if Devel::Peek works
4782ext/DynaLoader/dl_aix.xs		AIX implementation
4783ext/DynaLoader/dl_dllload.xs		S/390 dllload() style implementation
4784ext/DynaLoader/dl_dlopen.xs		BSD/SunOS4&5 dlopen() style implementation
4785ext/DynaLoader/dl_dyld.xs		NeXT/Apple dyld implementation
4786ext/DynaLoader/dl_freemint.xs		GNU dld style implementation for FreeMINT
4787ext/DynaLoader/dl_hpux.xs		HP-UX implementation
4788ext/DynaLoader/dl_none.xs		Stub implementation
4789ext/DynaLoader/dl_vms.xs		VMS implementation
4790ext/DynaLoader/dl_win32.xs		Win32 implementation
4791ext/DynaLoader/dlutils.c		Dynamic loader utilities for dl_*.xs files
4792ext/DynaLoader/DynaLoader_pm.PL		Dynamic Loader perl module
4793ext/DynaLoader/hints/aix.pl		Hint for DynaLoader for named architecture
4794ext/DynaLoader/hints/android.pl		Hint for DynaLoader for named architecture
4795ext/DynaLoader/hints/gnukfreebsd.pl	Hint for DynaLoader for named architecture
4796ext/DynaLoader/hints/gnuknetbsd.pl	Hint for DynaLoader for named architecture
4797ext/DynaLoader/hints/linux.pl		Hint for DynaLoader for named architecture
4798ext/DynaLoader/hints/netbsd.pl		Hint for DynaLoader for named architecture
4799ext/DynaLoader/hints/openbsd.pl		Hint for DynaLoader for named architecture
4800ext/DynaLoader/Makefile.PL		Dynamic Loader makefile writer
4801ext/DynaLoader/README			Dynamic Loader notes and intro
4802ext/DynaLoader/t/DynaLoader.t		See if DynaLoader works
4803ext/Errno/ChangeLog			Errno changes
4804ext/Errno/Errno_pm.PL			Errno perl module create script
4805ext/Errno/Makefile.PL			Errno extension makefile writer
4806ext/Errno/t/Errno.t			See if Errno works
4807ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm	Writes {mini,}perlmain.c
4808ext/Fcntl/Fcntl.pm			Fcntl extension Perl module
4809ext/Fcntl/Fcntl.xs			Fcntl extension external subroutines
4810ext/Fcntl/Makefile.PL			Fcntl extension makefile writer
4811ext/Fcntl/t/autoload.t			See if Fcntl AUTOLOAD error messages work
4812ext/Fcntl/t/fcntl.t			See if Fcntl works
4813ext/Fcntl/t/mode.t			See if S_ISREG() and S_ISDIR() work
4814ext/Fcntl/t/syslfs.t			See if large files work for sysio
4815ext/File-DosGlob/DosGlob.xs		Win32 DOS-globbing module
4816ext/File-DosGlob/lib/File/DosGlob.pm	Win32 DOS-globbing module
4817ext/File-DosGlob/t/DosGlob.t		See if File::DosGlob works
4818ext/File-Find/lib/File/Find.pm				Routines to do a find
4819ext/File-Find/t/correct-absolute-path-with-follow.t
4820ext/File-Find/t/find.t					See if File::Find works
4821ext/File-Find/t/lib/Testing.pm				Functions used in testing File-find
4822ext/File-Find/t/taint.t					See if File::Find works with taint
4823ext/File-Glob/bsd_glob.c		File::Glob extension run time code
4824ext/File-Glob/bsd_glob.h		File::Glob extension header file
4825ext/File-Glob/Changes			File::Glob extension changelog
4826ext/File-Glob/Glob.pm			File::Glob extension module
4827ext/File-Glob/Glob.xs			File::Glob extension external subroutines
4828ext/File-Glob/Makefile.PL		File::Glob extension makefile writer
4829ext/File-Glob/t/basic.t			See if File::Glob works
4830ext/File-Glob/t/case.t			See if File::Glob works
4831ext/File-Glob/t/global.t		See if File::Glob works
4832ext/File-Glob/t/rt114984.t		See if File::Glob works
4833ext/File-Glob/t/rt131211.t		See if File::Glob works
4834ext/File-Glob/t/taint.t			See if File::Glob works
4835ext/File-Glob/t/threads.t		See if File::Glob + threads works
4836ext/File-Glob/TODO			File::Glob extension todo list
4837ext/FileCache/lib/FileCache.pm		Keep more files open than the system permits
4838ext/FileCache/t/01open.t		See if FileCache works
4839ext/FileCache/t/02maxopen.t		See if FileCache works
4840ext/FileCache/t/03append.t		See if FileCache works
4841ext/FileCache/t/04twoarg.t		See if FileCache works
4842ext/FileCache/t/05override.t		See if FileCache works
4843ext/FileCache/t/06export.t		See if FileCache exporting works
4844ext/FileCache/t/07noimport.t		See if FileCache works without importing
4845ext/GDBM_File/GDBM_File.pm		GDBM extension Perl module
4846ext/GDBM_File/GDBM_File.xs		GDBM extension external subroutines
4847ext/GDBM_File/hints/sco.pl		Hint for GDBM_File for named architecture
4848ext/GDBM_File/Makefile.PL		GDBM extension makefile writer
4849ext/GDBM_File/t/count.t			Test if the count method works
4850ext/GDBM_File/t/dump.t			Test if export/import methods work
4851ext/GDBM_File/t/fatal.t			Test the fatal_func argument to gdbm_open
4852ext/GDBM_File/t/gdbm.t			See if GDBM_File works
4853ext/GDBM_File/t/opt.t			Test if gdbm_setopt and derived methods work
4854ext/GDBM_File/t/snapshot.t		Test if the latest_snapshot method works
4855ext/GDBM_File/typemap			GDBM extension interface types
4856ext/Hash-Util/Changes			Change history of Hash::Util
4857ext/Hash-Util/lib/Hash/Util.pm		Hash::Util
4858ext/Hash-Util/Makefile.PL		Makefile for Hash::Util
4859ext/Hash-Util/t/builtin.t		See if Hash::Util builtin exports work as expected
4860ext/Hash-Util/t/Util.t			See if Hash::Util works
4861ext/Hash-Util/Util.xs			XS bits of Hash::Util
4862ext/Hash-Util-FieldHash/Changes				Changes for Hash::Util::FieldHash
4863ext/Hash-Util-FieldHash/FieldHash.xs			XS portion
4864ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm	Perl portion and documentation
4865ext/Hash-Util-FieldHash/t/01_load.t			Test script
4866ext/Hash-Util-FieldHash/t/02_function.t			Test script
4867ext/Hash-Util-FieldHash/t/03_class.t			Test script
4868ext/Hash-Util-FieldHash/t/04_thread.t			Test script
4869ext/Hash-Util-FieldHash/t/05_perlhook.t			Test script
4870ext/Hash-Util-FieldHash/t/11_hashassign.t		Adapted from t/op/hashassign.t
4871ext/Hash-Util-FieldHash/t/12_hashwarn.t			Adapted from t/op/hashwarn.t
4872ext/I18N-Langinfo/Langinfo.pm		I18N::Langinfo
4873ext/I18N-Langinfo/Langinfo.xs		I18N::Langinfo
4874ext/I18N-Langinfo/Makefile.PL		I18N::Langinfo
4875ext/I18N-Langinfo/t/Langinfo.t		See whether I18N::Langinfo works
4876ext/IPC-Open3/lib/IPC/Open2.pm		Open a two-ended pipe
4877ext/IPC-Open3/lib/IPC/Open3.pm		Open a three-ended pipe
4878ext/IPC-Open3/t/fd.t			See if IPC::Open3 works w/ file descriptors
4879ext/IPC-Open3/t/IPC-Open2.t		See if IPC::Open2 works
4880ext/IPC-Open3/t/IPC-Open3.t		See if IPC::Open3 works
4881ext/mro/Changes				mro extension
4882ext/mro/mro.pm				mro extension
4883ext/mro/mro.xs				mro extension
4884ext/NDBM_File/hints/cygwin.pl		Hint for NDBM_File for named architecture
4885ext/NDBM_File/hints/dec_osf.pl		Hint for NDBM_File for named architecture
4886ext/NDBM_File/hints/dynixptx.pl		Hint for NDBM_File for named architecture
4887ext/NDBM_File/hints/gnu.pl		Hint for NDBM_File for named architecture
4888ext/NDBM_File/hints/gnukfreebsd.pl	Hint for NDBM_File for named architecture
4889ext/NDBM_File/hints/gnuknetbsd.pl	Hint for NDBM_File for named architecture
4890ext/NDBM_File/hints/linux.pl		Hint for NDBM_File for named architecture
4891ext/NDBM_File/hints/MSWin32.pl		Hint for NDBM_File for named architecture
4892ext/NDBM_File/hints/sco.pl		Hint for NDBM_File for named architecture
4893ext/NDBM_File/hints/solaris.pl		Hint for NDBM_File for named architecture
4894ext/NDBM_File/hints/svr4.pl		Hint for NDBM_File for named architecture
4895ext/NDBM_File/Makefile.PL		NDBM extension makefile writer
4896ext/NDBM_File/NDBM_File.pm		NDBM extension Perl module
4897ext/NDBM_File/NDBM_File.xs		NDBM extension external subroutines
4898ext/NDBM_File/t/ndbm.t			See if NDBM_File works
4899ext/NDBM_File/typemap			NDBM extension interface types
4900ext/ODBM_File/hints/cygwin.pl		Hint for ODBM_File for named architecture
4901ext/ODBM_File/hints/dec_osf.pl		Hint for ODBM_File for named architecture
4902ext/ODBM_File/hints/gnu.pl		Hint for ODBM_File for named architecture
4903ext/ODBM_File/hints/gnukfreebsd.pl	Hint for NDBM_File for named architecture
4904ext/ODBM_File/hints/gnuknetbsd.pl	Hint for NDBM_File for named architecture
4905ext/ODBM_File/hints/hpux.pl		Hint for ODBM_File for named architecture
4906ext/ODBM_File/hints/linux.pl		Hint for ODBM_File for named architecture
4907ext/ODBM_File/hints/MSWin32.pl		Hint for ODBM_File for named architecture
4908ext/ODBM_File/hints/sco.pl		Hint for ODBM_File for named architecture
4909ext/ODBM_File/hints/solaris.pl		Hint for ODBM_File for named architecture
4910ext/ODBM_File/hints/svr4.pl		Hint for ODBM_File for named architecture
4911ext/ODBM_File/Makefile.PL		ODBM extension makefile writer
4912ext/ODBM_File/ODBM_File.pm		ODBM extension Perl module
4913ext/ODBM_File/ODBM_File.xs		ODBM extension external subroutines
4914ext/ODBM_File/t/odbm.t			See if ODBM_File works
4915ext/ODBM_File/typemap			ODBM extension interface types
4916ext/Opcode/Opcode.pm			Opcode extension Perl module
4917ext/Opcode/Opcode.xs			Opcode extension external subroutines
4918ext/Opcode/ops.pm			"Pragma" form of Opcode extension Perl module
4919ext/Opcode/t/Opcode.t			See if Opcode works
4920ext/Opcode/t/ops.t			See if Opcode works
4921ext/PerlIO-encoding/encoding.pm		PerlIO::encoding
4922ext/PerlIO-encoding/encoding.xs		PerlIO::encoding
4923ext/PerlIO-encoding/t/encoding.t	See if PerlIO encoding conversion works
4924ext/PerlIO-encoding/t/fallback.t	See if PerlIO fallbacks work
4925ext/PerlIO-encoding/t/nolooping.t	Tests for PerlIO::encoding
4926ext/PerlIO-encoding/t/threads.t		Tests PerlIO::encoding and threads
4927ext/PerlIO-mmap/mmap.pm			PerlIO layer for memory maps
4928ext/PerlIO-mmap/mmap.xs			PerlIO layer for memory maps
4929ext/PerlIO-scalar/scalar.pm		PerlIO layer for in-memory handles
4930ext/PerlIO-via/hints/aix.pl		Hint for PerlIO::via for named architecture
4931ext/PerlIO-via/t/thread.t		See if PerlIO::via works with threads
4932ext/PerlIO-via/t/via.t			See if PerlIO::via works
4933ext/PerlIO-via/via.pm			PerlIO layer for layers in perl
4934ext/PerlIO-via/via.xs			PerlIO layer for layers in perl
4935ext/Pod-Functions/Functions_pm.PL	Writes Functions.pm
4936ext/Pod-Functions/Makefile.PL		Makefile writer
4937ext/Pod-Functions/t/Functions.t		See if Pod::Functions works
4938ext/Pod-Html/bin/pod2html			Translator to turn pod into HTML
4939ext/Pod-Html/corpus/perlpodspec-copy.pod
4940ext/Pod-Html/corpus/perlvar-copy.pod
4941ext/Pod-Html/lib/Pod/Html.pm			Convert POD data to HTML
4942ext/Pod-Html/lib/Pod/Html/Util.pm		Helper functions for Pod-Html
4943ext/Pod-Html/t/anchorify.t
4944ext/Pod-Html/t/cache.pod
4945ext/Pod-Html/t/cache.t
4946ext/Pod-Html/t/crossref.pod
4947ext/Pod-Html/t/crossref.t
4948ext/Pod-Html/t/crossref2.t
4949ext/Pod-Html/t/crossref3.t
4950ext/Pod-Html/t/eol.t				test end of line agnosticism
4951ext/Pod-Html/t/feature.pod
4952ext/Pod-Html/t/feature.t
4953ext/Pod-Html/t/feature2.pod
4954ext/Pod-Html/t/feature2.t
4955ext/Pod-Html/t/htmldir1.pod
4956ext/Pod-Html/t/htmldir1.t
4957ext/Pod-Html/t/htmldir2.pod
4958ext/Pod-Html/t/htmldir2.t
4959ext/Pod-Html/t/htmldir3.pod
4960ext/Pod-Html/t/htmldir3.t
4961ext/Pod-Html/t/htmldir4.pod
4962ext/Pod-Html/t/htmldir4.t
4963ext/Pod-Html/t/htmldir5.pod
4964ext/Pod-Html/t/htmldir5.t
4965ext/Pod-Html/t/htmlescp.pod			pod2html escape test input data
4966ext/Pod-Html/t/htmlescp.t			pod2html escape test
4967ext/Pod-Html/t/htmllink.pod			pod2html link test input data
4968ext/Pod-Html/t/htmllink.t			pod2html link test
4969ext/Pod-Html/t/htmlview.pod			pod2html render test input data
4970ext/Pod-Html/t/htmlview.t			pod2html render test
4971ext/Pod-Html/t/lib/Testing.pm			Testing functions for Pod-Html
4972ext/Pod-Html/t/poderr.pod
4973ext/Pod-Html/t/poderr.t
4974ext/Pod-Html/t/podnoerr.pod
4975ext/Pod-Html/t/podnoerr.t
4976ext/POSIX/hints/bsdos.pl		Hint for POSIX for named architecture
4977ext/POSIX/hints/dynixptx.pl		Hint for POSIX for named architecture
4978ext/POSIX/hints/freebsd.pl		Hint for POSIX for named architecture
4979ext/POSIX/hints/gnukfreebsd.pl		Hint for POSIX for named architecture
4980ext/POSIX/hints/gnuknetbsd.pl		Hint for POSIX for named architecture
4981ext/POSIX/hints/linux.pl		Hint for POSIX for named architecture
4982ext/POSIX/hints/mint.pl			Hint for POSIX for named architecture
4983ext/POSIX/hints/netbsd.pl		Hint for POSIX for named architecture
4984ext/POSIX/hints/openbsd.pl		Hint for POSIX for named architecture
4985ext/POSIX/hints/sunos_4.pl		Hint for POSIX for named architecture
4986ext/POSIX/hints/svr4.pl			Hint for POSIX for named architecture
4987ext/POSIX/lib/POSIX.pm			POSIX extension Perl module
4988ext/POSIX/lib/POSIX.pod			POSIX extension documentation
4989ext/POSIX/Makefile.PL			POSIX extension makefile writer
4990ext/POSIX/POSIX.xs			POSIX extension external subroutines
4991ext/POSIX/t/export.t			Test @EXPORT and @EXPORT_OK
4992ext/POSIX/t/fenv.t			Floating-point rounding mode tests for POSIX
4993ext/POSIX/t/iscrash			See if POSIX isxxx() crashes with threads on Win32
4994ext/POSIX/t/iv_const.t			See if integer constants of POSIX are IV
4995ext/POSIX/t/math.t			Basic math tests for POSIX
4996ext/POSIX/t/mb.t			Multibyte function tests for POSIX
4997ext/POSIX/t/posix.t			See if POSIX works
4998ext/POSIX/t/sigaction.t			See if POSIX::sigaction works
4999ext/POSIX/t/sigset.t			See if POSIX::SigSet works
5000ext/POSIX/t/strerror_errno.t		See if POSIX:strerror doesn't trash $!
5001ext/POSIX/t/sysconf.t			See if POSIX works
5002ext/POSIX/t/taint.t			See if POSIX works with taint
5003ext/POSIX/t/termios.t			See if POSIX works
5004ext/POSIX/t/time.t			See if POSIX time-related functions work
5005ext/POSIX/t/unimplemented.t		Test the diagnostics for unimplemented functions
5006ext/POSIX/t/usage.t			Test the diagnostics for usage messages
5007ext/POSIX/t/waitpid.t			See if waitpid works
5008ext/POSIX/t/wrappers.t			Test the POSIX wrapper subroutines
5009ext/POSIX/typemap			POSIX extension interface types
5010ext/re/Makefile.PL			re extension makefile writer
5011ext/re/re.pm				re extension Perl module
5012ext/re/re.xs				re extension external subroutines
5013ext/re/re_comp.h			re extension wrapper for regcomp.h
5014ext/re/re_top.h				re extension symbol hiding header
5015ext/re/t/intflags.pl			Program used by intflags.t
5016ext/re/t/intflags.t			Test that intflags are serialized properly
5017ext/re/t/lexical_debug.pl		generate debug output for lexical re 'debug'
5018ext/re/t/lexical_debug.t		test that lexical re 'debug' works
5019ext/re/t/qr.t				test that qr// is a Regexp
5020ext/re/t/re.t				see if re pragma works
5021ext/re/t/re_funcs.t			See if exportable 're' funcs in re.xs work
5022ext/re/t/re_funcs_u.t			See if exportable 're' funcs in universal.c work
5023ext/re/t/reflags.t			see if re '/xism' pragma works
5024ext/re/t/regop.pl			generate debug output for various patterns
5025ext/re/t/regop.t			test RE optimizations by scraping debug output
5026ext/re/t/strict.t			see if re 'strict' subpragma works
5027ext/SDBM_File/biblio			SDBM kit
5028ext/SDBM_File/CHANGES			SDBM kit
5029ext/SDBM_File/dba.c			SDBM kit
5030ext/SDBM_File/dbd.c			SDBM kit
5031ext/SDBM_File/dbe.1			SDBM kit
5032ext/SDBM_File/dbe.c			SDBM kit
5033ext/SDBM_File/dbu.c			SDBM kit
5034ext/SDBM_File/grind			SDBM kit
5035ext/SDBM_File/hash.c			SDBM kit
5036ext/SDBM_File/Makefile.PL		SDBM extension makefile writer
5037ext/SDBM_File/pair.c			SDBM kit
5038ext/SDBM_File/pair.h			SDBM kit
5039ext/SDBM_File/README			SDBM kit
5040ext/SDBM_File/readme.ms			SDBM kit
5041ext/SDBM_File/README.too		SDBM kit
5042ext/SDBM_File/sdbm.3			SDBM kit
5043ext/SDBM_File/sdbm.c			SDBM kit
5044ext/SDBM_File/sdbm.h			SDBM kit
5045ext/SDBM_File/SDBM_File.pm		SDBM extension Perl module
5046ext/SDBM_File/SDBM_File.xs		SDBM extension external subroutines
5047ext/SDBM_File/t/constants.t		See if SDBM_File constants work
5048ext/SDBM_File/t/corrupt.t		See if SDBM_File handles corrupt files
5049ext/SDBM_File/t/prep.t			See if SDBM_File with extra argument works
5050ext/SDBM_File/t/sdbm.t			See if SDBM_File works
5051ext/SDBM_File/tune.h			SDBM kit
5052ext/SDBM_File/typemap			SDBM extension interface types
5053ext/SDBM_File/util.c			SDBM kit
5054ext/Sys-Hostname/Hostname.pm		Sys::Hostname extension Perl module
5055ext/Sys-Hostname/Hostname.xs		Sys::Hostname extension external subroutines
5056ext/Sys-Hostname/t/Hostname.t		See if Sys::Hostname works
5057ext/Tie-Hash-NamedCapture/NamedCapture.pm	Implements %- and %+ behaviour
5058ext/Tie-Hash-NamedCapture/t/tiehash.t		Tests TIEHASH
5059ext/Tie-Memoize/lib/Tie/Memoize.pm	Base class for memoized tied hashes
5060ext/Tie-Memoize/t/Tie-Memoize.t		Test for Tie::Memoize
5061ext/VMS-DCLsym/0README.txt		ReadMe file for VMS::DCLsym
5062ext/VMS-DCLsym/DCLsym.pm		Perl access to CLI symbols
5063ext/VMS-DCLsym/DCLsym.xs		Perl access to CLI symbols
5064ext/VMS-DCLsym/Makefile.PL		MakeMaker driver for VMS::DCLsym
5065ext/VMS-DCLsym/t/vms_dclsym.t		regression tests for VMS::DCLsym
5066ext/VMS-Filespec/lib/VMS/Filespec.pm	VMS-Unix file syntax interconversion
5067ext/VMS-Filespec/t/filespec.t		See if VMS::Filespec functions work
5068ext/VMS-Stdio/0README.txt		ReadMe file for VMS::Stdio
5069ext/VMS-Stdio/Makefile.PL		MakeMaker driver for VMS::Stdio
5070ext/VMS-Stdio/Stdio.pm			VMS options to stdio routines
5071ext/VMS-Stdio/Stdio.xs			VMS options to stdio routines
5072ext/VMS-Stdio/t/vms_stdio.t		regression tests for VMS::Stdio
5073ext/Win32CORE/Makefile.PL		Win32CORE extension
5074ext/Win32CORE/t/win32core.t		Win32CORE extension
5075ext/Win32CORE/Win32CORE.c		Win32CORE extension
5076ext/Win32CORE/Win32CORE.pm		Win32CORE extension (stubs for Win32 CORE subs)
5077ext/XS-APItest/APItest.pm			XS::APItest extension
5078ext/XS-APItest/APItest.xs			XS::APItest extension
5079ext/XS-APItest/APItest_BS			autogenerate APItest.bs
5080ext/XS-APItest/core.c				Test API functions when PERL_CORE is defined
5081ext/XS-APItest/core_or_not.inc			Code common to core.c and notcore.c
5082ext/XS-APItest/exception.c			XS::APItest extension
5083ext/XS-APItest/Makefile.PL			XS::APItest extension
5084ext/XS-APItest/notcore.c			Test API functions when PERL_CORE is not defined
5085ext/XS-APItest/numeric.xs			XS::APItest wrappers for numeric.c
5086ext/XS-APItest/t/addissub.t			test op check wrapping
5087ext/XS-APItest/t/arrayexpr.t			test recursive descent expression parsing
5088ext/XS-APItest/t/autoload.t			Test XS AUTOLOAD routines
5089ext/XS-APItest/t/BHK.pm				Helper for ./blockhooks.t
5090ext/XS-APItest/t/Block.pm			Helper for ./blockhooks.t
5091ext/XS-APItest/t/blockasexpr.t			test recursive descent block parsing
5092ext/XS-APItest/t/blockhooks.t			XS::APItest: tests for PL_blockhooks
5093ext/XS-APItest/t/blockhooks-csc.t		XS::APItest: more tests for PL_blockhooks
5094ext/XS-APItest/t/boolean.t			test SvIsBOOL
5095ext/XS-APItest/t/boolean-thr.t			test SvIsBOOL on threads
5096ext/XS-APItest/t/bootstrap.t			XS::APItest: test APItest.bs
5097ext/XS-APItest/t/call.t				Test calling perl from C
5098ext/XS-APItest/t/call_checker.t			test call checker plugin API
5099ext/XS-APItest/t/caller.t			XS::APItest: tests for caller_cx
5100ext/XS-APItest/t/callregexec.t			XS::APItest: tests for CALLREGEXEC()
5101ext/XS-APItest/t/check_warnings.t		test scope of "Too late for CHECK"
5102ext/XS-APItest/t/cleanup.t			test stack behaviour on unwinding
5103ext/XS-APItest/t/clone-with-stack.t		test clone with CLONEf_COPY_STACKS works
5104ext/XS-APItest/t/cophh.t			test COPHH API
5105ext/XS-APItest/t/coplabel.t			test cop_*_label
5106ext/XS-APItest/t/copstash.t			test alloccopstash
5107ext/XS-APItest/t/copyhints.t			test hv_copy_hints_hv() API
5108ext/XS-APItest/t/customop.t			XS::APItest: tests for custom ops
5109ext/XS-APItest/t/cv_name.t			test cv_name
5110ext/XS-APItest/t/cv_refcounted_anysv.t		test CvREFCOUNTED_ANYSV
5111ext/XS-APItest/t/delimcpy.t			test delimcpy
5112ext/XS-APItest/t/eval-filter.t			Simple source filter/eval test
5113ext/XS-APItest/t/exception.t			XS::APItest extension
5114ext/XS-APItest/t/extend.t			test EXTEND() macro
5115ext/XS-APItest/t/fetch_pad_names.t		Tests for UTF8 names in pad
5116ext/XS-APItest/t/get.t				test get_sv et al.
5117ext/XS-APItest/t/gotosub.t			XS::APItest: tests goto &xsub and hints
5118ext/XS-APItest/t/grok.t				XS::APItest: tests for grok* functions
5119ext/XS-APItest/t/gv_autoload4.t			XS::APItest: tests for gv_autoload4() and variants
5120ext/XS-APItest/t/gv_const_sv.t			XS::APItest: test gv_const_sv()
5121ext/XS-APItest/t/gv_fetchmeth.t			XS::APItest: tests for gv_fetchmeth() and variants
5122ext/XS-APItest/t/gv_fetchmeth_autoload.t	XS::APItest: tests for gv_fetchmeth_autoload() and variants
5123ext/XS-APItest/t/gv_fetchmethod_flags.t		XS::APItest: tests for gv_fetchmethod_flags() and variants
5124ext/XS-APItest/t/gv_init.t			XS::APItest: tests for gv_init and variants
5125ext/XS-APItest/t/handy00.t			XS::APItest: tests for handy.h
5126ext/XS-APItest/t/handy01.t			XS::APItest: tests for handy.h
5127ext/XS-APItest/t/handy02.t			XS::APItest: tests for handy.h
5128ext/XS-APItest/t/handy03.t			XS::APItest: tests for handy.h
5129ext/XS-APItest/t/handy04.t			XS::APItest: tests for handy.h
5130ext/XS-APItest/t/handy05.t			XS::APItest: tests for handy.h
5131ext/XS-APItest/t/handy06.t			XS::APItest: tests for handy.h
5132ext/XS-APItest/t/handy07.t			XS::APItest: tests for handy.h
5133ext/XS-APItest/t/handy08.t			XS::APItest: tests for handy.h
5134ext/XS-APItest/t/handy09.t			XS::APItest: tests for handy.h
5135ext/XS-APItest/t/handy_base.pl			XS::APItest: tests for handy.h
5136ext/XS-APItest/t/hash.t				XS::APItest: tests for hash related APIs
5137ext/XS-APItest/t/hv_macro.t			XS::APItest: tests for low level macros used in hashing
5138ext/XS-APItest/t/join_with_space.t		test op_convert_list
5139ext/XS-APItest/t/keyword_multiline.t		test keyword plugin parsing across lines
5140ext/XS-APItest/t/keyword_plugin.t		test keyword plugin mechanism
5141ext/XS-APItest/t/keyword_plugin_threads.t	test keyword plugin loading from multiple threads
5142ext/XS-APItest/t/labelconst.aux			auxiliary file for label test
5143ext/XS-APItest/t/labelconst.t			test recursive descent label parsing
5144ext/XS-APItest/t/labelconst_utf8.aux		auxiliary file for label test in UTF-8
5145ext/XS-APItest/t/lexsub.t			Test XS registration of lexical subs
5146ext/XS-APItest/t/load-module.t			test load_module()
5147ext/XS-APItest/t/locale.t			test locale-related things
5148ext/XS-APItest/t/loopblock.t			test recursive descent block parsing
5149ext/XS-APItest/t/looprest.t			test recursive descent statement-sequence parsing
5150ext/XS-APItest/t/lvalue.t			Test XS lvalue functions
5151ext/XS-APItest/t/magic.t			test attaching, finding, and removing magic
5152ext/XS-APItest/t/magic_chain.t			test low-level MAGIC chain handling
5153ext/XS-APItest/t/Markers.pm			Helper for ./blockhooks.t
5154ext/XS-APItest/t/mortal_destructor.t		Test mortal_destructor api.
5155ext/XS-APItest/t/mro.t				Test mro plugin api
5156ext/XS-APItest/t/multicall.t			XS::APItest: test MULTICALL macros
5157ext/XS-APItest/t/my_cxt.t			XS::APItest: test MY_CXT interface
5158ext/XS-APItest/t/my_exit.t			XS::APItest: test my_exit
5159ext/XS-APItest/t/my_strtod.t			XS::APItest: test my_strtod
5160ext/XS-APItest/t/newAV.t			XS::APItest: test newAV* functions
5161ext/XS-APItest/t/newCONSTSUB.t			XS::APItest: test newCONSTSUB(_flags)
5162ext/XS-APItest/t/newDEFSVOP.t			XS::APItest: test newDEFSVOP
5163ext/XS-APItest/t/Null.pm			Helper for ./blockhooks.t
5164ext/XS-APItest/t/op.t				XS::APItest: tests for OP related APIs
5165ext/XS-APItest/t/op_contextualize.t		test op_contextualize() API
5166ext/XS-APItest/t/op_list.t			test OP list construction API
5167ext/XS-APItest/t/overload.t			XS::APItest: tests for overload related APIs
5168ext/XS-APItest/t/pad_scalar.t			Test pad_findmy_* functions
5169ext/XS-APItest/t/peep.t				test PL_peepp/PL_rpeepp
5170ext/XS-APItest/t/pmflag.t			Test removal of Perl_pmflag()
5171ext/XS-APItest/t/postinc.t			test op_lvalue()
5172ext/XS-APItest/t/printf.t			XS::APItest extension
5173ext/XS-APItest/t/ptr_table.t			Test ptr_table_* APIs
5174ext/XS-APItest/t/push.t				XS::APItest extension
5175ext/XS-APItest/t/refs.t				Test typemap ref handling
5176ext/XS-APItest/t/rmagical.t			XS::APItest extension
5177ext/XS-APItest/t/rpp_invoke_xs.t		XS::APItest: test rpp_invoke_xs()
5178ext/XS-APItest/t/rv2cv_op_cv.t			test rv2cv_op_cv() API
5179ext/XS-APItest/t/savehints.t			test SAVEHINTS() API
5180ext/XS-APItest/t/savestack.t			test savestack behavior, currently only in the regex engine
5181ext/XS-APItest/t/scopelessblock.t		test recursive descent statement-sequence parsing
5182ext/XS-APItest/t/sort.t				Test sort(xs_cmp ...)
5183ext/XS-APItest/t/stmtasexpr.t			test recursive descent statement parsing
5184ext/XS-APItest/t/stmtsasexpr.t			test recursive descent statement-sequence parsing
5185ext/XS-APItest/t/stuff_modify_bug.t		test for eval side-effecting source string
5186ext/XS-APItest/t/stuff_svcur_bug.t		test for a bug in lex_stuff_pvn
5187ext/XS-APItest/t/subcall.t			Test XSUB calls
5188ext/XS-APItest/t/subsignature.t			Test parse_subsignature()
5189ext/XS-APItest/t/sv_numeq.t			Test sv_numeq
5190ext/XS-APItest/t/sv_streq.t			Test sv_streq
5191ext/XS-APItest/t/svcat.t			Test sv_catpvn
5192ext/XS-APItest/t/svcatpvf.t			Test sv_catpvf argument reordering
5193ext/XS-APItest/t/sviscow.t			Test SvIsCOW
5194ext/XS-APItest/t/svpeek.t			XS::APItest extension
5195ext/XS-APItest/t/svpv.t				More generic SvPVbyte and SvPVutf8 tests
5196ext/XS-APItest/t/svpv_magic.t			Test behaviour of SvPVbyte/utf8 & get magic
5197ext/XS-APItest/t/svsetsv.t			Test behaviour of sv_setsv with/without PERL_CORE
5198ext/XS-APItest/t/swaplabel.t			test recursive descent label parsing
5199ext/XS-APItest/t/swaptwostmts.t			test recursive descent statement parsing
5200ext/XS-APItest/t/sym-hook.t			Test rv2cv hooks for bareword lookup
5201ext/XS-APItest/t/synthetic_scope.t		Test block_start/block_end/intro_my
5202ext/XS-APItest/t/temp_lv_sub.t			XS::APItest: tests for lvalue subs returning temps
5203ext/XS-APItest/t/underscore_length.t		Test find_rundefsv()
5204ext/XS-APItest/t/utf16_to_utf8.t		Test behaviour of utf16_to_utf8{,reversed}
5205ext/XS-APItest/t/utf8.t				Tests for code in utf8.c
5206ext/XS-APItest/t/utf8_setup.pl			Tests for code in utf8.c
5207ext/XS-APItest/t/utf8_to_bytes.t		Tests for code in utf8.c
5208ext/XS-APItest/t/utf8_warn00.t			Tests for code in utf8.c
5209ext/XS-APItest/t/utf8_warn01.t			Tests for code in utf8.c
5210ext/XS-APItest/t/utf8_warn02.t			Tests for code in utf8.c
5211ext/XS-APItest/t/utf8_warn03.t			Tests for code in utf8.c
5212ext/XS-APItest/t/utf8_warn04.t			Tests for code in utf8.c
5213ext/XS-APItest/t/utf8_warn05.t			Tests for code in utf8.c
5214ext/XS-APItest/t/utf8_warn06.t			Tests for code in utf8.c
5215ext/XS-APItest/t/utf8_warn07.t			Tests for code in utf8.c
5216ext/XS-APItest/t/utf8_warn08.t			Tests for code in utf8.c
5217ext/XS-APItest/t/utf8_warn09.t			Tests for code in utf8.c
5218ext/XS-APItest/t/utf8_warn_base.pl		Tests for code in utf8.c
5219ext/XS-APItest/t/weaken.t			XS::APItest: tests for sv_rvweaken() and sv_get_backrefs()
5220ext/XS-APItest/t/whichsig.t			XS::APItest: tests for whichsig() and variants
5221ext/XS-APItest/t/win32.t			Test Win32 specific APIs
5222ext/XS-APItest/t/xs_special_subs.t		Test that XS BEGIN/CHECK/INIT/END work
5223ext/XS-APItest/t/xs_special_subs_require.t	for require too
5224ext/XS-APItest/t/xsppwrap.t			Tests for XSPP_wrapped() macro
5225ext/XS-APItest/t/xsub_h.t			Tests for XSUB.h
5226ext/XS-APItest/typemap
5227ext/XS-APItest/XSUB-redefined-macros.xs		XS code needing redefined macros.
5228ext/XS-APItest/XSUB-undef-XS_VERSION.xs		XS code needing #undef XS_VERSION
5229ext/XS-Typemap/Makefile.PL		XS::Typemap extension
5230ext/XS-Typemap/README			XS::Typemap extension
5231ext/XS-Typemap/stdio.c			XS::Typemap extension
5232ext/XS-Typemap/t/Typemap.t		test that typemaps work
5233ext/XS-Typemap/Typemap.pm		XS::Typemap extension
5234ext/XS-Typemap/Typemap.xs		XS::Typemap extension
5235h2pl/cbreak.pl				cbreak routines using .ph
5236h2pl/cbreak2.pl				cbreak routines using .pl
5237h2pl/eg/sizeof.ph			Sample sizeof array initialization
5238h2pl/eg/sys/errno.pl			Sample translated errno.pl
5239h2pl/eg/sys/ioctl.pl			Sample translated ioctl.pl
5240h2pl/eg/sysexits.pl			Sample translated sysexits.pl
5241h2pl/getioctlsizes			Program to extract types from ioctl.h
5242h2pl/mksizes				Program to make %sizeof array
5243h2pl/mkvars				Program to make .pl from .ph files
5244h2pl/README				How to turn .ph files into .pl files
5245h2pl/tcbreak				cbreak test routine using .ph
5246h2pl/tcbreak2				cbreak test routine using .pl
5247haiku/Haiku/Haiku.pm			Haiku extension Perl module
5248haiku/Haiku/Haiku.xs			Haiku extension external subroutines
5249haiku/Haiku/Makefile.PL			Haiku extension makefile writer
5250haiku/haikuish.h			Header for the Haiku port
5251hints/aix.sh				Hints for named architecture
5252hints/aix_3.sh				Hints for named architecture
5253hints/aix_4.sh				Hints for named architecture
5254hints/altos486.sh			Hints for named architecture
5255hints/amigaos.sh			Hints for named architecture
5256hints/atheos.sh				Hints for named architecture
5257hints/aux_3.sh				Hints for named architecture
5258hints/bitrig.sh				Hints for named architecture
5259hints/broken-db.msg			Warning message for systems with broken DB library
5260hints/bsdos.sh				Hints for named architecture
5261hints/catamount.sh			Hints for named architecture
5262hints/convexos.sh			Hints for named architecture
5263hints/cxux.sh				Hints for named architecture
5264hints/cygwin.sh				Hints for named architecture
5265hints/darwin.sh				Hints for named architecture
5266hints/dcosx.sh				Hints for named architecture
5267hints/dec_osf.sh			Hints for named architecture
5268hints/dragonfly.sh			Hints for named architecture
5269hints/dynix.sh				Hints for named architecture
5270hints/dynixptx.sh			Hints for named architecture
5271hints/epix.sh				Hints for named architecture
5272hints/esix4.sh				Hints for named architecture
5273hints/fps.sh				Hints for named architecture
5274hints/freebsd.sh			Hints for named architecture
5275hints/freemint.sh			Hints for named architecture
5276hints/gnu.sh				Hints for named architecture
5277hints/gnukfreebsd.sh			Hints for named architecture
5278hints/gnuknetbsd.sh			Hints for named architecture
5279hints/greenhills.sh			Hints for named architecture
5280hints/haiku.sh				Hints for named architecture
5281hints/hpux.sh				Hints for named architecture
5282hints/i386.sh				Hints for named architecture
5283hints/interix.sh			Hints for named architecture
5284hints/irix_4.sh				Hints for named architecture
5285hints/irix_5.sh				Hints for named architecture
5286hints/irix_6.sh				Hints for named architecture
5287hints/irix_6_0.sh			Hints for named architecture
5288hints/irix_6_1.sh			Hints for named architecture
5289hints/isc.sh				Hints for named architecture
5290hints/isc_2.sh				Hints for named architecture
5291hints/linux.sh				Hints for named architecture
5292hints/linux-android.sh			Hints for named architecture
5293hints/lynxos.sh				Hints for named architecture
5294hints/midnightbsd.sh			Hints for named architecture
5295hints/minix.sh				Hints for named architecture
5296hints/mips.sh				Hints for named architecture
5297hints/mirbsd.sh				Hints for named architecture
5298hints/mpc.sh				Hints for named architecture
5299hints/ncr_tower.sh			Hints for named architecture
5300hints/netbsd.sh				Hints for named architecture
5301hints/newsos4.sh			Hints for named architecture
5302hints/nonstopux.sh			Hints for named architecture
5303hints/openbsd.sh			Hints for named architecture
5304hints/opus.sh				Hints for named architecture
5305hints/os2.sh				Hints for named architecture
5306hints/os390.sh				Hints for named architecture
5307hints/os400.sh				Hints for named architecture
5308hints/posix-bc.sh			Hints for named architecture
5309hints/qnx.sh				Hints for named architecture
5310hints/README.hints			Notes about hints
5311hints/riscos.sh				Hints for named architecture
5312hints/sco.sh				Hints for named architecture
5313hints/sco_2_3_0.sh			Hints for named architecture
5314hints/sco_2_3_1.sh			Hints for named architecture
5315hints/sco_2_3_2.sh			Hints for named architecture
5316hints/sco_2_3_3.sh			Hints for named architecture
5317hints/sco_2_3_4.sh			Hints for named architecture
5318hints/serenity.sh			Hints for named architecture
5319hints/solaris_2.sh			Hints for named architecture
5320hints/stellar.sh			Hints for named architecture
5321hints/sunos_4_0.sh			Hints for named architecture
5322hints/sunos_4_1.sh			Hints for named architecture
5323hints/super-ux.sh			Hints for named architecture
5324hints/svr4.sh				Hints for named architecture
5325hints/svr5.sh				Hints for named architecture
5326hints/t001.c				Test case for gcc bug
5327hints/ti1500.sh				Hints for named architecture
5328hints/umips.sh				Hints for named architecture
5329hints/unicos.sh				Hints for named architecture
5330hints/unicosmk.sh			Hints for named architecture
5331hints/unisysdynix.sh			Hints for named architecture
5332hints/utekv.sh				Hints for named architecture
5333hints/vos.sh				Hints for named architecture
5334lib/_charnames.pm			Character names
5335lib/AnyDBM_File.pm			Perl module to emulate dbmopen
5336lib/AnyDBM_File.t			See if AnyDBM_File works
5337lib/B/Deparse.pm			Compiler Deparse backend
5338lib/B/Deparse.t				See if B::Deparse works
5339lib/B/Deparse-core.t			See if B::Deparse knows when to use CORE::
5340lib/B/Deparse-subclass.t		See if B::Deparse can be subclassed
5341lib/B/Op_private.pm			Definitions of OP op_private flags
5342lib/Benchmark.pm			Measure execution time
5343lib/Benchmark.t				See if Benchmark works
5344lib/blib.pm				For "use blib"
5345lib/blib.t				blib.pm test
5346lib/builtin.pm				builtin function namespace
5347lib/builtin.t				test builtin function namespace
5348lib/builtin-taint.t			test builtin function namespace in taint mode
5349lib/bytes.pm				Pragma to enable byte operations
5350lib/bytes.t				bytes.pm test
5351lib/charnames.pm			Character names
5352lib/charnames.t				See if character names work
5353lib/Class/Struct.pm			Declare struct-like datatypes as Perl classes
5354lib/Class/Struct.t			See if Class::Struct works
5355lib/Config.t				See if Config works
5356lib/Config/Extensions.pm		Convenient hash lookup for built extensions
5357lib/Config/Extensions.t			See if Config::Extensions works
5358lib/Config_git.pl			Pre-generated Config_git.pl for OpenBSD
5359lib/CORE.pod				document the CORE namespace
5360lib/DB.pm				Debugger API (draft)
5361lib/DB.t				See if DB works
5362lib/DBM_Filter.pm			DBM Filter module
5363lib/DBM_Filter/compress.pm		DBM Filter to compress keys/values
5364lib/DBM_Filter/encode.pm		DBM Filter for encoding
5365lib/DBM_Filter/int32.pm			DBM Filter for creating int32 keys/values
5366lib/DBM_Filter/null.pm			DBM Filter for null termination
5367lib/DBM_Filter/t/01error.t		test DBM_Filter::null
5368lib/DBM_Filter/t/02core.t		test DBM_Filter::null
5369lib/DBM_Filter/t/compress.t		test DBM_Filter::compress
5370lib/DBM_Filter/t/encode.t		test DBM_Filter::encode
5371lib/DBM_Filter/t/int32.t		test DBM_Filter::int32
5372lib/DBM_Filter/t/null.t			test DBM_Filter::null
5373lib/DBM_Filter/t/utf8.t			test DBM_Filter::utf8
5374lib/DBM_Filter/utf8.pm			DBM Filter for UTF-8 Encoding
5375lib/dbm_filter_util.pl			Utility functions used by DBM Filter tests
5376lib/deprecate.pm			A pragma for deprecating modules from the core.
5377lib/diagnostics.pm			Print verbose diagnostics
5378lib/diagnostics.t			See if diagnostics.pm works
5379lib/DirHandle.pm			like FileHandle only for directories
5380lib/DirHandle.t				See if DirHandle works
5381lib/dumpvar.pl				A variable dumper
5382lib/dumpvar.t				A variable dumper tester
5383lib/English.pm				Readable aliases for short variables
5384lib/English.t				See if English works
5385lib/ExtUtils/Embed.pm			Utilities for embedding Perl in C programs
5386lib/ExtUtils/t/Embed.t			See if ExtUtils::Embed and embedding works
5387lib/ExtUtils/typemap			Extension interface types
5388lib/ExtUtils/XSSymSet.pm		on VMS, manage linker symbols when building extensions
5389lib/feature.pm				Pragma to enable new syntax
5390lib/feature.t				See if features work
5391lib/feature/unicode_strings.t		See if feature "unicode_strings" work
5392lib/File/Basename.pm			Emulate the basename program
5393lib/File/Basename.t			See if File::Basename works
5394lib/File/Compare.pm			Emulation of cmp command
5395lib/File/Compare.t			See if File::Compare works
5396lib/File/Copy.pm			Emulation of cp command
5397lib/File/Copy.t				See if File::Copy works
5398lib/File/stat.pm			By-name interface to Perl's builtin stat
5399lib/File/stat.t				See if File::stat works
5400lib/File/stat-7896.t			A test for ID 20011110.104
5401lib/FileHandle.pm			Backward-compatible front end to IO extension
5402lib/FileHandle.t			See if FileHandle works
5403lib/filetest.pm				For "use filetest"
5404lib/filetest.t				See if filetest works
5405lib/Getopt/Std.pm			Fetch command options (getopt, getopts)
5406lib/Getopt/Std.t			See if Getopt::Std and Getopt::Long work
5407lib/h2ph.t				See if h2ph works like it should
5408lib/h2xs.t				See if h2xs produces expected lists of files
5409lib/integer.pm				For "use integer"
5410lib/integer.t				For "use integer" testing
5411lib/Internals.pod			Document the Internals namespace (implemented by universal.c)
5412lib/Internals.t				For Internals::* testing
5413lib/less.pm				For "use less"
5414lib/less.t				See if less support works
5415lib/locale.pm				For "use locale"
5416lib/locale.t				See if locale support works
5417lib/locale_threads.t			Tes locale and threads interactions
5418lib/meta_notation.pm			Helper for certain /lib .pm's
5419lib/meta_notation.t			See if meta_notation.t works
5420lib/Net/hostent.pm			By-name interface to Perl's builtin gethost*
5421lib/Net/hostent.t			See if Net::hostent works
5422lib/Net/netent.pm			By-name interface to Perl's builtin getnet*
5423lib/Net/netent.t			See if Net::netent works
5424lib/Net/protoent.pm			By-name interface to Perl's builtin getproto*
5425lib/Net/protoent.t			See if Net::protoent works
5426lib/Net/servent.pm			By-name interface to Perl's builtin getserv*
5427lib/Net/servent.t			See if Net::servtent works
5428lib/open.pm				Pragma to specify default I/O layers
5429lib/open.t				See if the open pragma works
5430lib/overload.pm				Module for overloading perl operators
5431lib/overload.t				See if operator overloading works
5432lib/overload/numbers.pm			Helper for overloading pragma
5433lib/overload64.t			See if operator overloading works with 64-bit ints
5434lib/overloading.pm			Pragma to lexically control overloading
5435lib/overloading.t			Tests for overloading.pm
5436lib/perl5db.pl				Perl debugging routines
5437lib/perl5db.t				Tests for the Perl debugger
5438lib/perl5db/t/break-on-dot				Test script used by perl5db.t
5439lib/perl5db/t/breakpoint-bug				Test script used by perl5db.t
5440lib/perl5db/t/disable-breakpoints-1			Test script used by perl5db.t
5441lib/perl5db/t/disable-breakpoints-2			Test script used by perl5db.t
5442lib/perl5db/t/disable-breakpoints-3			Test script used by perl5db.t
5443lib/perl5db/t/EnableModule.pm				Tests for the Perl debugger
5444lib/perl5db/t/eval-line-bug				Tests for the Perl debugger
5445lib/perl5db/t/fact					Tests for the Perl debugger
5446lib/perl5db/t/filename-line-breakpoint			Tests for the Perl debugger
5447lib/perl5db/t/gh-17660					Tests for the Perl debugger
5448lib/perl5db/t/gh-17661					Tests for the Perl debugger
5449lib/perl5db/t/gh-17661b					Tests for the Perl debugger
5450lib/perl5db/t/gh-21350					Tests for the Perl debugger
5451lib/perl5db/t/load-modules				Tests for the Perl debugger
5452lib/perl5db/t/lsub-n					Test script used by perl5db.t
5453lib/perl5db/t/lvalue-bug				Tests for the Perl debugger
5454lib/perl5db/t/MyModule.pm				Tests for the Perl debugger
5455lib/perl5db/t/proxy-constants				Tests for the Perl debugger
5456lib/perl5db/t/rt-104168					Tests for the Perl debugger
5457lib/perl5db/t/rt-120174					Tests for the Perl debugger
5458lib/perl5db/t/rt-121509-restart-after-chdir		Tests for the Perl debugger
5459lib/perl5db/t/rt-124203					Test threads in the Perl debugger
5460lib/perl5db/t/rt-124203b				Test threads in the Perl debugger
5461lib/perl5db/t/rt-61222					Tests for the Perl debugger
5462lib/perl5db/t/rt-66110					Tests for the Perl debugger
5463lib/perl5db/t/source-cmd-test.perldb			Tests for the Perl debugger
5464lib/perl5db/t/source-cmd-test-no-q.perldb		Tests for the Perl debugger
5465lib/perl5db/t/symbol-table-bug				Tests for the Perl debugger
5466lib/perl5db/t/taint					Tests for the Perl debugger
5467lib/perl5db/t/test-a-statement-1			Tests for the Perl debugger
5468lib/perl5db/t/test-a-statement-2			Tests for the Perl debugger
5469lib/perl5db/t/test-a-statement-3			Tests for the Perl debugger
5470lib/perl5db/t/test-dieLevel-option-1			Tests for the Perl debugger
5471lib/perl5db/t/test-frame-option-1			Tests for the Perl debugger
5472lib/perl5db/t/test-l-statement-1			Tests for the Perl debugger
5473lib/perl5db/t/test-l-statement-2			Tests for the Perl debugger
5474lib/perl5db/t/test-m-statement-1			Tests for the Perl debugger
5475lib/perl5db/t/test-passing-at-underscore-to-x-etc	Tests for the Perl debugger
5476lib/perl5db/t/test-PrintRet-option-1			Tests for the Perl debugger
5477lib/perl5db/t/test-r-statement				Tests for the Perl debugger
5478lib/perl5db/t/test-w-statement-1			Tests for the Perl debugger
5479lib/perl5db/t/test-warnLevel-option-1			Tests for the Perl debugger
5480lib/perl5db/t/uncalled-subroutine			Tests for the Perl debugger
5481lib/perl5db/t/with-subroutine				Tests for the Perl debugger
5482lib/perlbug.t				Tests for the Perl bug reporter
5483lib/PerlIO.pm				PerlIO support module
5484lib/Pod/t/Usage.t			See if Pod::Usage works
5485lib/SelectSaver.pm			Enforce proper select scoping
5486lib/SelectSaver.t			See if SelectSaver works
5487lib/sigtrap.pm				For trapping an abort and giving traceback
5488lib/sigtrap.t				See if sigtrap works
5489lib/sort.pm				For "use sort"
5490lib/sort.t				See if "use sort" works
5491lib/strict.pm				For "use strict"
5492lib/strict.t				See if strictures work
5493lib/subs.pm				Declare overriding subs
5494lib/subs.t				See if subroutine pseudo-importation works
5495lib/Symbol.pm				Symbol table manipulation routines
5496lib/Symbol.t				See if Symbol works
5497lib/Thread.pm				Thread extensions frontend
5498lib/Thread.t				Thread extensions frontend tests
5499lib/Tie/Array.pm			Base class for tied arrays
5500lib/Tie/Array/push.t			Test for Tie::Array
5501lib/Tie/Array/splice.t			Test for Tie::Array::SPLICE
5502lib/Tie/Array/std.t			Test for Tie::StdArray
5503lib/Tie/Array/stdpush.t			Test for Tie::StdArray
5504lib/Tie/ExtraHash.t			Test for Tie::ExtraHash (in Tie/Hash.pm)
5505lib/Tie/Handle.pm			Base class for tied handles
5506lib/Tie/Handle/stdhandle.t		Test for Tie::StdHandle
5507lib/Tie/Handle/stdhandle_from_handle.t	Test for Tie::StdHandle/Handle backwards compat
5508lib/Tie/Hash.pm				Base class for tied hashes
5509lib/Tie/Hash.t				See if Tie::Hash works
5510lib/Tie/Scalar.pm			Base class for tied scalars
5511lib/Tie/Scalar.t			See if Tie::Scalar works
5512lib/Tie/StdHandle.pm			Tie::StdHandle
5513lib/Tie/SubstrHash.pm			Compact hash for known key, value and table size
5514lib/Tie/SubstrHash.t			Test for Tie::SubstrHash
5515lib/Time/gmtime.pm			By-name interface to Perl's builtin gmtime
5516lib/Time/gmtime.t			Test for Time::gmtime
5517lib/Time/localtime.pm			By-name interface to Perl's builtin localtime
5518lib/Time/localtime.t			Test for Time::localtime
5519lib/Time/tm.pm				Internal object for Time::{gm,local}time
5520lib/Unicode/README			Explanation what happened to lib/unicode.
5521lib/Unicode/testnorm.t			Run official Unicode Consortium's normalization tests
5522lib/Unicode/UCD.pm			Unicode character database
5523lib/Unicode/UCD.t			See if Unicode character database works
5524lib/unicore/ArabicShaping.txt			Unicode character database
5525lib/unicore/auxiliary/GCBTest.txt		Unicode character database
5526lib/unicore/auxiliary/GraphemeBreakProperty.txt	Unicode character database
5527lib/unicore/auxiliary/LBTest.txt		Unicode character database
5528lib/unicore/auxiliary/SBTest.txt		Unicode character database
5529lib/unicore/auxiliary/SentenceBreakProperty.txt	Unicode character database
5530lib/unicore/auxiliary/WBTest.txt		Unicode character database
5531lib/unicore/auxiliary/WordBreakProperty.txt	Unicode character database
5532lib/unicore/BidiBrackets.txt			Unicode character database
5533lib/unicore/BidiMirroring.txt			Unicode character database
5534lib/unicore/Blocks.txt				Unicode character database
5535lib/unicore/CaseFolding.txt			Unicode character database
5536lib/unicore/CJKRadicals.txt			Unicode character database
5537lib/unicore/CombiningClass.pl			Unicode character database
5538lib/unicore/CompositionExclusions.txt		Unicode character database
5539lib/unicore/DAge.txt				Unicode character database
5540lib/unicore/DCoreProperties.txt			Unicode character database
5541lib/unicore/Decomposition.pl			Unicode character database
5542lib/unicore/DNormalizationProps.txt		Unicode character database
5543lib/unicore/EastAsianWidth.txt			Unicode character database
5544lib/unicore/emoji/emoji.txt			Unicode character database
5545lib/unicore/EmojiSources.txt			Unicode character database
5546lib/unicore/EquivalentUnifiedIdeograph.txt	Unicode character database
5547lib/unicore/extracted/DBidiClass.txt		Unicode character database
5548lib/unicore/extracted/DBinaryProperties.txt	Unicode character database
5549lib/unicore/extracted/DCombiningClass.txt	Unicode character database
5550lib/unicore/extracted/DDecompositionType.txt	Unicode character database
5551lib/unicore/extracted/DEastAsianWidth.txt	Unicode character database
5552lib/unicore/extracted/DGeneralCategory.txt	Unicode character database
5553lib/unicore/extracted/DJoinGroup.txt		Unicode character database
5554lib/unicore/extracted/DJoinType.txt		Unicode character database
5555lib/unicore/extracted/DLineBreak.txt		Unicode character database
5556lib/unicore/extracted/DNumType.txt		Unicode character database
5557lib/unicore/extracted/DNumValues.txt		Unicode character database
5558lib/unicore/HangulSyllableType.txt		Unicode character database
5559lib/unicore/IdStatus.txt			Unicode UTS 39 database
5560lib/unicore/IdType.txt				Unicode UTS 39 database
5561lib/unicore/Index.txt				Unicode character database
5562lib/unicore/IndicPositionalCategory.txt		Unicode character database
5563lib/unicore/IndicSyllabicCategory.txt		Unicode character database
5564lib/unicore/Jamo.txt				Unicode character database
5565lib/unicore/lib/Age/NA.pl			Unicode character database
5566lib/unicore/lib/Age/V100.pl			Unicode character database
5567lib/unicore/lib/Age/V11.pl			Unicode character database
5568lib/unicore/lib/Age/V110.pl			Unicode character database
5569lib/unicore/lib/Age/V120.pl			Unicode character database
5570lib/unicore/lib/Age/V130.pl			Unicode character database
5571lib/unicore/lib/Age/V140.pl			Unicode character database
5572lib/unicore/lib/Age/V150.pl			Unicode character database
5573lib/unicore/lib/Age/V20.pl			Unicode character database
5574lib/unicore/lib/Age/V30.pl			Unicode character database
5575lib/unicore/lib/Age/V31.pl			Unicode character database
5576lib/unicore/lib/Age/V32.pl			Unicode character database
5577lib/unicore/lib/Age/V40.pl			Unicode character database
5578lib/unicore/lib/Age/V41.pl			Unicode character database
5579lib/unicore/lib/Age/V50.pl			Unicode character database
5580lib/unicore/lib/Age/V51.pl			Unicode character database
5581lib/unicore/lib/Age/V52.pl			Unicode character database
5582lib/unicore/lib/Age/V60.pl			Unicode character database
5583lib/unicore/lib/Age/V61.pl			Unicode character database
5584lib/unicore/lib/Age/V70.pl			Unicode character database
5585lib/unicore/lib/Age/V80.pl			Unicode character database
5586lib/unicore/lib/Age/V90.pl			Unicode character database
5587lib/unicore/lib/Alpha/Y.pl			Unicode character database
5588lib/unicore/lib/Bc/AL.pl			Unicode character database
5589lib/unicore/lib/Bc/AN.pl			Unicode character database
5590lib/unicore/lib/Bc/B.pl				Unicode character database
5591lib/unicore/lib/Bc/BN.pl			Unicode character database
5592lib/unicore/lib/Bc/CS.pl			Unicode character database
5593lib/unicore/lib/Bc/EN.pl			Unicode character database
5594lib/unicore/lib/Bc/ES.pl			Unicode character database
5595lib/unicore/lib/Bc/ET.pl			Unicode character database
5596lib/unicore/lib/Bc/L.pl				Unicode character database
5597lib/unicore/lib/Bc/NSM.pl			Unicode character database
5598lib/unicore/lib/Bc/ON.pl			Unicode character database
5599lib/unicore/lib/Bc/R.pl				Unicode character database
5600lib/unicore/lib/Bc/WS.pl			Unicode character database
5601lib/unicore/lib/BidiC/Y.pl			Unicode character database
5602lib/unicore/lib/BidiM/Y.pl			Unicode character database
5603lib/unicore/lib/Blk/NB.pl			Unicode character database
5604lib/unicore/lib/Bpt/C.pl			Unicode character database
5605lib/unicore/lib/Bpt/N.pl			Unicode character database
5606lib/unicore/lib/Bpt/O.pl			Unicode character database
5607lib/unicore/lib/Cased/Y.pl			Unicode character database
5608lib/unicore/lib/Ccc/A.pl			Unicode character database
5609lib/unicore/lib/Ccc/AL.pl			Unicode character database
5610lib/unicore/lib/Ccc/AR.pl			Unicode character database
5611lib/unicore/lib/Ccc/ATAR.pl			Unicode character database
5612lib/unicore/lib/Ccc/B.pl			Unicode character database
5613lib/unicore/lib/Ccc/BR.pl			Unicode character database
5614lib/unicore/lib/Ccc/DB.pl			Unicode character database
5615lib/unicore/lib/Ccc/NK.pl			Unicode character database
5616lib/unicore/lib/Ccc/NR.pl			Unicode character database
5617lib/unicore/lib/Ccc/OV.pl			Unicode character database
5618lib/unicore/lib/Ccc/VR.pl			Unicode character database
5619lib/unicore/lib/CE/Y.pl				Unicode character database
5620lib/unicore/lib/CI/Y.pl				Unicode character database
5621lib/unicore/lib/CompEx/Y.pl			Unicode character database
5622lib/unicore/lib/CWCF/Y.pl			Unicode character database
5623lib/unicore/lib/CWCM/Y.pl			Unicode character database
5624lib/unicore/lib/CWKCF/Y.pl			Unicode character database
5625lib/unicore/lib/CWL/Y.pl			Unicode character database
5626lib/unicore/lib/CWT/Y.pl			Unicode character database
5627lib/unicore/lib/CWU/Y.pl			Unicode character database
5628lib/unicore/lib/Dash/Y.pl			Unicode character database
5629lib/unicore/lib/Dep/Y.pl			Unicode character database
5630lib/unicore/lib/DI/Y.pl				Unicode character database
5631lib/unicore/lib/Dia/Y.pl			Unicode character database
5632lib/unicore/lib/Dt/Com.pl			Unicode character database
5633lib/unicore/lib/Dt/Enc.pl			Unicode character database
5634lib/unicore/lib/Dt/Fin.pl			Unicode character database
5635lib/unicore/lib/Dt/Font.pl			Unicode character database
5636lib/unicore/lib/Dt/Init.pl			Unicode character database
5637lib/unicore/lib/Dt/Iso.pl			Unicode character database
5638lib/unicore/lib/Dt/Med.pl			Unicode character database
5639lib/unicore/lib/Dt/Nar.pl			Unicode character database
5640lib/unicore/lib/Dt/Nb.pl			Unicode character database
5641lib/unicore/lib/Dt/NonCanon.pl			Unicode character database
5642lib/unicore/lib/Dt/Sqr.pl			Unicode character database
5643lib/unicore/lib/Dt/Sub.pl			Unicode character database
5644lib/unicore/lib/Dt/Sup.pl			Unicode character database
5645lib/unicore/lib/Dt/Vert.pl			Unicode character database
5646lib/unicore/lib/Ea/A.pl				Unicode character database
5647lib/unicore/lib/Ea/H.pl				Unicode character database
5648lib/unicore/lib/Ea/N.pl				Unicode character database
5649lib/unicore/lib/Ea/Na.pl			Unicode character database
5650lib/unicore/lib/Ea/W.pl				Unicode character database
5651lib/unicore/lib/EBase/Y.pl			Unicode character database
5652lib/unicore/lib/EComp/Y.pl			Unicode character database
5653lib/unicore/lib/Emoji/Y.pl			Unicode character database
5654lib/unicore/lib/EPres/Y.pl			Unicode character database
5655lib/unicore/lib/Ext/Y.pl			Unicode character database
5656lib/unicore/lib/ExtPict/Y.pl			Unicode character database
5657lib/unicore/lib/Gc/C.pl				Unicode character database
5658lib/unicore/lib/Gc/Cf.pl			Unicode character database
5659lib/unicore/lib/Gc/Cn.pl			Unicode character database
5660lib/unicore/lib/Gc/L.pl				Unicode character database
5661lib/unicore/lib/Gc/LC.pl			Unicode character database
5662lib/unicore/lib/Gc/Ll.pl			Unicode character database
5663lib/unicore/lib/Gc/Lm.pl			Unicode character database
5664lib/unicore/lib/Gc/Lo.pl			Unicode character database
5665lib/unicore/lib/Gc/Lu.pl			Unicode character database
5666lib/unicore/lib/Gc/M.pl				Unicode character database
5667lib/unicore/lib/Gc/Mc.pl			Unicode character database
5668lib/unicore/lib/Gc/Me.pl			Unicode character database
5669lib/unicore/lib/Gc/Mn.pl			Unicode character database
5670lib/unicore/lib/Gc/N.pl				Unicode character database
5671lib/unicore/lib/Gc/Nd.pl			Unicode character database
5672lib/unicore/lib/Gc/Nl.pl			Unicode character database
5673lib/unicore/lib/Gc/No.pl			Unicode character database
5674lib/unicore/lib/Gc/P.pl				Unicode character database
5675lib/unicore/lib/Gc/Pc.pl			Unicode character database
5676lib/unicore/lib/Gc/Pd.pl			Unicode character database
5677lib/unicore/lib/Gc/Pe.pl			Unicode character database
5678lib/unicore/lib/Gc/Pf.pl			Unicode character database
5679lib/unicore/lib/Gc/Pi.pl			Unicode character database
5680lib/unicore/lib/Gc/Po.pl			Unicode character database
5681lib/unicore/lib/Gc/Ps.pl			Unicode character database
5682lib/unicore/lib/Gc/S.pl				Unicode character database
5683lib/unicore/lib/Gc/Sc.pl			Unicode character database
5684lib/unicore/lib/Gc/Sk.pl			Unicode character database
5685lib/unicore/lib/Gc/Sm.pl			Unicode character database
5686lib/unicore/lib/Gc/So.pl			Unicode character database
5687lib/unicore/lib/Gc/Z.pl				Unicode character database
5688lib/unicore/lib/Gc/Zs.pl			Unicode character database
5689lib/unicore/lib/GCB/CN.pl			Unicode character database
5690lib/unicore/lib/GCB/EX.pl			Unicode character database
5691lib/unicore/lib/GCB/LV.pl			Unicode character database
5692lib/unicore/lib/GCB/LVT.pl			Unicode character database
5693lib/unicore/lib/GCB/PP.pl			Unicode character database
5694lib/unicore/lib/GCB/SM.pl			Unicode character database
5695lib/unicore/lib/GCB/XX.pl			Unicode character database
5696lib/unicore/lib/GrBase/Y.pl			Unicode character database
5697lib/unicore/lib/GrExt/Y.pl			Unicode character database
5698lib/unicore/lib/Hex/Y.pl			Unicode character database
5699lib/unicore/lib/Hst/NA.pl			Unicode character database
5700lib/unicore/lib/Hyphen/T.pl			Unicode character database
5701lib/unicore/lib/IDC/Y.pl			Unicode character database
5702lib/unicore/lib/Ideo/Y.pl			Unicode character database
5703lib/unicore/lib/IDS/Y.pl			Unicode character database
5704lib/unicore/lib/IdStatus/Allowed.pl		Unicode character database
5705lib/unicore/lib/IdStatus/Restrict.pl		Unicode character database
5706lib/unicore/lib/IdType/DefaultI.pl		Unicode character database
5707lib/unicore/lib/IdType/Exclusio.pl		Unicode character database
5708lib/unicore/lib/IdType/Inclusio.pl		Unicode character database
5709lib/unicore/lib/IdType/LimitedU.pl		Unicode character database
5710lib/unicore/lib/IdType/NotChara.pl		Unicode character database
5711lib/unicore/lib/IdType/NotNFKC.pl		Unicode character database
5712lib/unicore/lib/IdType/NotXID.pl		Unicode character database
5713lib/unicore/lib/IdType/Obsolete.pl		Unicode character database
5714lib/unicore/lib/IdType/Recommen.pl		Unicode character database
5715lib/unicore/lib/IdType/Technica.pl		Unicode character database
5716lib/unicore/lib/IdType/Uncommon.pl		Unicode character database
5717lib/unicore/lib/In/10_0.pl			Unicode character database
5718lib/unicore/lib/In/11_0.pl			Unicode character database
5719lib/unicore/lib/In/12_0.pl			Unicode character database
5720lib/unicore/lib/In/12_1.pl			Unicode character database
5721lib/unicore/lib/In/13_0.pl			Unicode character database
5722lib/unicore/lib/In/14_0.pl			Unicode character database
5723lib/unicore/lib/In/15_0.pl			Unicode character database
5724lib/unicore/lib/In/2_0.pl			Unicode character database
5725lib/unicore/lib/In/2_1.pl			Unicode character database
5726lib/unicore/lib/In/3_0.pl			Unicode character database
5727lib/unicore/lib/In/3_1.pl			Unicode character database
5728lib/unicore/lib/In/3_2.pl			Unicode character database
5729lib/unicore/lib/In/4_0.pl			Unicode character database
5730lib/unicore/lib/In/4_1.pl			Unicode character database
5731lib/unicore/lib/In/5_0.pl			Unicode character database
5732lib/unicore/lib/In/5_1.pl			Unicode character database
5733lib/unicore/lib/In/5_2.pl			Unicode character database
5734lib/unicore/lib/In/6_0.pl			Unicode character database
5735lib/unicore/lib/In/6_1.pl			Unicode character database
5736lib/unicore/lib/In/6_2.pl			Unicode character database
5737lib/unicore/lib/In/6_3.pl			Unicode character database
5738lib/unicore/lib/In/7_0.pl			Unicode character database
5739lib/unicore/lib/In/8_0.pl			Unicode character database
5740lib/unicore/lib/In/9_0.pl			Unicode character database
5741lib/unicore/lib/InPC/Bottom.pl			Unicode character database
5742lib/unicore/lib/InPC/BottomAn.pl		Unicode character database
5743lib/unicore/lib/InPC/Left.pl			Unicode character database
5744lib/unicore/lib/InPC/LeftAndR.pl		Unicode character database
5745lib/unicore/lib/InPC/NA.pl			Unicode character database
5746lib/unicore/lib/InPC/Overstru.pl		Unicode character database
5747lib/unicore/lib/InPC/Right.pl			Unicode character database
5748lib/unicore/lib/InPC/Top.pl			Unicode character database
5749lib/unicore/lib/InPC/TopAndBo.pl		Unicode character database
5750lib/unicore/lib/InPC/TopAndL2.pl		Unicode character database
5751lib/unicore/lib/InPC/TopAndLe.pl		Unicode character database
5752lib/unicore/lib/InPC/TopAndRi.pl		Unicode character database
5753lib/unicore/lib/InPC/VisualOr.pl		Unicode character database
5754lib/unicore/lib/InSC/Avagraha.pl		Unicode character database
5755lib/unicore/lib/InSC/Bindu.pl			Unicode character database
5756lib/unicore/lib/InSC/Cantilla.pl		Unicode character database
5757lib/unicore/lib/InSC/Consona2.pl		Unicode character database
5758lib/unicore/lib/InSC/Consona3.pl		Unicode character database
5759lib/unicore/lib/InSC/Consona4.pl		Unicode character database
5760lib/unicore/lib/InSC/Consona5.pl		Unicode character database
5761lib/unicore/lib/InSC/Consona6.pl		Unicode character database
5762lib/unicore/lib/InSC/Consona7.pl		Unicode character database
5763lib/unicore/lib/InSC/Consona8.pl		Unicode character database
5764lib/unicore/lib/InSC/Consona9.pl		Unicode character database
5765lib/unicore/lib/InSC/Consonan.pl		Unicode character database
5766lib/unicore/lib/InSC/Geminati.pl		Unicode character database
5767lib/unicore/lib/InSC/Invisibl.pl		Unicode character database
5768lib/unicore/lib/InSC/Nukta.pl			Unicode character database
5769lib/unicore/lib/InSC/Number.pl			Unicode character database
5770lib/unicore/lib/InSC/Other.pl			Unicode character database
5771lib/unicore/lib/InSC/PureKill.pl		Unicode character database
5772lib/unicore/lib/InSC/Syllable.pl		Unicode character database
5773lib/unicore/lib/InSC/ToneMark.pl		Unicode character database
5774lib/unicore/lib/InSC/Virama.pl			Unicode character database
5775lib/unicore/lib/InSC/Visarga.pl			Unicode character database
5776lib/unicore/lib/InSC/Vowel.pl			Unicode character database
5777lib/unicore/lib/InSC/VowelDep.pl		Unicode character database
5778lib/unicore/lib/InSC/VowelInd.pl		Unicode character database
5779lib/unicore/lib/Jg/Ain.pl			Unicode character database
5780lib/unicore/lib/Jg/Alef.pl			Unicode character database
5781lib/unicore/lib/Jg/Beh.pl			Unicode character database
5782lib/unicore/lib/Jg/Dal.pl			Unicode character database
5783lib/unicore/lib/Jg/FarsiYeh.pl			Unicode character database
5784lib/unicore/lib/Jg/Feh.pl			Unicode character database
5785lib/unicore/lib/Jg/Gaf.pl			Unicode character database
5786lib/unicore/lib/Jg/Hah.pl			Unicode character database
5787lib/unicore/lib/Jg/HanifiRo.pl			Unicode character database
5788lib/unicore/lib/Jg/Kaf.pl			Unicode character database
5789lib/unicore/lib/Jg/Lam.pl			Unicode character database
5790lib/unicore/lib/Jg/NoJoinin.pl			Unicode character database
5791lib/unicore/lib/Jg/Noon.pl			Unicode character database
5792lib/unicore/lib/Jg/Qaf.pl			Unicode character database
5793lib/unicore/lib/Jg/Reh.pl			Unicode character database
5794lib/unicore/lib/Jg/Sad.pl			Unicode character database
5795lib/unicore/lib/Jg/Seen.pl			Unicode character database
5796lib/unicore/lib/Jg/Tah.pl			Unicode character database
5797lib/unicore/lib/Jg/Waw.pl			Unicode character database
5798lib/unicore/lib/Jg/Yeh.pl			Unicode character database
5799lib/unicore/lib/Jt/C.pl				Unicode character database
5800lib/unicore/lib/Jt/D.pl				Unicode character database
5801lib/unicore/lib/Jt/L.pl				Unicode character database
5802lib/unicore/lib/Jt/R.pl				Unicode character database
5803lib/unicore/lib/Jt/T.pl				Unicode character database
5804lib/unicore/lib/Jt/U.pl				Unicode character database
5805lib/unicore/lib/Lb/AI.pl			Unicode character database
5806lib/unicore/lib/Lb/AL.pl			Unicode character database
5807lib/unicore/lib/Lb/BA.pl			Unicode character database
5808lib/unicore/lib/Lb/BB.pl			Unicode character database
5809lib/unicore/lib/Lb/CJ.pl			Unicode character database
5810lib/unicore/lib/Lb/CL.pl			Unicode character database
5811lib/unicore/lib/Lb/CM.pl			Unicode character database
5812lib/unicore/lib/Lb/EX.pl			Unicode character database
5813lib/unicore/lib/Lb/GL.pl			Unicode character database
5814lib/unicore/lib/Lb/ID.pl			Unicode character database
5815lib/unicore/lib/Lb/IN.pl			Unicode character database
5816lib/unicore/lib/Lb/IS.pl			Unicode character database
5817lib/unicore/lib/Lb/NS.pl			Unicode character database
5818lib/unicore/lib/Lb/NU.pl			Unicode character database
5819lib/unicore/lib/Lb/OP.pl			Unicode character database
5820lib/unicore/lib/Lb/PO.pl			Unicode character database
5821lib/unicore/lib/Lb/PR.pl			Unicode character database
5822lib/unicore/lib/Lb/QU.pl			Unicode character database
5823lib/unicore/lib/Lb/SA.pl			Unicode character database
5824lib/unicore/lib/Lb/XX.pl			Unicode character database
5825lib/unicore/lib/Lower/Y.pl			Unicode character database
5826lib/unicore/lib/Math/Y.pl			Unicode character database
5827lib/unicore/lib/NFCQC/M.pl			Unicode character database
5828lib/unicore/lib/NFCQC/Y.pl			Unicode character database
5829lib/unicore/lib/NFDQC/N.pl			Unicode character database
5830lib/unicore/lib/NFDQC/Y.pl			Unicode character database
5831lib/unicore/lib/NFKCQC/N.pl			Unicode character database
5832lib/unicore/lib/NFKCQC/Y.pl			Unicode character database
5833lib/unicore/lib/NFKDQC/N.pl			Unicode character database
5834lib/unicore/lib/NFKDQC/Y.pl			Unicode character database
5835lib/unicore/lib/Nt/Di.pl			Unicode character database
5836lib/unicore/lib/Nt/None.pl			Unicode character database
5837lib/unicore/lib/Nt/Nu.pl			Unicode character database
5838lib/unicore/lib/Nv/0.pl				Unicode character database
5839lib/unicore/lib/Nv/1.pl				Unicode character database
5840lib/unicore/lib/Nv/10.pl			Unicode character database
5841lib/unicore/lib/Nv/100.pl			Unicode character database
5842lib/unicore/lib/Nv/1000.pl			Unicode character database
5843lib/unicore/lib/Nv/10000.pl			Unicode character database
5844lib/unicore/lib/Nv/100000.pl			Unicode character database
5845lib/unicore/lib/Nv/11.pl			Unicode character database
5846lib/unicore/lib/Nv/12.pl			Unicode character database
5847lib/unicore/lib/Nv/13.pl			Unicode character database
5848lib/unicore/lib/Nv/14.pl			Unicode character database
5849lib/unicore/lib/Nv/15.pl			Unicode character database
5850lib/unicore/lib/Nv/16.pl			Unicode character database
5851lib/unicore/lib/Nv/17.pl			Unicode character database
5852lib/unicore/lib/Nv/18.pl			Unicode character database
5853lib/unicore/lib/Nv/19.pl			Unicode character database
5854lib/unicore/lib/Nv/1_16.pl			Unicode character database
5855lib/unicore/lib/Nv/1_2.pl			Unicode character database
5856lib/unicore/lib/Nv/1_3.pl			Unicode character database
5857lib/unicore/lib/Nv/1_4.pl			Unicode character database
5858lib/unicore/lib/Nv/1_6.pl			Unicode character database
5859lib/unicore/lib/Nv/1_8.pl			Unicode character database
5860lib/unicore/lib/Nv/2.pl				Unicode character database
5861lib/unicore/lib/Nv/20.pl			Unicode character database
5862lib/unicore/lib/Nv/200.pl			Unicode character database
5863lib/unicore/lib/Nv/2000.pl			Unicode character database
5864lib/unicore/lib/Nv/20000.pl			Unicode character database
5865lib/unicore/lib/Nv/2_3.pl			Unicode character database
5866lib/unicore/lib/Nv/3.pl				Unicode character database
5867lib/unicore/lib/Nv/30.pl			Unicode character database
5868lib/unicore/lib/Nv/300.pl			Unicode character database
5869lib/unicore/lib/Nv/3000.pl			Unicode character database
5870lib/unicore/lib/Nv/30000.pl			Unicode character database
5871lib/unicore/lib/Nv/3_16.pl			Unicode character database
5872lib/unicore/lib/Nv/3_4.pl			Unicode character database
5873lib/unicore/lib/Nv/4.pl				Unicode character database
5874lib/unicore/lib/Nv/40.pl			Unicode character database
5875lib/unicore/lib/Nv/400.pl			Unicode character database
5876lib/unicore/lib/Nv/4000.pl			Unicode character database
5877lib/unicore/lib/Nv/40000.pl			Unicode character database
5878lib/unicore/lib/Nv/5.pl				Unicode character database
5879lib/unicore/lib/Nv/50.pl			Unicode character database
5880lib/unicore/lib/Nv/500.pl			Unicode character database
5881lib/unicore/lib/Nv/5000.pl			Unicode character database
5882lib/unicore/lib/Nv/50000.pl			Unicode character database
5883lib/unicore/lib/Nv/6.pl				Unicode character database
5884lib/unicore/lib/Nv/60.pl			Unicode character database
5885lib/unicore/lib/Nv/600.pl			Unicode character database
5886lib/unicore/lib/Nv/6000.pl			Unicode character database
5887lib/unicore/lib/Nv/60000.pl			Unicode character database
5888lib/unicore/lib/Nv/7.pl				Unicode character database
5889lib/unicore/lib/Nv/70.pl			Unicode character database
5890lib/unicore/lib/Nv/700.pl			Unicode character database
5891lib/unicore/lib/Nv/7000.pl			Unicode character database
5892lib/unicore/lib/Nv/70000.pl			Unicode character database
5893lib/unicore/lib/Nv/8.pl				Unicode character database
5894lib/unicore/lib/Nv/80.pl			Unicode character database
5895lib/unicore/lib/Nv/800.pl			Unicode character database
5896lib/unicore/lib/Nv/8000.pl			Unicode character database
5897lib/unicore/lib/Nv/80000.pl			Unicode character database
5898lib/unicore/lib/Nv/9.pl				Unicode character database
5899lib/unicore/lib/Nv/90.pl			Unicode character database
5900lib/unicore/lib/Nv/900.pl			Unicode character database
5901lib/unicore/lib/Nv/9000.pl			Unicode character database
5902lib/unicore/lib/Nv/90000.pl			Unicode character database
5903lib/unicore/lib/PatSyn/Y.pl			Unicode character database
5904lib/unicore/lib/PCM/Y.pl			Unicode character database
5905lib/unicore/lib/Perl/_PerlAny.pl		Unicode character database
5906lib/unicore/lib/Perl/_PerlCh2.pl		Unicode character database
5907lib/unicore/lib/Perl/_PerlCha.pl		Unicode character database
5908lib/unicore/lib/Perl/_PerlFol.pl		Unicode character database
5909lib/unicore/lib/Perl/_PerlIDC.pl		Unicode character database
5910lib/unicore/lib/Perl/_PerlIDS.pl		Unicode character database
5911lib/unicore/lib/Perl/_PerlIsI.pl		Unicode character database
5912lib/unicore/lib/Perl/_PerlNch.pl		Unicode character database
5913lib/unicore/lib/Perl/_PerlPat.pl		Unicode character database
5914lib/unicore/lib/Perl/_PerlPr2.pl		Unicode character database
5915lib/unicore/lib/Perl/_PerlPro.pl		Unicode character database
5916lib/unicore/lib/Perl/_PerlQuo.pl		Unicode character database
5917lib/unicore/lib/Perl/Alnum.pl			Unicode character database
5918lib/unicore/lib/Perl/Assigned.pl		Unicode character database
5919lib/unicore/lib/Perl/Blank.pl			Unicode character database
5920lib/unicore/lib/Perl/Graph.pl			Unicode character database
5921lib/unicore/lib/Perl/PerlWord.pl		Unicode character database
5922lib/unicore/lib/Perl/PosixPun.pl		Unicode character database
5923lib/unicore/lib/Perl/Print.pl			Unicode character database
5924lib/unicore/lib/Perl/SpacePer.pl		Unicode character database
5925lib/unicore/lib/Perl/Title.pl			Unicode character database
5926lib/unicore/lib/Perl/Word.pl			Unicode character database
5927lib/unicore/lib/Perl/XPosixPu.pl		Unicode character database
5928lib/unicore/lib/QMark/Y.pl			Unicode character database
5929lib/unicore/lib/SB/AT.pl			Unicode character database
5930lib/unicore/lib/SB/CL.pl			Unicode character database
5931lib/unicore/lib/SB/EX.pl			Unicode character database
5932lib/unicore/lib/SB/FO.pl			Unicode character database
5933lib/unicore/lib/SB/LE.pl			Unicode character database
5934lib/unicore/lib/SB/LO.pl			Unicode character database
5935lib/unicore/lib/SB/NU.pl			Unicode character database
5936lib/unicore/lib/SB/SC.pl			Unicode character database
5937lib/unicore/lib/SB/Sp.pl			Unicode character database
5938lib/unicore/lib/SB/ST.pl			Unicode character database
5939lib/unicore/lib/SB/UP.pl			Unicode character database
5940lib/unicore/lib/SB/XX.pl			Unicode character database
5941lib/unicore/lib/Sc/Arab.pl			Unicode character database
5942lib/unicore/lib/Sc/Beng.pl			Unicode character database
5943lib/unicore/lib/Sc/Cprt.pl			Unicode character database
5944lib/unicore/lib/Sc/Cyrl.pl			Unicode character database
5945lib/unicore/lib/Sc/Deva.pl			Unicode character database
5946lib/unicore/lib/Sc/Dupl.pl			Unicode character database
5947lib/unicore/lib/Sc/Geor.pl			Unicode character database
5948lib/unicore/lib/Sc/Glag.pl			Unicode character database
5949lib/unicore/lib/Sc/Gong.pl			Unicode character database
5950lib/unicore/lib/Sc/Gonm.pl			Unicode character database
5951lib/unicore/lib/Sc/Gran.pl			Unicode character database
5952lib/unicore/lib/Sc/Grek.pl			Unicode character database
5953lib/unicore/lib/Sc/Gujr.pl			Unicode character database
5954lib/unicore/lib/Sc/Guru.pl			Unicode character database
5955lib/unicore/lib/Sc/Han.pl			Unicode character database
5956lib/unicore/lib/Sc/Hang.pl			Unicode character database
5957lib/unicore/lib/Sc/Hira.pl			Unicode character database
5958lib/unicore/lib/Sc/Kana.pl			Unicode character database
5959lib/unicore/lib/Sc/Knda.pl			Unicode character database
5960lib/unicore/lib/Sc/Latn.pl			Unicode character database
5961lib/unicore/lib/Sc/Limb.pl			Unicode character database
5962lib/unicore/lib/Sc/Linb.pl			Unicode character database
5963lib/unicore/lib/Sc/Mlym.pl			Unicode character database
5964lib/unicore/lib/Sc/Mong.pl			Unicode character database
5965lib/unicore/lib/Sc/Mult.pl			Unicode character database
5966lib/unicore/lib/Sc/Orya.pl			Unicode character database
5967lib/unicore/lib/Sc/Sinh.pl			Unicode character database
5968lib/unicore/lib/Sc/Syrc.pl			Unicode character database
5969lib/unicore/lib/Sc/Taml.pl			Unicode character database
5970lib/unicore/lib/Sc/Telu.pl			Unicode character database
5971lib/unicore/lib/Sc/Zinh.pl			Unicode character database
5972lib/unicore/lib/Sc/Zyyy.pl			Unicode character database
5973lib/unicore/lib/Scx/Adlm.pl			Unicode character database
5974lib/unicore/lib/Scx/Arab.pl			Unicode character database
5975lib/unicore/lib/Scx/Armn.pl			Unicode character database
5976lib/unicore/lib/Scx/Beng.pl			Unicode character database
5977lib/unicore/lib/Scx/Bhks.pl			Unicode character database
5978lib/unicore/lib/Scx/Bopo.pl			Unicode character database
5979lib/unicore/lib/Scx/Cakm.pl			Unicode character database
5980lib/unicore/lib/Scx/Cham.pl			Unicode character database
5981lib/unicore/lib/Scx/Copt.pl			Unicode character database
5982lib/unicore/lib/Scx/Cprt.pl			Unicode character database
5983lib/unicore/lib/Scx/Cyrl.pl			Unicode character database
5984lib/unicore/lib/Scx/Deva.pl			Unicode character database
5985lib/unicore/lib/Scx/Diak.pl			Unicode character database
5986lib/unicore/lib/Scx/Dupl.pl			Unicode character database
5987lib/unicore/lib/Scx/Ethi.pl			Unicode character database
5988lib/unicore/lib/Scx/Geor.pl			Unicode character database
5989lib/unicore/lib/Scx/Glag.pl			Unicode character database
5990lib/unicore/lib/Scx/Gong.pl			Unicode character database
5991lib/unicore/lib/Scx/Gonm.pl			Unicode character database
5992lib/unicore/lib/Scx/Gran.pl			Unicode character database
5993lib/unicore/lib/Scx/Grek.pl			Unicode character database
5994lib/unicore/lib/Scx/Gujr.pl			Unicode character database
5995lib/unicore/lib/Scx/Guru.pl			Unicode character database
5996lib/unicore/lib/Scx/Han.pl			Unicode character database
5997lib/unicore/lib/Scx/Hang.pl			Unicode character database
5998lib/unicore/lib/Scx/Hebr.pl			Unicode character database
5999lib/unicore/lib/Scx/Hira.pl			Unicode character database
6000lib/unicore/lib/Scx/Hmng.pl			Unicode character database
6001lib/unicore/lib/Scx/Hmnp.pl			Unicode character database
6002lib/unicore/lib/Scx/Kana.pl			Unicode character database
6003lib/unicore/lib/Scx/Khar.pl			Unicode character database
6004lib/unicore/lib/Scx/Khmr.pl			Unicode character database
6005lib/unicore/lib/Scx/Khoj.pl			Unicode character database
6006lib/unicore/lib/Scx/Knda.pl			Unicode character database
6007lib/unicore/lib/Scx/Kthi.pl			Unicode character database
6008lib/unicore/lib/Scx/Lana.pl			Unicode character database
6009lib/unicore/lib/Scx/Lao.pl			Unicode character database
6010lib/unicore/lib/Scx/Latn.pl			Unicode character database
6011lib/unicore/lib/Scx/Limb.pl			Unicode character database
6012lib/unicore/lib/Scx/Lina.pl			Unicode character database
6013lib/unicore/lib/Scx/Linb.pl			Unicode character database
6014lib/unicore/lib/Scx/Mlym.pl			Unicode character database
6015lib/unicore/lib/Scx/Mong.pl			Unicode character database
6016lib/unicore/lib/Scx/Mult.pl			Unicode character database
6017lib/unicore/lib/Scx/Mymr.pl			Unicode character database
6018lib/unicore/lib/Scx/Nand.pl			Unicode character database
6019lib/unicore/lib/Scx/Nko.pl			Unicode character database
6020lib/unicore/lib/Scx/Orya.pl			Unicode character database
6021lib/unicore/lib/Scx/Phlp.pl			Unicode character database
6022lib/unicore/lib/Scx/Rohg.pl			Unicode character database
6023lib/unicore/lib/Scx/Shrd.pl			Unicode character database
6024lib/unicore/lib/Scx/Sind.pl			Unicode character database
6025lib/unicore/lib/Scx/Sinh.pl			Unicode character database
6026lib/unicore/lib/Scx/Syrc.pl			Unicode character database
6027lib/unicore/lib/Scx/Tagb.pl			Unicode character database
6028lib/unicore/lib/Scx/Takr.pl			Unicode character database
6029lib/unicore/lib/Scx/Talu.pl			Unicode character database
6030lib/unicore/lib/Scx/Taml.pl			Unicode character database
6031lib/unicore/lib/Scx/Tang.pl			Unicode character database
6032lib/unicore/lib/Scx/Telu.pl			Unicode character database
6033lib/unicore/lib/Scx/Thaa.pl			Unicode character database
6034lib/unicore/lib/Scx/Tibt.pl			Unicode character database
6035lib/unicore/lib/Scx/Tirh.pl			Unicode character database
6036lib/unicore/lib/Scx/Vith.pl			Unicode character database
6037lib/unicore/lib/Scx/Xsux.pl			Unicode character database
6038lib/unicore/lib/Scx/Yezi.pl			Unicode character database
6039lib/unicore/lib/Scx/Yi.pl			Unicode character database
6040lib/unicore/lib/Scx/Zinh.pl			Unicode character database
6041lib/unicore/lib/Scx/Zyyy.pl			Unicode character database
6042lib/unicore/lib/Scx/Zzzz.pl			Unicode character database
6043lib/unicore/lib/SD/Y.pl				Unicode character database
6044lib/unicore/lib/STerm/Y.pl			Unicode character database
6045lib/unicore/lib/Term/Y.pl			Unicode character database
6046lib/unicore/lib/UIdeo/Y.pl			Unicode character database
6047lib/unicore/lib/Upper/Y.pl			Unicode character database
6048lib/unicore/lib/Vo/R.pl				Unicode character database
6049lib/unicore/lib/Vo/Tr.pl			Unicode character database
6050lib/unicore/lib/Vo/Tu.pl			Unicode character database
6051lib/unicore/lib/Vo/U.pl				Unicode character database
6052lib/unicore/lib/VS/Y.pl				Unicode character database
6053lib/unicore/lib/WB/EX.pl			Unicode character database
6054lib/unicore/lib/WB/Extend.pl			Unicode character database
6055lib/unicore/lib/WB/FO.pl			Unicode character database
6056lib/unicore/lib/WB/HL.pl			Unicode character database
6057lib/unicore/lib/WB/KA.pl			Unicode character database
6058lib/unicore/lib/WB/LE.pl			Unicode character database
6059lib/unicore/lib/WB/MB.pl			Unicode character database
6060lib/unicore/lib/WB/ML.pl			Unicode character database
6061lib/unicore/lib/WB/MN.pl			Unicode character database
6062lib/unicore/lib/WB/NU.pl			Unicode character database
6063lib/unicore/lib/WB/WSegSpac.pl			Unicode character database
6064lib/unicore/lib/WB/XX.pl			Unicode character database
6065lib/unicore/lib/XIDC/Y.pl			Unicode character database
6066lib/unicore/lib/XIDS/Y.pl			Unicode character database
6067lib/unicore/LineBreak.txt			Unicode character database
6068lib/unicore/Makefile				Unicode character database
6069lib/unicore/mktables				Unicode character database
6070lib/unicore/mktables.lst			Unicode character database
6071lib/unicore/Name.pl				Unicode character database
6072lib/unicore/Name.pm				Unicode character database
6073lib/unicore/NameAliases.txt			Unicode character database
6074lib/unicore/NamedSequences.txt			Unicode character database
6075lib/unicore/NamedSqProv.txt			Unicode character database
6076lib/unicore/NamesList.txt			Unicode character database
6077lib/unicore/NormalizationCorrections.txt	Unicode character database
6078lib/unicore/NormTest.txt			Unicode character database
6079lib/unicore/PropertyAliases.txt			Unicode character database
6080lib/unicore/PropList.txt			Unicode character database
6081lib/unicore/PropValueAliases.txt		Unicode character database
6082lib/unicore/README.perl				Unicode character database
6083lib/unicore/ReadMe.txt				Unicode character database
6084lib/unicore/ScriptExtensions.txt		Unicode character database
6085lib/unicore/Scripts.txt				Unicode character database
6086lib/unicore/SpecialCasing.txt			Unicode character database
6087lib/unicore/StandardizedVariants.txt		Unicode character database
6088lib/unicore/TestNorm.pl				Unicode character database
6089lib/unicore/TestProp.pl				Unicode character database
6090lib/unicore/To/_PerlLB.pl			Unicode character database
6091lib/unicore/To/_PerlSCX.pl			Unicode character database
6092lib/unicore/To/Age.pl				Unicode character database
6093lib/unicore/To/Bc.pl				Unicode character database
6094lib/unicore/To/Bmg.pl				Unicode character database
6095lib/unicore/To/Bpb.pl				Unicode character database
6096lib/unicore/To/Bpt.pl				Unicode character database
6097lib/unicore/To/Cf.pl				Unicode character database
6098lib/unicore/To/Ea.pl				Unicode character database
6099lib/unicore/To/EqUIdeo.pl			Unicode character database
6100lib/unicore/To/Gc.pl				Unicode character database
6101lib/unicore/To/GCB.pl				Unicode character database
6102lib/unicore/To/Hst.pl				Unicode character database
6103lib/unicore/To/Identif2.pl			Unicode character database
6104lib/unicore/To/Identifi.pl			Unicode character database
6105lib/unicore/To/InPC.pl				Unicode character database
6106lib/unicore/To/InSC.pl				Unicode character database
6107lib/unicore/To/Isc.pl				Unicode character database
6108lib/unicore/To/Jg.pl				Unicode character database
6109lib/unicore/To/Jt.pl				Unicode character database
6110lib/unicore/To/Lb.pl				Unicode character database
6111lib/unicore/To/Lc.pl				Unicode character database
6112lib/unicore/To/Na1.pl				Unicode character database
6113lib/unicore/To/NameAlia.pl			Unicode character database
6114lib/unicore/To/NFCQC.pl				Unicode character database
6115lib/unicore/To/NFDQC.pl				Unicode character database
6116lib/unicore/To/NFKCCF.pl			Unicode character database
6117lib/unicore/To/NFKCQC.pl			Unicode character database
6118lib/unicore/To/NFKDQC.pl			Unicode character database
6119lib/unicore/To/Nt.pl				Unicode character database
6120lib/unicore/To/Nv.pl				Unicode character database
6121lib/unicore/To/PerlDeci.pl			Unicode character database
6122lib/unicore/To/SB.pl				Unicode character database
6123lib/unicore/To/Sc.pl				Unicode character database
6124lib/unicore/To/Scx.pl				Unicode character database
6125lib/unicore/To/Tc.pl				Unicode character database
6126lib/unicore/To/Uc.pl				Unicode character database
6127lib/unicore/To/Vo.pl				Unicode character database
6128lib/unicore/To/WB.pl				Unicode character database
6129lib/unicore/UCD.pl				Unicode character database
6130lib/unicore/uni_keywords.pl			Indices into array in charclass_invlists.h
6131lib/unicore/UnicodeData.txt			Unicode character database
6132lib/unicore/version				The version of the Unicode
6133lib/unicore/VerticalOrientation.txt		Unicode character database
6134lib/UNIVERSAL.pm			Base class for ALL classes
6135lib/User/grent.pm			By-name interface to Perl's builtin getgr*
6136lib/User/grent.t			See if User::grwent works
6137lib/User/pwent.pm			By-name interface to Perl's builtin getpw*
6138lib/User/pwent.t			See if User::pwent works
6139lib/utf8.pm				Pragma to control Unicode support
6140lib/utf8.t				See if utf8 operations work
6141lib/vars.pm				Declare pseudo-imported global variables
6142lib/vars.t				See if "use vars" works
6143lib/vars_carp.t				See if "use vars" doesn't load Carp.pm per default
6144lib/vmsish.pm				Control VMS-specific behavior of Perl core
6145lib/vmsish.t				Tests for vmsish.pm
6146lib/warnings.pm				For "use warnings"
6147lib/warnings.t				See if warning controls work
6148lib/warnings/register.pm		For "use warnings::register"
6149os2/Changes				Changelog for OS/2 port
6150os2/diff.configure			Patches to Configure
6151os2/dl_os2.c				Addon for dl_open
6152os2/dlfcn.h				Addon for dl_open
6153os2/Makefile.SHs			Shared library generation for OS/2
6154os2/os2.c				Additional code for OS/2
6155os2/os2.sym				Additional symbols to export
6156os2/OS2/OS2-ExtAttr/Changes			EA access module
6157os2/OS2/OS2-ExtAttr/ExtAttr.pm			EA access module
6158os2/OS2/OS2-ExtAttr/ExtAttr.xs			EA access module
6159os2/OS2/OS2-ExtAttr/Makefile.PL			EA access module
6160os2/OS2/OS2-ExtAttr/MANIFEST			EA access module
6161os2/OS2/OS2-ExtAttr/myea.h			EA access module
6162os2/OS2/OS2-ExtAttr/t/os2_ea.t			EA access module
6163os2/OS2/OS2-ExtAttr/typemap			EA access module
6164os2/OS2/OS2-PrfDB/Changes			System database access module
6165os2/OS2/OS2-PrfDB/Makefile.PL			System database access module
6166os2/OS2/OS2-PrfDB/MANIFEST			System database access module
6167os2/OS2/OS2-PrfDB/PrfDB.pm			System database access module
6168os2/OS2/OS2-PrfDB/PrfDB.xs			System database access module
6169os2/OS2/OS2-PrfDB/t/os2_prfdb.t			System database access module
6170os2/OS2/OS2-Process/Makefile.PL			system() constants in a module
6171os2/OS2/OS2-Process/MANIFEST			system() constants in a module
6172os2/OS2/OS2-Process/Process.pm			system() constants in a module
6173os2/OS2/OS2-Process/Process.xs			system() constants in a module
6174os2/OS2/OS2-Process/t/os2_atoms.t		Test for OS2::Process
6175os2/OS2/OS2-Process/t/os2_clipboard.t		Test for OS2::Process
6176os2/OS2/OS2-Process/t/os2_process.t		Tests
6177os2/OS2/OS2-Process/t/os2_process_kid.t		Tests
6178os2/OS2/OS2-Process/t/os2_process_text.t	Tests
6179os2/OS2/OS2-REXX/Changes			DLL access module
6180os2/OS2/OS2-REXX/DLL/Changes			DLL access module
6181os2/OS2/OS2-REXX/DLL/DLL.pm			DLL access module
6182os2/OS2/OS2-REXX/DLL/DLL.xs			DLL access module
6183os2/OS2/OS2-REXX/DLL/Makefile.PL		DLL access module
6184os2/OS2/OS2-REXX/DLL/MANIFEST			DLL access module
6185os2/OS2/OS2-REXX/Makefile.PL			DLL access module
6186os2/OS2/OS2-REXX/MANIFEST			DLL access module
6187os2/OS2/OS2-REXX/REXX.pm			DLL access module
6188os2/OS2/OS2-REXX/REXX.xs			DLL access module
6189os2/OS2/OS2-REXX/t/rx_cmprt.t			DLL access module
6190os2/OS2/OS2-REXX/t/rx_dllld.t			DLL access module
6191os2/OS2/OS2-REXX/t/rx_emxrv.t			DLL access module
6192os2/OS2/OS2-REXX/t/rx_objcall.t			DLL access module
6193os2/OS2/OS2-REXX/t/rx_sql.test			DLL access module
6194os2/OS2/OS2-REXX/t/rx_tiesql.test		DLL access module
6195os2/OS2/OS2-REXX/t/rx_tievar.t			DLL access module
6196os2/OS2/OS2-REXX/t/rx_tieydb.t			DLL access module
6197os2/OS2/OS2-REXX/t/rx_varset.t			DLL access module
6198os2/OS2/OS2-REXX/t/rx_vrexx.t			DLL access module
6199os2/OS2/typemap					Common typemap for OS/2 types
6200os2/os2_base.t				Additional tests for builtin methods
6201os2/os2_pipe.t				Tests for pipe creation logic
6202os2/os2add.sym				Overriding symbols to export
6203os2/os2ish.h				Header for OS/2
6204os2/os2thread.h				pthread-like typedefs
6205os2/perl2cmd.pl				Corrects installed binaries under OS/2
6206os2/perlrexx.c				Support perl interpreter embedded in REXX
6207os2/perlrexx.cmd			Test perl interpreter embedded in REXX
6208plan9/9front.patch			Plan9 port: patch for 9front-specific flavor of Plan 9
6209plan9/aperl				Plan9 port: shell to make Perl error messages Acme-friendly
6210plan9/arpa/inet.h			Plan9 port: replacement C header file
6211plan9/buildinfo				Plan9 port: configuration information
6212plan9/config.plan9			Plan9 port: config.h template
6213plan9/config_h.sample			Plan9 port: 5.32.0 sample config.h
6214plan9/config_sh.sample			Plan9 port: 5.32.0 sample config.sh
6215plan9/exclude				Plan9 port: tests to skip
6216plan9/fndvers				Plan9 port: update Perl version in config.plan9
6217plan9/genconfig.pl			Plan9 port: generate config.sh
6218plan9/math.h				Plan9 port: Plan9-specific math.h
6219plan9/mkfile				Plan9 port: Mk driver for build
6220plan9/myconfig.plan9			Plan9 port: script to print config summary
6221plan9/plan9.c				Plan9 port: Plan9-specific C routines
6222plan9/plan9ish.h			Plan9 port: Plan9-specific C header file
6223plan9/setup.rc				Plan9 port: script for easy build+install
6224plan9/uninstall.rc			Plan9 port: uninstall script
6225plan9/versnum				Plan9 port: script to print version number
6226pod/buildtoc				Generate pod/perltoc.pod and pod/roffitall
6227pod/Makefile.SH				generate Makefile which makes pods into something else
6228pod/perl.pod				Perl overview (this section)
6229pod/perl5004delta.pod			Perl changes in version 5.004
6230pod/perl5005delta.pod			Perl changes in version 5.005
6231pod/perl5100delta.pod			Perl changes in version 5.10.0
6232pod/perl5101delta.pod			Perl changes in version 5.10.1
6233pod/perl5120delta.pod			Perl changes in version 5.12.0
6234pod/perl5121delta.pod			Perl changes in version 5.12.1
6235pod/perl5122delta.pod			Perl changes in version 5.12.2
6236pod/perl5123delta.pod			Perl changes in version 5.12.3
6237pod/perl5124delta.pod			Perl changes in version 5.12.4
6238pod/perl5125delta.pod			Perl changes in version 5.12.5
6239pod/perl5140delta.pod			Perl changes in version 5.14.0
6240pod/perl5141delta.pod			Perl changes in version 5.14.1
6241pod/perl5142delta.pod			Perl changes in version 5.14.2
6242pod/perl5143delta.pod			Perl changes in version 5.14.3
6243pod/perl5144delta.pod			Perl changes in version 5.14.4
6244pod/perl5160delta.pod			Perl changes in version 5.16.0
6245pod/perl5161delta.pod			Perl changes in version 5.16.1
6246pod/perl5162delta.pod			Perl changes in version 5.16.2
6247pod/perl5163delta.pod			Perl changes in version 5.16.3
6248pod/perl5180delta.pod			Perl changes in version 5.18.0
6249pod/perl5181delta.pod			Perl changes in version 5.18.1
6250pod/perl5182delta.pod			Perl changes in version 5.18.2
6251pod/perl5184delta.pod			Perl changes in version 5.18.4
6252pod/perl5200delta.pod			Perl changes in version 5.20.0
6253pod/perl5201delta.pod			Perl changes in version 5.20.1
6254pod/perl5202delta.pod			Perl changes in version 5.20.2
6255pod/perl5203delta.pod			Perl changes in version 5.20.3
6256pod/perl5220delta.pod			Perl changes in version 5.22.0
6257pod/perl5221delta.pod			Perl changes in version 5.22.1
6258pod/perl5222delta.pod			Perl changes in version 5.22.2
6259pod/perl5223delta.pod			Perl changes in version 5.22.3
6260pod/perl5224delta.pod			Perl changes in version 5.22.4
6261pod/perl5240delta.pod			Perl changes in version 5.24.0
6262pod/perl5241delta.pod			Perl changes in version 5.24.1
6263pod/perl5242delta.pod			Perl changes in version 5.24.2
6264pod/perl5243delta.pod			Perl changes in version 5.24.3
6265pod/perl5244delta.pod			Perl changes in version 5.24.4
6266pod/perl5260delta.pod			Perl changes in version 5.26.0
6267pod/perl5261delta.pod			Perl changes in version 5.26.1
6268pod/perl5262delta.pod			Perl changes in version 5.26.2
6269pod/perl5263delta.pod			Perl changes in version 5.26.3
6270pod/perl5280delta.pod			Perl changes in version 5.28.0
6271pod/perl5281delta.pod			Perl changes in version 5.28.1
6272pod/perl5282delta.pod			Perl changes in version 5.28.2
6273pod/perl5283delta.pod			Perl changes in version 5.28.3
6274pod/perl5300delta.pod			Perl changes in version 5.30.0
6275pod/perl5301delta.pod			Perl changes in version 5.30.1
6276pod/perl5302delta.pod			Perl changes in version 5.30.2
6277pod/perl5303delta.pod			Perl changes in version 5.30.3
6278pod/perl5320delta.pod			Perl changes in version 5.32.0
6279pod/perl5321delta.pod			Perl changes in version 5.32.1
6280pod/perl5340delta.pod			Perl changes in version 5.34.0
6281pod/perl5341delta.pod			Perl changes in version 5.34.1
6282pod/perl5342delta.pod			Perl changes in version 5.34.2
6283pod/perl5343delta.pod			Perl changes in version 5.34.3
6284pod/perl5360delta.pod			Perl changes in version 5.36.0
6285pod/perl5361delta.pod			Perl changes in version 5.36.1
6286pod/perl5362delta.pod			Perl changes in version 5.36.2
6287pod/perl5363delta.pod			Perl changes in version 5.36.3
6288pod/perl5380delta.pod			Perl changes in version 5.38.0
6289pod/perl5381delta.pod			Perl changes in version 5.38.1
6290pod/perl5382delta.pod			Perl changes in version 5.38.2
6291pod/perl5400delta.pod			Perl changes in version 5.40.0
6292pod/perl561delta.pod			Perl changes in version 5.6.1
6293pod/perl56delta.pod			Perl changes in version 5.6
6294pod/perl581delta.pod			Perl changes in version 5.8.1
6295pod/perl582delta.pod			Perl changes in version 5.8.2
6296pod/perl583delta.pod			Perl changes in version 5.8.3
6297pod/perl584delta.pod			Perl changes in version 5.8.4
6298pod/perl585delta.pod			Perl changes in version 5.8.5
6299pod/perl586delta.pod			Perl changes in version 5.8.6
6300pod/perl587delta.pod			Perl changes in version 5.8.7
6301pod/perl588delta.pod			Perl changes in version 5.8.8
6302pod/perl589delta.pod			Perl changes in version 5.8.9
6303pod/perl58delta.pod			Perl changes in version 5.8.0
6304pod/perlapio.pod			Perl internal IO abstraction interface
6305pod/perlartistic.pod			Perl Artistic License
6306pod/perlbook.pod			Perl book information
6307pod/perlboot.pod
6308pod/perlbot.pod
6309pod/perlcall.pod			Perl calling conventions from C
6310pod/perlcheat.pod			Perl cheat sheet
6311pod/perlclass.pod			Perl class syntax
6312pod/perlclassguts.pod			Internals of class syntax
6313pod/perlclib.pod			Interacting with standard C library functions
6314pod/perlcommunity.pod			Perl community information
6315pod/perldata.pod			Perl data structures
6316pod/perldbmfilter.pod			Perl DBM filters
6317pod/perldebguts.pod			Perl debugging guts and tips
6318pod/perldebtut.pod			Perl debugging tutorial
6319pod/perldebug.pod			Perl debugging
6320pod/perldelta.pod			Perl changes since previous version
6321pod/perldeprecation.pod			Perl deprecations
6322pod/perldiag.pod			Perl diagnostic messages
6323pod/perldocstyle.pod			Perl style guide for core docs
6324pod/perldsc.pod				Perl data structures intro
6325pod/perldtrace.pod			Perl's support for DTrace
6326pod/perlebcdic.pod			Considerations for running Perl on EBCDIC platforms
6327pod/perlembed.pod			Perl ways to embed perl in your C or C++ application
6328pod/perlexperiment.pod			A listing of experimental features in Perl
6329pod/perlfilter.pod			Perl source filters
6330pod/perlfork.pod			Perl fork() information
6331pod/perlform.pod			Perl formats
6332pod/perlfunc.pod			Perl built-in functions
6333pod/perlgit.pod				Using git with the Perl repository
6334pod/perlgov.pod				Perl Rules of Governance
6335pod/perlgpl.pod				GNU General Public License
6336pod/perlguts.pod			Perl internal functions for those doing extensions
6337pod/perlhack.pod			Perl hackers guide
6338pod/perlhacktips.pod			Tips for Perl core C code hacking
6339pod/perlhacktut.pod			Walk through the creation of a simple C code patch
6340pod/perlhist.pod			Perl history records
6341pod/perlinterp.pod			Overview of the Perl interpreter source and how it works
6342pod/perlintro.pod			Perl introduction for beginners
6343pod/perliol.pod				C API for Perl's implementation of IO in Layers
6344pod/perlipc.pod				Perl interprocess communication
6345pod/perllexwarn.pod			Perl warnings and their control
6346pod/perllocale.pod			Perl locale support
6347pod/perllol.pod				Perl data structures: arrays of arrays
6348pod/perlmod.pod				Perl modules: how they work
6349pod/perlmodinstall.pod			Perl modules: how to install from CPAN
6350pod/perlmodlib.PL			Generate pod/perlmodlib.pod
6351pod/perlmodstyle.pod			Perl modules: how to write modules with style
6352pod/perlmroapi.pod			Perl method resolution plugin interface
6353pod/perlnewmod.pod			Perl modules: preparing a new module for distribution
6354pod/perlnumber.pod			Perl number semantics
6355pod/perlobj.pod				Perl objects
6356pod/perlootut.pod			Perl OO tutorial for beginners
6357pod/perlop.pod				Perl expressions: operators, precedence, string literals
6358pod/perlopentut.pod			Perl open() tutorial
6359pod/perlpacktut.pod			Perl pack() and unpack() tutorial
6360pod/perlperf.pod			Perl Performance and Optimization Techniques
6361pod/perlpod.pod				Perl plain old documentation
6362pod/perlpodspec.pod			Perl plain old documentation format specification
6363pod/perlpodstyle.pod			Perl POD style guide
6364pod/perlpolicy.pod			Perl development policies
6365pod/perlport.pod			Perl portability guide
6366pod/perlpragma.pod			Perl modules: writing a user pragma
6367pod/perlre.pod				Perl regular expressions, the rest of the story
6368pod/perlreapi.pod			Perl regular expression plugin interface
6369pod/perlrebackslash.pod			Perl regular expression backslash sequences
6370pod/perlrecharclass.pod			Perl regular expression character classes
6371pod/perlref.pod				Perl references, the rest of the story
6372pod/perlreftut.pod			Perl references short introduction
6373pod/perlreguts.pod			Perl regular expression engine internals
6374pod/perlrepository.pod
6375pod/perlrequick.pod			Perl regular expressions quick start
6376pod/perlreref.pod			Perl regular expressions quick reference
6377pod/perlretut.pod			Perl regular expressions tutorial
6378pod/perlrun.pod				Perl execution and options
6379pod/perlsec.pod				Perl security
6380pod/perlsecpolicy.pod			Perl security report handling policy
6381pod/perlsource.pod			Guide to the Perl source tree
6382pod/perlstyle.pod			Perl style guide
6383pod/perlsub.pod				Perl subroutines
6384pod/perlsyn.pod				Perl syntax: declarations, statements, comments
6385pod/perlthrtut.pod			Perl threads tutorial
6386pod/perltie.pod				Perl objects hidden behind simple variables
6387pod/perltodo.pod
6388pod/perltooc.pod
6389pod/perltoot.pod
6390pod/perltrap.pod			Perl traps for the unwary
6391pod/perlunicode.pod			Perl Unicode support
6392pod/perlunicook.pod			Perl Unicode cookbook
6393pod/perlunifaq.pod			Perl Unicode FAQ
6394pod/perluniintro.pod			Perl Unicode introduction
6395pod/perluniprops.pod			Index of Unicode properties in Perl
6396pod/perlunitut.pod			Perl Unicode tutorial
6397pod/perlutil.pod			utilities packaged with the Perl distribution
6398pod/perlvar.pod				Perl predefined variables
6399pod/perlvms.pod				Perl notes for VMS
6400pod/rofftoc				Generate a table of contents in troff format
6401pod/splitman				Splits perlfunc into multiple man pages
6402pod/splitpod				Splits perlfunc into multiple pod pages
6403Porting/acknowledgements.pl			Generate perldelta acknowledgements text
6404Porting/add-package.pl				Add/Update CPAN modules that are part of Core
6405Porting/add-pod-file				Utility to add new pod/*.pod file to core distribution
6406Porting/bench.pl				Run benchmarks against t/perf/benchmarks
6407Porting/bisect.pl				A tool to make bisecting easy
6408Porting/bisect-example.sh			Example script to use with git bisect run
6409Porting/bisect-runner.pl			Tool to be called by git bisect run
6410Porting/bump-perl-version			bump the perl version in relevant files
6411Porting/check-cpan-pollution			Check for commits that may wrongly touch CPAN distros
6412Porting/checkansi.pl				Check source code for ANSI-C violations
6413Porting/checkcfguse.pl				Check that config symbols are being used
6414Porting/checkcfgvar.pl				Check that config scripts define all symbols
6415Porting/checkpodencoding.pl			Check POD encoding
6416Porting/checkURL.pl				Check whether we have working URLs
6417Porting/checkVERSION.pl				Check whether we have $VERSIONs
6418Porting/cmpVERSION.pl				Compare whether two trees have changed modules
6419Porting/config.sh				Sample config.sh
6420Porting/config_H				Sample config.h
6421Porting/config_h.pl				Reorder config_h.SH after metaconfig
6422Porting/core-cpan-diff				Compare core distros with their CPAN equivalents
6423Porting/core-team.json				Membership of the Perl Core Team
6424Porting/corecpan.pl				Reports outdated dual-lived modules
6425Porting/corelist.pl				Generates data for Module::CoreList
6426Porting/corelist-diff				Tool to produce corelist diffs
6427Porting/corelist-perldelta.pl			Generates data perldelta from Module::CoreList
6428Porting/deparse-skips.txt			List of test files to ignore/skip for deparse tests.
6429Porting/docs-team-charter.pod			Perl Documentation Team charter
6430Porting/epigraphs.pod				the release epigraphs used over the years
6431Porting/exclude_contrib.txt			Data about contributors that do not want to be listed in AUTHORS
6432Porting/exec-bit.txt				List of files that get +x in release tarball
6433Porting/exercise_makedef.pl			Brute force testing for makedef.pl
6434Porting/expand-macro.pl				A tool to expand C macro definitions in the Perl source
6435Porting/findrfuncs				Find reentrant variants of functions used in an executable
6436Porting/git-deltatool				Mark commits for perldelta in git notes
6437Porting/git-find-p4-change			Find the change for a p4 change number
6438Porting/git-make-p4-refs			Output git refs for each p4 change number, suitable for appending to .git/packed-refs
6439Porting/GitUtils.pm				Generate the contents of a .patch file
6440Porting/Glossary				Glossary of config.sh variables
6441Porting/harness-timer-report.pl			Analyze the timings from the test harness
6442Porting/how_to_write_a_perldelta.pod		Bluffer's guide to writing a perldelta.
6443Porting/leakfinder.pl				Hacky script for finding memory leaks
6444Porting/Maintainers				Program to pretty print info in Maintainers.pl
6445Porting/Maintainers.pl				Information about maintainers
6446Porting/Maintainers.pm				Library to pretty print info in Maintainers.pl
6447Porting/make-rmg-checklist			Generates a checklist 4 the release manager
6448Porting/make_dot_patch.pl			Make a .patch file from a git WD
6449Porting/make_snapshot.pl			Make a tgz snapshot of our tree with a .patch file in it
6450Porting/makemeta				Create the top-level META.yml
6451Porting/makerel					Release making utility
6452Porting/manicheck				Check against MANIFEST
6453Porting/manifest_lib.pl				Library for checking and sorting the MANIFEST
6454Porting/manisort				Sort the MANIFEST
6455Porting/mksample				Generate Porting/config_H and Porting/config.sh
6456Porting/new-perldelta.pl			Generate a new perldelta
6457Porting/newtests-perldelta.pl			Generate Perldelta stub for newly added tests
6458Porting/perldelta_template.pod			Template for creating new perldelta.pod files
6459Porting/perlgov-team-update			Tool to update perlgov from perl-core-teaml
6460Porting/perlhist_calculate.pl			Perform calculations to update perlhist
6461Porting/pod_lib.pl				Code for handling generated pods
6462Porting/pod_rules.pl				generate lists of pod files for Makefiles
6463Porting/podtidy					Reformat pod using Pod::Tidy
6464Porting/pumpkin.pod				Guidelines and hints for Perl maintainers
6465Porting/README.pod				Outline of contents of Porting directory
6466Porting/README.y2038				Perl notes for the 2038 fix
6467Porting/release_announcement_template.txt
6468Porting/release_managers_guide.pod		Release Manager's Guide
6469Porting/release_schedule.pod			Schedule for future releases
6470Porting/rt_list_patches				A tool to help you apply patches from RT
6471Porting/security_template.pod			Template for vulnerability announcements
6472Porting/sort_perldiag.pl			Keep our diagnostics orderly
6473Porting/sync-with-cpan				Sync with CPAN
6474Porting/test-dist-modules.pl			Test dist/ modules on currently active perl (used for CI)
6475Porting/timecheck.c				Test program for the 2038 fix
6476Porting/timecheck2.c				Test program for the 2038 fix
6477Porting/todo.pod				Perl things to do
6478Porting/updateAUTHORS.pl			Tool to automatically update AUTHORS and .mailmap from git log data
6479Porting/updateAUTHORS.pm			Brains of updateAUTHORS.pl
6480Porting/valgrindpp.pl				Summarize valgrind reports
6481Porting/vote_admin_guide.pod			Perlgov Vote Administrator guide
6482qnx/ar					QNX implementation of "ar" utility
6483qnx/cpp					QNX implementation of preprocessor filter
6484qnx/qnx.c				QNX silent matherr callback
6485regen/charset_translations.pl		Character set utilities
6486regen/ebcdic.pl				Generates ebcdic_tables.h
6487regen/embed.pl				Produces {embed,embedvar,proto}.h
6488regen/embed_lib.pl			Reads embed.fnc and regen/opcodes
6489regen/feature.pl			Generates feature.pm
6490regen/genpacksizetables.pl		Generate the size tables for pack/unpack
6491regen/HeaderParser.pm			Module used to parse header files
6492regen/keywords.pl			Program to write keywords.h
6493regen/lib_cleanup.pl			Generate lib/.gitignore from MANIFEST
6494regen/locale.pl				Program to write locale_table.h
6495regen/mg_vtable.pl			generate mg_vtable.h
6496regen/miniperlmain.pl			generate miniperlmain.c
6497regen/mk_invlists.pl			Generates charclass_invlists.h
6498regen/mk_PL_charclass.pl		Populate the PL_charclass table
6499regen/mph.pl				Generate perfect hashes
6500regen/op_private			Definitions of bits in an OP's op_private field
6501regen/opcode.pl				Opcode header generator
6502regen/opcodes				Opcode data
6503regen/overload.pl			generate overload.h
6504regen/reentr.pl				Reentrant interfaces
6505regen/regcharclass.pl			Generate regcharclass.h from inline data
6506regen/regcharclass_multi_char_folds.pl	Generate input for regcharclass.pl
6507regen/regcomp.pl			Builder of regnodes.h
6508regen/regen_lib.pl			Common file routines for generator scripts
6509regen/scope_types.pl			Regenerate scope_types.h
6510regen/tidy_embed.pl			Program to clean up embed.fnc manually
6511regen/unicode_constants.pl		generate unicode_constants.h
6512regen/warnings.pl			Program to write warnings.h and lib/warnings.pm
6513t/base/cond.t				See if conditionals work
6514t/base/if.t				See if if works
6515t/base/lex.t				See if lexical items work
6516t/base/num.t				See if numbers work
6517t/base/pat.t				See if pattern matching works
6518t/base/rs.t				See if record-read works
6519t/base/term.t				See if various terms work
6520t/base/translate.t			See if character set translation works
6521t/base/while.t				See if while work
6522t/benchmark/gh7094-speed-up-keys-on-empty-hash.t	Benchmark if keys on empty hashes is fast enough
6523t/bigmem/hash.t				Check hashing too large strings throws an exception
6524t/bigmem/index.t			Check that index() handles large offsets
6525t/bigmem/pos.t				Check that pos() handles large offsets
6526t/bigmem/read.t				Check read() handles large offsets
6527t/bigmem/regexp.t			Test regular expressions with large strings
6528t/bigmem/stack.t			Check handling of large value stacks (including MARK values)
6529t/bigmem/stack_over.t			Check handling of stack overflows with 32-bit MARK on 64-bit systems
6530t/bigmem/str.t				Test string primitives with large strings
6531t/bigmem/subst.t			Test s/// with large strings
6532t/bigmem/subst2.t			Test s//EXPR/e with large strings
6533t/bigmem/vec.t				Check vec() handles large offsets
6534t/charset_tools.pl			To aid in portable testing across platforms with different character sets
6535t/class/accessor.t			See if accessor methods work
6536t/class/class.t				See if class declarations work
6537t/class/construct.t			See if class constructors work
6538t/class/destruct.t			See if class destruction works
6539t/class/field.t				See if class field declarations work
6540t/class/inherit.t			See if class inheritance works
6541t/class/method.t			See if class method declarations work
6542t/class/phasers.t			See if class phaser blocks work
6543t/class/threads.t			See if classes work across multiple threads
6544t/class/utf8.t				See if class syntax works with non-ASCII UTF-8
6545t/cmd/elsif.t				See if else-if works
6546t/cmd/for.t				See if for loops work
6547t/cmd/mod.t				See if statement modifiers work
6548t/cmd/subval.t				See if subroutine values work
6549t/cmd/switch.t				See if switch optimizations work
6550t/comp/bproto.t				See if builtins conform to their prototypes
6551t/comp/cmdopt.t				See if command optimization works
6552t/comp/colon.t				See if colons are parsed correctly
6553t/comp/decl.t				See if declarations work
6554t/comp/filter_exception.t		See if $@ survives source filters
6555t/comp/final_line_num.t			See if line numbers are correct at EOF
6556t/comp/fold.t				See if constant folding works
6557t/comp/form_scope.t			See if format scoping works
6558t/comp/hints.aux			Auxiliary file for %^H test
6559t/comp/hints.t				See if %^H works
6560t/comp/line_debug.t			See if @{"_<$file"} works
6561t/comp/line_debug_0.aux			Auxiliary file for @{"_<$file"} test
6562t/comp/multiline.t			See if multiline strings work
6563t/comp/opsubs.t				See if q() etc. are not parsed as functions
6564t/comp/our.t				Tests for our declaration
6565t/comp/package.t			See if packages work
6566t/comp/package_block.t			See if package block syntax works
6567t/comp/parser.t				See if the parser works in edge cases
6568t/comp/parser_run.t			See if parser works in additional edge case
6569t/comp/proto.t				See if function prototypes work
6570t/comp/redef.t				See if we get correct warnings on redefined subs
6571t/comp/require.t			See if require works
6572t/comp/retainedlines.t			See if the debugger can retain eval's lines
6573t/comp/term.t				See if more terms work
6574t/comp/uproto.t				See if the _ prototype works
6575t/comp/use.t				See if pragmata work
6576t/comp/utf.t				See if UTFs work
6577t/harness				Finer diagnostics from test suite
6578t/io/argv.t				See if ARGV stuff works
6579t/io/binmode.t				See if binmode() works
6580t/io/bom.t				See if scripts can start with a byte order mark
6581t/io/closepid.t				See if close works for subprocesses
6582t/io/crlf.t				See if :crlf works
6583t/io/crlf_through.t			See if pipe passes data intact with :crlf
6584t/io/data.t				See if DATA works
6585t/io/defout.t				See if PL_defoutgv works
6586t/io/dup.t				See if >& works right
6587t/io/eintr.t				See if code called during EINTR is safe
6588t/io/eintr_print.t			Test that print is not returning EINTR
6589t/io/errno.t				See if $! is correctly set
6590t/io/errnosig.t				Test case for restoration $! when leaving signal handlers
6591t/io/fflush.t				See if auto-flush on fork/exec/system/qx works
6592t/io/fs.t				See if directory manipulations work
6593t/io/getcwd.t				See if Internals::getcwd is sane
6594t/io/inplace.t				See if inplace editing works
6595t/io/iofile.t				See if we can load IO::File on demand
6596t/io/iprefix.t				See if inplace editing works with prefixes
6597t/io/layers.t				See if PerlIO layers work
6598t/io/msg.t				See if SysV message queues work
6599t/io/nargv.t				See if nested ARGV stuff works
6600t/io/open.t				See if open works
6601t/io/openpid.t				See if open works for subprocesses
6602t/io/paragraph_mode.t			See if paragraph mode works
6603t/io/perlio.t				See if PerlIO works
6604t/io/perlio_fail.t			See if bad layers fail
6605t/io/perlio_leaks.t			See if PerlIO layers are leaking
6606t/io/perlio_open.t			See if certain special forms of open work
6607t/io/pipe.t				See if secure pipes work
6608t/io/print.t				See if print commands work
6609t/io/pvbm.t				See if PVBMs break IO commands
6610t/io/read.t				See if read works
6611t/io/say.t				See if say works
6612t/io/scalar.t				See if PerlIO::scalar works
6613t/io/scalar_ungetc.t			Tests for PerlIO layer for scalars
6614t/io/sem.t				See if SysV semaphores work
6615t/io/semctl.t				See if SysV semaphore semctl works
6616t/io/shm.t				See if SysV shared memory works
6617t/io/socket.t				See if socket functions work
6618t/io/socketpair.t			See if socketpair function works
6619t/io/tell.t				See if file seeking works
6620t/io/through.t				See if pipe passes data intact
6621t/io/utf8.t				See if file seeking works
6622t/japh/abigail.t			Obscure tests
6623t/lib/caller/Apack.pm			test Module for caller.t and t/op/hook/require.t
6624t/lib/caller/Bicycle.pm			test Module for t/op/hook/require.t (cyclic)
6625t/lib/caller/Bpack.pm			test Module for caller.t and t/op/hook/require.t
6626t/lib/caller/Cpack.pm			test Module for caller.t and t/op/hook/require.t
6627t/lib/caller/Cycle.pm			test Module for t/op/hook/require.t (cyclic)
6628t/lib/caller/Foo.pm			test Module for caller.t and t/op/hook/require.t
6629t/lib/caller/Tricycle.pm		test Module for t/op/hook/require.t (cyclic)
6630t/lib/CannotParse.pm			For test case in op/require_errors.t
6631t/lib/charnames/alias			Tests of "use charnames" with aliases.
6632t/lib/class/A.pm			Test class loading of hierarchical parent
6633t/lib/class/A/B.pm			Test class loading of hierarchical parent
6634t/lib/Cname.pm				Test charnames in regexes (op/pat.t)
6635t/lib/common.pl				Helper for lib/{warnings,feature}.t
6636t/lib/commonsense.t			See if configuration meets basic needs
6637t/lib/Count.pm				Helper for t/op/method.t
6638t/lib/croak.t				Test calls to Perl_croak() in the C source.
6639t/lib/croak/class			Test croak calls from class.c
6640t/lib/croak/gv				Test croak calls from gv.c
6641t/lib/croak/mg				Test croak calls from mg.c
6642t/lib/croak/op				Test croak calls from op.c
6643t/lib/croak/parser			Test parser errors
6644t/lib/croak/pp				Test croak calls from pp.c
6645t/lib/croak/pp_ctl			Test croak calls from pp_ctl.c
6646t/lib/croak/pp_hot			Test croak calls from pp_hot.c
6647t/lib/croak/pp_sys			Test croak calls from pp_sys.c
6648t/lib/croak/regcomp			Test croak calls from regcomp.c
6649t/lib/croak/toke			Test croak calls from toke.c
6650t/lib/croak/toke_l1			Test croak calls from toke.c; file is not UTF-8 encoded
6651t/lib/cygwin.t				Builtin cygwin function tests
6652t/lib/dbmt_common.pl			Common functionality for ?DBM_File tests
6653t/lib/deprecate.t			Test deprecate.pm
6654t/lib/deprecate/Deprecated.pm		Deprecated module to test deprecate.pm
6655t/lib/deprecate/Optionally.pm		Optionally deprecated module to test deprecate.pm
6656t/lib/Devel/nodb.pm			Module for t/run/switchd.t
6657t/lib/Devel/switchd.pm			Module for t/run/switchd.t
6658t/lib/Devel/switchd_empty.pm		Module for t/run/switchd.t
6659t/lib/Devel/switchd_goto.pm		Module for t/run/switchd.t
6660t/lib/Dies.pm				For test case in op/require_errors.t
6661t/lib/feature/api			Test API for checking features enabled/disabled
6662t/lib/feature/bareword_filehandles	Tests for enabling/disabling bareword_filehandles feature
6663t/lib/feature/bits			Tests for feature bit handling
6664t/lib/feature/bundle			Tests for feature bundles
6665t/lib/feature/implicit			Tests for implicit loading of feature.pm
6666t/lib/feature/indirect			Tests for enabling/disabling indirect method calls
6667t/lib/feature/multidimensional		Tests for enabling/disabling $foo{$x, $y} => $foo{join($;, $x, $y)}
6668t/lib/feature/nonesuch			Tests for enabling/disabling nonexistent feature
6669t/lib/feature/removed			Tests for enabling/disabling removed feature
6670t/lib/feature/say			Tests for enabling/disabling say feature
6671t/lib/feature/switch			Tests for enabling/disabling switch feature
6672t/lib/h2ph.h				Test header file for h2ph
6673t/lib/h2ph.pht				Generated output from h2ph.h by h2ph, for comparison
6674t/lib/locale/latin1			Part of locale.t in Latin 1
6675t/lib/locale/utf8			Part of locale.t in UTF8
6676t/lib/mypragma.pm			An example user pragma
6677t/lib/mypragma.t			Test the example user pragma
6678t/lib/no_load.t				Test that some modules don't load others
6679t/lib/overload_fallback.t		Test that using overload 2x in a scope doesn't clobber fallback
6680t/lib/overload_nomethod.t		Test that nomethod works as expected
6681t/lib/proxy_constant_subs.t		Test that Proxy Constant Subs behave correctly
6682t/lib/Sans_mypragma.pm			Test module for t/lib/mypragma.t
6683t/lib/strict/refs			Tests of "use strict 'refs'" for strict.t
6684t/lib/strict/subs			Tests of "use strict 'subs'" for strict.t
6685t/lib/strict/vars			Tests of "use strict 'vars'" for strict.t
6686t/lib/subs/subs				Tests of "use subs"
6687t/lib/test_22121.pm			A test file for t/lib/warnings/op
6688t/lib/test_require.pm			A test file for t/op/inccode.t
6689t/lib/test_use.pm			A test pragma for t/comp/use.t
6690t/lib/test_use_14937.pm			A test pragma for t/comp/use.t
6691t/lib/universal.t			Tests for functions in universal.c
6692t/lib/warnings/1global			Tests of global warnings for warnings.t
6693t/lib/warnings/2use			Tests for "use warnings" for warnings.t
6694t/lib/warnings/3both			Tests for interaction of $^W and "use warnings"
6695t/lib/warnings/4lint			Tests for -W switch
6696t/lib/warnings/5nolint			Tests for -X switch
6697t/lib/warnings/6default			Tests default warnings
6698t/lib/warnings/7fatal			Tests fatal warnings
6699t/lib/warnings/8signal			Tests warnings + __WARN__ and __DIE__
6700t/lib/warnings/9enabled			Tests warnings
6701t/lib/warnings/9uninit			Tests "Use of uninitialized" warnings
6702t/lib/warnings/av			Tests for av.c for warnings.t
6703t/lib/warnings/builtin			Tests for builtin.c for warnings.t
6704t/lib/warnings/class			Tests for class.c for warnings.t
6705t/lib/warnings/doio			Tests for doio.c for warnings.t
6706t/lib/warnings/gv			Tests for gv.c for warnings.t
6707t/lib/warnings/hv			Tests for hv.c for warnings.t
6708t/lib/warnings/malloc			Tests for malloc.c for warnings.t
6709t/lib/warnings/mg			Tests for mg.c for warnings.t
6710t/lib/warnings/op			Tests for op.c for warnings.t
6711t/lib/warnings/pad			Tests for pad.c for warnings.t
6712t/lib/warnings/perl			Tests for perl.c for warnings.t
6713t/lib/warnings/perlio			Tests for perlio.c for warnings.t
6714t/lib/warnings/pp			Tests for pp.c for warnings.t
6715t/lib/warnings/pp_ctl			Tests for pp_ctl.c for warnings.t
6716t/lib/warnings/pp_hot			Tests for pp_hot.c for warnings.t
6717t/lib/warnings/pp_pack			Tests for pp_pack.c for warnings.t
6718t/lib/warnings/pp_sys			Tests for pp_sys.c for warnings.t
6719t/lib/warnings/regcomp			Tests for regcomp.c for warnings.t
6720t/lib/warnings/regexec			Tests for regexec.c for warnings.t
6721t/lib/warnings/run			Tests for run.c for warnings.t
6722t/lib/warnings/sv			Tests for sv.c for warnings.t
6723t/lib/warnings/taint			Tests for taint.c for warnings.t
6724t/lib/warnings/toke			Tests for toke.c for warnings.t
6725t/lib/warnings/universal		Tests for universal.c for warnings.t
6726t/lib/warnings/utf8			Tests for utf8.c for warnings.t
6727t/lib/warnings/util			Tests for util.c for warnings.t
6728t/loc_tools.pl				Common functions for finding platform's locales
6729t/mro/basic.t				mro tests
6730t/mro/basic_01_c3.t			mro tests
6731t/mro/basic_01_c3_utf8.t		utf8 mro tests
6732t/mro/basic_01_dfs.t			mro tests
6733t/mro/basic_01_dfs_utf8.t		utf8 mro tests
6734t/mro/basic_02_c3.t			mro tests
6735t/mro/basic_02_c3_utf8.t		utf8 mro tests
6736t/mro/basic_02_dfs.t			mro tests
6737t/mro/basic_02_dfs_utf8.t		utf8 mro tests
6738t/mro/basic_03_c3.t			mro tests
6739t/mro/basic_03_c3_utf8.t		utf8 mro tests
6740t/mro/basic_03_dfs.t			mro tests
6741t/mro/basic_03_dfs_utf8.t		utf8 mro tests
6742t/mro/basic_04_c3.t			mro tests
6743t/mro/basic_04_c3_utf8.t		utf8 mro tests
6744t/mro/basic_04_dfs.t			mro tests
6745t/mro/basic_04_dfs_utf8.t		utf8 mro tests
6746t/mro/basic_05_c3.t			mro tests
6747t/mro/basic_05_c3_utf8.t		utf8 mro tests
6748t/mro/basic_05_dfs.t			mro tests
6749t/mro/basic_05_dfs_utf8.t		utf8 mro tests
6750t/mro/basic_utf8.t			utf8 mro tests
6751t/mro/c3_with_overload.t		mro tests
6752t/mro/c3_with_overload_utf8.t		utf8 mro tests
6753t/mro/complex_c3.t			mro tests
6754t/mro/complex_c3_utf8.t			utf8 mro tests
6755t/mro/complex_dfs.t			mro tests
6756t/mro/complex_dfs_utf8.t		utf8 mro tests
6757t/mro/dbic_c3.t				mro tests
6758t/mro/dbic_c3_utf8.t			utf8 mro tests
6759t/mro/dbic_dfs.t			mro tests
6760t/mro/dbic_dfs_utf8.t			utf8 mro tests
6761t/mro/inconsistent_c3.t			mro tests
6762t/mro/inconsistent_c3_utf8.t		utf8 mro tests
6763t/mro/isa_aliases.t			tests for shared @ISA arrays
6764t/mro/isa_aliases_utf8.t		utf8 mro tests
6765t/mro/isa_c3.t				test for optimisatised mro_get_linear_isa_c3
6766t/mro/isa_c3_utf8.t			utf8 mro tests
6767t/mro/isa_dfs.t				test for optimisatised mro_get_linear_isa_dfs
6768t/mro/isa_dfs_utf8.t			utf8 mro tests
6769t/mro/isarev.t				PL_isarev/mro::get_isarev tests
6770t/mro/isarev_utf8.t			utf8 mro tests
6771t/mro/method_caching.t			mro tests
6772t/mro/method_caching_utf8.t		utf8 mro tests
6773t/mro/next_edgecases.t			mro tests
6774t/mro/next_edgecases_utf8.t		utf8 mro tests
6775t/mro/next_goto.t			mro tests
6776t/mro/next_goto_utf8.t			utf8 mro tests
6777t/mro/next_inanon.t			mro tests
6778t/mro/next_inanon_utf8.t		utf8 mro tests
6779t/mro/next_ineval.t			mro tests
6780t/mro/next_ineval_utf8.t		utf8 mro tests
6781t/mro/next_method.t			mro tests
6782t/mro/next_method_utf8.t		utf8 mro tests
6783t/mro/next_NEXT.t			mro tests
6784t/mro/next_NEXT_utf8.t			utf8 mro tests
6785t/mro/next_skip.t			mro tests
6786t/mro/next_skip_utf8.t			utf8 mro tests
6787t/mro/overload_c3.t			mro tests
6788t/mro/overload_c3_utf8.t		utf8 mro tests
6789t/mro/overload_dfs.t			mro tests
6790t/mro/package_aliases.t			mro tests
6791t/mro/package_aliases_utf8.t		utf8 mro tests
6792t/mro/pkg_gen.t				mro tests
6793t/mro/pkg_gen_utf8.t			utf8 mro tests
6794t/mro/recursion_c3.t			mro tests
6795t/mro/recursion_c3_utf8.t		utf8 mro tests
6796t/mro/recursion_dfs.t			mro tests
6797t/mro/recursion_dfs_utf8.t		utf8 mro tests
6798t/mro/vulcan_c3.t			mro tests
6799t/mro/vulcan_c3_utf8.t			utf8 mro tests
6800t/mro/vulcan_dfs.t			mro tests
6801t/mro/vulcan_dfs_utf8.t			utf8 mro tests
6802t/op/64bitint.t				See if 64 bit integers work
6803t/op/aassign.t				test list assign
6804t/op/alarm.t				See if alarm works
6805t/op/anonconst.t			See if :const works
6806t/op/anonsub.t				See if anonymous subroutines work
6807t/op/append.t				See if . works
6808t/op/args.t				See if operations on @_ work
6809t/op/arith2.t				See if arithmetic works
6810t/op/array.t				See if array operations work
6811t/op/assignwarn.t			See if OP= operators warn correctly for undef targets
6812t/op/attrhand.t				See if attribute handlers work
6813t/op/attrproto.t			See if the prototype attribute works
6814t/op/attrs.t				See if attributes on declarations work
6815t/op/auto.t				See if autoincrement et all work
6816t/op/avhv.t				See if pseudo-hashes work
6817t/op/bless.t				See if bless works
6818t/op/blocks.t				See if BEGIN and friends work
6819t/op/bool.t				Check misc details of boolean values
6820t/op/bop.t				See if bitops work
6821t/op/caller.pl				Tests shared between caller.t and XS op.t
6822t/op/caller.t				See if caller() works
6823t/op/catch.t				See if catching exception works
6824t/op/chars.t				See if character escapes work
6825t/op/chdir.t				See if chdir works
6826t/op/chop.t				See if chop works
6827t/op/chr.t				See if chr works
6828t/op/closure.t				See if closures work
6829t/op/closure_test.pl			Extra file for closure.t
6830t/op/cmpchain.t				See if comparison chaining works
6831t/op/concat2.t				Tests too complex for concat.t
6832t/op/cond.t				See if conditional expressions work
6833t/op/const-optree.t			Tests for sub(){...} becoming constant
6834t/op/context.t				See if context propagation works
6835t/op/coreamp.t				Test &foo() calls for CORE subs
6836t/op/coresubs.t				Generic tests for CORE subs
6837t/op/cproto.t				Check builtin prototypes
6838t/op/crypt.t				See if crypt works
6839t/op/current_sub.t			__SUB__ tests
6840t/op/dbm.t				See if dbmopen/dbmclose work
6841t/op/decl-refs.t			See if my \$foo works
6842t/op/defer.t				See if defer blocks work
6843t/op/defined.t				See if defined() edge cases work
6844t/op/defins.t				See if auto-insert of defined() works
6845t/op/delete.t				See if delete works
6846t/op/die.t				See if die works
6847t/op/die_except.t			See if die/eval avoids $@ clobberage
6848t/op/die_exit.t				See if die and exit status interaction works
6849t/op/die_keeperr.t			See if G_KEEPERR works for destructors
6850t/op/die_unwind.t			Check die/eval early-$@ backcompat hack
6851t/op/do.t				See if subroutines work
6852t/op/dor.t				See if defined-or (//) works
6853t/op/dump.t				See if dump works.
6854t/op/each.t				See if hash iterators work
6855t/op/each_array.t			See if array iterators work
6856t/op/eval.t				See if eval operator works
6857t/op/evalbytes.t			See if evalbytes operator works
6858t/op/exec.t				See if exec, system and qx work
6859t/op/exists_sub.t			See if exists(&sub) works
6860t/op/exp.t				See if math functions work
6861t/op/fh.t				See if filehandles work
6862t/op/filehandle.t			Tests for https://github.com/Perl/perl5/issues/10133
6863t/op/filetest.t				See if file tests work
6864t/op/filetest_stack_ok.t		See if file tests leave their argument on the stack
6865t/op/filetest_t.t			See if -t file test works
6866t/op/flip.t				See if range operator works
6867t/op/for.t				See if for loops work
6868t/op/for-many.t				See if n-at-a-time for loops work
6869t/op/fork.t				See if fork works
6870t/op/fresh_perl_utf8.t			UTF8 tests for pads and gvs
6871t/op/getpid.t				See if $$ and getppid work with threads
6872t/op/getppid.t				See if getppid works
6873t/op/glob.t				See if <*> works
6874t/op/gmagic.t				See if GMAGIC works
6875t/op/goto.t				See if goto works
6876t/op/goto_xs.t				See if "goto &sub" works on XSUBs
6877t/op/grent.t				See if getgr*() functions work
6878t/op/grep.t				See if grep() and map() work
6879t/op/groups.t				See if $( works
6880t/op/gv.t				See if typeglobs work
6881t/op/hash.t				See if the complexity attackers are repelled
6882t/op/hash-clear-placeholders.t		Tests for corner cases in S_clear_placeholders
6883t/op/hash-rt85026.t			See if hash iteration/deletion works
6884t/op/hashassign.t			See if hash assignments work
6885t/op/hashwarn.t				See if warnings for bad hash assignments work
6886t/op/heredoc.t				See if heredoc edge and corner cases work
6887t/op/hexfp.t				See if hexadecimal float literals work
6888t/op/hook/require.t			See if require hooks work properly.
6889t/op/inc.t				See if inc/dec of integers near 32 bit limit work
6890t/op/inccode.t				See if coderefs work in @INC
6891t/op/inccode-tie.t			See if tie to @INC works
6892t/op/incfilter.t			See if the source filters in coderef-in-@INC work
6893t/op/index.t				See if index works
6894t/op/index_thr.t			See if index works in another thread
6895t/op/infnan.t				See if inf/nan work
6896t/op/int.t				See if int works
6897t/op/isa.t				See if isa works
6898t/op/join.t				See if join works
6899t/op/kill0.t				See if kill works
6900t/op/kill0_child			Process tree script that is kill()ed
6901t/op/kvaslice.t				See if index/value array slices work
6902t/op/kvhslice.t				See if key/value hash slices work
6903t/op/lc.t				See if lc, uc, lcfirst, ucfirst, quotemeta work
6904t/op/leaky-magic.t			See whether vars' magic leaks into packages
6905t/op/length.t				See if length works
6906t/op/lex.t				Tests too complex for t/base/lex.t
6907t/op/lex_assign.t			See if ops involving lexicals or pad temps work
6908t/op/lexsub.t				See if lexical subroutines work
6909t/op/lfs.t				See if large files work for perlio
6910t/op/list.t				See if lists and list slices work
6911t/op/local.t				See if local works
6912t/op/localref.t				See if local ${deref} works
6913t/op/lock.t				Tests for lock args & retval (no threads)
6914t/op/loopctl.t				See if next/last/redo work
6915t/op/lop.t				See if logical operators work
6916t/op/lvref.t				See if aliasing via references works
6917t/op/magic.t				See if magic variables work
6918t/op/magic-27839.t			Test for #27839, skipped for minitest
6919t/op/method.t				See if method calls work
6920t/op/mkdir.t				See if mkdir works
6921t/op/multideref.t			See if "$a[0]{foo}[$i]{$k}" etc works
6922t/op/my.t				See if lexical scoping works
6923t/op/my_stash.t				See if my Package works
6924t/op/mydef.t				See if "my $_" works
6925t/op/negate.t				See if unary minus works
6926t/op/not.t				See if not works
6927t/op/numconvert.t			See if accessing fields does not change numeric values
6928t/op/numify.t				See if string-to-number conversion works
6929t/op/numify_chkflags.t			See if string-to-number conversion behaves correctly
6930t/op/oct.t				See if oct and hex work
6931t/op/or.t				See if || works in weird situations
6932t/op/ord.t				See if ord works
6933t/op/overload_integer.t			See if overload::constant for integer works after "use".
6934t/op/override.t				See if operator overriding works
6935t/op/pack.t				See if pack and unpack work
6936t/op/packagev.t				See if package VERSION work
6937t/op/pos.t				See if pos works
6938t/op/postfixderef.t			See if ->$* ->@[ et al work
6939t/op/pow.t				See if ** works
6940t/op/print.t				See if print works
6941t/op/protowarn.t			See if the illegalproto warnings work
6942t/op/push.t				See if push and pop work
6943t/op/pwent.t				See if getpw*() functions work
6944t/op/qr.t				See if qr works
6945t/op/quotemeta.t			See if quotemeta works
6946t/op/rand.t				See if rand works
6947t/op/range.t				See if .. works
6948t/op/read.t				See if read() works
6949t/op/readdir.t				See if readdir() works
6950t/op/readline.t				See if <> / readline / rcatline work
6951t/op/recurse.t				See if deep recursion works
6952t/op/ref.t				See if refs and objects work
6953t/op/refstack.t				See if a ref counted stack fixes things
6954t/op/repeat.t				See if x operator works
6955t/op/require_37033.t			See if require always closes rsfp
6956t/op/require_errors.t			See if errors from require are reported correctly
6957t/op/require_gh20577.t			Make sure updating %INC from an INC hook doesnt break @INC
6958t/op/require_override.t			See if require handles no argument properly
6959t/op/reset.t				See if reset operator works
6960t/op/reverse.t				See if reverse operator works
6961t/op/rt119311.t				Test bug #119311 (die/DESTROY/recursion)
6962t/op/runlevel.t				See if die() works from perl_call_*()
6963t/op/select.t				See if 0- and 1-argument select works
6964t/op/setpgrpstack.t			See if setpgrp works
6965t/op/sigdispatch.t			See if signals are always dispatched
6966t/op/signame_canonical.t		See if duplicate signal names always use the canonical name when the handler is invoked.
6967t/op/signatures.t			See if sub signatures work
6968t/op/sigsystem.t			See if system and SIGCHLD handlers play together nicely
6969t/op/sleep.t				See if sleep works
6970t/op/smartkve.t				See if smart deref for keys/values/each works
6971t/op/smartmatch.t			See if the ~~ operator works
6972t/op/sort.t				See if sort works
6973t/op/splice.t				See if splice works
6974t/op/split.t				See if split works
6975t/op/split_unicode.t			Test split /\s/ and Unicode
6976t/op/sprintf.t				See if sprintf works
6977t/op/sprintf2.t				See if sprintf works
6978t/op/srand.t				See if srand works
6979t/op/sselect.t				See if 4 argument select works
6980t/op/stash.t				See if %:: stashes work
6981t/op/stash_parse_gv.t			See if parse_gv_stash_name works
6982t/op/stat.t				See if stat works
6983t/op/stat_errors.t			See if stat and file tests handle threshold errors
6984t/op/state.t				See if state variables work
6985t/op/study.t				See if study works
6986t/op/studytied.t			See if study works with tied scalars
6987t/op/sub.t				See if subroutines work
6988t/op/sub_lval.t				See if lvalue subroutines work
6989t/op/substr.t				See if substr works
6990t/op/substr_thr.t			See if substr works in another thread
6991t/op/svflags.t				See if POK is set as expected.
6992t/op/svleak.pl				Test file for svleak.t
6993t/op/svleak.t				See if stuff leaks SVs
6994t/op/switch.t				See if switches (given/when) work
6995t/op/symbolcache.t			See if undef/delete works on stashes with functions
6996t/op/syscall_emulator.t			Tests that syscall works via the emulator
6997t/op/sysio.t				See if sysread and syswrite work
6998t/op/taint.t				See if tainting works
6999t/op/threads.t				Misc. tests for perl features with threads
7000t/op/threads-dirh.t			Test interaction of threads and dir handles
7001t/op/threads_create.pl			Ancillary file for t/op/threads.t
7002t/op/tie.t				See if tie/untie functions work
7003t/op/tie_fetch_count.t			See if FETCH is only called once on tied variables
7004t/op/tiearray.t				See if tie for arrays works
7005t/op/tiehandle.t			See if tie for handles works
7006t/op/tiehash.t				Tests for tied hashes using test.pl
7007t/op/time.t				See if time functions work
7008t/op/time_loop.t			Test that very large values don't hang gmtime and localtime.
7009t/op/tr.t				See if tr works
7010t/op/tr_latin1.t			See if tr works, but file isn't encoded in UTF-8
7011t/op/try.t				See if try works
7012t/op/undef.t				See if undef works
7013t/op/universal.t			See if UNIVERSAL class works
7014t/op/unlink.t				See if unlink works
7015t/op/unshift.t				See if unshift works
7016t/op/upgrade.t				See if upgrading and assigning scalars works
7017t/op/utf8cache.t			Tests malfunctions of utf8 cache
7018t/op/utf8decode.t			See if UTF-8 decoding works
7019t/op/utf8magic.t			See if utf8:: functions handle magic variables
7020t/op/utfhash.t				See if utf8 keys in hashes behave
7021t/op/utftaint.t				See if utf8 and taint work together
7022t/op/vec.t				See if vectors work
7023t/op/ver.t				See if v-strings and the %v format flag work
7024t/op/waitpid.t				See if waitpid works
7025t/op/wantarray.t			See if wantarray works
7026t/op/warn.t				See if warn works
7027t/op/while.t				See if while loops work
7028t/op/write.t				See if write works (formats work)
7029t/op/yadayada.t				See if ... works
7030t/opbasic/arith.t			See if arithmetic works
7031t/opbasic/cmp.t				See if the various string and numeric compare work
7032t/opbasic/concat.t			See if string concatenation works
7033t/opbasic/magic_phase.t			See if ${^GLOBAL_PHASE} works
7034t/opbasic/qq.t				See if qq works
7035t/perf/benchmarks			snippets of benchmarking/profiling code
7036t/perf/benchmarks.t			test t/perf/benchmarks syntax
7037t/perf/opcount.t			See if optimised subs have the right op counts
7038t/perf/optree.t				Test presence of some op optimisations
7039t/perf/speed.t				See if optimisations are keeping things fast
7040t/perf/taint.t				See if optimisations are keeping things fast (taint issues)
7041t/perl.supp				Perl valgrind suppressions
7042t/porting/args_assert.t			Check that all PERL_ARGS_ASSERT* macros are used
7043t/porting/authors.t			Check that all authors have been acknowledged
7044t/porting/bench.t			Check Porting/bench.pl runs ok
7045t/porting/bench/badhash			a test file for t/porting/bench.t
7046t/porting/bench/badname			a test file for t/porting/bench.t
7047t/porting/bench/badversion.json		a test file for t/porting/bench.t
7048t/porting/bench/callsub.json		a test file for t/porting/bench.t
7049t/porting/bench/callsub2.json		a test file for t/porting/bench.t
7050t/porting/bench/oddentry		a test file for t/porting/bench.t
7051t/porting/bench/ret0			a test file for t/porting/bench.t
7052t/porting/bench/synerr			a test file for t/porting/bench.t
7053t/porting/bench_selftest.t		run Porting/bench.pl's selftest facility
7054t/porting/bincompat.t			Check that {non_,}bincompat_options are ordered
7055t/porting/checkcase.t			Check whether we are case-insensitive-fs-friendly
7056t/porting/checkcfgvar.t			Check that all config.sh-like files are good
7057t/porting/cmp_version.t			Test whether all changed module files have their VERSION bumped
7058t/porting/copyright.t			Check that copyright years match
7059t/porting/corelist.t			Check that Module-CoreList has perl versions for the current perl
7060t/porting/customized.dat		Data file for porting/customized.t
7061t/porting/customized.t			Check all CUSTOMIZED files are as they should be
7062t/porting/deprecation.t			Test that deprecation warnings are handled right
7063t/porting/diag.t			Test completeness of perldiag.pod
7064t/porting/dual-life.t			Check that dual-life bins are in utils/
7065t/porting/exec-bit.t			Check that exec-bit bins are identified
7066t/porting/extrefs.t			Check perl headers don't make extern refs
7067t/porting/filenames.t			Check the MANIFEST for filename portability.
7068t/porting/FindExt.t			Test win32/FindExt.pm
7069t/porting/globvar.t			Check that globvar.sym is sane
7070t/porting/header_parser.t		Check that regen/HeaderParser.pm works as expected
7071t/porting/known_pod_issues.dat		Data file for porting/podcheck.t
7072t/porting/libperl.t			Check libperl.a sanity
7073t/porting/maintainers.t			Test that Porting/Maintainers.pl is up to date
7074t/porting/makerel.t			Test that files used by Porting/makerel exist
7075t/porting/manifest.t			Test that this MANIFEST file is well formed
7076t/porting/perlfunc.t			Test that Functions_pm.PL can parse perlfunc.pod
7077t/porting/pod_rules.t			Check that various pod lists are consistent
7078t/porting/podcheck.t			Test the POD of shipped modules is well formed
7079t/porting/re_context.t			Check assumptions made by save_re_context()
7080t/porting/readme.t			Check that all files in Porting/ are mentioned in Porting/README.pod
7081t/porting/regen.t			Check that regen.pl doesn't need running
7082t/porting/ss_dup.t			Check that sv.c:ss_dup handles everything
7083t/porting/test_bootstrap.t		Test that the instructions for test bootstrapping aren't accidentally overlooked.
7084t/porting/test_testlist.t		Test that we t/harness and t/TEST and MANIFEST agree on our test list
7085t/porting/update_authors.t		Tests for Porting/updateAUTHORS.pl
7086t/porting/utils.t			Check that utility scripts still compile
7087t/re/alpha_assertions.t			See if things like '(*postive_lookahed:...) work properly
7088t/re/anyof.t				See if bracketed char classes [...] compile properly
7089t/re/begin-once.t			Checking that /o freeze a variable in a RegExp
7090t/re/bigfuzzy_not_utf8.t		Big and ugly tests not storable as UTF-8
7091t/re/charset.t				See if regex modifiers like /d, /u work properly
7092t/re/fold_grind.pl			Core file to see if regex case folding works properly
7093t/re/fold_grind_8.t			Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
7094t/re/fold_grind_a.t			Wrapper for fold_grind.pl for /a testing
7095t/re/fold_grind_aa.t			Wrapper for fold_grind.pl for /aa testing
7096t/re/fold_grind_d.t			Wrapper for fold_grind.pl for /d testing
7097t/re/fold_grind_l.t			Wrapper for fold_grind.pl for /l testing with a C locale
7098t/re/fold_grind_T.t			Wrapper for fold_grind.pl for /l testing with a Turkic locale
7099t/re/fold_grind_u.t			Wrapper for fold_grind.pl for /u testing
7100t/re/keep_tabs.t			Tests where \t can't be expanded.
7101t/re/no_utf8_pm.t			Verify utf8.pm doesn't get loaded unless required
7102t/re/opt.t				Test regexp optimizations
7103t/re/overload.t				Test against string corruption in pattern matches on overloaded objects
7104t/re/pat.t				See if esoteric patterns work
7105t/re/pat_advanced.t			See if advanced esoteric patterns work
7106t/re/pat_advanced_thr.t			See if advanced esoteric patterns work in another thread
7107t/re/pat_psycho.t			See if insane esoteric and slow patterns work
7108t/re/pat_psycho_thr.t			See if insane esoteric and slow patterns work in another thread
7109t/re/pat_re_eval.t			See if esoteric patterns using re 'eval' work
7110t/re/pat_re_eval_thr.t			See if esoteric patterns using re 'eval' work in another thread
7111t/re/pat_rt_report.t			See if esoteric patterns from rt reports work
7112t/re/pat_rt_report_thr.t		See if esoteric patterns from rt reports work in another thread
7113t/re/pat_special_cc.t			See if special charclasses (\s \w \d) work the same as (\s and [\s])
7114t/re/pat_special_cc_thr.t		See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
7115t/re/pat_thr.t				See if esoteric patterns work in another thread
7116t/re/pos.t				Ensure pos() gets set properly after pre-match failures in pp_match
7117t/re/qr.t				See if qr works
7118t/re/qr-72922.t				Test for bug #72922
7119t/re/qr_gc.t				See if qr doesn't leak
7120t/re/qrstack.t				See if qr expands the stack properly
7121t/re/re_tests				Regular expressions for regexp.t
7122t/re/recompile.t			See if pattern caching/recompilation works
7123t/re/reg_60508.t			See if bug #60508 is fixed
7124t/re/reg_email.t			See if regex recursion works by parsing email addresses
7125t/re/reg_email_thr.t			See if regex recursion works by parsing email addresses in another thread
7126t/re/reg_eval.t				Test again regexp state corruption in (?{ }) and (??{ })
7127t/re/reg_eval_scope.t			Test scoping issues with (?{ }) and (??{ })
7128t/re/reg_fold.t				See if case folding works properly
7129t/re/reg_mesg.t				See if one can get regular expression errors
7130t/re/reg_namedcapture.t			Make sure glob assignment doesn't break named capture
7131t/re/reg_nc_tie.t			Test the tied methods of Tie::Hash::NamedCapture
7132t/re/reg_nocapture.t			Test the /n flag for regexps
7133t/re/reg_pmod.t				See if regexp /p modifier works as expected
7134t/re/reg_posixcc.t			See if posix character classes behave consistently
7135t/re/regex_sets.t			Test (?[ ])
7136t/re/regex_sets_compat.t		Test (?[ ]) is compatible with old [ ]
7137t/re/regexp.t				See if regular expressions work
7138t/re/regexp_noamp.t			See if regular expressions work with optimizations
7139t/re/regexp_nonull.t			See if regexps work without trailing nulls
7140t/re/regexp_normal.t			See if regexps work when expressions are normalized in various ways
7141t/re/regexp_notrie.t			See if regular expressions work without trie optimisation
7142t/re/regexp_qr.t			See if regular expressions work as qr//
7143t/re/regexp_qr_embed.t			See if regular expressions work with embedded qr//
7144t/re/regexp_qr_embed_thr.t		See if regular expressions work with embedded qr// in another thread
7145t/re/regexp_trielist.t			See if regular expressions work with trie optimisation
7146t/re/regexp_unicode_prop.t		See if unicode properties work in regular expressions as expected
7147t/re/regexp_unicode_prop_thr.t		See if unicode properties work in regular expressions as expected under threads
7148t/re/rt122747.t				Test rt122747 assert faile (requires DEBUGGING)
7149t/re/rxcode.t				See if /(?{ code })/ works
7150t/re/script_run.t			See if script runs works
7151t/re/speed.t				See if optimisations are keeping things fast
7152t/re/speed_thr.t			ditto under threads
7153t/re/stclass_threads.t			Test if stclass is preserved across threads
7154t/re/subst.t				See if substitution works
7155t/re/subst_amp.t			See if $&-related substitution works
7156t/re/subst_wamp.t			See if substitution works with $& present
7157t/re/substT.t				See if substitution works with -T
7158t/re/uniprops01.t			Test unicode \p{} regex constructs
7159t/re/uniprops02.t			Test unicode \p{} regex constructs
7160t/re/uniprops03.t			Test unicode \p{} regex constructs
7161t/re/uniprops04.t			Test unicode \p{} regex constructs
7162t/re/uniprops05.t			Test unicode \p{} regex constructs
7163t/re/uniprops06.t			Test unicode \p{} regex constructs
7164t/re/uniprops07.t			Test unicode \p{} regex constructs
7165t/re/uniprops08.t			Test unicode \p{} regex constructs
7166t/re/uniprops09.t			Test unicode \p{} regex constructs
7167t/re/uniprops10.t			Test unicode \p{} regex constructs
7168t/re/user_prop_race_thr.t		Test races in user-defined \p{} under threads
7169t/README				Instructions for regression tests
7170t/run/cloexec.t				Test close-on-exec.
7171t/run/dtrace.pl				For dtrace.t
7172t/run/dtrace.t				Test for DTrace probes
7173t/run/exit.t				Test perl's exit status.
7174t/run/flib/broken.pm			Bad .pm file for switchM.t
7175t/run/flib/t2.pm			Test for .pmcs with -I/dir/
7176t/run/flib/t2.pmc			Test for .pmcs with -I/dir/
7177t/run/fresh_perl.t			Tests that require a fresh perl.
7178t/run/locale.t				Tests related to locale handling
7179t/run/noswitch.t			Test aliasing ARGV for other switch tests
7180t/run/runenv.t				Test if perl honors its environment variables.
7181t/run/runenv_hashseed.t			Test if perl honors PERL_HASH_SEED.
7182t/run/runenv_randseed.t			Test if perl honors PERL_RAND_SEED.
7183t/run/script.t				See if script invocation works
7184t/run/switch0.t				Test the -0 switch
7185t/run/switcha.t				Test the -a switch
7186t/run/switchC.t				Test the -C switch
7187t/run/switchd.t				Test the -d switch
7188t/run/switchd-78586.t			See whether bug 78586 is fixed
7189t/run/switchDx.t			Test the -D switch
7190t/run/switches.t			Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
7191t/run/switchF.t				Test the -F switch
7192t/run/switchF1.t			Pathological tests for the -F switch
7193t/run/switchF2.t			Pathological tests for the -F switch
7194t/run/switchI.t				Test the -I switch
7195t/run/switchM.t				Test the -M switch
7196t/run/switchn.t				Test the -n switch
7197t/run/switchp.t				Test the -p switch
7198t/run/switcht.t				Test the -t switch
7199t/run/switchx.aux			Data for switchx.t
7200t/run/switchx.t				Test the -x switch
7201t/run/switchx2.aux			Data for switchx.t
7202t/run/switchx3.aux			Data for switchx.t
7203t/TEST					The regression tester
7204t/test.pl				Simple testing library
7205t/test_pl/_num_to_alpha.t		Tests for the simple testing library
7206t/test_pl/can_isa_ok.t			Tests for the simple testing library
7207t/test_pl/plan_skip_all.t		Tests for the simple testing library
7208t/test_pl/tempfile.t			Tests for the simple testing library
7209t/thread_it.pl				Run regression tests in a new thread
7210t/uni/attrs.t				See if Unicode attributes work
7211t/uni/bless.t				See if Unicode bless works
7212t/uni/caller.t				See if Unicode doesn't get mangled in caller()
7213t/uni/case.pl				See if Unicode casing works
7214t/uni/chomp.t				See if Unicode chomp works
7215t/uni/class.t				See if Unicode classes work (\p)
7216t/uni/eval.t				See if Unicode hints don't affect eval()
7217t/uni/fold.t				See if Unicode folding works
7218t/uni/goto.t				See if Unicode goto &sub works
7219t/uni/greek.t				See if Unicode in greek works
7220t/uni/gv.t				See if Unicode GVs work.
7221t/uni/labels.t				See if Unicode labels work
7222t/uni/latin2.t				See if Unicode in latin2 works
7223t/uni/lex_utf8.t			See if Unicode in lexer works
7224t/uni/lower.t				See if Unicode casing works
7225t/uni/method.t				See if Unicode methods work
7226t/uni/opcroak.t				See if Unicode croaks from op.c work
7227t/uni/overload.t			See if Unicode overloading works
7228t/uni/package.t				See if Unicode in package declarations works
7229t/uni/parser.t				See if Unicode in the parser works in edge cases.
7230t/uni/readline.t			See if Unicode filehandles in <FH> work
7231t/uni/select.t				See if Unicode filehandles aren't mangled by select()
7232t/uni/sprintf.t				See if Unicode sprintf works
7233t/uni/stash.t				See if Unicode stashes work
7234t/uni/tie.t				See if Unicode tie works
7235t/uni/title.t				See if Unicode casing works
7236t/uni/tr_utf8.t				See if Unicode tr/// in utf8 works
7237t/uni/universal.t			See if Unicode in calls to UNIVERSAL works
7238t/uni/upper.t				See if Unicode casing works
7239t/uni/variables.t			See that the rules for variable names work
7240t/uni/write.t				See if Unicode formats work
7241t/win32/crypt.t				Test Win32 crypt for compatibility
7242t/win32/fs.t				Test Win32 link for compatibility
7243t/win32/popen.t				Test for stdout races in backticks, etc
7244t/win32/runenv.t			Test if Win* perl honors its env variables
7245t/win32/seekdir.t			Test that seekdir/readdir are restricted to relevant memory
7246t/win32/signal.t			Test Win32 signal emulation
7247t/win32/stat.t				Test Win32 stat emulation
7248t/win32/symlink.t			Test Win32 symlink
7249t/win32/system.t			See if system works in Win*
7250t/win32/system_tests			Test runner for system.t
7251utils/corelist.PL			Module::CoreList
7252utils/cpan.PL				easily interact with CPAN from the command line
7253utils/enc2xs.PL				Encode module generator
7254utils/encguess.PL			guess character encodings of files
7255utils/h2ph.PL				A thing to turn C .h files into perl .ph files
7256utils/h2xs.PL				Program to make .xs files from C header files
7257utils/instmodsh.PL			Give information about installed extensions
7258utils/json_pp.PL			JSON::PP command line utility
7259utils/libnetcfg.PL			libnet
7260utils/Makefile.PL			Extract the utility scripts
7261utils/perlbug.PL			A simple tool to submit a bug report
7262utils/perldoc.PL			A simple tool to find & display perl's documentation
7263utils/perlivp.PL			installation verification procedure
7264utils/piconv.PL				iconv(1), reinvented in perl
7265utils/pl2pm.PL				A pl to pm translator
7266utils/pod2html.PL			Translator to turn pod into HTML
7267utils/prove.PL				The prove harness utility
7268utils/ptar.PL				The ptar utility
7269utils/ptardiff.PL			The ptardiff utility
7270utils/ptargrep.PL			The ptargrep utility
7271utils/shasum.PL				filter for computing SHA digests (analogous to md5sum)
7272utils/splain.PL				Stand-alone version of diagnostics.pm
7273utils/streamzip.PL
7274utils/xsubpp.PL				External subroutine preprocessor
7275utils/zipdetails.PL			display the internal structure of zip files
7276vms/descrip_mms.template		Template MM[SK] description file for build
7277vms/gen_shrfls.pl			generate options files and glue for shareable image
7278vms/genopt.com				hack to write options files in case of broken makes
7279vms/make_command.com			record MM[SK] command used to build Perl
7280vms/mms2make.pl				convert descrip.mms to make syntax
7281vms/munchconfig.c			performs shell $var substitution for VMS
7282vms/myconfig.com			record local configuration info for bug report
7283vms/test.com				DCL driver for regression tests
7284vms/vms.c				VMS-specific C code for Perl core
7285vms/vmsish.h				VMS-specific C header for Perl core
7286vms/vmspipe.com				VMS-specific piped command helper script
7287vos/Changes				Changes made to port Perl to the VOS operating system
7288vos/compile_full_perl.cm		VOS command macro to build "full" Perl
7289vos/configure_full_perl.sh		VOS shell script to configure "full" perl before building
7290vos/make_full_perl.sh			VOS shell script to build and test "full" perl
7291vos/vos.c				VOS emulations for missing POSIX functions
7292vos/vosish.h				VOS-specific header file
7293win32/bin/exetype.pl			Set executable type to CONSOLE or WINDOWS
7294win32/bin/perlglob.pl			Win32 globbing
7295win32/bin/pl2bat.pl			wrap perl scripts into batch files
7296win32/bin/runperl.pl			run perl script via batch file namesake
7297win32/bin/search.pl			Win32 port
7298win32/config.gc				Win32 base line config.sh (MinGW build)
7299win32/config.vc				Win32 base line config.sh (Visual C++ build)
7300win32/config_H.gc			Win32 config header (MinGW build)
7301win32/config_h.PL			Perl code to convert Win32 config.sh to config.h
7302win32/config_H.vc			Win32 config header (Visual C++ build)
7303win32/config_sh.PL			Perl code to update Win32 config.sh from Makefile
7304win32/configure/rt.c			identify default runtime
7305win32/create_perllibst_h.pl		creates perllibst.h file for inclusion from perllib.c
7306win32/distclean.bat			Remove _ALL_ files not listed here in MANIFEST
7307win32/fcrypt.c				crypt() implementation
7308win32/FindExt.pm			Scan for extensions
7309win32/GNUmakefile			Win32 makefile for GNU make
7310win32/include/arpa/inet.h		Win32 port
7311win32/include/dirent.h			Win32 port
7312win32/include/netdb.h			Win32 port
7313win32/include/sys/errno2.h		Win32 port
7314win32/include/sys/socket.h		Win32 port
7315win32/list_static_libs.pl		prints libraries for static linking
7316win32/Makefile				Win32 makefile for NMAKE (Visual C++ build)
7317win32/perlexe.ico			perlexe.ico image file
7318win32/perlexe.manifest			Assembly manifest file
7319win32/perlexe.rc			associated perl binary with icon
7320win32/perlglob.c			Win32 port
7321win32/perlhost.h			Perl "host" implementation
7322win32/perllib.c				Win32 port
7323win32/pod.mak				Win32 port
7324win32/runperl.c				Win32 port
7325win32/vdir.h				Perl "host" virtual directory manager for Win32
7326win32/vmem.h				Perl "host" memory manager for Win32
7327win32/win32.c				Win32 port
7328win32/win32.h				Win32 port
7329win32/win32iop.h			Win32 port
7330win32/win32sck.c			Win32 port
7331win32/win32thread.c			Win32 functions for threads
7332win32/win32thread.h			Win32 port mapping to threads
7333