xref: /openbsd/gnu/usr.bin/perl/MANIFEST (revision 3bef86f7)
1.dir-locals.el			Emacs control file
2.editorconfig			EditorConfig style file
3.lgtm.yml			LGTM.com configuration file
4.metaconf-exclusions.txt	Symbols that should ignored when generating Configure
5.travis.yml		continuous integration on github (where enabled)
6amigaos4/amigaio.c	AmigaOS4 port
7amigaos4/amigaio.h	AmigaOS4 port
8amigaos4/amigaos.c	AmigaOS4 port
9amigaos4/amigaos.h	AmigaOS4 port
10amigaos4/config.sh	AmigaOS4 config
11Artistic		The "Artistic License"
12asan_ignore		Errors to skip under clang's Addresss Sanitizer
13AUTHORS			Contact info for contributors
14autodoc.pl		Creates pod/perlintern.pod and pod/perlapi.pod
15av.c			Array value code
16av.h			Array value header
17builtin.c		Functions in the builtin:: namespace
18caretx.c		C file to create $^X
19cflags.SH		A script that emits C compilation flags per file
20Changes			Describe how to peruse changes between releases
21charclass_invlists.h	Compiled-in inversion lists
22CODE_OF_CONDUCT.md	Information on where to find the Standards of Conduct
23config.over		Site-specific overrides for Configure defaults
24config_h.SH		Produces config.h
25configpm		Produces lib/Config.pm
26Configure		Portability tool
27configure.com		Configure-equivalent for VMS
28configure.gnu		Crude emulation of GNU configure
29cop.h			Control operator header
30Copying			The GNU General Public License
31cpan/.dir-locals.el			Emacs control file
32cpan/Archive-Tar/bin/ptar				the ptar utility
33cpan/Archive-Tar/bin/ptardiff				the ptardiff utility
34cpan/Archive-Tar/bin/ptargrep				the ptardiff utility
35cpan/Archive-Tar/lib/Archive/Tar.pm			Archive::Tar
36cpan/Archive-Tar/lib/Archive/Tar/Constant.pm		Archive::Tar
37cpan/Archive-Tar/lib/Archive/Tar/File.pm		Archive::Tar
38cpan/Archive-Tar/t/01_use.t				Archive::Tar tests
39cpan/Archive-Tar/t/02_methods.t				Archive::Tar tests
40cpan/Archive-Tar/t/03_file.t				Archive::Tar tests
41cpan/Archive-Tar/t/04_resolved_issues.t			Archive::Tar tests
42cpan/Archive-Tar/t/05_iter.t				Archive::Tar tests
43cpan/Archive-Tar/t/06_error.t				Archive::Tar tests
44cpan/Archive-Tar/t/08_ptargrep.t
45cpan/Archive-Tar/t/09_roundtrip.t
46cpan/Archive-Tar/t/90_symlink.t				Archive::Tar tests
47cpan/Archive-Tar/t/99_pod.t				Archive::Tar tests
48cpan/Archive-Tar/t/src/header/signed.tar		Archive::Tar tests
49cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar	Archive::Tar tests
50cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar	Archive::Tar tests
51cpan/Archive-Tar/t/src/long/b				Archive::Tar tests
52cpan/Archive-Tar/t/src/long/bar.tar			Archive::Tar tests
53cpan/Archive-Tar/t/src/long/foo.tbz			Archive::Tar tests
54cpan/Archive-Tar/t/src/long/foo.tgz			Archive::Tar tests
55cpan/Archive-Tar/t/src/short/b				Archive::Tar tests
56cpan/Archive-Tar/t/src/short/bar.tar			Archive::Tar tests
57cpan/Archive-Tar/t/src/short/foo.tbz			Archive::Tar tests
58cpan/Archive-Tar/t/src/short/foo.tgz			Archive::Tar tests
59cpan/autodie/lib/autodie.pm		Functions succeed or die with lexical scope
60cpan/autodie/lib/autodie/exception.pm		Exception class for autodie
61cpan/autodie/lib/autodie/exception/system.pm	Exception class for autodying system()
62cpan/autodie/lib/autodie/hints.pm	Hinting interface for autodie
63cpan/autodie/lib/autodie/Scope/Guard.pm
64cpan/autodie/lib/autodie/Scope/GuardStack.pm
65cpan/autodie/lib/autodie/skip.pm
66cpan/autodie/lib/autodie/Util.pm
67cpan/autodie/lib/Fatal.pm		Make errors in functions/builtins fatal
68cpan/autodie/t/00-load.t		autodie - basic load
69cpan/autodie/t/args.t
70cpan/autodie/t/autodie.t		autodie - Basic functionality
71cpan/autodie/t/autodie_skippy.pm
72cpan/autodie/t/autodie_test_module.pm	autodie - test helper
73cpan/autodie/t/backcompat.t		autodie - More Fatal backcompat
74cpan/autodie/t/basic_exceptions.t	autodie - Basic exception tests
75cpan/autodie/t/binmode.t		autodie - Binmode testing
76cpan/autodie/t/blog_hints.t		autodie - Tests fro PJF's blog
77cpan/autodie/t/caller.t			autodie - Caller diagnostics
78cpan/autodie/t/chmod.t
79cpan/autodie/t/chown.t
80cpan/autodie/t/context.t		autodie - Context clobbering tests
81cpan/autodie/t/context_lexical.t	autodie - Context clobbering lexically
82cpan/autodie/t/core-trampoline-slurp.t
83cpan/autodie/t/crickey.t		autodie - Like an Australian
84cpan/autodie/t/dbmopen.t		autodie - dbm tests
85cpan/autodie/t/eval_error.t
86cpan/autodie/t/exception_class.t	autodie - Exception class subclasses
87cpan/autodie/t/exception_nonref.t
88cpan/autodie/t/exceptions.t		autodie - 5.10 exception tests.
89cpan/autodie/t/exec.t			autodie - exec tests.
90cpan/autodie/t/Fatal.t			autodie - Fatal backcompatibility
91cpan/autodie/t/filehandles.t		autodie - filehandle tests
92cpan/autodie/t/fileno.t			autodie - fileno tests
93cpan/autodie/t/flock.t			autodie - File locking tests
94cpan/autodie/t/format-clobber.t		autodie - Don't clobber scalars
95cpan/autodie/t/hints.t			autodie - Test hints interface
96cpan/autodie/t/hints_insist.t		autodie - Test hints insistance
97cpan/autodie/t/hints_pod_examples.t	autodie - Test hints POD examples
98cpan/autodie/t/hints_provider_does.t	autodie - Test hints/does roles
99cpan/autodie/t/hints_provider_easy_does_it.t	autodie - Test easy hints/does
100cpan/autodie/t/hints_provider_isa.t	autodie - Test hints/inheritance
101cpan/autodie/t/import-into.t
102cpan/autodie/t/internal.t		autodie - internal interface tests
103cpan/autodie/t/internal-backcompat.t	autodie - Back-compatibility tests
104cpan/autodie/t/kill.t
105cpan/autodie/t/lethal.t			autodie - lethal is the one true name
106cpan/autodie/t/lib/autodie/test/au.pm		autodie - Australian helper
107cpan/autodie/t/lib/autodie/test/au/exception.pm	autodie - Australian helper
108cpan/autodie/t/lib/autodie/test/badname.pm	autodie - Bad exception class
109cpan/autodie/t/lib/autodie/test/missing.pm	autodie - Missing exception class
110cpan/autodie/t/lib/Caller_helper.pm		autodie - Caller helper
111cpan/autodie/t/lib/Hints_pod_examples.pm	autodie - Hints/pod helper
112cpan/autodie/t/lib/Hints_provider_does.pm	autodie - Hints/does helper
113cpan/autodie/t/lib/Hints_provider_easy_does_it.pm	autodie - Hints/easy helper
114cpan/autodie/t/lib/Hints_provider_isa.pm	autodie - Hints/inherit helper
115cpan/autodie/t/lib/Hints_test.pm	autodie - Hints test helper
116cpan/autodie/t/lib/lethal.pm		autodie - with a better name
117cpan/autodie/t/lib/my/autodie.pm	autodie - blog_hints.t helper
118cpan/autodie/t/lib/my/pragma.pm
119cpan/autodie/t/lib/OtherTypes.pm	autodie - Format clobberer helper.
120cpan/autodie/t/lib/pujHa/ghach.pm	autodie - Like a Klingon
121cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm	autodie - With Klingon honour
122cpan/autodie/t/lib/Some/Module.pm	autodie - blog_hints.t helper
123cpan/autodie/t/mkdir.t			autodie - filesystem tests
124cpan/autodie/t/no-default.t
125cpan/autodie/t/no_carp.t
126cpan/autodie/t/open.t			autodie - Testing open
127cpan/autodie/t/read.t
128cpan/autodie/t/recv.t			autodie - send/recv tests
129cpan/autodie/t/repeat.t			autodie - repeat autodie leak tests
130cpan/autodie/t/rt-74246.t
131cpan/autodie/t/scope_leak.t		autodie - file scope leak tests
132cpan/autodie/t/skip.t
133cpan/autodie/t/string-eval-basic.t	autodie - Basic string eval test
134cpan/autodie/t/string-eval-leak.t	autodie - String eval leak test
135cpan/autodie/t/sysopen.t		autodie - sysopen tests
136cpan/autodie/t/touch_me
137cpan/autodie/t/truncate.t		autodie - File truncation tests
138cpan/autodie/t/unlink.t			autodie - Unlink system tests.
139cpan/autodie/t/user-context.t		autodie - Context changes for usersubs
140cpan/autodie/t/usersub.t		autodie - user subroutine tests
141cpan/autodie/t/utf8_open.t
142cpan/autodie/t/utime.t
143cpan/autodie/t/version.t		autodie - versioning tests
144cpan/autodie/t/version_tag.t
145cpan/AutoLoader/lib/AutoLoader.pm	Autoloader base class
146cpan/AutoLoader/lib/AutoSplit.pm	Split up autoload functions
147cpan/AutoLoader/t/01AutoLoader.t	See if AutoLoader works
148cpan/AutoLoader/t/02AutoSplit.t		See if AutoSplit works
149cpan/bignum/gentest/backend.sh
150cpan/bignum/gentest/scope-nested-const.sh
151cpan/bignum/gentest/scope-nested-hex-oct.sh
152cpan/bignum/lib/bigfloat.pm
153cpan/bignum/lib/bigint.pm		bigint
154cpan/bignum/lib/bignum.pm		bignum
155cpan/bignum/lib/bigrat.pm		bigrat
156cpan/bignum/lib/Math/BigFloat/Trace.pm	bignum tracing
157cpan/bignum/lib/Math/BigInt/Trace.pm	bignum tracing
158cpan/bignum/lib/Math/BigRat/Trace.pm
159cpan/bignum/t/backend-gmp-bigfloat.t
160cpan/bignum/t/backend-gmp-bigint.t
161cpan/bignum/t/backend-gmp-bignum.t
162cpan/bignum/t/backend-gmp-bigrat.t
163cpan/bignum/t/backend-pari-bigfloat.t
164cpan/bignum/t/backend-pari-bigint.t
165cpan/bignum/t/backend-pari-bignum.t
166cpan/bignum/t/backend-pari-bigrat.t
167cpan/bignum/t/bigexp.t			See if bignum works
168cpan/bignum/t/bigfloat.t
169cpan/bignum/t/bigint.t			See if bigint works
170cpan/bignum/t/bignum.t			See if bignum works
171cpan/bignum/t/bigrat.t			See if bigrat works
172cpan/bignum/t/const-bigfloat.t
173cpan/bignum/t/const-bigint.t
174cpan/bignum/t/const-bignum.t
175cpan/bignum/t/const-bigrat.t
176cpan/bignum/t/down-mbi-up-mbf.t
177cpan/bignum/t/down-mbi-up-mbr.t
178cpan/bignum/t/down-mbi-up-undef.t
179cpan/bignum/t/down-undef-up-mbf.t
180cpan/bignum/t/e_pi-bigfloat.t
181cpan/bignum/t/e_pi-bigint.t
182cpan/bignum/t/e_pi-bignum.t
183cpan/bignum/t/e_pi-bigrat.t
184cpan/bignum/t/import-bigfloat.t
185cpan/bignum/t/import-bigint.t
186cpan/bignum/t/import-bignum.t
187cpan/bignum/t/import-bigrat.t
188cpan/bignum/t/in_effect.t		See if in_effect() works
189cpan/bignum/t/infnan-bigfloat.t
190cpan/bignum/t/infnan-bigint.t
191cpan/bignum/t/infnan-bignum.t
192cpan/bignum/t/infnan-bigrat.t
193cpan/bignum/t/option_a.t		See if bignum a => X works
194cpan/bignum/t/option_a-bignum.t
195cpan/bignum/t/option_l-bigfloat.t
196cpan/bignum/t/option_l-bigint.t
197cpan/bignum/t/option_l-bignum.t
198cpan/bignum/t/option_l-bigrat.t
199cpan/bignum/t/option_p.t		See if bignum p => X works
200cpan/bignum/t/option_p-bignum.t
201cpan/bignum/t/overrides.t		See if global overrides behave
202cpan/bignum/t/ratopt_a.t		See if bigrat a => X works
203cpan/bignum/t/scope-bigfloat.t
204cpan/bignum/t/scope-bigint.t
205cpan/bignum/t/scope-bignum.t
206cpan/bignum/t/scope-bigrat.t
207cpan/bignum/t/scope-nested-const.t
208cpan/bignum/t/scope-nested-hex-oct.t
209cpan/Compress-Raw-Bzip2/Bzip2.xs
210cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
211cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch
212cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
213cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
214cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
215cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
216cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
217cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
218cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
219cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
220cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
221cpan/Compress-Raw-Bzip2/fallback/constants.h
222cpan/Compress-Raw-Bzip2/fallback/constants.xs
223cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
224cpan/Compress-Raw-Bzip2/Makefile.PL
225cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
226cpan/Compress-Raw-Bzip2/t/000prereq.t
227cpan/Compress-Raw-Bzip2/t/01bzip2.t
228cpan/Compress-Raw-Bzip2/t/09limitoutput.t
229cpan/Compress-Raw-Bzip2/t/19nonpv.t
230cpan/Compress-Raw-Bzip2/t/99pod.t
231cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
232cpan/Compress-Raw-Bzip2/typemap
233cpan/Compress-Raw-Zlib/config.in		Compress::Raw::Zlib
234cpan/Compress-Raw-Zlib/fallback/constants.h	Compress::Raw::Zlib
235cpan/Compress-Raw-Zlib/fallback/constants.xs	Compress::Raw::Zlib
236cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm	Compress::Raw::Zlib
237cpan/Compress-Raw-Zlib/Makefile.PL		Compress::Raw::Zlib
238cpan/Compress-Raw-Zlib/private/MakeUtil.pm	Compress::Raw::Zlib
239cpan/Compress-Raw-Zlib/t/01version.t		Compress::Raw::Zlib
240cpan/Compress-Raw-Zlib/t/02zlib.t		Compress::Raw::Zlib
241cpan/Compress-Raw-Zlib/t/07bufsize.t		Compress::Raw::Zlib
242cpan/Compress-Raw-Zlib/t/09limitoutput.t	Compress::Raw::Zlib
243cpan/Compress-Raw-Zlib/t/18lvalue.t		Compress::Raw::Zlib
244cpan/Compress-Raw-Zlib/t/19nonpv.t
245cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
246cpan/Compress-Raw-Zlib/typemap			Compress::Raw::Zlib
247cpan/Compress-Raw-Zlib/Zlib.xs			Compress::Raw::Zlib
248cpan/Compress-Raw-Zlib/zlib-src/adler32.c	Compress::Raw::Zlib
249cpan/Compress-Raw-Zlib/zlib-src/compress.c	Compress::Raw::Zlib
250cpan/Compress-Raw-Zlib/zlib-src/crc32.c		Compress::Raw::Zlib
251cpan/Compress-Raw-Zlib/zlib-src/crc32.h		Compress::Raw::Zlib
252cpan/Compress-Raw-Zlib/zlib-src/deflate.c	Compress::Raw::Zlib
253cpan/Compress-Raw-Zlib/zlib-src/deflate.h	Compress::Raw::Zlib
254cpan/Compress-Raw-Zlib/zlib-src/infback.c	Compress::Raw::Zlib
255cpan/Compress-Raw-Zlib/zlib-src/inffast.c	Compress::Raw::Zlib
256cpan/Compress-Raw-Zlib/zlib-src/inffast.h	Compress::Raw::Zlib
257cpan/Compress-Raw-Zlib/zlib-src/inffixed.h	Compress::Raw::Zlib
258cpan/Compress-Raw-Zlib/zlib-src/inflate.c	Compress::Raw::Zlib
259cpan/Compress-Raw-Zlib/zlib-src/inflate.h	Compress::Raw::Zlib
260cpan/Compress-Raw-Zlib/zlib-src/inftrees.c	Compress::Raw::Zlib
261cpan/Compress-Raw-Zlib/zlib-src/inftrees.h	Compress::Raw::Zlib
262cpan/Compress-Raw-Zlib/zlib-src/trees.c		Compress::Raw::Zlib
263cpan/Compress-Raw-Zlib/zlib-src/trees.h		Compress::Raw::Zlib
264cpan/Compress-Raw-Zlib/zlib-src/uncompr.c	Compress::Raw::Zlib
265cpan/Compress-Raw-Zlib/zlib-src/zconf.h		Compress::Raw::Zlib
266cpan/Compress-Raw-Zlib/zlib-src/zlib.h		Compress::Raw::Zlib
267cpan/Compress-Raw-Zlib/zlib-src/zutil.c		Compress::Raw::Zlib
268cpan/Compress-Raw-Zlib/zlib-src/zutil.h		Compress::Raw::Zlib
269cpan/Config-Perl-V/t/10_base.t			Config::Perl::V
270cpan/Config-Perl-V/t/20_plv56.t			Config::Perl::V
271cpan/Config-Perl-V/t/21_plv58.t			Config::Perl::V
272cpan/Config-Perl-V/t/22_plv510.t		Config::Perl::V
273cpan/Config-Perl-V/t/23_plv512.t		Config::Perl::V
274cpan/Config-Perl-V/t/24_plv514.t		Config::Perl::V
275cpan/Config-Perl-V/t/25_plv516.t		Config::Perl::V
276cpan/Config-Perl-V/t/25_plv5162.t		Config::Perl::V
277cpan/Config-Perl-V/t/26_plv518.t		Config::Perl::V
278cpan/Config-Perl-V/t/26_plv5182.t		Config::Perl::V
279cpan/Config-Perl-V/t/27_plv5200.t		Config::Perl::V
280cpan/Config-Perl-V/t/27_plv5202.t		Config::Perl::V
281cpan/Config-Perl-V/t/28_plv5220.t		Config::Perl::V
282cpan/Config-Perl-V/t/28_plv52201w.t		Config::Perl::V
283cpan/Config-Perl-V/t/29_plv5235w.t		Config::Perl::V
284cpan/Config-Perl-V/t/30_plv5240.t		Config::Perl::V
285cpan/Config-Perl-V/t/31_plv52511.t		Config::Perl::V
286cpan/Config-Perl-V/t/32_plv5261rc1.t		Config::Perl::V
287cpan/Config-Perl-V/t/33_plv52711r.t		Config::Perl::V
288cpan/Config-Perl-V/t/34_plv5280.t		Config::Perl::V
289cpan/Config-Perl-V/t/35_plv52910g.t		Config::Perl::V
290cpan/Config-Perl-V/t/36_plv5300.t		Config::Perl::V
291cpan/Config-Perl-V/t/37_plv53111qm.t		Config::Perl::V
292cpan/Config-Perl-V/t/38_plv5320tld.t		Config::Perl::V
293cpan/Config-Perl-V/V.pm				Config::Perl::V
294cpan/CPAN/lib/App/Cpan.pm		helper package for CPAN.pm
295cpan/CPAN/lib/CPAN.pm			Interface to Comprehensive Perl Archive Network
296cpan/CPAN/lib/CPAN/API/HOWTO.pod	recipe book for programming with CPAN.pm
297cpan/CPAN/lib/CPAN/Author.pm		helper package for CPAN.pm
298cpan/CPAN/lib/CPAN/Bundle.pm		helper package for CPAN.pm
299cpan/CPAN/lib/CPAN/CacheMgr.pm		helper package for CPAN.pm
300cpan/CPAN/lib/CPAN/Complete.pm		helper package for CPAN.pm
301cpan/CPAN/lib/CPAN/Debug.pm		helper package for CPAN.pm
302cpan/CPAN/lib/CPAN/DeferredCode.pm	helper package for CPAN.pm
303cpan/CPAN/lib/CPAN/Distribution.pm	helper package for CPAN.pm
304cpan/CPAN/lib/CPAN/Distroprefs.pm	helper package for CPAN.pm
305cpan/CPAN/lib/CPAN/Distrostatus.pm	helper package for CPAN.pm
306cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm	helper package for CPAN.pm
307cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm	helper package for CPAN.pm
308cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm	helper package for CPAN.pm
309cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm	helper package for CPAN.pm
310cpan/CPAN/lib/CPAN/FirstTime.pm		Utility for creating CPAN config files
311cpan/CPAN/lib/CPAN/FTP.pm			helper package for CPAN.pm
312cpan/CPAN/lib/CPAN/FTP/netrc.pm		helper package for CPAN.pm
313cpan/CPAN/lib/CPAN/HandleConfig.pm	helper package for CPAN.pm
314cpan/CPAN/lib/CPAN/HTTP/Client.pm	helper package for CPAN.pm
315cpan/CPAN/lib/CPAN/HTTP/Credentials.pm	helper package for CPAN.pm
316cpan/CPAN/lib/CPAN/Index.pm		helper package for CPAN.pm
317cpan/CPAN/lib/CPAN/InfoObj.pm		helper package for CPAN.pm
318cpan/CPAN/lib/CPAN/Kwalify.pm		helper package for CPAN.pm
319cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd		helper file for validating config files
320cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml	helper file for validating config files
321cpan/CPAN/lib/CPAN/LWP/UserAgent.pm	helper package for CPAN.pm
322cpan/CPAN/lib/CPAN/Mirrors.pm		helper package for CPAN.pm
323cpan/CPAN/lib/CPAN/Module.pm		helper package for CPAN.pm
324cpan/CPAN/lib/CPAN/Nox.pm			Runs CPAN while avoiding compiled extensions
325cpan/CPAN/lib/CPAN/Plugin.pm
326cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
327cpan/CPAN/lib/CPAN/Prompt.pm
328cpan/CPAN/lib/CPAN/Queue.pm		queueing system for CPAN.pm
329cpan/CPAN/lib/CPAN/Shell.pm
330cpan/CPAN/lib/CPAN/Tarzip.pm		helper package for CPAN.pm
331cpan/CPAN/lib/CPAN/URL.pm
332cpan/CPAN/lib/CPAN/Version.pm		Simple math with different flavors of version strings
333cpan/CPAN/PAUSE2003.pub		CPAN public key
334cpan/CPAN/PAUSE2005.pub		CPAN public key
335cpan/CPAN/PAUSE2007.pub		CPAN public key
336cpan/CPAN/PAUSE2009.pub		CPAN public key
337cpan/CPAN/PAUSE2011.pub
338cpan/CPAN/PAUSE2022.pub
339cpan/CPAN/scripts/cpan		easily interact with CPAN from the command line
340cpan/CPAN/t/01loadme.t		See if CPAN the module works
341cpan/CPAN/t/02nox.t		See if CPAN::Nox works
342cpan/CPAN/t/03pkgs.t		See if CPAN::Version works
343cpan/CPAN/t/10version.t		See if CPAN the module works
344cpan/CPAN/t/11mirroredby.t		See if CPAN::Mirrored::By works
345cpan/CPAN/t/32pushyhttps.t
346cpan/CPAN-Meta/corpus/BadMETA.yml
347cpan/CPAN-Meta/corpus/bareyaml.meta
348cpan/CPAN-Meta/corpus/CL018_yaml.meta
349cpan/CPAN-Meta/corpus/json.meta
350cpan/CPAN-Meta/corpus/META-VR.json
351cpan/CPAN-Meta/corpus/META-VR.yml
352cpan/CPAN-Meta/corpus/yaml.meta
353cpan/CPAN-Meta/lib/CPAN/Meta.pm
354cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
355cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
356cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
357cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
358cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
359cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
360cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
361cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
362cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
363cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
364cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
365cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
366cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm
367cpan/CPAN-Meta/t/converter.t
368cpan/CPAN-Meta/t/converter-bad.t
369cpan/CPAN-Meta/t/converter-fail.t
370cpan/CPAN-Meta/t/converter-fragments.t
371cpan/CPAN-Meta/t/data-fail/META-1_0.yml
372cpan/CPAN-Meta/t/data-fail/META-1_1.yml
373cpan/CPAN-Meta/t/data-fail/META-1_2.yml
374cpan/CPAN-Meta/t/data-fail/META-1_3.yml
375cpan/CPAN-Meta/t/data-fail/META-1_4.yml
376cpan/CPAN-Meta/t/data-fail/META-2.json
377cpan/CPAN-Meta/t/data-fixable/107650337-META.yml
378cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml
379cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml
380cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml
381cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml
382cpan/CPAN-Meta/t/data-fixable/284247103-META.yml
383cpan/CPAN-Meta/t/data-fixable/344981821-META.yml
384cpan/CPAN-Meta/t/data-fixable/35478989-META.yml
385cpan/CPAN-Meta/t/data-fixable/98042513-META.yml
386cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json
387cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml
388cpan/CPAN-Meta/t/data-fixable/META-1_2.yml
389cpan/CPAN-Meta/t/data-fixable/META-1_3.yml
390cpan/CPAN-Meta/t/data-fixable/META-1_4.yml
391cpan/CPAN-Meta/t/data-fixable/META-2.json
392cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json
393cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml
394cpan/CPAN-Meta/t/data-fixable/restrictive-2.json
395cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json
396cpan/CPAN-Meta/t/data-test/gpl-1_4.yml
397cpan/CPAN-Meta/t/data-test/META-1_0.yml
398cpan/CPAN-Meta/t/data-test/META-1_1.yml
399cpan/CPAN-Meta/t/data-test/META-1_2.yml
400cpan/CPAN-Meta/t/data-test/META-1_3.yml
401cpan/CPAN-Meta/t/data-test/META-1_4.yml
402cpan/CPAN-Meta/t/data-test/META-2.json
403cpan/CPAN-Meta/t/data-test/META-2.meta
404cpan/CPAN-Meta/t/data-test/preserve-release-status.yml
405cpan/CPAN-Meta/t/data-test/provides-version-missing.json
406cpan/CPAN-Meta/t/data-test/resources.yml
407cpan/CPAN-Meta/t/data-test/restricted-2.json
408cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml
409cpan/CPAN-Meta/t/data-test/unicode.yml
410cpan/CPAN-Meta/t/data-test/version-not-normal.json
411cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml
412cpan/CPAN-Meta/t/data-test/version-ranges-2.json
413cpan/CPAN-Meta/t/data-test/x_deprecated-META.json
414cpan/CPAN-Meta/t/data-valid/1122575719-META.yml
415cpan/CPAN-Meta/t/data-valid/1206545041-META.yml
416cpan/CPAN-Meta/t/data-valid/1985684504-META.yml
417cpan/CPAN-Meta/t/data-valid/476602558-META.yml
418cpan/CPAN-Meta/t/data-valid/META-1_0.yml
419cpan/CPAN-Meta/t/data-valid/META-1_1.yml
420cpan/CPAN-Meta/t/data-valid/META-1_4.yml
421cpan/CPAN-Meta/t/data-valid/META-2.json
422cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
423cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml
424cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
425cpan/CPAN-Meta/t/load-bad.t
426cpan/CPAN-Meta/t/merge.t
427cpan/CPAN-Meta/t/meta-obj.t
428cpan/CPAN-Meta/t/no-index.t
429cpan/CPAN-Meta/t/optional_feature-merge.t
430cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t
431cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t
432cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t
433cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t
434cpan/CPAN-Meta/t/prereqs.t
435cpan/CPAN-Meta/t/prereqs-finalize.t
436cpan/CPAN-Meta/t/prereqs-merge.t
437cpan/CPAN-Meta/t/README-data.txt
438cpan/CPAN-Meta/t/repository.t
439cpan/CPAN-Meta/t/save-load.t
440cpan/CPAN-Meta/t/validator.t
441cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
442cpan/CPAN-Meta-Requirements/t/accepts.t
443cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
444cpan/CPAN-Meta-Requirements/t/basic.t
445cpan/CPAN-Meta-Requirements/t/finalize.t
446cpan/CPAN-Meta-Requirements/t/from-hash.t
447cpan/CPAN-Meta-Requirements/t/merge.t
448cpan/CPAN-Meta-Requirements/t/strings.t
449cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm		CPAN-Meta-YAML files
450cpan/CPAN-Meta-YAML/t/01_api.t
451cpan/CPAN-Meta-YAML/t/01_compile.t		CPAN-Meta-YAML files
452cpan/CPAN-Meta-YAML/t/10_read.t
453cpan/CPAN-Meta-YAML/t/11_read_string.t
454cpan/CPAN-Meta-YAML/t/12_write.t
455cpan/CPAN-Meta-YAML/t/13_write_string.t
456cpan/CPAN-Meta-YAML/t/20_subclass.t		CPAN-Meta-YAML files
457cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
458cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
459cpan/CPAN-Meta-YAML/t/31_local_tml.t
460cpan/CPAN-Meta-YAML/t/32_world_tml.t
461cpan/CPAN-Meta-YAML/t/86_fail.t
462cpan/CPAN-Meta-YAML/t/data/ascii.yml
463cpan/CPAN-Meta-YAML/t/data/latin1.yml
464cpan/CPAN-Meta-YAML/t/data/multibyte.yml		CPAN-Meta-YAML files
465cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml		CPAN-Meta-YAML files
466cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
467cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm
468cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
469cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
470cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
471cpan/CPAN-Meta-YAML/t/README.md
472cpan/CPAN-Meta-YAML/t/tml
473cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
474cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
475cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
476cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
477cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml
478cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
479cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
480cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
481cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
482cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
483cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
484cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
485cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
486cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
487cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
488cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
489cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
490cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
491cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
492cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
493cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
494cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
495cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
496cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
497cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
498cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
499cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
500cpan/DB_File/config.in		Part of Berkeley DB configuration
501cpan/DB_File/DB_File.pm		Berkeley DB extension Perl module
502cpan/DB_File/DB_File.xs		Berkeley DB extension external subroutines
503cpan/DB_File/dbinfo		Berkeley DB database version checker
504cpan/DB_File/hints/bitrig.pl
505cpan/DB_File/hints/dynixptx.pl	Hint for DB_File for named architecture
506cpan/DB_File/hints/minix.pl
507cpan/DB_File/hints/netbsd.pl
508cpan/DB_File/hints/openbsd.pl
509cpan/DB_File/hints/sco.pl	Hint for DB_File for named architecture
510cpan/DB_File/Makefile.PL	Berkeley DB extension makefile writer
511cpan/DB_File/t/db-btree.t	See if DB_File works
512cpan/DB_File/t/db-hash.t	See if DB_File works
513cpan/DB_File/t/db-recno.t	See if DB_File works
514cpan/DB_File/t/db-threads.t	See if DB_File works
515cpan/DB_File/typemap		Berkeley DB extension interface types
516cpan/DB_File/version.c		Berkeley DB extension interface version check
517cpan/Digest/lib/Digest.pm
518cpan/Digest/lib/Digest/base.pm
519cpan/Digest/lib/Digest/file.pm
520cpan/Digest/t/base.t		See if Digest extensions work
521cpan/Digest/t/digest.t		See if Digest extensions work
522cpan/Digest/t/file.t		See if Digest extensions work
523cpan/Digest/t/lib/Digest/Dummy.pm		See if Digest extensions work
524cpan/Digest/t/security.t		See if Digest extensions work
525cpan/Digest-MD5/hints/dec_osf.pl	Hints for named architecture
526cpan/Digest-MD5/hints/irix_6.pl		Hints for named architecture
527cpan/Digest-MD5/hints/MacOS.pl		Hints for named architecture
528cpan/Digest-MD5/Makefile.PL		Digest::MD5 extension makefile writer
529cpan/Digest-MD5/MD5.pm			Digest::MD5 extension
530cpan/Digest-MD5/MD5.xs			Digest::MD5 extension
531cpan/Digest-MD5/t/align.t		See if Digest::MD5 extension works
532cpan/Digest-MD5/t/badfile.t		See if Digest::MD5 extension works
533cpan/Digest-MD5/t/bits.t		See if Digest::MD5 extension works
534cpan/Digest-MD5/t/clone.t		See if Digest::MD5 extension works
535cpan/Digest-MD5/t/files.t		See if Digest::MD5 extension works
536cpan/Digest-MD5/t/md5-aaa.t		See if Digest::MD5 extension works
537cpan/Digest-MD5/t/threads.t		See if Digest::MD5 extension works
538cpan/Digest-MD5/t/utf8.t		See if Digest::MD5 extension works
539cpan/Digest-MD5/t/warns.t
540cpan/Digest-MD5/typemap			Digest::MD5 extension
541cpan/Digest-SHA/lib/Digest/SHA.pm	Digest::SHA extension
542cpan/Digest-SHA/Makefile.PL		Digest::SHA Makefile.PL
543cpan/Digest-SHA/SHA.xs			Digest::SHA extension
544cpan/Digest-SHA/shasum			shasum script
545cpan/Digest-SHA/src/sdf.c		Digest::SHA extension
546cpan/Digest-SHA/src/sha.c		Digest::SHA extension
547cpan/Digest-SHA/src/sha.h		Digest::SHA extension
548cpan/Digest-SHA/src/sha64bit.c		Digest::SHA extension
549cpan/Digest-SHA/src/sha64bit.h		Digest::SHA extension
550cpan/Digest-SHA/t/allfcns.t		See if Digest::SHA works
551cpan/Digest-SHA/t/base64.t		See if Digest::SHA works
552cpan/Digest-SHA/t/bitbuf.t		See if Digest::SHA works
553cpan/Digest-SHA/t/bitorder.t
554cpan/Digest-SHA/t/fips180-4.t		See if Digest::SHA works
555cpan/Digest-SHA/t/fips198.t		See if Digest::SHA works
556cpan/Digest-SHA/t/gg.t			See if Digest::SHA works
557cpan/Digest-SHA/t/gglong.t		See if Digest::SHA works
558cpan/Digest-SHA/t/hmacsha.t		See if Digest::SHA works
559cpan/Digest-SHA/t/inheritance.t
560cpan/Digest-SHA/t/ireland.t		See if Digest::SHA works
561cpan/Digest-SHA/t/methods.t		See if Digest::SHA works
562cpan/Digest-SHA/t/nistbit.t		See if Digest::SHA works
563cpan/Digest-SHA/t/nistbyte.t		See if Digest::SHA works
564cpan/Digest-SHA/t/rfc2202.t		See if Digest::SHA works
565cpan/Digest-SHA/t/sha1.t		See if Digest::SHA works
566cpan/Digest-SHA/t/sha224.t		See if Digest::SHA works
567cpan/Digest-SHA/t/sha256.t		See if Digest::SHA works
568cpan/Digest-SHA/t/sha384.t		See if Digest::SHA works
569cpan/Digest-SHA/t/sha512.t		See if Digest::SHA works
570cpan/Digest-SHA/t/state.t		See if Digest::SHA works
571cpan/Digest-SHA/t/unicode.t
572cpan/Digest-SHA/t/woodbury.t		See if Digest::SHA works
573cpan/Digest-SHA/typemap			Typemap for Digest::SHA
574cpan/Encode/bin/enc2xs		Encode module generator
575cpan/Encode/bin/encguess		guess character encodings of files
576cpan/Encode/bin/piconv		iconv by perl
577cpan/Encode/bin/ucm2table	Table Generator for testing
578cpan/Encode/bin/ucmlint		A UCM Lint utility
579cpan/Encode/bin/ucmsort		A UCM sort utility
580cpan/Encode/bin/unidump		Unicode Dump like hexdump(1)
581cpan/Encode/Byte/Byte.pm		Encode extension
582cpan/Encode/Byte/Makefile.PL	Encode extension
583cpan/Encode/CN/CN.pm		Encode extension
584cpan/Encode/CN/Makefile.PL	Encode extension
585cpan/Encode/EBCDIC/EBCDIC.pm	Encode extension
586cpan/Encode/EBCDIC/Makefile.PL	Encode extension
587cpan/Encode/encengine.c		Encode extension
588cpan/Encode/Encode.pm		Mother of all Encode extensions
589cpan/Encode/Encode.xs		Encode extension
590cpan/Encode/Encode/_PM.e2x	Skeleton file for enc2xs
591cpan/Encode/Encode/_T.e2x	Skeleton file for enc2xs
592cpan/Encode/Encode/Changes.e2x	Skeleton file for enc2xs
593cpan/Encode/Encode/ConfigLocal_PM.e2x	Skeleton file for enc2xs
594cpan/Encode/Encode/encode.h	Encode extension header file
595cpan/Encode/Encode/Makefile_PL.e2x	Skeleton file for enc2xs
596cpan/Encode/Encode/README.e2x	Skeleton file for enc2xs
597cpan/Encode/encoding.pm		Perl Pragmatic Module
598cpan/Encode/JP/JP.pm		Encode extension
599cpan/Encode/JP/Makefile.PL	Encode extension
600cpan/Encode/KR/KR.pm		Encode extension
601cpan/Encode/KR/Makefile.PL	Encode extension
602cpan/Encode/lib/Encode/Alias.pm	Encode extension
603cpan/Encode/lib/Encode/CJKConstants.pm	Encode extension
604cpan/Encode/lib/Encode/CN/HZ.pm		Encode extension
605cpan/Encode/lib/Encode/Config.pm	Encode configuration module
606cpan/Encode/lib/Encode/Encoder.pm	OO Encoder
607cpan/Encode/lib/Encode/Encoding.pm	Encode extension
608cpan/Encode/lib/Encode/GSM0338.pm	Encode extension
609cpan/Encode/lib/Encode/Guess.pm	Encode Extension
610cpan/Encode/lib/Encode/JP/H2Z.pm	Encode extension
611cpan/Encode/lib/Encode/JP/JIS7.pm	Encode extension
612cpan/Encode/lib/Encode/KR/2022_KR.pm	Encode extension
613cpan/Encode/lib/Encode/MIME/Header.pm	Encode extension
614cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm	Encode extension
615cpan/Encode/lib/Encode/MIME/Name.pm	Encode extension
616cpan/Encode/lib/Encode/PerlIO.pod	Documents for Encode & PerlIO
617cpan/Encode/lib/Encode/Supported.pod	Documents for supported encodings
618cpan/Encode/lib/Encode/Unicode/UTF7.pm	Encode extension
619cpan/Encode/Makefile.PL			Encode extension makefile writer
620cpan/Encode/Symbol/Makefile.PL		Encode extension
621cpan/Encode/Symbol/Symbol.pm		Encode extension
622cpan/Encode/t/Aliases.t			test script
623cpan/Encode/t/at-cn.t			test script
624cpan/Encode/t/at-tw.t			test script
625cpan/Encode/t/big5-eten.enc		test data
626cpan/Encode/t/big5-eten.utf		test data
627cpan/Encode/t/big5-hkscs.enc		test data
628cpan/Encode/t/big5-hkscs.utf		test data
629cpan/Encode/t/CJKT.t			test script
630cpan/Encode/t/cow.t
631cpan/Encode/t/decode.t
632cpan/Encode/t/enc_data.t		test script for utf8 DATA
633cpan/Encode/t/enc_eucjp.t		test script
634cpan/Encode/t/enc_module.enc		test data for t/enc_module.t
635cpan/Encode/t/enc_module.t		test script
636cpan/Encode/t/enc_utf8.t		test script
637cpan/Encode/t/Encode.t			test script
638cpan/Encode/t/Encoder.t			test script
639cpan/Encode/t/encoding.t		test script
640cpan/Encode/t/encoding-locale.t		test script
641cpan/Encode/t/fallback.t		test script
642cpan/Encode/t/from_to.t			test script
643cpan/Encode/t/gb2312.enc		test data
644cpan/Encode/t/gb2312.utf		test data
645cpan/Encode/t/grow.t			test script
646cpan/Encode/t/gsm0338.t			test script
647cpan/Encode/t/guess.t			test script
648cpan/Encode/t/isa.t
649cpan/Encode/t/jis7-fallback.t		test script
650cpan/Encode/t/jisx0201.enc		test data
651cpan/Encode/t/jisx0201.utf		test data
652cpan/Encode/t/jisx0208.enc		test data
653cpan/Encode/t/jisx0208.utf		test data
654cpan/Encode/t/jisx0212.enc		test data
655cpan/Encode/t/jisx0212.utf		test data
656cpan/Encode/t/jperl.t			test script
657cpan/Encode/t/ksc5601.enc		test data
658cpan/Encode/t/ksc5601.utf		test data
659cpan/Encode/t/magic.t			test script
660cpan/Encode/t/mime-header.t		test script
661cpan/Encode/t/mime-name.t		test script
662cpan/Encode/t/mime_header_iso2022jp.t	test script
663cpan/Encode/t/Mod_EUCJP.pm		module that t/enc_module.enc uses
664cpan/Encode/t/perlio.t			test script
665cpan/Encode/t/piconv.t			Test for piconv.t
666cpan/Encode/t/rt.pl			test script
667cpan/Encode/t/rt113164.t		test script
668cpan/Encode/t/rt65541.t			test script
669cpan/Encode/t/rt76824.t			test script
670cpan/Encode/t/rt85489.t			test script
671cpan/Encode/t/rt86327.t			test script
672cpan/Encode/t/taint.t
673cpan/Encode/t/truncated_utf8.t
674cpan/Encode/t/undef.t
675cpan/Encode/t/unibench.pl		benchmark script
676cpan/Encode/t/Unicode.t			test script
677cpan/Encode/t/Unicode_trailing_nul.t
678cpan/Encode/t/use-Encode-Alias.t
679cpan/Encode/t/utf32warnings.t
680cpan/Encode/t/utf8ref.t			test script
681cpan/Encode/t/utf8strict.t		test script
682cpan/Encode/t/utf8warnings.t
683cpan/Encode/t/xml.t
684cpan/Encode/TW/Makefile.PL		Encode extension
685cpan/Encode/TW/TW.pm			Encode extension
686cpan/Encode/ucm/8859-1.ucm		Unicode Character Map
687cpan/Encode/ucm/8859-10.ucm		Unicode Character Map
688cpan/Encode/ucm/8859-11.ucm		Unicode Character Map
689cpan/Encode/ucm/8859-13.ucm		Unicode Character Map
690cpan/Encode/ucm/8859-14.ucm		Unicode Character Map
691cpan/Encode/ucm/8859-15.ucm		Unicode Character Map
692cpan/Encode/ucm/8859-16.ucm		Unicode Character Map
693cpan/Encode/ucm/8859-2.ucm		Unicode Character Map
694cpan/Encode/ucm/8859-3.ucm		Unicode Character Map
695cpan/Encode/ucm/8859-4.ucm		Unicode Character Map
696cpan/Encode/ucm/8859-5.ucm		Unicode Character Map
697cpan/Encode/ucm/8859-6.ucm		Unicode Character Map
698cpan/Encode/ucm/8859-7.ucm		Unicode Character Map
699cpan/Encode/ucm/8859-8.ucm		Unicode Character Map
700cpan/Encode/ucm/8859-9.ucm		Unicode Character Map
701cpan/Encode/ucm/adobeStdenc.ucm		Unicode Character Map
702cpan/Encode/ucm/adobeSymbol.ucm		Unicode Character Map
703cpan/Encode/ucm/adobeZdingbat.ucm	Unicode Character Map
704cpan/Encode/ucm/ascii.ucm		Unicode Character Map
705cpan/Encode/ucm/big5-eten.ucm		Unicode Character Map
706cpan/Encode/ucm/big5-hkscs.ucm		Unicode Character Map
707cpan/Encode/ucm/cp037.ucm		Unicode Character Map
708cpan/Encode/ucm/cp1006.ucm		Unicode Character Map
709cpan/Encode/ucm/cp1026.ucm		Unicode Character Map
710cpan/Encode/ucm/cp1047.ucm		Unicode Character Map
711cpan/Encode/ucm/cp1250.ucm		Unicode Character Map
712cpan/Encode/ucm/cp1251.ucm		Unicode Character Map
713cpan/Encode/ucm/cp1252.ucm		Unicode Character Map
714cpan/Encode/ucm/cp1253.ucm		Unicode Character Map
715cpan/Encode/ucm/cp1254.ucm		Unicode Character Map
716cpan/Encode/ucm/cp1255.ucm		Unicode Character Map
717cpan/Encode/ucm/cp1256.ucm		Unicode Character Map
718cpan/Encode/ucm/cp1257.ucm		Unicode Character Map
719cpan/Encode/ucm/cp1258.ucm		Unicode Character Map
720cpan/Encode/ucm/cp424.ucm		Unicode Character Map
721cpan/Encode/ucm/cp437.ucm		Unicode Character Map
722cpan/Encode/ucm/cp500.ucm		Unicode Character Map
723cpan/Encode/ucm/cp737.ucm		Unicode Character Map
724cpan/Encode/ucm/cp775.ucm		Unicode Character Map
725cpan/Encode/ucm/cp850.ucm		Unicode Character Map
726cpan/Encode/ucm/cp852.ucm		Unicode Character Map
727cpan/Encode/ucm/cp855.ucm		Unicode Character Map
728cpan/Encode/ucm/cp856.ucm		Unicode Character Map
729cpan/Encode/ucm/cp857.ucm		Unicode Character Map
730cpan/Encode/ucm/cp858.ucm		Unicode Character Map
731cpan/Encode/ucm/cp860.ucm		Unicode Character Map
732cpan/Encode/ucm/cp861.ucm		Unicode Character Map
733cpan/Encode/ucm/cp862.ucm		Unicode Character Map
734cpan/Encode/ucm/cp863.ucm		Unicode Character Map
735cpan/Encode/ucm/cp864.ucm		Unicode Character Map
736cpan/Encode/ucm/cp865.ucm		Unicode Character Map
737cpan/Encode/ucm/cp866.ucm		Unicode Character Map
738cpan/Encode/ucm/cp869.ucm		Unicode Character Map
739cpan/Encode/ucm/cp874.ucm		Unicode Character Map
740cpan/Encode/ucm/cp875.ucm		Unicode Character Map
741cpan/Encode/ucm/cp932.ucm		Unicode Character Map
742cpan/Encode/ucm/cp936.ucm		Unicode Character Map
743cpan/Encode/ucm/cp949.ucm		Unicode Character Map
744cpan/Encode/ucm/cp950.ucm		Unicode Character Map
745cpan/Encode/ucm/ctrl.ucm		Unicode Character Map
746cpan/Encode/ucm/dingbats.ucm		Unicode Character Map
747cpan/Encode/ucm/euc-cn.ucm		Unicode Character Map
748cpan/Encode/ucm/euc-jp.ucm		Unicode Character Map
749cpan/Encode/ucm/euc-kr.ucm		Unicode Character Map
750cpan/Encode/ucm/gb12345.ucm		Unicode Character Map
751cpan/Encode/ucm/gb2312.ucm		Unicode Character Map
752cpan/Encode/ucm/hp-roman8.ucm		Unicode Character Map
753cpan/Encode/ucm/ir-165.ucm		Unicode Character Map
754cpan/Encode/ucm/jis0201.ucm		Unicode Character Map
755cpan/Encode/ucm/jis0208.ucm		Unicode Character Map
756cpan/Encode/ucm/jis0212.ucm		Unicode Character Map
757cpan/Encode/ucm/johab.ucm		Unicode Character Map
758cpan/Encode/ucm/koi8-f.ucm		Unicode Character Map
759cpan/Encode/ucm/koi8-r.ucm		Unicode Character Map
760cpan/Encode/ucm/koi8-u.ucm		Unicode Character Map
761cpan/Encode/ucm/ksc5601.ucm		Unicode Character Map
762cpan/Encode/ucm/macArabic.ucm		Unicode Character Map
763cpan/Encode/ucm/macCentEuro.ucm		Unicode Character Map
764cpan/Encode/ucm/macChinsimp.ucm		Unicode Character Map
765cpan/Encode/ucm/macChintrad.ucm		Unicode Character Map
766cpan/Encode/ucm/macCroatian.ucm		Unicode Character Map
767cpan/Encode/ucm/macCyrillic.ucm		Unicode Character Map
768cpan/Encode/ucm/macDingbats.ucm		Unicode Character Map
769cpan/Encode/ucm/macFarsi.ucm		Unicode Character Map
770cpan/Encode/ucm/macGreek.ucm		Unicode Character Map
771cpan/Encode/ucm/macHebrew.ucm		Unicode Character Map
772cpan/Encode/ucm/macIceland.ucm		Unicode Character Map
773cpan/Encode/ucm/macJapanese.ucm		Unicode Character Map
774cpan/Encode/ucm/macKorean.ucm		Unicode Character Map
775cpan/Encode/ucm/macRoman.ucm		Unicode Character Map
776cpan/Encode/ucm/macROMnn.ucm		Unicode Character Map
777cpan/Encode/ucm/macRUMnn.ucm		Unicode Character Map
778cpan/Encode/ucm/macSami.ucm		Unicode Character Map
779cpan/Encode/ucm/macSymbol.ucm		Unicode Character Map
780cpan/Encode/ucm/macThai.ucm		Unicode Character Map
781cpan/Encode/ucm/macTurkish.ucm		Unicode Character Map
782cpan/Encode/ucm/macUkraine.ucm		Unicode Character Map
783cpan/Encode/ucm/nextstep.ucm		Unicode Character Map
784cpan/Encode/ucm/null.ucm		Unicode Character Map
785cpan/Encode/ucm/posix-bc.ucm		Unicode Character Map
786cpan/Encode/ucm/shiftjis.ucm		Unicode Character Map
787cpan/Encode/ucm/symbol.ucm		Unicode Character Map
788cpan/Encode/ucm/viscii.ucm		Unicode Character Map
789cpan/Encode/Unicode/Makefile.PL		Encode extension
790cpan/Encode/Unicode/Unicode.pm		Encode extension
791cpan/Encode/Unicode/Unicode.xs		Encode extension
792cpan/experimental/lib/experimental.pm
793cpan/experimental/t/basic.t
794cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm			generate XS code to import C header constants
795cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm		generate XS code to import C header constants
796cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm	generate XS code for proxy constants
797cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm		generate XS code to import C header constants
798cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm		generate XS code to import C header constants
799cpan/ExtUtils-Constant/t/Constant.t				See if ExtUtils::Constant works
800cpan/ExtUtils-Install/lib/ExtUtils/Install.pm		Handles 'make install' on extensions
801cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm		Information on installed extensions
802cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm		Manipulates .packlist files
803cpan/ExtUtils-Install/t/can_write_dir.t			Does the _can_write_dir function of ExtUtils::Install work properly?
804cpan/ExtUtils-Install/t/Install.t			See if ExtUtils::Install works
805cpan/ExtUtils-Install/t/Installapi2.t			See if new api for ExtUtils::Install::install() works
806cpan/ExtUtils-Install/t/Installed.t			See if ExtUtils::Installed works
807cpan/ExtUtils-Install/t/InstallWithMM.t			See if ExtUtils::Install works (related to EUMM/t/basic.t)
808cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm	MakeMaker test utilities
809cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm	MakeMaker test utilities
810cpan/ExtUtils-Install/t/lib/TieOut.pm			Testing library to capture prints
811cpan/ExtUtils-Install/t/Packlist.t			See if Packlist works
812cpan/ExtUtils-MakeMaker/bin/instmodsh				Give information about installed extensions
813cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm
814cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm		Calling MM functions from the cmd line
815cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm			Locates libraries
816cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm		Does the real work of the above
817cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm		Write Makefiles for extensions
818cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm	MakeMaker wrapper for Config
819cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod		MakeMaker FAQ
820cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm
821cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod	Writing a module with MakeMaker
822cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm
823cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm
824cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm		Writes a bootstrap file (see MakeMaker)
825cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm		Writes a linker options file for extensions
826cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm			MakeMaker adaptor class
827cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm			MakeMaker methods for AIX
828cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm			MakeMaker methods for Any OS
829cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm			MakeMaker methods for BeOS
830cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm		MakeMaker methods for Cygwin
831cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm		MakeMaker methods for Darwin
832cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm			MakeMaker methods for DOS
833cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm		MakeMaker methods for MacOS
834cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm			MakeMaker methods for NetWare
835cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm			MakeMaker methods for OS/2
836cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm		MakeMaker methods for OS 390
837cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm			MakeMaker methods for QNX
838cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm			MakeMaker methods for Unix
839cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm			MakeMaker methods for U/WIN
840cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm			MakeMaker methods for VMS
841cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm			MakeMaker methods for VOS
842cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm		MakeMaker methods for Win32
843cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm		MakeMaker methods for Win95
844cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm			MakeMaker user override class
845cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm			Fixes up @INC to use just-built extension
846cpan/ExtUtils-MakeMaker/t/00compile.t				See if MakeMaker modules compile
847cpan/ExtUtils-MakeMaker/t/01perl_bugs.t
848cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t
849cpan/ExtUtils-MakeMaker/t/03-xsstatic.t
850cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t
851cpan/ExtUtils-MakeMaker/t/arch_check.t				Test MakeMaker's arch_check()
852cpan/ExtUtils-MakeMaker/t/backwards.t				Check MakeMaker's backwards compatibility
853cpan/ExtUtils-MakeMaker/t/basic.t				See if MakeMaker can build a module
854cpan/ExtUtils-MakeMaker/t/build_man.t				Set if MakeMaker builds manpages
855cpan/ExtUtils-MakeMaker/t/cd.t					Test to see cd works
856cpan/ExtUtils-MakeMaker/t/config.t				Test ExtUtils::MakeMaker::Config
857cpan/ExtUtils-MakeMaker/t/cp.t
858cpan/ExtUtils-MakeMaker/t/dir_target.t				Verify if dir_target() is supported
859cpan/ExtUtils-MakeMaker/t/echo.t				Test for ExtUtils::MakeMaker
860cpan/ExtUtils-MakeMaker/t/eu_command.t
861cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t			See if FIRST_MAKEFILE works
862cpan/ExtUtils-MakeMaker/t/fix_libs.t				Test for ExtUtils::MakeMaker
863cpan/ExtUtils-MakeMaker/t/fixin.t				See if ExtUtils::MakeMaker works
864cpan/ExtUtils-MakeMaker/t/hints.t				See if hint files are honored.
865cpan/ExtUtils-MakeMaker/t/INST.t				Check MakeMaker INST_* macros
866cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t				See if MakeMaker can apply PREFIXs
867cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t			Test INSTALL_BASE in MakeMaker
868cpan/ExtUtils-MakeMaker/t/installed_file.t			Test for ExtUtils::MakeMaker
869cpan/ExtUtils-MakeMaker/t/is_of_type.t				Test for ExtUtils::MakeMaker
870cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm		MakeMaker test utilities
871cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm	MakeMaker test utilities
872cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm	MakeMaker test utilities
873cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm		MakeMaker test utilities
874cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm				Testing library for dummy input handles
875cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm				Testing library to capture prints
876cpan/ExtUtils-MakeMaker/t/Liblist.t				See if ExtUtils::Liblist works
877cpan/ExtUtils-MakeMaker/t/make.t				See if make detection works
878cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t		test "MakeMaker Parameters" section
879cpan/ExtUtils-MakeMaker/t/maketext_filter.t			See if maketext_filter works
880cpan/ExtUtils-MakeMaker/t/meta_convert.t				See if MakeMaker works
881cpan/ExtUtils-MakeMaker/t/META_for_testing.json				test data for MakeMaker
882cpan/ExtUtils-MakeMaker/t/META_for_testing.yml				test data for MakeMaker
883cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml				test data for MakeMaker
884cpan/ExtUtils-MakeMaker/t/metafile_data.t			See if META.yml handling works
885cpan/ExtUtils-MakeMaker/t/metafile_file.t			See if META.yml handling works
886cpan/ExtUtils-MakeMaker/t/min_perl_version.t			Test the MIN_PERL_VERSION argument to WriteMakefile.
887cpan/ExtUtils-MakeMaker/t/miniperl.t				Test MakeMaker with miniperl
888cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t				See if ExtUtils::Mkbootstrap works
889cpan/ExtUtils-MakeMaker/t/MM_Any.t				See if ExtUtils::MM_Any works
890cpan/ExtUtils-MakeMaker/t/MM_BeOS.t				See if ExtUtils::MM_BeOS works
891cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t				See if ExtUtils::MM_Cygwin works
892cpan/ExtUtils-MakeMaker/t/MM_NW5.t				See if ExtUtils::MM_NW5 works
893cpan/ExtUtils-MakeMaker/t/MM_OS2.t				See if ExtUtils::MM_OS2 works
894cpan/ExtUtils-MakeMaker/t/MM_Unix.t				See if ExtUtils::MM_UNIX works
895cpan/ExtUtils-MakeMaker/t/MM_VMS.t				See if ExtUtils::MM_VMS works
896cpan/ExtUtils-MakeMaker/t/MM_Win32.t				See if ExtUtils::MM_Win32 works
897cpan/ExtUtils-MakeMaker/t/oneliner.t				See if MM can generate perl one-liners
898cpan/ExtUtils-MakeMaker/t/os_unsupported.t
899cpan/ExtUtils-MakeMaker/t/parse_abstract.t			See if parse_abstract works
900cpan/ExtUtils-MakeMaker/t/parse_version.t			See if parse_version works
901cpan/ExtUtils-MakeMaker/t/PL_FILES.t				Test PL_FILES in MakeMaker
902cpan/ExtUtils-MakeMaker/t/pm.t					See if MakeMaker can handle PM
903cpan/ExtUtils-MakeMaker/t/pm_to_blib.t				Test for ExtUtils::MakeMaker
904cpan/ExtUtils-MakeMaker/t/pod2man.t				See if MakeMaker can handle no pod2man
905cpan/ExtUtils-MakeMaker/t/postamble.t				See if postamble works
906cpan/ExtUtils-MakeMaker/t/prefixify.t				See if MakeMaker can apply a PREFIX
907cpan/ExtUtils-MakeMaker/t/prereq.t				See if MakeMaker works
908cpan/ExtUtils-MakeMaker/t/prereq_print.t				See if PREREQ_PRINT works
909cpan/ExtUtils-MakeMaker/t/problems.t				How MakeMaker reacts to build problems
910cpan/ExtUtils-MakeMaker/t/prompt.t				See if E::MM::prompt() works
911cpan/ExtUtils-MakeMaker/t/recurs.t				See if recursive builds work
912cpan/ExtUtils-MakeMaker/t/revision.t				See if $Revision is correct
913cpan/ExtUtils-MakeMaker/t/several_authors.t			See if multiple AUTHORs work
914cpan/ExtUtils-MakeMaker/t/split_command.t			See if MM's xargs-like function works
915cpan/ExtUtils-MakeMaker/t/test_boilerplate.t			MakeMaker test
916cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm	test data for MakeMaker
917cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm	test data for MakeMaker
918cpan/ExtUtils-MakeMaker/t/testlib.t				See if ExtUtils::testlib works
919cpan/ExtUtils-MakeMaker/t/unicode.t
920cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t			See if MakeMaker's VERSION_FROM works
921cpan/ExtUtils-MakeMaker/t/vstrings.t
922cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t			See if WriteEmptyMakefile works
923cpan/ExtUtils-MakeMaker/t/writemakefile_args.t			See if WriteMakefile works
924cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm			Utilities to write MANIFEST files
925cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP		The default MANIFEST.SKIP
926cpan/ExtUtils-Manifest/t/Manifest.t				See if ExtUtils::Manifest works
927cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm	Implement pl2bat
928cpan/ExtUtils-PL2Bat/t/make_executable.t	Tests if ExtUtils::PL2Bat makes bat files that are executable
929cpan/File-Fetch/lib/File/Fetch.pm	File::Fetch
930cpan/File-Fetch/t/01_File-Fetch.t	File::Fetch tests
931cpan/File-Fetch/t/null_subclass.t
932cpan/File-Path/lib/File/Path.pm		Do things like 'mkdir -p' and 'rm -r'
933cpan/File-Path/t/FilePathTest.pm	See if File::Path works
934cpan/File-Path/t/Path.t			See if File::Path works
935cpan/File-Path/t/Path_root.t		See if File::Path works
936cpan/File-Path/t/Path_win32.t		See if File::Path works
937cpan/File-Path/t/taint.t		See if File::Path works with -T
938cpan/File-Temp/lib/File/Temp.pm	create safe temporary files and file handles
939cpan/File-Temp/t/cmp.t		See if File::Temp works
940cpan/File-Temp/t/fork.t		See if File::Temp works
941cpan/File-Temp/t/lock.t		See if File::Temp works
942cpan/File-Temp/t/mktemp.t	See if File::Temp works
943cpan/File-Temp/t/object.t	See if File::Temp works
944cpan/File-Temp/t/posix.t	See if File::Temp works
945cpan/File-Temp/t/rmtree.t	See if File::Temp works
946cpan/File-Temp/t/security.t	See if File::Temp works
947cpan/File-Temp/t/seekable.t	See if File::Temp works
948cpan/File-Temp/t/tempfile.t	See if File::Temp works
949cpan/Filter-Util-Call/Call.pm	Filter::Util::Call extension module
950cpan/Filter-Util-Call/Call.xs	Filter::Util::Call extension external subroutines
951cpan/Filter-Util-Call/filter-util.pl		See if Filter::Util::Call works
952cpan/Filter-Util-Call/t/call.t	See if Filter::Util::Call works
953cpan/Filter-Util-Call/t/rt_101033.pm
954cpan/Filter-Util-Call/t/rt_101033.t
955cpan/Filter-Util-Call/t/rt_54452-rebless.t
956cpan/Getopt-Long/lib/Getopt/Long.pm	Fetch command options (GetOptions)
957cpan/Getopt-Long/t/gol-basic.t		See if Getopt::Long works
958cpan/Getopt-Long/t/gol-linkage.t	See if Getopt::Long works
959cpan/Getopt-Long/t/gol-oo.t		See if Getopt::Long works
960cpan/Getopt-Long/t/gol-xargv.t		See if Getopt::Long works
961cpan/Getopt-Long/t/gol-xstring.t	See if Getopt::Long works
962cpan/HTTP-Tiny/corpus/auth-01.txt
963cpan/HTTP-Tiny/corpus/auth-02.txt
964cpan/HTTP-Tiny/corpus/auth-03.txt
965cpan/HTTP-Tiny/corpus/auth-04.txt
966cpan/HTTP-Tiny/corpus/auth-05.txt
967cpan/HTTP-Tiny/corpus/cookies-01.txt
968cpan/HTTP-Tiny/corpus/cookies-02.txt
969cpan/HTTP-Tiny/corpus/cookies-03.txt
970cpan/HTTP-Tiny/corpus/cookies-04.txt
971cpan/HTTP-Tiny/corpus/cookies-05.txt
972cpan/HTTP-Tiny/corpus/cookies-06.txt
973cpan/HTTP-Tiny/corpus/cookies-07.txt
974cpan/HTTP-Tiny/corpus/delete-01.txt
975cpan/HTTP-Tiny/corpus/form-01.txt
976cpan/HTTP-Tiny/corpus/form-02.txt
977cpan/HTTP-Tiny/corpus/form-03.txt
978cpan/HTTP-Tiny/corpus/form-04.txt
979cpan/HTTP-Tiny/corpus/form-05.txt
980cpan/HTTP-Tiny/corpus/get-01.txt
981cpan/HTTP-Tiny/corpus/get-02.txt
982cpan/HTTP-Tiny/corpus/get-03.txt
983cpan/HTTP-Tiny/corpus/get-04.txt
984cpan/HTTP-Tiny/corpus/get-05.txt
985cpan/HTTP-Tiny/corpus/get-06.txt
986cpan/HTTP-Tiny/corpus/get-07.txt
987cpan/HTTP-Tiny/corpus/get-08.txt
988cpan/HTTP-Tiny/corpus/get-09.txt
989cpan/HTTP-Tiny/corpus/get-10.txt
990cpan/HTTP-Tiny/corpus/get-11.txt
991cpan/HTTP-Tiny/corpus/get-12.txt
992cpan/HTTP-Tiny/corpus/get-13.txt
993cpan/HTTP-Tiny/corpus/get-14.txt
994cpan/HTTP-Tiny/corpus/get-15.txt
995cpan/HTTP-Tiny/corpus/get-16.txt
996cpan/HTTP-Tiny/corpus/get-17.txt
997cpan/HTTP-Tiny/corpus/get-18.txt
998cpan/HTTP-Tiny/corpus/get-19.txt
999cpan/HTTP-Tiny/corpus/get-20.txt
1000cpan/HTTP-Tiny/corpus/get-21.txt
1001cpan/HTTP-Tiny/corpus/get-22.txt
1002cpan/HTTP-Tiny/corpus/get-23.txt
1003cpan/HTTP-Tiny/corpus/head-01.txt
1004cpan/HTTP-Tiny/corpus/keepalive-01.txt
1005cpan/HTTP-Tiny/corpus/keepalive-02.txt
1006cpan/HTTP-Tiny/corpus/keepalive-03.txt
1007cpan/HTTP-Tiny/corpus/keepalive-04.txt
1008cpan/HTTP-Tiny/corpus/keepalive-05.txt
1009cpan/HTTP-Tiny/corpus/mirror-01.txt
1010cpan/HTTP-Tiny/corpus/mirror-02.txt
1011cpan/HTTP-Tiny/corpus/mirror-03.txt
1012cpan/HTTP-Tiny/corpus/mirror-04.txt
1013cpan/HTTP-Tiny/corpus/mirror-05.txt
1014cpan/HTTP-Tiny/corpus/post-01.txt
1015cpan/HTTP-Tiny/corpus/post-02.txt
1016cpan/HTTP-Tiny/corpus/proxy-auth-01.txt
1017cpan/HTTP-Tiny/corpus/put-01.txt
1018cpan/HTTP-Tiny/corpus/put-02.txt
1019cpan/HTTP-Tiny/corpus/put-03.txt
1020cpan/HTTP-Tiny/corpus/put-04.txt
1021cpan/HTTP-Tiny/corpus/put-05.txt
1022cpan/HTTP-Tiny/corpus/put-06.txt
1023cpan/HTTP-Tiny/corpus/put-07.txt
1024cpan/HTTP-Tiny/corpus/put-08.txt
1025cpan/HTTP-Tiny/corpus/redirect-01.txt
1026cpan/HTTP-Tiny/corpus/redirect-02.txt
1027cpan/HTTP-Tiny/corpus/redirect-03.txt
1028cpan/HTTP-Tiny/corpus/redirect-04.txt
1029cpan/HTTP-Tiny/corpus/redirect-05.txt
1030cpan/HTTP-Tiny/corpus/redirect-06.txt
1031cpan/HTTP-Tiny/corpus/redirect-07.txt
1032cpan/HTTP-Tiny/corpus/redirect-08.txt
1033cpan/HTTP-Tiny/corpus/redirect-09.txt
1034cpan/HTTP-Tiny/corpus/redirect-10.txt
1035cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
1036cpan/HTTP-Tiny/t/000_load.t
1037cpan/HTTP-Tiny/t/001_api.t
1038cpan/HTTP-Tiny/t/002_croakage.t
1039cpan/HTTP-Tiny/t/003_agent.t
1040cpan/HTTP-Tiny/t/004_timeout.t
1041cpan/HTTP-Tiny/t/010_url.t
1042cpan/HTTP-Tiny/t/020_headers.t
1043cpan/HTTP-Tiny/t/030_response.t
1044cpan/HTTP-Tiny/t/040_content.t
1045cpan/HTTP-Tiny/t/050_chunked_body.t
1046cpan/HTTP-Tiny/t/060_http_date.t
1047cpan/HTTP-Tiny/t/070_cookie_jar.t
1048cpan/HTTP-Tiny/t/100_get.t
1049cpan/HTTP-Tiny/t/101_head.t
1050cpan/HTTP-Tiny/t/102_put.t
1051cpan/HTTP-Tiny/t/103_delete.t
1052cpan/HTTP-Tiny/t/104_post.t
1053cpan/HTTP-Tiny/t/110_mirror.t
1054cpan/HTTP-Tiny/t/130_redirect.t
1055cpan/HTTP-Tiny/t/140_proxy.t
1056cpan/HTTP-Tiny/t/141_no_proxy.t
1057cpan/HTTP-Tiny/t/150_post_form.t
1058cpan/HTTP-Tiny/t/160_cookies.t
1059cpan/HTTP-Tiny/t/161_basic_auth.t
1060cpan/HTTP-Tiny/t/162_proxy_auth.t
1061cpan/HTTP-Tiny/t/170_keepalive.t
1062cpan/HTTP-Tiny/t/BrokenCookieJar.pm
1063cpan/HTTP-Tiny/t/SimpleCookieJar.pm
1064cpan/HTTP-Tiny/t/Util.pm
1065cpan/IO-Compress/bin/streamzip
1066cpan/IO-Compress/bin/zipdetails				IO::Compress
1067cpan/IO-Compress/lib/Compress/Zlib.pm			IO::Compress
1068cpan/IO-Compress/lib/File/GlobMapper.pm			IO::Compress
1069cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm	IO::Compress
1070cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm	IO::Compress
1071cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm	IO::Compress
1072cpan/IO-Compress/lib/IO/Compress/Base.pm		IO::Compress
1073cpan/IO-Compress/lib/IO/Compress/Base/Common.pm		IO::Compress
1074cpan/IO-Compress/lib/IO/Compress/Bzip2.pm		IO::Compress
1075cpan/IO-Compress/lib/IO/Compress/Deflate.pm		IO::Compress
1076cpan/IO-Compress/lib/IO/Compress/FAQ.pod		IO::Compress
1077cpan/IO-Compress/lib/IO/Compress/Gzip.pm		IO::Compress
1078cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm	IO::Compress
1079cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm		IO::Compress
1080cpan/IO-Compress/lib/IO/Compress/Zip.pm			IO::Compress
1081cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm	IO::Compress
1082cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm	IO::Compress
1083cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm		IO::Compress
1084cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm	IO::Compress
1085cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm	IO::Compress
1086cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm	IO::Compress
1087cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm	IO::Compress
1088cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm	IO::Compress
1089cpan/IO-Compress/lib/IO/Uncompress/Base.pm		IO::Compress
1090cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm		IO::Compress
1091cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm		IO::Compress
1092cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm		IO::Compress
1093cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm	IO::Compress
1094cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm		IO::Compress
1095cpan/IO-Compress/Makefile.PL				IO::Compress
1096cpan/IO-Compress/private/MakeUtil.pm			IO::Compress
1097cpan/IO-Compress/t/000prereq.t				IO::Compress
1098cpan/IO-Compress/t/001bzip2.t				IO::Compress
1099cpan/IO-Compress/t/001zlib-generic-deflate.t		IO::Compress
1100cpan/IO-Compress/t/001zlib-generic-gzip.t		IO::Compress
1101cpan/IO-Compress/t/001zlib-generic-rawdeflate.t		IO::Compress
1102cpan/IO-Compress/t/001zlib-generic-zip.t		IO::Compress
1103cpan/IO-Compress/t/002any-deflate.t			IO::Compress
1104cpan/IO-Compress/t/002any-gzip.t			IO::Compress
1105cpan/IO-Compress/t/002any-rawdeflate.t			IO::Compress
1106cpan/IO-Compress/t/002any-transparent.t			IO::Compress
1107cpan/IO-Compress/t/002any-zip.t				IO::Compress
1108cpan/IO-Compress/t/004gziphdr.t				IO::Compress
1109cpan/IO-Compress/t/005defhdr.t				IO::Compress
1110cpan/IO-Compress/t/006zip.t				IO::Compress
1111cpan/IO-Compress/t/011-streamzip.t
1112cpan/IO-Compress/t/01misc.t				IO::Compress
1113cpan/IO-Compress/t/020isize.t				IO::Compress
1114cpan/IO-Compress/t/050interop-gzip.t			IO::Compress
1115cpan/IO-Compress/t/100generic-bzip2.t			IO::Compress
1116cpan/IO-Compress/t/100generic-deflate.t			IO::Compress
1117cpan/IO-Compress/t/100generic-gzip.t			IO::Compress
1118cpan/IO-Compress/t/100generic-rawdeflate.t		IO::Compress
1119cpan/IO-Compress/t/100generic-zip.t			IO::Compress
1120cpan/IO-Compress/t/101truncate-bzip2.t			IO::Compress
1121cpan/IO-Compress/t/101truncate-deflate.t		IO::Compress
1122cpan/IO-Compress/t/101truncate-gzip.t			IO::Compress
1123cpan/IO-Compress/t/101truncate-rawdeflate.t		IO::Compress
1124cpan/IO-Compress/t/101truncate-zip.t			IO::Compress
1125cpan/IO-Compress/t/102tied-bzip2.t			IO::Compress
1126cpan/IO-Compress/t/102tied-deflate.t			IO::Compress
1127cpan/IO-Compress/t/102tied-gzip.t			IO::Compress
1128cpan/IO-Compress/t/102tied-rawdeflate.t			IO::Compress
1129cpan/IO-Compress/t/102tied-zip.t			IO::Compress
1130cpan/IO-Compress/t/103newtied-bzip2.t			IO::Compress
1131cpan/IO-Compress/t/103newtied-deflate.t			IO::Compress
1132cpan/IO-Compress/t/103newtied-gzip.t			IO::Compress
1133cpan/IO-Compress/t/103newtied-rawdeflate.t		IO::Compress
1134cpan/IO-Compress/t/103newtied-zip.t			IO::Compress
1135cpan/IO-Compress/t/104destroy-bzip2.t			IO::Compress
1136cpan/IO-Compress/t/104destroy-deflate.t			IO::Compress
1137cpan/IO-Compress/t/104destroy-gzip.t			IO::Compress
1138cpan/IO-Compress/t/104destroy-rawdeflate.t		IO::Compress
1139cpan/IO-Compress/t/104destroy-zip.t			IO::Compress
1140cpan/IO-Compress/t/105oneshot-bzip2.t			IO::Compress
1141cpan/IO-Compress/t/105oneshot-deflate.t			IO::Compress
1142cpan/IO-Compress/t/105oneshot-gzip.t			IO::Compress
1143cpan/IO-Compress/t/105oneshot-gzip-only.t		IO::Compress
1144cpan/IO-Compress/t/105oneshot-rawdeflate.t		IO::Compress
1145cpan/IO-Compress/t/105oneshot-zip.t			IO::Compress
1146cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t		IO::Compress
1147cpan/IO-Compress/t/105oneshot-zip-only.t		IO::Compress
1148cpan/IO-Compress/t/105oneshot-zip-store-only.t		IO::Compress
1149cpan/IO-Compress/t/106prime-bzip2.t			IO::Compress
1150cpan/IO-Compress/t/106prime-deflate.t			IO::Compress
1151cpan/IO-Compress/t/106prime-gzip.t			IO::Compress
1152cpan/IO-Compress/t/106prime-rawdeflate.t		IO::Compress
1153cpan/IO-Compress/t/106prime-zip.t			IO::Compress
1154cpan/IO-Compress/t/107multi-bzip2.t			IO::Compress
1155cpan/IO-Compress/t/107multi-deflate.t			IO::Compress
1156cpan/IO-Compress/t/107multi-gzip.t			IO::Compress
1157cpan/IO-Compress/t/107multi-rawdeflate.t		IO::Compress
1158cpan/IO-Compress/t/107multi-zip.t			IO::Compress
1159cpan/IO-Compress/t/107multi-zip-only.t
1160cpan/IO-Compress/t/108anyunc-bzip2.t			IO::Compress
1161cpan/IO-Compress/t/108anyunc-deflate.t			IO::Compress
1162cpan/IO-Compress/t/108anyunc-gzip.t			IO::Compress
1163cpan/IO-Compress/t/108anyunc-rawdeflate.t		IO::Compress
1164cpan/IO-Compress/t/108anyunc-transparent.t		IO::Compress
1165cpan/IO-Compress/t/108anyunc-zip.t			IO::Compress
1166cpan/IO-Compress/t/109merge-deflate.t			IO::Compress
1167cpan/IO-Compress/t/109merge-gzip.t			IO::Compress
1168cpan/IO-Compress/t/109merge-rawdeflate.t		IO::Compress
1169cpan/IO-Compress/t/109merge-zip.t			IO::Compress
1170cpan/IO-Compress/t/110encode-bzip2.t			IO::Compress
1171cpan/IO-Compress/t/110encode-deflate.t			IO::Compress
1172cpan/IO-Compress/t/110encode-gzip.t			IO::Compress
1173cpan/IO-Compress/t/110encode-rawdeflate.t		IO::Compress
1174cpan/IO-Compress/t/110encode-zip.t			IO::Compress
1175cpan/IO-Compress/t/111const-deflate.t			IO::Compress
1176cpan/IO-Compress/t/112utf8-zip.t
1177cpan/IO-Compress/t/113issues.t
1178cpan/IO-Compress/t/999pod.t				IO::Compress
1179cpan/IO-Compress/t/compress/any.pl			Compress::Zlib
1180cpan/IO-Compress/t/compress/anyunc.pl			Compress::Zlib
1181cpan/IO-Compress/t/compress/CompTestUtils.pm		Compress::Zlib
1182cpan/IO-Compress/t/compress/destroy.pl			Compress::Zlib
1183cpan/IO-Compress/t/compress/encode.pl			Compress::Zlib
1184cpan/IO-Compress/t/compress/generic.pl			Compress::Zlib
1185cpan/IO-Compress/t/compress/merge.pl			Compress::Zlib
1186cpan/IO-Compress/t/compress/multi.pl			Compress::Zlib
1187cpan/IO-Compress/t/compress/newtied.pl			Compress::Zlib
1188cpan/IO-Compress/t/compress/oneshot.pl			Compress::Zlib
1189cpan/IO-Compress/t/compress/prime.pl			Compress::Zlib
1190cpan/IO-Compress/t/compress/tied.pl			Compress::Zlib
1191cpan/IO-Compress/t/compress/truncate.pl			Compress::Zlib
1192cpan/IO-Compress/t/compress/zlib-generic.pl		Compress::Zlib
1193cpan/IO-Compress/t/cz-01version.t			IO::Compress
1194cpan/IO-Compress/t/cz-03zlib-v1.t			IO::Compress
1195cpan/IO-Compress/t/cz-06gzsetp.t			IO::Compress
1196cpan/IO-Compress/t/cz-08encoding.t			IO::Compress
1197cpan/IO-Compress/t/cz-14gzopen.t			IO::Compress
1198cpan/IO-Compress/t/files/bad-efs.zip
1199cpan/IO-Compress/t/files/encrypt-aes.zip
1200cpan/IO-Compress/t/files/encrypt-standard.zip
1201cpan/IO-Compress/t/files/jar.zip
1202cpan/IO-Compress/t/files/meta.xml
1203cpan/IO-Compress/t/files/test.ods
1204cpan/IO-Compress/t/files/testfile1.odt
1205cpan/IO-Compress/t/globmapper.t				IO::Compress
1206cpan/IO-Socket-IP/lib/IO/Socket/IP.pm			IO::Socket::IP
1207cpan/IO-Socket-IP/t/00use.t				IO::Socket::IP tests
1208cpan/IO-Socket-IP/t/01local-client-v4.t			IO::Socket::IP tests
1209cpan/IO-Socket-IP/t/02local-server-v4.t			IO::Socket::IP tests
1210cpan/IO-Socket-IP/t/03local-cross-v4.t			IO::Socket::IP tests
1211cpan/IO-Socket-IP/t/04local-client-v6.t			IO::Socket::IP tests
1212cpan/IO-Socket-IP/t/05local-server-v6.t			IO::Socket::IP tests
1213cpan/IO-Socket-IP/t/06local-cross-v6.t			IO::Socket::IP tests
1214cpan/IO-Socket-IP/t/10args.t				IO::Socket::IP tests
1215cpan/IO-Socket-IP/t/11sockopts.t			IO::Socket::IP tests
1216cpan/IO-Socket-IP/t/12port-fallback.t			IO::Socket::IP tests
1217cpan/IO-Socket-IP/t/13addrinfo.t			IO::Socket::IP tests
1218cpan/IO-Socket-IP/t/14fileno.t				IO::Socket::IP tests
1219cpan/IO-Socket-IP/t/15io-socket.t			IO::Socket::IP tests
1220cpan/IO-Socket-IP/t/16v6only.t				IO::Socket::IP tests
1221cpan/IO-Socket-IP/t/17gai-flags.t			IO::Socket::IP tests
1222cpan/IO-Socket-IP/t/18fdopen.t				IO::Socket::IP tests
1223cpan/IO-Socket-IP/t/19no-addrs.t			IO::Socket::IP tests
1224cpan/IO-Socket-IP/t/20subclass.t			IO::Socket::IP tests
1225cpan/IO-Socket-IP/t/21as-inet.t				IO::Socket::IP tests
1226cpan/IO-Socket-IP/t/22timeout.t
1227cpan/IO-Socket-IP/t/30nonblocking-connect.t		IO::Socket::IP tests
1228cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t	IO::Socket::IP tests
1229cpan/IO-Socket-IP/t/99pod.t				IO::Socket::IP tests
1230cpan/IO-Zlib/t/basic.t		Tests for IO::Zlib
1231cpan/IO-Zlib/t/external.t	Tests for IO::Zlib
1232cpan/IO-Zlib/t/getc.t		Tests for IO::Zlib
1233cpan/IO-Zlib/t/getline.t	Tests for IO::Zlib
1234cpan/IO-Zlib/t/import.t		Tests for IO::Zlib
1235cpan/IO-Zlib/t/large.t		Tests for IO::Zlib
1236cpan/IO-Zlib/t/tied.t		Tests for IO::Zlib
1237cpan/IO-Zlib/t/uncomp1.t	Tests for IO::Zlib
1238cpan/IO-Zlib/t/uncomp2.t	Tests for IO::Zlib
1239cpan/IO-Zlib/Zlib.pm		IO::Zlib
1240cpan/IPC-Cmd/lib/IPC/Cmd.pm			IPC::Cmd
1241cpan/IPC-Cmd/t/01_IPC-Cmd.t	IPC::Cmd tests
1242cpan/IPC-Cmd/t/02_Interactive.t	IPC::Cmd tests
1243cpan/IPC-Cmd/t/03_run-forked.t	IPC::Cmd tests
1244cpan/IPC-Cmd/t/src/child.pl	IPC::Cmd tests
1245cpan/IPC-Cmd/t/src/output.pl	IPC::Cmd tests
1246cpan/IPC-Cmd/t/src/x.tgz	IPC::Cmd tests
1247cpan/IPC-SysV/hints/cygwin.pl		Hint for IPC::SysV for named architecture
1248cpan/IPC-SysV/hints/next_3.pl		Hint for IPC::SysV for named architecture
1249cpan/IPC-SysV/lib/IPC/Msg.pm		IPC::SysV extension Perl module
1250cpan/IPC-SysV/lib/IPC/Semaphore.pm	IPC::SysV extension Perl module
1251cpan/IPC-SysV/lib/IPC/SharedMem.pm	IPC::SysV extension Perl module
1252cpan/IPC-SysV/lib/IPC/SysV.pm		IPC::SysV extension Perl module
1253cpan/IPC-SysV/Makefile.PL		IPC::SysV makefile writer
1254cpan/IPC-SysV/regen.pl			IPC::SysV file regeneration script
1255cpan/IPC-SysV/SysV.xs			IPC::SysV extension Perl module
1256cpan/IPC-SysV/t/ipcsysv.t		IPC::SysV test file
1257cpan/IPC-SysV/t/msg.t			IPC::SysV test file
1258cpan/IPC-SysV/t/pod.t			IPC::SysV test file
1259cpan/IPC-SysV/t/podcov.t		IPC::SysV test file
1260cpan/IPC-SysV/t/sem.t			IPC::SysV test file
1261cpan/IPC-SysV/t/shm.t			IPC::SysV test file
1262cpan/IPC-SysV/typemap			IPC::SysV typemap
1263cpan/JSON-PP/bin/json_pp
1264cpan/JSON-PP/lib/JSON/PP.pm
1265cpan/JSON-PP/lib/JSON/PP/Boolean.pm
1266cpan/JSON-PP/t/000_load.t
1267cpan/JSON-PP/t/001_utf8.t
1268cpan/JSON-PP/t/002_error.t
1269cpan/JSON-PP/t/003_types.t
1270cpan/JSON-PP/t/004_dwiw_encode.t
1271cpan/JSON-PP/t/005_dwiw_decode.t
1272cpan/JSON-PP/t/006_pc_pretty.t
1273cpan/JSON-PP/t/007_pc_esc.t
1274cpan/JSON-PP/t/008_pc_base.t
1275cpan/JSON-PP/t/009_pc_extra_number.t
1276cpan/JSON-PP/t/010_pc_keysort.t
1277cpan/JSON-PP/t/011_pc_expo.t
1278cpan/JSON-PP/t/012_blessed.t
1279cpan/JSON-PP/t/013_limit.t
1280cpan/JSON-PP/t/014_latin1.t
1281cpan/JSON-PP/t/015_prefix.t
1282cpan/JSON-PP/t/016_tied.t
1283cpan/JSON-PP/t/017_relaxed.t
1284cpan/JSON-PP/t/018_json_checker.t
1285cpan/JSON-PP/t/019_incr.t
1286cpan/JSON-PP/t/020_faihu.t
1287cpan/JSON-PP/t/020_unknown.t
1288cpan/JSON-PP/t/021_evans.t
1289cpan/JSON-PP/t/022_comment_at_eof.t
1290cpan/JSON-PP/t/052_object.t
1291cpan/JSON-PP/t/099_binary.t
1292cpan/JSON-PP/t/104_sortby.t
1293cpan/JSON-PP/t/105_esc_slash.t
1294cpan/JSON-PP/t/106_allow_barekey.t
1295cpan/JSON-PP/t/107_allow_singlequote.t
1296cpan/JSON-PP/t/108_decode.t
1297cpan/JSON-PP/t/109_encode.t
1298cpan/JSON-PP/t/110_bignum.t
1299cpan/JSON-PP/t/112_upgrade.t
1300cpan/JSON-PP/t/113_overloaded_eq.t
1301cpan/JSON-PP/t/114_decode_prefix.t
1302cpan/JSON-PP/t/115_tie_ixhash.t
1303cpan/JSON-PP/t/116_incr_parse_fixed.t
1304cpan/JSON-PP/t/117_numbers.t
1305cpan/JSON-PP/t/118_boolean_values.t
1306cpan/JSON-PP/t/gh_28_json_test_suite.t
1307cpan/JSON-PP/t/gh_29_trailing_false_value.t
1308cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
1309cpan/JSON-PP/t/rt_90071_incr_parse.t
1310cpan/JSON-PP/t/zero-mojibake.t
1311cpan/libnet/lib/Net/Cmd.pm
1312cpan/libnet/lib/Net/Config.pm
1313cpan/libnet/lib/Net/Domain.pm
1314cpan/libnet/lib/Net/FTP.pm
1315cpan/libnet/lib/Net/FTP/A.pm
1316cpan/libnet/lib/Net/FTP/dataconn.pm
1317cpan/libnet/lib/Net/FTP/E.pm
1318cpan/libnet/lib/Net/FTP/I.pm
1319cpan/libnet/lib/Net/FTP/L.pm
1320cpan/libnet/lib/Net/libnetFAQ.pod
1321cpan/libnet/lib/Net/Netrc.pm
1322cpan/libnet/lib/Net/NNTP.pm
1323cpan/libnet/lib/Net/POP3.pm
1324cpan/libnet/lib/Net/SMTP.pm
1325cpan/libnet/lib/Net/Time.pm
1326cpan/libnet/Makefile.PL
1327cpan/libnet/t/config.t		libnet
1328cpan/libnet/t/datasend.t	libnet
1329cpan/libnet/t/ftp.t		libnet
1330cpan/libnet/t/hostname.t	libnet
1331cpan/libnet/t/netrc.t		libnet
1332cpan/libnet/t/nntp.t		libnet
1333cpan/libnet/t/nntp_ipv6.t
1334cpan/libnet/t/nntp_ssl.t
1335cpan/libnet/t/pop3_ipv6.t
1336cpan/libnet/t/pop3_ssl.t
1337cpan/libnet/t/require.t		libnet
1338cpan/libnet/t/smtp.t		libnet
1339cpan/libnet/t/smtp_ipv6.t
1340cpan/libnet/t/smtp_ssl.t
1341cpan/libnet/t/time.t		libnet
1342cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm	Locale::Simple
1343cpan/Locale-Maketext-Simple/t/0-signature.t			Locale::Simple tests
1344cpan/Locale-Maketext-Simple/t/1-basic.t				Locale::Simple tests
1345cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t	Locale::Simple tests
1346cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t	Locale::Simple tests
1347cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po		Locale::Simple tests
1348cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po		Locale::Simple tests
1349cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po	Locale::Simple tests
1350cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po	Locale::Simple tests
1351cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po	Locale::Simple tests
1352cpan/Math-BigInt/lib/Math/BigFloat.pm		An arbitrary precision floating-point arithmetic package
1353cpan/Math-BigInt/lib/Math/BigInt.pm	An arbitrary precision integer arithmetic package
1354cpan/Math-BigInt/lib/Math/BigInt/Calc.pm	Pure Perl module to support Math::BigInt
1355cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
1356cpan/Math-BigInt/t/_bin_parts_to_lib_parts.t
1357cpan/Math-BigInt/t/_bin_str_to_str_parts.t
1358cpan/Math-BigInt/t/_dec_parts_to_lib_parts.t
1359cpan/Math-BigInt/t/_dec_str_to_str_parts.t
1360cpan/Math-BigInt/t/_e_math.t		Helper routine in BigFloat for _e math
1361cpan/Math-BigInt/t/_hex_str_to_str_parts.t
1362cpan/Math-BigInt/t/_oct_str_to_str_parts.t
1363cpan/Math-BigInt/t/alias.inc		Support for BigInt tests
1364cpan/Math-BigInt/t/backermann-mbi.t	Test Math::BigInt
1365cpan/Math-BigInt/t/bare_mbf.t		Test MBF under Math::BigInt::BareCalc
1366cpan/Math-BigInt/t/bare_mbi.t		Test MBI under Math::BigInt::BareCalc
1367cpan/Math-BigInt/t/bare_mif.t		Rounding tests under BareCalc
1368cpan/Math-BigInt/t/bdigitsum-mbi.t	Test Math::BigInt
1369cpan/Math-BigInt/t/bdstr-mbf.t		Test Math::BigInt
1370cpan/Math-BigInt/t/bdstr-mbi.t		Test Math::BigInt
1371cpan/Math-BigInt/t/bestr-mbf.t		Test Math::BigInt
1372cpan/Math-BigInt/t/bestr-mbi.t		Test Math::BigInt
1373cpan/Math-BigInt/t/bfib-mbi.t
1374cpan/Math-BigInt/t/big_pi_e.t		test bpi() and bexp()
1375cpan/Math-BigInt/t/bigfltpm.inc		Shared tests for bigfltpm.t and sub_mbf.t
1376cpan/Math-BigInt/t/bigfltpm.t		See if BigFloat.pm works
1377cpan/Math-BigInt/t/bigintc.t		See if BigInt/Calc.pm works
1378cpan/Math-BigInt/t/bigintc-import.t
1379cpan/Math-BigInt/t/bigintpm.inc		Shared tests for bigintpm.t and sub_mbi.t
1380cpan/Math-BigInt/t/bigintpm.t		See if BigInt.pm works
1381cpan/Math-BigInt/t/bigints.t		See if BigInt.pm works
1382cpan/Math-BigInt/t/biglog.t		Test the log function
1383cpan/Math-BigInt/t/bigroot.t		Test the broot function
1384cpan/Math-BigInt/t/blucas-mbi.t
1385cpan/Math-BigInt/t/bnok-mbf.t
1386cpan/Math-BigInt/t/bnok-mbi.t
1387cpan/Math-BigInt/t/bnstr-mbf.t		Test Math::BigInt
1388cpan/Math-BigInt/t/bnstr-mbi.t		Test Math::BigInt
1389cpan/Math-BigInt/t/bpi-mbf.t
1390cpan/Math-BigInt/t/bpi-mbi.t
1391cpan/Math-BigInt/t/bpow-mbf.t
1392cpan/Math-BigInt/t/bpow-mbi.t
1393cpan/Math-BigInt/t/bsstr-mbf.t		Test Math::BigInt
1394cpan/Math-BigInt/t/bsstr-mbi.t		Test Math::BigInt
1395cpan/Math-BigInt/t/buparrow-mbi.t	Test Math::BigInt
1396cpan/Math-BigInt/t/calling-class-methods.t	Test Math::BigInt
1397cpan/Math-BigInt/t/calling-constant.t
1398cpan/Math-BigInt/t/calling-instance-methods.t	Test Math::BigInt
1399cpan/Math-BigInt/t/calling-lib1.t
1400cpan/Math-BigInt/t/calling-lib2.t
1401cpan/Math-BigInt/t/config.t		Test Math::BigInt->config()
1402cpan/Math-BigInt/t/const-mbf.t
1403cpan/Math-BigInt/t/const-mbi.t
1404cpan/Math-BigInt/t/downgrade.t		Test if use Math::BigInt(); under downgrade works
1405cpan/Math-BigInt/t/dparts-mbf.t		Test Math::BigInt
1406cpan/Math-BigInt/t/dparts-mbi.t		Test Math::BigInt
1407cpan/Math-BigInt/t/eparts-mbf.t		Test Math::BigInt
1408cpan/Math-BigInt/t/eparts-mbi.t		Test Math::BigInt
1409cpan/Math-BigInt/t/fparts-mbf.t
1410cpan/Math-BigInt/t/fparts-mbi.t
1411cpan/Math-BigInt/t/from_base-mbi.t
1412cpan/Math-BigInt/t/from_base_num-mbi.t
1413cpan/Math-BigInt/t/from_bin-mbf.t	Test Math::BigInt
1414cpan/Math-BigInt/t/from_bin-mbi.t
1415cpan/Math-BigInt/t/from_hex-mbf.t	Test Math::BigInt
1416cpan/Math-BigInt/t/from_hex-mbi.t
1417cpan/Math-BigInt/t/from_ieee754-mbf.t	Test Math::BigInt
1418cpan/Math-BigInt/t/from_oct-mbf.t	Test Math::BigInt
1419cpan/Math-BigInt/t/from_oct-mbi.t
1420cpan/Math-BigInt/t/inf_nan.t		Special tests for inf and *NaN* handling
1421cpan/Math-BigInt/t/isa.t		Test for Math::BigInt inheritance
1422cpan/Math-BigInt/t/lib_load-mbf-mbi.t
1423cpan/Math-BigInt/t/lib_load-mbi-mbf.t
1424cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm	Empty subclass of BigFloat for test
1425cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm	Bigint's simulation of Calc
1426cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm
1427cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm	Test Math::BigInt
1428cpan/Math-BigInt/t/Math/BigInt/Scalar.pm	Pure Perl module to support Math::BigInt
1429cpan/Math-BigInt/t/Math/BigInt/Subclass.pm	Empty subclass of BigInt for test
1430cpan/Math-BigInt/t/mbf_ali.t		Tests for BigFloat
1431cpan/Math-BigInt/t/mbi_ali.t		Tests for BigInt
1432cpan/Math-BigInt/t/mbi_rand.t		Test Math::BigInt randomly
1433cpan/Math-BigInt/t/mbimbf.inc		Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1434cpan/Math-BigInt/t/mbimbf.t		BigInt/BigFloat accuracy, precision and fallback, round_mode
1435cpan/Math-BigInt/t/nan_cmp.t		overloaded comparison involving *NaN*
1436cpan/Math-BigInt/t/new-mbf.t		Test Math::BigInt
1437cpan/Math-BigInt/t/new-mbi.t
1438cpan/Math-BigInt/t/new_overloaded.t	test overloaded numbers in BigFloat's new()
1439cpan/Math-BigInt/t/nparts-mbf.t		Test Math::BigInt
1440cpan/Math-BigInt/t/nparts-mbi.t		Test Math::BigInt
1441cpan/Math-BigInt/t/objectify_mbf.t	Math::BigInt tests
1442cpan/Math-BigInt/t/objectify_mbi.t	Math::BigInt tests
1443cpan/Math-BigInt/t/req_mbf0.t		test: require Math::BigFloat; ->bzero();
1444cpan/Math-BigInt/t/req_mbf1.t		test: require Math::BigFloat; ->bone();
1445cpan/Math-BigInt/t/req_mbfa.t		test: require Math::BigFloat; ->bnan();
1446cpan/Math-BigInt/t/req_mbfi.t		test: require Math::BigFloat; ->binf();
1447cpan/Math-BigInt/t/req_mbfn.t		test: require Math::BigFloat; ->new();
1448cpan/Math-BigInt/t/req_mbfw.t		require Math::BigFloat; import ( with => );
1449cpan/Math-BigInt/t/require.t		Test if require Math::BigInt works
1450cpan/Math-BigInt/t/round.t		Test rounding with non-integer A and P
1451cpan/Math-BigInt/t/rt-16221.t		Tests for objectify() w/foreign objs
1452cpan/Math-BigInt/t/sparts-mbf.t		Test Math::BigInt
1453cpan/Math-BigInt/t/sparts-mbi.t		Test Math::BigInt
1454cpan/Math-BigInt/t/sub_ali.t		Tests for aliases in BigInt subclasses
1455cpan/Math-BigInt/t/sub_mbf.t		Empty subclass test of BigFloat
1456cpan/Math-BigInt/t/sub_mbi.t		Empty subclass test of BigInt
1457cpan/Math-BigInt/t/sub_mif.t		Test A & P with subclasses using mbimbf.inc
1458cpan/Math-BigInt/t/to_base-mbi.t
1459cpan/Math-BigInt/t/to_base_num-mbi.t
1460cpan/Math-BigInt/t/to_ieee754-mbf.t	Test Math::BigInt
1461cpan/Math-BigInt/t/trap.t		Test whether trap_nan and trap_inf work
1462cpan/Math-BigInt/t/upgrade.inc		Actual tests for upgrade.t
1463cpan/Math-BigInt/t/upgrade.t		Test if use Math::BigInt(); under upgrade works
1464cpan/Math-BigInt/t/upgrade2.t		Test that two upgrade levels work
1465cpan/Math-BigInt/t/upgradef.t		Test if use Math::BigFloat(); under upgrade works
1466cpan/Math-BigInt/t/use.t		Test if use Math::BigInt(); works
1467cpan/Math-BigInt/t/use_lib1.t		Test combinations of Math::BigInt and BigFloat
1468cpan/Math-BigInt/t/use_lib2.t		Test combinations of Math::BigInt and BigFloat
1469cpan/Math-BigInt/t/use_lib3.t		Test combinations of Math::BigInt and BigFloat
1470cpan/Math-BigInt/t/use_lib4.t		Test combinations of Math::BigInt and BigFloat
1471cpan/Math-BigInt/t/use_lib5.t
1472cpan/Math-BigInt/t/use_lib6.t
1473cpan/Math-BigInt/t/use_mbfw.t		use BigFloat w/ with and lib at the same time
1474cpan/Math-BigInt/t/with_sub.t		Test use Math::BigFloat with => package
1475cpan/Math-BigInt-FastCalc/FastCalc.xs	Math::BigInt::FastCalc extension
1476cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm	Math::BigInt::FastCalc extension
1477cpan/Math-BigInt-FastCalc/t/bigintfc.t	Math::BigInt::FastCalc extension
1478cpan/Math-BigInt-FastCalc/t/biglog.t
1479cpan/Math-BigInt-FastCalc/t/bigroot.t
1480cpan/Math-BigInt-FastCalc/t/bootstrap.t	Math::BigInt::FastCalc extension
1481cpan/Math-BigInt-FastCalc/t/leak.t	test for memory leaks in Math::BigInt::FastCalc
1482cpan/Math-BigInt-FastCalc/t/mbi_rand.t	Math::BigInt::FastCalc extension
1483cpan/Math-BigRat/lib/Math/BigRat.pm	Math::BigRat
1484cpan/Math-BigRat/t/badd-mbr.t
1485cpan/Math-BigRat/t/big_ap.t		Math::BigRat test
1486cpan/Math-BigRat/t/bigfltpm.inc		Math::BigRat test
1487cpan/Math-BigRat/t/bigfltrt.t		Math::BigRat test
1488cpan/Math-BigRat/t/bigrat.t		Math::BigRat test
1489cpan/Math-BigRat/t/bigratpm.inc		Math::BigRat test
1490cpan/Math-BigRat/t/bigratpm.t		Math::BigRat test
1491cpan/Math-BigRat/t/bigratup.t		test under $Math::BigInt::upgrade
1492cpan/Math-BigRat/t/binv-mbr.t
1493cpan/Math-BigRat/t/bitwise.t		Math::BigRat test
1494cpan/Math-BigRat/t/bnok-mbr.t
1495cpan/Math-BigRat/t/const-mbr.t
1496cpan/Math-BigRat/t/downgrade.t
1497cpan/Math-BigRat/t/dparts-mbr.t
1498cpan/Math-BigRat/t/fparts-mbr.t
1499cpan/Math-BigRat/t/hang.t		Math::BigRat test for bug #34584 - hang in exp()
1500cpan/Math-BigRat/t/Math/BigRat/Test.pm	Math::BigRat test helper
1501cpan/Math-BigRat/t/new-mbr.t
1502cpan/Math-BigRat/t/requirer.t		see if require works properly
1503cpan/Math-BigRat/t/rt121139.t
1504cpan/Math-BigRat/t/trap.t		see if trap_nan and trap_inf work
1505cpan/Math-Complex/lib/Math/Complex.pm	A Complex package
1506cpan/Math-Complex/lib/Math/Trig.pm	A simple interface to complex trigonometry
1507cpan/Math-Complex/t/Complex.t		See if Math::Complex works
1508cpan/Math-Complex/t/Trig.t		See if Math::Trig works
1509cpan/Math-Complex/t/underbar.t		See if Math::Complex works
1510cpan/Memoize/Memoize.pm			Memoize
1511cpan/Memoize/Memoize/AnyDBM_File.pm	Memoize glue layer for AnyDBM_File
1512cpan/Memoize/Memoize/Expire.pm		Memoize expiry manager example
1513cpan/Memoize/Memoize/ExpireFile.pm	Memoize expiry manager test scaffold
1514cpan/Memoize/Memoize/ExpireTest.pm	Memoize expiry manager test scaffold
1515cpan/Memoize/Memoize/NDBM_File.pm	Memoize glue layer for NDBM_File
1516cpan/Memoize/Memoize/SDBM_File.pm	Memoize glue layer for SDBM_File
1517cpan/Memoize/Memoize/Storable.pm	Memoize glue layer for Storable
1518cpan/Memoize/t/array.t			Memoize array context return tests
1519cpan/Memoize/t/array_confusion.t	Memoize ambiguous array return tests
1520cpan/Memoize/t/correctness.t		Memoize basic correctness tests
1521cpan/Memoize/t/errors.t			Memoize PEBKAC detection tests
1522cpan/Memoize/t/expfile.t		Memoize expiry manager tests
1523cpan/Memoize/t/expire.t			Memoize expiry manager tests
1524cpan/Memoize/t/expmod_n.t		Memoize expiry manager tests
1525cpan/Memoize/t/expmod_t.t		Memoize expiry manager (timed) tests
1526cpan/Memoize/t/flush.t			Memoize 'flush_cache' function tests
1527cpan/Memoize/t/normalize.t		Memoize 'normalizer' feature tests
1528cpan/Memoize/t/prototype.t		Memoize prototyped function handling tests
1529cpan/Memoize/t/speed.t			"Makes functions faster" advertisement test
1530cpan/Memoize/t/tie.t			Memoize tied file test
1531cpan/Memoize/t/tie_gdbm.t		Memoize GDBM interface test
1532cpan/Memoize/t/tie_ndbm.t		Memoize NDBM interface test
1533cpan/Memoize/t/tie_sdbm.t		Memoize SDBM interface test
1534cpan/Memoize/t/tie_storable.t		Memoize Storable interface test
1535cpan/Memoize/t/tiefeatures.t		Memoize FAULT / MERGE / HASH options test
1536cpan/Memoize/t/unmemoize.t		Memoize 'unmemoize' function test
1537cpan/MIME-Base64/Base64.xs		MIME::Base64 extension
1538cpan/MIME-Base64/lib/MIME/Base64.pm
1539cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
1540cpan/MIME-Base64/t/base64.t		See whether MIME::Base64 works
1541cpan/MIME-Base64/t/base64url.t
1542cpan/MIME-Base64/t/length.t	See whether MIME::QuotedPrint works
1543cpan/MIME-Base64/t/quoted-print.t	See whether MIME::QuotedPrint works
1544cpan/MIME-Base64/t/unicode.t		See whether MIME::Base64 works
1545cpan/Module-Load/lib/Module/Load.pm		Module::Load
1546cpan/Module-Load/t/01_Module-Load.t		Module::Load tests
1547cpan/Module-Load/t/02_Module-Load.t		Module::Load tests
1548cpan/Module-Load/t/to_load/config_file		Module::Load tests
1549cpan/Module-Load/t/to_load/LoadIt.pm		Module::Load tests
1550cpan/Module-Load/t/to_load/LoadMe.pl		Module::Load tests
1551cpan/Module-Load/t/to_load/Must/Be/Loaded.pm	Module::Load tests
1552cpan/Module-Load/t/to_load/TestModule.pm	Module::Load tests
1553cpan/Module-Load/t/to_load/ToBeLoaded		Module::Load tests
1554cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm	Module::Conditional
1555cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t	Module::Conditional tests
1556cpan/Module-Load-Conditional/t/test_lib/a/X.pm			Module::Conditional tests
1557cpan/Module-Load-Conditional/t/test_lib/b/X.pm			Module::Conditional tests
1558cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm		Module::Conditional tests
1559cpan/Module-Load-Conditional/t/to_load/Commented.pm		Module::Conditional tests
1560cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
1561cpan/Module-Load-Conditional/t/to_load/InPod.pm			Module::Load::Conditional tests
1562cpan/Module-Load-Conditional/t/to_load/LoadIt.pm		Module::Conditional tests
1563cpan/Module-Load-Conditional/t/to_load/LoadMe.pl		Module::Conditional tests
1564cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm		Module::Load::Conditional tests
1565cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm		Module::Conditional tests
1566cpan/Module-Load-Conditional/t/to_load/NotMain.pm		Module::Conditional tests
1567cpan/Module-Load-Conditional/t/to_load/NotX.pm			Module::Conditional tests
1568cpan/Module-Load-Conditional/t/to_load/ToBeLoaded		Module::Conditional tests
1569cpan/Module-Loaded/lib/Module/Loaded.pm	Module::Loaded
1570cpan/Module-Loaded/t/01_Module-Loaded.t	Module::Loaded tests
1571cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
1572cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
1573cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
1574cpan/Module-Metadata/lib/Module/Metadata.pm
1575cpan/Module-Metadata/t/contains_pod.t
1576cpan/Module-Metadata/t/encoding.t
1577cpan/Module-Metadata/t/endpod.t
1578cpan/Module-Metadata/t/extract-package.t
1579cpan/Module-Metadata/t/extract-version.t
1580cpan/Module-Metadata/t/lib/0_1/Foo.pm
1581cpan/Module-Metadata/t/lib/0_2/Foo.pm
1582cpan/Module-Metadata/t/lib/ENDPOD.pm
1583cpan/Module-Metadata/t/lib/GeneratePackage.pm
1584cpan/Module-Metadata/t/metadata.t
1585cpan/Module-Metadata/t/taint.t
1586cpan/Module-Metadata/t/version.t
1587cpan/NEXT/lib/NEXT.pm		Pseudo-class NEXT for method redispatch
1588cpan/NEXT/t/actual.t		NEXT
1589cpan/NEXT/t/actuns.t		NEXT
1590cpan/NEXT/t/dynamically_scoped_regex_vars.t	NEXT
1591cpan/NEXT/t/next.t		NEXT
1592cpan/NEXT/t/stringify.t		NEXT
1593cpan/NEXT/t/unseen.t		NEXT
1594cpan/OpenBSD-MkTemp/lib/OpenBSD/MkTemp.pm		OpenBSD::MkTemp
1595cpan/OpenBSD-MkTemp/MkTemp.xs		OpenBSD::MkTemp
1596cpan/OpenBSD-MkTemp/README		OpenBSD::MkTemp Readme
1597cpan/OpenBSD-MkTemp/t/OpenBSD-MkTemp.t		OpenBSD::MkTemp test file
1598cpan/OpenBSD-Pledge/lib/OpenBSD/Pledge.pm	OpenBSD::Pledge
1599cpan/OpenBSD-Pledge/Pledge.xs	OpenBSD::Pledge
1600cpan/OpenBSD-Pledge/t/OpenBSD-Pledge.t	OpenBSD::Pledge test file
1601cpan/OpenBSD-Unveil/lib/OpenBSD/Unveil.pm	OpenBSD::Unveil
1602cpan/OpenBSD-Unveil/t/OpenBSD-Unveil.t	OpenBSD::Unveil test file
1603cpan/OpenBSD-Unveil/Unveil.xs	OpenBSD::Unveil
1604cpan/Params-Check/lib/Params/Check.pm	Params::Check
1605cpan/Params-Check/t/01_Params-Check.t	Params::Check tests
1606cpan/parent/lib/parent.pm			Establish an ISA relationship with base classes at compile time
1607cpan/parent/t/compile-time.t			tests for parent.pm
1608cpan/parent/t/compile-time-file.t		tests for parent.pm
1609cpan/parent/t/lib/Dummy.pm			test files for parent.pm
1610cpan/parent/t/lib/Dummy/Outside.pm		test files for parent.pm
1611cpan/parent/t/lib/Dummy2.plugin			test files for parent.pm
1612cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc	test files for parent.pm
1613cpan/parent/t/lib/ReturnsFalse.pm		test files for parent.pm
1614cpan/parent/t/parent.t				tests for parent.pm
1615cpan/parent/t/parent-classfromclassfile.t	tests for parent.pm
1616cpan/parent/t/parent-classfromfile.t		tests for parent.pm
1617cpan/parent/t/parent-pmc.t			tests for parent.pm
1618cpan/parent/t/parent-returns-false.t		tests for parent.pm
1619cpan/parent/t/rt62341.t.disabled		test files for parent.pm
1620cpan/Perl-OSType/lib/Perl/OSType.pm			Perl::OSType
1621cpan/Perl-OSType/t/OSType.t			Perl::OSType
1622cpan/perlfaq/lib/perlfaq.pm	Perl frequently asked questions
1623cpan/perlfaq/lib/perlfaq.pod	Perl frequently asked questions
1624cpan/perlfaq/lib/perlfaq1.pod		General Questions About Perl
1625cpan/perlfaq/lib/perlfaq2.pod	Obtaining and Learning about Perl
1626cpan/perlfaq/lib/perlfaq3.pod	Programming Tools
1627cpan/perlfaq/lib/perlfaq4.pod	Data Manipulation
1628cpan/perlfaq/lib/perlfaq5.pod	Files and Formats
1629cpan/perlfaq/lib/perlfaq6.pod	Regexes
1630cpan/perlfaq/lib/perlfaq7.pod	Perl Language Issues
1631cpan/perlfaq/lib/perlfaq8.pod	System Interaction
1632cpan/perlfaq/lib/perlfaq9.pod	Networking
1633cpan/perlfaq/lib/perlglossary.pod	Perl Glossary
1634cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm	PerlIO::via::QuotedPrint
1635cpan/PerlIO-via-QuotedPrint/t/changes.t
1636cpan/PerlIO-via-QuotedPrint/t/critic.t
1637cpan/PerlIO-via-QuotedPrint/t/pod.t
1638cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
1639cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t			PerlIO::via::QuotedPrint
1640cpan/Pod-Checker/lib/Pod/Checker.pm
1641cpan/Pod-Checker/scripts/podchecker.PL
1642cpan/Pod-Checker/t/pod/contains_bad_pod.xr
1643cpan/Pod-Checker/t/pod/empty.xr
1644cpan/Pod-Checker/t/pod/podchkenc.t
1645cpan/Pod-Checker/t/pod/podchkenc.xr
1646cpan/Pod-Checker/t/pod/podchklink.t
1647cpan/Pod-Checker/t/pod/poderrs.t
1648cpan/Pod-Checker/t/pod/poderrs.xr
1649cpan/Pod-Checker/t/pod/podname.t
1650cpan/Pod-Checker/t/pod/selfcheck.t
1651cpan/Pod-Checker/t/pod/testcmp.pl
1652cpan/Pod-Checker/t/pod/testpchk.pl
1653cpan/Pod-Escapes/lib/Pod/Escapes.pm	Pod::Escapes
1654cpan/Pod-Escapes/t/01_about_verbose.t	test Pod::Escapes
1655cpan/Pod-Escapes/t/10_main.t		test Pod::Escapes
1656cpan/Pod-Escapes/t/15_name2charnum.t	test Pod::Escapes
1657cpan/Pod-Perldoc/corpus/no-head.pod		test file for Pod-Perldoc
1658cpan/Pod-Perldoc/corpus/perlfunc.pod		test file for Pod-Perldoc
1659cpan/Pod-Perldoc/corpus/utf8.pod		test file for Pod-Perldoc
1660cpan/Pod-Perldoc/lib/Pod/Perldoc.pm		guts of the 'perldoc' utility
1661cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm	utility module for perldoc
1662cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm	options parsing for perldoc
1663cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm	convert POD to ANSI text
1664cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm	let perldoc check POD for errors
1665cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm	render POD as man pages
1666cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm	convert POD to nroff
1667cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm	convert POD to POD
1668cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm	convert POD to RTF
1669cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm	convert POD to terminal output
1670cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm	convert POD to plain text
1671cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm	convert POD via Tk::Pod
1672cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm	convert POD to XML
1673cpan/Pod-Perldoc/Makefile.PL
1674cpan/Pod-Perldoc/perldoc.pod
1675cpan/Pod-Perldoc/t/00_load.t			test file for Pod-Perldoc
1676cpan/Pod-Perldoc/t/01_about_verbose.t		test file for Pod-Perldoc
1677cpan/Pod-Perldoc/t/man/_get_columns.t		test file for Pod-Perldoc
1678cpan/Pod-Perldoc/t/pod.t			test file for Pod-Perldoc
1679cpan/Pod-Simple/lib/Pod/Simple.pm			Pod made simple
1680cpan/Pod-Simple/lib/Pod/Simple.pod			Pod for Pod::Simple
1681cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm		Pod::Simple::BlackBox
1682cpan/Pod-Simple/lib/Pod/Simple/Checker.pm		check the Pod syntax of a document
1683cpan/Pod-Simple/lib/Pod/Simple/Debug.pm			put Pod::Simple into trace/debug mode
1684cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm		dump Pod-parsing events as text
1685cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm		turn Pod into XML
1686cpan/Pod-Simple/lib/Pod/Simple/HTML.pm			convert Pod to HTML
1687cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm		convert several Pod files to several HTML files
1688cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm		Pod::Simple::HTMLLegacy
1689cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm
1690cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm		represent "section" attributes of L codes
1691cpan/Pod-Simple/lib/Pod/Simple/Methody.pm		turn Pod::Simple events into method calls
1692cpan/Pod-Simple/lib/Pod/Simple/Progress.pm		Pod::Simple::Progress
1693cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm		a pull-parser interface to parsing Pod
1694cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm	end-tokens from Pod::Simple::PullParser
1695cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm	start-tokens from Pod::Simple::PullParser
1696cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm	text-tokens from Pod::Simple::PullParser
1697cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm	tokens from Pod::Simple::PullParser
1698cpan/Pod-Simple/lib/Pod/Simple/RTF.pm			format Pod as RTF
1699cpan/Pod-Simple/lib/Pod/Simple/Search.pm		find POD documents in directory trees
1700cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm		parse Pod into a simple parse tree
1701cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod		write a formatter as a Pod::Simple subclass
1702cpan/Pod-Simple/lib/Pod/Simple/Text.pm			format Pod as plaintext
1703cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm		get the text content of Pod
1704cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm		Pod::Simple::TiedOutFH
1705cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm		Pod::Simple::Transcode
1706cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm		Pod::Simple::TranscodeDumb
1707cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm	Pod::Simple::TranscodeSmart
1708cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm			turn Pod into XHTML
1709cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm		turn Pod into XML
1710cpan/Pod-Simple/t/00about.t				Pod::Simple test file
1711cpan/Pod-Simple/t/20_skip.t				Pod::Simple test file
1712cpan/Pod-Simple/t/ac_d.t				Pod::Simple test file
1713cpan/Pod-Simple/t/accept01.t				Pod::Simple test file
1714cpan/Pod-Simple/t/accept05.t				Pod::Simple test file
1715cpan/Pod-Simple/t/ascii_order.pl
1716cpan/Pod-Simple/t/basic.t				Pod::Simple test file
1717cpan/Pod-Simple/t/begin.t				Pod::Simple test file
1718cpan/Pod-Simple/t/cbacks.t				Pod::Simple test file
1719cpan/Pod-Simple/t/chunking.t				Pod::Simple test file
1720cpan/Pod-Simple/t/closeys.t				Pod::Simple test file
1721cpan/Pod-Simple/t/content_seen.t			Pod::Simple test file
1722cpan/Pod-Simple/t/corpus.t				Pod::Simple test file
1723cpan/Pod-Simple/t/corpus/2202jp.txt			Pod::Simple test file
1724cpan/Pod-Simple/t/corpus/2202jp.xml			Pod::Simple test file
1725cpan/Pod-Simple/t/corpus/2202jpx.txt			Pod::Simple test file
1726cpan/Pod-Simple/t/corpus/2202jpx.xml			Pod::Simple test file
1727cpan/Pod-Simple/t/corpus/2202jpy.txt			Pod::Simple test file
1728cpan/Pod-Simple/t/corpus/2202jpy.xml			Pod::Simple test file
1729cpan/Pod-Simple/t/corpus/2202jpz.txt			Pod::Simple test file
1730cpan/Pod-Simple/t/corpus/2202jpz.xml			Pod::Simple test file
1731cpan/Pod-Simple/t/corpus/8859_7.pod			Pod::Simple test file
1732cpan/Pod-Simple/t/corpus/8859_7.xml			Pod::Simple test file
1733cpan/Pod-Simple/t/corpus/cp1256.txt			Pod::Simple test file
1734cpan/Pod-Simple/t/corpus/cp1256.xml			Pod::Simple test file
1735cpan/Pod-Simple/t/corpus/enc_char_directive.txt			Pod::Simple test file
1736cpan/Pod-Simple/t/corpus/enc_char_directive.xml			Pod::Simple test file
1737cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt			Pod::Simple test file
1738cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml			Pod::Simple test file
1739cpan/Pod-Simple/t/corpus/encwarn01.txt			Pod::Simple test file
1740cpan/Pod-Simple/t/corpus/encwarn01.xml			Pod::Simple test file
1741cpan/Pod-Simple/t/corpus/encwarn02.txt			Pod::Simple test file
1742cpan/Pod-Simple/t/corpus/encwarn02.xml			Pod::Simple test file
1743cpan/Pod-Simple/t/corpus/encwarn03.txt
1744cpan/Pod-Simple/t/corpus/encwarn03.xml
1745cpan/Pod-Simple/t/corpus/encwarn04.txt
1746cpan/Pod-Simple/t/corpus/encwarn04.xml
1747cpan/Pod-Simple/t/corpus/fet_cont.txt			Pod::Simple test file
1748cpan/Pod-Simple/t/corpus/fet_cont.xml			Pod::Simple test file
1749cpan/Pod-Simple/t/corpus/fet_dup.txt			Pod::Simple test file
1750cpan/Pod-Simple/t/corpus/fet_dup.xml			Pod::Simple test file
1751cpan/Pod-Simple/t/corpus/iso6.txt			Pod::Simple test file
1752cpan/Pod-Simple/t/corpus/iso6.xml			Pod::Simple test file
1753cpan/Pod-Simple/t/corpus/koi8r.txt			Pod::Simple test file
1754cpan/Pod-Simple/t/corpus/koi8r.xml			Pod::Simple test file
1755cpan/Pod-Simple/t/corpus/laozi38.txt			Pod::Simple test file
1756cpan/Pod-Simple/t/corpus/laozi38.xml			Pod::Simple test file
1757cpan/Pod-Simple/t/corpus/laozi38b.txt			Pod::Simple test file
1758cpan/Pod-Simple/t/corpus/laozi38b.xml			Pod::Simple test file
1759cpan/Pod-Simple/t/corpus/laozi38p.pod			Pod::Simple test file
1760cpan/Pod-Simple/t/corpus/laozi38p.xml			Pod::Simple test file
1761cpan/Pod-Simple/t/corpus/lat1fr.txt			Pod::Simple test file
1762cpan/Pod-Simple/t/corpus/lat1fr.xml			Pod::Simple test file
1763cpan/Pod-Simple/t/corpus/lat1frim.txt			Pod::Simple test file
1764cpan/Pod-Simple/t/corpus/lat1frim.xml			Pod::Simple test file
1765cpan/Pod-Simple/t/corpus/nonesuch.txt			Pod::Simple test file
1766cpan/Pod-Simple/t/corpus/nonesuch.xml			Pod::Simple test file
1767cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt		Pod::Simple test file
1768cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml		Pod::Simple test file
1769cpan/Pod-Simple/t/corpus/plain.txt			Pod::Simple test file
1770cpan/Pod-Simple/t/corpus/plain.xml			Pod::Simple test file
1771cpan/Pod-Simple/t/corpus/plain_explicit.txt		Pod::Simple test file
1772cpan/Pod-Simple/t/corpus/plain_explicit.xml		Pod::Simple test file
1773cpan/Pod-Simple/t/corpus/plain_latin1.txt		Pod::Simple test file
1774cpan/Pod-Simple/t/corpus/plain_latin1.xml		Pod::Simple test file
1775cpan/Pod-Simple/t/corpus/plain_utf8.txt			Pod::Simple test file
1776cpan/Pod-Simple/t/corpus/plain_utf8.xml			Pod::Simple test file
1777cpan/Pod-Simple/t/corpus/polish_utf8.txt		Pod::Simple test file
1778cpan/Pod-Simple/t/corpus/polish_utf8.xml		Pod::Simple test file
1779cpan/Pod-Simple/t/corpus/s2763_sjis.txt			Pod::Simple test file
1780cpan/Pod-Simple/t/corpus/s2763_sjis.xml			Pod::Simple test file
1781cpan/Pod-Simple/t/corpus/thai_iso11.txt			Pod::Simple test file
1782cpan/Pod-Simple/t/corpus/thai_iso11.xml			Pod::Simple test file
1783cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt		Pod::Simple test file
1784cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml		Pod::Simple test file
1785cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt	Pod::Simple test file
1786cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt	Pod::Simple test file
1787cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt	Pod::Simple test file
1788cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt		Pod::Simple test file
1789cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml		Pod::Simple test file
1790cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt		Pod::Simple test file
1791cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml		Pod::Simple test file
1792cpan/Pod-Simple/t/corpus2/README			Pod::Simple test file
1793cpan/Pod-Simple/t/emptylists.t				Pod::Simple test file
1794cpan/Pod-Simple/t/enc-chars.t
1795cpan/Pod-Simple/t/encod01.t				Pod::Simple test file
1796cpan/Pod-Simple/t/encod02.t				Pod::Simple test file
1797cpan/Pod-Simple/t/encod03.t				Pod::Simple test file
1798cpan/Pod-Simple/t/encod04.t
1799cpan/Pod-Simple/t/end_over.t				Pod::Simple test file
1800cpan/Pod-Simple/t/eol.t					Pod::Simple test file
1801cpan/Pod-Simple/t/eol2.t				Pod::Simple test file
1802cpan/Pod-Simple/t/fake-closers.t			Pod::Simple test file
1803cpan/Pod-Simple/t/fcodes.t				Pod::Simple test file
1804cpan/Pod-Simple/t/fcodes_e.t				Pod::Simple test file
1805cpan/Pod-Simple/t/fcodes_l.t				Pod::Simple test file
1806cpan/Pod-Simple/t/fcodes_s.t				Pod::Simple test file
1807cpan/Pod-Simple/t/for.t					Pod::Simple test file
1808cpan/Pod-Simple/t/fornot.t				Pod::Simple test file
1809cpan/Pod-Simple/t/github_issue_79.t
1810cpan/Pod-Simple/t/heads.t				Pod::Simple test file
1811cpan/Pod-Simple/t/html01.t				Pod::Simple test file
1812cpan/Pod-Simple/t/html02.t				Pod::Simple test file
1813cpan/Pod-Simple/t/html03.t				Pod::Simple test file
1814cpan/Pod-Simple/t/htmlbat.t				Pod::Simple test file
1815cpan/Pod-Simple/t/items.t				Pod::Simple test file
1816cpan/Pod-Simple/t/items02.t				Pod::Simple test file
1817cpan/Pod-Simple/t/itemstar.t				Pod::Simple test file
1818cpan/Pod-Simple/t/junk1.pod				Pod::Simple test file
1819cpan/Pod-Simple/t/junk1o.txt				Pod::Simple test file
1820cpan/Pod-Simple/t/junk2.pod				Pod::Simple test file
1821cpan/Pod-Simple/t/junk2o.txt				Pod::Simple test file
1822cpan/Pod-Simple/t/JustPod01.t
1823cpan/Pod-Simple/t/JustPod02.t
1824cpan/Pod-Simple/t/JustPod_corpus.t
1825cpan/Pod-Simple/t/lib/helpers.pm			Pod::Simple test file
1826cpan/Pod-Simple/t/linkclas.t				Pod::Simple test file
1827cpan/Pod-Simple/t/output.t				Pod::Simple test file
1828cpan/Pod-Simple/t/perlcyg.pod				Pod::Simple test file
1829cpan/Pod-Simple/t/perlcygo.txt				Pod::Simple test file
1830cpan/Pod-Simple/t/perlfaq.pod				Pod::Simple test file
1831cpan/Pod-Simple/t/perlfaqo.txt				Pod::Simple test file
1832cpan/Pod-Simple/t/perlvar.pod				Pod::Simple test file
1833cpan/Pod-Simple/t/perlvaro.txt				Pod::Simple test file
1834cpan/Pod-Simple/t/puller.t				Pod::Simple test file
1835cpan/Pod-Simple/t/pulltitl.t				Pod::Simple test file
1836cpan/Pod-Simple/t/reinit.t				Pod::Simple test file
1837cpan/Pod-Simple/t/render.t				Pod::Simple test file
1838cpan/Pod-Simple/t/rtf_utf8.t
1839cpan/Pod-Simple/t/search05.t				Pod::Simple test file
1840cpan/Pod-Simple/t/search10.t				Pod::Simple test file
1841cpan/Pod-Simple/t/search12.t				Pod::Simple test file
1842cpan/Pod-Simple/t/search20.t				Pod::Simple test file
1843cpan/Pod-Simple/t/search22.t				Pod::Simple test file
1844cpan/Pod-Simple/t/search25.t				Pod::Simple test file
1845cpan/Pod-Simple/t/search26.t				Pod::Simple test file
1846cpan/Pod-Simple/t/search27.t				Pod::Simple test file
1847cpan/Pod-Simple/t/search28.t				Pod::Simple test file
1848cpan/Pod-Simple/t/search29.t				Pod::Simple test file
1849cpan/Pod-Simple/t/search50.t				Pod::Simple test file
1850cpan/Pod-Simple/t/search60.t				Pod::Simple test file
1851cpan/Pod-Simple/t/search60/A/x.pod			Pod::Simple test file
1852cpan/Pod-Simple/t/search60/B/X.pod			Pod::Simple test file
1853cpan/Pod-Simple/t/stree.t				Pod::Simple test file
1854cpan/Pod-Simple/t/strpvbtm.t				Pod::Simple test file
1855cpan/Pod-Simple/t/testlib1/Blorm.pm			Pod::Simple test file
1856cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod		Pod::Simple test file
1857cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt		Pod::Simple test file
1858cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm		Pod::Simple test file
1859cpan/Pod-Simple/t/testlib1/pod/perlflif.pod		Pod::Simple test file
1860cpan/Pod-Simple/t/testlib1/pod/perlthng.pod		Pod::Simple test file
1861cpan/Pod-Simple/t/testlib1/squaa.pm			Pod::Simple test file
1862cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod		Pod::Simple test file
1863cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm		Pod::Simple test file
1864cpan/Pod-Simple/t/testlib1/zikzik.pod			Pod::Simple test file
1865cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt		Pod::Simple test file
1866cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm		Pod::Simple test file
1867cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm			Pod::Simple test file
1868cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod		Pod::Simple test file
1869cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt		Pod::Simple test file
1870cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm		Pod::Simple test file
1871cpan/Pod-Simple/t/testlib2/pod/perlthng.pod		Pod::Simple test file
1872cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod		Pod::Simple test file
1873cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod		Pod::Simple test file
1874cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm		Pod::Simple test file
1875cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod		Pod::Simple test file
1876cpan/Pod-Simple/t/testlib2/Suzzle.pm			Pod::Simple test file
1877cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm		Pod::Simple test file
1878cpan/Pod-Simple/t/tiedfh.t				Pod::Simple test file
1879cpan/Pod-Simple/t/verb_fmt.t				Pod::Simple test file
1880cpan/Pod-Simple/t/verbatim.t				Pod::Simple test file
1881cpan/Pod-Simple/t/whine.t
1882cpan/Pod-Simple/t/x_nixer.t				Pod::Simple test file
1883cpan/Pod-Simple/t/xhtml-bkb.t
1884cpan/Pod-Simple/t/xhtml01.t				Pod::Simple test file
1885cpan/Pod-Simple/t/xhtml05.t				Pod::Simple test file
1886cpan/Pod-Simple/t/xhtml10.t				Pod::Simple test file
1887cpan/Pod-Simple/t/xhtml15.t				Pod::Simple test file
1888cpan/Pod-Simple/t/xhtml20.t				Pod::Simple test file
1889cpan/Pod-Usage/lib/Pod/Usage.pm
1890cpan/Pod-Usage/scripts/pod2usage.PL
1891cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
1892cpan/Pod-Usage/t/inc/Pod/Parser.pm
1893cpan/Pod-Usage/t/inc/Pod/PlainText.pm
1894cpan/Pod-Usage/t/inc/Pod/Select.pm
1895cpan/Pod-Usage/t/pod/headwithmarkup.pl
1896cpan/Pod-Usage/t/pod/headwithmarkup.t
1897cpan/Pod-Usage/t/pod/p2u_data.pl
1898cpan/Pod-Usage/t/pod/pod2usage.t
1899cpan/Pod-Usage/t/pod/pod2usage.xr
1900cpan/Pod-Usage/t/pod/pod2usage2.t
1901cpan/Pod-Usage/t/pod/selectheaders.pl
1902cpan/Pod-Usage/t/pod/selectheaders.t
1903cpan/Pod-Usage/t/pod/selectsections.pl
1904cpan/Pod-Usage/t/pod/selectsections.t
1905cpan/Pod-Usage/t/pod/testcmp.pl
1906cpan/Pod-Usage/t/pod/testp2pt.pl
1907cpan/Pod-Usage/t/pod/usage.pod
1908cpan/Pod-Usage/t/pod/usage2.pod
1909cpan/podlators/lib/Pod/Man.pm			Convert POD data to *roff
1910cpan/podlators/lib/Pod/ParseLink.pm		Perl an L<> formatting code in POD text
1911cpan/podlators/lib/Pod/Text.pm			Pod-Parser - convert POD data to formatted ASCII text
1912cpan/podlators/lib/Pod/Text/Color.pm		Convert POD data to color ASCII text
1913cpan/podlators/lib/Pod/Text/Overstrike.pm	Convert POD data to formatted overstrike text
1914cpan/podlators/lib/Pod/Text/Termcap.pm		Convert POD data to ASCII text with format escapes
1915cpan/podlators/Makefile.PL			podlators Makefile.PL
1916cpan/podlators/scripts/pod2man.PL		Translator to turn pod into manpage
1917cpan/podlators/scripts/pod2text.PL		Translator to turn pod into text
1918cpan/podlators/t/data/basic.cap			podlators test			podlators test
1919cpan/podlators/t/data/basic.clr			podlators test
1920cpan/podlators/t/data/basic.man			podlators test
1921cpan/podlators/t/data/basic.ovr			podlators test
1922cpan/podlators/t/data/basic.pod			podlators test
1923cpan/podlators/t/data/basic.txt			podlators test
1924cpan/podlators/t/data/perl.conf			podlators test
1925cpan/podlators/t/data/snippets/color/escape-wrapping
1926cpan/podlators/t/data/snippets/color/tag-width
1927cpan/podlators/t/data/snippets/color/tag-wrapping
1928cpan/podlators/t/data/snippets/color/width
1929cpan/podlators/t/data/snippets/color/wrapping
1930cpan/podlators/t/data/snippets/man/agrave
1931cpan/podlators/t/data/snippets/man/backslash-man-ref
1932cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
1933cpan/podlators/t/data/snippets/man/bullets
1934cpan/podlators/t/data/snippets/man/c-in-header
1935cpan/podlators/t/data/snippets/man/c-in-name
1936cpan/podlators/t/data/snippets/man/cpp
1937cpan/podlators/t/data/snippets/man/dollar-magic
1938cpan/podlators/t/data/snippets/man/error-die
1939cpan/podlators/t/data/snippets/man/error-none
1940cpan/podlators/t/data/snippets/man/error-normal
1941cpan/podlators/t/data/snippets/man/error-pod
1942cpan/podlators/t/data/snippets/man/error-stderr
1943cpan/podlators/t/data/snippets/man/error-stderr-opt
1944cpan/podlators/t/data/snippets/man/eth
1945cpan/podlators/t/data/snippets/man/fixed-font
1946cpan/podlators/t/data/snippets/man/fixed-font-in-item
1947cpan/podlators/t/data/snippets/man/for-blocks
1948cpan/podlators/t/data/snippets/man/hyphen-in-s
1949cpan/podlators/t/data/snippets/man/iso-8859-1
1950cpan/podlators/t/data/snippets/man/item-fonts
1951cpan/podlators/t/data/snippets/man/link-quoting
1952cpan/podlators/t/data/snippets/man/link-to-url
1953cpan/podlators/t/data/snippets/man/long-quote
1954cpan/podlators/t/data/snippets/man/lquote-and-quote
1955cpan/podlators/t/data/snippets/man/lquote-rquote
1956cpan/podlators/t/data/snippets/man/markup-in-name
1957cpan/podlators/t/data/snippets/man/multiline-x
1958cpan/podlators/t/data/snippets/man/name-guesswork
1959cpan/podlators/t/data/snippets/man/nested-lists
1960cpan/podlators/t/data/snippets/man/newlines-in-c
1961cpan/podlators/t/data/snippets/man/non-ascii
1962cpan/podlators/t/data/snippets/man/not-bullet
1963cpan/podlators/t/data/snippets/man/not-numbers
1964cpan/podlators/t/data/snippets/man/nourls
1965cpan/podlators/t/data/snippets/man/paired-quotes
1966cpan/podlators/t/data/snippets/man/periods
1967cpan/podlators/t/data/snippets/man/quote-escaping
1968cpan/podlators/t/data/snippets/man/rquote-none
1969cpan/podlators/t/data/snippets/man/small-caps-magic
1970cpan/podlators/t/data/snippets/man/soft-hyphens
1971cpan/podlators/t/data/snippets/man/trailing-space
1972cpan/podlators/t/data/snippets/man/true-false
1973cpan/podlators/t/data/snippets/man/uppercase-license
1974cpan/podlators/t/data/snippets/man/utf8-nonbreaking
1975cpan/podlators/t/data/snippets/man/utf8-verbatim
1976cpan/podlators/t/data/snippets/man/x-whitespace
1977cpan/podlators/t/data/snippets/man/x-whitespace-entry
1978cpan/podlators/t/data/snippets/overstrike/tag-width
1979cpan/podlators/t/data/snippets/overstrike/wrapping
1980cpan/podlators/t/data/snippets/README			podlators test
1981cpan/podlators/t/data/snippets/termcap/escape-wrapping
1982cpan/podlators/t/data/snippets/termcap/tag-width
1983cpan/podlators/t/data/snippets/termcap/tag-wrapping
1984cpan/podlators/t/data/snippets/termcap/term-unknown
1985cpan/podlators/t/data/snippets/termcap/width
1986cpan/podlators/t/data/snippets/termcap/wrapping
1987cpan/podlators/t/data/snippets/text/alt
1988cpan/podlators/t/data/snippets/text/c-with-spaces
1989cpan/podlators/t/data/snippets/text/code
1990cpan/podlators/t/data/snippets/text/cpp			podlators test
1991cpan/podlators/t/data/snippets/text/empty
1992cpan/podlators/t/data/snippets/text/error-die
1993cpan/podlators/t/data/snippets/text/error-none
1994cpan/podlators/t/data/snippets/text/error-normal
1995cpan/podlators/t/data/snippets/text/error-pod
1996cpan/podlators/t/data/snippets/text/error-stderr
1997cpan/podlators/t/data/snippets/text/error-stderr-opt
1998cpan/podlators/t/data/snippets/text/for
1999cpan/podlators/t/data/snippets/text/iso-8859-1
2000cpan/podlators/t/data/snippets/text/late-encoding
2001cpan/podlators/t/data/snippets/text/link-rt
2002cpan/podlators/t/data/snippets/text/link-url
2003cpan/podlators/t/data/snippets/text/margin
2004cpan/podlators/t/data/snippets/text/nonbreaking-space
2005cpan/podlators/t/data/snippets/text/nourls
2006cpan/podlators/t/data/snippets/text/periods
2007cpan/podlators/t/data/snippets/text/quotes-opt
2008cpan/podlators/t/data/snippets/text/s-whitespace
2009cpan/podlators/t/data/snippets/text/sentence-spacing
2010cpan/podlators/t/data/snippets/text/utf8
2011cpan/podlators/t/data/snippets/text/utf8-iso
2012cpan/podlators/t/data/snippets/text/verbatim
2013cpan/podlators/t/data/termcap			podlators test
2014cpan/podlators/t/docs/pod.t			podlators test
2015cpan/podlators/t/docs/pod-spelling.t			podlators test
2016cpan/podlators/t/docs/spdx-license.t			podlators test
2017cpan/podlators/t/docs/synopsis.t			podlators test
2018cpan/podlators/t/general/basic.t			podlators test
2019cpan/podlators/t/general/filehandle.t			podlators test
2020cpan/podlators/t/general/pod-parser.t			podlators test
2021cpan/podlators/t/lib/Test/Podlators.pm			podlators test
2022cpan/podlators/t/lib/Test/RRA.pm			podlators test
2023cpan/podlators/t/lib/Test/RRA/Config.pm			podlators test
2024cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm		podlators test
2025cpan/podlators/t/man/devise-date.t			podlators test
2026cpan/podlators/t/man/devise-title.t			podlators test
2027cpan/podlators/t/man/empty.t			podlators test
2028cpan/podlators/t/man/heading.t			podlators test
2029cpan/podlators/t/man/iso-8859-1.t		podlators test
2030cpan/podlators/t/man/no-encode.t		podlators test
2031cpan/podlators/t/man/snippets.t			podlators test
2032cpan/podlators/t/man/utf8-io.t			podlators test
2033cpan/podlators/t/parselink/basic.t			podlators test
2034cpan/podlators/t/style/minimum-version.t			podlators test
2035cpan/podlators/t/style/module-version.t			podlators test
2036cpan/podlators/t/style/obsolete-strings.t
2037cpan/podlators/t/style/strict.t			podlators test
2038cpan/podlators/t/text/color.t			podlators test
2039cpan/podlators/t/text/invalid.t
2040cpan/podlators/t/text/iso-8859-1.t
2041cpan/podlators/t/text/overstrike.t			podlators test
2042cpan/podlators/t/text/snippets.t
2043cpan/podlators/t/text/termcap.t			podlators test
2044cpan/podlators/t/text/utf8-io.t
2045cpan/Scalar-List-Utils/lib/List/Util.pm		List::Util
2046cpan/Scalar-List-Utils/lib/List/Util/XS.pm	List::Util
2047cpan/Scalar-List-Utils/lib/Scalar/Util.pm	Scalar::Util
2048cpan/Scalar-List-Utils/lib/Sub/Util.pm
2049cpan/Scalar-List-Utils/ListUtil.xs		Util extension
2050cpan/Scalar-List-Utils/Makefile.PL		Util extension
2051cpan/Scalar-List-Utils/multicall.h		Util extension
2052cpan/Scalar-List-Utils/t/00version.t		Scalar::Util
2053cpan/Scalar-List-Utils/t/any-all.t		List::Util
2054cpan/Scalar-List-Utils/t/blessed.t		Scalar::Util
2055cpan/Scalar-List-Utils/t/dualvar.t		Scalar::Util
2056cpan/Scalar-List-Utils/t/exotic_names.t
2057cpan/Scalar-List-Utils/t/first.t		List::Util
2058cpan/Scalar-List-Utils/t/getmagic-once.t
2059cpan/Scalar-List-Utils/t/head-tail.t
2060cpan/Scalar-List-Utils/t/isvstring.t		Scalar::Util
2061cpan/Scalar-List-Utils/t/lln.t			Scalar::Util
2062cpan/Scalar-List-Utils/t/max.t			List::Util
2063cpan/Scalar-List-Utils/t/maxstr.t		List::Util
2064cpan/Scalar-List-Utils/t/mesh.t
2065cpan/Scalar-List-Utils/t/min.t			List::Util
2066cpan/Scalar-List-Utils/t/minstr.t		List::Util
2067cpan/Scalar-List-Utils/t/openhan.t		Scalar::Util
2068cpan/Scalar-List-Utils/t/pair.t
2069cpan/Scalar-List-Utils/t/product.t		List::Util
2070cpan/Scalar-List-Utils/t/prototype.t
2071cpan/Scalar-List-Utils/t/readonly.t		Scalar::Util
2072cpan/Scalar-List-Utils/t/reduce.t		List::Util
2073cpan/Scalar-List-Utils/t/reductions.t
2074cpan/Scalar-List-Utils/t/refaddr.t		Scalar::Util
2075cpan/Scalar-List-Utils/t/reftype.t		Scalar::Util
2076cpan/Scalar-List-Utils/t/rt-96343.t		Scalar::Util
2077cpan/Scalar-List-Utils/t/sample.t
2078cpan/Scalar-List-Utils/t/scalarutil-proto.t
2079cpan/Scalar-List-Utils/t/shuffle.t		List::Util
2080cpan/Scalar-List-Utils/t/stack-corruption.t	List::Util
2081cpan/Scalar-List-Utils/t/subname.t
2082cpan/Scalar-List-Utils/t/sum.t			List::Util
2083cpan/Scalar-List-Utils/t/sum0.t
2084cpan/Scalar-List-Utils/t/tainted.t		Scalar::Util
2085cpan/Scalar-List-Utils/t/undefined-block.t
2086cpan/Scalar-List-Utils/t/uniq.t			Scalar::Util
2087cpan/Scalar-List-Utils/t/uniqnum.t
2088cpan/Scalar-List-Utils/t/weak.t			Scalar::Util
2089cpan/Scalar-List-Utils/t/zip.t
2090cpan/Socket/Makefile.PL			Socket extension makefile writer
2091cpan/Socket/Socket.pm			Socket extension Perl module
2092cpan/Socket/Socket.xs			Socket extension external subroutines
2093cpan/Socket/t/getaddrinfo.t		See if Socket::getaddrinfo works
2094cpan/Socket/t/getnameinfo.t		See if Socket::getnameinfo works
2095cpan/Socket/t/ip_mreq.t			See if (un)pack_ip_mreq work
2096cpan/Socket/t/ipv6_mreq.t		See if (un)pack_ipv6_mreq work
2097cpan/Socket/t/sockaddr.t
2098cpan/Socket/t/Socket.t			See if Socket works
2099cpan/Socket/t/socketpair.t		See if socketpair works
2100cpan/Socket/typemap
2101cpan/Sys-Syslog/fallback/const-c.inc	Sys::Syslog constants fallback file
2102cpan/Sys-Syslog/fallback/const-xs.inc	Sys::Syslog constants fallback file
2103cpan/Sys-Syslog/fallback/syslog.h	Sys::Syslog header fallback file
2104cpan/Sys-Syslog/Makefile.PL		Sys::Syslog extension makefile writer
2105cpan/Sys-Syslog/Syslog.pm		Sys::Syslog extension Perl module
2106cpan/Sys-Syslog/Syslog.xs		Sys::Syslog extension external subroutines
2107cpan/Sys-Syslog/t/00-load.t		test for Sys::Syslog
2108cpan/Sys-Syslog/t/constants.t		test for Sys::Syslog
2109cpan/Sys-Syslog/t/cpan-rt-21516.t
2110cpan/Sys-Syslog/t/cpan-rt-21866.t
2111cpan/Sys-Syslog/t/cpan-rt-25488.t
2112cpan/Sys-Syslog/t/cpan-rt-49877.pl
2113cpan/Sys-Syslog/t/cpan-rt-55151.t
2114cpan/Sys-Syslog/t/cpan-rt-64287.t
2115cpan/Sys-Syslog/t/facilities-routing.t	test for Sys::Syslog
2116cpan/Sys-Syslog/t/syslog.t		See if Sys::Syslog works
2117cpan/Sys-Syslog/t/syslog-inet-udp.t
2118cpan/Sys-Syslog/win32/compile.pl	Sys::Syslog extension Win32 related file
2119cpan/Sys-Syslog/win32/PerlLog.mc	Sys::Syslog extension Win32 related file
2120cpan/Sys-Syslog/win32/PerlLog_dll.uu	Sys::Syslog extension Win32 related file
2121cpan/Sys-Syslog/win32/PerlLog_RES.uu	Sys::Syslog extension Win32 related file
2122cpan/Sys-Syslog/win32/Win32.pm		Sys::Syslog extension Win32 related file
2123cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
2124cpan/Term-ANSIColor/t/lib/Test/RRA.pm
2125cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
2126cpan/Term-ANSIColor/t/module/aliases-func.t
2127cpan/Term-ANSIColor/t/module/basic.t
2128cpan/Term-ANSIColor/t/module/basic256.t
2129cpan/Term-ANSIColor/t/module/eval.t
2130cpan/Term-ANSIColor/t/module/stringify.t
2131cpan/Term-ANSIColor/t/module/true-color.t
2132cpan/Term-ANSIColor/t/taint/basic.t
2133cpan/Term-Cap/Cap.pm			Perl module supporting termcap usage
2134cpan/Term-Cap/test.pl			See if Term::Cap works
2135cpan/Term-ReadKey/Changes			Term::ReadKey
2136cpan/Term-ReadKey/Configure.pm			Term::ReadKey
2137cpan/Term-ReadKey/example/test.pl		Term::ReadKey
2138cpan/Term-ReadKey/genchars.pl			Term::ReadKey
2139cpan/Term-ReadKey/Makefile.PL			Term::ReadKey
2140cpan/Term-ReadKey/ppport.h			Term::ReadKey
2141cpan/Term-ReadKey/ReadKey.xs			Term::ReadKey
2142cpan/Term-ReadKey/ReadKey.pm.PL		Term::ReadKey
2143cpan/Term-ReadKey/README			Term::ReadKey
2144cpan/Term-ReadKey/t/01_basic.t			Term::ReadKey
2145cpan/Term-ReadKey/t/02_terminal_functions.t	Term::ReadKey
2146cpan/Test-Harness/bin/prove				The prove harness utility
2147cpan/Test-Harness/lib/App/Prove.pm			Gubbins for the prove utility
2148cpan/Test-Harness/lib/App/Prove/State.pm		Gubbins for the prove utility
2149cpan/Test-Harness/lib/App/Prove/State/Result.pm		Gubbins for the prove utility
2150cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm	Gubbins for the prove utility
2151cpan/Test-Harness/lib/TAP/Base.pm			A parser for Test Anything Protocol
2152cpan/Test-Harness/lib/TAP/Formatter/Base.pm		A parser for Test Anything Protocol
2153cpan/Test-Harness/lib/TAP/Formatter/Color.pm		A parser for Test Anything Protocol
2154cpan/Test-Harness/lib/TAP/Formatter/Console.pm		A parser for Test Anything Protocol
2155cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm	A parser for Test Anything Protocol
2156cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm	A parser for Test Anything Protocol
2157cpan/Test-Harness/lib/TAP/Formatter/File.pm		A parser for Test Anything Protocol
2158cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm	A parser for Test Anything Protocol
2159cpan/Test-Harness/lib/TAP/Formatter/Session.pm		A parser for Test Anything Protocol
2160cpan/Test-Harness/lib/TAP/Harness.pm			A parser for Test Anything Protocol
2161cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
2162cpan/Test-Harness/lib/TAP/Harness/Env.pm		A parser for Test Anything Protocol
2163cpan/Test-Harness/lib/TAP/Object.pm			A parser for Test Anything Protocol
2164cpan/Test-Harness/lib/TAP/Parser.pm			A parser for Test Anything Protocol
2165cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm		A parser for Test Anything Protocol
2166cpan/Test-Harness/lib/TAP/Parser/Grammar.pm		A parser for Test Anything Protocol
2167cpan/Test-Harness/lib/TAP/Parser/Iterator.pm		A parser for Test Anything Protocol
2168cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm	A parser for Test Anything Protocol
2169cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm	A parser for Test Anything Protocol
2170cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm	A parser for Test Anything Protocol
2171cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm	A parser for Test Anything Protocol
2172cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm		A parser for Test Anything Protocol
2173cpan/Test-Harness/lib/TAP/Parser/Result.pm		A parser for Test Anything Protocol
2174cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm	A parser for Test Anything Protocol
2175cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm	A parser for Test Anything Protocol
2176cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm		A parser for Test Anything Protocol
2177cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm	A parser for Test Anything Protocol
2178cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm		A parser for Test Anything Protocol
2179cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm	A parser for Test Anything Protocol
2180cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm	A parser for Test Anything Protocol
2181cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm		A parser for Test Anything Protocol
2182cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm	A parser for Test Anything Protocol
2183cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm		A parser for Test Anything Protocol
2184cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm	A parser for Test Anything Protocol
2185cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm	A parser for Test Anything Protocol
2186cpan/Test-Harness/lib/TAP/Parser/Source.pm		A parser for Test Anything Protocol
2187cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm		A parser for Test Anything Protocol
2188cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
2189cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
2190cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
2191cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
2192cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
2193cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm	A parser for Test Anything Protocol
2194cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm	A parser for Test Anything Protocol
2195cpan/Test-Harness/lib/Test/Harness.pm			A test harness
2196cpan/Test-Harness/t/aggregator.t			Test::Harness test
2197cpan/Test-Harness/t/bailout.t				Test::Harness test
2198cpan/Test-Harness/t/base.t				Test::Harness test
2199cpan/Test-Harness/t/callbacks.t				Test::Harness test
2200cpan/Test-Harness/t/compat/env.t			Test::Harness test
2201cpan/Test-Harness/t/compat/env_opts.t			Test::Harness test
2202cpan/Test-Harness/t/compat/failure.t			Test::Harness test
2203cpan/Test-Harness/t/compat/inc-propagation.t		Test::Harness test
2204cpan/Test-Harness/t/compat/inc_taint.t			Test::Harness test
2205cpan/Test-Harness/t/compat/nonumbers.t			Test::Harness test
2206cpan/Test-Harness/t/compat/regression.t			Test::Harness test
2207cpan/Test-Harness/t/compat/subclass.t				Test::Harness test
2208cpan/Test-Harness/t/compat/switches.t			Test::Harness test
2209cpan/Test-Harness/t/compat/test-harness-compat.t	Test::Harness test
2210cpan/Test-Harness/t/compat/version.t			Test::Harness test
2211cpan/Test-Harness/t/console.t				Test::Harness test
2212cpan/Test-Harness/t/data/catme.1			Test data for Test::Harness
2213cpan/Test-Harness/t/data/proverc			Test data for Test::Harness
2214cpan/Test-Harness/t/data/sample.yml			Test data for Test::Harness
2215cpan/Test-Harness/t/env_opts.t
2216cpan/Test-Harness/t/errors.t				Test::Harness test
2217cpan/Test-Harness/t/file.t				Test::Harness test
2218cpan/Test-Harness/t/glob-to-regexp.t			Test::Harness test
2219cpan/Test-Harness/t/grammar.t				Test::Harness test
2220cpan/Test-Harness/t/harness.t				Test::Harness test
2221cpan/Test-Harness/t/harness-bailout.t			Test::Harness test
2222cpan/Test-Harness/t/harness-subclass.t			Test::Harness test
2223cpan/Test-Harness/t/iterator_factory.t				Test::Harness test
2224cpan/Test-Harness/t/iterators.t				Test::Harness test
2225cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm	Module for testing Test::Harness
2226cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm	Module for testing Test::Harness
2227cpan/Test-Harness/t/lib/Dev/Null.pm			Module for testing Test::Harness
2228cpan/Test-Harness/t/lib/EmptyParser.pm			Module for testing Test::Harness
2229cpan/Test-Harness/t/lib/IO/c55Capture.pm		Module for testing Test::Harness
2230cpan/Test-Harness/t/lib/MyCustom.pm			Module for testing Test::Harness
2231cpan/Test-Harness/t/lib/MyFileSourceHandler.pm				Test::Harness test
2232cpan/Test-Harness/t/lib/MyGrammar.pm			Module for testing Test::Harness
2233cpan/Test-Harness/t/lib/MyIterator.pm			Module for testing Test::Harness
2234cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm				Test::Harness test
2235cpan/Test-Harness/t/lib/MyResult.pm			Module for testing Test::Harness
2236cpan/Test-Harness/t/lib/MyResultFactory.pm		Module for testing Test::Harness
2237cpan/Test-Harness/t/lib/MySourceHandler.pm				Test::Harness test
2238cpan/Test-Harness/t/lib/NoFork.pm			Module for testing Test::Harness
2239cpan/Test-Harness/t/lib/NOP.pm				Module for testing Test::Harness
2240cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
2241cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm	Module for testing Test::Harness
2242cpan/Test-Harness/t/multiplexer.t			Test::Harness test
2243cpan/Test-Harness/t/nested.t				Test::Harness test
2244cpan/Test-Harness/t/nofork.t				Test::Harness test
2245cpan/Test-Harness/t/nofork-mux.t			Test::Harness test
2246cpan/Test-Harness/t/object.t				Test::Harness test
2247cpan/Test-Harness/t/parse.t				Test::Harness test
2248cpan/Test-Harness/t/parser-config.t			Test::Harness test
2249cpan/Test-Harness/t/parser-subclass.t			Test::Harness test
2250cpan/Test-Harness/t/perl5lib.t				Test::Harness test
2251cpan/Test-Harness/t/premature-bailout.t			Test::Harness test
2252cpan/Test-Harness/t/process.t				Test::Harness test
2253cpan/Test-Harness/t/prove.t				Test::Harness test
2254cpan/Test-Harness/t/proverc.t				Test::Harness test
2255cpan/Test-Harness/t/proverc/emptyexec			Test data for Test::Harness
2256cpan/Test-Harness/t/proverun.t				Test::Harness test
2257cpan/Test-Harness/t/proveversion.t				Test::Harness test
2258cpan/Test-Harness/t/regression.t			Test::Harness test
2259cpan/Test-Harness/t/results.t				Test::Harness test
2260cpan/Test-Harness/t/rulesfile.t
2261cpan/Test-Harness/t/sample-tests/bailout		Test data for Test::Harness
2262cpan/Test-Harness/t/sample-tests/bignum			Test data for Test::Harness
2263cpan/Test-Harness/t/sample-tests/bignum_many		Test data for Test::Harness
2264cpan/Test-Harness/t/sample-tests/combined		Test data for Test::Harness
2265cpan/Test-Harness/t/sample-tests/combined_compat	Test data for Test::Harness
2266cpan/Test-Harness/t/sample-tests/delayed		Test data for Test::Harness
2267cpan/Test-Harness/t/sample-tests/descriptive		Test data for Test::Harness
2268cpan/Test-Harness/t/sample-tests/descriptive_trailing	Test data for Test::Harness
2269cpan/Test-Harness/t/sample-tests/die			Test data for Test::Harness
2270cpan/Test-Harness/t/sample-tests/die_head_end		Test data for Test::Harness
2271cpan/Test-Harness/t/sample-tests/die_last_minute	Test data for Test::Harness
2272cpan/Test-Harness/t/sample-tests/die_unfinished		Test data for Test::Harness
2273cpan/Test-Harness/t/sample-tests/duplicates		Test data for Test::Harness
2274cpan/Test-Harness/t/sample-tests/echo			Test data for Test::Harness
2275cpan/Test-Harness/t/sample-tests/empty			Test data for Test::Harness
2276cpan/Test-Harness/t/sample-tests/escape_eol		Test data for Test::Harness
2277cpan/Test-Harness/t/sample-tests/escape_hash		Test data for Test::Harness
2278cpan/Test-Harness/t/sample-tests/head_end		Test data for Test::Harness
2279cpan/Test-Harness/t/sample-tests/head_fail		Test data for Test::Harness
2280cpan/Test-Harness/t/sample-tests/inc_taint		Test data for Test::Harness
2281cpan/Test-Harness/t/sample-tests/junk_before_plan	Test data for Test::Harness
2282cpan/Test-Harness/t/sample-tests/lone_not_bug		Test data for Test::Harness
2283cpan/Test-Harness/t/sample-tests/no_nums		Test data for Test::Harness
2284cpan/Test-Harness/t/sample-tests/no_output		Test data for Test::Harness
2285cpan/Test-Harness/t/sample-tests/out_err_mix		Test data for Test::Harness
2286cpan/Test-Harness/t/sample-tests/out_of_order		Test data for Test::Harness
2287cpan/Test-Harness/t/sample-tests/schwern		Test data for Test::Harness
2288cpan/Test-Harness/t/sample-tests/schwern-todo-quiet	Test data for Test::Harness
2289cpan/Test-Harness/t/sample-tests/segfault		Test data for Test::Harness
2290cpan/Test-Harness/t/sample-tests/sequence_misparse	Test data for Test::Harness
2291cpan/Test-Harness/t/sample-tests/shbang_misparse	Test data for Test::Harness
2292cpan/Test-Harness/t/sample-tests/simple			Test data for Test::Harness
2293cpan/Test-Harness/t/sample-tests/simple_fail		Test data for Test::Harness
2294cpan/Test-Harness/t/sample-tests/simple_yaml		Test data for Test::Harness
2295cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13		Test data for Test::Harness
2296cpan/Test-Harness/t/sample-tests/skip			Test data for Test::Harness
2297cpan/Test-Harness/t/sample-tests/skip_nomsg		Test data for Test::Harness
2298cpan/Test-Harness/t/sample-tests/skipall		Test data for Test::Harness
2299cpan/Test-Harness/t/sample-tests/skipall_nomsg		Test data for Test::Harness
2300cpan/Test-Harness/t/sample-tests/skipall_v13		Test data for Test::Harness
2301cpan/Test-Harness/t/sample-tests/space_after_plan	Test data for Test::Harness
2302cpan/Test-Harness/t/sample-tests/space_after_plan_v13
2303cpan/Test-Harness/t/sample-tests/stdout_stderr		Test data for Test::Harness
2304cpan/Test-Harness/t/sample-tests/strict			Test data for Test::Harness
2305cpan/Test-Harness/t/sample-tests/switches		Test data for Test::Harness
2306cpan/Test-Harness/t/sample-tests/taint			Test data for Test::Harness
2307cpan/Test-Harness/t/sample-tests/taint_warn		Test data for Test::Harness
2308cpan/Test-Harness/t/sample-tests/todo			Test data for Test::Harness
2309cpan/Test-Harness/t/sample-tests/todo_inline		Test data for Test::Harness
2310cpan/Test-Harness/t/sample-tests/todo_misparse		Test data for Test::Harness
2311cpan/Test-Harness/t/sample-tests/too_many		Test data for Test::Harness
2312cpan/Test-Harness/t/sample-tests/version_good		Test data for Test::Harness
2313cpan/Test-Harness/t/sample-tests/version_late		Test data for Test::Harness
2314cpan/Test-Harness/t/sample-tests/version_old		Test data for Test::Harness
2315cpan/Test-Harness/t/sample-tests/vms_nit		Test data for Test::Harness
2316cpan/Test-Harness/t/sample-tests/with_comments		Test data for Test::Harness
2317cpan/Test-Harness/t/sample-tests/yaml_late_plan		Test data for Test::Harness
2318cpan/Test-Harness/t/sample-tests/zero_valid		Test data for Test::Harness
2319cpan/Test-Harness/t/scheduler.t				Test::Harness test
2320cpan/Test-Harness/t/source.t				Test::Harness test
2321cpan/Test-Harness/t/source_handler.t				Test::Harness test
2322cpan/Test-Harness/t/source_tests/harness		Test data for Test::Harness
2323cpan/Test-Harness/t/source_tests/harness_badtap		Test data for Test::Harness
2324cpan/Test-Harness/t/source_tests/harness_complain	Test data for Test::Harness
2325cpan/Test-Harness/t/source_tests/harness_directives	Test data for Test::Harness
2326cpan/Test-Harness/t/source_tests/harness_failure	Test data for Test::Harness
2327cpan/Test-Harness/t/source_tests/psql.bat				Test::Harness test
2328cpan/Test-Harness/t/source_tests/source			Test data for Test::Harness
2329cpan/Test-Harness/t/source_tests/source.1				Test::Harness test
2330cpan/Test-Harness/t/source_tests/source.bat				Test::Harness test
2331cpan/Test-Harness/t/source_tests/source.pl				Test::Harness test
2332cpan/Test-Harness/t/source_tests/source.sh				Test::Harness test
2333cpan/Test-Harness/t/source_tests/source.t				Test::Harness test
2334cpan/Test-Harness/t/source_tests/source.tap				Test::Harness test
2335cpan/Test-Harness/t/source_tests/source_args.sh				Test::Harness test
2336cpan/Test-Harness/t/source_tests/test.tap
2337cpan/Test-Harness/t/spool.t				Test::Harness test
2338cpan/Test-Harness/t/state.t				Test::Harness test
2339cpan/Test-Harness/t/state_results.t			Test::Harness test
2340cpan/Test-Harness/t/streams.t				Test::Harness test
2341cpan/Test-Harness/t/subclass_tests/non_perl_source	Test data for Test::Harness
2342cpan/Test-Harness/t/subclass_tests/perl_source		Test data for Test::Harness
2343cpan/Test-Harness/t/taint.t				Test::Harness test
2344cpan/Test-Harness/t/testargs.t				Test::Harness test
2345cpan/Test-Harness/t/unicode.t				Test::Harness test
2346cpan/Test-Harness/t/yamlish.t				Test::Harness test
2347cpan/Test-Harness/t/yamlish-output.t			Test::Harness test
2348cpan/Test-Harness/t/yamlish-writer.t			Test::Harness test
2349cpan/Test-Simple/lib/ok.pm
2350cpan/Test-Simple/lib/Test/Builder.pm
2351cpan/Test-Simple/lib/Test/Builder/Formatter.pm
2352cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm
2353cpan/Test-Simple/lib/Test/Builder/Module.pm
2354cpan/Test-Simple/lib/Test/Builder/Tester.pm
2355cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm
2356cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm
2357cpan/Test-Simple/lib/Test/More.pm
2358cpan/Test-Simple/lib/Test/Simple.pm
2359cpan/Test-Simple/lib/Test/Tester.pm
2360cpan/Test-Simple/lib/Test/Tester/Capture.pm
2361cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm
2362cpan/Test-Simple/lib/Test/Tester/Delegate.pm
2363cpan/Test-Simple/lib/Test/Tutorial.pod
2364cpan/Test-Simple/lib/Test/use/ok.pm
2365cpan/Test-Simple/lib/Test2.pm
2366cpan/Test-Simple/lib/Test2/API.pm
2367cpan/Test-Simple/lib/Test2/API/Breakage.pm
2368cpan/Test-Simple/lib/Test2/API/Context.pm
2369cpan/Test-Simple/lib/Test2/API/Instance.pm
2370cpan/Test-Simple/lib/Test2/API/InterceptResult.pm
2371cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm
2372cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm
2373cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm
2374cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm
2375cpan/Test-Simple/lib/Test2/API/Stack.pm
2376cpan/Test-Simple/lib/Test2/Event.pm
2377cpan/Test-Simple/lib/Test2/Event/Bail.pm
2378cpan/Test-Simple/lib/Test2/Event/Diag.pm
2379cpan/Test-Simple/lib/Test2/Event/Encoding.pm
2380cpan/Test-Simple/lib/Test2/Event/Exception.pm
2381cpan/Test-Simple/lib/Test2/Event/Fail.pm
2382cpan/Test-Simple/lib/Test2/Event/Generic.pm
2383cpan/Test-Simple/lib/Test2/Event/Note.pm
2384cpan/Test-Simple/lib/Test2/Event/Ok.pm
2385cpan/Test-Simple/lib/Test2/Event/Pass.pm
2386cpan/Test-Simple/lib/Test2/Event/Plan.pm
2387cpan/Test-Simple/lib/Test2/Event/Skip.pm
2388cpan/Test-Simple/lib/Test2/Event/Subtest.pm
2389cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm
2390cpan/Test-Simple/lib/Test2/Event/V2.pm
2391cpan/Test-Simple/lib/Test2/Event/Waiting.pm
2392cpan/Test-Simple/lib/Test2/EventFacet.pm
2393cpan/Test-Simple/lib/Test2/EventFacet/About.pm
2394cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm
2395cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm
2396cpan/Test-Simple/lib/Test2/EventFacet/Control.pm
2397cpan/Test-Simple/lib/Test2/EventFacet/Error.pm
2398cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm
2399cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
2400cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm
2401cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
2402cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
2403cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
2404cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
2405cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
2406cpan/Test-Simple/lib/Test2/Formatter.pm
2407cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
2408cpan/Test-Simple/lib/Test2/Hub.pm
2409cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm
2410cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm
2411cpan/Test-Simple/lib/Test2/Hub/Subtest.pm
2412cpan/Test-Simple/lib/Test2/IPC.pm
2413cpan/Test-Simple/lib/Test2/IPC/Driver.pm
2414cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm
2415cpan/Test-Simple/lib/Test2/Tools/Tiny.pm
2416cpan/Test-Simple/lib/Test2/Transition.pod
2417cpan/Test-Simple/lib/Test2/Util.pm
2418cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm
2419cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm
2420cpan/Test-Simple/lib/Test2/Util/HashBase.pm
2421cpan/Test-Simple/lib/Test2/Util/Trace.pm
2422cpan/Test-Simple/t/HashBase.t
2423cpan/Test-Simple/t/Legacy/00test_harness_check.t
2424cpan/Test-Simple/t/Legacy/01-basic.t
2425cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t
2426cpan/Test-Simple/t/Legacy/auto.t
2427cpan/Test-Simple/t/Legacy/bad_plan.t
2428cpan/Test-Simple/t/Legacy/bail_out.t
2429cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t
2430cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t
2431cpan/Test-Simple/t/Legacy/buffer.t
2432cpan/Test-Simple/t/Legacy/Bugs/600.t
2433cpan/Test-Simple/t/Legacy/Bugs/629.t
2434cpan/Test-Simple/t/Legacy/Builder/Builder.t
2435cpan/Test-Simple/t/Legacy/Builder/carp.t
2436cpan/Test-Simple/t/Legacy/Builder/create.t
2437cpan/Test-Simple/t/Legacy/Builder/current_test.t
2438cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t
2439cpan/Test-Simple/t/Legacy/Builder/details.t
2440cpan/Test-Simple/t/Legacy/Builder/done_testing.t
2441cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t
2442cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t
2443cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t
2444cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t
2445cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t
2446cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t
2447cpan/Test-Simple/t/Legacy/Builder/has_plan.t
2448cpan/Test-Simple/t/Legacy/Builder/has_plan2.t
2449cpan/Test-Simple/t/Legacy/Builder/is_fh.t
2450cpan/Test-Simple/t/Legacy/Builder/is_passing.t
2451cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t
2452cpan/Test-Simple/t/Legacy/Builder/no_diag.t
2453cpan/Test-Simple/t/Legacy/Builder/no_ending.t
2454cpan/Test-Simple/t/Legacy/Builder/no_header.t
2455cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t
2456cpan/Test-Simple/t/Legacy/Builder/ok_obj.t
2457cpan/Test-Simple/t/Legacy/Builder/output.t
2458cpan/Test-Simple/t/Legacy/Builder/reset.t
2459cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t
2460cpan/Test-Simple/t/Legacy/Builder/try.t
2461cpan/Test-Simple/t/Legacy/c_flag.t
2462cpan/Test-Simple/t/Legacy/capture.t
2463cpan/Test-Simple/t/Legacy/check_tests.t
2464cpan/Test-Simple/t/Legacy/circular_data.t
2465cpan/Test-Simple/t/Legacy/cmp_ok.t
2466cpan/Test-Simple/t/Legacy/depth.t
2467cpan/Test-Simple/t/Legacy/diag.t
2468cpan/Test-Simple/t/Legacy/died.t
2469cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t
2470cpan/Test-Simple/t/Legacy/eq_set.t
2471cpan/Test-Simple/t/Legacy/exit.t
2472cpan/Test-Simple/t/Legacy/explain.t
2473cpan/Test-Simple/t/Legacy/explain_err_vars.t
2474cpan/Test-Simple/t/Legacy/extra.t
2475cpan/Test-Simple/t/Legacy/extra_one.t
2476cpan/Test-Simple/t/Legacy/fail.t
2477cpan/Test-Simple/t/Legacy/fail-like.t
2478cpan/Test-Simple/t/Legacy/fail-more.t
2479cpan/Test-Simple/t/Legacy/fail_one.t
2480cpan/Test-Simple/t/Legacy/filehandles.t
2481cpan/Test-Simple/t/Legacy/fork.t
2482cpan/Test-Simple/t/Legacy/harness_active.t
2483cpan/Test-Simple/t/Legacy/import.t
2484cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t
2485cpan/Test-Simple/t/Legacy/is_deeply_fail.t
2486cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t
2487cpan/Test-Simple/t/Legacy/missing.t
2488cpan/Test-Simple/t/Legacy/More.t
2489cpan/Test-Simple/t/Legacy/new_ok.t
2490cpan/Test-Simple/t/Legacy/no_log_results.t
2491cpan/Test-Simple/t/Legacy/no_plan.t
2492cpan/Test-Simple/t/Legacy/no_tests.t
2493cpan/Test-Simple/t/Legacy/note.t
2494cpan/Test-Simple/t/Legacy/overload.t
2495cpan/Test-Simple/t/Legacy/overload_threads.t
2496cpan/Test-Simple/t/Legacy/plan.t
2497cpan/Test-Simple/t/Legacy/plan_bad.t
2498cpan/Test-Simple/t/Legacy/plan_is_noplan.t
2499cpan/Test-Simple/t/Legacy/plan_no_plan.t
2500cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t
2501cpan/Test-Simple/t/Legacy/plan_skip_all.t
2502cpan/Test-Simple/t/Legacy/Regression/637.t
2503cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t
2504cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t
2505cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t
2506cpan/Test-Simple/t/Legacy/Regression/789-read-only.t
2507cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t
2508cpan/Test-Simple/t/Legacy/Regression/is_capture.t
2509cpan/Test-Simple/t/Legacy/require_ok.t
2510cpan/Test-Simple/t/Legacy/run_test.t
2511cpan/Test-Simple/t/Legacy/simple.t
2512cpan/Test-Simple/t/Legacy/Simple/load.t
2513cpan/Test-Simple/t/Legacy/skip.t
2514cpan/Test-Simple/t/Legacy/skipall.t
2515cpan/Test-Simple/t/Legacy/strays.t
2516cpan/Test-Simple/t/Legacy/subtest/args.t
2517cpan/Test-Simple/t/Legacy/subtest/bail_out.t
2518cpan/Test-Simple/t/Legacy/subtest/basic.t
2519cpan/Test-Simple/t/Legacy/subtest/callback.t
2520cpan/Test-Simple/t/Legacy/subtest/die.t
2521cpan/Test-Simple/t/Legacy/subtest/do.t
2522cpan/Test-Simple/t/Legacy/subtest/events.t
2523cpan/Test-Simple/t/Legacy/subtest/for_do_t.test
2524cpan/Test-Simple/t/Legacy/subtest/fork.t
2525cpan/Test-Simple/t/Legacy/subtest/implicit_done.t
2526cpan/Test-Simple/t/Legacy/subtest/line_numbers.t
2527cpan/Test-Simple/t/Legacy/subtest/plan.t
2528cpan/Test-Simple/t/Legacy/subtest/predicate.t
2529cpan/Test-Simple/t/Legacy/subtest/singleton.t
2530cpan/Test-Simple/t/Legacy/subtest/threads.t
2531cpan/Test-Simple/t/Legacy/subtest/todo.t
2532cpan/Test-Simple/t/Legacy/subtest/wstat.t
2533cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t
2534cpan/Test-Simple/t/Legacy/Test2/Subtest.t
2535cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t
2536cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t
2537cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t
2538cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t
2539cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t
2540cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t
2541cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t
2542cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t
2543cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t
2544cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl
2545cpan/Test-Simple/t/Legacy/thread_taint.t
2546cpan/Test-Simple/t/Legacy/threads.t
2547cpan/Test-Simple/t/Legacy/todo.t
2548cpan/Test-Simple/t/Legacy/undef.t
2549cpan/Test-Simple/t/Legacy/use_ok.t
2550cpan/Test-Simple/t/Legacy/useing.t
2551cpan/Test-Simple/t/Legacy/utf8.t
2552cpan/Test-Simple/t/Legacy/versions.t
2553cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t
2554cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t
2555cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t
2556cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t
2557cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t
2558cpan/Test-Simple/t/lib/Dev/Null.pm
2559cpan/Test-Simple/t/lib/Dummy.pm
2560cpan/Test-Simple/t/lib/MyOverload.pm
2561cpan/Test-Simple/t/lib/MyTest.pm
2562cpan/Test-Simple/t/lib/NoExporter.pm
2563cpan/Test-Simple/t/lib/SigDie.pm
2564cpan/Test-Simple/t/lib/SkipAll.pm
2565cpan/Test-Simple/t/lib/SmallTest.pm
2566cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm
2567cpan/Test-Simple/t/lib/Test/Simple/Catch.pm
2568cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx
2569cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx
2570cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx
2571cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx
2572cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx
2573cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx
2574cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx
2575cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx
2576cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx
2577cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx
2578cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx
2579cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx
2580cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx
2581cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx
2582cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx
2583cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx
2584cpan/Test-Simple/t/lib/TieOut.pm
2585cpan/Test-Simple/t/regression/642_persistent_end.t
2586cpan/Test-Simple/t/regression/662-tbt-no-plan.t
2587cpan/Test-Simple/t/regression/684-nested_todo_diag.t
2588cpan/Test-Simple/t/regression/694_note_diag_return_values.t
2589cpan/Test-Simple/t/regression/696-intercept_skip_all.t
2590cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t
2591cpan/Test-Simple/t/regression/757-reset_in_subtest.t
2592cpan/Test-Simple/t/regression/812-todo.t
2593cpan/Test-Simple/t/regression/817-subtest-todo.t
2594cpan/Test-Simple/t/regression/862-intercept_tb_todo.t
2595cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t
2596cpan/Test-Simple/t/regression/builder_does_not_init.t
2597cpan/Test-Simple/t/regression/errors_facet.t
2598cpan/Test-Simple/t/regression/fork_first.t
2599cpan/Test-Simple/t/regression/inherit_trace.t
2600cpan/Test-Simple/t/regression/no_name_in_subtest.t
2601cpan/Test-Simple/t/regression/skip_reason_object_ipc.t
2602cpan/Test-Simple/t/regression/todo_and_facets.t
2603cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t
2604cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t
2605cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t
2606cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t
2607cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t
2608cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t
2609cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t
2610cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t
2611cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t
2612cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t
2613cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t
2614cpan/Test-Simple/t/Test2/behavior/err_var.t
2615cpan/Test-Simple/t/Test2/behavior/Formatter.t
2616cpan/Test-Simple/t/Test2/behavior/init_croak.t
2617cpan/Test-Simple/t/Test2/behavior/intercept.t
2618cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t
2619cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t
2620cpan/Test-Simple/t/Test2/behavior/no_load_api.t
2621cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t
2622cpan/Test-Simple/t/Test2/behavior/special_names.t
2623cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t
2624cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t
2625cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t
2626cpan/Test-Simple/t/Test2/behavior/Subtest_events.t
2627cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t
2628cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t
2629cpan/Test-Simple/t/Test2/behavior/Taint.t
2630cpan/Test-Simple/t/Test2/behavior/trace_signature.t
2631cpan/Test-Simple/t/Test2/behavior/uuid.t
2632cpan/Test-Simple/t/Test2/legacy/TAP.t
2633cpan/Test-Simple/t/Test2/modules/API.t
2634cpan/Test-Simple/t/Test2/modules/API/Breakage.t
2635cpan/Test-Simple/t/Test2/modules/API/Context.t
2636cpan/Test-Simple/t/Test2/modules/API/Instance.t
2637cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t
2638cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t
2639cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t
2640cpan/Test-Simple/t/Test2/modules/API/Stack.t
2641cpan/Test-Simple/t/Test2/modules/Event.t
2642cpan/Test-Simple/t/Test2/modules/Event/Bail.t
2643cpan/Test-Simple/t/Test2/modules/Event/Diag.t
2644cpan/Test-Simple/t/Test2/modules/Event/Encoding.t
2645cpan/Test-Simple/t/Test2/modules/Event/Exception.t
2646cpan/Test-Simple/t/Test2/modules/Event/Fail.t
2647cpan/Test-Simple/t/Test2/modules/Event/Generic.t
2648cpan/Test-Simple/t/Test2/modules/Event/Note.t
2649cpan/Test-Simple/t/Test2/modules/Event/Ok.t
2650cpan/Test-Simple/t/Test2/modules/Event/Pass.t
2651cpan/Test-Simple/t/Test2/modules/Event/Plan.t
2652cpan/Test-Simple/t/Test2/modules/Event/Skip.t
2653cpan/Test-Simple/t/Test2/modules/Event/Subtest.t
2654cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t
2655cpan/Test-Simple/t/Test2/modules/Event/V2.t
2656cpan/Test-Simple/t/Test2/modules/Event/Waiting.t
2657cpan/Test-Simple/t/Test2/modules/EventFacet.t
2658cpan/Test-Simple/t/Test2/modules/EventFacet/About.t
2659cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t
2660cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t
2661cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t
2662cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t
2663cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t
2664cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t
2665cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t
2666cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t
2667cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t
2668cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t
2669cpan/Test-Simple/t/Test2/modules/Hub.t
2670cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t
2671cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t
2672cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t
2673cpan/Test-Simple/t/Test2/modules/IPC.t
2674cpan/Test-Simple/t/Test2/modules/IPC/Driver.t
2675cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t
2676cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t
2677cpan/Test-Simple/t/Test2/modules/Util.t
2678cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t
2679cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t
2680cpan/Test-Simple/t/Test2/modules/Util/Trace.t
2681cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t
2682cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t
2683cpan/Test-Simple/t/Test2/regression/gh_16.t
2684cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t
2685cpan/Text-Balanced/lib/Text/Balanced.pm	Text::Balanced
2686cpan/Text-Balanced/t/01_compile.t	See if Text::Balanced works
2687cpan/Text-Balanced/t/02_extbrk.t	See if Text::Balanced works
2688cpan/Text-Balanced/t/03_extcbk.t	See if Text::Balanced works
2689cpan/Text-Balanced/t/04_extdel.t	See if Text::Balanced works
2690cpan/Text-Balanced/t/05_extmul.t	See if Text::Balanced works
2691cpan/Text-Balanced/t/06_extqlk.t	See if Text::Balanced works
2692cpan/Text-Balanced/t/07_exttag.t	See if Text::Balanced works
2693cpan/Text-Balanced/t/08_extvar.t	See if Text::Balanced works
2694cpan/Text-Balanced/t/09_gentag.t	See if Text::Balanced works
2695cpan/Text-Balanced/t/94_changes.t
2696cpan/Text-Balanced/t/95_critic.t
2697cpan/Text-Balanced/t/96_pmv.t
2698cpan/Text-Balanced/t/97_pod.t
2699cpan/Text-Balanced/t/98_pod_coverage.t
2700cpan/Text-ParseWords/lib/Text/ParseWords.pm	Perl module to split words on arbitrary delimiter
2701cpan/Text-ParseWords/t/ParseWords.t		See if Text::ParseWords works
2702cpan/Text-ParseWords/t/taint.t			See if Text::ParseWords works with tainting
2703cpan/Text-Tabs/lib/Text/Tabs.pm		Do expand and unexpand
2704cpan/Text-Tabs/lib/Text/Wrap.pm		Paragraph formatter
2705cpan/Text-Tabs/t/37000.t		See if Text::Tabs is working
2706cpan/Text-Tabs/t/39548.t		See if Text::Tabs is working
2707cpan/Text-Tabs/t/79766.t		See if Text::Tabs is working
2708cpan/Text-Tabs/t/belg4mit.t		See if Text::Tabs is working
2709cpan/Text-Tabs/t/dandv.t		See if Text::Tabs is working
2710cpan/Text-Tabs/t/fill.t			See if Text::Wrap::fill works
2711cpan/Text-Tabs/t/Jacobson.t		See if Text::Tabs is working
2712cpan/Text-Tabs/t/Jacobson2.t		See if Text::Tabs is working
2713cpan/Text-Tabs/t/Jochen.t		See if Text::Tabs is working
2714cpan/Text-Tabs/t/lib/ok.pl
2715cpan/Text-Tabs/t/sep.t			See if Text::Tabs is working
2716cpan/Text-Tabs/t/sep2.t			See if Text::Tabs is working
2717cpan/Text-Tabs/t/tabs.t			See if Text::Tabs works
2718cpan/Text-Tabs/t/Tabs-ElCid.t		See if Text::Tabs works
2719cpan/Text-Tabs/t/undef.t
2720cpan/Text-Tabs/t/wrap.t			See if Text::Wrap::wrap works
2721cpan/Text-Tabs/t/Wrap-JLB.t		See if Text::Wrap::wrap works
2722cpan/Text-Tabs/t/wrap_separator2.t	See if Text::Wrap::wrap works
2723cpan/Tie-RefHash/lib/Tie/RefHash.pm		Base class for tied hashes with references as keys
2724cpan/Tie-RefHash/t/rebless.t	Test for Tie::RefHash with rebless
2725cpan/Tie-RefHash/t/refhash.t	Test for Tie::RefHash and Tie::RefHash::Nestable
2726cpan/Tie-RefHash/t/storable.t	Test for Tie::RefHash with storable
2727cpan/Tie-RefHash/t/threaded.t	Test for Tie::RefHash with threads
2728cpan/Time-Local/lib/Time/Local.pm	Reverse translation of localtime, gmtime
2729cpan/Time-Local/t/Local.t		See if Time::Local works
2730cpan/Time-Piece/Piece.pm	Time::Piece extension
2731cpan/Time-Piece/Piece.xs	Time::Piece extension
2732cpan/Time-Piece/Seconds.pm	Time::Piece extension
2733cpan/Time-Piece/t/01base.t	Test for Time::Piece
2734cpan/Time-Piece/t/02core.t	Test for Time::Piece
2735cpan/Time-Piece/t/02core_dst.t
2736cpan/Time-Piece/t/03compare.t	Test for Time::Piece
2737cpan/Time-Piece/t/04mjd.t	Test for Time::Piece
2738cpan/Time-Piece/t/05overload.t	Test for Time::Piece
2739cpan/Time-Piece/t/06large.t
2740cpan/Time-Piece/t/06subclass.t	Test for Time::Piece
2741cpan/Time-Piece/t/07arith.t	Test for Time::Piece
2742cpan/Time-Piece/t/08truncate.t
2743cpan/Time-Piece/t/09locales.t
2744cpan/Time-Piece/t/10overload.t
2745cpan/Time-Piece/t/99legacy.t
2746cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
2747cpan/Unicode-Collate/Collate.pm			Unicode::Collate
2748cpan/Unicode-Collate/Collate.xs			Unicode::Collate
2749cpan/Unicode-Collate/Collate/allkeys.txt	Unicode::Collate
2750cpan/Unicode-Collate/Collate/CJK/Big5.pm			Unicode::Collate
2751cpan/Unicode-Collate/Collate/CJK/GB2312.pm			Unicode::Collate
2752cpan/Unicode-Collate/Collate/CJK/JISX0208.pm			Unicode::Collate
2753cpan/Unicode-Collate/Collate/CJK/Korean.pm			Unicode::Collate
2754cpan/Unicode-Collate/Collate/CJK/Pinyin.pm			Unicode::Collate
2755cpan/Unicode-Collate/Collate/CJK/Stroke.pm			Unicode::Collate
2756cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
2757cpan/Unicode-Collate/Collate/keys.txt		Unicode::Collate
2758cpan/Unicode-Collate/Collate/Locale.pm			Unicode::Collate
2759cpan/Unicode-Collate/Collate/Locale/af.pl			Unicode::Collate
2760cpan/Unicode-Collate/Collate/Locale/ar.pl			Unicode::Collate
2761cpan/Unicode-Collate/Collate/Locale/as.pl	Unicode::Collate
2762cpan/Unicode-Collate/Collate/Locale/az.pl			Unicode::Collate
2763cpan/Unicode-Collate/Collate/Locale/be.pl	Unicode::Collate
2764cpan/Unicode-Collate/Collate/Locale/bn.pl		Unicode::Collate
2765cpan/Unicode-Collate/Collate/Locale/ca.pl			Unicode::Collate
2766cpan/Unicode-Collate/Collate/Locale/cs.pl			Unicode::Collate
2767cpan/Unicode-Collate/Collate/Locale/cu.pl
2768cpan/Unicode-Collate/Collate/Locale/cy.pl			Unicode::Collate
2769cpan/Unicode-Collate/Collate/Locale/da.pl			Unicode::Collate
2770cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl			Unicode::Collate
2771cpan/Unicode-Collate/Collate/Locale/de_phone.pl			Unicode::Collate
2772cpan/Unicode-Collate/Collate/Locale/dsb.pl
2773cpan/Unicode-Collate/Collate/Locale/ee.pl
2774cpan/Unicode-Collate/Collate/Locale/eo.pl			Unicode::Collate
2775cpan/Unicode-Collate/Collate/Locale/es.pl			Unicode::Collate
2776cpan/Unicode-Collate/Collate/Locale/es_trad.pl			Unicode::Collate
2777cpan/Unicode-Collate/Collate/Locale/et.pl			Unicode::Collate
2778cpan/Unicode-Collate/Collate/Locale/fa.pl	Unicode::Collate
2779cpan/Unicode-Collate/Collate/Locale/fi.pl			Unicode::Collate
2780cpan/Unicode-Collate/Collate/Locale/fi_phone.pl	Unicode::Collate
2781cpan/Unicode-Collate/Collate/Locale/fil.pl			Unicode::Collate
2782cpan/Unicode-Collate/Collate/Locale/fo.pl			Unicode::Collate
2783cpan/Unicode-Collate/Collate/Locale/fr_ca.pl			Unicode::Collate
2784cpan/Unicode-Collate/Collate/Locale/gu.pl	Unicode::Collate
2785cpan/Unicode-Collate/Collate/Locale/ha.pl			Unicode::Collate
2786cpan/Unicode-Collate/Collate/Locale/haw.pl			Unicode::Collate
2787cpan/Unicode-Collate/Collate/Locale/he.pl
2788cpan/Unicode-Collate/Collate/Locale/hi.pl	Unicode::Collate
2789cpan/Unicode-Collate/Collate/Locale/hr.pl			Unicode::Collate
2790cpan/Unicode-Collate/Collate/Locale/hu.pl			Unicode::Collate
2791cpan/Unicode-Collate/Collate/Locale/hy.pl			Unicode::Collate
2792cpan/Unicode-Collate/Collate/Locale/ig.pl			Unicode::Collate
2793cpan/Unicode-Collate/Collate/Locale/is.pl			Unicode::Collate
2794cpan/Unicode-Collate/Collate/Locale/ja.pl			Unicode::Collate
2795cpan/Unicode-Collate/Collate/Locale/kk.pl			Unicode::Collate
2796cpan/Unicode-Collate/Collate/Locale/kl.pl			Unicode::Collate
2797cpan/Unicode-Collate/Collate/Locale/kn.pl	Unicode::Collate
2798cpan/Unicode-Collate/Collate/Locale/ko.pl			Unicode::Collate
2799cpan/Unicode-Collate/Collate/Locale/kok.pl	Unicode::Collate
2800cpan/Unicode-Collate/Collate/Locale/lkt.pl
2801cpan/Unicode-Collate/Collate/Locale/ln.pl	Unicode::Collate
2802cpan/Unicode-Collate/Collate/Locale/lt.pl			Unicode::Collate
2803cpan/Unicode-Collate/Collate/Locale/lv.pl			Unicode::Collate
2804cpan/Unicode-Collate/Collate/Locale/mk.pl	Unicode::Collate
2805cpan/Unicode-Collate/Collate/Locale/ml.pl	Unicode::Collate
2806cpan/Unicode-Collate/Collate/Locale/mr.pl	Unicode::Collate
2807cpan/Unicode-Collate/Collate/Locale/mt.pl			Unicode::Collate
2808cpan/Unicode-Collate/Collate/Locale/nb.pl			Unicode::Collate
2809cpan/Unicode-Collate/Collate/Locale/nn.pl			Unicode::Collate
2810cpan/Unicode-Collate/Collate/Locale/nso.pl			Unicode::Collate
2811cpan/Unicode-Collate/Collate/Locale/om.pl			Unicode::Collate
2812cpan/Unicode-Collate/Collate/Locale/or.pl	Unicode::Collate
2813cpan/Unicode-Collate/Collate/Locale/pa.pl	Unicode::Collate
2814cpan/Unicode-Collate/Collate/Locale/pl.pl			Unicode::Collate
2815cpan/Unicode-Collate/Collate/Locale/ro.pl			Unicode::Collate
2816cpan/Unicode-Collate/Collate/Locale/sa.pl		Unicode::Collate
2817cpan/Unicode-Collate/Collate/Locale/se.pl			Unicode::Collate
2818cpan/Unicode-Collate/Collate/Locale/si.pl	Unicode::Collate
2819cpan/Unicode-Collate/Collate/Locale/si_dict.pl	Unicode::Collate
2820cpan/Unicode-Collate/Collate/Locale/sk.pl			Unicode::Collate
2821cpan/Unicode-Collate/Collate/Locale/sl.pl			Unicode::Collate
2822cpan/Unicode-Collate/Collate/Locale/sq.pl			Unicode::Collate
2823cpan/Unicode-Collate/Collate/Locale/sr.pl	Unicode::Collate
2824cpan/Unicode-Collate/Collate/Locale/sv.pl			Unicode::Collate
2825cpan/Unicode-Collate/Collate/Locale/sv_refo.pl	Unicode::Collate
2826cpan/Unicode-Collate/Collate/Locale/ta.pl	Unicode::Collate
2827cpan/Unicode-Collate/Collate/Locale/te.pl	Unicode::Collate
2828cpan/Unicode-Collate/Collate/Locale/th.pl	Unicode::Collate
2829cpan/Unicode-Collate/Collate/Locale/tn.pl			Unicode::Collate
2830cpan/Unicode-Collate/Collate/Locale/to.pl			Unicode::Collate
2831cpan/Unicode-Collate/Collate/Locale/tr.pl			Unicode::Collate
2832cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl			Unicode::Collate
2833cpan/Unicode-Collate/Collate/Locale/uk.pl			Unicode::Collate
2834cpan/Unicode-Collate/Collate/Locale/ur.pl	Unicode::Collate
2835cpan/Unicode-Collate/Collate/Locale/vi.pl			Unicode::Collate
2836cpan/Unicode-Collate/Collate/Locale/vo.pl
2837cpan/Unicode-Collate/Collate/Locale/wae.pl	Unicode::Collate
2838cpan/Unicode-Collate/Collate/Locale/wo.pl			Unicode::Collate
2839cpan/Unicode-Collate/Collate/Locale/yo.pl			Unicode::Collate
2840cpan/Unicode-Collate/Collate/Locale/zh.pl			Unicode::Collate
2841cpan/Unicode-Collate/Collate/Locale/zh_big5.pl			Unicode::Collate
2842cpan/Unicode-Collate/Collate/Locale/zh_gb.pl			Unicode::Collate
2843cpan/Unicode-Collate/Collate/Locale/zh_pin.pl			Unicode::Collate
2844cpan/Unicode-Collate/Collate/Locale/zh_strk.pl			Unicode::Collate
2845cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl
2846cpan/Unicode-Collate/Makefile.PL			Unicode::Collate
2847cpan/Unicode-Collate/mkheader			Unicode::Collate
2848cpan/Unicode-Collate/t/altern.t			Unicode::Collate
2849cpan/Unicode-Collate/t/backwds.t			Unicode::Collate
2850cpan/Unicode-Collate/t/cjk_b5.t		Unicode::Collate
2851cpan/Unicode-Collate/t/cjk_gb.t		Unicode::Collate
2852cpan/Unicode-Collate/t/cjk_ja.t		Unicode::Collate
2853cpan/Unicode-Collate/t/cjk_ko.t		Unicode::Collate
2854cpan/Unicode-Collate/t/cjk_py.t		Unicode::Collate
2855cpan/Unicode-Collate/t/cjk_st.t		Unicode::Collate
2856cpan/Unicode-Collate/t/cjk_zy.t
2857cpan/Unicode-Collate/t/cjkrange.t		Unicode::Collate
2858cpan/Unicode-Collate/t/compatui.t		Unicode::Collate
2859cpan/Unicode-Collate/t/contract.t		Unicode::Collate
2860cpan/Unicode-Collate/t/default.t		Unicode::Collate
2861cpan/Unicode-Collate/t/hangtype.t		Unicode::Collate
2862cpan/Unicode-Collate/t/hangul.t			Unicode::Collate
2863cpan/Unicode-Collate/t/ident.t
2864cpan/Unicode-Collate/t/iglevel2.t			Unicode::Collate
2865cpan/Unicode-Collate/t/ignor.t			Unicode::Collate
2866cpan/Unicode-Collate/t/illegal.t		Unicode::Collate
2867cpan/Unicode-Collate/t/illegalp.t		Unicode::Collate
2868cpan/Unicode-Collate/t/index.t			Unicode::Collate
2869cpan/Unicode-Collate/t/khitan.t			Unicode::Collate
2870cpan/Unicode-Collate/t/loc_af.t			Unicode::Collate
2871cpan/Unicode-Collate/t/loc_ar.t			Unicode::Collate
2872cpan/Unicode-Collate/t/loc_as.t	Unicode::Collate
2873cpan/Unicode-Collate/t/loc_az.t			Unicode::Collate
2874cpan/Unicode-Collate/t/loc_be.t			Unicode::Collate
2875cpan/Unicode-Collate/t/loc_bg.t			Unicode::Collate
2876cpan/Unicode-Collate/t/loc_bn.t		Unicode::Collate
2877cpan/Unicode-Collate/t/loc_bs.t	Unicode::Collate
2878cpan/Unicode-Collate/t/loc_bscy.t
2879cpan/Unicode-Collate/t/loc_ca.t			Unicode::Collate
2880cpan/Unicode-Collate/t/loc_cjk.t		Unicode::Collate
2881cpan/Unicode-Collate/t/loc_cjkc.t		Unicode::Collate
2882cpan/Unicode-Collate/t/loc_cs.t			Unicode::Collate
2883cpan/Unicode-Collate/t/loc_cu.t
2884cpan/Unicode-Collate/t/loc_cy.t			Unicode::Collate
2885cpan/Unicode-Collate/t/loc_cyrl.t			Unicode::Collate
2886cpan/Unicode-Collate/t/loc_da.t			Unicode::Collate
2887cpan/Unicode-Collate/t/loc_de.t			Unicode::Collate
2888cpan/Unicode-Collate/t/loc_deat.t			Unicode::Collate
2889cpan/Unicode-Collate/t/loc_deph.t			Unicode::Collate
2890cpan/Unicode-Collate/t/loc_dsb.t
2891cpan/Unicode-Collate/t/loc_ee.t
2892cpan/Unicode-Collate/t/loc_eo.t			Unicode::Collate
2893cpan/Unicode-Collate/t/loc_es.t			Unicode::Collate
2894cpan/Unicode-Collate/t/loc_estr.t			Unicode::Collate
2895cpan/Unicode-Collate/t/loc_et.t			Unicode::Collate
2896cpan/Unicode-Collate/t/loc_fa.t	Unicode::Collate
2897cpan/Unicode-Collate/t/loc_fi.t			Unicode::Collate
2898cpan/Unicode-Collate/t/loc_fil.t			Unicode::Collate
2899cpan/Unicode-Collate/t/loc_fiph.t	Unicode::Collate
2900cpan/Unicode-Collate/t/loc_fo.t			Unicode::Collate
2901cpan/Unicode-Collate/t/loc_fr.t			Unicode::Collate
2902cpan/Unicode-Collate/t/loc_frca.t		Unicode::Collate
2903cpan/Unicode-Collate/t/loc_gu.t	Unicode::Collate
2904cpan/Unicode-Collate/t/loc_ha.t			Unicode::Collate
2905cpan/Unicode-Collate/t/loc_haw.t			Unicode::Collate
2906cpan/Unicode-Collate/t/loc_he.t
2907cpan/Unicode-Collate/t/loc_hi.t	Unicode::Collate
2908cpan/Unicode-Collate/t/loc_hr.t			Unicode::Collate
2909cpan/Unicode-Collate/t/loc_hu.t			Unicode::Collate
2910cpan/Unicode-Collate/t/loc_hy.t			Unicode::Collate
2911cpan/Unicode-Collate/t/loc_ig.t			Unicode::Collate
2912cpan/Unicode-Collate/t/loc_is.t			Unicode::Collate
2913cpan/Unicode-Collate/t/loc_ja.t			Unicode::Collate
2914cpan/Unicode-Collate/t/loc_jait.t			Unicode::Collate
2915cpan/Unicode-Collate/t/loc_japr.t			Unicode::Collate
2916cpan/Unicode-Collate/t/loc_kk.t			Unicode::Collate
2917cpan/Unicode-Collate/t/loc_kl.t			Unicode::Collate
2918cpan/Unicode-Collate/t/loc_kn.t	Unicode::Collate
2919cpan/Unicode-Collate/t/loc_ko.t			Unicode::Collate
2920cpan/Unicode-Collate/t/loc_kok.t	Unicode::Collate
2921cpan/Unicode-Collate/t/loc_lkt.t
2922cpan/Unicode-Collate/t/loc_ln.t	Unicode::Collate
2923cpan/Unicode-Collate/t/loc_lt.t			Unicode::Collate
2924cpan/Unicode-Collate/t/loc_lv.t			Unicode::Collate
2925cpan/Unicode-Collate/t/loc_mk.t			Unicode::Collate
2926cpan/Unicode-Collate/t/loc_ml.t	Unicode::Collate
2927cpan/Unicode-Collate/t/loc_mncy.t		Unicode::Collate
2928cpan/Unicode-Collate/t/loc_mr.t	Unicode::Collate
2929cpan/Unicode-Collate/t/loc_mt.t			Unicode::Collate
2930cpan/Unicode-Collate/t/loc_nb.t			Unicode::Collate
2931cpan/Unicode-Collate/t/loc_nn.t			Unicode::Collate
2932cpan/Unicode-Collate/t/loc_nso.t			Unicode::Collate
2933cpan/Unicode-Collate/t/loc_om.t			Unicode::Collate
2934cpan/Unicode-Collate/t/loc_or.t	Unicode::Collate
2935cpan/Unicode-Collate/t/loc_pa.t	Unicode::Collate
2936cpan/Unicode-Collate/t/loc_pl.t			Unicode::Collate
2937cpan/Unicode-Collate/t/loc_ro.t			Unicode::Collate
2938cpan/Unicode-Collate/t/loc_ru.t			Unicode::Collate
2939cpan/Unicode-Collate/t/loc_sa.t		Unicode::Collate
2940cpan/Unicode-Collate/t/loc_se.t			Unicode::Collate
2941cpan/Unicode-Collate/t/loc_si.t	Unicode::Collate
2942cpan/Unicode-Collate/t/loc_sidt.t	Unicode::Collate
2943cpan/Unicode-Collate/t/loc_sk.t			Unicode::Collate
2944cpan/Unicode-Collate/t/loc_sl.t			Unicode::Collate
2945cpan/Unicode-Collate/t/loc_sq.t			Unicode::Collate
2946cpan/Unicode-Collate/t/loc_sr.t			Unicode::Collate
2947cpan/Unicode-Collate/t/loc_srla.t	Unicode::Collate
2948cpan/Unicode-Collate/t/loc_sv.t			Unicode::Collate
2949cpan/Unicode-Collate/t/loc_svrf.t	Unicode::Collate
2950cpan/Unicode-Collate/t/loc_sw.t			Unicode::Collate
2951cpan/Unicode-Collate/t/loc_ta.t	Unicode::Collate
2952cpan/Unicode-Collate/t/loc_te.t	Unicode::Collate
2953cpan/Unicode-Collate/t/loc_test.t			Unicode::Collate
2954cpan/Unicode-Collate/t/loc_th.t	Unicode::Collate
2955cpan/Unicode-Collate/t/loc_tn.t			Unicode::Collate
2956cpan/Unicode-Collate/t/loc_to.t			Unicode::Collate
2957cpan/Unicode-Collate/t/loc_tr.t			Unicode::Collate
2958cpan/Unicode-Collate/t/loc_ugcy.t		Unicode::Collate
2959cpan/Unicode-Collate/t/loc_uk.t			Unicode::Collate
2960cpan/Unicode-Collate/t/loc_ur.t	Unicode::Collate
2961cpan/Unicode-Collate/t/loc_vi.t			Unicode::Collate
2962cpan/Unicode-Collate/t/loc_vo.t
2963cpan/Unicode-Collate/t/loc_wae.t	Unicode::Collate
2964cpan/Unicode-Collate/t/loc_wo.t			Unicode::Collate
2965cpan/Unicode-Collate/t/loc_yo.t			Unicode::Collate
2966cpan/Unicode-Collate/t/loc_zh.t			Unicode::Collate
2967cpan/Unicode-Collate/t/loc_zhb5.t			Unicode::Collate
2968cpan/Unicode-Collate/t/loc_zhgb.t			Unicode::Collate
2969cpan/Unicode-Collate/t/loc_zhpy.t			Unicode::Collate
2970cpan/Unicode-Collate/t/loc_zhst.t			Unicode::Collate
2971cpan/Unicode-Collate/t/loc_zhzy.t
2972cpan/Unicode-Collate/t/nonchar.t			Unicode::Collate
2973cpan/Unicode-Collate/t/normal.t			Unicode::Collate
2974cpan/Unicode-Collate/t/notable.t
2975cpan/Unicode-Collate/t/nushu.t
2976cpan/Unicode-Collate/t/overcjk0.t		Unicode::Collate
2977cpan/Unicode-Collate/t/overcjk1.t		Unicode::Collate
2978cpan/Unicode-Collate/t/override.t		Unicode::Collate
2979cpan/Unicode-Collate/t/rearrang.t		Unicode::Collate
2980cpan/Unicode-Collate/t/rewrite.t			Unicode::Collate
2981cpan/Unicode-Collate/t/tangut.t
2982cpan/Unicode-Collate/t/test.t			Unicode::Collate
2983cpan/Unicode-Collate/t/trailwt.t		Unicode::Collate
2984cpan/Unicode-Collate/t/variable.t		Unicode::Collate
2985cpan/Unicode-Collate/t/version.t		Unicode::Collate
2986cpan/Unicode-Collate/t/view.t			Unicode::Collate
2987cpan/version/lib/version.pm		Support for version objects
2988cpan/version/lib/version.pod		Documentation of the version module
2989cpan/version/lib/version/Internals.pod	Description of the internals of version objects
2990cpan/version/lib/version/regex.pm	Regex for matching version objects
2991cpan/version/t/01base.t			Tests for version objects
2992cpan/version/t/02derived.t		Tests for version objects
2993cpan/version/t/03require.t		Tests for version objects
2994cpan/version/t/04strict_lax.t		Tests for version objects
2995cpan/version/t/05sigdie.t		Tests for version objects
2996cpan/version/t/06noop.t			Tests for version objects
2997cpan/version/t/07locale.t		Tests for version objects
2998cpan/version/t/08_corelist.t		Tests for version objects
2999cpan/version/t/09_list_util.t		Tests for version objects
3000cpan/version/t/10_lyon.t		Tests for version objects
3001cpan/version/t/11_taint.t		Tests for version objects
3002cpan/version/t/coretests.pm		Tests for version objects
3003cpan/Win32/longpath.inc			Win32 extension long path support
3004cpan/Win32/Makefile.PL			Win32 extension makefile writer
3005cpan/Win32/t/CodePage.t			See if Win32 extension works
3006cpan/Win32/t/CreateFile.t		See if Win32 extension works
3007cpan/Win32/t/ExpandEnvironmentStrings.t	See if Win32 extension works
3008cpan/Win32/t/GetCurrentThreadId.t	See if Win32 extension works
3009cpan/Win32/t/GetFileVersion.t		See if Win32 extension works
3010cpan/Win32/t/GetFolderPath.t		See if Win32 extension works
3011cpan/Win32/t/GetFullPathName.t		See if Win32 extension works
3012cpan/Win32/t/GetLongPathName.t		See if Win32 extension works
3013cpan/Win32/t/GetOSName.t		See if Win32 extension works
3014cpan/Win32/t/GetOSVersion.t		See if Win32 extension works
3015cpan/Win32/t/GetShortPathName.t		See if Win32 extension works
3016cpan/Win32/t/GuidGen.t			See if Win32 extension works
3017cpan/Win32/t/Names.t			See if Win32 extension works
3018cpan/Win32/t/Privileges.t
3019cpan/Win32/t/Unicode.t			See if Win32 extension works
3020cpan/Win32/Win32.pm			Win32 extension Perl module
3021cpan/Win32/Win32.xs			Win32 extension external subroutines
3022cpan/Win32API-File/buffers.h	Win32API::File extension
3023cpan/Win32API-File/cFile.h	Win32API::File extension
3024cpan/Win32API-File/cFile.pc	Win32API::File extension
3025cpan/Win32API-File/const2perl.h	Win32API::File extension
3026cpan/Win32API-File/File.pm	Win32API::File extension
3027cpan/Win32API-File/File.xs	Win32API::File extension
3028cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm	Win32API::File extension
3029cpan/Win32API-File/Makefile.PL	Win32API::File extension makefile write
3030cpan/Win32API-File/t/file.t	See if Win32API::File extension works
3031cpan/Win32API-File/t/tie.t	See if Win32API::File extension works
3032cpan/Win32API-File/typemap	Win32API::File extension interface types
3033Cross/build-arm-n770-sh		Cross-compilation
3034Cross/cflags-cross-arm		Cross-compilation
3035Cross/config			Cross-compilation
3036Cross/config.sh-arm-linux	Cross-compilation
3037Cross/config.sh-arm-linux-n770	Cross-compilation
3038Cross/generate_config_sh	Cross-compilation
3039Cross/installperl.patch		Cross-compilation
3040Cross/Makefile			Cross-compilation
3041Cross/Makefile-cross-SH		Cross-compilation
3042Cross/Makefile.SH.patch		Cross-compilation
3043Cross/README			Cross-compilation
3044Cross/README.new		Cross-compilation
3045Cross/TODO			Cross-compilation
3046Cross/warp			Cross-compilation
3047cv.h				Code value header
3048cygwin/cygwin.c			Additional code for Cygwin port
3049deb.c				Debugging routines
3050dist/Attribute-Handlers/Changes				Attribute::Handlers
3051dist/Attribute-Handlers/demo/demo.pl			Attribute::Handlers demo
3052dist/Attribute-Handlers/demo/Demo.pm			Attribute::Handlers demo
3053dist/Attribute-Handlers/demo/demo2.pl			Attribute::Handlers demo
3054dist/Attribute-Handlers/demo/demo3.pl			Attribute::Handlers demo
3055dist/Attribute-Handlers/demo/demo4.pl			Attribute::Handlers demo
3056dist/Attribute-Handlers/demo/demo_call.pl		Attribute::Handlers demo
3057dist/Attribute-Handlers/demo/demo_chain.pl		Attribute::Handlers demo
3058dist/Attribute-Handlers/demo/demo_cycle.pl		Attribute::Handlers demo
3059dist/Attribute-Handlers/demo/demo_hashdir.pl		Attribute::Handlers demo
3060dist/Attribute-Handlers/demo/demo_phases.pl		Attribute::Handlers demo
3061dist/Attribute-Handlers/demo/demo_range.pl		Attribute::Handlers demo
3062dist/Attribute-Handlers/demo/demo_rawdata.pl		Attribute::Handlers demo
3063dist/Attribute-Handlers/demo/Descriptions.pm		Attribute::Handlers demo
3064dist/Attribute-Handlers/demo/MyClass.pm			Attribute::Handlers demo
3065dist/Attribute-Handlers/lib/Attribute/Handlers.pm	Attribute::Handlers
3066dist/Attribute-Handlers/t/caller.t			See if Attribute::Handlers works
3067dist/Attribute-Handlers/t/constants.t			Test constants and Attribute::Handlers
3068dist/Attribute-Handlers/t/data_convert.t		Test attribute data conversion
3069dist/Attribute-Handlers/t/linerep.t			See if Attribute::Handlers works
3070dist/Attribute-Handlers/t/multi.t			See if Attribute::Handlers works
3071dist/autouse/lib/autouse.pm		Load and call a function only when it's used
3072dist/autouse/t/autouse.t		See if autouse works
3073dist/autouse/t/lib/MyTestModule.pm	Test module for autouse
3074dist/autouse/t/lib/MyTestModule2.pm	Test module for autouse
3075dist/base/Changes		base.pm changelog
3076dist/base/lib/base.pm		Establish IS-A relationship at compile time
3077dist/base/lib/fields.pm		Set up object field names for pseudo-hash-using classes
3078dist/base/Makefile.PL	base.pm Makefile.PL
3079dist/base/t/base.t		See if base works
3080dist/base/t/base-open-chunk.t	See if base works
3081dist/base/t/base-open-line.t	See if base works
3082dist/base/t/compile-time.t	See if base works
3083dist/base/t/core-global.t	See if base works around CORE::GLOBAL::require
3084dist/base/t/fields.t		See if fields work
3085dist/base/t/fields-5_6_0.t	See if fields work
3086dist/base/t/fields-5_8_0.t	See if fields work
3087dist/base/t/fields-base.t	See if fields work
3088dist/base/t/incdot.t		Test how base.pm handles '.' in @INC
3089dist/base/t/isa.t		See if base's behaviour doesn't change
3090dist/base/t/lib/BaseIncMandatory.pm	Test module for base.pm
3091dist/base/t/lib/BaseIncOptional.pm	Test module for base.pm
3092dist/base/t/lib/Broken.pm	Test module for base.pm
3093dist/base/t/lib/Dummy.pm	Test module for base.pm
3094dist/base/t/lib/HasSigDie.pm	Module for testing base.pm
3095dist/base/t/sigdie.t		See if base works with SIGDIE
3096dist/base/t/version.t		See if base works with versions
3097dist/base/t/warnings.t		See if base works with warnings
3098dist/Carp/Changes		Changelog for Carp's CPAN releases
3099dist/Carp/lib/Carp.pm		Error message extension
3100dist/Carp/lib/Carp/Heavy.pm	Error message retired workhorse
3101dist/Carp/Makefile.PL		makefile writer for Carp
3102dist/Carp/README		README for Carp's CPAN releases
3103dist/Carp/t/arg_regexp.t		See if Carp formats regexp args OK in stack traces
3104dist/Carp/t/arg_string.t		See if Carp formats string args OK in stack traces
3105dist/Carp/t/baduni.t		See if Carp handles non-char Unicode
3106dist/Carp/t/baduni_warnings.t		See if Carp handles non-char Unicode when loaded via warnings.pm
3107dist/Carp/t/broken_can.t	Test Carp with bad can implementations
3108dist/Carp/t/broken_univ_can.t	Test Carp with bad UNIVERSAL::can
3109dist/Carp/t/Carp.t		See if Carp works
3110dist/Carp/t/Carp_overload.t		See if Carp handles overloads
3111dist/Carp/t/Carp_overloadless.t		See if Carp handles overloads that dont use overload.pm
3112dist/Carp/t/errno.t		See if Carp preserves $! and $^E
3113dist/Carp/t/heavy.t		See if Carp::Heavy works
3114dist/Carp/t/heavy_mismatch.t		See if Carp::Heavy catches version mismatch
3115dist/Carp/t/stack_after_err.t	Test stack traces after syntax errors
3116dist/Carp/t/stash_deletion.t		See if Carp handles stash deletion
3117dist/Carp/t/swash.t		See if Carp avoids breaking swash loading
3118dist/Carp/t/vivify_gv.t		See if Carp leaves utf8:: stuff alone
3119dist/Carp/t/vivify_stash.t		See if Carp leaves utf8:: stash alone
3120dist/Carp/t/with_warnings.t		See if Carp plays nicely with warnings
3121dist/constant/lib/constant.pm	For "use constant"
3122dist/constant/t/constant.t	See if compile-time constants work
3123dist/constant/t/utf8.t		Test Unicode constants under utf8 pragma
3124dist/Data-Dumper/Changes	Data pretty printer, changelog
3125dist/Data-Dumper/Dumper.pm	Data pretty printer, module
3126dist/Data-Dumper/Dumper.xs	Data pretty printer, externals
3127dist/Data-Dumper/Makefile.PL	Data pretty printer, makefile writer
3128dist/Data-Dumper/t/bless.t	See if Data::Dumper works
3129dist/Data-Dumper/t/bless_var_method.t	See if Data::Dumper::Bless works
3130dist/Data-Dumper/t/bugs.t	See if Data::Dumper works
3131dist/Data-Dumper/t/deparse.t	See if Data::Dumper::Deparse works
3132dist/Data-Dumper/t/dumper.t	See if Data::Dumper works
3133dist/Data-Dumper/t/dumpperl.t	See if Data::Dumper::Dumpperl works
3134dist/Data-Dumper/t/freezer.t	See if Data::Dumper::Freezer works
3135dist/Data-Dumper/t/freezer_useperl.t	See if Data::Dumper works
3136dist/Data-Dumper/t/huge.t	See if Data::Dumper works on huge inputs
3137dist/Data-Dumper/t/indent.t	See if Data::Dumper::Indent works
3138dist/Data-Dumper/t/lib/Testing.pm	Functions used in testing Data-Dumper
3139dist/Data-Dumper/t/misc.t	Miscellaneous tests for Data-Dumper
3140dist/Data-Dumper/t/names.t	See if Data::Dumper::Names works
3141dist/Data-Dumper/t/overload.t	See if Data::Dumper works for overloaded data
3142dist/Data-Dumper/t/pair.t	See if Data::Dumper pair separator works
3143dist/Data-Dumper/t/perl-74170.t	Regression test for stack reallocation
3144dist/Data-Dumper/t/purity_deepcopy_maxdepth.t	See if three Data::Dumper functions work
3145dist/Data-Dumper/t/qr.t		See if Data::Dumper works with qr|/|
3146dist/Data-Dumper/t/quotekeys.t	See if Data::Dumper::Quotekeys works
3147dist/Data-Dumper/t/recurse.t	See if Data::Dumper::Maxrecurse works
3148dist/Data-Dumper/t/seen.t	See if Data::Dumper::Seen works
3149dist/Data-Dumper/t/sortkeys.t	See if Data::Dumper::Sortkeys works
3150dist/Data-Dumper/t/sparseseen.t	See if Data::Dumper::Sparseseen works
3151dist/Data-Dumper/t/terse.t	See if Data::Dumper terse option works
3152dist/Data-Dumper/t/toaster.t	See if Data::Dumper::Toaster works
3153dist/Data-Dumper/t/trailing_comma.t	See if Data::Dumper::Trailingcomma works
3154dist/Data-Dumper/t/values.t	See if Data::Dumper::Values works
3155dist/Data-Dumper/Todo		Data pretty printer, futures
3156dist/Devel-PPPort/apicheck_c.PL		Devel::PPPort apicheck generator
3157dist/Devel-PPPort/Changes			Devel::PPPort Changes file
3158dist/Devel-PPPort/devel/buildperl.pl	Devel::PPPort perl version builder
3159dist/Devel-PPPort/devel/devtools.pl	Devel::PPPort development utilities
3160dist/Devel-PPPort/devel/mkapidoc.pl	Devel::PPPort apidoc collector
3161dist/Devel-PPPort/devel/mkppport_fnc.pl	Devel::PPPort
3162dist/Devel-PPPort/devel/mktodo		Devel::PPPort baseline/todo generator
3163dist/Devel-PPPort/devel/mktodo.pl	Devel::PPPort baseline/todo generator
3164dist/Devel-PPPort/devel/regenerate	Devel::PPPort API re-generator
3165dist/Devel-PPPort/devel/scanprov	Devel::PPPort provided API scanner
3166dist/Devel-PPPort/devel/update_release_date.pl	Devel::PPPort timestamp builder
3167dist/Devel-PPPort/HACKERS		Devel::PPPort hackers documentation
3168dist/Devel-PPPort/Makefile.PL		Devel::PPPort makefile writer
3169dist/Devel-PPPort/MANIFEST.SKIP		Devel::PPPort manifest skip file
3170dist/Devel-PPPort/mktests.PL		Devel::PPPort test file writer
3171dist/Devel-PPPort/module2.c		Devel::PPPort test file
3172dist/Devel-PPPort/module3.c		Devel::PPPort test file
3173dist/Devel-PPPort/parts/apicheck.pl	Devel::PPPort apicheck generator
3174dist/Devel-PPPort/parts/apidoc.fnc	Devel::PPPort Perl API listing
3175dist/Devel-PPPort/parts/base/5003007	Devel::PPPort baseline todo file
3176dist/Devel-PPPort/parts/base/5004000	Devel::PPPort baseline todo file
3177dist/Devel-PPPort/parts/base/5004001	Devel::PPPort baseline todo file
3178dist/Devel-PPPort/parts/base/5004002	Devel::PPPort baseline todo file
3179dist/Devel-PPPort/parts/base/5004003	Devel::PPPort baseline todo file
3180dist/Devel-PPPort/parts/base/5004004	Devel::PPPort baseline todo file
3181dist/Devel-PPPort/parts/base/5004005	Devel::PPPort baseline todo file
3182dist/Devel-PPPort/parts/base/5005000	Devel::PPPort baseline todo file
3183dist/Devel-PPPort/parts/base/5005001	Devel::PPPort baseline todo file
3184dist/Devel-PPPort/parts/base/5005002	Devel::PPPort baseline todo file
3185dist/Devel-PPPort/parts/base/5005003	Devel::PPPort baseline todo file
3186dist/Devel-PPPort/parts/base/5005004	Devel::PPPort baseline todo file
3187dist/Devel-PPPort/parts/base/5006000	Devel::PPPort baseline todo file
3188dist/Devel-PPPort/parts/base/5006001	Devel::PPPort baseline todo file
3189dist/Devel-PPPort/parts/base/5006002	Devel::PPPort baseline todo file
3190dist/Devel-PPPort/parts/base/5007000	Devel::PPPort baseline todo file
3191dist/Devel-PPPort/parts/base/5007001	Devel::PPPort baseline todo file
3192dist/Devel-PPPort/parts/base/5007002	Devel::PPPort baseline todo file
3193dist/Devel-PPPort/parts/base/5007003	Devel::PPPort baseline todo file
3194dist/Devel-PPPort/parts/base/5008000	Devel::PPPort baseline todo file
3195dist/Devel-PPPort/parts/base/5008001	Devel::PPPort baseline todo file
3196dist/Devel-PPPort/parts/base/5008002	Devel::PPPort baseline todo file
3197dist/Devel-PPPort/parts/base/5008003	Devel::PPPort baseline todo file
3198dist/Devel-PPPort/parts/base/5008004	Devel::PPPort baseline todo file
3199dist/Devel-PPPort/parts/base/5008005	Devel::PPPort baseline todo file
3200dist/Devel-PPPort/parts/base/5008006	Devel::PPPort baseline todo file
3201dist/Devel-PPPort/parts/base/5008007	Devel::PPPort baseline todo file
3202dist/Devel-PPPort/parts/base/5008008	Devel::PPPort baseline todo file
3203dist/Devel-PPPort/parts/base/5008009	Devel::PPPort baseline todo file
3204dist/Devel-PPPort/parts/base/5009000	Devel::PPPort baseline todo file
3205dist/Devel-PPPort/parts/base/5009001	Devel::PPPort baseline todo file
3206dist/Devel-PPPort/parts/base/5009002	Devel::PPPort baseline todo file
3207dist/Devel-PPPort/parts/base/5009003	Devel::PPPort baseline todo file
3208dist/Devel-PPPort/parts/base/5009004	Devel::PPPort baseline todo file
3209dist/Devel-PPPort/parts/base/5009005	Devel::PPPort baseline todo file
3210dist/Devel-PPPort/parts/base/5010000	Devel::PPPort baseline todo file
3211dist/Devel-PPPort/parts/base/5010001	Devel::PPPort baseline todo file
3212dist/Devel-PPPort/parts/base/5011000	Devel::PPPort baseline todo file
3213dist/Devel-PPPort/parts/base/5011001	Devel::PPPort baseline todo file
3214dist/Devel-PPPort/parts/base/5011002	Devel::PPPort baseline todo file
3215dist/Devel-PPPort/parts/base/5011003	Devel::PPPort baseline todo file
3216dist/Devel-PPPort/parts/base/5011004	Devel::PPPort baseline todo file
3217dist/Devel-PPPort/parts/base/5011005	Devel::PPPort baseline todo file
3218dist/Devel-PPPort/parts/base/5012000	Devel::PPPort baseline todo file
3219dist/Devel-PPPort/parts/base/5012001	Devel::PPPort baseline todo file
3220dist/Devel-PPPort/parts/base/5012002	Devel::PPPort baseline todo file
3221dist/Devel-PPPort/parts/base/5012003	Devel::PPPort baseline todo file
3222dist/Devel-PPPort/parts/base/5012004	Devel::PPPort baseline todo file
3223dist/Devel-PPPort/parts/base/5012005	Devel::PPPort baseline todo file
3224dist/Devel-PPPort/parts/base/5013000	Devel::PPPort baseline todo file
3225dist/Devel-PPPort/parts/base/5013001	Devel::PPPort baseline todo file
3226dist/Devel-PPPort/parts/base/5013002	Devel::PPPort baseline todo file
3227dist/Devel-PPPort/parts/base/5013003	Devel::PPPort baseline todo file
3228dist/Devel-PPPort/parts/base/5013004	Devel::PPPort baseline todo file
3229dist/Devel-PPPort/parts/base/5013005	Devel::PPPort baseline todo file
3230dist/Devel-PPPort/parts/base/5013006	Devel::PPPort baseline todo file
3231dist/Devel-PPPort/parts/base/5013007	Devel::PPPort baseline todo file
3232dist/Devel-PPPort/parts/base/5013008	Devel::PPPort baseline todo file
3233dist/Devel-PPPort/parts/base/5013009	Devel::PPPort baseline todo file
3234dist/Devel-PPPort/parts/base/5013010	Devel::PPPort baseline todo file
3235dist/Devel-PPPort/parts/base/5013011	Devel::PPPort baseline todo file
3236dist/Devel-PPPort/parts/base/5014000	Devel::PPPort baseline todo file
3237dist/Devel-PPPort/parts/base/5014001	Devel::PPPort baseline todo file
3238dist/Devel-PPPort/parts/base/5014002	Devel::PPPort baseline todo file
3239dist/Devel-PPPort/parts/base/5014003	Devel::PPPort baseline todo file
3240dist/Devel-PPPort/parts/base/5014004	Devel::PPPort baseline todo file
3241dist/Devel-PPPort/parts/base/5015000	Devel::PPPort baseline todo file
3242dist/Devel-PPPort/parts/base/5015001	Devel::PPPort baseline todo file
3243dist/Devel-PPPort/parts/base/5015002	Devel::PPPort baseline todo file
3244dist/Devel-PPPort/parts/base/5015003	Devel::PPPort baseline todo file
3245dist/Devel-PPPort/parts/base/5015004	Devel::PPPort baseline todo file
3246dist/Devel-PPPort/parts/base/5015005	Devel::PPPort baseline todo file
3247dist/Devel-PPPort/parts/base/5015006	Devel::PPPort baseline todo file
3248dist/Devel-PPPort/parts/base/5015007	Devel::PPPort baseline todo file
3249dist/Devel-PPPort/parts/base/5015008	Devel::PPPort baseline todo file
3250dist/Devel-PPPort/parts/base/5015009	Devel::PPPort baseline todo file
3251dist/Devel-PPPort/parts/base/5016000	Devel::PPPort baseline todo file
3252dist/Devel-PPPort/parts/base/5016001	Devel::PPPort baseline todo file
3253dist/Devel-PPPort/parts/base/5016002	Devel::PPPort baseline todo file
3254dist/Devel-PPPort/parts/base/5016003	Devel::PPPort baseline todo file
3255dist/Devel-PPPort/parts/base/5017000	Devel::PPPort baseline todo file
3256dist/Devel-PPPort/parts/base/5017001	Devel::PPPort baseline todo file
3257dist/Devel-PPPort/parts/base/5017002	Devel::PPPort baseline todo file
3258dist/Devel-PPPort/parts/base/5017003	Devel::PPPort baseline todo file
3259dist/Devel-PPPort/parts/base/5017004	Devel::PPPort baseline todo file
3260dist/Devel-PPPort/parts/base/5017005	Devel::PPPort baseline todo file
3261dist/Devel-PPPort/parts/base/5017006	Devel::PPPort baseline todo file
3262dist/Devel-PPPort/parts/base/5017007	Devel::PPPort baseline todo file
3263dist/Devel-PPPort/parts/base/5017008	Devel::PPPort baseline todo file
3264dist/Devel-PPPort/parts/base/5017009	Devel::PPPort baseline todo file
3265dist/Devel-PPPort/parts/base/5017010	Devel::PPPort baseline todo file
3266dist/Devel-PPPort/parts/base/5017011	Devel::PPPort baseline todo file
3267dist/Devel-PPPort/parts/base/5018000	Devel::PPPort baseline todo file
3268dist/Devel-PPPort/parts/base/5018001	Devel::PPPort baseline todo file
3269dist/Devel-PPPort/parts/base/5018002	Devel::PPPort baseline todo file
3270dist/Devel-PPPort/parts/base/5018003	Devel::PPPort baseline todo file
3271dist/Devel-PPPort/parts/base/5018004	Devel::PPPort baseline todo file
3272dist/Devel-PPPort/parts/base/5019000	Devel::PPPort baseline todo file
3273dist/Devel-PPPort/parts/base/5019001	Devel::PPPort baseline todo file
3274dist/Devel-PPPort/parts/base/5019002	Devel::PPPort baseline todo file
3275dist/Devel-PPPort/parts/base/5019003	Devel::PPPort baseline todo file
3276dist/Devel-PPPort/parts/base/5019004	Devel::PPPort baseline todo file
3277dist/Devel-PPPort/parts/base/5019005	Devel::PPPort baseline todo file
3278dist/Devel-PPPort/parts/base/5019006	Devel::PPPort baseline todo file
3279dist/Devel-PPPort/parts/base/5019007	Devel::PPPort baseline todo file
3280dist/Devel-PPPort/parts/base/5019008	Devel::PPPort baseline todo file
3281dist/Devel-PPPort/parts/base/5019009	Devel::PPPort baseline todo file
3282dist/Devel-PPPort/parts/base/5019010	Devel::PPPort baseline todo file
3283dist/Devel-PPPort/parts/base/5019011	Devel::PPPort baseline todo file
3284dist/Devel-PPPort/parts/base/5020000	Devel::PPPort baseline todo file
3285dist/Devel-PPPort/parts/base/5020001	Devel::PPPort baseline todo file
3286dist/Devel-PPPort/parts/base/5020002	Devel::PPPort baseline todo file
3287dist/Devel-PPPort/parts/base/5020003	Devel::PPPort baseline todo file
3288dist/Devel-PPPort/parts/base/5021000	Devel::PPPort baseline todo file
3289dist/Devel-PPPort/parts/base/5021001	Devel::PPPort baseline todo file
3290dist/Devel-PPPort/parts/base/5021002	Devel::PPPort baseline todo file
3291dist/Devel-PPPort/parts/base/5021003	Devel::PPPort baseline todo file
3292dist/Devel-PPPort/parts/base/5021004	Devel::PPPort baseline todo file
3293dist/Devel-PPPort/parts/base/5021005	Devel::PPPort baseline todo file
3294dist/Devel-PPPort/parts/base/5021006	Devel::PPPort baseline todo file
3295dist/Devel-PPPort/parts/base/5021007	Devel::PPPort baseline todo file
3296dist/Devel-PPPort/parts/base/5021008	Devel::PPPort baseline todo file
3297dist/Devel-PPPort/parts/base/5021009	Devel::PPPort baseline todo file
3298dist/Devel-PPPort/parts/base/5021010	Devel::PPPort baseline todo file
3299dist/Devel-PPPort/parts/base/5021011	Devel::PPPort baseline todo file
3300dist/Devel-PPPort/parts/base/5022000	Devel::PPPort baseline todo file
3301dist/Devel-PPPort/parts/base/5022001	Devel::PPPort baseline todo file
3302dist/Devel-PPPort/parts/base/5022002	Devel::PPPort baseline todo file
3303dist/Devel-PPPort/parts/base/5022003	Devel::PPPort baseline todo file
3304dist/Devel-PPPort/parts/base/5022004	Devel::PPPort baseline todo file
3305dist/Devel-PPPort/parts/base/5023000	Devel::PPPort baseline todo file
3306dist/Devel-PPPort/parts/base/5023001	Devel::PPPort baseline todo file
3307dist/Devel-PPPort/parts/base/5023002	Devel::PPPort baseline todo file
3308dist/Devel-PPPort/parts/base/5023003	Devel::PPPort baseline todo file
3309dist/Devel-PPPort/parts/base/5023004	Devel::PPPort baseline todo file
3310dist/Devel-PPPort/parts/base/5023005	Devel::PPPort baseline todo file
3311dist/Devel-PPPort/parts/base/5023006	Devel::PPPort baseline todo file
3312dist/Devel-PPPort/parts/base/5023007	Devel::PPPort baseline todo file
3313dist/Devel-PPPort/parts/base/5023008	Devel::PPPort baseline todo file
3314dist/Devel-PPPort/parts/base/5023009	Devel::PPPort baseline todo file
3315dist/Devel-PPPort/parts/base/5024000	Devel::PPPort baseline todo file
3316dist/Devel-PPPort/parts/base/5024001	Devel::PPPort baseline todo file
3317dist/Devel-PPPort/parts/base/5024002	Devel::PPPort baseline todo file
3318dist/Devel-PPPort/parts/base/5024003	Devel::PPPort baseline todo file
3319dist/Devel-PPPort/parts/base/5024004	Devel::PPPort baseline todo file
3320dist/Devel-PPPort/parts/base/5025000	Devel::PPPort baseline todo file
3321dist/Devel-PPPort/parts/base/5025001	Devel::PPPort baseline todo file
3322dist/Devel-PPPort/parts/base/5025002	Devel::PPPort baseline todo file
3323dist/Devel-PPPort/parts/base/5025003	Devel::PPPort baseline todo file
3324dist/Devel-PPPort/parts/base/5025004	Devel::PPPort baseline todo file
3325dist/Devel-PPPort/parts/base/5025005	Devel::PPPort baseline todo file
3326dist/Devel-PPPort/parts/base/5025006	Devel::PPPort baseline todo file
3327dist/Devel-PPPort/parts/base/5025007	Devel::PPPort baseline todo file
3328dist/Devel-PPPort/parts/base/5025008	Devel::PPPort baseline todo file
3329dist/Devel-PPPort/parts/base/5025009	Devel::PPPort baseline todo file
3330dist/Devel-PPPort/parts/base/5025010	Devel::PPPort baseline todo file
3331dist/Devel-PPPort/parts/base/5025011	Devel::PPPort baseline todo file
3332dist/Devel-PPPort/parts/base/5025012	Devel::PPPort baseline todo file
3333dist/Devel-PPPort/parts/base/5026000	Devel::PPPort baseline todo file
3334dist/Devel-PPPort/parts/base/5026001	Devel::PPPort baseline todo file
3335dist/Devel-PPPort/parts/base/5026002	Devel::PPPort baseline todo file
3336dist/Devel-PPPort/parts/base/5026003	Devel::PPPort baseline todo file
3337dist/Devel-PPPort/parts/base/5027000	Devel::PPPort baseline todo file
3338dist/Devel-PPPort/parts/base/5027001	Devel::PPPort baseline todo file
3339dist/Devel-PPPort/parts/base/5027002	Devel::PPPort baseline todo file
3340dist/Devel-PPPort/parts/base/5027003	Devel::PPPort baseline todo file
3341dist/Devel-PPPort/parts/base/5027004	Devel::PPPort baseline todo file
3342dist/Devel-PPPort/parts/base/5027005	Devel::PPPort baseline todo file
3343dist/Devel-PPPort/parts/base/5027006	Devel::PPPort baseline todo file
3344dist/Devel-PPPort/parts/base/5027007	Devel::PPPort baseline todo file
3345dist/Devel-PPPort/parts/base/5027008	Devel::PPPort baseline todo file
3346dist/Devel-PPPort/parts/base/5027009	Devel::PPPort baseline todo file
3347dist/Devel-PPPort/parts/base/5027010	Devel::PPPort baseline todo file
3348dist/Devel-PPPort/parts/base/5027011	Devel::PPPort baseline todo file
3349dist/Devel-PPPort/parts/base/5028000	Devel::PPPort baseline todo file
3350dist/Devel-PPPort/parts/base/5028001	Devel::PPPort baseline todo file
3351dist/Devel-PPPort/parts/base/5028002	Devel::PPPort baseline todo file
3352dist/Devel-PPPort/parts/base/5028003	Devel::PPPort baseline todo file
3353dist/Devel-PPPort/parts/base/5029000	Devel::PPPort baseline todo file
3354dist/Devel-PPPort/parts/base/5029001	Devel::PPPort baseline todo file
3355dist/Devel-PPPort/parts/base/5029002	Devel::PPPort baseline todo file
3356dist/Devel-PPPort/parts/base/5029003	Devel::PPPort baseline todo file
3357dist/Devel-PPPort/parts/base/5029004	Devel::PPPort baseline todo file
3358dist/Devel-PPPort/parts/base/5029005	Devel::PPPort baseline todo file
3359dist/Devel-PPPort/parts/base/5029006	Devel::PPPort baseline todo file
3360dist/Devel-PPPort/parts/base/5029007	Devel::PPPort baseline todo file
3361dist/Devel-PPPort/parts/base/5029008	Devel::PPPort baseline todo file
3362dist/Devel-PPPort/parts/base/5029009	Devel::PPPort baseline todo file
3363dist/Devel-PPPort/parts/base/5029010	Devel::PPPort baseline todo file
3364dist/Devel-PPPort/parts/base/5030000	Devel::PPPort baseline todo file
3365dist/Devel-PPPort/parts/base/5030001	Devel::PPPort baseline todo file
3366dist/Devel-PPPort/parts/base/5030002	Devel::PPPort baseline todo file
3367dist/Devel-PPPort/parts/base/5030003	Devel::PPPort baseline todo file
3368dist/Devel-PPPort/parts/base/5031000	Devel::PPPort baseline todo file
3369dist/Devel-PPPort/parts/base/5031001	Devel::PPPort baseline todo file
3370dist/Devel-PPPort/parts/base/5031002	Devel::PPPort baseline todo file
3371dist/Devel-PPPort/parts/base/5031003	Devel::PPPort baseline todo file
3372dist/Devel-PPPort/parts/base/5031004	Devel::PPPort baseline todo file
3373dist/Devel-PPPort/parts/base/5031005	Devel::PPPort baseline todo file
3374dist/Devel-PPPort/parts/base/5031006	Devel::PPPort baseline todo file
3375dist/Devel-PPPort/parts/base/5031007	Devel::PPPort baseline todo file
3376dist/Devel-PPPort/parts/base/5031008
3377dist/Devel-PPPort/parts/base/5031009	Devel::PPPort baseline todo file
3378dist/Devel-PPPort/parts/base/5031010	Devel::PPPort baseline todo file
3379dist/Devel-PPPort/parts/base/5031011	Devel::PPPort baseline todo file
3380dist/Devel-PPPort/parts/base/5032000	Devel::PPPort baseline todo file
3381dist/Devel-PPPort/parts/base/5032001
3382dist/Devel-PPPort/parts/base/5033000	Devel::PPPort baseline todo file
3383dist/Devel-PPPort/parts/base/5033001	Devel::PPPort baseline todo file
3384dist/Devel-PPPort/parts/base/5033002	Devel::PPPort baseline todo file
3385dist/Devel-PPPort/parts/base/5033003
3386dist/Devel-PPPort/parts/base/5033004
3387dist/Devel-PPPort/parts/base/5033005
3388dist/Devel-PPPort/parts/base/5033006
3389dist/Devel-PPPort/parts/base/5033007
3390dist/Devel-PPPort/parts/base/5033008
3391dist/Devel-PPPort/parts/base/5033009
3392dist/Devel-PPPort/parts/base/5034000
3393dist/Devel-PPPort/parts/base/5035001
3394dist/Devel-PPPort/parts/base/5035002
3395dist/Devel-PPPort/parts/base/5035003
3396dist/Devel-PPPort/parts/base/5035004
3397dist/Devel-PPPort/parts/base/5035005
3398dist/Devel-PPPort/parts/base/5035006
3399dist/Devel-PPPort/parts/base/5035007
3400dist/Devel-PPPort/parts/base/5035008
3401dist/Devel-PPPort/parts/base/5035009
3402dist/Devel-PPPort/parts/base/5035010
3403dist/Devel-PPPort/parts/embed.fnc	Devel::PPPort Perl API listing
3404dist/Devel-PPPort/parts/inc/01_test	Devel::PPPort include
3405dist/Devel-PPPort/parts/inc/call	Devel::PPPort include
3406dist/Devel-PPPort/parts/inc/cop		Devel::PPPort include
3407dist/Devel-PPPort/parts/inc/exception	Devel::PPPort include
3408dist/Devel-PPPort/parts/inc/format	Devel::PPPort include
3409dist/Devel-PPPort/parts/inc/grok	Devel::PPPort include
3410dist/Devel-PPPort/parts/inc/gv		Devel::PPPort include
3411dist/Devel-PPPort/parts/inc/HvNAME	Devel::PPPort include
3412dist/Devel-PPPort/parts/inc/inctools
3413dist/Devel-PPPort/parts/inc/limits	Devel::PPPort include
3414dist/Devel-PPPort/parts/inc/locale
3415dist/Devel-PPPort/parts/inc/magic	Devel::PPPort include
3416dist/Devel-PPPort/parts/inc/magic_defs	Devel::PPPort include
3417dist/Devel-PPPort/parts/inc/memory	Devel::PPPort include
3418dist/Devel-PPPort/parts/inc/mess	Devel::PPPort include
3419dist/Devel-PPPort/parts/inc/misc	Devel::PPPort include
3420dist/Devel-PPPort/parts/inc/mPUSH	Devel::PPPort include
3421dist/Devel-PPPort/parts/inc/MY_CXT	Devel::PPPort include
3422dist/Devel-PPPort/parts/inc/newCONSTSUB	Devel::PPPort include
3423dist/Devel-PPPort/parts/inc/newRV	Devel::PPPort include
3424dist/Devel-PPPort/parts/inc/newSV_type	Devel::PPPort include
3425dist/Devel-PPPort/parts/inc/newSVpv	Devel::PPPort include
3426dist/Devel-PPPort/parts/inc/podtest	Devel::PPPort include
3427dist/Devel-PPPort/parts/inc/ppphbin	Devel::PPPort include
3428dist/Devel-PPPort/parts/inc/ppphdoc	Devel::PPPort include
3429dist/Devel-PPPort/parts/inc/ppphtest	Devel::PPPort include
3430dist/Devel-PPPort/parts/inc/pv_tools	Devel::PPPort include
3431dist/Devel-PPPort/parts/inc/pvs		Devel::PPPort include
3432dist/Devel-PPPort/parts/inc/shared_pv	Devel::PPPort include
3433dist/Devel-PPPort/parts/inc/snprintf	Devel::PPPort include
3434dist/Devel-PPPort/parts/inc/sprintf	Devel::PPPort include
3435dist/Devel-PPPort/parts/inc/strlfuncs	Devel::PPPort include
3436dist/Devel-PPPort/parts/inc/subparse
3437dist/Devel-PPPort/parts/inc/Sv_set	Devel::PPPort include
3438dist/Devel-PPPort/parts/inc/sv_xpvf	Devel::PPPort include
3439dist/Devel-PPPort/parts/inc/SvPV	Devel::PPPort include
3440dist/Devel-PPPort/parts/inc/SvREFCNT	Devel::PPPort include
3441dist/Devel-PPPort/parts/inc/threads	Devel::PPPort include
3442dist/Devel-PPPort/parts/inc/utf8
3443dist/Devel-PPPort/parts/inc/uv		Devel::PPPort include
3444dist/Devel-PPPort/parts/inc/variables	Devel::PPPort include
3445dist/Devel-PPPort/parts/inc/version	Devel::PPPort include
3446dist/Devel-PPPort/parts/inc/warn	Devel::PPPort include
3447dist/Devel-PPPort/parts/ppport.fnc	Devel::PPPort API listing
3448dist/Devel-PPPort/parts/ppptools.pl	Devel::PPPort various utilities
3449dist/Devel-PPPort/parts/todo/5003007	Devel::PPPort baseline todo file
3450dist/Devel-PPPort/parts/todo/5004000	Devel::PPPort todo file
3451dist/Devel-PPPort/parts/todo/5004001	Devel::PPPort baseline todo file
3452dist/Devel-PPPort/parts/todo/5004002	Devel::PPPort baseline todo file
3453dist/Devel-PPPort/parts/todo/5004003	Devel::PPPort baseline todo file
3454dist/Devel-PPPort/parts/todo/5004004	Devel::PPPort baseline todo file
3455dist/Devel-PPPort/parts/todo/5004005	Devel::PPPort baseline todo file
3456dist/Devel-PPPort/parts/todo/5005000	Devel::PPPort todo file
3457dist/Devel-PPPort/parts/todo/5005001	Devel::PPPort baseline todo file
3458dist/Devel-PPPort/parts/todo/5005002	Devel::PPPort baseline todo file
3459dist/Devel-PPPort/parts/todo/5005003	Devel::PPPort baseline todo file
3460dist/Devel-PPPort/parts/todo/5005004	Devel::PPPort baseline todo file
3461dist/Devel-PPPort/parts/todo/5006000	Devel::PPPort todo file
3462dist/Devel-PPPort/parts/todo/5006001	Devel::PPPort todo file
3463dist/Devel-PPPort/parts/todo/5006002	Devel::PPPort todo file
3464dist/Devel-PPPort/parts/todo/5007000	Devel::PPPort todo file
3465dist/Devel-PPPort/parts/todo/5007001	Devel::PPPort todo file
3466dist/Devel-PPPort/parts/todo/5007002	Devel::PPPort todo file
3467dist/Devel-PPPort/parts/todo/5007003	Devel::PPPort todo file
3468dist/Devel-PPPort/parts/todo/5008000	Devel::PPPort todo file
3469dist/Devel-PPPort/parts/todo/5008001	Devel::PPPort todo file
3470dist/Devel-PPPort/parts/todo/5008002	Devel::PPPort todo file
3471dist/Devel-PPPort/parts/todo/5008003	Devel::PPPort todo file
3472dist/Devel-PPPort/parts/todo/5008004	Devel::PPPort todo file
3473dist/Devel-PPPort/parts/todo/5008005	Devel::PPPort todo file
3474dist/Devel-PPPort/parts/todo/5008006	Devel::PPPort todo file
3475dist/Devel-PPPort/parts/todo/5008007	Devel::PPPort todo file
3476dist/Devel-PPPort/parts/todo/5008008	Devel::PPPort todo file
3477dist/Devel-PPPort/parts/todo/5008009	Devel::PPPort todo file
3478dist/Devel-PPPort/parts/todo/5009000	Devel::PPPort todo file
3479dist/Devel-PPPort/parts/todo/5009001	Devel::PPPort todo file
3480dist/Devel-PPPort/parts/todo/5009002	Devel::PPPort todo file
3481dist/Devel-PPPort/parts/todo/5009003	Devel::PPPort todo file
3482dist/Devel-PPPort/parts/todo/5009004	Devel::PPPort todo file
3483dist/Devel-PPPort/parts/todo/5009005	Devel::PPPort todo file
3484dist/Devel-PPPort/parts/todo/5010000	Devel::PPPort todo file
3485dist/Devel-PPPort/parts/todo/5010001	Devel::PPPort todo file
3486dist/Devel-PPPort/parts/todo/5011000	Devel::PPPort todo file
3487dist/Devel-PPPort/parts/todo/5011001	Devel::PPPort todo file
3488dist/Devel-PPPort/parts/todo/5011002	Devel::PPPort todo file
3489dist/Devel-PPPort/parts/todo/5011003	Devel::PPPort todo file
3490dist/Devel-PPPort/parts/todo/5011004	Devel::PPPort todo file
3491dist/Devel-PPPort/parts/todo/5011005	Devel::PPPort todo file
3492dist/Devel-PPPort/parts/todo/5012000	Devel::PPPort todo file
3493dist/Devel-PPPort/parts/todo/5012001	Devel::PPPort todo file
3494dist/Devel-PPPort/parts/todo/5012002	Devel::PPPort todo file
3495dist/Devel-PPPort/parts/todo/5012003	Devel::PPPort todo file
3496dist/Devel-PPPort/parts/todo/5012004	Devel::PPPort todo file
3497dist/Devel-PPPort/parts/todo/5012005	Devel::PPPort todo file
3498dist/Devel-PPPort/parts/todo/5013000	Devel::PPPort todo file
3499dist/Devel-PPPort/parts/todo/5013001	Devel::PPPort todo file
3500dist/Devel-PPPort/parts/todo/5013002	Devel::PPPort todo file
3501dist/Devel-PPPort/parts/todo/5013003	Devel::PPPort todo file
3502dist/Devel-PPPort/parts/todo/5013004	Devel::PPPort todo file
3503dist/Devel-PPPort/parts/todo/5013005	Devel::PPPort todo file
3504dist/Devel-PPPort/parts/todo/5013006	Devel::PPPort todo file
3505dist/Devel-PPPort/parts/todo/5013007	Devel::PPPort todo file
3506dist/Devel-PPPort/parts/todo/5013008	Devel::PPPort todo file
3507dist/Devel-PPPort/parts/todo/5013009	Devel::PPPort todo file
3508dist/Devel-PPPort/parts/todo/5013010	Devel::PPPort todo file
3509dist/Devel-PPPort/parts/todo/5013011	Devel::PPPort todo file
3510dist/Devel-PPPort/parts/todo/5014000	Devel::PPPort todo file
3511dist/Devel-PPPort/parts/todo/5014001	Devel::PPPort todo file
3512dist/Devel-PPPort/parts/todo/5014002	Devel::PPPort todo file
3513dist/Devel-PPPort/parts/todo/5014003	Devel::PPPort todo file
3514dist/Devel-PPPort/parts/todo/5014004	Devel::PPPort todo file
3515dist/Devel-PPPort/parts/todo/5015000	Devel::PPPort todo file
3516dist/Devel-PPPort/parts/todo/5015001	Devel::PPPort todo file
3517dist/Devel-PPPort/parts/todo/5015002	Devel::PPPort todo file
3518dist/Devel-PPPort/parts/todo/5015003	Devel::PPPort todo file
3519dist/Devel-PPPort/parts/todo/5015004	Devel::PPPort todo file
3520dist/Devel-PPPort/parts/todo/5015005	Devel::PPPort todo file
3521dist/Devel-PPPort/parts/todo/5015006	Devel::PPPort todo file
3522dist/Devel-PPPort/parts/todo/5015007	Devel::PPPort todo file
3523dist/Devel-PPPort/parts/todo/5015008	Devel::PPPort todo file
3524dist/Devel-PPPort/parts/todo/5015009	Devel::PPPort todo file
3525dist/Devel-PPPort/parts/todo/5016000	Devel::PPPort todo file
3526dist/Devel-PPPort/parts/todo/5016001	Devel::PPPort todo file
3527dist/Devel-PPPort/parts/todo/5016002	Devel::PPPort todo file
3528dist/Devel-PPPort/parts/todo/5016003	Devel::PPPort todo file
3529dist/Devel-PPPort/parts/todo/5017000	Devel::PPPort todo file
3530dist/Devel-PPPort/parts/todo/5017001	Devel::PPPort todo file
3531dist/Devel-PPPort/parts/todo/5017002	Devel::PPPort todo file
3532dist/Devel-PPPort/parts/todo/5017003	Devel::PPPort todo file
3533dist/Devel-PPPort/parts/todo/5017004	Devel::PPPort todo file
3534dist/Devel-PPPort/parts/todo/5017005	Devel::PPPort todo file
3535dist/Devel-PPPort/parts/todo/5017006	Devel::PPPort todo file
3536dist/Devel-PPPort/parts/todo/5017007	Devel::PPPort todo file
3537dist/Devel-PPPort/parts/todo/5017008	Devel::PPPort todo file
3538dist/Devel-PPPort/parts/todo/5017009	Devel::PPPort todo file
3539dist/Devel-PPPort/parts/todo/5017010	Devel::PPPort todo file
3540dist/Devel-PPPort/parts/todo/5017011	Devel::PPPort todo file
3541dist/Devel-PPPort/parts/todo/5018000	Devel::PPPort todo file
3542dist/Devel-PPPort/parts/todo/5018001	Devel::PPPort todo file
3543dist/Devel-PPPort/parts/todo/5018002	Devel::PPPort todo file
3544dist/Devel-PPPort/parts/todo/5018003	Devel::PPPort todo file
3545dist/Devel-PPPort/parts/todo/5018004	Devel::PPPort todo file
3546dist/Devel-PPPort/parts/todo/5019000	Devel::PPPort todo file
3547dist/Devel-PPPort/parts/todo/5019001	Devel::PPPort todo file
3548dist/Devel-PPPort/parts/todo/5019002	Devel::PPPort todo file
3549dist/Devel-PPPort/parts/todo/5019003	Devel::PPPort todo file
3550dist/Devel-PPPort/parts/todo/5019004	Devel::PPPort todo file
3551dist/Devel-PPPort/parts/todo/5019005	Devel::PPPort todo file
3552dist/Devel-PPPort/parts/todo/5019006	Devel::PPPort todo file
3553dist/Devel-PPPort/parts/todo/5019007	Devel::PPPort todo file
3554dist/Devel-PPPort/parts/todo/5019008	Devel::PPPort todo file
3555dist/Devel-PPPort/parts/todo/5019009	Devel::PPPort todo file
3556dist/Devel-PPPort/parts/todo/5019010	Devel::PPPort todo file
3557dist/Devel-PPPort/parts/todo/5019011	Devel::PPPort todo file
3558dist/Devel-PPPort/parts/todo/5020000	Devel::PPPort todo file
3559dist/Devel-PPPort/parts/todo/5020001	Devel::PPPort todo file
3560dist/Devel-PPPort/parts/todo/5020002	Devel::PPPort todo file
3561dist/Devel-PPPort/parts/todo/5020003	Devel::PPPort todo file
3562dist/Devel-PPPort/parts/todo/5021000	Devel::PPPort todo file
3563dist/Devel-PPPort/parts/todo/5021001	Devel::PPPort todo file
3564dist/Devel-PPPort/parts/todo/5021002	Devel::PPPort todo file
3565dist/Devel-PPPort/parts/todo/5021003	Devel::PPPort baseline todo file
3566dist/Devel-PPPort/parts/todo/5021004	Devel::PPPort todo file
3567dist/Devel-PPPort/parts/todo/5021005	Devel::PPPort todo file
3568dist/Devel-PPPort/parts/todo/5021006	Devel::PPPort todo file
3569dist/Devel-PPPort/parts/todo/5021007	Devel::PPPort todo file
3570dist/Devel-PPPort/parts/todo/5021008	Devel::PPPort todo file
3571dist/Devel-PPPort/parts/todo/5021009	Devel::PPPort todo file
3572dist/Devel-PPPort/parts/todo/5021010	Devel::PPPort todo file
3573dist/Devel-PPPort/parts/todo/5021011	Devel::PPPort todo file
3574dist/Devel-PPPort/parts/todo/5022000	Devel::PPPort todo file
3575dist/Devel-PPPort/parts/todo/5022001	Devel::PPPort todo file
3576dist/Devel-PPPort/parts/todo/5022002	Devel::PPPort baseline todo file
3577dist/Devel-PPPort/parts/todo/5022003	Devel::PPPort baseline todo file
3578dist/Devel-PPPort/parts/todo/5022004	Devel::PPPort baseline todo file
3579dist/Devel-PPPort/parts/todo/5023000	Devel::PPPort todo file
3580dist/Devel-PPPort/parts/todo/5023001	Devel::PPPort todo file
3581dist/Devel-PPPort/parts/todo/5023002	Devel::PPPort todo file
3582dist/Devel-PPPort/parts/todo/5023003	Devel::PPPort todo file
3583dist/Devel-PPPort/parts/todo/5023004	Devel::PPPort todo file
3584dist/Devel-PPPort/parts/todo/5023005	Devel::PPPort todo file
3585dist/Devel-PPPort/parts/todo/5023006	Devel::PPPort todo file
3586dist/Devel-PPPort/parts/todo/5023007	Devel::PPPort todo file
3587dist/Devel-PPPort/parts/todo/5023008	Devel::PPPort todo file
3588dist/Devel-PPPort/parts/todo/5023009	Devel::PPPort todo file
3589dist/Devel-PPPort/parts/todo/5024000	Devel::PPPort todo file
3590dist/Devel-PPPort/parts/todo/5024001	Devel::PPPort baseline todo file
3591dist/Devel-PPPort/parts/todo/5024002	Devel::PPPort baseline todo file
3592dist/Devel-PPPort/parts/todo/5024003	Devel::PPPort baseline todo file
3593dist/Devel-PPPort/parts/todo/5024004	Devel::PPPort baseline todo file
3594dist/Devel-PPPort/parts/todo/5025000	Devel::PPPort baseline todo file
3595dist/Devel-PPPort/parts/todo/5025001	Devel::PPPort baseline todo file
3596dist/Devel-PPPort/parts/todo/5025002	Devel::PPPort baseline todo file
3597dist/Devel-PPPort/parts/todo/5025003	Devel::PPPort baseline todo file
3598dist/Devel-PPPort/parts/todo/5025004	Devel::PPPort baseline todo file
3599dist/Devel-PPPort/parts/todo/5025005	Devel::PPPort baseline todo file
3600dist/Devel-PPPort/parts/todo/5025006	Devel::PPPort baseline todo file
3601dist/Devel-PPPort/parts/todo/5025007	Devel::PPPort baseline todo file
3602dist/Devel-PPPort/parts/todo/5025008	Devel::PPPort baseline todo file
3603dist/Devel-PPPort/parts/todo/5025009	Devel::PPPort baseline todo file
3604dist/Devel-PPPort/parts/todo/5025010	Devel::PPPort baseline todo file
3605dist/Devel-PPPort/parts/todo/5025011	Devel::PPPort baseline todo file
3606dist/Devel-PPPort/parts/todo/5025012	Devel::PPPort baseline todo file
3607dist/Devel-PPPort/parts/todo/5026000	Devel::PPPort baseline todo file
3608dist/Devel-PPPort/parts/todo/5026001	Devel::PPPort baseline todo file
3609dist/Devel-PPPort/parts/todo/5026002	Devel::PPPort baseline todo file
3610dist/Devel-PPPort/parts/todo/5026003	Devel::PPPort baseline todo file
3611dist/Devel-PPPort/parts/todo/5027000	Devel::PPPort baseline todo file
3612dist/Devel-PPPort/parts/todo/5027001	Devel::PPPort baseline todo file
3613dist/Devel-PPPort/parts/todo/5027002	Devel::PPPort baseline todo file
3614dist/Devel-PPPort/parts/todo/5027003	Devel::PPPort baseline todo file
3615dist/Devel-PPPort/parts/todo/5027004	Devel::PPPort baseline todo file
3616dist/Devel-PPPort/parts/todo/5027005	Devel::PPPort baseline todo file
3617dist/Devel-PPPort/parts/todo/5027006	Devel::PPPort baseline todo file
3618dist/Devel-PPPort/parts/todo/5027007	Devel::PPPort baseline todo file
3619dist/Devel-PPPort/parts/todo/5027008	Devel::PPPort baseline todo file
3620dist/Devel-PPPort/parts/todo/5027009	Devel::PPPort baseline todo file
3621dist/Devel-PPPort/parts/todo/5027010	Devel::PPPort baseline todo file
3622dist/Devel-PPPort/parts/todo/5027011	Devel::PPPort baseline todo file
3623dist/Devel-PPPort/parts/todo/5028000	Devel::PPPort baseline todo file
3624dist/Devel-PPPort/parts/todo/5028001	Devel::PPPort baseline todo file
3625dist/Devel-PPPort/parts/todo/5028002	Devel::PPPort todo file
3626dist/Devel-PPPort/parts/todo/5028003	Devel::PPPort todo file
3627dist/Devel-PPPort/parts/todo/5029000	Devel::PPPort baseline todo file
3628dist/Devel-PPPort/parts/todo/5029001	Devel::PPPort baseline todo file
3629dist/Devel-PPPort/parts/todo/5029002	Devel::PPPort baseline todo file
3630dist/Devel-PPPort/parts/todo/5029003	Devel::PPPort baseline todo file
3631dist/Devel-PPPort/parts/todo/5029004	Devel::PPPort baseline todo file
3632dist/Devel-PPPort/parts/todo/5029005	Devel::PPPort baseline todo file
3633dist/Devel-PPPort/parts/todo/5029006	Devel::PPPort baseline todo file
3634dist/Devel-PPPort/parts/todo/5029007	Devel::PPPort baseline todo file
3635dist/Devel-PPPort/parts/todo/5029008	Devel::PPPort baseline todo file
3636dist/Devel-PPPort/parts/todo/5029009	Devel::PPPort baseline todo file
3637dist/Devel-PPPort/parts/todo/5029010	Devel::PPPort baseline todo file
3638dist/Devel-PPPort/parts/todo/5030000	Devel::PPPort baseline todo file
3639dist/Devel-PPPort/parts/todo/5030001	Devel::PPPort todo file
3640dist/Devel-PPPort/parts/todo/5030002	Devel::PPPort todo file
3641dist/Devel-PPPort/parts/todo/5030003	Devel::PPPort todo file
3642dist/Devel-PPPort/parts/todo/5031000	Devel::PPPort todo file
3643dist/Devel-PPPort/parts/todo/5031001	Devel::PPPort baseline todo file
3644dist/Devel-PPPort/parts/todo/5031002	Devel::PPPort baseline todo file
3645dist/Devel-PPPort/parts/todo/5031003	Devel::PPPort baseline todo file
3646dist/Devel-PPPort/parts/todo/5031004	Devel::PPPort baseline todo file
3647dist/Devel-PPPort/parts/todo/5031005	Devel::PPPort baseline todo file
3648dist/Devel-PPPort/parts/todo/5031006	Devel::PPPort baseline todo file
3649dist/Devel-PPPort/parts/todo/5031007	Devel::PPPort baseline todo file
3650dist/Devel-PPPort/parts/todo/5031008
3651dist/Devel-PPPort/parts/todo/5031009	Devel::PPPort todo file
3652dist/Devel-PPPort/parts/todo/5031010	Devel::PPPort todo file
3653dist/Devel-PPPort/parts/todo/5031011	Devel::PPPort todo file
3654dist/Devel-PPPort/parts/todo/5032000	Devel::PPPort todo file
3655dist/Devel-PPPort/parts/todo/5032001
3656dist/Devel-PPPort/parts/todo/5033000	Devel::PPPort todo file
3657dist/Devel-PPPort/parts/todo/5033001	Devel::PPPort todo file
3658dist/Devel-PPPort/parts/todo/5033002	Devel::PPPort todo file
3659dist/Devel-PPPort/parts/todo/5033003
3660dist/Devel-PPPort/parts/todo/5033004
3661dist/Devel-PPPort/parts/todo/5033005
3662dist/Devel-PPPort/parts/todo/5033006
3663dist/Devel-PPPort/parts/todo/5033007
3664dist/Devel-PPPort/parts/todo/5033008
3665dist/Devel-PPPort/parts/todo/5033009
3666dist/Devel-PPPort/parts/todo/5034000
3667dist/Devel-PPPort/parts/todo/5035001
3668dist/Devel-PPPort/parts/todo/5035002
3669dist/Devel-PPPort/parts/todo/5035003
3670dist/Devel-PPPort/parts/todo/5035004
3671dist/Devel-PPPort/parts/todo/5035005
3672dist/Devel-PPPort/parts/todo/5035006
3673dist/Devel-PPPort/parts/todo/5035007
3674dist/Devel-PPPort/parts/todo/5035008
3675dist/Devel-PPPort/parts/todo/5035009
3676dist/Devel-PPPort/parts/todo/5035010
3677dist/Devel-PPPort/PPPort.xs		Devel::PPPort dummy PPPort.xs
3678dist/Devel-PPPort/ppport_h.PL		Devel::PPPort ppport.h writer
3679dist/Devel-PPPort/PPPort_pm.PL		Devel::PPPort PPPort.pm writer
3680dist/Devel-PPPort/RealPPPort_xs.PL		Devel::PPPort RealPPPort.xs writer
3681dist/Devel-PPPort/soak			Devel::PPPort Test Harness to run under various Perls
3682dist/Devel-PPPort/t/testutil.pl			Devel::PPPort test utilities
3683dist/Devel-PPPort/TODO			Devel::PPPort developer notes
3684dist/Devel-PPPort/typemap		Devel::PPPort Typemap
3685dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm	Generate stubs for SelfLoader.pm
3686dist/Devel-SelfStubber/t/Devel-SelfStubber.t	See if Devel::SelfStubber works
3687dist/Dumpvalue/lib/Dumpvalue.pm	Screen dump of perl values
3688dist/Dumpvalue/t/Dumpvalue.t	See if Dumpvalue works
3689dist/Dumpvalue/t/extend-coverage.t	Extend Dumpvalue's test coverage
3690dist/Dumpvalue/t/lib/TieOut.pm	Helper module for Dumpvalue tests
3691dist/Dumpvalue/t/rt-134441-dumpvalue.t	See if Dumpvalue works
3692dist/encoding-warnings/lib/encoding/warnings.pm	warn on implicit encoding conversions
3693dist/encoding-warnings/t/1-warning.t	tests for encoding::warnings
3694dist/encoding-warnings/t/2-fatal.t	tests for encoding::warnings
3695dist/encoding-warnings/t/3-normal.t	tests for encoding::warnings
3696dist/encoding-warnings/t/4-lexical.t	tests for encoding::warnings
3697dist/Env/lib/Env.pm		Map environment into ordinary variables
3698dist/Env/t/array.t		See if Env works for arrays
3699dist/Env/t/env.t		See if Env works
3700dist/Exporter/lib/Exporter.pm		Exporter base class
3701dist/Exporter/lib/Exporter/Heavy.pm	Complicated routines for Exporter
3702dist/Exporter/t/Exporter.t		See if Exporter works
3703dist/Exporter/t/warn.t			See if Exporter respects warning handlers
3704dist/ExtUtils-CBuilder/Changes		EU-CB change log
3705dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm			Compile and link C code for Perl modules
3706dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm		Base class for ExtUtils::CBuilder methods
3707dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm	CBuilder methods for AIX
3708dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm	CBuilder methods for Android
3709dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm	CBuilder methods for cygwin
3710dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm	CBuilder methods for darwin
3711dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm	CBuilder methods for OSF
3712dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm	CBuilder methods for OS/2
3713dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm	CBuilder methods for Unix
3714dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm	CBuilder methods for VMS
3715dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm	CBuilder methods for Windows
3716dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm	CBuilder methods for Windows
3717dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm	CBuilder methods for Windows
3718dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm	CBuilder methods for Windows
3719dist/ExtUtils-CBuilder/LICENSE		EU-CB license
3720dist/ExtUtils-CBuilder/Makefile.PL		EU-CB configuration script
3721dist/ExtUtils-CBuilder/README.patching		EU-CB patching nstructions
3722dist/ExtUtils-CBuilder/README.release		EU-CB release instructions
3723dist/ExtUtils-CBuilder/t/00-have-compiler.t			ExtUtils::CBuilder tests
3724dist/ExtUtils-CBuilder/t/01-basic.t				tests for ExtUtils::CBuilder
3725dist/ExtUtils-CBuilder/t/02-link.t				tests for ExtUtils::CBuilder
3726dist/ExtUtils-CBuilder/t/03-cplusplus.t				tests for ExtUtils::CBuilder
3727dist/ExtUtils-CBuilder/t/04-base.t				tests for ExtUtils::CBuilder
3728dist/ExtUtils-ParseXS/Changes					ExtUtils::ParseXS change log
3729dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm			converts Perl XS code into C code
3730dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod			ExtUtils::ParseXS documentation
3731dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm		ExtUtils::ParseXS guts
3732dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm	ExtUtils::ParseXS guts
3733dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm		ExtUtils::ParseXS guts
3734dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm		ExtUtils::ParseXS guts
3735dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm			ExtUtils::Typemaps, a PXS helper
3736dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm		ExtUtils::Typemaps helper module
3737dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm		ExtUtils::Typemaps guts
3738dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm	ExtUtils::Typemaps guts
3739dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm		ExtUtils::Typemaps guts
3740dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp			External subroutine preprocessor
3741dist/ExtUtils-ParseXS/lib/perlxs.pod				Perl XS application programming interface
3742dist/ExtUtils-ParseXS/lib/perlxstut.pod				Perl XS tutorial
3743dist/ExtUtils-ParseXS/lib/perlxstypemap.pod			Perl XS C/Perl type conversion tools
3744dist/ExtUtils-ParseXS/t/001-basic.t				See if ExtUtils::ParseXS works
3745dist/ExtUtils-ParseXS/t/002-more.t				Extended ExtUtils::ParseXS testing
3746dist/ExtUtils-ParseXS/t/003-usage.t				ExtUtils::ParseXS tests
3747dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t	ExtUtils::ParseXS tests
3748dist/ExtUtils-ParseXS/t/102-trim_whitespace.t			ExtUtils::ParseXS tests
3749dist/ExtUtils-ParseXS/t/103-tidy_type.t				ExtUtils::ParseXS tests
3750dist/ExtUtils-ParseXS/t/104-map_type.t				ExtUtils::ParseXS tests
3751dist/ExtUtils-ParseXS/t/105-valid_proto_string.t		ExtUtils::ParseXS tests
3752dist/ExtUtils-ParseXS/t/106-process_typemaps.t			ExtUtils::ParseXS tests
3753dist/ExtUtils-ParseXS/t/108-map_type.t				ExtUtils::ParseXS tests
3754dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t			ExtUtils::ParseXS tests
3755dist/ExtUtils-ParseXS/t/110-assign_func_args.t			ExtUtils::ParseXS tests
3756dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t	ExtUtils::ParseXS tests
3757dist/ExtUtils-ParseXS/t/112-set_cond.t				ExtUtils::ParseXS tests
3758dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t	ExtUtils::ParseXS tests
3759dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t			ExtUtils::ParseXS tests
3760dist/ExtUtils-ParseXS/t/115-avoid-noise.t			ExtUtils::ParseXS tests
3761dist/ExtUtils-ParseXS/t/501-t-compile.t				ExtUtils::Typemaps tests
3762dist/ExtUtils-ParseXS/t/510-t-bare.t				ExtUtils::Typemaps tests
3763dist/ExtUtils-ParseXS/t/511-t-whitespace.t			ExtUtils::Typemaps tests
3764dist/ExtUtils-ParseXS/t/512-t-file.t				ExtUtils::Typemaps tests
3765dist/ExtUtils-ParseXS/t/513-t-merge.t				ExtUtils::Typemaps tests
3766dist/ExtUtils-ParseXS/t/514-t-embed.t				ExtUtils::Typemaps tests
3767dist/ExtUtils-ParseXS/t/515-t-cmd.t				ExtUtils::Typemaps tests
3768dist/ExtUtils-ParseXS/t/516-t-clone.t				ExtUtils::Typemaps tests
3769dist/ExtUtils-ParseXS/t/517-t-targetable.t			ExtUtils::Typemaps tests
3770dist/ExtUtils-ParseXS/t/600-t-compat.t				ExtUtils::Typemaps tests
3771dist/ExtUtils-ParseXS/t/data/b.typemap				ExtUtils::Typemaps test data
3772dist/ExtUtils-ParseXS/t/data/combined.typemap			ExtUtils::Typemaps test data
3773dist/ExtUtils-ParseXS/t/data/confl_repl.typemap			ExtUtils::Typemaps test data
3774dist/ExtUtils-ParseXS/t/data/confl_skip.typemap			ExtUtils::Typemaps test data
3775dist/ExtUtils-ParseXS/t/data/conflicting.typemap		ExtUtils::Typemaps test data
3776dist/ExtUtils-ParseXS/t/data/other.typemap			ExtUtils::Typemaps test data
3777dist/ExtUtils-ParseXS/t/data/perl.typemap			ExtUtils::Typemaps test data
3778dist/ExtUtils-ParseXS/t/data/simple.typemap			ExtUtils::Typemaps test data
3779dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm		ExtUtils::Typemaps tests
3780dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm			ExtUtils::ParseXS testing utility
3781dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm			Primitive STDOUT/ERR capturing for tests
3782dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm			ExtUtils::Typemaps tests
3783dist/ExtUtils-ParseXS/t/pseudotypemap1				A test-typemap
3784dist/ExtUtils-ParseXS/t/typemap					Standard typemap for controlled testing
3785dist/ExtUtils-ParseXS/t/XSBroken.xs				Test file for ExtUtils::ParseXS tests
3786dist/ExtUtils-ParseXS/t/XSInclude.xsh				Test file for ExtUtils::ParseXS tests
3787dist/ExtUtils-ParseXS/t/XSMore.xs				Test file for ExtUtils::ParseXS tests
3788dist/ExtUtils-ParseXS/t/XSTest.pm				Test file for ExtUtils::ParseXS tests
3789dist/ExtUtils-ParseXS/t/XSTest.xs				Test file for ExtUtils::ParseXS tests
3790dist/ExtUtils-ParseXS/t/XSUsage.pm				ExtUtils::ParseXS tests
3791dist/ExtUtils-ParseXS/t/XSUsage.xs				ExtUtils::ParseXS tests
3792dist/ExtUtils-ParseXS/t/XSWarn.xs				ExtUtils::ParseXS tests
3793dist/Filter-Simple/lib/Filter/Simple.pm				Simple frontend to Filter::Util::Call
3794dist/Filter-Simple/t/code_no_comments.t				See if Filter::Simple works
3795dist/Filter-Simple/t/data.t					See if Filter::Simple works
3796dist/Filter-Simple/t/export.t					See if Filter::Simple works
3797dist/Filter-Simple/t/filter.t					See if Filter::Simple works
3798dist/Filter-Simple/t/filter_only.t				See if Filter::Simple works
3799dist/Filter-Simple/t/import.t					See if Filter::Simple works
3800dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm	Helper file for Filter::Simple tests
3801dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm		Helper file for Filter::Simple tests
3802dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm		Helper file for Filter::Simple tests
3803dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm	Helper file for Filter::Simple tests
3804dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm		Helper file for Filter::Simple tests
3805dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm		Helper file for Filter::Simple tests
3806dist/Filter-Simple/t/no.t					See if Filter::Simple works
3807dist/FindBin/lib/FindBin.pm			Find name of currently executing program
3808dist/FindBin/t/FindBin.t			See if FindBin works
3809dist/I18N-Collate/lib/I18N/Collate.pm		Routines to do strxfrm-based collation
3810dist/I18N-Collate/t/I18N-Collate.t		See if I18N::Collate works
3811dist/I18N-LangTags/ChangeLog			I18N::LangTags
3812dist/I18N-LangTags/lib/I18N/LangTags.pm		I18N::LangTags
3813dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm	Detect language preferences
3814dist/I18N-LangTags/lib/I18N/LangTags/List.pm	List of tags for human languages
3815dist/I18N-LangTags/README			I18N::LangTags
3816dist/I18N-LangTags/t/01_about_verbose.t		See whether I18N::LangTags works
3817dist/I18N-LangTags/t/05_main.t			See whether I18N::LangTags works
3818dist/I18N-LangTags/t/07_listy.t			See whether I18N::LangTags works
3819dist/I18N-LangTags/t/10_http.t			See whether I18N::LangTags works
3820dist/I18N-LangTags/t/20_locales.t		See whether I18N::LangTags works
3821dist/I18N-LangTags/t/50_super.t			See whether I18N::LangTags works
3822dist/I18N-LangTags/t/55_supers_strict.t		See whether I18N::LangTags works
3823dist/I18N-LangTags/t/80_all_env.t		See whether I18N::LangTags works
3824dist/if/Changes			if perl module change log
3825dist/if/if.pm			For "use if"
3826dist/if/MANIFEST		MANIFEST for if.pm
3827dist/if/META.json		META.json for if.pm
3828dist/if/META.yml		META.json for if.pm
3829dist/if/t/if.t			Tests for "use if"
3830dist/IO/ChangeLog		IO perl module change log
3831dist/IO/hints/sco.pl		Hint for IO for named architecture
3832dist/IO/IO.pm			Top-level interface to IO::* classes
3833dist/IO/IO.xs			IO extension external subroutines
3834dist/IO/lib/IO/Dir.pm		IO directory reading package
3835dist/IO/lib/IO/File.pm		IO file handle package
3836dist/IO/lib/IO/Handle.pm	IO base handle package
3837dist/IO/lib/IO/Pipe.pm		IO pipe package
3838dist/IO/lib/IO/Poll.pm		IO system poll() interface
3839dist/IO/lib/IO/Seekable.pm	IO methods for seekable handles
3840dist/IO/lib/IO/Select.pm	IO system select() interface
3841dist/IO/lib/IO/Socket.pm	IO socket handle package
3842dist/IO/lib/IO/Socket/INET.pm	IO INET specific socket methods
3843dist/IO/lib/IO/Socket/UNIX.pm	IO UNIX specific socket methods
3844dist/IO/Makefile.PL		IO extension makefile writer
3845dist/IO/poll.c			IO poll() emulation using select()
3846dist/IO/poll.h			IO poll() emulation using select()
3847dist/IO/README			IO extension maintenance notice
3848dist/IO/t/cachepropagate-tcp.t	See if IO::Socket duplication works
3849dist/IO/t/cachepropagate-udp.t	See if IO::Socket duplication works
3850dist/IO/t/cachepropagate-unix.t	See if IO::Socket duplication works
3851dist/IO/t/gh17447.t		Tests fix for #17447
3852dist/IO/t/IO.t			See if IO works
3853dist/IO/t/io_const.t		See if constants from IO work
3854dist/IO/t/io_dir.t		See if directory-related methods from IO work
3855dist/IO/t/io_dup.t		See if dup()-related methods from IO work
3856dist/IO/t/io_file.t		See if binmode()-related methods on IO::File work
3857dist/IO/t/io_file_export.t	Test IO::File exports
3858dist/IO/t/io_getline.t		Test getline and getlines
3859dist/IO/t/io_leak.t		See if IO leaks SVs (only run in core)
3860dist/IO/t/io_linenum.t		See if I/O line numbers are tracked correctly
3861dist/IO/t/io_multihomed.t	See if INET sockets work with multi-homed hosts
3862dist/IO/t/io_pipe.t		See if pipe()-related methods from IO work
3863dist/IO/t/io_poll.t		See if poll()-related methods from IO work
3864dist/IO/t/io_sel.t		See if select()-related methods from IO work
3865dist/IO/t/io_sock.t		See if INET socket-related methods from IO work
3866dist/IO/t/io_sock_errstr.t	See if socket constructors put error string in the right place
3867dist/IO/t/io_taint.t		See if the untaint method from IO works
3868dist/IO/t/io_tell.t		See if seek()/tell()-related methods from IO work
3869dist/IO/t/io_udp.t		See if UDP socket-related methods from IO work
3870dist/IO/t/io_unix.t		See if UNIX socket-related methods from IO work
3871dist/IO/t/io_utf8.t		See if perlio opens work
3872dist/IO/t/io_utf8argv.t		See if <> respects open pragma
3873dist/IO/t/io_xs.t		See if XSUB methods from IO work
3874dist/lib/lib_pm.PL		For "use lib", produces lib/lib.pm
3875dist/lib/Makefile.PL
3876dist/lib/t/01lib.t		For "use lib" testing
3877dist/Locale-Maketext/ChangeLog				Locale::Maketext
3878dist/Locale-Maketext/lib/Locale/Maketext.pm		Locale::Maketext
3879dist/Locale-Maketext/lib/Locale/Maketext.pod		Locale::Maketext documentation
3880dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod	Locale::Maketext
3881dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm	Locale::Maketext
3882dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm	Locale::Maketext
3883dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod	Locale::Maketext documentation article
3884dist/Locale-Maketext/README				Locale::Maketext
3885dist/Locale-Maketext/t/01_about_verbose.t		See if Locale::Maketext works
3886dist/Locale-Maketext/t/04_use_external_lex_cache.t	See if Locale::Maketext works
3887dist/Locale-Maketext/t/09_compile.t	Test Locale::Maketext::_compile
3888dist/Locale-Maketext/t/10_make.t			See if Locale::Maketext works
3889dist/Locale-Maketext/t/20_get.t				See if Locale::Maketext works
3890dist/Locale-Maketext/t/30_eval_dollar_at.t		See if Locale::Maketext works
3891dist/Locale-Maketext/t/40_super.t			See if Locale::Maketext works
3892dist/Locale-Maketext/t/50_super.t			See if Locale::Maketext works
3893dist/Locale-Maketext/t/60_super.t			See if Locale::Maketext works
3894dist/Locale-Maketext/t/70_fail_auto.t			See if Locale::Maketext works
3895dist/Locale-Maketext/t/90_utf8.t			See if Locale::Maketext works
3896dist/Locale-Maketext/t/91_backslash.t			See if Locale::Maketext works
3897dist/Locale-Maketext/t/92_blacklist.t			See if Locale::Maketext works
3898dist/Locale-Maketext/t/93_whitelist.t			See if Locale::Maketext works
3899dist/Locale-Maketext/t/94_denylist.t			See if Locale::Maketext works
3900dist/Locale-Maketext/t/95_allowlist.t			See if Locale::Maketext works
3901dist/Module-CoreList/Changes			Module::CoreList Changes
3902dist/Module-CoreList/corelist			The corelist command-line utility
3903dist/Module-CoreList/identify-dependencies	A usage example for Module::CoreList
3904dist/Module-CoreList/lib/Module/CoreList.pm	Module::CoreList
3905dist/Module-CoreList/lib/Module/CoreList.pod	Module::CoreList
3906dist/Module-CoreList/lib/Module/CoreList/Utils.pm	Module::CoreList guts
3907dist/Module-CoreList/Makefile.PL		Module::CoreList
3908dist/Module-CoreList/MANIFEST			Module::CoreList
3909dist/Module-CoreList/README			Module::CoreList
3910dist/Module-CoreList/t/corelist.t		Module::CoreList tests
3911dist/Module-CoreList/t/deprecated.t		Module::CoreList tests
3912dist/Module-CoreList/t/find_modules.t		Module::CoreList tests
3913dist/Module-CoreList/t/is_core.t		Module::CoreList tests
3914dist/Module-CoreList/t/maintainer.t			Module::CoreList tests
3915dist/Module-CoreList/t/pod.t			Module::CoreList tests
3916dist/Module-CoreList/t/utils.t			Module::CoreList tests
3917dist/Net-Ping/Changes			Net::Ping
3918dist/Net-Ping/lib/Net/Ping.pm		Hello, anybody home?
3919dist/Net-Ping/t/000_load.t
3920dist/Net-Ping/t/001_new.t
3921dist/Net-Ping/t/010_pingecho.t
3922dist/Net-Ping/t/110_icmp_inst.t		Ping Net::Ping
3923dist/Net-Ping/t/120_udp_inst.t		Ping Net::Ping
3924dist/Net-Ping/t/130_tcp_inst.t		Ping Net::Ping
3925dist/Net-Ping/t/140_stream_inst.t	Ping Net::Ping
3926dist/Net-Ping/t/150_syn_inst.t		Ping Net::Ping
3927dist/Net-Ping/t/190_alarm.t			Ping Net::Ping
3928dist/Net-Ping/t/200_ping_tcp.t		Ping Net::Ping
3929dist/Net-Ping/t/250_ping_hires.t	Ping Net::Ping
3930dist/Net-Ping/t/300_ping_stream.t	Ping Net::Ping
3931dist/Net-Ping/t/400_ping_syn.t		Ping Net::Ping
3932dist/Net-Ping/t/410_syn_host.t		Ping Net::Ping
3933dist/Net-Ping/t/420_ping_syn_port.t	Ping Net::Ping
3934dist/Net-Ping/t/450_service.t		Ping Net::Ping
3935dist/Net-Ping/t/500_ping_icmp.t		Ping Net::Ping
3936dist/Net-Ping/t/501_ping_icmpv6.t	Ping Net::Ping
3937dist/Net-Ping/t/510_ping_udp.t		Ping Net::Ping
3938dist/Net-Ping/t/520_icmp_ttl.t		Ping Net::Ping
3939dist/PathTools/Changes			Changelog for PathTools dist
3940dist/PathTools/Cwd.pm				Various cwd routines (getcwd, fastcwd, chdir)
3941dist/PathTools/Cwd.xs				Cwd extension external subroutines
3942dist/PathTools/lib/File/Spec.pm		portable operations on file names
3943dist/PathTools/lib/File/Spec/AmigaOS.pm		portable operations on AmigaOS file names
3944dist/PathTools/lib/File/Spec/Cygwin.pm	portable operations on Cygwin file names
3945dist/PathTools/lib/File/Spec/Epoc.pm		portable operations on EPOC file names
3946dist/PathTools/lib/File/Spec/Functions.pm	Function interface to File::Spec object methods
3947dist/PathTools/lib/File/Spec/Mac.pm		portable operations on Mac file names
3948dist/PathTools/lib/File/Spec/OS2.pm		portable operations on OS2 file names
3949dist/PathTools/lib/File/Spec/Unix.pm		portable operations on Unix file names
3950dist/PathTools/lib/File/Spec/VMS.pm		portable operations on VMS file names
3951dist/PathTools/lib/File/Spec/Win32.pm		portable operations on Win32 and NetWare file names
3952dist/PathTools/Makefile.PL			makefile writer for Cwd
3953dist/PathTools/MANIFEST		MANIFEST for PathTools
3954dist/PathTools/META.json		META.json for PathTools
3955dist/PathTools/META.yml		META.yml for PathTools
3956dist/PathTools/t/abs2rel.t		See if File::Spec->abs2rel works
3957dist/PathTools/t/crossplatform.t		See if File::Spec works crossplatform
3958dist/PathTools/t/cwd.t			See if Cwd works
3959dist/PathTools/t/cwd_enoent.t			See if getcwd errors correctly
3960dist/PathTools/t/Functions.t			See if File::Spec::Functions works
3961dist/PathTools/t/rel2abs2rel.t		See if File::Spec->rel2abs/abs2rel works
3962dist/PathTools/t/Spec.t			See if File::Spec works
3963dist/PathTools/t/Spec-taint.t			See if File::Spec works with taint
3964dist/PathTools/t/taint.t			See if Cwd works with taint
3965dist/PathTools/t/tmpdir.t			See if File::Spec->tmpdir() works
3966dist/PathTools/t/win32.t			See if Cwd works on Win32
3967dist/Safe/Changes		Changes for Safe.pm
3968dist/Safe/Makefile.PL		Makefile.PL for Safe.pm
3969dist/Safe/MANIFEST		MANIFEST for Safe.pm
3970dist/Safe/META.yml		META.yml for Safe.pm
3971dist/Safe/README		README for Safe.pm
3972dist/Safe/Safe.pm		Safe extension Perl module
3973dist/Safe/t/safe1.t		See if Safe works
3974dist/Safe/t/safe2.t		See if Safe works
3975dist/Safe/t/safe3.t		See if Safe works
3976dist/Safe/t/safeload.t		Tests that some modules can be loaded by Safe
3977dist/Safe/t/safenamedcap.t	Tests that Tie::Hash::NamedCapture can be loaded
3978dist/Safe/t/safeops.t		Tests that all ops can be trapped by Safe
3979dist/Safe/t/saferegexp.t	Tests Safe with regular expressions
3980dist/Safe/t/safesecurity.t	Tests misc. security fixes in Safe
3981dist/Safe/t/safesort.t		Tests Safe with sort
3982dist/Safe/t/safeuniversal.t	Tests Safe with functions from universal.c
3983dist/Safe/t/safeutf8.t		Tests Safe with utf8.pm
3984dist/Safe/t/safewrap.t		Tests Safe::wrap_code_ref()
3985dist/Search-Dict/Changes		Change log
3986dist/Search-Dict/lib/Search/Dict.pm	Perform binary search on dictionaries
3987dist/Search-Dict/Makefile.PL		Makefile.PL
3988dist/Search-Dict/README.patching	Patch instructions
3989dist/Search-Dict/README.release		Release instructions
3990dist/Search-Dict/t/Dict.t		See if Search::Dict works
3991dist/SelfLoader/lib/SelfLoader.pm	Load functions only on demand
3992dist/SelfLoader/t/01SelfLoader.t	See if SelfLoader works
3993dist/SelfLoader/t/02SelfLoader-buggy.t	See if SelfLoader works
3994dist/SelfLoader/t/03taint.t		See if SelfLoader works under taint
3995dist/Storable/ChangeLog			Storable extension
3996dist/Storable/hints/gnukfreebsd.pl	Hint for Storable for named architecture
3997dist/Storable/hints/gnuknetbsd.pl	Hint for Storable for named architecture
3998dist/Storable/hints/hpux.pl		Hint for Storable for named architecture
3999dist/Storable/hints/linux.pl		Hint for Storable for named architecture
4000dist/Storable/Makefile.PL		Storable extension
4001dist/Storable/MANIFEST			Storable MANIFEST file
4002dist/Storable/README			Storable extension
4003dist/Storable/stacksize			compute stack sizes
4004dist/Storable/Storable.pm		Storable perl module
4005dist/Storable/Storable.xs		Storable extension
4006dist/Storable/t/attach.t		Check STORABLE_attach doesn't create objects unnecessarily
4007dist/Storable/t/attach_errors.t		Trigger and test STORABLE_attach errors
4008dist/Storable/t/attach_singleton.t	Test STORABLE_attach for the Singleton pattern
4009dist/Storable/t/blessed.t		See if Storable works
4010dist/Storable/t/canonical.t		See if Storable works
4011dist/Storable/t/circular_hook.t		Test thaw hook called depth-first for circular refs
4012dist/Storable/t/code.t			See if Storable works
4013dist/Storable/t/compat01.t		See if Storable works
4014dist/Storable/t/compat06.t		See if Storable works
4015dist/Storable/t/croak.t			See if Storable works
4016dist/Storable/t/CVE-2015-1592.t		See if Storable works
4017dist/Storable/t/dclone.t		See if Storable works
4018dist/Storable/t/destroy.t		Test Storable in global destructon
4019dist/Storable/t/downgrade.t		See if Storable works
4020dist/Storable/t/file_magic.t		See if file_magic function works
4021dist/Storable/t/flags.t			See if Storable works
4022dist/Storable/t/forgive.t		See if Storable works
4023dist/Storable/t/freeze.t		See if Storable works
4024dist/Storable/t/HAS_ATTACH.pm		For auto-requiring of modules for STORABLE_attach
4025dist/Storable/t/HAS_HOOK.pm		For auto-requiring of modules for STORABLE_thaw
4026dist/Storable/t/HAS_OVERLOAD.pm		For auto-requiring of mdoules for overload
4027dist/Storable/t/huge.t			See how Storable handles huge data
4028dist/Storable/t/hugeids.t		See how Storable handles huge object ids
4029dist/Storable/t/integer.t		See if Storable works
4030dist/Storable/t/interwork56.t		Test compatibility kludge for 64bit data under 5.6.x
4031dist/Storable/t/just_plain_nasty.t	See if Storable works
4032dist/Storable/t/leaks.t			See if Storable leaks (skips in core)
4033dist/Storable/t/lock.t			See if Storable works
4034dist/Storable/t/make_56_interwork.pl	Make test data for interwork56.t
4035dist/Storable/t/make_downgrade.pl	Make test data for downgrade.t
4036dist/Storable/t/make_overload.pl	Make test data for overload.t
4037dist/Storable/t/malice.t		See if Storable copes with corrupt files
4038dist/Storable/t/overload.t		See if Storable works
4039dist/Storable/t/recurse.t		See if Storable works
4040dist/Storable/t/regexp.t		See if Storable works with regexps
4041dist/Storable/t/restrict.t		See if Storable works
4042dist/Storable/t/retrieve.t		See if Storable works
4043dist/Storable/t/robust.t		See if it survives mangled %INC
4044dist/Storable/t/sig_die.t		See if Storable works
4045dist/Storable/t/st-dump.pl		See if Storable works
4046dist/Storable/t/store.t			See if Storable works
4047dist/Storable/t/testlib.pl		more helper routines for tests
4048dist/Storable/t/threads.t		Does Storable work with threads?
4049dist/Storable/t/tied.t			See if Storable works
4050dist/Storable/t/tied_hook.t		See if Storable works
4051dist/Storable/t/tied_items.t		See if Storable works
4052dist/Storable/t/tied_reify.t		See if Storable works
4053dist/Storable/t/tied_store.t		See if Storable works
4054dist/Storable/t/utf8.t			See if Storable works
4055dist/Storable/t/utf8hash.t		See if Storable works
4056dist/Storable/t/weak.t			Can Storable store weakrefs
4057dist/Term-Complete/lib/Term/Complete.pm	A command completion subroutine
4058dist/Term-Complete/t/Complete.t		See if Term::Complete works
4059dist/Term-ReadLine/lib/Term/ReadLine.pm		Stub readline library
4060dist/Term-ReadLine/t/AE.t			See if Term::ReadLine works
4061dist/Term-ReadLine/t/AETk.t			See if Term::ReadLine works
4062dist/Term-ReadLine/t/ReadLine.t			See if Term::ReadLine works
4063dist/Term-ReadLine/t/ReadLine-STDERR.t		See if Term::ReadLine works
4064dist/Term-ReadLine/t/Tk.t			See if Term::ReadLine works
4065dist/Test/lib/Test.pm		A simple framework for writing test scripts
4066dist/Test/t/05_about_verbose.t	See if Test works
4067dist/Test/t/fail.t		See if Test works
4068dist/Test/t/mix.t		See if Test works
4069dist/Test/t/multiline.t		See if Test works
4070dist/Test/t/onfail.t		See if Test works
4071dist/Test/t/qr.t		See if Test works
4072dist/Test/t/skip.t		See if Test works
4073dist/Test/t/success.t		See if Test works
4074dist/Test/t/todo.t		See if Test works
4075dist/Text-Abbrev/lib/Text/Abbrev.pm		An abbreviation table builder
4076dist/Text-Abbrev/t/Abbrev.t		Test Text::Abbrev
4077dist/Thread-Queue/lib/Thread/Queue.pm	Thread-safe queues
4078dist/Thread-Queue/t/01_basic.t		Thread::Queue tests
4079dist/Thread-Queue/t/02_refs.t		Thread::Queue tests
4080dist/Thread-Queue/t/03_peek.t		Thread::Queue tests
4081dist/Thread-Queue/t/04_errs.t		Thread::Queue tests
4082dist/Thread-Queue/t/05_extract.t	Thread::Queue tests
4083dist/Thread-Queue/t/06_insert.t		Thread::Queue tests
4084dist/Thread-Queue/t/07_lock.t		Thread::Queue tests
4085dist/Thread-Queue/t/08_nothreads.t	Thread::Queue tests
4086dist/Thread-Queue/t/09_ended.t		Thread::Queue tests
4087dist/Thread-Queue/t/10_timed.t	Thread::Queue tests
4088dist/Thread-Queue/t/11_limit.t	Thread::Queue tests
4089dist/Thread-Semaphore/lib/Thread/Semaphore.pm	Thread-safe semaphores
4090dist/Thread-Semaphore/t/01_basic.t		Thread::Semaphore tests
4091dist/Thread-Semaphore/t/02_errs.t		Thread::Semaphore tests
4092dist/Thread-Semaphore/t/03_nothreads.t		Thread::Semaphore tests
4093dist/Thread-Semaphore/t/04_nonblocking.t	Thread::Semaphore tests
4094dist/Thread-Semaphore/t/05_force.t	Thread::Semaphore tests
4095dist/Thread-Semaphore/t/06_timed.t	Thread::Semaphore tests
4096dist/threads/hints/hpux.pl	Hint file for HPUX
4097dist/threads/hints/linux.pl	Hint file for Linux
4098dist/threads/lib/threads.pm		ithreads
4099dist/threads/t/basic.t		ithreads
4100dist/threads/t/blocks.t		Test threads in special blocks
4101dist/threads/t/context.t	Explicit thread context
4102dist/threads/t/end.t		Test end functions
4103dist/threads/t/err.t		Test $thr->error()
4104dist/threads/t/exit.t		Test exit and die in threads
4105dist/threads/t/free.t		Test ithread destruction
4106dist/threads/t/free2.t		More ithread destruction tests
4107dist/threads/t/join.t		Testing the join function
4108dist/threads/t/kill.t		Tests thread signalling
4109dist/threads/t/kill2.t		Tests thread signalling
4110dist/threads/t/kill3.t		Tests thread signalling
4111dist/threads/t/libc.t		testing libc functions for threadsafety
4112dist/threads/t/list.t		Test threads->list()
4113dist/threads/t/no_threads.t	threads test for non-threaded Perls
4114dist/threads/t/problems.t	Test various memory problems
4115dist/threads/t/stack.t		Tests for stack limits
4116dist/threads/t/stack_env.t	Tests for stack limits
4117dist/threads/t/state.t		Tests state methods
4118dist/threads/t/stress_cv.t	Test with multiple threads, coderef cv argument.
4119dist/threads/t/stress_re.t	Test with multiple threads, string cv argument and regexes.
4120dist/threads/t/stress_string.t	Test with multiple threads, string cv argument.
4121dist/threads/t/thread.t		General ithread tests from thr5005
4122dist/threads/t/unique.t			Test unique attribute with threads
4123dist/threads/threads.xs		ithreads
4124dist/threads-shared/hints/linux.pl	thread shared variables
4125dist/threads-shared/lib/threads/shared.pm	thread shared variables
4126dist/threads-shared/shared.xs		thread shared variables
4127dist/threads-shared/t/0nothread.t	Tests for basic shared array functionality.
4128dist/threads-shared/t/av_refs.t		Tests for arrays containing references
4129dist/threads-shared/t/av_simple.t	Tests for basic shared array functionality.
4130dist/threads-shared/t/blessed.t		Test blessed shared variables
4131dist/threads-shared/t/clone.t		Test shared cloning
4132dist/threads-shared/t/cond.t		Test condition variables
4133dist/threads-shared/t/disabled.t	Test threads::shared when threads are disabled.
4134dist/threads-shared/t/dualvar.t	Test dual-valued variables
4135dist/threads-shared/t/hv_refs.t		Test shared hashes containing references
4136dist/threads-shared/t/hv_simple.t	Tests for basic shared hash functionality.
4137dist/threads-shared/t/no_share.t	Tests for disabled share on variables.
4138dist/threads-shared/t/object.t		Shared objects tests
4139dist/threads-shared/t/object2.t	More shared objects tests
4140dist/threads-shared/t/shared_attr.t	Test :shared attribute
4141dist/threads-shared/t/stress.t		Stress test
4142dist/threads-shared/t/sv_refs.t		thread shared variables
4143dist/threads-shared/t/sv_simple.t	thread shared variables
4144dist/threads-shared/t/utf8.t		Test UTF-8 keys in shared hashes
4145dist/threads-shared/t/wait.t		Test cond_wait and cond_timedwait
4146dist/threads-shared/t/waithires.t	Test sub-second cond_timedwait
4147dist/Tie-File/ChangeLog			Tie::File
4148dist/Tie-File/lib/Tie/File.pm		Files as tied arrays
4149dist/Tie-File/t/01_gen.t		Generic read/write tests for Tie::File
4150dist/Tie-File/t/02_fetchsize.t		File length fetch test for Tie::File
4151dist/Tie-File/t/03_longfetch.t		Past-the-end-of-the-array tests for Tie::File
4152dist/Tie-File/t/04_splice.t		SPLICE method tests for Tie::File
4153dist/Tie-File/t/05_size.t		$#a tests for Tie::File
4154dist/Tie-File/t/06_fixrec.t		'_fixrec' method functional tests for Tie::File
4155dist/Tie-File/t/07_rv_splice.t		SPLICE method return value tests for Tie::File
4156dist/Tie-File/t/08_ro.t			read-only mode tests for Tie::File
4157dist/Tie-File/t/09_gen_rs.t		Like 01_gen.t, with unusual record separator
4158dist/Tie-File/t/10_splice_rs.t		Like 04_splice.t, with unusual record separator
4159dist/Tie-File/t/11_rv_splice_rs.t	Like 07_rv_splice.t, with unusual record separator
4160dist/Tie-File/t/12_longfetch_rs.t	Like 03_longfetch.t, with unusual record separator
4161dist/Tie-File/t/13_size_rs.t		Like 05_size.t, with unusual record separator
4162dist/Tie-File/t/14_lock.t		File locking method tests for Tie::File
4163dist/Tie-File/t/15_pushpop.t		PUSH / POP / SHIFT / UNSHIFT for Tie::File
4164dist/Tie-File/t/16_handle.t		Tying a handle instead of a file for Tie::File
4165dist/Tie-File/t/17_misc_meth.t		CLEAR / EXISTS / DELETE / EXTEND for Tie::File
4166dist/Tie-File/t/18_rs_fixrec.t		Like 06_fixrec.t, with unusual record separator
4167dist/Tie-File/t/19_cache.t		Read cache exercises and regression for Tie::File
4168dist/Tie-File/t/20_cache_full.t		LRU expiry exercises and regression for Tie::File
4169dist/Tie-File/t/21_win32.t		Win32 special behavior of Tie::File
4170dist/Tie-File/t/22_autochomp.t		'autochomp' option of Tie::File
4171dist/Tie-File/t/23_rv_ac_splice.t	Like 07_rv_splice.t, but with autochomp
4172dist/Tie-File/t/24_cache_loop.t		Regression for old Tie::File cache bug
4173dist/Tie-File/t/25_gen_nocache.t	Like 01_gen.t, but with caching disabled
4174dist/Tie-File/t/26_twrite.t		Unit tests for Tie::File::_twrite
4175dist/Tie-File/t/27_iwrite.t		Unit tests for Tie::File::_iwrite
4176dist/Tie-File/t/28_mtwrite.t		Unit tests for Tie::File::_mtwrite
4177dist/Tie-File/t/29_downcopy.t		Unit tests for Tie::File::_downcopy
4178dist/Tie-File/t/29a_upcopy.t		Unit tests for Tie::File::_upcopy
4179dist/Tie-File/t/30_defer.t		deferred writing feature tests for Tie::File
4180dist/Tie-File/t/31_autodefer.t		'autodefer' feature tests for Tie::File
4181dist/Tie-File/t/32_defer_misc.t		Like 17_misc_meth.t, but with deferred writing
4182dist/Tie-File/t/33_defer_vs.t		Like 30_defer.t, but with varying-length records
4183dist/Tie-File/t/40_abs_cache.t		Unit tests for Tie::File::Cache
4184dist/Tie-File/t/41_heap.t		Unit tests for Tie::File::Heap
4185dist/Tie-File/t/42_offset.t		Unit tests for the offset method
4186dist/Tie-File/t/43_synopsis.t		Demonstrate correctness of Tie::File synopsis
4187dist/Time-HiRes/Changes			Time::HiRes extension
4188dist/Time-HiRes/fallback/const-c.inc	Time::HiRes extension
4189dist/Time-HiRes/fallback/const-xs.inc	Time::HiRes extension
4190dist/Time-HiRes/hints/aix.pl		Hint for Time::HiRes for named architecture
4191dist/Time-HiRes/hints/dec_osf.pl	Hint for Time::HiRes for named architecture
4192dist/Time-HiRes/hints/dynixptx.pl	Hint for Time::HiRes for named architecture
4193dist/Time-HiRes/hints/irix.pl		Hint for Time::HiRes for named architecture
4194dist/Time-HiRes/hints/linux.pl		Hints for Time::HiRes for named architecture
4195dist/Time-HiRes/hints/sco.pl		Hints for Time::HiRes for named architecture
4196dist/Time-HiRes/hints/solaris.pl	Hints for Time::HiRes for named architecture
4197dist/Time-HiRes/hints/svr4.pl		Hints for Time::HiRes for named architecture
4198dist/Time-HiRes/HiRes.pm		Time::HiRes extension
4199dist/Time-HiRes/HiRes.xs		Time::HiRes extension
4200dist/Time-HiRes/Makefile.PL		Time::HiRes extension
4201dist/Time-HiRes/t/alarm.t		Test for Time::HiRes
4202dist/Time-HiRes/t/clock.t		Test for Time::HiRes
4203dist/Time-HiRes/t/gettimeofday.t	Test for Time::HiRes
4204dist/Time-HiRes/t/itimer.t		Test for Time::HiRes
4205dist/Time-HiRes/t/nanosleep.t		Test for Time::HiRes
4206dist/Time-HiRes/t/sleep.t		Test for Time::HiRes
4207dist/Time-HiRes/t/stat.t		Test for Time::HiRes
4208dist/Time-HiRes/t/time.t		Test for Time::HiRes
4209dist/Time-HiRes/t/tv_interval.t		Test for Time::HiRes
4210dist/Time-HiRes/t/ualarm.t		Test for Time::HiRes
4211dist/Time-HiRes/t/usleep.t		Test for Time::HiRes
4212dist/Time-HiRes/t/utime.t		Test for Time::HiRes
4213dist/Time-HiRes/t/Watchdog.pm		Test for Time::HiRes
4214dist/Time-HiRes/typemap			Time::HiRes extension
4215dist/Unicode-Normalize/Changes		Unicode::Normalize
4216dist/Unicode-Normalize/Makefile.PL	Unicode::Normalize
4217dist/Unicode-Normalize/mkheader		Unicode::Normalize
4218dist/Unicode-Normalize/Normalize.pm	Unicode::Normalize
4219dist/Unicode-Normalize/Normalize.xs	Unicode::Normalize
4220dist/Unicode-Normalize/t/fcdc.t		Unicode::Normalize
4221dist/Unicode-Normalize/t/form.t		Unicode::Normalize
4222dist/Unicode-Normalize/t/func.t		Unicode::Normalize
4223dist/Unicode-Normalize/t/illegal.t	Unicode::Normalize
4224dist/Unicode-Normalize/t/norm.t		Unicode::Normalize
4225dist/Unicode-Normalize/t/null.t		Unicode::Normalize
4226dist/Unicode-Normalize/t/partial1.t		Unicode::Normalize
4227dist/Unicode-Normalize/t/partial2.t		Unicode::Normalize
4228dist/Unicode-Normalize/t/proto.t	Unicode::Normalize
4229dist/Unicode-Normalize/t/split.t	Unicode::Normalize
4230dist/Unicode-Normalize/t/test.t		Unicode::Normalize
4231dist/Unicode-Normalize/t/tie.t		Unicode::Normalize
4232dist/XSLoader/Makefile.PL	Dynamic Loader makefile writer
4233dist/XSLoader/t/XSLoader.t	See if XSLoader works
4234dist/XSLoader/XSLoader_pm.PL	Simple XS Loader perl module
4235doio.c			I/O operations
4236doop.c			Support code for various operations
4237dosish.h		Some defines for MS/DOSish machines
4238dquote.c		Functions for double quotish contexts
4239dump.c			Debugging output
4240ebcdic_tables.h		Generated tables included in utfebcdic.h
4241embed.fnc		Database used by embed.pl
4242embed.h			Maps symbols to safer names
4243embedvar.h		C namespace management
4244ext/Amiga-ARexx/__examples/simplecommand.pl	Amiga::ARexx extension
4245ext/Amiga-ARexx/__examples/simplehost.pl	Amiga::ARexx extension
4246ext/Amiga-ARexx/ARexx.pm	Amiga::ARexx extension
4247ext/Amiga-ARexx/ARexx.xs	Amiga::ARexx extension
4248ext/Amiga-ARexx/Makefile.PL	Amiga::ARexx extension
4249ext/Amiga-ARexx/tagtypes.h			Amiga::ARexx extension
4250ext/Amiga-ARexx/typemap	Amiga::ARexx extension
4251ext/Amiga-Exec/__examples/simplecommand.pl	Amiga::Exec extension
4252ext/Amiga-Exec/__examples/simplehost.pl		Amiga::Exec extension
4253ext/Amiga-Exec/Exec.pm	Amiga::Exec extension
4254ext/Amiga-Exec/Exec.xs	Amiga::Exec extension
4255ext/Amiga-Exec/Makefile.PL			Amiga::Exec extension
4256ext/Amiga-Exec/tagtypes.h	Amiga::Exec extension
4257ext/Amiga-Exec/typemap		Amiga::Exec extension
4258ext/attributes/attributes.pm		For "sub foo : attrlist"
4259ext/attributes/attributes.xs		For "sub foo : attrlist"
4260ext/B/B.pm		Compiler backend support functions and methods
4261ext/B/B.xs		Compiler backend external subroutines
4262ext/B/B/Concise.pm	Compiler Concise backend
4263ext/B/B/Showlex.pm	Compiler Showlex backend
4264ext/B/B/Terse.pm	Compiler Terse backend
4265ext/B/B/Xref.pm		Compiler Xref backend
4266ext/B/hints/darwin.pl	Hints for named architecture
4267ext/B/Makefile.PL	Compiler backend makefile writer
4268ext/B/O.pm		Compiler front-end module (-MO=...)
4269ext/B/t/b.t		See if B works
4270ext/B/t/B/success.pm	Test module for ext/B/t/o.t
4271ext/B/t/concise.t	See whether B::Concise works
4272ext/B/t/concise-xs.t	See whether B::Concise recognizes XS functions
4273ext/B/t/f_map			code from perldoc -f map
4274ext/B/t/f_map.t			converted to optreeCheck()s
4275ext/B/t/f_sort			optree test raw material
4276ext/B/t/f_sort.t		optree test raw material
4277ext/B/t/invlist.t		test B::INVLIST
4278ext/B/t/o.t		See if O works
4279ext/B/t/optree_check.t		test OptreeCheck apparatus
4280ext/B/t/optree_concise.t	more B::Concise tests
4281ext/B/t/optree_constants.t	B::Concise rendering of optimized constant subs
4282ext/B/t/optree_for.t		for loops
4283ext/B/t/optree_misc.t		misc optree tests
4284ext/B/t/optree_samples.t	various basic codes: if for while
4285ext/B/t/optree_sort.t		inplace sort optimization regression
4286ext/B/t/optree_specials.t	BEGIN, END, etc code
4287ext/B/t/optree_varinit.t	my,our,local var init optimization
4288ext/B/t/OptreeCheck.pm		optree comparison tool
4289ext/B/t/perlstring.t	See if B::perlstring output roundtrips properly
4290ext/B/t/pragma.t	See if user pragmas work.
4291ext/B/t/showlex.t	See if B::ShowLex works
4292ext/B/t/strict.t	See if B works with strict and warnings.
4293ext/B/t/sv_stash.t	See if SvSTASH() works
4294ext/B/t/terse.t		See if B::Terse works
4295ext/B/t/walkoptree.t	See if B::walkoptree (and friends) work
4296ext/B/t/xref.t		See if B::Xref works
4297ext/B/typemap			Compiler backend interface types
4298ext/Devel-Peek/Changes		Data debugging tool, changelog
4299ext/Devel-Peek/Peek.pm		Data debugging tool, module and pod
4300ext/Devel-Peek/Peek.xs		Data debugging tool, externals
4301ext/Devel-Peek/t/Peek.t		See if Devel::Peek works
4302ext/DynaLoader/dl_aix.xs	AIX implementation
4303ext/DynaLoader/dl_dllload.xs	S/390 dllload() style implementation
4304ext/DynaLoader/dl_dlopen.xs	BSD/SunOS4&5 dlopen() style implementation
4305ext/DynaLoader/dl_dyld.xs	NeXT/Apple dyld implementation
4306ext/DynaLoader/dl_freemint.xs	GNU dld style implementation for FreeMINT
4307ext/DynaLoader/dl_hpux.xs	HP-UX implementation
4308ext/DynaLoader/dl_none.xs	Stub implementation
4309ext/DynaLoader/dl_vms.xs	VMS implementation
4310ext/DynaLoader/dl_win32.xs	Win32 implementation
4311ext/DynaLoader/dlutils.c	Dynamic loader utilities for dl_*.xs files
4312ext/DynaLoader/DynaLoader_pm.PL	Dynamic Loader perl module
4313ext/DynaLoader/hints/aix.pl	Hint for DynaLoader for named architecture
4314ext/DynaLoader/hints/android.pl	Hint for DynaLoader for named architecture
4315ext/DynaLoader/hints/gnukfreebsd.pl	Hint for DynaLoader for named architecture
4316ext/DynaLoader/hints/gnuknetbsd.pl	Hint for DynaLoader for named architecture
4317ext/DynaLoader/hints/linux.pl	Hint for DynaLoader for named architecture
4318ext/DynaLoader/hints/netbsd.pl	Hint for DynaLoader for named architecture
4319ext/DynaLoader/hints/openbsd.pl	Hint for DynaLoader for named architecture
4320ext/DynaLoader/Makefile.PL	Dynamic Loader makefile writer
4321ext/DynaLoader/README		Dynamic Loader notes and intro
4322ext/DynaLoader/t/DynaLoader.t	See if DynaLoader works
4323ext/Errno/ChangeLog	Errno changes
4324ext/Errno/Errno_pm.PL	Errno perl module create script
4325ext/Errno/Makefile.PL	Errno extension makefile writer
4326ext/Errno/t/Errno.t	See if Errno works
4327ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm	Writes {mini,}perlmain.c
4328ext/Fcntl/Fcntl.pm	Fcntl extension Perl module
4329ext/Fcntl/Fcntl.xs	Fcntl extension external subroutines
4330ext/Fcntl/Makefile.PL	Fcntl extension makefile writer
4331ext/Fcntl/t/autoload.t	See if Fcntl AUTOLOAD error messages work
4332ext/Fcntl/t/fcntl.t	See if Fcntl works
4333ext/Fcntl/t/mode.t	See if S_ISREG() and S_ISDIR() work
4334ext/Fcntl/t/syslfs.t	See if large files work for sysio
4335ext/File-DosGlob/DosGlob.xs		Win32 DOS-globbing module
4336ext/File-DosGlob/lib/File/DosGlob.pm	Win32 DOS-globbing module
4337ext/File-DosGlob/t/DosGlob.t		See if File::DosGlob works
4338ext/File-Find/lib/File/Find.pm	Routines to do a find
4339ext/File-Find/t/find.t		See if File::Find works
4340ext/File-Find/t/lib/Testing.pm		Functions used in testing File-find
4341ext/File-Find/t/taint.t		See if File::Find works with taint
4342ext/File-Glob/bsd_glob.c	File::Glob extension run time code
4343ext/File-Glob/bsd_glob.h	File::Glob extension header file
4344ext/File-Glob/Changes		File::Glob extension changelog
4345ext/File-Glob/Glob.pm		File::Glob extension module
4346ext/File-Glob/Glob.xs		File::Glob extension external subroutines
4347ext/File-Glob/Makefile.PL	File::Glob extension makefile writer
4348ext/File-Glob/t/basic.t		See if File::Glob works
4349ext/File-Glob/t/case.t		See if File::Glob works
4350ext/File-Glob/t/global.t	See if File::Glob works
4351ext/File-Glob/t/rt114984.t	See if File::Glob works
4352ext/File-Glob/t/rt131211.t	See if File::Glob works
4353ext/File-Glob/t/taint.t		See if File::Glob works
4354ext/File-Glob/t/threads.t	See if File::Glob + threads works
4355ext/File-Glob/TODO		File::Glob extension todo list
4356ext/FileCache/lib/FileCache.pm	Keep more files open than the system permits
4357ext/FileCache/t/01open.t	See if FileCache works
4358ext/FileCache/t/02maxopen.t	See if FileCache works
4359ext/FileCache/t/03append.t	See if FileCache works
4360ext/FileCache/t/04twoarg.t	See if FileCache works
4361ext/FileCache/t/05override.t	See if FileCache works
4362ext/FileCache/t/06export.t	See if FileCache exporting works
4363ext/FileCache/t/07noimport.t	See if FileCache works without importing
4364ext/GDBM_File/GDBM_File.pm	GDBM extension Perl module
4365ext/GDBM_File/GDBM_File.xs	GDBM extension external subroutines
4366ext/GDBM_File/hints/sco.pl	Hint for GDBM_File for named architecture
4367ext/GDBM_File/Makefile.PL	GDBM extension makefile writer
4368ext/GDBM_File/t/count.t		Test if the count method works
4369ext/GDBM_File/t/dump.t		Test if export/import methods work
4370ext/GDBM_File/t/fatal.t		Test the fatal_func argument to gdbm_open
4371ext/GDBM_File/t/gdbm.t		See if GDBM_File works
4372ext/GDBM_File/t/opt.t		Test if gdbm_setopt and derived methods work
4373ext/GDBM_File/t/snapshot.t	Test if the latest_snapshot method works
4374ext/GDBM_File/typemap		GDBM extension interface types
4375ext/Hash-Util/Changes		Change history of Hash::Util
4376ext/Hash-Util/lib/Hash/Util.pm	Hash::Util
4377ext/Hash-Util/Makefile.PL	Makefile for Hash::Util
4378ext/Hash-Util/t/builtin.t	See if Hash::Util builtin exports work as expected
4379ext/Hash-Util/t/Util.t		See if Hash::Util works
4380ext/Hash-Util/Util.xs		XS bits of Hash::Util
4381ext/Hash-Util-FieldHash/Changes			Changes for Hash::Util::FieldHash
4382ext/Hash-Util-FieldHash/FieldHash.xs		XS portion
4383ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm	Perl portion and documentation
4384ext/Hash-Util-FieldHash/t/01_load.t		Test script
4385ext/Hash-Util-FieldHash/t/02_function.t		Test script
4386ext/Hash-Util-FieldHash/t/03_class.t		Test script
4387ext/Hash-Util-FieldHash/t/04_thread.t		Test script
4388ext/Hash-Util-FieldHash/t/05_perlhook.t		Test script
4389ext/Hash-Util-FieldHash/t/11_hashassign.t	Adapted from t/op/hashassign.t
4390ext/Hash-Util-FieldHash/t/12_hashwarn.t		Adapted from t/op/hashwarn.t
4391ext/I18N-Langinfo/Langinfo.pm	I18N::Langinfo
4392ext/I18N-Langinfo/Langinfo.xs	I18N::Langinfo
4393ext/I18N-Langinfo/Makefile.PL	I18N::Langinfo
4394ext/I18N-Langinfo/t/Langinfo.t	See whether I18N::Langinfo works
4395ext/IPC-Open3/lib/IPC/Open2.pm	Open a two-ended pipe
4396ext/IPC-Open3/lib/IPC/Open3.pm	Open a three-ended pipe
4397ext/IPC-Open3/t/fd.t		See if IPC::Open3 works w/ file descriptors
4398ext/IPC-Open3/t/IPC-Open2.t	See if IPC::Open2 works
4399ext/IPC-Open3/t/IPC-Open3.t	See if IPC::Open3 works
4400ext/mro/Changes			mro extension
4401ext/mro/mro.pm			mro extension
4402ext/mro/mro.xs			mro extension
4403ext/NDBM_File/hints/cygwin.pl	Hint for NDBM_File for named architecture
4404ext/NDBM_File/hints/dec_osf.pl	Hint for NDBM_File for named architecture
4405ext/NDBM_File/hints/dynixptx.pl	Hint for NDBM_File for named architecture
4406ext/NDBM_File/hints/gnu.pl	Hint for NDBM_File for named architecture
4407ext/NDBM_File/hints/gnukfreebsd.pl	Hint for NDBM_File for named architecture
4408ext/NDBM_File/hints/gnuknetbsd.pl	Hint for NDBM_File for named architecture
4409ext/NDBM_File/hints/linux.pl	Hint for NDBM_File for named architecture
4410ext/NDBM_File/hints/MSWin32.pl	Hint for NDBM_File for named architecture
4411ext/NDBM_File/hints/sco.pl	Hint for NDBM_File for named architecture
4412ext/NDBM_File/hints/solaris.pl	Hint for NDBM_File for named architecture
4413ext/NDBM_File/hints/svr4.pl	Hint for NDBM_File for named architecture
4414ext/NDBM_File/Makefile.PL	NDBM extension makefile writer
4415ext/NDBM_File/NDBM_File.pm	NDBM extension Perl module
4416ext/NDBM_File/NDBM_File.xs	NDBM extension external subroutines
4417ext/NDBM_File/t/ndbm.t		See if NDBM_File works
4418ext/NDBM_File/typemap		NDBM extension interface types
4419ext/ODBM_File/hints/cygwin.pl	Hint for ODBM_File for named architecture
4420ext/ODBM_File/hints/dec_osf.pl	Hint for ODBM_File for named architecture
4421ext/ODBM_File/hints/gnu.pl	Hint for ODBM_File for named architecture
4422ext/ODBM_File/hints/gnukfreebsd.pl	Hint for NDBM_File for named architecture
4423ext/ODBM_File/hints/gnuknetbsd.pl	Hint for NDBM_File for named architecture
4424ext/ODBM_File/hints/hpux.pl	Hint for ODBM_File for named architecture
4425ext/ODBM_File/hints/linux.pl	Hint for ODBM_File for named architecture
4426ext/ODBM_File/hints/MSWin32.pl	Hint for ODBM_File for named architecture
4427ext/ODBM_File/hints/sco.pl	Hint for ODBM_File for named architecture
4428ext/ODBM_File/hints/solaris.pl	Hint for ODBM_File for named architecture
4429ext/ODBM_File/hints/svr4.pl	Hint for ODBM_File for named architecture
4430ext/ODBM_File/hints/ultrix.pl	Hint for ODBM_File for named architecture
4431ext/ODBM_File/Makefile.PL	ODBM extension makefile writer
4432ext/ODBM_File/ODBM_File.pm	ODBM extension Perl module
4433ext/ODBM_File/ODBM_File.xs	ODBM extension external subroutines
4434ext/ODBM_File/t/odbm.t		See if ODBM_File works
4435ext/ODBM_File/typemap		ODBM extension interface types
4436ext/Opcode/Opcode.pm		Opcode extension Perl module
4437ext/Opcode/Opcode.xs		Opcode extension external subroutines
4438ext/Opcode/ops.pm		"Pragma" form of Opcode extension Perl module
4439ext/Opcode/t/Opcode.t		See if Opcode works
4440ext/Opcode/t/ops.t		See if Opcode works
4441ext/PerlIO-encoding/encoding.pm	PerlIO::encoding
4442ext/PerlIO-encoding/encoding.xs	PerlIO::encoding
4443ext/PerlIO-encoding/t/encoding.t	See if PerlIO encoding conversion works
4444ext/PerlIO-encoding/t/fallback.t	See if PerlIO fallbacks work
4445ext/PerlIO-encoding/t/nolooping.t	Tests for PerlIO::encoding
4446ext/PerlIO-encoding/t/threads.t		Tests PerlIO::encoding and threads
4447ext/PerlIO-mmap/mmap.pm	PerlIO layer for memory maps
4448ext/PerlIO-mmap/mmap.xs	PerlIO layer for memory maps
4449ext/PerlIO-scalar/scalar.pm	PerlIO layer for scalars
4450ext/PerlIO-scalar/scalar.xs	PerlIO layer for scalars
4451ext/PerlIO-scalar/t/scalar.t	See if PerlIO::scalar works
4452ext/PerlIO-scalar/t/scalar_ungetc.t	Tests for PerlIO layer for scalars
4453ext/PerlIO-via/hints/aix.pl	Hint for PerlIO::via for named architecture
4454ext/PerlIO-via/t/thread.t		See if PerlIO::via works with threads
4455ext/PerlIO-via/t/via.t		See if PerlIO::via works
4456ext/PerlIO-via/via.pm		PerlIO layer for layers in perl
4457ext/PerlIO-via/via.xs		PerlIO layer for layers in perl
4458ext/Pod-Functions/Functions_pm.PL	Writes Functions.pm
4459ext/Pod-Functions/Makefile.PL		Makefile writer
4460ext/Pod-Functions/t/Functions.t		See if Pod::Functions works
4461ext/Pod-Html/bin/pod2html	Translator to turn pod into HTML
4462ext/Pod-Html/corpus/perlpodspec-copy.pod
4463ext/Pod-Html/corpus/perlvar-copy.pod
4464ext/Pod-Html/lib/Pod/Html.pm	Convert POD data to HTML
4465ext/Pod-Html/lib/Pod/Html/Util.pm	Helper functions for Pod-Html
4466ext/Pod-Html/t/anchorify.t
4467ext/Pod-Html/t/anchorify-536.t	Test Pod-Html utility functions during perl-5.36
4468ext/Pod-Html/t/cache.pod
4469ext/Pod-Html/t/cache.t
4470ext/Pod-Html/t/crossref.pod
4471ext/Pod-Html/t/crossref.t
4472ext/Pod-Html/t/crossref2.t
4473ext/Pod-Html/t/crossref3.t
4474ext/Pod-Html/t/eol.t		test end of line agnosticism
4475ext/Pod-Html/t/feature.pod
4476ext/Pod-Html/t/feature.t
4477ext/Pod-Html/t/feature2.pod
4478ext/Pod-Html/t/feature2.t
4479ext/Pod-Html/t/htmldir1.pod
4480ext/Pod-Html/t/htmldir1.t
4481ext/Pod-Html/t/htmldir2.pod
4482ext/Pod-Html/t/htmldir2.t
4483ext/Pod-Html/t/htmldir3.pod
4484ext/Pod-Html/t/htmldir3.t
4485ext/Pod-Html/t/htmldir4.pod
4486ext/Pod-Html/t/htmldir4.t
4487ext/Pod-Html/t/htmldir5.pod
4488ext/Pod-Html/t/htmldir5.t
4489ext/Pod-Html/t/htmlescp.pod	pod2html escape test input data
4490ext/Pod-Html/t/htmlescp.t	pod2html escape test
4491ext/Pod-Html/t/htmllink.pod	pod2html link test input data
4492ext/Pod-Html/t/htmllink.t	pod2html link test
4493ext/Pod-Html/t/htmlview.pod	pod2html render test input data
4494ext/Pod-Html/t/htmlview.t	pod2html render test
4495ext/Pod-Html/t/lib/Testing.pm	Testing functions for Pod-Html
4496ext/Pod-Html/t/poderr.pod
4497ext/Pod-Html/t/poderr.t
4498ext/Pod-Html/t/podnoerr.pod
4499ext/Pod-Html/t/podnoerr.t
4500ext/POSIX/hints/bsdos.pl	Hint for POSIX for named architecture
4501ext/POSIX/hints/dynixptx.pl	Hint for POSIX for named architecture
4502ext/POSIX/hints/freebsd.pl	Hint for POSIX for named architecture
4503ext/POSIX/hints/gnukfreebsd.pl	Hint for POSIX for named architecture
4504ext/POSIX/hints/gnuknetbsd.pl	Hint for POSIX for named architecture
4505ext/POSIX/hints/linux.pl	Hint for POSIX for named architecture
4506ext/POSIX/hints/mint.pl		Hint for POSIX for named architecture
4507ext/POSIX/hints/netbsd.pl	Hint for POSIX for named architecture
4508ext/POSIX/hints/openbsd.pl	Hint for POSIX for named architecture
4509ext/POSIX/hints/sunos_4.pl	Hint for POSIX for named architecture
4510ext/POSIX/hints/svr4.pl		Hint for POSIX for named architecture
4511ext/POSIX/lib/POSIX.pm		POSIX extension Perl module
4512ext/POSIX/lib/POSIX.pod		POSIX extension documentation
4513ext/POSIX/Makefile.PL		POSIX extension makefile writer
4514ext/POSIX/POSIX.xs		POSIX extension external subroutines
4515ext/POSIX/t/export.t		Test @EXPORT and @EXPORT_OK
4516ext/POSIX/t/fenv.t		Floating-point rounding mode tests for POSIX
4517ext/POSIX/t/iscrash		See if POSIX isxxx() crashes with threads on Win32
4518ext/POSIX/t/iv_const.t		See if integer constants of POSIX are IV
4519ext/POSIX/t/math.t		Basic math tests for POSIX
4520ext/POSIX/t/mb.t		Multibyte function tests for POSIX
4521ext/POSIX/t/posix.t		See if POSIX works
4522ext/POSIX/t/sigaction.t		See if POSIX::sigaction works
4523ext/POSIX/t/sigset.t		See if POSIX::SigSet works
4524ext/POSIX/t/strerror_errno.t	See if POSIX:strerror doesn't trash $!
4525ext/POSIX/t/sysconf.t		See if POSIX works
4526ext/POSIX/t/taint.t		See if POSIX works with taint
4527ext/POSIX/t/termios.t		See if POSIX works
4528ext/POSIX/t/time.t		See if POSIX time-related functions work
4529ext/POSIX/t/unimplemented.t	Test the diagnostics for unimplemented functions
4530ext/POSIX/t/usage.t		Test the diagnostics for usage messages
4531ext/POSIX/t/waitpid.t		See if waitpid works
4532ext/POSIX/t/wrappers.t		Test the POSIX wrapper subroutines
4533ext/POSIX/typemap		POSIX extension interface types
4534ext/re/Makefile.PL		re extension makefile writer
4535ext/re/re.pm			re extension Perl module
4536ext/re/re.xs			re extension external subroutines
4537ext/re/re_comp.h		re extension wrapper for regcomp.h
4538ext/re/re_top.h			re extension symbol hiding header
4539ext/re/t/lexical_debug.pl	generate debug output for lexical re 'debug'
4540ext/re/t/lexical_debug.t	test that lexical re 'debug' works
4541ext/re/t/qr.t			test that qr// is a Regexp
4542ext/re/t/re.t			see if re pragma works
4543ext/re/t/re_funcs.t		See if exportable 're' funcs in re.xs work
4544ext/re/t/re_funcs_u.t		See if exportable 're' funcs in universal.c work
4545ext/re/t/reflags.t		see if re '/xism' pragma works
4546ext/re/t/regop.pl		generate debug output for various patterns
4547ext/re/t/regop.t		test RE optimizations by scraping debug output
4548ext/re/t/strict.t		see if re 'strict' subpragma works
4549ext/SDBM_File/biblio	SDBM kit
4550ext/SDBM_File/CHANGES	SDBM kit
4551ext/SDBM_File/dba.c	SDBM kit
4552ext/SDBM_File/dbd.c	SDBM kit
4553ext/SDBM_File/dbe.1	SDBM kit
4554ext/SDBM_File/dbe.c	SDBM kit
4555ext/SDBM_File/dbu.c	SDBM kit
4556ext/SDBM_File/grind	SDBM kit
4557ext/SDBM_File/hash.c	SDBM kit
4558ext/SDBM_File/Makefile.PL	SDBM extension makefile writer
4559ext/SDBM_File/pair.c	SDBM kit
4560ext/SDBM_File/pair.h	SDBM kit
4561ext/SDBM_File/README	SDBM kit
4562ext/SDBM_File/readme.ms	SDBM kit
4563ext/SDBM_File/README.too	SDBM kit
4564ext/SDBM_File/sdbm.3	SDBM kit
4565ext/SDBM_File/sdbm.c	SDBM kit
4566ext/SDBM_File/sdbm.h	SDBM kit
4567ext/SDBM_File/SDBM_File.pm	SDBM extension Perl module
4568ext/SDBM_File/SDBM_File.xs	SDBM extension external subroutines
4569ext/SDBM_File/t/constants.t	See if SDBM_File constants work
4570ext/SDBM_File/t/corrupt.t	See if SDBM_File handles corrupt files
4571ext/SDBM_File/t/prep.t		See if SDBM_File with extra argument works
4572ext/SDBM_File/t/sdbm.t		See if SDBM_File works
4573ext/SDBM_File/tune.h	SDBM kit
4574ext/SDBM_File/typemap		SDBM extension interface types
4575ext/SDBM_File/util.c	SDBM kit
4576ext/Sys-Hostname/Hostname.pm	Sys::Hostname extension Perl module
4577ext/Sys-Hostname/Hostname.xs	Sys::Hostname extension external subroutines
4578ext/Sys-Hostname/t/Hostname.t	See if Sys::Hostname works
4579ext/Tie-Hash-NamedCapture/NamedCapture.pm	Implements %- and %+ behaviour
4580ext/Tie-Hash-NamedCapture/t/tiehash.t		Tests TIEHASH
4581ext/Tie-Memoize/lib/Tie/Memoize.pm	Base class for memoized tied hashes
4582ext/Tie-Memoize/t/Tie-Memoize.t		Test for Tie::Memoize
4583ext/VMS-DCLsym/0README.txt	ReadMe file for VMS::DCLsym
4584ext/VMS-DCLsym/DCLsym.pm	Perl access to CLI symbols
4585ext/VMS-DCLsym/DCLsym.xs	Perl access to CLI symbols
4586ext/VMS-DCLsym/Makefile.PL	MakeMaker driver for VMS::DCLsym
4587ext/VMS-DCLsym/t/vms_dclsym.t	regression tests for VMS::DCLsym
4588ext/VMS-Filespec/lib/VMS/Filespec.pm	VMS-Unix file syntax interconversion
4589ext/VMS-Filespec/t/filespec.t		See if VMS::Filespec functions work
4590ext/VMS-Stdio/0README.txt	ReadMe file for VMS::Stdio
4591ext/VMS-Stdio/Makefile.PL	MakeMaker driver for VMS::Stdio
4592ext/VMS-Stdio/Stdio.pm		VMS options to stdio routines
4593ext/VMS-Stdio/Stdio.xs		VMS options to stdio routines
4594ext/VMS-Stdio/t/vms_stdio.t	regression tests for VMS::Stdio
4595ext/Win32CORE/Makefile.PL	Win32CORE extension
4596ext/Win32CORE/t/win32core.t	Win32CORE extension
4597ext/Win32CORE/Win32CORE.c	Win32CORE extension
4598ext/Win32CORE/Win32CORE.pm	Win32CORE extension (stubs for Win32 CORE subs)
4599ext/XS-APItest/APItest.pm	XS::APItest extension
4600ext/XS-APItest/APItest.xs	XS::APItest extension
4601ext/XS-APItest/APItest_BS	autogenerate APItest.bs
4602ext/XS-APItest/core.c		Test API functions when PERL_CORE is defined
4603ext/XS-APItest/core_or_not.inc	Code common to core.c and notcore.c
4604ext/XS-APItest/exception.c	XS::APItest extension
4605ext/XS-APItest/Makefile.PL	XS::APItest extension
4606ext/XS-APItest/notcore.c	Test API functions when PERL_CORE is not defined
4607ext/XS-APItest/numeric.xs	XS::APItest wrappers for numeric.c
4608ext/XS-APItest/t/addissub.t	test op check wrapping
4609ext/XS-APItest/t/arrayexpr.t	test recursive descent expression parsing
4610ext/XS-APItest/t/autoload.t	Test XS AUTOLOAD routines
4611ext/XS-APItest/t/BHK.pm		Helper for ./blockhooks.t
4612ext/XS-APItest/t/Block.pm	Helper for ./blockhooks.t
4613ext/XS-APItest/t/blockasexpr.t	test recursive descent block parsing
4614ext/XS-APItest/t/blockhooks.t	XS::APItest: tests for PL_blockhooks
4615ext/XS-APItest/t/blockhooks-csc.t	XS::APItest: more tests for PL_blockhooks
4616ext/XS-APItest/t/boolean.t	test SvIsBOOL
4617ext/XS-APItest/t/boolean-thr.t	test SvIsBOOL on threads
4618ext/XS-APItest/t/bootstrap.t	XS::APItest: test APItest.bs
4619ext/XS-APItest/t/call.t		Test calling perl from C
4620ext/XS-APItest/t/call_checker.t	test call checker plugin API
4621ext/XS-APItest/t/caller.t	XS::APItest: tests for caller_cx
4622ext/XS-APItest/t/callregexec.t	XS::APItest: tests for CALLREGEXEC()
4623ext/XS-APItest/t/check_warnings.t	test scope of "Too late for CHECK"
4624ext/XS-APItest/t/cleanup.t	test stack behaviour on unwinding
4625ext/XS-APItest/t/clone-with-stack.t	test clone with CLONEf_COPY_STACKS works
4626ext/XS-APItest/t/cophh.t	test COPHH API
4627ext/XS-APItest/t/coplabel.t	test cop_*_label
4628ext/XS-APItest/t/copstash.t	test alloccopstash
4629ext/XS-APItest/t/copyhints.t	test hv_copy_hints_hv() API
4630ext/XS-APItest/t/customop.t	XS::APItest: tests for custom ops
4631ext/XS-APItest/t/cv_name.t	test cv_name
4632ext/XS-APItest/t/delimcpy.t	test delimcpy
4633ext/XS-APItest/t/eval-filter.t	Simple source filter/eval test
4634ext/XS-APItest/t/exception.t	XS::APItest extension
4635ext/XS-APItest/t/extend.t	test EXTEND() macro
4636ext/XS-APItest/t/fetch_pad_names.t	Tests for UTF8 names in pad
4637ext/XS-APItest/t/get.t		test get_sv et al.
4638ext/XS-APItest/t/gotosub.t	XS::APItest: tests goto &xsub and hints
4639ext/XS-APItest/t/grok.t		XS::APItest: tests for grok* functions
4640ext/XS-APItest/t/gv_autoload4.t	XS::APItest: tests for gv_autoload4() and variants
4641ext/XS-APItest/t/gv_const_sv.t	XS::APItest: test gv_const_sv()
4642ext/XS-APItest/t/gv_fetchmeth.t		XS::APItest: tests for gv_fetchmeth() and variants
4643ext/XS-APItest/t/gv_fetchmeth_autoload.t	XS::APItest: tests for gv_fetchmeth_autoload() and variants
4644ext/XS-APItest/t/gv_fetchmethod_flags.t	XS::APItest: tests for gv_fetchmethod_flags() and variants
4645ext/XS-APItest/t/gv_init.t	XS::APItest: tests for gv_init and variants
4646ext/XS-APItest/t/handy00.t	XS::APItest: tests for handy.h
4647ext/XS-APItest/t/handy01.t	XS::APItest: tests for handy.h
4648ext/XS-APItest/t/handy02.t	XS::APItest: tests for handy.h
4649ext/XS-APItest/t/handy03.t	XS::APItest: tests for handy.h
4650ext/XS-APItest/t/handy04.t	XS::APItest: tests for handy.h
4651ext/XS-APItest/t/handy05.t	XS::APItest: tests for handy.h
4652ext/XS-APItest/t/handy06.t	XS::APItest: tests for handy.h
4653ext/XS-APItest/t/handy07.t	XS::APItest: tests for handy.h
4654ext/XS-APItest/t/handy08.t	XS::APItest: tests for handy.h
4655ext/XS-APItest/t/handy09.t	XS::APItest: tests for handy.h
4656ext/XS-APItest/t/handy_base.pl	XS::APItest: tests for handy.h
4657ext/XS-APItest/t/hash.t		XS::APItest: tests for hash related APIs
4658ext/XS-APItest/t/hv_macro.t	XS::APItest: tests for low level macros used in hashing
4659ext/XS-APItest/t/join_with_space.t	test op_convert_list
4660ext/XS-APItest/t/keyword_multiline.t	test keyword plugin parsing across lines
4661ext/XS-APItest/t/keyword_plugin.t	test keyword plugin mechanism
4662ext/XS-APItest/t/keyword_plugin_threads.t	test keyword plugin loading from multiple threads
4663ext/XS-APItest/t/labelconst.aux	auxiliary file for label test
4664ext/XS-APItest/t/labelconst.t	test recursive descent label parsing
4665ext/XS-APItest/t/labelconst_utf8.aux	auxiliary file for label test in UTF-8
4666ext/XS-APItest/t/lexsub.t	Test XS registration of lexical subs
4667ext/XS-APItest/t/load-module.t	test load_module()
4668ext/XS-APItest/t/locale.t	test locale-related things
4669ext/XS-APItest/t/loopblock.t	test recursive descent block parsing
4670ext/XS-APItest/t/looprest.t	test recursive descent statement-sequence parsing
4671ext/XS-APItest/t/lvalue.t	Test XS lvalue functions
4672ext/XS-APItest/t/magic.t	test attaching, finding, and removing magic
4673ext/XS-APItest/t/magic_chain.t	test low-level MAGIC chain handling
4674ext/XS-APItest/t/Markers.pm	Helper for ./blockhooks.t
4675ext/XS-APItest/t/mro.t		Test mro plugin api
4676ext/XS-APItest/t/multicall.t	XS::APItest: test MULTICALL macros
4677ext/XS-APItest/t/my_cxt.t	XS::APItest: test MY_CXT interface
4678ext/XS-APItest/t/my_exit.t	XS::APItest: test my_exit
4679ext/XS-APItest/t/my_strtod.t	XS::APItest: test my_strtod
4680ext/XS-APItest/t/newCONSTSUB.t	XS::APItest: test newCONSTSUB(_flags)
4681ext/XS-APItest/t/newDEFSVOP.t	XS::APItest: test newDEFSVOP
4682ext/XS-APItest/t/Null.pm	Helper for ./blockhooks.t
4683ext/XS-APItest/t/op.t		XS::APItest: tests for OP related APIs
4684ext/XS-APItest/t/op_contextualize.t	test op_contextualize() API
4685ext/XS-APItest/t/op_list.t	test OP list construction API
4686ext/XS-APItest/t/overload.t	XS::APItest: tests for overload related APIs
4687ext/XS-APItest/t/pad_scalar.t	Test pad_findmy_* functions
4688ext/XS-APItest/t/peep.t		test PL_peepp/PL_rpeepp
4689ext/XS-APItest/t/pmflag.t	Test removal of Perl_pmflag()
4690ext/XS-APItest/t/postinc.t	test op_lvalue()
4691ext/XS-APItest/t/printf.t	XS::APItest extension
4692ext/XS-APItest/t/ptr_table.t	Test ptr_table_* APIs
4693ext/XS-APItest/t/push.t		XS::APItest extension
4694ext/XS-APItest/t/refs.t		Test typemap ref handling
4695ext/XS-APItest/t/rmagical.t	XS::APItest extension
4696ext/XS-APItest/t/rv2cv_op_cv.t	test rv2cv_op_cv() API
4697ext/XS-APItest/t/savehints.t	test SAVEHINTS() API
4698ext/XS-APItest/t/scopelessblock.t	test recursive descent statement-sequence parsing
4699ext/XS-APItest/t/sort.t		Test sort(xs_cmp ...)
4700ext/XS-APItest/t/stmtasexpr.t	test recursive descent statement parsing
4701ext/XS-APItest/t/stmtsasexpr.t	test recursive descent statement-sequence parsing
4702ext/XS-APItest/t/stuff_modify_bug.t	test for eval side-effecting source string
4703ext/XS-APItest/t/stuff_svcur_bug.t	test for a bug in lex_stuff_pvn
4704ext/XS-APItest/t/subcall.t	Test XSUB calls
4705ext/XS-APItest/t/subsignature.t	Test parse_subsignature()
4706ext/XS-APItest/t/sv_numeq.t	Test sv_numeq
4707ext/XS-APItest/t/sv_streq.t	Test sv_streq
4708ext/XS-APItest/t/svcat.t	Test sv_catpvn
4709ext/XS-APItest/t/svcatpvf.t	Test sv_catpvf argument reordering
4710ext/XS-APItest/t/sviscow.t	Test SvIsCOW
4711ext/XS-APItest/t/svpeek.t	XS::APItest extension
4712ext/XS-APItest/t/svpv.t		More generic SvPVbyte and SvPVutf8 tests
4713ext/XS-APItest/t/svpv_magic.t	Test behaviour of SvPVbyte/utf8 & get magic
4714ext/XS-APItest/t/svsetsv.t	Test behaviour of sv_setsv with/without PERL_CORE
4715ext/XS-APItest/t/swaplabel.t	test recursive descent label parsing
4716ext/XS-APItest/t/swaptwostmts.t	test recursive descent statement parsing
4717ext/XS-APItest/t/sym-hook.t	Test rv2cv hooks for bareword lookup
4718ext/XS-APItest/t/synthetic_scope.t	Test block_start/block_end/intro_my
4719ext/XS-APItest/t/temp_lv_sub.t	XS::APItest: tests for lvalue subs returning temps
4720ext/XS-APItest/t/underscore_length.t	Test find_rundefsv()
4721ext/XS-APItest/t/utf16_to_utf8.t	Test behaviour of utf16_to_utf8{,reversed}
4722ext/XS-APItest/t/utf8.t		Tests for code in utf8.c
4723ext/XS-APItest/t/utf8_setup.pl	Tests for code in utf8.c
4724ext/XS-APItest/t/utf8_to_bytes.t	Tests for code in utf8.c
4725ext/XS-APItest/t/utf8_warn00.t	Tests for code in utf8.c
4726ext/XS-APItest/t/utf8_warn01.t	Tests for code in utf8.c
4727ext/XS-APItest/t/utf8_warn02.t	Tests for code in utf8.c
4728ext/XS-APItest/t/utf8_warn03.t	Tests for code in utf8.c
4729ext/XS-APItest/t/utf8_warn04.t	Tests for code in utf8.c
4730ext/XS-APItest/t/utf8_warn05.t	Tests for code in utf8.c
4731ext/XS-APItest/t/utf8_warn06.t	Tests for code in utf8.c
4732ext/XS-APItest/t/utf8_warn07.t	Tests for code in utf8.c
4733ext/XS-APItest/t/utf8_warn08.t	Tests for code in utf8.c
4734ext/XS-APItest/t/utf8_warn09.t	Tests for code in utf8.c
4735ext/XS-APItest/t/utf8_warn_base.pl	Tests for code in utf8.c
4736ext/XS-APItest/t/weaken.t	XS::APItest: tests for sv_rvweaken() and sv_get_backrefs()
4737ext/XS-APItest/t/whichsig.t	XS::APItest: tests for whichsig() and variants
4738ext/XS-APItest/t/win32.t	Test Win32 specific APIs
4739ext/XS-APItest/t/xs_special_subs.t	Test that XS BEGIN/CHECK/INIT/END work
4740ext/XS-APItest/t/xs_special_subs_require.t	for require too
4741ext/XS-APItest/t/xsub_h.t	Tests for XSUB.h
4742ext/XS-APItest/typemap
4743ext/XS-APItest/XSUB-redefined-macros.xs	XS code needing redefined macros.
4744ext/XS-APItest/XSUB-undef-XS_VERSION.xs	XS code needing #undef XS_VERSION
4745ext/XS-Typemap/Makefile.PL	XS::Typemap extension
4746ext/XS-Typemap/README		XS::Typemap extension
4747ext/XS-Typemap/stdio.c		XS::Typemap extension
4748ext/XS-Typemap/t/Typemap.t	test that typemaps work
4749ext/XS-Typemap/Typemap.pm	XS::Typemap extension
4750ext/XS-Typemap/Typemap.xs	XS::Typemap extension
4751EXTERN.h			Included before foreign .h files
4752fakesdio.h			stdio in terms of PerlIO
4753feature.h			Feature header
4754form.h				Public declarations for formats
4755generate_uudmap.c		Generate uudmap.h, the uuencode decoding map
4756git_version.h			Pre-generated git_version.h for OpenBSD
4757globals.c			File to declare global symbols (for shared library)
4758globvar.sym			Global variables that need hiding when embedded
4759gv.c				Glob value code
4760gv.h				Glob value header
4761h2pl/cbreak.pl			cbreak routines using .ph
4762h2pl/cbreak2.pl			cbreak routines using .pl
4763h2pl/eg/sizeof.ph		Sample sizeof array initialization
4764h2pl/eg/sys/errno.pl		Sample translated errno.pl
4765h2pl/eg/sys/ioctl.pl		Sample translated ioctl.pl
4766h2pl/eg/sysexits.pl		Sample translated sysexits.pl
4767h2pl/getioctlsizes		Program to extract types from ioctl.h
4768h2pl/mksizes			Program to make %sizeof array
4769h2pl/mkvars			Program to make .pl from .ph files
4770h2pl/README			How to turn .ph files into .pl files
4771h2pl/tcbreak			cbreak test routine using .ph
4772h2pl/tcbreak2			cbreak test routine using .pl
4773haiku/Haiku/Haiku.pm		Haiku extension Perl module
4774haiku/Haiku/Haiku.xs		Haiku extension external subroutines
4775haiku/Haiku/Makefile.PL		Haiku extension makefile writer
4776haiku/haikuish.h		Header for the Haiku port
4777handy.h				Handy definitions
4778hints/aix.sh			Hints for named architecture
4779hints/aix_3.sh			Hints for named architecture
4780hints/aix_4.sh			Hints for named architecture
4781hints/altos486.sh		Hints for named architecture
4782hints/amigaos.sh		Hints for named architecture
4783hints/atheos.sh			Hints for named architecture
4784hints/aux_3.sh			Hints for named architecture
4785hints/bitrig.sh			Hints for named architecture
4786hints/broken-db.msg		Warning message for systems with broken DB library
4787hints/bsdos.sh			Hints for named architecture
4788hints/catamount.sh		Hints for named architecture
4789hints/convexos.sh		Hints for named architecture
4790hints/cxux.sh			Hints for named architecture
4791hints/cygwin.sh			Hints for named architecture
4792hints/darwin.sh			Hints for named architecture
4793hints/dcosx.sh			Hints for named architecture
4794hints/dec_osf.sh		Hints for named architecture
4795hints/dragonfly.sh		Hints for named architecture
4796hints/dynix.sh			Hints for named architecture
4797hints/dynixptx.sh		Hints for named architecture
4798hints/epix.sh			Hints for named architecture
4799hints/esix4.sh			Hints for named architecture
4800hints/fps.sh			Hints for named architecture
4801hints/freebsd.sh		Hints for named architecture
4802hints/freemint.sh		Hints for named architecture
4803hints/gnu.sh			Hints for named architecture
4804hints/gnukfreebsd.sh		Hints for named architecture
4805hints/gnuknetbsd.sh		Hints for named architecture
4806hints/greenhills.sh		Hints for named architecture
4807hints/haiku.sh			Hints for named architecture
4808hints/hpux.sh			Hints for named architecture
4809hints/i386.sh			Hints for named architecture
4810hints/interix.sh		Hints for named architecture
4811hints/irix_4.sh			Hints for named architecture
4812hints/irix_5.sh			Hints for named architecture
4813hints/irix_6.sh			Hints for named architecture
4814hints/irix_6_0.sh		Hints for named architecture
4815hints/irix_6_1.sh		Hints for named architecture
4816hints/isc.sh			Hints for named architecture
4817hints/isc_2.sh			Hints for named architecture
4818hints/linux.sh			Hints for named architecture
4819hints/linux-android.sh		Hints for named architecture
4820hints/lynxos.sh			Hints for named architecture
4821hints/midnightbsd.sh		Hints for named architecture
4822hints/minix.sh			Hints for named architecture
4823hints/mips.sh			Hints for named architecture
4824hints/mirbsd.sh			Hints for named architecture
4825hints/mpc.sh			Hints for named architecture
4826hints/ncr_tower.sh		Hints for named architecture
4827hints/netbsd.sh			Hints for named architecture
4828hints/newsos4.sh		Hints for named architecture
4829hints/nonstopux.sh		Hints for named architecture
4830hints/openbsd.sh		Hints for named architecture
4831hints/opus.sh			Hints for named architecture
4832hints/os2.sh			Hints for named architecture
4833hints/os390.sh			Hints for named architecture
4834hints/os400.sh			Hints for named architecture
4835hints/posix-bc.sh		Hints for named architecture
4836hints/qnx.sh			Hints for named architecture
4837hints/README.hints		Notes about hints
4838hints/riscos.sh			Hints for named architecture
4839hints/sco.sh			Hints for named architecture
4840hints/sco_2_3_0.sh		Hints for named architecture
4841hints/sco_2_3_1.sh		Hints for named architecture
4842hints/sco_2_3_2.sh		Hints for named architecture
4843hints/sco_2_3_3.sh		Hints for named architecture
4844hints/sco_2_3_4.sh		Hints for named architecture
4845hints/solaris_2.sh		Hints for named architecture
4846hints/stellar.sh		Hints for named architecture
4847hints/sunos_4_0.sh		Hints for named architecture
4848hints/sunos_4_1.sh		Hints for named architecture
4849hints/super-ux.sh		Hints for named architecture
4850hints/svr4.sh			Hints for named architecture
4851hints/svr5.sh			Hints for named architecture
4852hints/t001.c			Test case for gcc bug
4853hints/ti1500.sh			Hints for named architecture
4854hints/ultrix_4.sh		Hints for named architecture
4855hints/umips.sh			Hints for named architecture
4856hints/unicos.sh			Hints for named architecture
4857hints/unicosmk.sh		Hints for named architecture
4858hints/unisysdynix.sh		Hints for named architecture
4859hints/utekv.sh			Hints for named architecture
4860hints/vos.sh			Hints for named architecture
4861hv.c				Hash value code
4862hv.h				Hash value header
4863hv_func.h			Hash value static inline function header
4864hv_macro.h			Macros used by hv_func.h
4865inline.h			Static inline functions
4866INSTALL				Detailed installation instructions
4867install_lib.pl			functions shared between install* scripts
4868installhtml			Perl script to install html files for pods
4869installman			Perl script to install man pages for pods
4870installperl			Perl script to do "make install" dirty work
4871INTERN.h			Included before domestic .h files
4872intrpvar.h			Variables held in each interpreter instance
4873invlist_inline.h		Inline functions for handling inversion lists
4874iperlsys.h			Perl's interface to the system
4875keywords.c			Perl_keyword(), generated by regen/keywords.pl
4876keywords.h			The keyword numbers
4877l1_char_class_tab.h		256 word bit table of character classes (for handy.h)
4878lib/_charnames.pm		Character names
4879lib/AnyDBM_File.pm		Perl module to emulate dbmopen
4880lib/AnyDBM_File.t		See if AnyDBM_File works
4881lib/B/Deparse.pm		Compiler Deparse backend
4882lib/B/Deparse.t			See if B::Deparse works
4883lib/B/Deparse-core.t		See if B::Deparse knows when to use CORE::
4884lib/B/Deparse-subclass.t	See if B::Deparse can be subclassed
4885lib/B/Op_private.pm		Definitions of OP op_private flags
4886lib/Benchmark.pm		Measure execution time
4887lib/Benchmark.t			See if Benchmark works
4888lib/blib.pm			For "use blib"
4889lib/blib.t			blib.pm test
4890lib/builtin.pm			builtin function namespace
4891lib/builtin.t			test builtin function namespace
4892lib/bytes.pm			Pragma to enable byte operations
4893lib/bytes.t			bytes.pm test
4894lib/bytes_heavy.pl		Support routines for byte pragma
4895lib/charnames.pm		Character names
4896lib/charnames.t			See if character names work
4897lib/Class/Struct.pm		Declare struct-like datatypes as Perl classes
4898lib/Class/Struct.t		See if Class::Struct works
4899lib/Config.t			See if Config works
4900lib/Config/Extensions.pm	Convenient hash lookup for built extensions
4901lib/Config/Extensions.t		See if Config::Extensions works
4902lib/Config_git.pl		Pre-generated Config_git.pl for OpenBSD
4903lib/CORE.pod			document the CORE namespace
4904lib/DB.pm			Debugger API (draft)
4905lib/DB.t			See if DB works
4906lib/DBM_Filter.pm		DBM Filter module
4907lib/DBM_Filter/compress.pm	DBM Filter to compress keys/values
4908lib/DBM_Filter/encode.pm	DBM Filter for encoding
4909lib/DBM_Filter/int32.pm		DBM Filter for creating int32 keys/values
4910lib/DBM_Filter/null.pm		DBM Filter for null termination
4911lib/DBM_Filter/t/01error.t	test DBM_Filter::null
4912lib/DBM_Filter/t/02core.t	test DBM_Filter::null
4913lib/DBM_Filter/t/compress.t	test DBM_Filter::compress
4914lib/DBM_Filter/t/encode.t	test DBM_Filter::encode
4915lib/DBM_Filter/t/int32.t	test DBM_Filter::int32
4916lib/DBM_Filter/t/null.t		test DBM_Filter::null
4917lib/DBM_Filter/t/utf8.t		test DBM_Filter::utf8
4918lib/DBM_Filter/utf8.pm		DBM Filter for UTF-8 Encoding
4919lib/dbm_filter_util.pl		Utility functions used by DBM Filter tests
4920lib/deprecate.pm		A pragma for deprecating modules from the core.
4921lib/diagnostics.pm		Print verbose diagnostics
4922lib/diagnostics.t		See if diagnostics.pm works
4923lib/DirHandle.pm		like FileHandle only for directories
4924lib/DirHandle.t			See if DirHandle works
4925lib/dumpvar.pl			A variable dumper
4926lib/dumpvar.t			A variable dumper tester
4927lib/English.pm			Readable aliases for short variables
4928lib/English.t			See if English works
4929lib/ExtUtils/Embed.pm		Utilities for embedding Perl in C programs
4930lib/ExtUtils/t/Embed.t		See if ExtUtils::Embed and embedding works
4931lib/ExtUtils/typemap		Extension interface types
4932lib/ExtUtils/XSSymSet.pm	on VMS, manage linker symbols when building extensions
4933lib/feature.pm			Pragma to enable new syntax
4934lib/feature.t			See if features work
4935lib/feature/unicode_strings.t	See if feature "unicode_strings" work
4936lib/File/Basename.pm		Emulate the basename program
4937lib/File/Basename.t		See if File::Basename works
4938lib/File/Compare.pm		Emulation of cmp command
4939lib/File/Compare.t		See if File::Compare works
4940lib/File/Copy.pm		Emulation of cp command
4941lib/File/Copy.t			See if File::Copy works
4942lib/File/stat.pm		By-name interface to Perl's builtin stat
4943lib/File/stat.t			See if File::stat works
4944lib/File/stat-7896.t		A test for ID 20011110.104
4945lib/FileHandle.pm		Backward-compatible front end to IO extension
4946lib/FileHandle.t		See if FileHandle works
4947lib/filetest.pm			For "use filetest"
4948lib/filetest.t			See if filetest works
4949lib/Getopt/Std.pm		Fetch command options (getopt, getopts)
4950lib/Getopt/Std.t		See if Getopt::Std and Getopt::Long work
4951lib/h2ph.t			See if h2ph works like it should
4952lib/h2xs.t			See if h2xs produces expected lists of files
4953lib/integer.pm			For "use integer"
4954lib/integer.t			For "use integer" testing
4955lib/Internals.pod		Document the Internals namespace (implemented by universal.c)
4956lib/Internals.t			For Internals::* testing
4957lib/less.pm			For "use less"
4958lib/less.t			See if less support works
4959lib/locale.pm			For "use locale"
4960lib/locale.t			See if locale support works
4961lib/locale_threads.t		Tes locale and threads interactions
4962lib/meta_notation.pm		Helper for certain /lib .pm's
4963lib/meta_notation.t		See if meta_notation.t works
4964lib/Net/hostent.pm		By-name interface to Perl's builtin gethost*
4965lib/Net/hostent.t		See if Net::hostent works
4966lib/Net/netent.pm		By-name interface to Perl's builtin getnet*
4967lib/Net/netent.t		See if Net::netent works
4968lib/Net/protoent.pm		By-name interface to Perl's builtin getproto*
4969lib/Net/protoent.t		See if Net::protoent works
4970lib/Net/servent.pm		By-name interface to Perl's builtin getserv*
4971lib/Net/servent.t		See if Net::servtent works
4972lib/open.pm			Pragma to specify default I/O layers
4973lib/open.t			See if the open pragma works
4974lib/overload.pm			Module for overloading perl operators
4975lib/overload.t			See if operator overloading works
4976lib/overload/numbers.pm		Helper for overloading pragma
4977lib/overload64.t		See if operator overloading works with 64-bit ints
4978lib/overloading.pm		Pragma to lexically control overloading
4979lib/overloading.t		Tests for overloading.pm
4980lib/perl5db.pl			Perl debugging routines
4981lib/perl5db.t			Tests for the Perl debugger
4982lib/perl5db/t/break-on-dot	Test script used by perl5db.t
4983lib/perl5db/t/breakpoint-bug	Test script used by perl5db.t
4984lib/perl5db/t/disable-breakpoints-1	Test script used by perl5db.t
4985lib/perl5db/t/disable-breakpoints-2	Test script used by perl5db.t
4986lib/perl5db/t/disable-breakpoints-3	Test script used by perl5db.t
4987lib/perl5db/t/EnableModule.pm	Tests for the Perl debugger
4988lib/perl5db/t/eval-line-bug	Tests for the Perl debugger
4989lib/perl5db/t/fact		Tests for the Perl debugger
4990lib/perl5db/t/filename-line-breakpoint		Tests for the Perl debugger
4991lib/perl5db/t/gh-17660		Tests for the Perl debugger
4992lib/perl5db/t/gh-17661		Tests for the Perl debugger
4993lib/perl5db/t/gh-17661b		Tests for the Perl debugger
4994lib/perl5db/t/load-modules	Tests for the Perl debugger
4995lib/perl5db/t/lsub-n		Test script used by perl5db.t
4996lib/perl5db/t/lvalue-bug	Tests for the Perl debugger
4997lib/perl5db/t/MyModule.pm	Tests for the Perl debugger
4998lib/perl5db/t/proxy-constants	Tests for the Perl debugger
4999lib/perl5db/t/rt-104168		Tests for the Perl debugger
5000lib/perl5db/t/rt-120174		Tests for the Perl debugger
5001lib/perl5db/t/rt-121509-restart-after-chdir		Tests for the Perl debugger
5002lib/perl5db/t/rt-124203		Test threads in the Perl debugger
5003lib/perl5db/t/rt-124203b	Test threads in the Perl debugger
5004lib/perl5db/t/rt-61222		Tests for the Perl debugger
5005lib/perl5db/t/rt-66110		Tests for the Perl debugger
5006lib/perl5db/t/source-cmd-test.perldb		Tests for the Perl debugger
5007lib/perl5db/t/source-cmd-test-no-q.perldb		Tests for the Perl debugger
5008lib/perl5db/t/symbol-table-bug	Tests for the Perl debugger
5009lib/perl5db/t/taint		Tests for the Perl debugger
5010lib/perl5db/t/test-a-statement-1	Tests for the Perl debugger
5011lib/perl5db/t/test-a-statement-2	Tests for the Perl debugger
5012lib/perl5db/t/test-a-statement-3	Tests for the Perl debugger
5013lib/perl5db/t/test-dieLevel-option-1	Tests for the Perl debugger
5014lib/perl5db/t/test-frame-option-1	Tests for the Perl debugger
5015lib/perl5db/t/test-l-statement-1	Tests for the Perl debugger
5016lib/perl5db/t/test-l-statement-2	Tests for the Perl debugger
5017lib/perl5db/t/test-m-statement-1	Tests for the Perl debugger
5018lib/perl5db/t/test-passing-at-underscore-to-x-etc	Tests for the Perl debugger
5019lib/perl5db/t/test-PrintRet-option-1	Tests for the Perl debugger
5020lib/perl5db/t/test-r-statement	Tests for the Perl debugger
5021lib/perl5db/t/test-w-statement-1	Tests for the Perl debugger
5022lib/perl5db/t/test-warnLevel-option-1	Tests for the Perl debugger
5023lib/perl5db/t/uncalled-subroutine	Tests for the Perl debugger
5024lib/perl5db/t/with-subroutine		Tests for the Perl debugger
5025lib/perlbug.t			Tests for the Perl bug reporter
5026lib/PerlIO.pm			PerlIO support module
5027lib/Pod/t/Usage.t		See if Pod::Usage works
5028lib/SelectSaver.pm		Enforce proper select scoping
5029lib/SelectSaver.t		See if SelectSaver works
5030lib/sigtrap.pm			For trapping an abort and giving traceback
5031lib/sigtrap.t			See if sigtrap works
5032lib/sort.pm			For "use sort"
5033lib/sort.t			See if "use sort" works
5034lib/strict.pm			For "use strict"
5035lib/strict.t			See if strictures work
5036lib/subs.pm			Declare overriding subs
5037lib/subs.t			See if subroutine pseudo-importation works
5038lib/Symbol.pm			Symbol table manipulation routines
5039lib/Symbol.t			See if Symbol works
5040lib/Thread.pm			Thread extensions frontend
5041lib/Thread.t			Thread extensions frontend tests
5042lib/Tie/Array.pm		Base class for tied arrays
5043lib/Tie/Array/push.t		Test for Tie::Array
5044lib/Tie/Array/splice.t		Test for Tie::Array::SPLICE
5045lib/Tie/Array/std.t		Test for Tie::StdArray
5046lib/Tie/Array/stdpush.t		Test for Tie::StdArray
5047lib/Tie/ExtraHash.t		Test for Tie::ExtraHash (in Tie/Hash.pm)
5048lib/Tie/Handle.pm		Base class for tied handles
5049lib/Tie/Handle/stdhandle.t	Test for Tie::StdHandle
5050lib/Tie/Handle/stdhandle_from_handle.t	Test for Tie::StdHandle/Handle backwards compat
5051lib/Tie/Hash.pm			Base class for tied hashes
5052lib/Tie/Hash.t			See if Tie::Hash works
5053lib/Tie/Scalar.pm		Base class for tied scalars
5054lib/Tie/Scalar.t		See if Tie::Scalar works
5055lib/Tie/StdHandle.pm		Tie::StdHandle
5056lib/Tie/SubstrHash.pm		Compact hash for known key, value and table size
5057lib/Tie/SubstrHash.t		Test for Tie::SubstrHash
5058lib/Time/gmtime.pm		By-name interface to Perl's builtin gmtime
5059lib/Time/gmtime.t		Test for Time::gmtime
5060lib/Time/localtime.pm		By-name interface to Perl's builtin localtime
5061lib/Time/localtime.t		Test for Time::localtime
5062lib/Time/tm.pm			Internal object for Time::{gm,local}time
5063lib/Unicode/README		Explanation what happened to lib/unicode.
5064lib/Unicode/UCD.pm		Unicode character database
5065lib/Unicode/UCD.t		See if Unicode character database works
5066lib/unicore/ArabicShaping.txt			Unicode character database
5067lib/unicore/auxiliary/GCBTest.txt			Unicode character database
5068lib/unicore/auxiliary/GraphemeBreakProperty.txt			Unicode character database
5069lib/unicore/auxiliary/LBTest.txt			Unicode character database
5070lib/unicore/auxiliary/SBTest.txt			Unicode character database
5071lib/unicore/auxiliary/SentenceBreakProperty.txt			Unicode character database
5072lib/unicore/auxiliary/WBTest.txt			Unicode character database
5073lib/unicore/auxiliary/WordBreakProperty.txt			Unicode character database
5074lib/unicore/BidiBrackets.txt			Unicode character database
5075lib/unicore/BidiMirroring.txt			Unicode character database
5076lib/unicore/Blocks.txt				Unicode character database
5077lib/unicore/CaseFolding.txt			Unicode character database
5078lib/unicore/CJKRadicals.txt			Unicode character database
5079lib/unicore/CombiningClass.pl			Unicode character database
5080lib/unicore/CompositionExclusions.txt			Unicode character database
5081lib/unicore/DAge.txt				Unicode character database
5082lib/unicore/DCoreProperties.txt			Unicode character database
5083lib/unicore/Decomposition.pl			Unicode character database
5084lib/unicore/DNormalizationProps.txt			Unicode character database
5085lib/unicore/EastAsianWidth.txt			Unicode character database
5086lib/unicore/emoji/emoji.txt			Unicode character database
5087lib/unicore/EmojiSources.txt			Unicode character database
5088lib/unicore/EquivalentUnifiedIdeograph.txt			Unicode character database
5089lib/unicore/extracted/DBidiClass.txt			Unicode character database
5090lib/unicore/extracted/DBinaryProperties.txt			Unicode character database
5091lib/unicore/extracted/DCombiningClass.txt			Unicode character database
5092lib/unicore/extracted/DDecompositionType.txt			Unicode character database
5093lib/unicore/extracted/DEastAsianWidth.txt			Unicode character database
5094lib/unicore/extracted/DGeneralCategory.txt			Unicode character database
5095lib/unicore/extracted/DJoinGroup.txt			Unicode character database
5096lib/unicore/extracted/DJoinType.txt			Unicode character database
5097lib/unicore/extracted/DLineBreak.txt			Unicode character database
5098lib/unicore/extracted/DNumType.txt			Unicode character database
5099lib/unicore/extracted/DNumValues.txt			Unicode character database
5100lib/unicore/HangulSyllableType.txt			Unicode character database
5101lib/unicore/IdStatus.txt			Unicode UTS 39 database
5102lib/unicore/IdType.txt				Unicode UTS 39 database
5103lib/unicore/Index.txt				Unicode character database
5104lib/unicore/IndicPositionalCategory.txt			Unicode character database
5105lib/unicore/IndicSyllabicCategory.txt			Unicode character database
5106lib/unicore/Jamo.txt				Unicode character database
5107lib/unicore/lib/Age/NA.pl			Unicode character database
5108lib/unicore/lib/Age/V100.pl			Unicode character database
5109lib/unicore/lib/Age/V11.pl			Unicode character database
5110lib/unicore/lib/Age/V110.pl			Unicode character database
5111lib/unicore/lib/Age/V120.pl			Unicode character database
5112lib/unicore/lib/Age/V130.pl			Unicode character database
5113lib/unicore/lib/Age/V140.pl			Unicode character database
5114lib/unicore/lib/Age/V20.pl			Unicode character database
5115lib/unicore/lib/Age/V30.pl			Unicode character database
5116lib/unicore/lib/Age/V31.pl			Unicode character database
5117lib/unicore/lib/Age/V32.pl			Unicode character database
5118lib/unicore/lib/Age/V40.pl			Unicode character database
5119lib/unicore/lib/Age/V41.pl			Unicode character database
5120lib/unicore/lib/Age/V50.pl			Unicode character database
5121lib/unicore/lib/Age/V51.pl			Unicode character database
5122lib/unicore/lib/Age/V52.pl			Unicode character database
5123lib/unicore/lib/Age/V60.pl			Unicode character database
5124lib/unicore/lib/Age/V61.pl			Unicode character database
5125lib/unicore/lib/Age/V70.pl			Unicode character database
5126lib/unicore/lib/Age/V80.pl			Unicode character database
5127lib/unicore/lib/Age/V90.pl			Unicode character database
5128lib/unicore/lib/Alpha/Y.pl			Unicode character database
5129lib/unicore/lib/Bc/AL.pl			Unicode character database
5130lib/unicore/lib/Bc/AN.pl			Unicode character database
5131lib/unicore/lib/Bc/B.pl			Unicode character database
5132lib/unicore/lib/Bc/BN.pl			Unicode character database
5133lib/unicore/lib/Bc/CS.pl			Unicode character database
5134lib/unicore/lib/Bc/EN.pl			Unicode character database
5135lib/unicore/lib/Bc/ES.pl			Unicode character database
5136lib/unicore/lib/Bc/ET.pl			Unicode character database
5137lib/unicore/lib/Bc/L.pl			Unicode character database
5138lib/unicore/lib/Bc/NSM.pl			Unicode character database
5139lib/unicore/lib/Bc/ON.pl			Unicode character database
5140lib/unicore/lib/Bc/R.pl			Unicode character database
5141lib/unicore/lib/Bc/WS.pl			Unicode character database
5142lib/unicore/lib/BidiC/Y.pl			Unicode character database
5143lib/unicore/lib/BidiM/Y.pl			Unicode character database
5144lib/unicore/lib/Blk/NB.pl			Unicode character database
5145lib/unicore/lib/Bpt/C.pl			Unicode character database
5146lib/unicore/lib/Bpt/N.pl			Unicode character database
5147lib/unicore/lib/Bpt/O.pl			Unicode character database
5148lib/unicore/lib/Cased/Y.pl			Unicode character database
5149lib/unicore/lib/Ccc/A.pl			Unicode character database
5150lib/unicore/lib/Ccc/AL.pl			Unicode character database
5151lib/unicore/lib/Ccc/AR.pl			Unicode character database
5152lib/unicore/lib/Ccc/ATAR.pl			Unicode character database
5153lib/unicore/lib/Ccc/B.pl			Unicode character database
5154lib/unicore/lib/Ccc/BR.pl			Unicode character database
5155lib/unicore/lib/Ccc/DB.pl			Unicode character database
5156lib/unicore/lib/Ccc/NK.pl			Unicode character database
5157lib/unicore/lib/Ccc/NR.pl			Unicode character database
5158lib/unicore/lib/Ccc/OV.pl			Unicode character database
5159lib/unicore/lib/Ccc/VR.pl			Unicode character database
5160lib/unicore/lib/CE/Y.pl			Unicode character database
5161lib/unicore/lib/CI/Y.pl			Unicode character database
5162lib/unicore/lib/CompEx/Y.pl			Unicode character database
5163lib/unicore/lib/CWCF/Y.pl			Unicode character database
5164lib/unicore/lib/CWCM/Y.pl			Unicode character database
5165lib/unicore/lib/CWKCF/Y.pl			Unicode character database
5166lib/unicore/lib/CWL/Y.pl			Unicode character database
5167lib/unicore/lib/CWT/Y.pl			Unicode character database
5168lib/unicore/lib/CWU/Y.pl			Unicode character database
5169lib/unicore/lib/Dash/Y.pl			Unicode character database
5170lib/unicore/lib/Dep/Y.pl			Unicode character database
5171lib/unicore/lib/DI/Y.pl			Unicode character database
5172lib/unicore/lib/Dia/Y.pl			Unicode character database
5173lib/unicore/lib/Dt/Com.pl			Unicode character database
5174lib/unicore/lib/Dt/Enc.pl			Unicode character database
5175lib/unicore/lib/Dt/Fin.pl			Unicode character database
5176lib/unicore/lib/Dt/Font.pl			Unicode character database
5177lib/unicore/lib/Dt/Init.pl			Unicode character database
5178lib/unicore/lib/Dt/Iso.pl			Unicode character database
5179lib/unicore/lib/Dt/Med.pl			Unicode character database
5180lib/unicore/lib/Dt/Nar.pl			Unicode character database
5181lib/unicore/lib/Dt/Nb.pl			Unicode character database
5182lib/unicore/lib/Dt/NonCanon.pl			Unicode character database
5183lib/unicore/lib/Dt/Sqr.pl			Unicode character database
5184lib/unicore/lib/Dt/Sub.pl			Unicode character database
5185lib/unicore/lib/Dt/Sup.pl			Unicode character database
5186lib/unicore/lib/Dt/Vert.pl			Unicode character database
5187lib/unicore/lib/Ea/A.pl			Unicode character database
5188lib/unicore/lib/Ea/H.pl			Unicode character database
5189lib/unicore/lib/Ea/N.pl			Unicode character database
5190lib/unicore/lib/Ea/Na.pl			Unicode character database
5191lib/unicore/lib/Ea/W.pl			Unicode character database
5192lib/unicore/lib/EBase/Y.pl			Unicode character database
5193lib/unicore/lib/EComp/Y.pl			Unicode character database
5194lib/unicore/lib/Emoji/Y.pl			Unicode character database
5195lib/unicore/lib/EPres/Y.pl			Unicode character database
5196lib/unicore/lib/Ext/Y.pl			Unicode character database
5197lib/unicore/lib/ExtPict/Y.pl			Unicode character database
5198lib/unicore/lib/Gc/C.pl			Unicode character database
5199lib/unicore/lib/Gc/Cf.pl			Unicode character database
5200lib/unicore/lib/Gc/Cn.pl			Unicode character database
5201lib/unicore/lib/Gc/L.pl			Unicode character database
5202lib/unicore/lib/Gc/LC.pl			Unicode character database
5203lib/unicore/lib/Gc/Ll.pl			Unicode character database
5204lib/unicore/lib/Gc/Lm.pl			Unicode character database
5205lib/unicore/lib/Gc/Lo.pl			Unicode character database
5206lib/unicore/lib/Gc/Lu.pl			Unicode character database
5207lib/unicore/lib/Gc/M.pl			Unicode character database
5208lib/unicore/lib/Gc/Mc.pl			Unicode character database
5209lib/unicore/lib/Gc/Me.pl			Unicode character database
5210lib/unicore/lib/Gc/Mn.pl			Unicode character database
5211lib/unicore/lib/Gc/N.pl			Unicode character database
5212lib/unicore/lib/Gc/Nd.pl			Unicode character database
5213lib/unicore/lib/Gc/Nl.pl			Unicode character database
5214lib/unicore/lib/Gc/No.pl			Unicode character database
5215lib/unicore/lib/Gc/P.pl			Unicode character database
5216lib/unicore/lib/Gc/Pc.pl			Unicode character database
5217lib/unicore/lib/Gc/Pd.pl			Unicode character database
5218lib/unicore/lib/Gc/Pe.pl			Unicode character database
5219lib/unicore/lib/Gc/Pf.pl			Unicode character database
5220lib/unicore/lib/Gc/Pi.pl			Unicode character database
5221lib/unicore/lib/Gc/Po.pl			Unicode character database
5222lib/unicore/lib/Gc/Ps.pl			Unicode character database
5223lib/unicore/lib/Gc/S.pl			Unicode character database
5224lib/unicore/lib/Gc/Sc.pl			Unicode character database
5225lib/unicore/lib/Gc/Sk.pl			Unicode character database
5226lib/unicore/lib/Gc/Sm.pl			Unicode character database
5227lib/unicore/lib/Gc/So.pl			Unicode character database
5228lib/unicore/lib/Gc/Z.pl			Unicode character database
5229lib/unicore/lib/Gc/Zs.pl			Unicode character database
5230lib/unicore/lib/GCB/CN.pl			Unicode character database
5231lib/unicore/lib/GCB/EX.pl			Unicode character database
5232lib/unicore/lib/GCB/LV.pl			Unicode character database
5233lib/unicore/lib/GCB/LVT.pl			Unicode character database
5234lib/unicore/lib/GCB/PP.pl			Unicode character database
5235lib/unicore/lib/GCB/SM.pl			Unicode character database
5236lib/unicore/lib/GCB/XX.pl			Unicode character database
5237lib/unicore/lib/GrBase/Y.pl			Unicode character database
5238lib/unicore/lib/GrExt/Y.pl			Unicode character database
5239lib/unicore/lib/Hex/Y.pl			Unicode character database
5240lib/unicore/lib/Hst/NA.pl			Unicode character database
5241lib/unicore/lib/Hyphen/T.pl			Unicode character database
5242lib/unicore/lib/IDC/Y.pl			Unicode character database
5243lib/unicore/lib/Ideo/Y.pl			Unicode character database
5244lib/unicore/lib/IDS/Y.pl			Unicode character database
5245lib/unicore/lib/IdStatus/Allowed.pl			Unicode character database
5246lib/unicore/lib/IdStatus/Restrict.pl			Unicode character database
5247lib/unicore/lib/IdType/DefaultI.pl			Unicode character database
5248lib/unicore/lib/IdType/Exclusio.pl			Unicode character database
5249lib/unicore/lib/IdType/Inclusio.pl			Unicode character database
5250lib/unicore/lib/IdType/LimitedU.pl			Unicode character database
5251lib/unicore/lib/IdType/NotChara.pl			Unicode character database
5252lib/unicore/lib/IdType/NotNFKC.pl			Unicode character database
5253lib/unicore/lib/IdType/NotXID.pl			Unicode character database
5254lib/unicore/lib/IdType/Obsolete.pl			Unicode character database
5255lib/unicore/lib/IdType/Recommen.pl			Unicode character database
5256lib/unicore/lib/IdType/Technica.pl			Unicode character database
5257lib/unicore/lib/IdType/Uncommon.pl			Unicode character database
5258lib/unicore/lib/In/10_0.pl			Unicode character database
5259lib/unicore/lib/In/11_0.pl			Unicode character database
5260lib/unicore/lib/In/12_0.pl			Unicode character database
5261lib/unicore/lib/In/12_1.pl			Unicode character database
5262lib/unicore/lib/In/13_0.pl			Unicode character database
5263lib/unicore/lib/In/14_0.pl			Unicode character database
5264lib/unicore/lib/In/2_0.pl			Unicode character database
5265lib/unicore/lib/In/2_1.pl			Unicode character database
5266lib/unicore/lib/In/3_0.pl			Unicode character database
5267lib/unicore/lib/In/3_1.pl			Unicode character database
5268lib/unicore/lib/In/3_2.pl			Unicode character database
5269lib/unicore/lib/In/4_0.pl			Unicode character database
5270lib/unicore/lib/In/4_1.pl			Unicode character database
5271lib/unicore/lib/In/5_0.pl			Unicode character database
5272lib/unicore/lib/In/5_1.pl			Unicode character database
5273lib/unicore/lib/In/5_2.pl			Unicode character database
5274lib/unicore/lib/In/6_0.pl			Unicode character database
5275lib/unicore/lib/In/6_1.pl			Unicode character database
5276lib/unicore/lib/In/6_2.pl			Unicode character database
5277lib/unicore/lib/In/6_3.pl			Unicode character database
5278lib/unicore/lib/In/7_0.pl			Unicode character database
5279lib/unicore/lib/In/8_0.pl			Unicode character database
5280lib/unicore/lib/In/9_0.pl			Unicode character database
5281lib/unicore/lib/InPC/Bottom.pl			Unicode character database
5282lib/unicore/lib/InPC/BottomAn.pl			Unicode character database
5283lib/unicore/lib/InPC/Left.pl			Unicode character database
5284lib/unicore/lib/InPC/LeftAndR.pl			Unicode character database
5285lib/unicore/lib/InPC/NA.pl			Unicode character database
5286lib/unicore/lib/InPC/Overstru.pl			Unicode character database
5287lib/unicore/lib/InPC/Right.pl			Unicode character database
5288lib/unicore/lib/InPC/Top.pl			Unicode character database
5289lib/unicore/lib/InPC/TopAndBo.pl			Unicode character database
5290lib/unicore/lib/InPC/TopAndL2.pl			Unicode character database
5291lib/unicore/lib/InPC/TopAndLe.pl			Unicode character database
5292lib/unicore/lib/InPC/TopAndRi.pl			Unicode character database
5293lib/unicore/lib/InPC/VisualOr.pl			Unicode character database
5294lib/unicore/lib/InSC/Avagraha.pl			Unicode character database
5295lib/unicore/lib/InSC/Bindu.pl			Unicode character database
5296lib/unicore/lib/InSC/Cantilla.pl			Unicode character database
5297lib/unicore/lib/InSC/Consona2.pl			Unicode character database
5298lib/unicore/lib/InSC/Consona3.pl			Unicode character database
5299lib/unicore/lib/InSC/Consona4.pl			Unicode character database
5300lib/unicore/lib/InSC/Consona5.pl			Unicode character database
5301lib/unicore/lib/InSC/Consona6.pl			Unicode character database
5302lib/unicore/lib/InSC/Consona7.pl			Unicode character database
5303lib/unicore/lib/InSC/Consona8.pl			Unicode character database
5304lib/unicore/lib/InSC/Consonan.pl			Unicode character database
5305lib/unicore/lib/InSC/Invisibl.pl			Unicode character database
5306lib/unicore/lib/InSC/Nukta.pl			Unicode character database
5307lib/unicore/lib/InSC/Number.pl			Unicode character database
5308lib/unicore/lib/InSC/Other.pl			Unicode character database
5309lib/unicore/lib/InSC/PureKill.pl			Unicode character database
5310lib/unicore/lib/InSC/Syllable.pl			Unicode character database
5311lib/unicore/lib/InSC/ToneMark.pl			Unicode character database
5312lib/unicore/lib/InSC/Virama.pl			Unicode character database
5313lib/unicore/lib/InSC/Visarga.pl			Unicode character database
5314lib/unicore/lib/InSC/Vowel.pl			Unicode character database
5315lib/unicore/lib/InSC/VowelDep.pl			Unicode character database
5316lib/unicore/lib/InSC/VowelInd.pl			Unicode character database
5317lib/unicore/lib/Jg/Ain.pl			Unicode character database
5318lib/unicore/lib/Jg/Alef.pl			Unicode character database
5319lib/unicore/lib/Jg/Beh.pl			Unicode character database
5320lib/unicore/lib/Jg/Dal.pl			Unicode character database
5321lib/unicore/lib/Jg/FarsiYeh.pl			Unicode character database
5322lib/unicore/lib/Jg/Feh.pl			Unicode character database
5323lib/unicore/lib/Jg/Gaf.pl			Unicode character database
5324lib/unicore/lib/Jg/Hah.pl			Unicode character database
5325lib/unicore/lib/Jg/HanifiRo.pl			Unicode character database
5326lib/unicore/lib/Jg/Kaf.pl			Unicode character database
5327lib/unicore/lib/Jg/Lam.pl			Unicode character database
5328lib/unicore/lib/Jg/NoJoinin.pl			Unicode character database
5329lib/unicore/lib/Jg/Noon.pl			Unicode character database
5330lib/unicore/lib/Jg/Qaf.pl			Unicode character database
5331lib/unicore/lib/Jg/Reh.pl			Unicode character database
5332lib/unicore/lib/Jg/Sad.pl			Unicode character database
5333lib/unicore/lib/Jg/Seen.pl			Unicode character database
5334lib/unicore/lib/Jg/Tah.pl			Unicode character database
5335lib/unicore/lib/Jg/Waw.pl			Unicode character database
5336lib/unicore/lib/Jg/Yeh.pl			Unicode character database
5337lib/unicore/lib/Jt/C.pl			Unicode character database
5338lib/unicore/lib/Jt/D.pl			Unicode character database
5339lib/unicore/lib/Jt/L.pl			Unicode character database
5340lib/unicore/lib/Jt/R.pl			Unicode character database
5341lib/unicore/lib/Jt/T.pl			Unicode character database
5342lib/unicore/lib/Jt/U.pl			Unicode character database
5343lib/unicore/lib/Lb/AI.pl			Unicode character database
5344lib/unicore/lib/Lb/AL.pl			Unicode character database
5345lib/unicore/lib/Lb/BA.pl			Unicode character database
5346lib/unicore/lib/Lb/BB.pl			Unicode character database
5347lib/unicore/lib/Lb/CJ.pl			Unicode character database
5348lib/unicore/lib/Lb/CL.pl			Unicode character database
5349lib/unicore/lib/Lb/CM.pl			Unicode character database
5350lib/unicore/lib/Lb/EX.pl			Unicode character database
5351lib/unicore/lib/Lb/GL.pl			Unicode character database
5352lib/unicore/lib/Lb/ID.pl			Unicode character database
5353lib/unicore/lib/Lb/IN.pl			Unicode character database
5354lib/unicore/lib/Lb/IS.pl			Unicode character database
5355lib/unicore/lib/Lb/NS.pl			Unicode character database
5356lib/unicore/lib/Lb/NU.pl			Unicode character database
5357lib/unicore/lib/Lb/OP.pl			Unicode character database
5358lib/unicore/lib/Lb/PO.pl			Unicode character database
5359lib/unicore/lib/Lb/PR.pl			Unicode character database
5360lib/unicore/lib/Lb/QU.pl			Unicode character database
5361lib/unicore/lib/Lb/SA.pl			Unicode character database
5362lib/unicore/lib/Lb/XX.pl			Unicode character database
5363lib/unicore/lib/Lower/Y.pl			Unicode character database
5364lib/unicore/lib/Math/Y.pl			Unicode character database
5365lib/unicore/lib/NFCQC/M.pl			Unicode character database
5366lib/unicore/lib/NFCQC/Y.pl			Unicode character database
5367lib/unicore/lib/NFDQC/N.pl			Unicode character database
5368lib/unicore/lib/NFDQC/Y.pl			Unicode character database
5369lib/unicore/lib/NFKCQC/N.pl			Unicode character database
5370lib/unicore/lib/NFKCQC/Y.pl			Unicode character database
5371lib/unicore/lib/NFKDQC/N.pl			Unicode character database
5372lib/unicore/lib/NFKDQC/Y.pl			Unicode character database
5373lib/unicore/lib/Nt/Di.pl			Unicode character database
5374lib/unicore/lib/Nt/None.pl			Unicode character database
5375lib/unicore/lib/Nt/Nu.pl			Unicode character database
5376lib/unicore/lib/Nv/0.pl			Unicode character database
5377lib/unicore/lib/Nv/1.pl			Unicode character database
5378lib/unicore/lib/Nv/10.pl			Unicode character database
5379lib/unicore/lib/Nv/100.pl			Unicode character database
5380lib/unicore/lib/Nv/1000.pl			Unicode character database
5381lib/unicore/lib/Nv/10000.pl			Unicode character database
5382lib/unicore/lib/Nv/100000.pl			Unicode character database
5383lib/unicore/lib/Nv/11.pl			Unicode character database
5384lib/unicore/lib/Nv/12.pl			Unicode character database
5385lib/unicore/lib/Nv/13.pl			Unicode character database
5386lib/unicore/lib/Nv/14.pl			Unicode character database
5387lib/unicore/lib/Nv/15.pl			Unicode character database
5388lib/unicore/lib/Nv/16.pl			Unicode character database
5389lib/unicore/lib/Nv/17.pl			Unicode character database
5390lib/unicore/lib/Nv/18.pl			Unicode character database
5391lib/unicore/lib/Nv/19.pl			Unicode character database
5392lib/unicore/lib/Nv/1_16.pl			Unicode character database
5393lib/unicore/lib/Nv/1_2.pl			Unicode character database
5394lib/unicore/lib/Nv/1_3.pl			Unicode character database
5395lib/unicore/lib/Nv/1_4.pl			Unicode character database
5396lib/unicore/lib/Nv/1_6.pl			Unicode character database
5397lib/unicore/lib/Nv/1_8.pl			Unicode character database
5398lib/unicore/lib/Nv/2.pl			Unicode character database
5399lib/unicore/lib/Nv/20.pl			Unicode character database
5400lib/unicore/lib/Nv/200.pl			Unicode character database
5401lib/unicore/lib/Nv/2000.pl			Unicode character database
5402lib/unicore/lib/Nv/20000.pl			Unicode character database
5403lib/unicore/lib/Nv/2_3.pl			Unicode character database
5404lib/unicore/lib/Nv/3.pl			Unicode character database
5405lib/unicore/lib/Nv/30.pl			Unicode character database
5406lib/unicore/lib/Nv/300.pl			Unicode character database
5407lib/unicore/lib/Nv/3000.pl			Unicode character database
5408lib/unicore/lib/Nv/30000.pl			Unicode character database
5409lib/unicore/lib/Nv/3_16.pl			Unicode character database
5410lib/unicore/lib/Nv/3_4.pl			Unicode character database
5411lib/unicore/lib/Nv/4.pl			Unicode character database
5412lib/unicore/lib/Nv/40.pl			Unicode character database
5413lib/unicore/lib/Nv/400.pl			Unicode character database
5414lib/unicore/lib/Nv/4000.pl			Unicode character database
5415lib/unicore/lib/Nv/40000.pl			Unicode character database
5416lib/unicore/lib/Nv/5.pl			Unicode character database
5417lib/unicore/lib/Nv/50.pl			Unicode character database
5418lib/unicore/lib/Nv/500.pl			Unicode character database
5419lib/unicore/lib/Nv/5000.pl			Unicode character database
5420lib/unicore/lib/Nv/50000.pl			Unicode character database
5421lib/unicore/lib/Nv/6.pl			Unicode character database
5422lib/unicore/lib/Nv/60.pl			Unicode character database
5423lib/unicore/lib/Nv/600.pl			Unicode character database
5424lib/unicore/lib/Nv/6000.pl			Unicode character database
5425lib/unicore/lib/Nv/60000.pl			Unicode character database
5426lib/unicore/lib/Nv/7.pl			Unicode character database
5427lib/unicore/lib/Nv/70.pl			Unicode character database
5428lib/unicore/lib/Nv/700.pl			Unicode character database
5429lib/unicore/lib/Nv/7000.pl			Unicode character database
5430lib/unicore/lib/Nv/70000.pl			Unicode character database
5431lib/unicore/lib/Nv/8.pl			Unicode character database
5432lib/unicore/lib/Nv/80.pl			Unicode character database
5433lib/unicore/lib/Nv/800.pl			Unicode character database
5434lib/unicore/lib/Nv/8000.pl			Unicode character database
5435lib/unicore/lib/Nv/80000.pl			Unicode character database
5436lib/unicore/lib/Nv/9.pl			Unicode character database
5437lib/unicore/lib/Nv/90.pl			Unicode character database
5438lib/unicore/lib/Nv/900.pl			Unicode character database
5439lib/unicore/lib/Nv/9000.pl			Unicode character database
5440lib/unicore/lib/Nv/90000.pl			Unicode character database
5441lib/unicore/lib/PatSyn/Y.pl			Unicode character database
5442lib/unicore/lib/PCM/Y.pl			Unicode character database
5443lib/unicore/lib/Perl/_PerlAny.pl			Unicode character database
5444lib/unicore/lib/Perl/_PerlCh2.pl			Unicode character database
5445lib/unicore/lib/Perl/_PerlCha.pl			Unicode character database
5446lib/unicore/lib/Perl/_PerlFol.pl			Unicode character database
5447lib/unicore/lib/Perl/_PerlIDC.pl			Unicode character database
5448lib/unicore/lib/Perl/_PerlIDS.pl			Unicode character database
5449lib/unicore/lib/Perl/_PerlIsI.pl			Unicode character database
5450lib/unicore/lib/Perl/_PerlNch.pl			Unicode character database
5451lib/unicore/lib/Perl/_PerlPat.pl			Unicode character database
5452lib/unicore/lib/Perl/_PerlPr2.pl			Unicode character database
5453lib/unicore/lib/Perl/_PerlPro.pl			Unicode character database
5454lib/unicore/lib/Perl/_PerlQuo.pl			Unicode character database
5455lib/unicore/lib/Perl/Alnum.pl			Unicode character database
5456lib/unicore/lib/Perl/Assigned.pl			Unicode character database
5457lib/unicore/lib/Perl/Blank.pl			Unicode character database
5458lib/unicore/lib/Perl/Graph.pl			Unicode character database
5459lib/unicore/lib/Perl/PerlWord.pl			Unicode character database
5460lib/unicore/lib/Perl/PosixPun.pl			Unicode character database
5461lib/unicore/lib/Perl/Print.pl			Unicode character database
5462lib/unicore/lib/Perl/SpacePer.pl			Unicode character database
5463lib/unicore/lib/Perl/Title.pl			Unicode character database
5464lib/unicore/lib/Perl/Word.pl			Unicode character database
5465lib/unicore/lib/Perl/XPosixPu.pl			Unicode character database
5466lib/unicore/lib/QMark/Y.pl			Unicode character database
5467lib/unicore/lib/SB/AT.pl			Unicode character database
5468lib/unicore/lib/SB/CL.pl			Unicode character database
5469lib/unicore/lib/SB/EX.pl			Unicode character database
5470lib/unicore/lib/SB/FO.pl			Unicode character database
5471lib/unicore/lib/SB/LE.pl			Unicode character database
5472lib/unicore/lib/SB/LO.pl			Unicode character database
5473lib/unicore/lib/SB/NU.pl			Unicode character database
5474lib/unicore/lib/SB/SC.pl			Unicode character database
5475lib/unicore/lib/SB/Sp.pl			Unicode character database
5476lib/unicore/lib/SB/ST.pl			Unicode character database
5477lib/unicore/lib/SB/UP.pl			Unicode character database
5478lib/unicore/lib/SB/XX.pl			Unicode character database
5479lib/unicore/lib/Sc/Arab.pl			Unicode character database
5480lib/unicore/lib/Sc/Beng.pl			Unicode character database
5481lib/unicore/lib/Sc/Cprt.pl			Unicode character database
5482lib/unicore/lib/Sc/Cyrl.pl			Unicode character database
5483lib/unicore/lib/Sc/Deva.pl			Unicode character database
5484lib/unicore/lib/Sc/Dupl.pl			Unicode character database
5485lib/unicore/lib/Sc/Geor.pl			Unicode character database
5486lib/unicore/lib/Sc/Glag.pl			Unicode character database
5487lib/unicore/lib/Sc/Gong.pl			Unicode character database
5488lib/unicore/lib/Sc/Gonm.pl			Unicode character database
5489lib/unicore/lib/Sc/Gran.pl			Unicode character database
5490lib/unicore/lib/Sc/Grek.pl			Unicode character database
5491lib/unicore/lib/Sc/Gujr.pl			Unicode character database
5492lib/unicore/lib/Sc/Guru.pl			Unicode character database
5493lib/unicore/lib/Sc/Han.pl			Unicode character database
5494lib/unicore/lib/Sc/Hang.pl			Unicode character database
5495lib/unicore/lib/Sc/Hira.pl			Unicode character database
5496lib/unicore/lib/Sc/Kana.pl			Unicode character database
5497lib/unicore/lib/Sc/Knda.pl			Unicode character database
5498lib/unicore/lib/Sc/Latn.pl			Unicode character database
5499lib/unicore/lib/Sc/Limb.pl			Unicode character database
5500lib/unicore/lib/Sc/Linb.pl			Unicode character database
5501lib/unicore/lib/Sc/Mlym.pl			Unicode character database
5502lib/unicore/lib/Sc/Mong.pl			Unicode character database
5503lib/unicore/lib/Sc/Mult.pl			Unicode character database
5504lib/unicore/lib/Sc/Orya.pl			Unicode character database
5505lib/unicore/lib/Sc/Sinh.pl			Unicode character database
5506lib/unicore/lib/Sc/Syrc.pl			Unicode character database
5507lib/unicore/lib/Sc/Taml.pl			Unicode character database
5508lib/unicore/lib/Sc/Telu.pl			Unicode character database
5509lib/unicore/lib/Sc/Zinh.pl			Unicode character database
5510lib/unicore/lib/Sc/Zyyy.pl			Unicode character database
5511lib/unicore/lib/Scx/Adlm.pl			Unicode character database
5512lib/unicore/lib/Scx/Arab.pl			Unicode character database
5513lib/unicore/lib/Scx/Armn.pl			Unicode character database
5514lib/unicore/lib/Scx/Beng.pl			Unicode character database
5515lib/unicore/lib/Scx/Bhks.pl			Unicode character database
5516lib/unicore/lib/Scx/Bopo.pl			Unicode character database
5517lib/unicore/lib/Scx/Cakm.pl			Unicode character database
5518lib/unicore/lib/Scx/Cham.pl			Unicode character database
5519lib/unicore/lib/Scx/Copt.pl			Unicode character database
5520lib/unicore/lib/Scx/Cprt.pl			Unicode character database
5521lib/unicore/lib/Scx/Cyrl.pl			Unicode character database
5522lib/unicore/lib/Scx/Deva.pl			Unicode character database
5523lib/unicore/lib/Scx/Diak.pl			Unicode character database
5524lib/unicore/lib/Scx/Dupl.pl			Unicode character database
5525lib/unicore/lib/Scx/Ethi.pl			Unicode character database
5526lib/unicore/lib/Scx/Geor.pl			Unicode character database
5527lib/unicore/lib/Scx/Glag.pl			Unicode character database
5528lib/unicore/lib/Scx/Gong.pl			Unicode character database
5529lib/unicore/lib/Scx/Gonm.pl			Unicode character database
5530lib/unicore/lib/Scx/Gran.pl			Unicode character database
5531lib/unicore/lib/Scx/Grek.pl			Unicode character database
5532lib/unicore/lib/Scx/Gujr.pl			Unicode character database
5533lib/unicore/lib/Scx/Guru.pl			Unicode character database
5534lib/unicore/lib/Scx/Han.pl			Unicode character database
5535lib/unicore/lib/Scx/Hang.pl			Unicode character database
5536lib/unicore/lib/Scx/Hebr.pl			Unicode character database
5537lib/unicore/lib/Scx/Hira.pl			Unicode character database
5538lib/unicore/lib/Scx/Hmng.pl			Unicode character database
5539lib/unicore/lib/Scx/Hmnp.pl			Unicode character database
5540lib/unicore/lib/Scx/Kana.pl			Unicode character database
5541lib/unicore/lib/Scx/Khar.pl			Unicode character database
5542lib/unicore/lib/Scx/Khmr.pl			Unicode character database
5543lib/unicore/lib/Scx/Khoj.pl			Unicode character database
5544lib/unicore/lib/Scx/Knda.pl			Unicode character database
5545lib/unicore/lib/Scx/Kthi.pl			Unicode character database
5546lib/unicore/lib/Scx/Lana.pl			Unicode character database
5547lib/unicore/lib/Scx/Lao.pl			Unicode character database
5548lib/unicore/lib/Scx/Latn.pl			Unicode character database
5549lib/unicore/lib/Scx/Limb.pl			Unicode character database
5550lib/unicore/lib/Scx/Lina.pl			Unicode character database
5551lib/unicore/lib/Scx/Linb.pl			Unicode character database
5552lib/unicore/lib/Scx/Mlym.pl			Unicode character database
5553lib/unicore/lib/Scx/Mong.pl			Unicode character database
5554lib/unicore/lib/Scx/Mult.pl			Unicode character database
5555lib/unicore/lib/Scx/Mymr.pl			Unicode character database
5556lib/unicore/lib/Scx/Nand.pl			Unicode character database
5557lib/unicore/lib/Scx/Nko.pl			Unicode character database
5558lib/unicore/lib/Scx/Orya.pl			Unicode character database
5559lib/unicore/lib/Scx/Phlp.pl			Unicode character database
5560lib/unicore/lib/Scx/Rohg.pl			Unicode character database
5561lib/unicore/lib/Scx/Shrd.pl			Unicode character database
5562lib/unicore/lib/Scx/Sind.pl			Unicode character database
5563lib/unicore/lib/Scx/Sinh.pl			Unicode character database
5564lib/unicore/lib/Scx/Syrc.pl			Unicode character database
5565lib/unicore/lib/Scx/Tagb.pl			Unicode character database
5566lib/unicore/lib/Scx/Takr.pl			Unicode character database
5567lib/unicore/lib/Scx/Talu.pl			Unicode character database
5568lib/unicore/lib/Scx/Taml.pl			Unicode character database
5569lib/unicore/lib/Scx/Tang.pl			Unicode character database
5570lib/unicore/lib/Scx/Telu.pl			Unicode character database
5571lib/unicore/lib/Scx/Thaa.pl			Unicode character database
5572lib/unicore/lib/Scx/Tibt.pl			Unicode character database
5573lib/unicore/lib/Scx/Tirh.pl			Unicode character database
5574lib/unicore/lib/Scx/Vith.pl			Unicode character database
5575lib/unicore/lib/Scx/Xsux.pl			Unicode character database
5576lib/unicore/lib/Scx/Yezi.pl			Unicode character database
5577lib/unicore/lib/Scx/Yi.pl			Unicode character database
5578lib/unicore/lib/Scx/Zinh.pl			Unicode character database
5579lib/unicore/lib/Scx/Zyyy.pl			Unicode character database
5580lib/unicore/lib/Scx/Zzzz.pl			Unicode character database
5581lib/unicore/lib/SD/Y.pl			Unicode character database
5582lib/unicore/lib/STerm/Y.pl			Unicode character database
5583lib/unicore/lib/Term/Y.pl			Unicode character database
5584lib/unicore/lib/UIdeo/Y.pl			Unicode character database
5585lib/unicore/lib/Upper/Y.pl			Unicode character database
5586lib/unicore/lib/Vo/R.pl			Unicode character database
5587lib/unicore/lib/Vo/Tr.pl			Unicode character database
5588lib/unicore/lib/Vo/Tu.pl			Unicode character database
5589lib/unicore/lib/Vo/U.pl			Unicode character database
5590lib/unicore/lib/VS/Y.pl			Unicode character database
5591lib/unicore/lib/WB/EX.pl			Unicode character database
5592lib/unicore/lib/WB/Extend.pl			Unicode character database
5593lib/unicore/lib/WB/FO.pl			Unicode character database
5594lib/unicore/lib/WB/HL.pl			Unicode character database
5595lib/unicore/lib/WB/KA.pl			Unicode character database
5596lib/unicore/lib/WB/LE.pl			Unicode character database
5597lib/unicore/lib/WB/MB.pl			Unicode character database
5598lib/unicore/lib/WB/ML.pl			Unicode character database
5599lib/unicore/lib/WB/MN.pl			Unicode character database
5600lib/unicore/lib/WB/NU.pl			Unicode character database
5601lib/unicore/lib/WB/WSegSpac.pl			Unicode character database
5602lib/unicore/lib/WB/XX.pl			Unicode character database
5603lib/unicore/lib/XIDC/Y.pl			Unicode character database
5604lib/unicore/lib/XIDS/Y.pl			Unicode character database
5605lib/unicore/LineBreak.txt			Unicode character database
5606lib/unicore/Makefile				Unicode character database
5607lib/unicore/mktables				Unicode character database generator
5608lib/unicore/mktables.lst			Unicode character database
5609lib/unicore/Name.pl			Unicode character database
5610lib/unicore/Name.pm			Unicode character database
5611lib/unicore/NameAliases.txt			Unicode character database
5612lib/unicore/NamedSequences.txt			Unicode character database
5613lib/unicore/NamedSqProv.txt			Unicode character database
5614lib/unicore/NamesList.txt			Unicode character database
5615lib/unicore/NormalizationCorrections.txt			Unicode character database
5616lib/unicore/PropertyAliases.txt			Unicode character database
5617lib/unicore/PropList.txt			Unicode character database
5618lib/unicore/PropValueAliases.txt			Unicode character database
5619lib/unicore/README.perl				Unicode character database
5620lib/unicore/ReadMe.txt				Unicode character database info
5621lib/unicore/ScriptExtensions.txt			Unicode character database
5622lib/unicore/Scripts.txt				Unicode character database
5623lib/unicore/SpecialCasing.txt			Unicode character database
5624lib/unicore/StandardizedVariants.txt			Unicode character database
5625lib/unicore/TestProp.pl			Unicode character database
5626lib/unicore/To/_PerlLB.pl			Unicode character database
5627lib/unicore/To/_PerlSCX.pl			Unicode character database
5628lib/unicore/To/Age.pl			Unicode character database
5629lib/unicore/To/Bc.pl			Unicode character database
5630lib/unicore/To/Bmg.pl			Unicode character database
5631lib/unicore/To/Bpb.pl			Unicode character database
5632lib/unicore/To/Bpt.pl			Unicode character database
5633lib/unicore/To/Cf.pl			Unicode character database
5634lib/unicore/To/Ea.pl			Unicode character database
5635lib/unicore/To/EqUIdeo.pl			Unicode character database
5636lib/unicore/To/Gc.pl			Unicode character database
5637lib/unicore/To/GCB.pl			Unicode character database
5638lib/unicore/To/Hst.pl			Unicode character database
5639lib/unicore/To/Identif2.pl			Unicode character database
5640lib/unicore/To/Identifi.pl			Unicode character database
5641lib/unicore/To/InPC.pl			Unicode character database
5642lib/unicore/To/InSC.pl			Unicode character database
5643lib/unicore/To/Isc.pl			Unicode character database
5644lib/unicore/To/Jg.pl			Unicode character database
5645lib/unicore/To/Jt.pl			Unicode character database
5646lib/unicore/To/Lb.pl			Unicode character database
5647lib/unicore/To/Lc.pl			Unicode character database
5648lib/unicore/To/Na1.pl			Unicode character database
5649lib/unicore/To/NameAlia.pl			Unicode character database
5650lib/unicore/To/NFCQC.pl			Unicode character database
5651lib/unicore/To/NFDQC.pl			Unicode character database
5652lib/unicore/To/NFKCCF.pl			Unicode character database
5653lib/unicore/To/NFKCQC.pl			Unicode character database
5654lib/unicore/To/NFKDQC.pl			Unicode character database
5655lib/unicore/To/Nt.pl			Unicode character database
5656lib/unicore/To/Nv.pl			Unicode character database
5657lib/unicore/To/PerlDeci.pl			Unicode character database
5658lib/unicore/To/SB.pl			Unicode character database
5659lib/unicore/To/Sc.pl			Unicode character database
5660lib/unicore/To/Scx.pl			Unicode character database
5661lib/unicore/To/Tc.pl			Unicode character database
5662lib/unicore/To/Uc.pl			Unicode character database
5663lib/unicore/To/Vo.pl			Unicode character database
5664lib/unicore/To/WB.pl			Unicode character database
5665lib/unicore/UCD.pl			Unicode character database
5666lib/unicore/uni_keywords.pl			Indices into array in charclass_invlists.h
5667lib/unicore/UnicodeData.txt			Unicode character database
5668lib/unicore/version				The version of the Unicode
5669lib/unicore/VerticalOrientation.txt			Unicode character database
5670lib/UNIVERSAL.pm		Base class for ALL classes
5671lib/User/grent.pm		By-name interface to Perl's builtin getgr*
5672lib/User/grent.t		See if User::grwent works
5673lib/User/pwent.pm		By-name interface to Perl's builtin getpw*
5674lib/User/pwent.t		See if User::pwent works
5675lib/utf8.pm			Pragma to control Unicode support
5676lib/utf8.t			See if utf8 operations work
5677lib/vars.pm			Declare pseudo-imported global variables
5678lib/vars.t			See if "use vars" works
5679lib/vars_carp.t			See if "use vars" doesn't load Carp.pm per default
5680lib/vmsish.pm			Control VMS-specific behavior of Perl core
5681lib/vmsish.t			Tests for vmsish.pm
5682lib/warnings.pm			For "use warnings"
5683lib/warnings.t			See if warning controls work
5684lib/warnings/register.pm	For "use warnings::register"
5685locale.c			locale-specific utility functions
5686make_ext.pl			Used by Makefile to execute extension Makefiles
5687make_patchnum.pl		Script to generate git_version.h and lib/Config_git.pl files for all OS'es
5688makedef.pl			Create symbol export lists for linking
5689makedepend.SH			Precursor to makedepend
5690makedepend_file.SH			Precursor to makedepend_file
5691Makefile.micro			microperl Makefile
5692Makefile.SH			A script that generates Makefile
5693malloc.c			A version of malloc you might not want
5694malloc_ctl.h			A version of malloc you might not want
5695MANIFEST			This list of files
5696mathoms.c			A home for binary-compatible code artifacts
5697META.json			Distribution meta-data in JSON
5698META.yml			Distribution meta-data in YAML
5699metaconfig.h			Control file for the metaconfig process
5700metaconfig.SH			Control file for the metaconfig process
5701mg.c				Magic code
5702mg.h				Magic header
5703mg_names.inc			Generated magic names used by dump.c
5704mg_raw.h			Generated magic data used by generate_uudmap.c
5705mg_vtable.h			Generated magic vtable data
5706miniperlmain.c			Basic perl w/o dynamic loading or extensions
5707mkppport			A script that distributes ppport.h
5708mkppport.lst			List of extensions that need a ppport.h
5709mro_core.c				Method Resolution Order code
5710myconfig.SH			Prints summary of the current configuration
5711mydtrace.h			Support for optional DTrace probes
5712nostdio.h			Cause compile error on stdio calls
5713numeric.c			Miscellaneous numeric conversion routines
5714op.c				Opcode syntax tree code
5715op.h				Opcode syntax tree header
5716op_reg_common.h			Common parts of op.h, regexp.h header
5717opcode.h			Automatically generated opcode header
5718opnames.h			Automatically generated opcode header
5719os2/Changes			Changelog for OS/2 port
5720os2/diff.configure		Patches to Configure
5721os2/dl_os2.c			Addon for dl_open
5722os2/dlfcn.h			Addon for dl_open
5723os2/Makefile.SHs		Shared library generation for OS/2
5724os2/os2.c			Additional code for OS/2
5725os2/os2.sym			Additional symbols to export
5726os2/OS2/OS2-ExtAttr/Changes	EA access module
5727os2/OS2/OS2-ExtAttr/ExtAttr.pm	EA access module
5728os2/OS2/OS2-ExtAttr/ExtAttr.xs	EA access module
5729os2/OS2/OS2-ExtAttr/Makefile.PL	EA access module
5730os2/OS2/OS2-ExtAttr/MANIFEST	EA access module
5731os2/OS2/OS2-ExtAttr/myea.h	EA access module
5732os2/OS2/OS2-ExtAttr/t/os2_ea.t	EA access module
5733os2/OS2/OS2-ExtAttr/typemap	EA access module
5734os2/OS2/OS2-PrfDB/Changes	System database access module
5735os2/OS2/OS2-PrfDB/Makefile.PL	System database access module
5736os2/OS2/OS2-PrfDB/MANIFEST	System database access module
5737os2/OS2/OS2-PrfDB/PrfDB.pm	System database access module
5738os2/OS2/OS2-PrfDB/PrfDB.xs	System database access module
5739os2/OS2/OS2-PrfDB/t/os2_prfdb.t	System database access module
5740os2/OS2/OS2-Process/Makefile.PL	system() constants in a module
5741os2/OS2/OS2-Process/MANIFEST	system() constants in a module
5742os2/OS2/OS2-Process/Process.pm	system() constants in a module
5743os2/OS2/OS2-Process/Process.xs	system() constants in a module
5744os2/OS2/OS2-Process/t/os2_atoms.t	Test for OS2::Process
5745os2/OS2/OS2-Process/t/os2_clipboard.t	Test for OS2::Process
5746os2/OS2/OS2-Process/t/os2_process.t	Tests
5747os2/OS2/OS2-Process/t/os2_process_kid.t	Tests
5748os2/OS2/OS2-Process/t/os2_process_text.t	Tests
5749os2/OS2/OS2-REXX/Changes		DLL access module
5750os2/OS2/OS2-REXX/DLL/Changes	DLL access module
5751os2/OS2/OS2-REXX/DLL/DLL.pm	DLL access module
5752os2/OS2/OS2-REXX/DLL/DLL.xs	DLL access module
5753os2/OS2/OS2-REXX/DLL/Makefile.PL	DLL access module
5754os2/OS2/OS2-REXX/DLL/MANIFEST	DLL access module
5755os2/OS2/OS2-REXX/Makefile.PL	DLL access module
5756os2/OS2/OS2-REXX/MANIFEST	DLL access module
5757os2/OS2/OS2-REXX/REXX.pm	DLL access module
5758os2/OS2/OS2-REXX/REXX.xs	DLL access module
5759os2/OS2/OS2-REXX/t/rx_cmprt.t	DLL access module
5760os2/OS2/OS2-REXX/t/rx_dllld.t	DLL access module
5761os2/OS2/OS2-REXX/t/rx_emxrv.t	DLL access module
5762os2/OS2/OS2-REXX/t/rx_objcall.t	DLL access module
5763os2/OS2/OS2-REXX/t/rx_sql.test	DLL access module
5764os2/OS2/OS2-REXX/t/rx_tiesql.test	DLL access module
5765os2/OS2/OS2-REXX/t/rx_tievar.t	DLL access module
5766os2/OS2/OS2-REXX/t/rx_tieydb.t	DLL access module
5767os2/OS2/OS2-REXX/t/rx_varset.t	DLL access module
5768os2/OS2/OS2-REXX/t/rx_vrexx.t	DLL access module
5769os2/OS2/typemap			Common typemap for OS/2 types
5770os2/os2_base.t			Additional tests for builtin methods
5771os2/os2_pipe.t			Tests for pipe creation logic
5772os2/os2add.sym			Overriding symbols to export
5773os2/os2ish.h			Header for OS/2
5774os2/os2thread.h			pthread-like typedefs
5775os2/perl2cmd.pl			Corrects installed binaries under OS/2
5776os2/perlrexx.c			Support perl interpreter embedded in REXX
5777os2/perlrexx.cmd		Test perl interpreter embedded in REXX
5778overload.h			generated overload enum (public)
5779overload.inc			generated overload name table (implementation)
5780PACKAGING			notes and best practice for packaging perl 5
5781packsizetables.inc		The generated packprops array used in pp_pack.c
5782pad.c				Scratchpad functions
5783pad.h				Scratchpad headers
5784parser.h			parser object header
5785patchlevel.h			The current patch level of perl
5786perl.c				main()
5787perl.h				Global declarations
5788perl_inc_macro.h		macro used to set \@INC using S_incpush_use_sep
5789perl_langinfo.h			Perl's version of <langinfo.h>
5790perl_siphash.h			Implementation of SipHash
5791perlapi.h			Empty backwards-compat include
5792perldtrace.d			D script for Perl probes
5793perlio.c			C code for PerlIO abstraction
5794perlio.h			PerlIO abstraction
5795perlio.sym			Symbols for PerlIO abstraction
5796perliol.h			PerlIO Layer definition
5797perlsdio.h			Fake stdio using perlio
5798perlvars.h			Global variables
5799perly.act			parser actions; derived from perly.y
5800perly.c				parser code (NOT derived from perly.y)
5801perly.h				header file for perly.c; derived from perly.y
5802perly.tab			parser state tables; derived from perly.y
5803perly.y				Yacc grammar for perl
5804plan9/9front.patch		Plan9 port: patch for 9front-specific flavor of Plan 9
5805plan9/aperl			Plan9 port: shell to make Perl error messages Acme-friendly
5806plan9/arpa/inet.h		Plan9 port: replacement C header file
5807plan9/buildinfo			Plan9 port: configuration information
5808plan9/config.plan9		Plan9 port: config.h template
5809plan9/config_h.sample		Plan9 port: 5.32.0 sample config.h
5810plan9/config_sh.sample		Plan9 port: 5.32.0 sample config.sh
5811plan9/exclude			Plan9 port: tests to skip
5812plan9/fndvers			Plan9 port: update Perl version in config.plan9
5813plan9/genconfig.pl		Plan9 port: generate config.sh
5814plan9/math.h			Plan9 port: Plan9-specific math.h
5815plan9/mkfile			Plan9 port: Mk driver for build
5816plan9/myconfig.plan9		Plan9 port: script to print config summary
5817plan9/plan9.c			Plan9 port: Plan9-specific C routines
5818plan9/plan9ish.h		Plan9 port: Plan9-specific C header file
5819plan9/setup.rc			Plan9 port: script for easy build+install
5820plan9/uninstall.rc		Plan9 port: uninstall script
5821plan9/versnum			Plan9 port: script to print version number
5822pod/buildtoc			Generate pod/perltoc.pod and pod/roffitall
5823pod/Makefile.SH			generate Makefile which makes pods into something else
5824pod/perl.pod			Perl overview (this section)
5825pod/perl5004delta.pod		Perl changes in version 5.004
5826pod/perl5005delta.pod		Perl changes in version 5.005
5827pod/perl5100delta.pod		Perl changes in version 5.10.0
5828pod/perl5101delta.pod		Perl changes in version 5.10.1
5829pod/perl5120delta.pod		Perl changes in version 5.12.0
5830pod/perl5121delta.pod		Perl changes in version 5.12.1
5831pod/perl5122delta.pod		Perl changes in version 5.12.2
5832pod/perl5123delta.pod		Perl changes in version 5.12.3
5833pod/perl5124delta.pod		Perl changes in version 5.12.4
5834pod/perl5125delta.pod		Perl changes in version 5.12.5
5835pod/perl5140delta.pod		Perl changes in version 5.14.0
5836pod/perl5141delta.pod		Perl changes in version 5.14.1
5837pod/perl5142delta.pod		Perl changes in version 5.14.2
5838pod/perl5143delta.pod		Perl changes in version 5.14.3
5839pod/perl5144delta.pod		Perl changes in version 5.14.4
5840pod/perl5160delta.pod		Perl changes in version 5.16.0
5841pod/perl5161delta.pod		Perl changes in version 5.16.1
5842pod/perl5162delta.pod		Perl changes in version 5.16.2
5843pod/perl5163delta.pod		Perl changes in version 5.16.3
5844pod/perl5180delta.pod		Perl changes in version 5.18.0
5845pod/perl5181delta.pod		Perl changes in version 5.18.1
5846pod/perl5182delta.pod		Perl changes in version 5.18.2
5847pod/perl5184delta.pod		Perl changes in version 5.18.4
5848pod/perl5200delta.pod		Perl changes in version 5.20.0
5849pod/perl5201delta.pod		Perl changes in version 5.20.1
5850pod/perl5202delta.pod		Perl changes in version 5.20.2
5851pod/perl5203delta.pod		Perl changes in version 5.20.3
5852pod/perl5220delta.pod		Perl changes in version 5.22.0
5853pod/perl5221delta.pod		Perl changes in version 5.22.1
5854pod/perl5222delta.pod		Perl changes in version 5.22.2
5855pod/perl5223delta.pod		Perl changes in version 5.22.3
5856pod/perl5224delta.pod		Perl changes in version 5.22.4
5857pod/perl5240delta.pod		Perl changes in version 5.24.0
5858pod/perl5241delta.pod		Perl changes in version 5.24.1
5859pod/perl5242delta.pod		Perl changes in version 5.24.2
5860pod/perl5243delta.pod		Perl changes in version 5.24.3
5861pod/perl5244delta.pod		Perl changes in version 5.24.4
5862pod/perl5260delta.pod		Perl changes in version 5.26.0
5863pod/perl5261delta.pod		Perl changes in version 5.26.1
5864pod/perl5262delta.pod		Perl changes in version 5.26.2
5865pod/perl5263delta.pod		Perl changes in version 5.26.3
5866pod/perl5280delta.pod		Perl changes in version 5.28.0
5867pod/perl5281delta.pod		Perl changes in version 5.28.1
5868pod/perl5282delta.pod		Perl changes in version 5.28.2
5869pod/perl5283delta.pod		Perl changes in version 5.28.3
5870pod/perl5300delta.pod		Perl changes in version 5.30.0
5871pod/perl5301delta.pod		Perl changes in version 5.30.1
5872pod/perl5302delta.pod		Perl changes in version 5.30.2
5873pod/perl5303delta.pod		Perl changes in version 5.30.3
5874pod/perl5320delta.pod		Perl changes in version 5.32.0
5875pod/perl5321delta.pod		Perl changes in version 5.32.1
5876pod/perl5340delta.pod		Perl changes in version 5.34.0
5877pod/perl5341delta.pod		Perl changes in version 5.34.1
5878pod/perl5342delta.pod		Perl changes in version 5.34.2
5879pod/perl5343delta.pod		Perl changes in version 5.34.3
5880pod/perl5360delta.pod		Perl changes in version 5.36.0
5881pod/perl5361delta.pod		Perl changes in version 5.36.1
5882pod/perl5362delta.pod		Perl changes in version 5.36.2
5883pod/perl561delta.pod		Perl changes in version 5.6.1
5884pod/perl56delta.pod		Perl changes in version 5.6
5885pod/perl581delta.pod		Perl changes in version 5.8.1
5886pod/perl582delta.pod		Perl changes in version 5.8.2
5887pod/perl583delta.pod		Perl changes in version 5.8.3
5888pod/perl584delta.pod		Perl changes in version 5.8.4
5889pod/perl585delta.pod		Perl changes in version 5.8.5
5890pod/perl586delta.pod		Perl changes in version 5.8.6
5891pod/perl587delta.pod		Perl changes in version 5.8.7
5892pod/perl588delta.pod		Perl changes in version 5.8.8
5893pod/perl589delta.pod		Perl changes in version 5.8.9
5894pod/perl58delta.pod		Perl changes in version 5.8.0
5895pod/perlapio.pod		Perl internal IO abstraction interface
5896pod/perlartistic.pod		Perl Artistic License
5897pod/perlbook.pod		Perl book information
5898pod/perlboot.pod
5899pod/perlbot.pod
5900pod/perlcall.pod		Perl calling conventions from C
5901pod/perlcheat.pod		Perl cheat sheet
5902pod/perlclib.pod		Internal replacements for standard C library functions
5903pod/perlcommunity.pod		Perl community information
5904pod/perldata.pod		Perl data structures
5905pod/perldbmfilter.pod		Perl DBM filters
5906pod/perldebguts.pod		Perl debugging guts and tips
5907pod/perldebtut.pod		Perl debugging tutorial
5908pod/perldebug.pod		Perl debugging
5909pod/perldelta.pod		Perl changes since previous version
5910pod/perldeprecation.pod		Perl deprecations
5911pod/perldiag.pod		Perl diagnostic messages
5912pod/perldocstyle.pod		Perl style guide for core docs
5913pod/perldsc.pod			Perl data structures intro
5914pod/perldtrace.pod		Perl's support for DTrace
5915pod/perlebcdic.pod		Considerations for running Perl on EBCDIC platforms
5916pod/perlembed.pod		Perl ways to embed perl in your C or C++ application
5917pod/perlexperiment.pod		A listing of experimental features in Perl
5918pod/perlfilter.pod		Perl source filters
5919pod/perlfork.pod		Perl fork() information
5920pod/perlform.pod		Perl formats
5921pod/perlfunc.pod		Perl built-in functions
5922pod/perlgit.pod			Using git with the Perl repository
5923pod/perlgov.pod			Perl Rules of Governance
5924pod/perlgpl.pod			GNU General Public License
5925pod/perlguts.pod		Perl internal functions for those doing extensions
5926pod/perlhack.pod		Perl hackers guide
5927pod/perlhacktips.pod		Tips for Perl core C code hacking
5928pod/perlhacktut.pod		Walk through the creation of a simple C code patch
5929pod/perlhist.pod		Perl history records
5930pod/perlinterp.pod		Overview of the Perl interpreter source and how it works
5931pod/perlintro.pod		Perl introduction for beginners
5932pod/perliol.pod			C API for Perl's implementation of IO in Layers
5933pod/perlipc.pod			Perl interprocess communication
5934pod/perllexwarn.pod		Perl warnings and their control
5935pod/perllocale.pod		Perl locale support
5936pod/perllol.pod			Perl data structures: arrays of arrays
5937pod/perlmod.pod			Perl modules: how they work
5938pod/perlmodinstall.pod		Perl modules: how to install from CPAN
5939pod/perlmodlib.PL		Generate pod/perlmodlib.pod
5940pod/perlmodstyle.pod		Perl modules: how to write modules with style
5941pod/perlmroapi.pod		Perl method resolution plugin interface
5942pod/perlnewmod.pod		Perl modules: preparing a new module for distribution
5943pod/perlnumber.pod		Perl number semantics
5944pod/perlobj.pod			Perl objects
5945pod/perlootut.pod		Perl OO tutorial for beginners
5946pod/perlop.pod			Perl operators and precedence
5947pod/perlopentut.pod		Perl open() tutorial
5948pod/perlpacktut.pod		Perl pack() and unpack() tutorial
5949pod/perlperf.pod		Perl Performance and Optimization Techniques
5950pod/perlpod.pod			Perl plain old documentation
5951pod/perlpodspec.pod		Perl plain old documentation format specification
5952pod/perlpodstyle.pod		Perl POD style guide
5953pod/perlpolicy.pod		Perl development policies
5954pod/perlport.pod		Perl portability guide
5955pod/perlpragma.pod		Perl modules: writing a user pragma
5956pod/perlre.pod			Perl regular expressions, the rest of the story
5957pod/perlreapi.pod		Perl regular expression plugin interface
5958pod/perlrebackslash.pod		Perl regular expression backslash sequences
5959pod/perlrecharclass.pod		Perl regular expression character classes
5960pod/perlref.pod			Perl references, the rest of the story
5961pod/perlreftut.pod		Perl references short introduction
5962pod/perlreguts.pod		Perl regular expression engine internals
5963pod/perlrepository.pod
5964pod/perlrequick.pod		Perl regular expressions quick start
5965pod/perlreref.pod		Perl regular expressions quick reference
5966pod/perlretut.pod		Perl regular expressions tutorial
5967pod/perlrun.pod			Perl execution and options
5968pod/perlsec.pod			Perl security
5969pod/perlsecpolicy.pod		Perl security report handling policy
5970pod/perlsource.pod		Guide to the Perl source tree
5971pod/perlstyle.pod		Perl style guide
5972pod/perlsub.pod			Perl subroutines
5973pod/perlsyn.pod			Perl syntax
5974pod/perlthrtut.pod		Perl threads tutorial
5975pod/perltie.pod			Perl objects hidden behind simple variables
5976pod/perltodo.pod
5977pod/perltooc.pod
5978pod/perltoot.pod
5979pod/perltrap.pod		Perl traps for the unwary
5980pod/perlunicode.pod		Perl Unicode support
5981pod/perlunicook.pod		Perl Unicode cookbook
5982pod/perlunifaq.pod		Perl Unicode FAQ
5983pod/perluniintro.pod		Perl Unicode introduction
5984pod/perluniprops.pod		Index of Unicode properties in Perl
5985pod/perlunitut.pod		Perl Unicode tutorial
5986pod/perlutil.pod		utilities packaged with the Perl distribution
5987pod/perlvar.pod			Perl predefined variables
5988pod/perlvms.pod			Perl notes for VMS
5989pod/rofftoc			Generate a table of contents in troff format
5990pod/splitman			Splits perlfunc into multiple man pages
5991pod/splitpod			Splits perlfunc into multiple pod pages
5992Policy_sh.SH			Hold site-wide preferences between Configure runs.
5993Porting/acknowledgements.pl	Generate perldelta acknowledgements text
5994Porting/add-package.pl		Add/Update CPAN modules that are part of Core
5995Porting/add-pod-file		Utility to add new pod/*.pod file to core distribution
5996Porting/bench.pl		Run benchmarks against t/perf/benchmarks
5997Porting/bisect.pl		A tool to make bisecting easy
5998Porting/bisect-example.sh	Example script to use with git bisect run
5999Porting/bisect-runner.pl	Tool to be called by git bisect run
6000Porting/bump-perl-version	bump the perl version in relevant files
6001Porting/check-cpan-pollution	Check for commits that may wrongly touch CPAN distros
6002Porting/checkansi.pl		Check source code for ANSI-C violations
6003Porting/checkAUTHORS.pl		Check that the AUTHORS file is complete
6004Porting/checkcfguse.pl		Check that config symbols are being used
6005Porting/checkcfgvar.pl		Check that config scripts define all symbols
6006Porting/checkpodencoding.pl	Check POD encoding
6007Porting/checkURL.pl		Check whether we have working URLs
6008Porting/checkVERSION.pl		Check whether we have $VERSIONs
6009Porting/cmpVERSION.pl		Compare whether two trees have changed modules
6010Porting/config.sh		Sample config.sh
6011Porting/config_H		Sample config.h
6012Porting/config_h.pl		Reorder config_h.SH after metaconfig
6013Porting/core-cpan-diff		Compare core distros with their CPAN equivalents
6014Porting/core-team.json		Membership of the Perl Core Team
6015Porting/corecpan.pl		Reports outdated dual-lived modules
6016Porting/corelist.pl		Generates data for Module::CoreList
6017Porting/corelist-diff		Tool to produce corelist diffs
6018Porting/corelist-perldelta.pl	Generates data perldelta from Module::CoreList
6019Porting/deparse-skips.txt	List of test files to ignore/skip for deparse tests.
6020Porting/docs-team-charter.pod	Perl Documentation Team charter
6021Porting/epigraphs.pod		the release epigraphs used over the years
6022Porting/exec-bit.txt		List of files that get +x in release tarball
6023Porting/exercise_makedef.pl	Brute force testing for makedef.pl
6024Porting/expand-macro.pl		A tool to expand C macro definitions in the Perl source
6025Porting/findrfuncs		Find reentrant variants of functions used in an executable
6026Porting/git-deltatool		Mark commits for perldelta in git notes
6027Porting/git-find-p4-change	Find the change for a p4 change number
6028Porting/git-make-p4-refs	Output git refs for each p4 change number, suitable for appending to .git/packed-refs
6029Porting/GitUtils.pm		Generate the contents of a .patch file
6030Porting/Glossary		Glossary of config.sh variables
6031Porting/harness-timer-report.pl	Analyze the timings from the test harness
6032Porting/how_to_write_a_perldelta.pod	Bluffer's guide to writing a perldelta.
6033Porting/leakfinder.pl		Hacky script for finding memory leaks
6034Porting/Maintainers		Program to pretty print info in Maintainers.pl
6035Porting/Maintainers.pl		Information about maintainers
6036Porting/Maintainers.pm		Library to pretty print info in Maintainers.pl
6037Porting/make-rmg-checklist	Generates a checklist 4 the release manager
6038Porting/make_dot_patch.pl	Make a .patch file from a git WD
6039Porting/make_snapshot.pl	Make a tgz snapshot of our tree with a .patch file in it
6040Porting/makemeta		Create the top-level META.yml
6041Porting/makerel			Release making utility
6042Porting/manicheck		Check against MANIFEST
6043Porting/manifest_lib.pl		Library for checking and sorting the MANIFEST
6044Porting/manisort		Sort the MANIFEST
6045Porting/mksample		Generate Porting/config_H and Porting/config.sh
6046Porting/new-perldelta.pl	Generate a new perldelta
6047Porting/newtests-perldelta.pl	Generate Perldelta stub for newly added tests
6048Porting/perldelta_template.pod	Template for creating new perldelta.pod files
6049Porting/perlgov-team-update			Tool to update perlgov from perl-core-teaml
6050Porting/perlhist_calculate.pl		Perform calculations to update perlhist
6051Porting/pod_lib.pl		Code for handling generated pods
6052Porting/pod_rules.pl		generate lists of pod files for Makefiles
6053Porting/podtidy			Reformat pod using Pod::Tidy
6054Porting/pumpkin.pod		Guidelines and hints for Perl maintainers
6055Porting/README.pod			Outline of contents of Porting directory
6056Porting/README.y2038		Perl notes for the 2038 fix
6057Porting/release_announcement_template.txt
6058Porting/release_managers_guide.pod	Release Manager's Guide
6059Porting/release_schedule.pod	Schedule for future releases
6060Porting/rt_list_patches		A tool to help you apply patches from RT
6061Porting/security_template.pod	Template for vulnerability announcements
6062Porting/sort_perldiag.pl	Keep our diagnostics orderly
6063Porting/sync-with-cpan		Sync with CPAN
6064Porting/timecheck.c		Test program for the 2038 fix
6065Porting/timecheck2.c		Test program for the 2038 fix
6066Porting/todo.pod		Perl things to do
6067Porting/updateAUTHORS.pl	Tool to automatically update AUTHORS and .mailmap from git log data
6068Porting/valgrindpp.pl		Summarize valgrind reports
6069Porting/vote_admin_guide.pod	Perlgov Vote Administrator guide
6070pp.c				Push/Pop code
6071pp.h				Push/Pop code defs
6072pp_ctl.c			Push/Pop code for control flow
6073pp_hot.c			Push/Pop code for heavily used opcodes
6074pp_pack.c			Push/Pop code for pack/unpack
6075pp_proto.h			C++ definitions for Push/Pop code
6076pp_sort.c			Push/Pop code for sort
6077pp_sys.c			Push/Pop code for system interaction
6078proto.h				Prototypes
6079qnx/ar				QNX implementation of "ar" utility
6080qnx/cpp				QNX implementation of preprocessor filter
6081qnx/qnx.c			QNX silent matherr callback
6082README				The Instructions
6083README.aix			Perl notes for AIX
6084README.amiga			Perl notes for AmigaOS
6085README.android			Perl notes for Android
6086README.bs2000			Perl notes for POSIX-BC BS2000
6087README.cn			Perl for Simplified Chinese (in UTF-8)
6088README.cygwin			Perl notes for Cygwin
6089README.freebsd			Perl notes for FreeBSD
6090README.haiku			Perl notes for Haiku
6091README.hpux			Perl notes for HP-UX
6092README.hurd			Perl notes for Hurd
6093README.irix			Perl notes for Irix
6094README.jp			Perl for Japanese (in EUC-JP)
6095README.ko			Perl for Korean (in EUC-KR)
6096README.linux			Perl notes for Linux
6097README.macosx			Perl notes for Mac OS X
6098README.micro			Notes about microperl
6099README.openbsd			Perl notes for OpenBSD
6100README.os2			Perl notes for OS/2
6101README.os390			Perl notes for OS/390
6102README.os400			Perl notes for OS/400
6103README.plan9			Perl notes for Plan 9
6104README.qnx			Perl notes for QNX
6105README.riscos			Perl notes for RISC OS
6106README.solaris			Perl notes for Solaris
6107README.synology			Perl notes for Synology
6108README.tru64			Perl notes for Tru64
6109README.tw			Perl for Traditional Chinese (in Big5)
6110README.vms			Notes about installing the VMS port
6111README.vos			Perl notes for Stratus VOS
6112README.win32			Perl notes for Windows
6113reentr.c			Reentrant interfaces
6114reentr.h			Reentrant interfaces
6115regcharclass.h			Generated by regen/regcharclass.pl
6116regcomp.c			Regular expression compiler
6117regcomp.h			Private declarations for above
6118regcomp.sym			Data for regnodes.h
6119regen.pl			Run all scripts that (re)generate files
6120regen/charset_translations.pl	Character set utilities
6121regen/ebcdic.pl			Generates ebcdic_tables.h
6122regen/embed.pl			Produces {embed,embedvar,proto}.h
6123regen/embed_lib.pl		Reads embed.fnc and regen/opcodes
6124regen/feature.pl		Generates feature.pm
6125regen/genpacksizetables.pl	Generate the size tables for pack/unpack
6126regen/keywords.pl		Program to write keywords.h
6127regen/lib_cleanup.pl		Generate lib/.gitignore from MANIFEST
6128regen/mg_vtable.pl		generate mg_vtable.h
6129regen/miniperlmain.pl		generate miniperlmain.c
6130regen/mk_invlists.pl		Generates charclass_invlists.h
6131regen/mk_PL_charclass.pl	Populate the PL_charclass table
6132regen/mph.pl			Generate perfect hashes
6133regen/op_private		Definitions of bits in an OP's op_private field
6134regen/opcode.pl			Opcode header generator
6135regen/opcodes			Opcode data
6136regen/overload.pl		generate overload.h
6137regen/reentr.pl			Reentrant interfaces
6138regen/regcharclass.pl		Generate regcharclass.h from inline data
6139regen/regcharclass_multi_char_folds.pl	Generate input for regcharclass.pl
6140regen/regcomp.pl		Builder of regnodes.h
6141regen/regen_lib.pl		Common file routines for generator scripts
6142regen/uconfig_h.pl		generate uconfig.h (requires /bin/sh)
6143regen/unicode_constants.pl	generate unicode_constants.h
6144regen/warnings.pl		Program to write warnings.h and lib/warnings.pm
6145regen_perly.pl			generate perly.{act,h,tab} from perly.y
6146regexec.c			Regular expression evaluator
6147regexp.h			Public declarations for the above
6148regnodes.h			Description of nodes of RE engine
6149run.c				The interpreter loop
6150runtests.SH			A script that generates runtests
6151sbox32_hash.h			SBox hash code (32 Bit SBOX based hash function)
6152scope.c				Scope entry and exit code
6153scope.h				Scope entry and exit header
6154SECURITY.md			Add Security Policy for GitHub
6155sv.c				Scalar value code
6156sv.h				Scalar value header
6157sv_inline.h			Perl_newSV_type and required defs
6158t/base/cond.t			See if conditionals work
6159t/base/if.t			See if if works
6160t/base/lex.t			See if lexical items work
6161t/base/num.t			See if numbers work
6162t/base/pat.t			See if pattern matching works
6163t/base/rs.t			See if record-read works
6164t/base/term.t			See if various terms work
6165t/base/translate.t		See if character set translation works
6166t/base/while.t			See if while work
6167t/benchmark/gh7094-speed-up-keys-on-empty-hash.t	Benchmark if keys on empty hashes is fast enough
6168t/bigmem/hash.t			Check hashing too large strings throws an exception
6169t/bigmem/index.t		Check that index() handles large offsets
6170t/bigmem/pos.t			Check that pos() handles large offsets
6171t/bigmem/read.t			Check read() handles large offsets
6172t/bigmem/regexp.t		Test regular expressions with large strings
6173t/bigmem/subst.t		Test s/// with large strings
6174t/bigmem/vec.t			Check vec() handles large offsets
6175t/charset_tools.pl		To aid in portable testing across platforms with different character sets
6176t/cmd/elsif.t			See if else-if works
6177t/cmd/for.t			See if for loops work
6178t/cmd/mod.t			See if statement modifiers work
6179t/cmd/subval.t			See if subroutine values work
6180t/cmd/switch.t			See if switch optimizations work
6181t/comp/bproto.t			See if builtins conform to their prototypes
6182t/comp/cmdopt.t			See if command optimization works
6183t/comp/colon.t			See if colons are parsed correctly
6184t/comp/decl.t			See if declarations work
6185t/comp/filter_exception.t	See if $@ survives source filters
6186t/comp/final_line_num.t		See if line numbers are correct at EOF
6187t/comp/fold.t			See if constant folding works
6188t/comp/form_scope.t		See if format scoping works
6189t/comp/hints.aux		Auxiliary file for %^H test
6190t/comp/hints.t			See if %^H works
6191t/comp/line_debug.t		See if @{"_<$file"} works
6192t/comp/line_debug_0.aux		Auxiliary file for @{"_<$file"} test
6193t/comp/multiline.t		See if multiline strings work
6194t/comp/opsubs.t			See if q() etc. are not parsed as functions
6195t/comp/our.t			Tests for our declaration
6196t/comp/package.t		See if packages work
6197t/comp/package_block.t		See if package block syntax works
6198t/comp/parser.t			See if the parser works in edge cases
6199t/comp/parser_run.t			See if parser works in additional edge case
6200t/comp/proto.t			See if function prototypes work
6201t/comp/redef.t			See if we get correct warnings on redefined subs
6202t/comp/require.t		See if require works
6203t/comp/retainedlines.t		See if the debugger can retain eval's lines
6204t/comp/term.t			See if more terms work
6205t/comp/uproto.t			See if the _ prototype works
6206t/comp/use.t			See if pragmata work
6207t/comp/utf.t			See if UTFs work
6208t/harness			Finer diagnostics from test suite
6209t/io/argv.t			See if ARGV stuff works
6210t/io/binmode.t			See if binmode() works
6211t/io/bom.t			See if scripts can start with a byte order mark
6212t/io/closepid.t			See if close works for subprocesses
6213t/io/crlf.t			See if :crlf works
6214t/io/crlf_through.t		See if pipe passes data intact with :crlf
6215t/io/data.t			See if DATA works
6216t/io/defout.t			See if PL_defoutgv works
6217t/io/dup.t			See if >& works right
6218t/io/eintr.t			See if code called during EINTR is safe
6219t/io/eintr_print.t		Test that print is not returning EINTR
6220t/io/errno.t			See if $! is correctly set
6221t/io/errnosig.t			Test case for restoration $! when leaving signal handlers
6222t/io/fflush.t			See if auto-flush on fork/exec/system/qx works
6223t/io/fs.t			See if directory manipulations work
6224t/io/getcwd.t			See if Internals::getcwd is sane
6225t/io/inplace.t			See if inplace editing works
6226t/io/iofile.t			See if we can load IO::File on demand
6227t/io/iprefix.t			See if inplace editing works with prefixes
6228t/io/layers.t			See if PerlIO layers work
6229t/io/msg.t			See if SysV message queues work
6230t/io/nargv.t			See if nested ARGV stuff works
6231t/io/open.t			See if open works
6232t/io/openpid.t			See if open works for subprocesses
6233t/io/paragraph_mode.t			See if paragraph mode works
6234t/io/perlio.t			See if PerlIO works
6235t/io/perlio_fail.t		See if bad layers fail
6236t/io/perlio_leaks.t		See if PerlIO layers are leaking
6237t/io/perlio_open.t		See if certain special forms of open work
6238t/io/pipe.t			See if secure pipes work
6239t/io/print.t			See if print commands work
6240t/io/pvbm.t			See if PVBMs break IO commands
6241t/io/read.t			See if read works
6242t/io/say.t			See if say works
6243t/io/sem.t			See if SysV semaphores work
6244t/io/semctl.t			See if SysV semaphore semctl works
6245t/io/shm.t			See if SysV shared memory works
6246t/io/socket.t			See if socket functions work
6247t/io/socketpair.t		See if socketpair function works
6248t/io/tell.t			See if file seeking works
6249t/io/through.t			See if pipe passes data intact
6250t/io/utf8.t			See if file seeking works
6251t/japh/abigail.t		Obscure tests
6252t/lib/CannotParse.pm		For test case in op/require_errors.t
6253t/lib/charnames/alias		Tests of "use charnames" with aliases.
6254t/lib/Cname.pm			Test charnames in regexes (op/pat.t)
6255t/lib/common.pl			Helper for lib/{warnings,feature}.t
6256t/lib/commonsense.t		See if configuration meets basic needs
6257t/lib/Count.pm			Helper for t/op/method.t
6258t/lib/croak.t			Test calls to Perl_croak() in the C source.
6259t/lib/croak/gv			Test croak calls from gv.c
6260t/lib/croak/mg			Test croak calls from mg.c
6261t/lib/croak/op			Test croak calls from op.c
6262t/lib/croak/pp			Test croak calls from pp.c
6263t/lib/croak/pp_ctl		Test croak calls from pp_ctl.c
6264t/lib/croak/pp_hot		Test croak calls from pp_hot.c
6265t/lib/croak/pp_sys		Test croak calls from pp_sys.c
6266t/lib/croak/regcomp		Test croak calls from regcomp.c
6267t/lib/croak/toke		Test croak calls from toke.c
6268t/lib/croak/toke_l1		Test croak calls from toke.c; file is not UTF-8 encoded
6269t/lib/cygwin.t			Builtin cygwin function tests
6270t/lib/dbmt_common.pl		Common functionality for ?DBM_File tests
6271t/lib/deprecate.t		Test deprecate.pm
6272t/lib/deprecate/Deprecated.pm	Deprecated module to test deprecate.pm
6273t/lib/deprecate/Optionally.pm	Optionally deprecated module to test deprecate.pm
6274t/lib/Devel/nodb.pm		Module for t/run/switchd.t
6275t/lib/Devel/switchd.pm		Module for t/run/switchd.t
6276t/lib/Devel/switchd_empty.pm	Module for t/run/switchd.t
6277t/lib/Devel/switchd_goto.pm	Module for t/run/switchd.t
6278t/lib/feature/api		Test API for checking features enabled/disabled
6279t/lib/feature/bareword_filehandles	Tests for enabling/disabling bareword_filehandles feature
6280t/lib/feature/bits		Tests for feature bit handling
6281t/lib/feature/bundle		Tests for feature bundles
6282t/lib/feature/implicit		Tests for implicit loading of feature.pm
6283t/lib/feature/indirect		Tests for enabling/disabling indirect method calls
6284t/lib/feature/multidimensional	Tests for enabling/disabling $foo{$x, $y} => $foo{join($;, $x, $y)}
6285t/lib/feature/nonesuch		Tests for enabling/disabling nonexistent feature
6286t/lib/feature/removed		Tests for enabling/disabling removed feature
6287t/lib/feature/say		Tests for enabling/disabling say feature
6288t/lib/feature/switch		Tests for enabling/disabling switch feature
6289t/lib/GH_15109/Apack.pm		test Module for caller.t
6290t/lib/GH_15109/Bpack.pm		test Module for caller.t
6291t/lib/GH_15109/Cpack.pm		test Module for caller.t
6292t/lib/GH_15109/Foo.pm		test Module for caller.t
6293t/lib/h2ph.h			Test header file for h2ph
6294t/lib/h2ph.pht			Generated output from h2ph.h by h2ph, for comparison
6295t/lib/locale/latin1		Part of locale.t in Latin 1
6296t/lib/locale/utf8		Part of locale.t in UTF8
6297t/lib/mypragma.pm		An example user pragma
6298t/lib/mypragma.t		Test the example user pragma
6299t/lib/no_load.t			Test that some modules don't load others
6300t/lib/overload_fallback.t	Test that using overload 2x in a scope doesn't clobber fallback
6301t/lib/overload_nomethod.t	Test that nomethod works as expected
6302t/lib/proxy_constant_subs.t	Test that Proxy Constant Subs behave correctly
6303t/lib/Sans_mypragma.pm		Test module for t/lib/mypragma.t
6304t/lib/strict/refs		Tests of "use strict 'refs'" for strict.t
6305t/lib/strict/subs		Tests of "use strict 'subs'" for strict.t
6306t/lib/strict/vars		Tests of "use strict 'vars'" for strict.t
6307t/lib/subs/subs			Tests of "use subs"
6308t/lib/test_require.pm		A test file for t/op/inccode.t
6309t/lib/test_use.pm		A test pragma for t/comp/use.t
6310t/lib/test_use_14937.pm		A test pragma for t/comp/use.t
6311t/lib/universal.t		Tests for functions in universal.c
6312t/lib/warnings/1global		Tests of global warnings for warnings.t
6313t/lib/warnings/2use		Tests for "use warnings" for warnings.t
6314t/lib/warnings/3both		Tests for interaction of $^W and "use warnings"
6315t/lib/warnings/4lint		Tests for -W switch
6316t/lib/warnings/5nolint		Tests for -X switch
6317t/lib/warnings/6default		Tests default warnings
6318t/lib/warnings/7fatal		Tests fatal warnings
6319t/lib/warnings/8signal		Tests warnings + __WARN__ and __DIE__
6320t/lib/warnings/9enabled		Tests warnings
6321t/lib/warnings/9uninit		Tests "Use of uninitialized" warnings
6322t/lib/warnings/av		Tests for av.c for warnings.t
6323t/lib/warnings/builtin		Tests for builtin.c for warnings.t
6324t/lib/warnings/doio		Tests for doio.c for warnings.t
6325t/lib/warnings/gv		Tests for gv.c for warnings.t
6326t/lib/warnings/hv		Tests for hv.c for warnings.t
6327t/lib/warnings/malloc		Tests for malloc.c for warnings.t
6328t/lib/warnings/mg		Tests for mg.c for warnings.t
6329t/lib/warnings/op		Tests for op.c for warnings.t
6330t/lib/warnings/pad		Tests for pad.c for warnings.t
6331t/lib/warnings/perl		Tests for perl.c for warnings.t
6332t/lib/warnings/perlio		Tests for perlio.c for warnings.t
6333t/lib/warnings/pp		Tests for pp.c for warnings.t
6334t/lib/warnings/pp_ctl		Tests for pp_ctl.c for warnings.t
6335t/lib/warnings/pp_hot		Tests for pp_hot.c for warnings.t
6336t/lib/warnings/pp_pack		Tests for pp_pack.c for warnings.t
6337t/lib/warnings/pp_sys		Tests for pp_sys.c for warnings.t
6338t/lib/warnings/regcomp		Tests for regcomp.c for warnings.t
6339t/lib/warnings/regexec		Tests for regexec.c for warnings.t
6340t/lib/warnings/run		Tests for run.c for warnings.t
6341t/lib/warnings/sv		Tests for sv.c for warnings.t
6342t/lib/warnings/taint		Tests for taint.c for warnings.t
6343t/lib/warnings/toke		Tests for toke.c for warnings.t
6344t/lib/warnings/universal	Tests for universal.c for warnings.t
6345t/lib/warnings/utf8		Tests for utf8.c for warnings.t
6346t/lib/warnings/util		Tests for util.c for warnings.t
6347t/loc_tools.pl			Common functions for finding platform's locales
6348t/mro/basic.t			mro tests
6349t/mro/basic_01_c3.t		mro tests
6350t/mro/basic_01_c3_utf8.t	utf8 mro tests
6351t/mro/basic_01_dfs.t		mro tests
6352t/mro/basic_01_dfs_utf8.t	utf8 mro tests
6353t/mro/basic_02_c3.t		mro tests
6354t/mro/basic_02_c3_utf8.t	utf8 mro tests
6355t/mro/basic_02_dfs.t		mro tests
6356t/mro/basic_02_dfs_utf8.t	utf8 mro tests
6357t/mro/basic_03_c3.t		mro tests
6358t/mro/basic_03_c3_utf8.t	utf8 mro tests
6359t/mro/basic_03_dfs.t		mro tests
6360t/mro/basic_03_dfs_utf8.t	utf8 mro tests
6361t/mro/basic_04_c3.t		mro tests
6362t/mro/basic_04_c3_utf8.t	utf8 mro tests
6363t/mro/basic_04_dfs.t		mro tests
6364t/mro/basic_04_dfs_utf8.t	utf8 mro tests
6365t/mro/basic_05_c3.t		mro tests
6366t/mro/basic_05_c3_utf8.t	utf8 mro tests
6367t/mro/basic_05_dfs.t		mro tests
6368t/mro/basic_05_dfs_utf8.t	utf8 mro tests
6369t/mro/basic_utf8.t		utf8 mro tests
6370t/mro/c3_with_overload.t	mro tests
6371t/mro/c3_with_overload_utf8.t	utf8 mro tests
6372t/mro/complex_c3.t		mro tests
6373t/mro/complex_c3_utf8.t		utf8 mro tests
6374t/mro/complex_dfs.t		mro tests
6375t/mro/complex_dfs_utf8.t	utf8 mro tests
6376t/mro/dbic_c3.t			mro tests
6377t/mro/dbic_c3_utf8.t		utf8 mro tests
6378t/mro/dbic_dfs.t		mro tests
6379t/mro/dbic_dfs_utf8.t		utf8 mro tests
6380t/mro/inconsistent_c3.t		mro tests
6381t/mro/inconsistent_c3_utf8.t	utf8 mro tests
6382t/mro/isa_aliases.t		tests for shared @ISA arrays
6383t/mro/isa_aliases_utf8.t	utf8 mro tests
6384t/mro/isa_c3.t			test for optimisatised mro_get_linear_isa_c3
6385t/mro/isa_c3_utf8.t		utf8 mro tests
6386t/mro/isa_dfs.t			test for optimisatised mro_get_linear_isa_dfs
6387t/mro/isa_dfs_utf8.t		utf8 mro tests
6388t/mro/isarev.t			PL_isarev/mro::get_isarev tests
6389t/mro/isarev_utf8.t		utf8 mro tests
6390t/mro/method_caching.t		mro tests
6391t/mro/method_caching_utf8.t	utf8 mro tests
6392t/mro/next_edgecases.t		mro tests
6393t/mro/next_edgecases_utf8.t	utf8 mro tests
6394t/mro/next_goto.t		mro tests
6395t/mro/next_goto_utf8.t		utf8 mro tests
6396t/mro/next_inanon.t		mro tests
6397t/mro/next_inanon_utf8.t	utf8 mro tests
6398t/mro/next_ineval.t		mro tests
6399t/mro/next_ineval_utf8.t	utf8 mro tests
6400t/mro/next_method.t		mro tests
6401t/mro/next_method_utf8.t	utf8 mro tests
6402t/mro/next_NEXT.t		mro tests
6403t/mro/next_NEXT_utf8.t		utf8 mro tests
6404t/mro/next_skip.t		mro tests
6405t/mro/next_skip_utf8.t		utf8 mro tests
6406t/mro/overload_c3.t		mro tests
6407t/mro/overload_c3_utf8.t	utf8 mro tests
6408t/mro/overload_dfs.t		mro tests
6409t/mro/package_aliases.t		mro tests
6410t/mro/package_aliases_utf8.t	utf8 mro tests
6411t/mro/pkg_gen.t			mro tests
6412t/mro/pkg_gen_utf8.t		utf8 mro tests
6413t/mro/recursion_c3.t		mro tests
6414t/mro/recursion_c3_utf8.t	utf8 mro tests
6415t/mro/recursion_dfs.t		mro tests
6416t/mro/recursion_dfs_utf8.t	utf8 mro tests
6417t/mro/vulcan_c3.t		mro tests
6418t/mro/vulcan_c3_utf8.t		utf8 mro tests
6419t/mro/vulcan_dfs.t		mro tests
6420t/mro/vulcan_dfs_utf8.t		utf8 mro tests
6421t/op/64bitint.t			See if 64 bit integers work
6422t/op/aassign.t			test list assign
6423t/op/alarm.t			See if alarm works
6424t/op/anonconst.t		See if :const works
6425t/op/anonsub.t			See if anonymous subroutines work
6426t/op/append.t			See if . works
6427t/op/args.t			See if operations on @_ work
6428t/op/arith2.t			See if arithmetic works
6429t/op/array.t			See if array operations work
6430t/op/assignwarn.t		See if OP= operators warn correctly for undef targets
6431t/op/attrhand.t			See if attribute handlers work
6432t/op/attrproto.t		See if the prototype attribute works
6433t/op/attrs.t			See if attributes on declarations work
6434t/op/auto.t			See if autoincrement et all work
6435t/op/avhv.t			See if pseudo-hashes work
6436t/op/bless.t			See if bless works
6437t/op/blocks.t			See if BEGIN and friends work
6438t/op/bool.t			Check misc details of boolean values
6439t/op/bop.t			See if bitops work
6440t/op/caller.pl			Tests shared between caller.t and XS op.t
6441t/op/caller.t			See if caller() works
6442t/op/catch.t			See if catching exception works
6443t/op/chars.t			See if character escapes work
6444t/op/chdir.t			See if chdir works
6445t/op/chop.t			See if chop works
6446t/op/chr.t			See if chr works
6447t/op/closure.t			See if closures work
6448t/op/closure_test.pl		Extra file for closure.t
6449t/op/cmpchain.t			See if comparison chaining works
6450t/op/concat2.t			Tests too complex for concat.t
6451t/op/cond.t			See if conditional expressions work
6452t/op/const-optree.t		Tests for sub(){...} becoming constant
6453t/op/context.t			See if context propagation works
6454t/op/coreamp.t			Test &foo() calls for CORE subs
6455t/op/coresubs.t			Generic tests for CORE subs
6456t/op/cproto.t			Check builtin prototypes
6457t/op/crypt.t			See if crypt works
6458t/op/current_sub.t		__SUB__ tests
6459t/op/dbm.t			See if dbmopen/dbmclose work
6460t/op/decl-refs.t		See if my \$foo works
6461t/op/defer.t			See if defer blocks work
6462t/op/defined.t			See if defined() edge cases work
6463t/op/defins.t			See if auto-insert of defined() works
6464t/op/delete.t			See if delete works
6465t/op/die.t			See if die works
6466t/op/die_except.t		See if die/eval avoids $@ clobberage
6467t/op/die_exit.t			See if die and exit status interaction works
6468t/op/die_keeperr.t		See if G_KEEPERR works for destructors
6469t/op/die_unwind.t		Check die/eval early-$@ backcompat hack
6470t/op/do.t			See if subroutines work
6471t/op/dor.t			See if defined-or (//) works
6472t/op/dump.t			See if dump works.
6473t/op/each.t			See if hash iterators work
6474t/op/each_array.t		See if array iterators work
6475t/op/eval.t			See if eval operator works
6476t/op/evalbytes.t		See if evalbytes operator works
6477t/op/exec.t			See if exec, system and qx work
6478t/op/exists_sub.t		See if exists(&sub) works
6479t/op/exp.t			See if math functions work
6480t/op/fh.t			See if filehandles work
6481t/op/filehandle.t		Tests for https://github.com/Perl/perl5/issues/10133
6482t/op/filetest.t			See if file tests work
6483t/op/filetest_stack_ok.t	See if file tests leave their argument on the stack
6484t/op/filetest_t.t		See if -t file test works
6485t/op/flip.t			See if range operator works
6486t/op/for.t			See if for loops work
6487t/op/for-many.t			See if n-at-a-time for loops work
6488t/op/fork.t			See if fork works
6489t/op/fresh_perl_utf8.t		UTF8 tests for pads and gvs
6490t/op/getpid.t			See if $$ and getppid work with threads
6491t/op/getppid.t			See if getppid works
6492t/op/glob.t			See if <*> works
6493t/op/gmagic.t			See if GMAGIC works
6494t/op/goto.t			See if goto works
6495t/op/goto_xs.t			See if "goto &sub" works on XSUBs
6496t/op/grent.t			See if getgr*() functions work
6497t/op/grep.t			See if grep() and map() work
6498t/op/groups.t			See if $( works
6499t/op/gv.t			See if typeglobs work
6500t/op/hash.t			See if the complexity attackers are repelled
6501t/op/hash-clear-placeholders.t	Tests for corner cases in S_clear_placeholders
6502t/op/hash-rt85026.t		See if hash iteration/deletion works
6503t/op/hashassign.t		See if hash assignments work
6504t/op/hashwarn.t			See if warnings for bad hash assignments work
6505t/op/heredoc.t			See if heredoc edge and corner cases work
6506t/op/hexfp.t			See if hexadecimal float literals work
6507t/op/inc.t			See if inc/dec of integers near 32 bit limit work
6508t/op/inccode.t			See if coderefs work in @INC
6509t/op/inccode-tie.t		See if tie to @INC works
6510t/op/incfilter.t		See if the source filters in coderef-in-@INC work
6511t/op/index.t			See if index works
6512t/op/index_thr.t		See if index works in another thread
6513t/op/infnan.t			See if inf/nan work
6514t/op/int.t			See if int works
6515t/op/isa.t			See if isa works
6516t/op/join.t			See if join works
6517t/op/kill0.t			See if kill works
6518t/op/kill0_child		Process tree script that is kill()ed
6519t/op/kvaslice.t			See if index/value array slices work
6520t/op/kvhslice.t			See if key/value hash slices work
6521t/op/lc.t			See if lc, uc, lcfirst, ucfirst, quotemeta work
6522t/op/leaky-magic.t		See whether vars' magic leaks into packages
6523t/op/length.t			See if length works
6524t/op/lex.t			Tests too complex for t/base/lex.t
6525t/op/lex_assign.t		See if ops involving lexicals or pad temps work
6526t/op/lexsub.t			See if lexical subroutines work
6527t/op/lfs.t			See if large files work for perlio
6528t/op/list.t			See if lists and list slices work
6529t/op/local.t			See if local works
6530t/op/localref.t			See if local ${deref} works
6531t/op/lock.t			Tests for lock args & retval (no threads)
6532t/op/loopctl.t			See if next/last/redo work
6533t/op/lop.t			See if logical operators work
6534t/op/lvref.t			See if aliasing via references works
6535t/op/magic.t			See if magic variables work
6536t/op/magic-27839.t		Test for #27839, skipped for minitest
6537t/op/method.t			See if method calls work
6538t/op/mkdir.t			See if mkdir works
6539t/op/multideref.t		See if "$a[0]{foo}[$i]{$k}" etc works
6540t/op/my.t			See if lexical scoping works
6541t/op/my_stash.t			See if my Package works
6542t/op/mydef.t			See if "my $_" works
6543t/op/negate.t			See if unary minus works
6544t/op/not.t			See if not works
6545t/op/numconvert.t		See if accessing fields does not change numeric values
6546t/op/numify.t			See if string-to-number conversion works
6547t/op/numify_chkflags.t		See if string-to-number conversion behaves correctly
6548t/op/oct.t			See if oct and hex work
6549t/op/or.t			See if || works in weird situations
6550t/op/ord.t			See if ord works
6551t/op/overload_integer.t		See if overload::constant for integer works after "use".
6552t/op/override.t			See if operator overriding works
6553t/op/pack.t			See if pack and unpack work
6554t/op/packagev.t			See if package VERSION work
6555t/op/pos.t			See if pos works
6556t/op/postfixderef.t		See if ->$* ->@[ et al work
6557t/op/pow.t			See if ** works
6558t/op/print.t			See if print works
6559t/op/protowarn.t		See if the illegalproto warnings work
6560t/op/push.t			See if push and pop work
6561t/op/pwent.t			See if getpw*() functions work
6562t/op/qr.t			See if qr works
6563t/op/quotemeta.t		See if quotemeta works
6564t/op/rand.t			See if rand works
6565t/op/range.t			See if .. works
6566t/op/read.t			See if read() works
6567t/op/readdir.t			See if readdir() works
6568t/op/readline.t			See if <> / readline / rcatline work
6569t/op/recurse.t			See if deep recursion works
6570t/op/ref.t			See if refs and objects work
6571t/op/repeat.t			See if x operator works
6572t/op/require_37033.t		See if require always closes rsfp
6573t/op/require_errors.t		See if errors from require are reported correctly
6574t/op/require_override.t		See if require handles no argument properly
6575t/op/reset.t			See if reset operator works
6576t/op/reverse.t			See if reverse operator works
6577t/op/rt119311.t			Test bug #119311 (die/DESTROY/recursion)
6578t/op/runlevel.t			See if die() works from perl_call_*()
6579t/op/select.t			See if 0- and 1-argument select works
6580t/op/setpgrpstack.t		See if setpgrp works
6581t/op/sigdispatch.t		See if signals are always dispatched
6582t/op/signame_canonical.t	See if duplicate signal names always use the canonical name when the handler is invoked.
6583t/op/signatures.t		See if sub signatures work
6584t/op/sigsystem.t		See if system and SIGCHLD handlers play together nicely
6585t/op/sleep.t			See if sleep works
6586t/op/smartkve.t			See if smart deref for keys/values/each works
6587t/op/smartmatch.t		See if the ~~ operator works
6588t/op/sort.t			See if sort works
6589t/op/splice.t			See if splice works
6590t/op/split.t			See if split works
6591t/op/split_unicode.t		Test split /\s/ and Unicode
6592t/op/sprintf.t			See if sprintf works
6593t/op/sprintf2.t			See if sprintf works
6594t/op/srand.t			See if srand works
6595t/op/sselect.t			See if 4 argument select works
6596t/op/stash.t			See if %:: stashes work
6597t/op/stash_parse_gv.t		See if parse_gv_stash_name works
6598t/op/stat.t			See if stat works
6599t/op/stat_errors.t		See if stat and file tests handle threshold errors
6600t/op/state.t			See if state variables work
6601t/op/study.t			See if study works
6602t/op/studytied.t		See if study works with tied scalars
6603t/op/sub.t			See if subroutines work
6604t/op/sub_lval.t			See if lvalue subroutines work
6605t/op/substr.t			See if substr works
6606t/op/substr_thr.t		See if substr works in another thread
6607t/op/svflags.t			See if POK is set as expected.
6608t/op/svleak.pl			Test file for svleak.t
6609t/op/svleak.t			See if stuff leaks SVs
6610t/op/switch.t			See if switches (given/when) work
6611t/op/symbolcache.t		See if undef/delete works on stashes with functions
6612t/op/syscall_emulator.t		Tests that syscall works via the emulator
6613t/op/sysio.t			See if sysread and syswrite work
6614t/op/taint.t			See if tainting works
6615t/op/threads.t			Misc. tests for perl features with threads
6616t/op/threads-dirh.t		Test interaction of threads and dir handles
6617t/op/threads_create.pl		Ancillary file for t/op/threads.t
6618t/op/tie.t			See if tie/untie functions work
6619t/op/tie_fetch_count.t		See if FETCH is only called once on tied variables
6620t/op/tiearray.t			See if tie for arrays works
6621t/op/tiehandle.t		See if tie for handles works
6622t/op/tiehash.t			Tests for tied hashes using test.pl
6623t/op/time.t			See if time functions work
6624t/op/time_loop.t		Test that very large values don't hang gmtime and localtime.
6625t/op/tr.t			See if tr works
6626t/op/tr_latin1.t		See if tr works, but file isn't encoded in UTF-8
6627t/op/try.t			See if try works
6628t/op/undef.t			See if undef works
6629t/op/universal.t		See if UNIVERSAL class works
6630t/op/unlink.t			See if unlink works
6631t/op/unshift.t			See if unshift works
6632t/op/upgrade.t			See if upgrading and assigning scalars works
6633t/op/utf8cache.t		Tests malfunctions of utf8 cache
6634t/op/utf8decode.t		See if UTF-8 decoding works
6635t/op/utf8magic.t		See if utf8:: functions handle magic variables
6636t/op/utfhash.t			See if utf8 keys in hashes behave
6637t/op/utftaint.t			See if utf8 and taint work together
6638t/op/vec.t			See if vectors work
6639t/op/ver.t			See if v-strings and the %v format flag work
6640t/op/waitpid.t			See if waitpid works
6641t/op/wantarray.t		See if wantarray works
6642t/op/warn.t			See if warn works
6643t/op/while.t			See if while loops work
6644t/op/write.t			See if write works (formats work)
6645t/op/yadayada.t			See if ... works
6646t/opbasic/arith.t			See if arithmetic works
6647t/opbasic/cmp.t			See if the various string and numeric compare work
6648t/opbasic/concat.t			See if string concatenation works
6649t/opbasic/magic_phase.t		See if ${^GLOBAL_PHASE} works
6650t/opbasic/qq.t			See if qq works
6651t/perf/benchmarks		snippets of benchmarking/profiling code
6652t/perf/benchmarks.t		test t/perf/benchmarks syntax
6653t/perf/opcount.t		See if optimised subs have the right op counts
6654t/perf/optree.t			Test presence of some op optimisations
6655t/perf/speed.t			See if optimisations are keeping things fast
6656t/perf/taint.t			See if optimisations are keeping things fast (taint issues)
6657t/perl.supp			Perl valgrind suppressions
6658t/porting/args_assert.t		Check that all PERL_ARGS_ASSERT* macros are used
6659t/porting/authors.t		Check that all authors have been acknowledged
6660t/porting/bench.t		Check Porting/bench.pl runs ok
6661t/porting/bench/badhash		a test file for t/porting/bench.t
6662t/porting/bench/badname		a test file for t/porting/bench.t
6663t/porting/bench/badversion.json	a test file for t/porting/bench.t
6664t/porting/bench/callsub.json	a test file for t/porting/bench.t
6665t/porting/bench/callsub2.json	a test file for t/porting/bench.t
6666t/porting/bench/oddentry	a test file for t/porting/bench.t
6667t/porting/bench/ret0		a test file for t/porting/bench.t
6668t/porting/bench/synerr		a test file for t/porting/bench.t
6669t/porting/bench_selftest.t	run Porting/bench.pl's selftest facility
6670t/porting/bincompat.t		Check that {non_,}bincompat_options are ordered
6671t/porting/checkcase.t		Check whether we are case-insensitive-fs-friendly
6672t/porting/checkcfgvar.t		Check that all config.sh-like files are good
6673t/porting/cmp_version.t		Test whether all changed module files have their VERSION bumped
6674t/porting/copyright.t		Check that copyright years match
6675t/porting/corelist.t		Check that Module-CoreList has perl versions for the current perl
6676t/porting/customized.dat		Data file for porting/customized.t
6677t/porting/customized.t		Check all CUSTOMIZED files are as they should be
6678t/porting/diag.t		Test completeness of perldiag.pod
6679t/porting/dual-life.t		Check that dual-life bins are in utils/
6680t/porting/exec-bit.t		Check that exec-bit bins are identified
6681t/porting/extrefs.t		Check perl headers don't make extern refs
6682t/porting/filenames.t		Check the MANIFEST for filename portability.
6683t/porting/FindExt.t		Test win32/FindExt.pm
6684t/porting/globvar.t		Check that globvar.sym is sane
6685t/porting/known_pod_issues.dat	Data file for porting/podcheck.t
6686t/porting/libperl.t		Check libperl.a sanity
6687t/porting/maintainers.t		Test that Porting/Maintainers.pl is up to date
6688t/porting/manifest.t		Test that this MANIFEST file is well formed
6689t/porting/pending-author.t	Check if any pending commit would break tests
6690t/porting/perlfunc.t		Test that Functions_pm.PL can parse perlfunc.pod
6691t/porting/pod_rules.t		Check that various pod lists are consistent
6692t/porting/podcheck.t		Test the POD of shipped modules is well formed
6693t/porting/re_context.t		Check assumptions made by save_re_context()
6694t/porting/readme.t		Check that all files in Porting/ are mentioned in Porting/README.pod
6695t/porting/regen.t		Check that regen.pl doesn't need running
6696t/porting/ss_dup.t		Check that sv.c:ss_dup handles everything
6697t/porting/test_bootstrap.t	Test that the instructions for test bootstrapping aren't accidentally overlooked.
6698t/porting/utils.t		Check that utility scripts still compile
6699t/re/alpha_assertions.t		See if things like '(*postive_lookahed:...) work properly
6700t/re/anyof.t			See if bracketed char classes [...] compile properly
6701t/re/begin-once.t		Checking that /o freeze a variable in a RegExp
6702t/re/bigfuzzy_not_utf8.t	Big and ugly tests not storable as UTF-8
6703t/re/charset.t			See if regex modifiers like /d, /u work properly
6704t/re/fold_grind.pl		Core file to see if regex case folding works properly
6705t/re/fold_grind_8.t		Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
6706t/re/fold_grind_a.t		Wrapper for fold_grind.pl for /a testing
6707t/re/fold_grind_aa.t		Wrapper for fold_grind.pl for /aa testing
6708t/re/fold_grind_d.t		Wrapper for fold_grind.pl for /d testing
6709t/re/fold_grind_l.t		Wrapper for fold_grind.pl for /l testing with a C locale
6710t/re/fold_grind_T.t		Wrapper for fold_grind.pl for /l testing with a Turkic locale
6711t/re/fold_grind_u.t		Wrapper for fold_grind.pl for /u testing
6712t/re/keep_tabs.t		Tests where \t can't be expanded.
6713t/re/no_utf8_pm.t		Verify utf8.pm doesn't get loaded unless required
6714t/re/opt.t				Test regexp optimizations
6715t/re/overload.t		Test against string corruption in pattern matches on overloaded objects
6716t/re/pat.t			See if esoteric patterns work
6717t/re/pat_advanced.t		See if advanced esoteric patterns work
6718t/re/pat_advanced_thr.t		See if advanced esoteric patterns work in another thread
6719t/re/pat_psycho.t		See if insane esoteric and slow patterns work
6720t/re/pat_psycho_thr.t		See if insane esoteric and slow patterns work in another thread
6721t/re/pat_re_eval.t		See if esoteric patterns using re 'eval' work
6722t/re/pat_re_eval_thr.t		See if esoteric patterns using re 'eval' work in another thread
6723t/re/pat_rt_report.t		See if esoteric patterns from rt reports work
6724t/re/pat_rt_report_thr.t	See if esoteric patterns from rt reports work in another thread
6725t/re/pat_special_cc.t		See if special charclasses (\s \w \d) work the same as (\s and [\s])
6726t/re/pat_special_cc_thr.t	See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
6727t/re/pat_thr.t			See if esoteric patterns work in another thread
6728t/re/pos.t			Ensure pos() gets set properly after pre-match failures in pp_match
6729t/re/qr.t			See if qr works
6730t/re/qr-72922.t			Test for bug #72922
6731t/re/qr_gc.t			See if qr doesn't leak
6732t/re/qrstack.t			See if qr expands the stack properly
6733t/re/re_tests			Regular expressions for regexp.t
6734t/re/recompile.t		See if pattern caching/recompilation works
6735t/re/reg_60508.t		See if bug #60508 is fixed
6736t/re/reg_email.t		See if regex recursion works by parsing email addresses
6737t/re/reg_email_thr.t		See if regex recursion works by parsing email addresses in another thread
6738t/re/reg_eval.t			Test again regexp state corruption in (?{ }) and (??{ })
6739t/re/reg_eval_scope.t		Test scoping issues with (?{ }) and (??{ })
6740t/re/reg_fold.t			See if case folding works properly
6741t/re/reg_mesg.t			See if one can get regular expression errors
6742t/re/reg_namedcapture.t		Make sure glob assignment doesn't break named capture
6743t/re/reg_nc_tie.t		Test the tied methods of Tie::Hash::NamedCapture
6744t/re/reg_nocapture.t		Test the /n flag for regexps
6745t/re/reg_pmod.t			See if regexp /p modifier works as expected
6746t/re/reg_posixcc.t		See if posix character classes behave consistently
6747t/re/regex_sets.t		Test (?[ ])
6748t/re/regex_sets_compat.t	Test (?[ ]) is compatible with old [ ]
6749t/re/regexp.t			See if regular expressions work
6750t/re/regexp_noamp.t		See if regular expressions work with optimizations
6751t/re/regexp_nonull.t		See if regexps work without trailing nulls
6752t/re/regexp_notrie.t		See if regular expressions work without trie optimisation
6753t/re/regexp_qr.t		See if regular expressions work as qr//
6754t/re/regexp_qr_embed.t		See if regular expressions work with embedded qr//
6755t/re/regexp_qr_embed_thr.t	See if regular expressions work with embedded qr// in another thread
6756t/re/regexp_trielist.t		See if regular expressions work with trie optimisation
6757t/re/regexp_unicode_prop.t	See if unicode properties work in regular expressions as expected
6758t/re/regexp_unicode_prop_thr.t	See if unicode properties work in regular expressions as expected under threads
6759t/re/rt122747.t			Test rt122747 assert faile (requires DEBUGGING)
6760t/re/rxcode.t			See if /(?{ code })/ works
6761t/re/script_run.t		See if script runs works
6762t/re/speed.t			See if optimisations are keeping things fast
6763t/re/speed_thr.t		ditto under threads
6764t/re/subst.t			See if substitution works
6765t/re/subst_amp.t		See if $&-related substitution works
6766t/re/subst_wamp.t		See if substitution works with $& present
6767t/re/substT.t			See if substitution works with -T
6768t/re/uniprops01.t		Test unicode \p{} regex constructs
6769t/re/uniprops02.t		Test unicode \p{} regex constructs
6770t/re/uniprops03.t		Test unicode \p{} regex constructs
6771t/re/uniprops04.t		Test unicode \p{} regex constructs
6772t/re/uniprops05.t		Test unicode \p{} regex constructs
6773t/re/uniprops06.t		Test unicode \p{} regex constructs
6774t/re/uniprops07.t		Test unicode \p{} regex constructs
6775t/re/uniprops08.t		Test unicode \p{} regex constructs
6776t/re/uniprops09.t		Test unicode \p{} regex constructs
6777t/re/uniprops10.t		Test unicode \p{} regex constructs
6778t/re/user_prop_race_thr.t	Test races in user-defined \p{} under threads
6779t/README			Instructions for regression tests
6780t/run/cloexec.t			Test close-on-exec.
6781t/run/dtrace.pl			For dtrace.t
6782t/run/dtrace.t			Test for DTrace probes
6783t/run/exit.t			Test perl's exit status.
6784t/run/flib/broken.pm		Bad .pm file for switchM.t
6785t/run/flib/t2.pm		Test for .pmcs with -I/dir/
6786t/run/flib/t2.pmc		Test for .pmcs with -I/dir/
6787t/run/fresh_perl.t		Tests that require a fresh perl.
6788t/run/locale.t		Tests related to locale handling
6789t/run/noswitch.t		Test aliasing ARGV for other switch tests
6790t/run/runenv.t			Test if perl honors its environment variables.
6791t/run/runenv_hashseed.t	Test if perl honors PERL_HASH_SEED.
6792t/run/script.t			See if script invocation works
6793t/run/switch0.t			Test the -0 switch
6794t/run/switcha.t			Test the -a switch
6795t/run/switchC.t			Test the -C switch
6796t/run/switchd.t			Test the -d switch
6797t/run/switchd-78586.t		See whether bug 78586 is fixed
6798t/run/switchDx.t		Test the -D switch
6799t/run/switches.t		Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
6800t/run/switchF.t			Test the -F switch
6801t/run/switchF1.t		Pathological tests for the -F switch
6802t/run/switchF2.t		Pathological tests for the -F switch
6803t/run/switchI.t			Test the -I switch
6804t/run/switchM.t			Test the -M switch
6805t/run/switchn.t			Test the -n switch
6806t/run/switchp.t			Test the -p switch
6807t/run/switcht.t			Test the -t switch
6808t/run/switchx.aux		Data for switchx.t
6809t/run/switchx.t			Test the -x switch
6810t/run/switchx2.aux		Data for switchx.t
6811t/run/switchx3.aux		Data for switchx.t
6812t/TEST				The regression tester
6813t/test.pl			Simple testing library
6814t/test_pl/_num_to_alpha.t	Tests for the simple testing library
6815t/test_pl/can_isa_ok.t		Tests for the simple testing library
6816t/test_pl/plan_skip_all.t	Tests for the simple testing library
6817t/test_pl/tempfile.t		Tests for the simple testing library
6818t/thread_it.pl			Run regression tests in a new thread
6819t/uni/attrs.t			See if Unicode attributes work
6820t/uni/bless.t			See if Unicode bless works
6821t/uni/caller.t			See if Unicode doesn't get mangled in caller()
6822t/uni/case.pl			See if Unicode casing works
6823t/uni/chomp.t			See if Unicode chomp works
6824t/uni/class.t			See if Unicode classes work (\p)
6825t/uni/eval.t			See if Unicode hints don't affect eval()
6826t/uni/fold.t			See if Unicode folding works
6827t/uni/goto.t			See if Unicode goto &sub works
6828t/uni/greek.t			See if Unicode in greek works
6829t/uni/gv.t			See if Unicode GVs work.
6830t/uni/labels.t			See if Unicode labels work
6831t/uni/latin2.t			See if Unicode in latin2 works
6832t/uni/lex_utf8.t		See if Unicode in lexer works
6833t/uni/lower.t			See if Unicode casing works
6834t/uni/method.t			See if Unicode methods work
6835t/uni/opcroak.t			See if Unicode croaks from op.c work
6836t/uni/overload.t		See if Unicode overloading works
6837t/uni/package.t			See if Unicode in package declarations works
6838t/uni/parser.t			See if Unicode in the parser works in edge cases.
6839t/uni/readline.t		See if Unicode filehandles in <FH> work
6840t/uni/select.t			See if Unicode filehandles aren't mangled by select()
6841t/uni/sprintf.t			See if Unicode sprintf works
6842t/uni/stash.t			See if Unicode stashes work
6843t/uni/tie.t			See if Unicode tie works
6844t/uni/title.t			See if Unicode casing works
6845t/uni/tr_utf8.t			See if Unicode tr/// in utf8 works
6846t/uni/universal.t		See if Unicode in calls to UNIVERSAL works
6847t/uni/upper.t			See if Unicode casing works
6848t/uni/variables.t		See that the rules for variable names work
6849t/uni/write.t			See if Unicode formats work
6850t/win32/crypt.t			Test Win32 crypt for compatibility
6851t/win32/fs.t			Test Win32 link for compatibility
6852t/win32/popen.t			Test for stdout races in backticks, etc
6853t/win32/runenv.t		Test if Win* perl honors its env variables
6854t/win32/signal.t		Test Win32 signal emulation
6855t/win32/stat.t			Test Win32 stat emulation
6856t/win32/symlink.t		Test Win32 symlink
6857t/win32/system.t		See if system works in Win*
6858t/win32/system_tests		Test runner for system.t
6859taint.c				Tainting code
6860TestInit.pm			Preamble library for tests
6861thread.h			Threading header
6862time64.c			64 bit clean time.h (code)
6863time64.h			64 bit clean time.h (header)
6864time64_config.h			64 bit clean time.h (configuration)
6865toke.c				The tokener
6866uconfig.h			Configuration header for microperl
6867uconfig.sh			Configuration script for microperl
6868uconfig64.sh			Configuration script for microperl for LP64
6869uni_keywords.h			Map unicode property names to numbers
6870unicode_constants.h		compile-time macros for Unicode code points
6871universal.c			The default UNIVERSAL package methods
6872unixish.h			Defines that are assumed on Unix
6873utf8.c				Unicode routines
6874utf8.h				Unicode header
6875utfebcdic.h			Unicode on EBCDIC (UTF-EBCDIC, tr16) header
6876util.c				Utility routines
6877util.h				Dummy header
6878utils.lst			Lists utilities bundled with Perl
6879utils/corelist.PL		Module::CoreList
6880utils/cpan.PL			easily interact with CPAN from the command line
6881utils/enc2xs.PL			Encode module generator
6882utils/encguess.PL			guess character encodings of files
6883utils/h2ph.PL			A thing to turn C .h files into perl .ph files
6884utils/h2xs.PL			Program to make .xs files from C header files
6885utils/instmodsh.PL		Give information about installed extensions
6886utils/json_pp.PL		JSON::PP command line utility
6887utils/libnetcfg.PL		libnet
6888utils/Makefile.PL		Extract the utility scripts
6889utils/perlbug.PL		A simple tool to submit a bug report
6890utils/perldoc.PL		A simple tool to find & display perl's documentation
6891utils/perlivp.PL		installation verification procedure
6892utils/piconv.PL			iconv(1), reinvented in perl
6893utils/pl2pm.PL			A pl to pm translator
6894utils/pod2html.PL		Translator to turn pod into HTML
6895utils/prove.PL			The prove harness utility
6896utils/ptar.PL			The ptar utility
6897utils/ptardiff.PL		The ptardiff utility
6898utils/ptargrep.PL		The ptargrep utility
6899utils/shasum.PL			filter for computing SHA digests (analogous to md5sum)
6900utils/splain.PL			Stand-alone version of diagnostics.pm
6901utils/streamzip.PL
6902utils/xsubpp.PL			External subroutine preprocessor
6903utils/zipdetails.PL			display the internal structure of zip files
6904vms/descrip_mms.template	Template MM[SK] description file for build
6905vms/gen_shrfls.pl		generate options files and glue for shareable image
6906vms/genopt.com			hack to write options files in case of broken makes
6907vms/make_command.com		record MM[SK] command used to build Perl
6908vms/mms2make.pl			convert descrip.mms to make syntax
6909vms/munchconfig.c		performs shell $var substitution for VMS
6910vms/myconfig.com		record local configuration info for bug report
6911vms/test.com			DCL driver for regression tests
6912vms/vms.c			VMS-specific C code for Perl core
6913vms/vmsish.h			VMS-specific C header for Perl core
6914vms/vmspipe.com			VMS-specific piped command helper script
6915vos/Changes			Changes made to port Perl to the VOS operating system
6916vos/compile_full_perl.cm	VOS command macro to build "full" Perl
6917vos/configure_full_perl.sh	VOS shell script to configure "full" perl before building
6918vos/make_full_perl.sh		VOS shell script to build and test "full" perl
6919vos/vos.c			VOS emulations for missing POSIX functions
6920vos/vosish.h			VOS-specific header file
6921vutil.c				Version object C functions
6922vutil.h				Version object headers
6923vxs.inc				Version object XS methods
6924warnings.h			The warning numbers
6925win32/bin/exetype.pl		Set executable type to CONSOLE or WINDOWS
6926win32/bin/perlglob.pl		Win32 globbing
6927win32/bin/pl2bat.pl		wrap perl scripts into batch files
6928win32/bin/runperl.pl		run perl script via batch file namesake
6929win32/bin/search.pl		Win32 port
6930win32/config.gc			Win32 base line config.sh (MinGW build)
6931win32/config.vc			Win32 base line config.sh (Visual C++ build)
6932win32/config_H.gc		Win32 config header (MinGW build)
6933win32/config_h.PL		Perl code to convert Win32 config.sh to config.h
6934win32/config_H.vc		Win32 config header (Visual C++ build)
6935win32/config_sh.PL		Perl code to update Win32 config.sh from Makefile
6936win32/create_perllibst_h.pl	creates perllibst.h file for inclusion from perllib.c
6937win32/distclean.bat		Remove _ALL_ files not listed here in MANIFEST
6938win32/fcrypt.c			crypt() implementation
6939win32/FindExt.pm		Scan for extensions
6940win32/GNUmakefile		Win32 makefile for GNU make
6941win32/include/arpa/inet.h	Win32 port
6942win32/include/dirent.h		Win32 port
6943win32/include/netdb.h		Win32 port
6944win32/include/sys/errno2.h	Win32 port
6945win32/include/sys/socket.h	Win32 port
6946win32/list_static_libs.pl	prints libraries for static linking
6947win32/Makefile			Win32 makefile for NMAKE (Visual C++ build)
6948win32/perlexe.ico		perlexe.ico image file
6949win32/perlexe.manifest		Assembly manifest file
6950win32/perlexe.rc		associated perl binary with icon
6951win32/perlglob.c		Win32 port
6952win32/perlhost.h		Perl "host" implementation
6953win32/perllib.c			Win32 port
6954win32/pod.mak			Win32 port
6955win32/runperl.c			Win32 port
6956win32/vdir.h			Perl "host" virtual directory manager for Win32
6957win32/vmem.h			Perl "host" memory manager for Win32
6958win32/win32.c			Win32 port
6959win32/win32.h			Win32 port
6960win32/win32iop.h		Win32 port
6961win32/win32sck.c		Win32 port
6962win32/win32thread.c		Win32 functions for threads
6963win32/win32thread.h		Win32 port mapping to threads
6964write_buildcustomize.pl		Generate lib/buildcustomize.pl
6965XSUB.h				Include file for extension subroutines
6966zaphod32_hash.h			Zaphod32 hash code (32 bit fast hash function)
6967