This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cpan/Test-Harness - Update to version 3.46
[perl5.git] / MANIFEST
CommitLineData
bf8d7753
YO
1.dir-locals.el Emacs control file
2.editorconfig EditorConfig style file
bf8d7753
YO
3.metaconf-exclusions.txt Symbols that should ignored when generating Configure
4Artistic The "Artistic License"
5asan_ignore Errors to skip under clang's Addresss Sanitizer
6AUTHORS Contact info for contributors
7autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod
8av.c Array value code
9av.h Array value header
10builtin.c Functions in the builtin:: namespace
11caretx.c C file to create $^X
12cflags.SH A script that emits C compilation flags per file
13Changes Describe how to peruse changes between releases
14charclass_invlists.h Compiled-in inversion lists
15class.c Internals of the `use feature 'class'` object system
16CODE_OF_CONDUCT.md Information on where to find the Standards of Conduct
17config_h.SH Produces config.h
18configpm Produces lib/Config.pm
19Configure Portability tool
20configure.com Configure-equivalent for VMS
21configure.gnu Crude emulation of GNU configure
22cop.h Control operator header
23Copying The GNU General Public License
24cv.h Code value header
25deb.c Debugging routines
26doio.c I/O operations
27doop.c Support code for various operations
28dosish.h Some defines for MS/DOSish machines
29dquote.c Functions for double quotish contexts
30dump.c Debugging output
31ebcdic_tables.h Generated tables included in utfebcdic.h
32embed.fnc Database used by embed.pl
33embed.h Maps symbols to safer names
34embedvar.h C namespace management
35EXTERN.h Included before foreign .h files
36fakesdio.h stdio in terms of PerlIO
37feature.h Feature header
38form.h Public declarations for formats
39generate_uudmap.c Generate uudmap.h, the uuencode decoding map
40globals.c File to declare global symbols (for shared library)
41globvar.sym Global variables that need hiding when embedded
42gv.c Glob value code
43gv.h Glob value header
44handy.h Handy definitions
45hv.c Hash value code
46hv.h Hash value header
47hv_func.h Hash value static inline function header
48hv_macro.h Macros used by hv_func.h
49inline.h Static inline functions
50INSTALL Detailed installation instructions
51install_lib.pl functions shared between install* scripts
52installhtml Perl script to install html files for pods
53installman Perl script to install man pages for pods
54installperl Perl script to do "make install" dirty work
55INTERN.h Included before domestic .h files
56intrpvar.h Variables held in each interpreter instance
57invlist_inline.h Inline functions for handling inversion lists
58iperlsys.h Perl's interface to the system
59keywords.c Perl_keyword(), generated by regen/keywords.pl
60keywords.h The keyword numbers
61l1_char_class_tab.h 256 word bit table of character classes (for handy.h)
62locale.c locale-specific utility functions
46d320ba 63locale_table.h header for locale.c
bf8d7753
YO
64make_ext.pl Used by Makefile to execute extension Makefiles
65make_patchnum.pl Script to generate git_version.h and lib/Config_git.pl files for all OS'es
66makedef.pl Create symbol export lists for linking
67makedepend.SH Precursor to makedepend
68makedepend_file.SH Precursor to makedepend_file
bf8d7753
YO
69Makefile.SH A script that generates Makefile
70malloc.c A version of malloc you might not want
71malloc_ctl.h A version of malloc you might not want
72MANIFEST This list of files
73mathoms.c A home for binary-compatible code artifacts
74META.json Distribution meta-data in JSON
75META.yml Distribution meta-data in YAML
76metaconfig.h Control file for the metaconfig process
77metaconfig.SH Control file for the metaconfig process
78mg.c Magic code
79mg.h Magic header
80mg_names.inc Generated magic names used by dump.c
81mg_raw.h Generated magic data used by generate_uudmap.c
82mg_vtable.h Generated magic vtable data
83miniperlmain.c Basic perl w/o dynamic loading or extensions
84mkppport A script that distributes ppport.h
85mkppport.lst List of extensions that need a ppport.h
86mro_core.c Method Resolution Order code
87myconfig.SH Prints summary of the current configuration
88mydtrace.h Support for optional DTrace probes
89nostdio.h Cause compile error on stdio calls
90numeric.c Miscellaneous numeric conversion routines
91op.c Opcode syntax tree code
92op.h Opcode syntax tree header
93op_reg_common.h Common parts of op.h, regexp.h header
94opcode.h Automatically generated opcode header
95opnames.h Automatically generated opcode header
96overload.h generated overload enum (public)
97overload.inc generated overload name table (implementation)
98PACKAGING notes and best practice for packaging perl 5
99packsizetables.inc The generated packprops array used in pp_pack.c
100pad.c Scratchpad functions
101pad.h Scratchpad headers
102parser.h parser object header
103patchlevel.h The current patch level of perl
104peep.c The peephole optimizer and optree finalizer
105perl.c main()
106perl.h Global declarations
107perl_inc_macro.h macro used to set \@INC using S_incpush_use_sep
108perl_langinfo.h Perl's version of <langinfo.h>
109perl_siphash.h Implementation of SipHash
110perlapi.h Empty backwards-compat include
111perldtrace.d D script for Perl probes
112perlio.c C code for PerlIO abstraction
113perlio.h PerlIO abstraction
114perlio.sym Symbols for PerlIO abstraction
115perliol.h PerlIO Layer definition
116perlsdio.h Fake stdio using perlio
117perlstatic.h Like inline.h, but functions not declared inline
118perlvars.h Global variables
119perly.act parser actions; derived from perly.y
120perly.c parser code (NOT derived from perly.y)
121perly.h header file for perly.c; derived from perly.y
122perly.tab parser state tables; derived from perly.y
123perly.y Yacc grammar for perl
124Policy_sh.SH Hold site-wide preferences between Configure runs.
125pp.c Push/Pop code
126pp.h Push/Pop code defs
127pp_ctl.c Push/Pop code for control flow
128pp_hot.c Push/Pop code for heavily used opcodes
129pp_pack.c Push/Pop code for pack/unpack
130pp_proto.h C++ definitions for Push/Pop code
131pp_sort.c Push/Pop code for sort
132pp_sys.c Push/Pop code for system interaction
133proto.h Prototypes
134README The Instructions
135README.aix Perl notes for AIX
136README.amiga Perl notes for AmigaOS
137README.android Perl notes for Android
138README.bs2000 Perl notes for POSIX-BC BS2000
139README.cn Perl for Simplified Chinese (in UTF-8)
140README.cygwin Perl notes for Cygwin
141README.freebsd Perl notes for FreeBSD
142README.haiku Perl notes for Haiku
143README.hpux Perl notes for HP-UX
144README.hurd Perl notes for Hurd
145README.irix Perl notes for Irix
146README.jp Perl for Japanese (in EUC-JP)
147README.ko Perl for Korean (in EUC-KR)
148README.linux Perl notes for Linux
149README.macosx Perl notes for Mac OS X
bf8d7753
YO
150README.openbsd Perl notes for OpenBSD
151README.os2 Perl notes for OS/2
152README.os390 Perl notes for OS/390
153README.os400 Perl notes for OS/400
154README.plan9 Perl notes for Plan 9
155README.qnx Perl notes for QNX
156README.riscos Perl notes for RISC OS
157README.solaris Perl notes for Solaris
158README.synology Perl notes for Synology
159README.tru64 Perl notes for Tru64
160README.tw Perl for Traditional Chinese (in Big5)
161README.vms Notes about installing the VMS port
162README.vos Perl notes for Stratus VOS
163README.win32 Perl notes for Windows
164reentr.c Reentrant interfaces
165reentr.h Reentrant interfaces
166regcharclass.h Generated by regen/regcharclass.pl
167regcomp.c Regular expression compiler
168regcomp.h Private declarations for above
169regcomp.sym Data for regnodes.h
170regcomp_debug.c Regular expression compiler debug code
171regcomp_internal.h Internal stuff for regex compiler
172regcomp_invlist.c Invlist logic for regular expression engine
173regcomp_study.c Optimizer for regular expression compiler
174regcomp_trie.c Trie logic for regular expression compiler
175regen.pl Run all scripts that (re)generate files
176regen_perly.pl generate perly.{act,h,tab} from perly.y
177regexec.c Regular expression evaluator
178regexp.h Public declarations for the above
179reginline.h Inline subs for the RE engine.
180regnodes.h Description of nodes of the RE engine
181run.c The interpreter loop
182runtests.SH A script that generates runtests
183sbox32_hash.h SBox hash code (32 Bit SBOX based hash function)
184scope.c Scope entry and exit code
185scope.h Scope entry and exit header
186scope_types.h Types used to manage the save stack
187SECURITY.md Add Security Policy for GitHub
188sv.c Scalar value code
189sv.h Scalar value header
190sv_inline.h Perl_newSV_type and required defs
191taint.c Tainting code
192TestInit.pm Preamble library for tests
193thread.h Threading header
194time64.c 64 bit clean time.h (code)
195time64.h 64 bit clean time.h (header)
196time64_config.h 64 bit clean time.h (configuration)
197toke.c The tokener
bf8d7753
YO
198uni_keywords.h Map unicode property names to numbers
199unicode_constants.h compile-time macros for Unicode code points
200universal.c The default UNIVERSAL package methods
201unixish.h Defines that are assumed on Unix
202utf8.c Unicode routines
203utf8.h Unicode header
204utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
205util.c Utility routines
206util.h Dummy header
207utils.lst Lists utilities bundled with Perl
208vutil.c Version object C functions
209vutil.h Version object headers
210vxs.inc Version object XS methods
211warnings.h The warning numbers
212write_buildcustomize.pl Generate lib/buildcustomize.pl
213XSUB.h Include file for extension subroutines
214zaphod32_hash.h Zaphod32 hash code (32 bit fast hash function)
215amigaos4/amigaio.c AmigaOS4 port
216amigaos4/amigaio.h AmigaOS4 port
217amigaos4/amigaos.c AmigaOS4 port
218amigaos4/amigaos.h AmigaOS4 port
219amigaos4/config.sh AmigaOS4 config
3dfcef7e 220cpan/.dir-locals.el Emacs control file
bf8d7753
YO
221cpan/Archive-Tar/bin/ptar the ptar utility
222cpan/Archive-Tar/bin/ptardiff the ptardiff utility
223cpan/Archive-Tar/bin/ptargrep the ptardiff utility
224cpan/Archive-Tar/lib/Archive/Tar.pm Archive::Tar
225cpan/Archive-Tar/lib/Archive/Tar/Constant.pm Archive::Tar
226cpan/Archive-Tar/lib/Archive/Tar/File.pm Archive::Tar
227cpan/Archive-Tar/t/01_use.t Archive::Tar tests
228cpan/Archive-Tar/t/02_methods.t Archive::Tar tests
229cpan/Archive-Tar/t/03_file.t Archive::Tar tests
230cpan/Archive-Tar/t/04_resolved_issues.t Archive::Tar tests
231cpan/Archive-Tar/t/05_iter.t Archive::Tar tests
232cpan/Archive-Tar/t/06_error.t Archive::Tar tests
c465fd2f 233cpan/Archive-Tar/t/08_ptargrep.t
90bb05e9 234cpan/Archive-Tar/t/09_roundtrip.t
bf8d7753
YO
235cpan/Archive-Tar/t/90_symlink.t Archive::Tar tests
236cpan/Archive-Tar/t/99_pod.t Archive::Tar tests
237cpan/Archive-Tar/t/src/header/signed.tar Archive::Tar tests
ad73611d 238cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar Archive::Tar tests
bf8d7753
YO
239cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar Archive::Tar tests
240cpan/Archive-Tar/t/src/long/b Archive::Tar tests
241cpan/Archive-Tar/t/src/long/bar.tar Archive::Tar tests
242cpan/Archive-Tar/t/src/long/foo.tbz Archive::Tar tests
243cpan/Archive-Tar/t/src/long/foo.tgz Archive::Tar tests
244cpan/Archive-Tar/t/src/short/b Archive::Tar tests
245cpan/Archive-Tar/t/src/short/bar.tar Archive::Tar tests
246cpan/Archive-Tar/t/src/short/foo.tbz Archive::Tar tests
247cpan/Archive-Tar/t/src/short/foo.tgz Archive::Tar tests
248cpan/autodie/lib/autodie.pm Functions succeed or die with lexical scope
249cpan/autodie/lib/autodie/exception.pm Exception class for autodie
250cpan/autodie/lib/autodie/exception/system.pm Exception class for autodying system()
251cpan/autodie/lib/autodie/hints.pm Hinting interface for autodie
f91d7e0d
CBW
252cpan/autodie/lib/autodie/Scope/Guard.pm
253cpan/autodie/lib/autodie/Scope/GuardStack.pm
273225d4 254cpan/autodie/lib/autodie/skip.pm
35c0561a 255cpan/autodie/lib/autodie/Util.pm
bf8d7753
YO
256cpan/autodie/lib/Fatal.pm Make errors in functions/builtins fatal
257cpan/autodie/t/00-load.t autodie - basic load
c7e47358 258cpan/autodie/t/args.t
bf8d7753 259cpan/autodie/t/autodie.t autodie - Basic functionality
3dfcef7e 260cpan/autodie/t/autodie_skippy.pm
bf8d7753
YO
261cpan/autodie/t/autodie_test_module.pm autodie - test helper
262cpan/autodie/t/backcompat.t autodie - More Fatal backcompat
263cpan/autodie/t/basic_exceptions.t autodie - Basic exception tests
264cpan/autodie/t/binmode.t autodie - Binmode testing
265cpan/autodie/t/blog_hints.t autodie - Tests fro PJF's blog
266cpan/autodie/t/caller.t autodie - Caller diagnostics
273225d4
CBW
267cpan/autodie/t/chmod.t
268cpan/autodie/t/chown.t
bf8d7753
YO
269cpan/autodie/t/context.t autodie - Context clobbering tests
270cpan/autodie/t/context_lexical.t autodie - Context clobbering lexically
273225d4 271cpan/autodie/t/core-trampoline-slurp.t
bf8d7753
YO
272cpan/autodie/t/crickey.t autodie - Like an Australian
273cpan/autodie/t/dbmopen.t autodie - dbm tests
a009834b 274cpan/autodie/t/eval_error.t
bf8d7753 275cpan/autodie/t/exception_class.t autodie - Exception class subclasses
ea6c7d00 276cpan/autodie/t/exception_nonref.t
bf8d7753
YO
277cpan/autodie/t/exceptions.t autodie - 5.10 exception tests.
278cpan/autodie/t/exec.t autodie - exec tests.
279cpan/autodie/t/Fatal.t autodie - Fatal backcompatibility
280cpan/autodie/t/filehandles.t autodie - filehandle tests
281cpan/autodie/t/fileno.t autodie - fileno tests
282cpan/autodie/t/flock.t autodie - File locking tests
283cpan/autodie/t/format-clobber.t autodie - Don't clobber scalars
284cpan/autodie/t/hints.t autodie - Test hints interface
285cpan/autodie/t/hints_insist.t autodie - Test hints insistance
286cpan/autodie/t/hints_pod_examples.t autodie - Test hints POD examples
287cpan/autodie/t/hints_provider_does.t autodie - Test hints/does roles
288cpan/autodie/t/hints_provider_easy_does_it.t autodie - Test easy hints/does
289cpan/autodie/t/hints_provider_isa.t autodie - Test hints/inheritance
ebf27bc8 290cpan/autodie/t/import-into.t
bf8d7753
YO
291cpan/autodie/t/internal.t autodie - internal interface tests
292cpan/autodie/t/internal-backcompat.t autodie - Back-compatibility tests
273225d4 293cpan/autodie/t/kill.t
bf8d7753
YO
294cpan/autodie/t/lethal.t autodie - lethal is the one true name
295cpan/autodie/t/lib/autodie/test/au.pm autodie - Australian helper
296cpan/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
297cpan/autodie/t/lib/autodie/test/badname.pm autodie - Bad exception class
298cpan/autodie/t/lib/autodie/test/missing.pm autodie - Missing exception class
299cpan/autodie/t/lib/Caller_helper.pm autodie - Caller helper
300cpan/autodie/t/lib/Hints_pod_examples.pm autodie - Hints/pod helper
301cpan/autodie/t/lib/Hints_provider_does.pm autodie - Hints/does helper
e853d226 302cpan/autodie/t/lib/Hints_provider_easy_does_it.pm autodie - Hints/easy helper
bf8d7753
YO
303cpan/autodie/t/lib/Hints_provider_isa.pm autodie - Hints/inherit helper
304cpan/autodie/t/lib/Hints_test.pm autodie - Hints test helper
305cpan/autodie/t/lib/lethal.pm autodie - with a better name
306cpan/autodie/t/lib/my/autodie.pm autodie - blog_hints.t helper
ebf27bc8 307cpan/autodie/t/lib/my/pragma.pm
bf8d7753
YO
308cpan/autodie/t/lib/OtherTypes.pm autodie - Format clobberer helper.
309cpan/autodie/t/lib/pujHa/ghach.pm autodie - Like a Klingon
310cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
311cpan/autodie/t/lib/Some/Module.pm autodie - blog_hints.t helper
312cpan/autodie/t/mkdir.t autodie - filesystem tests
e4cce63d 313cpan/autodie/t/no-default.t
273225d4 314cpan/autodie/t/no_carp.t
bf8d7753 315cpan/autodie/t/open.t autodie - Testing open
ebf27bc8 316cpan/autodie/t/read.t
bf8d7753
YO
317cpan/autodie/t/recv.t autodie - send/recv tests
318cpan/autodie/t/repeat.t autodie - repeat autodie leak tests
c7e47358 319cpan/autodie/t/rt-74246.t
bf8d7753 320cpan/autodie/t/scope_leak.t autodie - file scope leak tests
273225d4 321cpan/autodie/t/skip.t
bf8d7753
YO
322cpan/autodie/t/string-eval-basic.t autodie - Basic string eval test
323cpan/autodie/t/string-eval-leak.t autodie - String eval leak test
324cpan/autodie/t/sysopen.t autodie - sysopen tests
273225d4 325cpan/autodie/t/touch_me
bf8d7753
YO
326cpan/autodie/t/truncate.t autodie - File truncation tests
327cpan/autodie/t/unlink.t autodie - Unlink system tests.
328cpan/autodie/t/user-context.t autodie - Context changes for usersubs
329cpan/autodie/t/usersub.t autodie - user subroutine tests
273225d4
CBW
330cpan/autodie/t/utf8_open.t
331cpan/autodie/t/utime.t
bf8d7753 332cpan/autodie/t/version.t autodie - versioning tests
e853d226 333cpan/autodie/t/version_tag.t
afbf6680
NC
334cpan/AutoLoader/lib/AutoLoader.pm Autoloader base class
335cpan/AutoLoader/lib/AutoSplit.pm Split up autoload functions
336cpan/AutoLoader/t/01AutoLoader.t See if AutoLoader works
337cpan/AutoLoader/t/02AutoSplit.t See if AutoSplit works
9bfb09e8 338cpan/bignum/gentest/backend.sh
6853e8af
RL
339cpan/bignum/gentest/scope-nested-const.sh
340cpan/bignum/gentest/scope-nested-hex-oct.sh
ca3af6c0 341cpan/bignum/lib/bigfloat.pm
bf8d7753
YO
342cpan/bignum/lib/bigint.pm bigint
343cpan/bignum/lib/bignum.pm bignum
344cpan/bignum/lib/bigrat.pm bigrat
345cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
346cpan/bignum/lib/Math/BigInt/Trace.pm bignum tracing
6853e8af 347cpan/bignum/lib/Math/BigRat/Trace.pm
ca3af6c0 348cpan/bignum/t/backend-gmp-bigfloat.t
9bfb09e8
N
349cpan/bignum/t/backend-gmp-bigint.t
350cpan/bignum/t/backend-gmp-bignum.t
351cpan/bignum/t/backend-gmp-bigrat.t
ca3af6c0 352cpan/bignum/t/backend-pari-bigfloat.t
9bfb09e8
N
353cpan/bignum/t/backend-pari-bigint.t
354cpan/bignum/t/backend-pari-bignum.t
355cpan/bignum/t/backend-pari-bigrat.t
bf8d7753 356cpan/bignum/t/bigexp.t See if bignum works
ca3af6c0 357cpan/bignum/t/bigfloat.t
bf8d7753
YO
358cpan/bignum/t/bigint.t See if bigint works
359cpan/bignum/t/bignum.t See if bignum works
360cpan/bignum/t/bigrat.t See if bigrat works
ca3af6c0 361cpan/bignum/t/const-bigfloat.t
6853e8af
RL
362cpan/bignum/t/const-bigint.t
363cpan/bignum/t/const-bignum.t
364cpan/bignum/t/const-bigrat.t
ca3af6c0
HS
365cpan/bignum/t/down-mbi-up-mbf.t
366cpan/bignum/t/down-mbi-up-mbr.t
367cpan/bignum/t/down-mbi-up-undef.t
368cpan/bignum/t/down-undef-up-mbf.t
369cpan/bignum/t/e_pi-bigfloat.t
6853e8af
RL
370cpan/bignum/t/e_pi-bigint.t
371cpan/bignum/t/e_pi-bignum.t
372cpan/bignum/t/e_pi-bigrat.t
ca3af6c0 373cpan/bignum/t/import-bigfloat.t
6853e8af
RL
374cpan/bignum/t/import-bigint.t
375cpan/bignum/t/import-bignum.t
376cpan/bignum/t/import-bigrat.t
bf8d7753 377cpan/bignum/t/in_effect.t See if in_effect() works
ca3af6c0 378cpan/bignum/t/infnan-bigfloat.t
6853e8af 379cpan/bignum/t/infnan-bigint.t
b7cde0a0
N
380cpan/bignum/t/infnan-bignum-mbf.t
381cpan/bignum/t/infnan-bignum-mbr.t
6853e8af 382cpan/bignum/t/infnan-bigrat.t
bf8d7753 383cpan/bignum/t/option_a.t See if bignum a => X works
ca3af6c0
HS
384cpan/bignum/t/option_a-bignum.t
385cpan/bignum/t/option_l-bigfloat.t
386cpan/bignum/t/option_l-bigint.t
387cpan/bignum/t/option_l-bignum.t
388cpan/bignum/t/option_l-bigrat.t
bf8d7753 389cpan/bignum/t/option_p.t See if bignum p => X works
ca3af6c0 390cpan/bignum/t/option_p-bignum.t
bf8d7753
YO
391cpan/bignum/t/overrides.t See if global overrides behave
392cpan/bignum/t/ratopt_a.t See if bigrat a => X works
ca3af6c0 393cpan/bignum/t/scope-bigfloat.t
6853e8af
RL
394cpan/bignum/t/scope-bigint.t
395cpan/bignum/t/scope-bignum.t
396cpan/bignum/t/scope-bigrat.t
397cpan/bignum/t/scope-nested-const.t
398cpan/bignum/t/scope-nested-hex-oct.t
93297d40
JK
399cpan/Compress-Raw-Bzip2/Bzip2.xs Compress::Raw::Bzip2
400cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c Compress::Raw::Bzip2
401cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch Compress::Raw::Bzip2
402cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c Compress::Raw::Bzip2
403cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h Compress::Raw::Bzip2
404cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h Compress::Raw::Bzip2
405cpan/Compress-Raw-Bzip2/bzip2-src/compress.c Compress::Raw::Bzip2
406cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c Compress::Raw::Bzip2
407cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c Compress::Raw::Bzip2
408cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c Compress::Raw::Bzip2
409cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE Compress::Raw::Bzip2
410cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c Compress::Raw::Bzip2
411cpan/Compress-Raw-Bzip2/fallback/constants.h Compress::Raw::Bzip2
412cpan/Compress-Raw-Bzip2/fallback/constants.xs Compress::Raw::Bzip2
413cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm Module related to Compress::Raw::Bzip2
414cpan/Compress-Raw-Bzip2/Makefile.PL Compress::Raw::Bzip2
415cpan/Compress-Raw-Bzip2/private/MakeUtil.pm Module related to Compress::Raw::Bzip2
416cpan/Compress-Raw-Bzip2/t/000prereq.t Test file related to Compress::Raw::Bzip2
417cpan/Compress-Raw-Bzip2/t/01bzip2.t Test file related to Compress::Raw::Bzip2
418cpan/Compress-Raw-Bzip2/t/09limitoutput.t Test file related to Compress::Raw::Bzip2
419cpan/Compress-Raw-Bzip2/t/19nonpv.t Test file related to Compress::Raw::Bzip2
420cpan/Compress-Raw-Bzip2/t/99pod.t Test file related to Compress::Raw::Bzip2
421cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm Module related to Compress::Raw::Bzip2
422cpan/Compress-Raw-Bzip2/typemap Compress::Raw::Bzip2
bf8d7753
YO
423cpan/Compress-Raw-Zlib/config.in Compress::Raw::Zlib
424cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib
425cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib
426cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib
427cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib
428cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib
429cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib
430cpan/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib
431cpan/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib
432cpan/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib
433cpan/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib
6aa34818
JK
434cpan/Compress-Raw-Zlib/t/19nonpv.t Test file related to Compress::Raw::Zlib
435cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm Module related to Compress::Raw::Zlib
bf8d7753
YO
436cpan/Compress-Raw-Zlib/typemap Compress::Raw::Zlib
437cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib
438cpan/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib
439cpan/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib
440cpan/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib
441cpan/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib
442cpan/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib
443cpan/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib
444cpan/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib
445cpan/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib
446cpan/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib
447cpan/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib
448cpan/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib
449cpan/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib
450cpan/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib
451cpan/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib
452cpan/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib
453cpan/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib
454cpan/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib
455cpan/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib
456cpan/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib
457cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
458cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
459cpan/Config-Perl-V/t/10_base.t Config::Perl::V
460cpan/Config-Perl-V/t/20_plv56.t Config::Perl::V
461cpan/Config-Perl-V/t/21_plv58.t Config::Perl::V
462cpan/Config-Perl-V/t/22_plv510.t Config::Perl::V
463cpan/Config-Perl-V/t/23_plv512.t Config::Perl::V
464cpan/Config-Perl-V/t/24_plv514.t Config::Perl::V
465cpan/Config-Perl-V/t/25_plv516.t Config::Perl::V
466cpan/Config-Perl-V/t/25_plv5162.t Config::Perl::V
467cpan/Config-Perl-V/t/26_plv518.t Config::Perl::V
468cpan/Config-Perl-V/t/26_plv5182.t Config::Perl::V
469cpan/Config-Perl-V/t/27_plv5200.t Config::Perl::V
470cpan/Config-Perl-V/t/27_plv5202.t Config::Perl::V
471cpan/Config-Perl-V/t/28_plv5220.t Config::Perl::V
472cpan/Config-Perl-V/t/28_plv52201w.t Config::Perl::V
473cpan/Config-Perl-V/t/29_plv5235w.t Config::Perl::V
474cpan/Config-Perl-V/t/30_plv5240.t Config::Perl::V
475cpan/Config-Perl-V/t/31_plv52511.t Config::Perl::V
476cpan/Config-Perl-V/t/32_plv5261rc1.t Config::Perl::V
477cpan/Config-Perl-V/t/33_plv52711r.t Config::Perl::V
478cpan/Config-Perl-V/t/34_plv5280.t Config::Perl::V
479cpan/Config-Perl-V/t/35_plv52910g.t Config::Perl::V
480cpan/Config-Perl-V/t/36_plv5300.t Config::Perl::V
481cpan/Config-Perl-V/t/37_plv53111qm.t Config::Perl::V
482cpan/Config-Perl-V/t/38_plv5320tld.t Config::Perl::V
483cpan/Config-Perl-V/t/39_plv5340tqm.t Config::Perl::V
484cpan/Config-Perl-V/t/40_plv5358dnqm.t Config::Perl::V
485cpan/Config-Perl-V/t/41_plv5360dnqm.t Config::Perl::V
486cpan/Config-Perl-V/t/42_plv5373tld.t Config::Perl::V
487cpan/Config-Perl-V/t/43_plv53710rcs.t Test file related to Config::Perl::V
488cpan/Config-Perl-V/V.pm Config::Perl::V
489cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm
490cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network
491cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm
492cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm
493cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm
494cpan/CPAN/lib/CPAN/CacheMgr.pm helper package for CPAN.pm
495cpan/CPAN/lib/CPAN/Complete.pm helper package for CPAN.pm
496cpan/CPAN/lib/CPAN/Debug.pm helper package for CPAN.pm
497cpan/CPAN/lib/CPAN/DeferredCode.pm helper package for CPAN.pm
498cpan/CPAN/lib/CPAN/Distribution.pm helper package for CPAN.pm
499cpan/CPAN/lib/CPAN/Distroprefs.pm helper package for CPAN.pm
500cpan/CPAN/lib/CPAN/Distrostatus.pm helper package for CPAN.pm
501cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm helper package for CPAN.pm
6df60a5f
NC
502cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm helper package for CPAN.pm
503cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm helper package for CPAN.pm
4ea805df 504cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm helper package for CPAN.pm
bf8d7753
YO
505cpan/CPAN/lib/CPAN/FirstTime.pm Utility for creating CPAN config files
506cpan/CPAN/lib/CPAN/FTP.pm helper package for CPAN.pm
507cpan/CPAN/lib/CPAN/FTP/netrc.pm helper package for CPAN.pm
508cpan/CPAN/lib/CPAN/HandleConfig.pm helper package for CPAN.pm
509cpan/CPAN/lib/CPAN/HTTP/Client.pm helper package for CPAN.pm
510cpan/CPAN/lib/CPAN/HTTP/Credentials.pm helper package for CPAN.pm
511cpan/CPAN/lib/CPAN/Index.pm helper package for CPAN.pm
512cpan/CPAN/lib/CPAN/InfoObj.pm helper package for CPAN.pm
513cpan/CPAN/lib/CPAN/Kwalify.pm helper package for CPAN.pm
6df60a5f 514cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd helper file for validating config files
bf8d7753
YO
515cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml helper file for validating config files
516cpan/CPAN/lib/CPAN/LWP/UserAgent.pm helper package for CPAN.pm
517cpan/CPAN/lib/CPAN/Mirrors.pm helper package for CPAN.pm
518cpan/CPAN/lib/CPAN/Module.pm helper package for CPAN.pm
519cpan/CPAN/lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
79116533
SH
520cpan/CPAN/lib/CPAN/Plugin.pm
521cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
6df60a5f 522cpan/CPAN/lib/CPAN/Prompt.pm
bf8d7753 523cpan/CPAN/lib/CPAN/Queue.pm queueing system for CPAN.pm
6df60a5f 524cpan/CPAN/lib/CPAN/Shell.pm
bf8d7753 525cpan/CPAN/lib/CPAN/Tarzip.pm helper package for CPAN.pm
6df60a5f 526cpan/CPAN/lib/CPAN/URL.pm
bf8d7753
YO
527cpan/CPAN/lib/CPAN/Version.pm Simple math with different flavors of version strings
528cpan/CPAN/PAUSE2003.pub CPAN public key
529cpan/CPAN/PAUSE2005.pub CPAN public key
530cpan/CPAN/PAUSE2007.pub CPAN public key
531cpan/CPAN/PAUSE2009.pub CPAN public key
3dfcef7e 532cpan/CPAN/PAUSE2011.pub
02895be6 533cpan/CPAN/PAUSE2022.pub
bf8d7753
YO
534cpan/CPAN/scripts/cpan easily interact with CPAN from the command line
535cpan/CPAN/t/01loadme.t See if CPAN the module works
536cpan/CPAN/t/02nox.t See if CPAN::Nox works
537cpan/CPAN/t/03pkgs.t See if CPAN::Version works
538cpan/CPAN/t/10version.t See if CPAN the module works
539cpan/CPAN/t/11mirroredby.t See if CPAN::Mirrored::By works
4ccd1515 540cpan/CPAN/t/32pushyhttps.t
f33f0562
KE
541cpan/CPAN-Meta/corpus/BadMETA.yml
542cpan/CPAN-Meta/corpus/bareyaml.meta
543cpan/CPAN-Meta/corpus/CL018_yaml.meta
544cpan/CPAN-Meta/corpus/json.meta
545cpan/CPAN-Meta/corpus/META-VR.json
546cpan/CPAN-Meta/corpus/META-VR.yml
547cpan/CPAN-Meta/corpus/yaml.meta
3dfcef7e 548cpan/CPAN-Meta/lib/CPAN/Meta.pm
c05760c6
DG
549cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
550cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
3dfcef7e 551cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
29fba139
CBW
552cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
553cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
554cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
555cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
556cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
5f8324b5 557cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
c05760c6
DG
558cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
559cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
560cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
f33f0562 561cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm
3dfcef7e 562cpan/CPAN-Meta/t/converter.t
c05760c6
DG
563cpan/CPAN-Meta/t/converter-bad.t
564cpan/CPAN-Meta/t/converter-fail.t
44d8255e 565cpan/CPAN-Meta/t/converter-fragments.t
c05760c6
DG
566cpan/CPAN-Meta/t/data-fail/META-1_0.yml
567cpan/CPAN-Meta/t/data-fail/META-1_1.yml
568cpan/CPAN-Meta/t/data-fail/META-1_2.yml
569cpan/CPAN-Meta/t/data-fail/META-1_3.yml
570cpan/CPAN-Meta/t/data-fail/META-1_4.yml
571cpan/CPAN-Meta/t/data-fail/META-2.json
229563a9
SH
572cpan/CPAN-Meta/t/data-fixable/107650337-META.yml
573cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml
574cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml
575cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml
576cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml
577cpan/CPAN-Meta/t/data-fixable/284247103-META.yml
578cpan/CPAN-Meta/t/data-fixable/344981821-META.yml
579cpan/CPAN-Meta/t/data-fixable/35478989-META.yml
580cpan/CPAN-Meta/t/data-fixable/98042513-META.yml
56583f24
SH
581cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json
582cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml
229563a9
SH
583cpan/CPAN-Meta/t/data-fixable/META-1_2.yml
584cpan/CPAN-Meta/t/data-fixable/META-1_3.yml
585cpan/CPAN-Meta/t/data-fixable/META-1_4.yml
586cpan/CPAN-Meta/t/data-fixable/META-2.json
229563a9
SH
587cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json
588cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml
589cpan/CPAN-Meta/t/data-fixable/restrictive-2.json
590cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json
591cpan/CPAN-Meta/t/data-test/gpl-1_4.yml
592cpan/CPAN-Meta/t/data-test/META-1_0.yml
593cpan/CPAN-Meta/t/data-test/META-1_1.yml
594cpan/CPAN-Meta/t/data-test/META-1_2.yml
595cpan/CPAN-Meta/t/data-test/META-1_3.yml
596cpan/CPAN-Meta/t/data-test/META-1_4.yml
597cpan/CPAN-Meta/t/data-test/META-2.json
85b1cb07 598cpan/CPAN-Meta/t/data-test/META-2.meta
2b771c51 599cpan/CPAN-Meta/t/data-test/preserve-release-status.yml
229563a9
SH
600cpan/CPAN-Meta/t/data-test/provides-version-missing.json
601cpan/CPAN-Meta/t/data-test/resources.yml
602cpan/CPAN-Meta/t/data-test/restricted-2.json
603cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml
604cpan/CPAN-Meta/t/data-test/unicode.yml
605cpan/CPAN-Meta/t/data-test/version-not-normal.json
606cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml
607cpan/CPAN-Meta/t/data-test/version-ranges-2.json
f33f0562 608cpan/CPAN-Meta/t/data-test/x_deprecated-META.json
229563a9
SH
609cpan/CPAN-Meta/t/data-valid/1122575719-META.yml
610cpan/CPAN-Meta/t/data-valid/1206545041-META.yml
611cpan/CPAN-Meta/t/data-valid/1985684504-META.yml
612cpan/CPAN-Meta/t/data-valid/476602558-META.yml
613cpan/CPAN-Meta/t/data-valid/META-1_0.yml
614cpan/CPAN-Meta/t/data-valid/META-1_1.yml
f33f0562
KE
615cpan/CPAN-Meta/t/data-valid/META-1_4.yml
616cpan/CPAN-Meta/t/data-valid/META-2.json
229563a9 617cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
f33f0562
KE
618cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml
619cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
c05760c6 620cpan/CPAN-Meta/t/load-bad.t
5f8324b5 621cpan/CPAN-Meta/t/merge.t
c05760c6
DG
622cpan/CPAN-Meta/t/meta-obj.t
623cpan/CPAN-Meta/t/no-index.t
b907e848 624cpan/CPAN-Meta/t/optional_feature-merge.t
f33f0562
KE
625cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t
626cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t
627cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t
628cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t
3dfcef7e 629cpan/CPAN-Meta/t/prereqs.t
c05760c6
DG
630cpan/CPAN-Meta/t/prereqs-finalize.t
631cpan/CPAN-Meta/t/prereqs-merge.t
f33f0562 632cpan/CPAN-Meta/t/README-data.txt
c05760c6
DG
633cpan/CPAN-Meta/t/repository.t
634cpan/CPAN-Meta/t/save-load.t
635cpan/CPAN-Meta/t/validator.t
3dfcef7e 636cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
e601791b 637cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements/Range.pm
3dfcef7e
YO
638cpan/CPAN-Meta-Requirements/t/accepts.t
639cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
640cpan/CPAN-Meta-Requirements/t/basic.t
641cpan/CPAN-Meta-Requirements/t/finalize.t
642cpan/CPAN-Meta-Requirements/t/from-hash.t
643cpan/CPAN-Meta-Requirements/t/merge.t
644cpan/CPAN-Meta-Requirements/t/strings.t
bf8d7753 645cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm CPAN-Meta-YAML files
2954a1e9 646cpan/CPAN-Meta-YAML/t/01_api.t
bf8d7753 647cpan/CPAN-Meta-YAML/t/01_compile.t CPAN-Meta-YAML files
2954a1e9
CBW
648cpan/CPAN-Meta-YAML/t/10_read.t
649cpan/CPAN-Meta-YAML/t/11_read_string.t
650cpan/CPAN-Meta-YAML/t/12_write.t
651cpan/CPAN-Meta-YAML/t/13_write_string.t
bf8d7753 652cpan/CPAN-Meta-YAML/t/20_subclass.t CPAN-Meta-YAML files
2954a1e9
CBW
653cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
654cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
655cpan/CPAN-Meta-YAML/t/31_local_tml.t
656cpan/CPAN-Meta-YAML/t/32_world_tml.t
23741be4 657cpan/CPAN-Meta-YAML/t/86_fail.t
2954a1e9
CBW
658cpan/CPAN-Meta-YAML/t/data/ascii.yml
659cpan/CPAN-Meta-YAML/t/data/latin1.yml
bf8d7753
YO
660cpan/CPAN-Meta-YAML/t/data/multibyte.yml CPAN-Meta-YAML files
661cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml CPAN-Meta-YAML files
2954a1e9 662cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
614148a1 663cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm
2954a1e9
CBW
664cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
665cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
666cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
667cpan/CPAN-Meta-YAML/t/README.md
668cpan/CPAN-Meta-YAML/t/tml
669cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
670cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
671cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
672cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
e586de20 673cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml
2954a1e9
CBW
674cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
675cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
676cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
677cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
678cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
679cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
680cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
681cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
682cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
683cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
684cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
685cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
686cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
687cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
688cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
689cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
690cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
691cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
692cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
693cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
2954a1e9 694cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
3dfcef7e 695cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
bf8d7753
YO
696cpan/DB_File/config.in Part of Berkeley DB configuration
697cpan/DB_File/DB_File.pm Berkeley DB extension Perl module
698cpan/DB_File/DB_File.xs Berkeley DB extension external subroutines
699cpan/DB_File/dbinfo Berkeley DB database version checker
31f2b81e 700cpan/DB_File/hints/bitrig.pl
bf8d7753 701cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
31f2b81e
CBW
702cpan/DB_File/hints/minix.pl
703cpan/DB_File/hints/netbsd.pl
704cpan/DB_File/hints/openbsd.pl
bf8d7753
YO
705cpan/DB_File/hints/sco.pl Hint for DB_File for named architecture
706cpan/DB_File/Makefile.PL Berkeley DB extension makefile writer
707cpan/DB_File/t/db-btree.t See if DB_File works
708cpan/DB_File/t/db-hash.t See if DB_File works
709cpan/DB_File/t/db-recno.t See if DB_File works
710cpan/DB_File/t/db-threads.t See if DB_File works
711cpan/DB_File/typemap Berkeley DB extension interface types
712cpan/DB_File/version.c Berkeley DB extension interface version check
551856fd
TR
713cpan/Digest/lib/Digest.pm
714cpan/Digest/lib/Digest/base.pm
715cpan/Digest/lib/Digest/file.pm
bf8d7753
YO
716cpan/Digest/t/base.t See if Digest extensions work
717cpan/Digest/t/digest.t See if Digest extensions work
718cpan/Digest/t/file.t See if Digest extensions work
719cpan/Digest/t/lib/Digest/Dummy.pm See if Digest extensions work
3dfcef7e 720cpan/Digest/t/security.t See if Digest extensions work
ecc8f9b5
NC
721cpan/Digest-MD5/hints/dec_osf.pl Hints for named architecture
722cpan/Digest-MD5/hints/irix_6.pl Hints for named architecture
723cpan/Digest-MD5/hints/MacOS.pl Hints for named architecture
724cpan/Digest-MD5/Makefile.PL Digest::MD5 extension makefile writer
725cpan/Digest-MD5/MD5.pm Digest::MD5 extension
726cpan/Digest-MD5/MD5.xs Digest::MD5 extension
ecc8f9b5
NC
727cpan/Digest-MD5/t/align.t See if Digest::MD5 extension works
728cpan/Digest-MD5/t/badfile.t See if Digest::MD5 extension works
729cpan/Digest-MD5/t/bits.t See if Digest::MD5 extension works
730cpan/Digest-MD5/t/clone.t See if Digest::MD5 extension works
731cpan/Digest-MD5/t/files.t See if Digest::MD5 extension works
732cpan/Digest-MD5/t/md5-aaa.t See if Digest::MD5 extension works
62d37bf0 733cpan/Digest-MD5/t/threads.t See if Digest::MD5 extension works
ecc8f9b5 734cpan/Digest-MD5/t/utf8.t See if Digest::MD5 extension works
897b79c3 735cpan/Digest-MD5/t/warns.t
ecc8f9b5 736cpan/Digest-MD5/typemap Digest::MD5 extension
a8fcbca8
NC
737cpan/Digest-SHA/lib/Digest/SHA.pm Digest::SHA extension
738cpan/Digest-SHA/Makefile.PL Digest::SHA Makefile.PL
a8fcbca8 739cpan/Digest-SHA/SHA.xs Digest::SHA extension
3dfcef7e 740cpan/Digest-SHA/shasum shasum script
eaacb23f 741cpan/Digest-SHA/src/sdf.c Digest::SHA extension
a8fcbca8
NC
742cpan/Digest-SHA/src/sha.c Digest::SHA extension
743cpan/Digest-SHA/src/sha.h Digest::SHA extension
3dfcef7e
YO
744cpan/Digest-SHA/src/sha64bit.c Digest::SHA extension
745cpan/Digest-SHA/src/sha64bit.h Digest::SHA extension
a8fcbca8
NC
746cpan/Digest-SHA/t/allfcns.t See if Digest::SHA works
747cpan/Digest-SHA/t/base64.t See if Digest::SHA works
748cpan/Digest-SHA/t/bitbuf.t See if Digest::SHA works
b495b81b 749cpan/Digest-SHA/t/bitorder.t
65484cb9 750cpan/Digest-SHA/t/fips180-4.t See if Digest::SHA works
a8fcbca8 751cpan/Digest-SHA/t/fips198.t See if Digest::SHA works
a8fcbca8 752cpan/Digest-SHA/t/gg.t See if Digest::SHA works
3dfcef7e 753cpan/Digest-SHA/t/gglong.t See if Digest::SHA works
a8fcbca8 754cpan/Digest-SHA/t/hmacsha.t See if Digest::SHA works
207902b1 755cpan/Digest-SHA/t/inheritance.t
a8fcbca8
NC
756cpan/Digest-SHA/t/ireland.t See if Digest::SHA works
757cpan/Digest-SHA/t/methods.t See if Digest::SHA works
758cpan/Digest-SHA/t/nistbit.t See if Digest::SHA works
759cpan/Digest-SHA/t/nistbyte.t See if Digest::SHA works
760cpan/Digest-SHA/t/rfc2202.t See if Digest::SHA works
761cpan/Digest-SHA/t/sha1.t See if Digest::SHA works
762cpan/Digest-SHA/t/sha224.t See if Digest::SHA works
763cpan/Digest-SHA/t/sha256.t See if Digest::SHA works
764cpan/Digest-SHA/t/sha384.t See if Digest::SHA works
765cpan/Digest-SHA/t/sha512.t See if Digest::SHA works
7123ec76 766cpan/Digest-SHA/t/state.t See if Digest::SHA works
7720cfb2 767cpan/Digest-SHA/t/unicode.t
a8fcbca8
NC
768cpan/Digest-SHA/t/woodbury.t See if Digest::SHA works
769cpan/Digest-SHA/typemap Typemap for Digest::SHA
bf8d7753
YO
770cpan/Encode/bin/enc2xs Encode module generator
771cpan/Encode/bin/encguess guess character encodings of files
772cpan/Encode/bin/piconv iconv by perl
773cpan/Encode/bin/ucm2table Table Generator for testing
774cpan/Encode/bin/ucmlint A UCM Lint utility
775cpan/Encode/bin/ucmsort A UCM sort utility
776cpan/Encode/bin/unidump Unicode Dump like hexdump(1)
777cpan/Encode/Byte/Byte.pm Encode extension
778cpan/Encode/Byte/Makefile.PL Encode extension
779cpan/Encode/CN/CN.pm Encode extension
780cpan/Encode/CN/Makefile.PL Encode extension
781cpan/Encode/EBCDIC/EBCDIC.pm Encode extension
782cpan/Encode/EBCDIC/Makefile.PL Encode extension
783cpan/Encode/encengine.c Encode extension
784cpan/Encode/Encode.pm Mother of all Encode extensions
785cpan/Encode/Encode.xs Encode extension
786cpan/Encode/Encode/_PM.e2x Skeleton file for enc2xs
787cpan/Encode/Encode/_T.e2x Skeleton file for enc2xs
788cpan/Encode/Encode/Changes.e2x Skeleton file for enc2xs
789cpan/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs
790cpan/Encode/Encode/encode.h Encode extension header file
791cpan/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs
792cpan/Encode/Encode/README.e2x Skeleton file for enc2xs
793cpan/Encode/encoding.pm Perl Pragmatic Module
794cpan/Encode/JP/JP.pm Encode extension
795cpan/Encode/JP/Makefile.PL Encode extension
796cpan/Encode/KR/KR.pm Encode extension
797cpan/Encode/KR/Makefile.PL Encode extension
798cpan/Encode/lib/Encode/Alias.pm Encode extension
799cpan/Encode/lib/Encode/CJKConstants.pm Encode extension
800cpan/Encode/lib/Encode/CN/HZ.pm Encode extension
801cpan/Encode/lib/Encode/Config.pm Encode configuration module
802cpan/Encode/lib/Encode/Encoder.pm OO Encoder
803cpan/Encode/lib/Encode/Encoding.pm Encode extension
804cpan/Encode/lib/Encode/GSM0338.pm Encode extension
805cpan/Encode/lib/Encode/Guess.pm Encode Extension
806cpan/Encode/lib/Encode/JP/H2Z.pm Encode extension
807cpan/Encode/lib/Encode/JP/JIS7.pm Encode extension
808cpan/Encode/lib/Encode/KR/2022_KR.pm Encode extension
809cpan/Encode/lib/Encode/MIME/Header.pm Encode extension
3dfcef7e 810cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension
bf8d7753
YO
811cpan/Encode/lib/Encode/MIME/Name.pm Encode extension
812cpan/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO
813cpan/Encode/lib/Encode/Supported.pod Documents for supported encodings
814cpan/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
815cpan/Encode/Makefile.PL Encode extension makefile writer
816cpan/Encode/Symbol/Makefile.PL Encode extension
817cpan/Encode/Symbol/Symbol.pm Encode extension
818cpan/Encode/t/Aliases.t test script
819cpan/Encode/t/at-cn.t test script
820cpan/Encode/t/at-tw.t test script
821cpan/Encode/t/big5-eten.enc test data
822cpan/Encode/t/big5-eten.utf test data
823cpan/Encode/t/big5-hkscs.enc test data
824cpan/Encode/t/big5-hkscs.utf test data
825cpan/Encode/t/CJKT.t test script
b9f6c370
CBW
826cpan/Encode/t/cow.t
827cpan/Encode/t/decode.t
bf8d7753
YO
828cpan/Encode/t/enc_data.t test script for utf8 DATA
829cpan/Encode/t/enc_eucjp.t test script
830cpan/Encode/t/enc_module.enc test data for t/enc_module.t
831cpan/Encode/t/enc_module.t test script
832cpan/Encode/t/enc_utf8.t test script
833cpan/Encode/t/Encode.t test script
834cpan/Encode/t/Encoder.t test script
835cpan/Encode/t/encoding.t test script
836cpan/Encode/t/encoding-locale.t test script
837cpan/Encode/t/fallback.t test script
838cpan/Encode/t/from_to.t test script
839cpan/Encode/t/gb2312.enc test data
840cpan/Encode/t/gb2312.utf test data
841cpan/Encode/t/grow.t test script
842cpan/Encode/t/gsm0338.t test script
843cpan/Encode/t/guess.t test script
33bbbd9c 844cpan/Encode/t/isa.t
bf8d7753
YO
845cpan/Encode/t/jis7-fallback.t test script
846cpan/Encode/t/jisx0201.enc test data
847cpan/Encode/t/jisx0201.utf test data
848cpan/Encode/t/jisx0208.enc test data
849cpan/Encode/t/jisx0208.utf test data
850cpan/Encode/t/jisx0212.enc test data
851cpan/Encode/t/jisx0212.utf test data
852cpan/Encode/t/jperl.t test script
853cpan/Encode/t/ksc5601.enc test data
854cpan/Encode/t/ksc5601.utf test data
855cpan/Encode/t/magic.t test script
856cpan/Encode/t/mime-header.t test script
857cpan/Encode/t/mime-name.t test script
858cpan/Encode/t/mime_header_iso2022jp.t test script
859cpan/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
860cpan/Encode/t/perlio.t test script
861cpan/Encode/t/piconv.t Test for piconv.t
862cpan/Encode/t/rt.pl test script
863cpan/Encode/t/rt113164.t test script
864cpan/Encode/t/rt65541.t test script
865cpan/Encode/t/rt76824.t test script
866cpan/Encode/t/rt85489.t test script
867cpan/Encode/t/rt86327.t test script
bbf2f5be 868cpan/Encode/t/taint.t
3f60a930
AC
869cpan/Encode/t/truncated_utf8.t
870cpan/Encode/t/undef.t
bf8d7753
YO
871cpan/Encode/t/unibench.pl benchmark script
872cpan/Encode/t/Unicode.t test script
7167e196 873cpan/Encode/t/Unicode_trailing_nul.t
3f60a930 874cpan/Encode/t/use-Encode-Alias.t
ab5cf2ea 875cpan/Encode/t/utf32warnings.t
bf8d7753
YO
876cpan/Encode/t/utf8ref.t test script
877cpan/Encode/t/utf8strict.t test script
44f85850 878cpan/Encode/t/utf8warnings.t
bbe6f202 879cpan/Encode/t/xml.t
bf8d7753
YO
880cpan/Encode/TW/Makefile.PL Encode extension
881cpan/Encode/TW/TW.pm Encode extension
882cpan/Encode/ucm/8859-1.ucm Unicode Character Map
883cpan/Encode/ucm/8859-10.ucm Unicode Character Map
884cpan/Encode/ucm/8859-11.ucm Unicode Character Map
885cpan/Encode/ucm/8859-13.ucm Unicode Character Map
886cpan/Encode/ucm/8859-14.ucm Unicode Character Map
887cpan/Encode/ucm/8859-15.ucm Unicode Character Map
888cpan/Encode/ucm/8859-16.ucm Unicode Character Map
889cpan/Encode/ucm/8859-2.ucm Unicode Character Map
890cpan/Encode/ucm/8859-3.ucm Unicode Character Map
891cpan/Encode/ucm/8859-4.ucm Unicode Character Map
892cpan/Encode/ucm/8859-5.ucm Unicode Character Map
893cpan/Encode/ucm/8859-6.ucm Unicode Character Map
894cpan/Encode/ucm/8859-7.ucm Unicode Character Map
895cpan/Encode/ucm/8859-8.ucm Unicode Character Map
896cpan/Encode/ucm/8859-9.ucm Unicode Character Map
897cpan/Encode/ucm/adobeStdenc.ucm Unicode Character Map
898cpan/Encode/ucm/adobeSymbol.ucm Unicode Character Map
899cpan/Encode/ucm/adobeZdingbat.ucm Unicode Character Map
900cpan/Encode/ucm/ascii.ucm Unicode Character Map
901cpan/Encode/ucm/big5-eten.ucm Unicode Character Map
902cpan/Encode/ucm/big5-hkscs.ucm Unicode Character Map
903cpan/Encode/ucm/cp037.ucm Unicode Character Map
904cpan/Encode/ucm/cp1006.ucm Unicode Character Map
905cpan/Encode/ucm/cp1026.ucm Unicode Character Map
906cpan/Encode/ucm/cp1047.ucm Unicode Character Map
907cpan/Encode/ucm/cp1250.ucm Unicode Character Map
908cpan/Encode/ucm/cp1251.ucm Unicode Character Map
909cpan/Encode/ucm/cp1252.ucm Unicode Character Map
910cpan/Encode/ucm/cp1253.ucm Unicode Character Map
911cpan/Encode/ucm/cp1254.ucm Unicode Character Map
912cpan/Encode/ucm/cp1255.ucm Unicode Character Map
913cpan/Encode/ucm/cp1256.ucm Unicode Character Map
914cpan/Encode/ucm/cp1257.ucm Unicode Character Map
915cpan/Encode/ucm/cp1258.ucm Unicode Character Map
916cpan/Encode/ucm/cp424.ucm Unicode Character Map
917cpan/Encode/ucm/cp437.ucm Unicode Character Map
918cpan/Encode/ucm/cp500.ucm Unicode Character Map
919cpan/Encode/ucm/cp737.ucm Unicode Character Map
920cpan/Encode/ucm/cp775.ucm Unicode Character Map
921cpan/Encode/ucm/cp850.ucm Unicode Character Map
922cpan/Encode/ucm/cp852.ucm Unicode Character Map
923cpan/Encode/ucm/cp855.ucm Unicode Character Map
924cpan/Encode/ucm/cp856.ucm Unicode Character Map
925cpan/Encode/ucm/cp857.ucm Unicode Character Map
926cpan/Encode/ucm/cp858.ucm Unicode Character Map
927cpan/Encode/ucm/cp860.ucm Unicode Character Map
928cpan/Encode/ucm/cp861.ucm Unicode Character Map
929cpan/Encode/ucm/cp862.ucm Unicode Character Map
930cpan/Encode/ucm/cp863.ucm Unicode Character Map
931cpan/Encode/ucm/cp864.ucm Unicode Character Map
932cpan/Encode/ucm/cp865.ucm Unicode Character Map
933cpan/Encode/ucm/cp866.ucm Unicode Character Map
934cpan/Encode/ucm/cp869.ucm Unicode Character Map
935cpan/Encode/ucm/cp874.ucm Unicode Character Map
936cpan/Encode/ucm/cp875.ucm Unicode Character Map
937cpan/Encode/ucm/cp932.ucm Unicode Character Map
938cpan/Encode/ucm/cp936.ucm Unicode Character Map
939cpan/Encode/ucm/cp949.ucm Unicode Character Map
940cpan/Encode/ucm/cp950.ucm Unicode Character Map
941cpan/Encode/ucm/ctrl.ucm Unicode Character Map
942cpan/Encode/ucm/dingbats.ucm Unicode Character Map
943cpan/Encode/ucm/euc-cn.ucm Unicode Character Map
944cpan/Encode/ucm/euc-jp.ucm Unicode Character Map
945cpan/Encode/ucm/euc-kr.ucm Unicode Character Map
946cpan/Encode/ucm/gb12345.ucm Unicode Character Map
947cpan/Encode/ucm/gb2312.ucm Unicode Character Map
948cpan/Encode/ucm/hp-roman8.ucm Unicode Character Map
949cpan/Encode/ucm/ir-165.ucm Unicode Character Map
950cpan/Encode/ucm/jis0201.ucm Unicode Character Map
951cpan/Encode/ucm/jis0208.ucm Unicode Character Map
952cpan/Encode/ucm/jis0212.ucm Unicode Character Map
953cpan/Encode/ucm/johab.ucm Unicode Character Map
954cpan/Encode/ucm/koi8-f.ucm Unicode Character Map
955cpan/Encode/ucm/koi8-r.ucm Unicode Character Map
956cpan/Encode/ucm/koi8-u.ucm Unicode Character Map
957cpan/Encode/ucm/ksc5601.ucm Unicode Character Map
958cpan/Encode/ucm/macArabic.ucm Unicode Character Map
959cpan/Encode/ucm/macCentEuro.ucm Unicode Character Map
960cpan/Encode/ucm/macChinsimp.ucm Unicode Character Map
961cpan/Encode/ucm/macChintrad.ucm Unicode Character Map
962cpan/Encode/ucm/macCroatian.ucm Unicode Character Map
963cpan/Encode/ucm/macCyrillic.ucm Unicode Character Map
964cpan/Encode/ucm/macDingbats.ucm Unicode Character Map
965cpan/Encode/ucm/macFarsi.ucm Unicode Character Map
966cpan/Encode/ucm/macGreek.ucm Unicode Character Map
967cpan/Encode/ucm/macHebrew.ucm Unicode Character Map
968cpan/Encode/ucm/macIceland.ucm Unicode Character Map
969cpan/Encode/ucm/macJapanese.ucm Unicode Character Map
970cpan/Encode/ucm/macKorean.ucm Unicode Character Map
971cpan/Encode/ucm/macRoman.ucm Unicode Character Map
972cpan/Encode/ucm/macROMnn.ucm Unicode Character Map
973cpan/Encode/ucm/macRUMnn.ucm Unicode Character Map
974cpan/Encode/ucm/macSami.ucm Unicode Character Map
975cpan/Encode/ucm/macSymbol.ucm Unicode Character Map
976cpan/Encode/ucm/macThai.ucm Unicode Character Map
977cpan/Encode/ucm/macTurkish.ucm Unicode Character Map
978cpan/Encode/ucm/macUkraine.ucm Unicode Character Map
979cpan/Encode/ucm/nextstep.ucm Unicode Character Map
980cpan/Encode/ucm/null.ucm Unicode Character Map
981cpan/Encode/ucm/posix-bc.ucm Unicode Character Map
982cpan/Encode/ucm/shiftjis.ucm Unicode Character Map
983cpan/Encode/ucm/symbol.ucm Unicode Character Map
984cpan/Encode/ucm/viscii.ucm Unicode Character Map
985cpan/Encode/Unicode/Makefile.PL Encode extension
986cpan/Encode/Unicode/Unicode.pm Encode extension
987cpan/Encode/Unicode/Unicode.xs Encode extension
de84ff2b 988cpan/experimental/lib/experimental.pm
d6dd17c5 989cpan/experimental/lib/stable.pm
de84ff2b 990cpan/experimental/t/basic.t
61089260 991cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
3dfcef7e 992cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
61089260
NC
993cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
994cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
995cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
996cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works
d393d7e5 997cpan/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
3dfcef7e 998cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
d393d7e5
CBW
999cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm Manipulates .packlist files
1000cpan/ExtUtils-Install/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
3dfcef7e 1001cpan/ExtUtils-Install/t/Install.t See if ExtUtils::Install works
d393d7e5
CBW
1002cpan/ExtUtils-Install/t/Installapi2.t See if new api for ExtUtils::Install::install() works
1003cpan/ExtUtils-Install/t/Installed.t See if ExtUtils::Installed works
d393d7e5
CBW
1004cpan/ExtUtils-Install/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
1005cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1006cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1007cpan/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints
1008cpan/ExtUtils-Install/t/Packlist.t See if Packlist works
bf8d7753 1009cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
024665c4 1010cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1011cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
1012cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries
1013cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
1014cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
1015cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
1016cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
024665c4 1017cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm Module related to ExtUtils::MakeMaker
bf8d7753 1018cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
024665c4
YO
1019cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm Module related to ExtUtils::MakeMaker
1020cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1021cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
1022cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
1023cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class
1024cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
1025cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
1026cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
1027cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
1028cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin
1029cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
1030cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
1031cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
1032cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
1033cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm MakeMaker methods for OS 390
1034cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
1035cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
1036cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
1037cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
1038cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
1039cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
1040cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
1041cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class
1042cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
1043cpan/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile
024665c4
YO
1044cpan/ExtUtils-MakeMaker/t/01perl_bugs.t Test file related to ExtUtils::MakeMaker
1045cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t Test file related to ExtUtils::MakeMaker
1046cpan/ExtUtils-MakeMaker/t/03-xsstatic.t Test file related to ExtUtils::MakeMaker
1047cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1048cpan/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check()
1049cpan/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility
1050cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module
1051cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages
1052cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works
1053cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config
024665c4 1054cpan/ExtUtils-MakeMaker/t/cp.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1055cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported
1056cpan/ExtUtils-MakeMaker/t/echo.t Test for ExtUtils::MakeMaker
024665c4 1057cpan/ExtUtils-MakeMaker/t/eu_command.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1058cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
1059cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker
1060cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works
1061cpan/ExtUtils-MakeMaker/t/hints.t See if hint files are honored.
1062cpan/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros
1063cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
1064cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker
1065cpan/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker
1066cpan/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker
1067cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities
1068cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1069cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities
1070cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1071cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles
1072cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints
1073cpan/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works
1074cpan/ExtUtils-MakeMaker/t/make.t See if make detection works
1075cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section
1076cpan/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works
1077cpan/ExtUtils-MakeMaker/t/meta_convert.t See if MakeMaker works
1078cpan/ExtUtils-MakeMaker/t/META_for_testing.json test data for MakeMaker
1079cpan/ExtUtils-MakeMaker/t/META_for_testing.yml test data for MakeMaker
1080cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml test data for MakeMaker
1081cpan/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works
1082cpan/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works
1083cpan/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile.
1084cpan/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl
1085cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
1086cpan/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works
1087cpan/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
1088cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
1089cpan/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works
1090cpan/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works
1091cpan/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works
1092cpan/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works
1093cpan/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works
1094cpan/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners
024665c4 1095cpan/ExtUtils-MakeMaker/t/os_unsupported.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1096cpan/ExtUtils-MakeMaker/t/parse_abstract.t See if parse_abstract works
1097cpan/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works
1098cpan/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker
1099cpan/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM
1100cpan/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker
1101cpan/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man
1102cpan/ExtUtils-MakeMaker/t/postamble.t See if postamble works
1103cpan/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX
1104cpan/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works
1105cpan/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works
1106cpan/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems
1107cpan/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works
1108cpan/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work
1109cpan/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct
1110cpan/ExtUtils-MakeMaker/t/several_authors.t See if multiple AUTHORs work
1111cpan/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works
1112cpan/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test
9dafbe2f
NC
1113cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker
1114cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker
bf8d7753 1115cpan/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works
024665c4 1116cpan/ExtUtils-MakeMaker/t/unicode.t Test file related to ExtUtils::MakeMaker
bf8d7753 1117cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
024665c4 1118cpan/ExtUtils-MakeMaker/t/vstrings.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1119cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
1120cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
1121cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
1122cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
1123cpan/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works
d972df9b
LT
1124cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm Implement pl2bat
1125cpan/ExtUtils-PL2Bat/t/make_executable.t Tests if ExtUtils::PL2Bat makes bat files that are executable
d8ae2330
NC
1126cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
1127cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests
16610ad9 1128cpan/File-Fetch/t/null_subclass.t
140ca009 1129cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r'
bfcc9519 1130cpan/File-Path/t/FilePathTest.pm See if File::Path works
140ca009 1131cpan/File-Path/t/Path.t See if File::Path works
3dfcef7e 1132cpan/File-Path/t/Path_root.t See if File::Path works
bfcc9519 1133cpan/File-Path/t/Path_win32.t See if File::Path works
30eb83e1 1134cpan/File-Path/t/taint.t See if File::Path works with -T
bf8d7753
YO
1135cpan/File-Temp/lib/File/Temp.pm create safe temporary files and file handles
1136cpan/File-Temp/t/cmp.t See if File::Temp works
1137cpan/File-Temp/t/fork.t See if File::Temp works
1138cpan/File-Temp/t/lock.t See if File::Temp works
1139cpan/File-Temp/t/mktemp.t See if File::Temp works
1140cpan/File-Temp/t/object.t See if File::Temp works
1141cpan/File-Temp/t/posix.t See if File::Temp works
1142cpan/File-Temp/t/rmtree.t See if File::Temp works
1143cpan/File-Temp/t/security.t See if File::Temp works
1144cpan/File-Temp/t/seekable.t See if File::Temp works
1145cpan/File-Temp/t/tempfile.t See if File::Temp works
1146cpan/Filter-Util-Call/Call.pm Filter::Util::Call extension module
1147cpan/Filter-Util-Call/Call.xs Filter::Util::Call extension external subroutines
aa22c994 1148cpan/Filter-Util-Call/filter-util.pl See if Filter::Util::Call works
bf8d7753 1149cpan/Filter-Util-Call/t/call.t See if Filter::Util::Call works
356231b0
SH
1150cpan/Filter-Util-Call/t/rt_101033.pm
1151cpan/Filter-Util-Call/t/rt_101033.t
f686c54e 1152cpan/Filter-Util-Call/t/rt_54452-rebless.t
b7c9f9b1 1153cpan/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions)
b7c9f9b1 1154cpan/Getopt-Long/t/gol-basic.t See if Getopt::Long works
b7c9f9b1
NC
1155cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works
1156cpan/Getopt-Long/t/gol-oo.t See if Getopt::Long works
1157cpan/Getopt-Long/t/gol-xargv.t See if Getopt::Long works
1158cpan/Getopt-Long/t/gol-xstring.t See if Getopt::Long works
e621bd31
DG
1159cpan/HTTP-Tiny/corpus/auth-01.txt Test file related to HTTP::Tiny
1160cpan/HTTP-Tiny/corpus/auth-02.txt Test file related to HTTP::Tiny
1161cpan/HTTP-Tiny/corpus/auth-03.txt Test file related to HTTP::Tiny
1162cpan/HTTP-Tiny/corpus/auth-04.txt Test file related to HTTP::Tiny
1163cpan/HTTP-Tiny/corpus/auth-05.txt Test file related to HTTP::Tiny
1164cpan/HTTP-Tiny/corpus/cookies-01.txt Test file related to HTTP::Tiny
1165cpan/HTTP-Tiny/corpus/cookies-02.txt Test file related to HTTP::Tiny
1166cpan/HTTP-Tiny/corpus/cookies-03.txt Test file related to HTTP::Tiny
1167cpan/HTTP-Tiny/corpus/cookies-04.txt Test file related to HTTP::Tiny
1168cpan/HTTP-Tiny/corpus/cookies-05.txt Test file related to HTTP::Tiny
1169cpan/HTTP-Tiny/corpus/cookies-06.txt Test file related to HTTP::Tiny
1170cpan/HTTP-Tiny/corpus/cookies-07.txt Test file related to HTTP::Tiny
1171cpan/HTTP-Tiny/corpus/delete-01.txt Test file related to HTTP::Tiny
1172cpan/HTTP-Tiny/corpus/form-01.txt Test file related to HTTP::Tiny
1173cpan/HTTP-Tiny/corpus/form-02.txt Test file related to HTTP::Tiny
1174cpan/HTTP-Tiny/corpus/form-03.txt Test file related to HTTP::Tiny
1175cpan/HTTP-Tiny/corpus/form-04.txt Test file related to HTTP::Tiny
1176cpan/HTTP-Tiny/corpus/form-05.txt Test file related to HTTP::Tiny
1177cpan/HTTP-Tiny/corpus/get-01.txt Test file related to HTTP::Tiny
1178cpan/HTTP-Tiny/corpus/get-02.txt Test file related to HTTP::Tiny
1179cpan/HTTP-Tiny/corpus/get-03.txt Test file related to HTTP::Tiny
1180cpan/HTTP-Tiny/corpus/get-04.txt Test file related to HTTP::Tiny
1181cpan/HTTP-Tiny/corpus/get-05.txt Test file related to HTTP::Tiny
1182cpan/HTTP-Tiny/corpus/get-06.txt Test file related to HTTP::Tiny
1183cpan/HTTP-Tiny/corpus/get-07.txt Test file related to HTTP::Tiny
1184cpan/HTTP-Tiny/corpus/get-08.txt Test file related to HTTP::Tiny
1185cpan/HTTP-Tiny/corpus/get-09.txt Test file related to HTTP::Tiny
1186cpan/HTTP-Tiny/corpus/get-10.txt Test file related to HTTP::Tiny
1187cpan/HTTP-Tiny/corpus/get-11.txt Test file related to HTTP::Tiny
1188cpan/HTTP-Tiny/corpus/get-12.txt Test file related to HTTP::Tiny
1189cpan/HTTP-Tiny/corpus/get-13.txt Test file related to HTTP::Tiny
1190cpan/HTTP-Tiny/corpus/get-14.txt Test file related to HTTP::Tiny
1191cpan/HTTP-Tiny/corpus/get-15.txt Test file related to HTTP::Tiny
1192cpan/HTTP-Tiny/corpus/get-16.txt Test file related to HTTP::Tiny
1193cpan/HTTP-Tiny/corpus/get-17.txt Test file related to HTTP::Tiny
1194cpan/HTTP-Tiny/corpus/get-18.txt Test file related to HTTP::Tiny
1195cpan/HTTP-Tiny/corpus/get-19.txt Test file related to HTTP::Tiny
1196cpan/HTTP-Tiny/corpus/get-20.txt Test file related to HTTP::Tiny
1197cpan/HTTP-Tiny/corpus/get-21.txt Test file related to HTTP::Tiny
1198cpan/HTTP-Tiny/corpus/get-22.txt Test file related to HTTP::Tiny
1199cpan/HTTP-Tiny/corpus/get-23.txt Test file related to HTTP::Tiny
1200cpan/HTTP-Tiny/corpus/head-01.txt Test file related to HTTP::Tiny
1201cpan/HTTP-Tiny/corpus/keepalive-01.txt Test file related to HTTP::Tiny
1202cpan/HTTP-Tiny/corpus/keepalive-02.txt Test file related to HTTP::Tiny
1203cpan/HTTP-Tiny/corpus/keepalive-03.txt Test file related to HTTP::Tiny
1204cpan/HTTP-Tiny/corpus/keepalive-04.txt Test file related to HTTP::Tiny
1205cpan/HTTP-Tiny/corpus/keepalive-05.txt Test file related to HTTP::Tiny
1206cpan/HTTP-Tiny/corpus/mirror-01.txt Test file related to HTTP::Tiny
1207cpan/HTTP-Tiny/corpus/mirror-02.txt Test file related to HTTP::Tiny
1208cpan/HTTP-Tiny/corpus/mirror-03.txt Test file related to HTTP::Tiny
1209cpan/HTTP-Tiny/corpus/mirror-04.txt Test file related to HTTP::Tiny
1210cpan/HTTP-Tiny/corpus/mirror-05.txt Test file related to HTTP::Tiny
1211cpan/HTTP-Tiny/corpus/post-01.txt Test file related to HTTP::Tiny
1212cpan/HTTP-Tiny/corpus/post-02.txt Test file related to HTTP::Tiny
1213cpan/HTTP-Tiny/corpus/proxy-auth-01.txt Test file related to HTTP::Tiny
1214cpan/HTTP-Tiny/corpus/put-01.txt Test file related to HTTP::Tiny
1215cpan/HTTP-Tiny/corpus/put-02.txt Test file related to HTTP::Tiny
1216cpan/HTTP-Tiny/corpus/put-03.txt Test file related to HTTP::Tiny
1217cpan/HTTP-Tiny/corpus/put-04.txt Test file related to HTTP::Tiny
1218cpan/HTTP-Tiny/corpus/put-05.txt Test file related to HTTP::Tiny
1219cpan/HTTP-Tiny/corpus/put-06.txt Test file related to HTTP::Tiny
1220cpan/HTTP-Tiny/corpus/put-07.txt Test file related to HTTP::Tiny
1221cpan/HTTP-Tiny/corpus/put-08.txt Test file related to HTTP::Tiny
1222cpan/HTTP-Tiny/corpus/redirect-01.txt Test file related to HTTP::Tiny
1223cpan/HTTP-Tiny/corpus/redirect-02.txt Test file related to HTTP::Tiny
1224cpan/HTTP-Tiny/corpus/redirect-03.txt Test file related to HTTP::Tiny
1225cpan/HTTP-Tiny/corpus/redirect-04.txt Test file related to HTTP::Tiny
1226cpan/HTTP-Tiny/corpus/redirect-05.txt Test file related to HTTP::Tiny
1227cpan/HTTP-Tiny/corpus/redirect-06.txt Test file related to HTTP::Tiny
1228cpan/HTTP-Tiny/corpus/redirect-07.txt Test file related to HTTP::Tiny
1229cpan/HTTP-Tiny/corpus/redirect-08.txt Test file related to HTTP::Tiny
1230cpan/HTTP-Tiny/corpus/redirect-09.txt Test file related to HTTP::Tiny
1231cpan/HTTP-Tiny/corpus/redirect-10.txt Test file related to HTTP::Tiny
1232cpan/HTTP-Tiny/lib/HTTP/Tiny.pm Module related to HTTP::Tiny
1233cpan/HTTP-Tiny/t/000_load.t Test file related to HTTP::Tiny
1234cpan/HTTP-Tiny/t/001_api.t Test file related to HTTP::Tiny
1235cpan/HTTP-Tiny/t/002_croakage.t Test file related to HTTP::Tiny
1236cpan/HTTP-Tiny/t/003_agent.t Test file related to HTTP::Tiny
1237cpan/HTTP-Tiny/t/004_timeout.t Test file related to HTTP::Tiny
1238cpan/HTTP-Tiny/t/010_url.t Test file related to HTTP::Tiny
1239cpan/HTTP-Tiny/t/020_headers.t Test file related to HTTP::Tiny
1240cpan/HTTP-Tiny/t/030_response.t Test file related to HTTP::Tiny
1241cpan/HTTP-Tiny/t/040_content.t Test file related to HTTP::Tiny
1242cpan/HTTP-Tiny/t/050_chunked_body.t Test file related to HTTP::Tiny
1243cpan/HTTP-Tiny/t/060_http_date.t Test file related to HTTP::Tiny
1244cpan/HTTP-Tiny/t/070_cookie_jar.t Test file related to HTTP::Tiny
1245cpan/HTTP-Tiny/t/100_get.t Test file related to HTTP::Tiny
1246cpan/HTTP-Tiny/t/101_head.t Test file related to HTTP::Tiny
1247cpan/HTTP-Tiny/t/102_put.t Test file related to HTTP::Tiny
1248cpan/HTTP-Tiny/t/103_delete.t Test file related to HTTP::Tiny
1249cpan/HTTP-Tiny/t/104_post.t Test file related to HTTP::Tiny
1250cpan/HTTP-Tiny/t/110_mirror.t Test file related to HTTP::Tiny
1251cpan/HTTP-Tiny/t/130_redirect.t Test file related to HTTP::Tiny
1252cpan/HTTP-Tiny/t/140_proxy.t Test file related to HTTP::Tiny
1253cpan/HTTP-Tiny/t/141_no_proxy.t Test file related to HTTP::Tiny
1254cpan/HTTP-Tiny/t/150_post_form.t Test file related to HTTP::Tiny
1255cpan/HTTP-Tiny/t/160_cookies.t Test file related to HTTP::Tiny
1256cpan/HTTP-Tiny/t/161_basic_auth.t Test file related to HTTP::Tiny
1257cpan/HTTP-Tiny/t/162_proxy_auth.t Test file related to HTTP::Tiny
1258cpan/HTTP-Tiny/t/170_keepalive.t Test file related to HTTP::Tiny
1259cpan/HTTP-Tiny/t/180_verify_SSL.t Test file related to HTTP::Tiny
1260cpan/HTTP-Tiny/t/BrokenCookieJar.pm Module related to HTTP::Tiny
1261cpan/HTTP-Tiny/t/SimpleCookieJar.pm Module related to HTTP::Tiny
1262cpan/HTTP-Tiny/t/Util.pm Module related to HTTP::Tiny
74397897 1263cpan/IO-Compress/bin/streamzip IO-Compress
08ad9465 1264cpan/IO-Compress/bin/zipdetails IO::Compress
3fd969f4
NC
1265cpan/IO-Compress/lib/Compress/Zlib.pm IO::Compress
1266cpan/IO-Compress/lib/File/GlobMapper.pm IO::Compress
1267cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm IO::Compress
1268cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm IO::Compress
1269cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm IO::Compress
3fd969f4 1270cpan/IO-Compress/lib/IO/Compress/Base.pm IO::Compress
3dfcef7e 1271cpan/IO-Compress/lib/IO/Compress/Base/Common.pm IO::Compress
3fd969f4
NC
1272cpan/IO-Compress/lib/IO/Compress/Bzip2.pm IO::Compress
1273cpan/IO-Compress/lib/IO/Compress/Deflate.pm IO::Compress
08ad9465 1274cpan/IO-Compress/lib/IO/Compress/FAQ.pod IO::Compress
3fd969f4 1275cpan/IO-Compress/lib/IO/Compress/Gzip.pm IO::Compress
3dfcef7e 1276cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress
3fd969f4 1277cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress
3fd969f4 1278cpan/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress
3dfcef7e 1279cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress
3fd969f4
NC
1280cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress
1281cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress
1282cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress
1283cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm IO::Compress
1284cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm IO::Compress
1285cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm IO::Compress
1286cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm IO::Compress
1287cpan/IO-Compress/lib/IO/Uncompress/Base.pm IO::Compress
1288cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm IO::Compress
1289cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm IO::Compress
1290cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm IO::Compress
1291cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress
1292cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress
95a2e48f 1293cpan/IO-Compress/Makefile.PL IO::Compress
3fd969f4 1294cpan/IO-Compress/private/MakeUtil.pm IO::Compress
3fd969f4
NC
1295cpan/IO-Compress/t/001bzip2.t IO::Compress
1296cpan/IO-Compress/t/001zlib-generic-deflate.t IO::Compress
1297cpan/IO-Compress/t/001zlib-generic-gzip.t IO::Compress
1298cpan/IO-Compress/t/001zlib-generic-rawdeflate.t IO::Compress
1299cpan/IO-Compress/t/001zlib-generic-zip.t IO::Compress
1300cpan/IO-Compress/t/002any-deflate.t IO::Compress
1301cpan/IO-Compress/t/002any-gzip.t IO::Compress
1302cpan/IO-Compress/t/002any-rawdeflate.t IO::Compress
1303cpan/IO-Compress/t/002any-transparent.t IO::Compress
1304cpan/IO-Compress/t/002any-zip.t IO::Compress
1305cpan/IO-Compress/t/004gziphdr.t IO::Compress
1306cpan/IO-Compress/t/005defhdr.t IO::Compress
1307cpan/IO-Compress/t/006zip.t IO::Compress
74397897 1308cpan/IO-Compress/t/011-streamzip.t Test file related to IO-Compress
3fd969f4
NC
1309cpan/IO-Compress/t/01misc.t IO::Compress
1310cpan/IO-Compress/t/020isize.t IO::Compress
1311cpan/IO-Compress/t/050interop-gzip.t IO::Compress
1312cpan/IO-Compress/t/100generic-bzip2.t IO::Compress
1313cpan/IO-Compress/t/100generic-deflate.t IO::Compress
1314cpan/IO-Compress/t/100generic-gzip.t IO::Compress
1315cpan/IO-Compress/t/100generic-rawdeflate.t IO::Compress
1316cpan/IO-Compress/t/100generic-zip.t IO::Compress
1317cpan/IO-Compress/t/101truncate-bzip2.t IO::Compress
1318cpan/IO-Compress/t/101truncate-deflate.t IO::Compress
1319cpan/IO-Compress/t/101truncate-gzip.t IO::Compress
1320cpan/IO-Compress/t/101truncate-rawdeflate.t IO::Compress
1321cpan/IO-Compress/t/101truncate-zip.t IO::Compress
1322cpan/IO-Compress/t/102tied-bzip2.t IO::Compress
1323cpan/IO-Compress/t/102tied-deflate.t IO::Compress
1324cpan/IO-Compress/t/102tied-gzip.t IO::Compress
1325cpan/IO-Compress/t/102tied-rawdeflate.t IO::Compress
1326cpan/IO-Compress/t/102tied-zip.t IO::Compress
1327cpan/IO-Compress/t/103newtied-bzip2.t IO::Compress
1328cpan/IO-Compress/t/103newtied-deflate.t IO::Compress
1329cpan/IO-Compress/t/103newtied-gzip.t IO::Compress
1330cpan/IO-Compress/t/103newtied-rawdeflate.t IO::Compress
1331cpan/IO-Compress/t/103newtied-zip.t IO::Compress
1332cpan/IO-Compress/t/104destroy-bzip2.t IO::Compress
1333cpan/IO-Compress/t/104destroy-deflate.t IO::Compress
1334cpan/IO-Compress/t/104destroy-gzip.t IO::Compress
1335cpan/IO-Compress/t/104destroy-rawdeflate.t IO::Compress
1336cpan/IO-Compress/t/104destroy-zip.t IO::Compress
1337cpan/IO-Compress/t/105oneshot-bzip2.t IO::Compress
1338cpan/IO-Compress/t/105oneshot-deflate.t IO::Compress
3fd969f4 1339cpan/IO-Compress/t/105oneshot-gzip.t IO::Compress
3dfcef7e 1340cpan/IO-Compress/t/105oneshot-gzip-only.t IO::Compress
3fd969f4 1341cpan/IO-Compress/t/105oneshot-rawdeflate.t IO::Compress
3dfcef7e 1342cpan/IO-Compress/t/105oneshot-zip.t IO::Compress
3fd969f4
NC
1343cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t IO::Compress
1344cpan/IO-Compress/t/105oneshot-zip-only.t IO::Compress
101c03fa 1345cpan/IO-Compress/t/105oneshot-zip-store-only.t IO::Compress
3fd969f4
NC
1346cpan/IO-Compress/t/106prime-bzip2.t IO::Compress
1347cpan/IO-Compress/t/106prime-deflate.t IO::Compress
1348cpan/IO-Compress/t/106prime-gzip.t IO::Compress
1349cpan/IO-Compress/t/106prime-rawdeflate.t IO::Compress
1350cpan/IO-Compress/t/106prime-zip.t IO::Compress
1351cpan/IO-Compress/t/107multi-bzip2.t IO::Compress
1352cpan/IO-Compress/t/107multi-deflate.t IO::Compress
1353cpan/IO-Compress/t/107multi-gzip.t IO::Compress
1354cpan/IO-Compress/t/107multi-rawdeflate.t IO::Compress
1355cpan/IO-Compress/t/107multi-zip.t IO::Compress
74397897 1356cpan/IO-Compress/t/107multi-zip-only.t Test file related to IO-Compress
3fd969f4
NC
1357cpan/IO-Compress/t/108anyunc-bzip2.t IO::Compress
1358cpan/IO-Compress/t/108anyunc-deflate.t IO::Compress
1359cpan/IO-Compress/t/108anyunc-gzip.t IO::Compress
1360cpan/IO-Compress/t/108anyunc-rawdeflate.t IO::Compress
1361cpan/IO-Compress/t/108anyunc-transparent.t IO::Compress
1362cpan/IO-Compress/t/108anyunc-zip.t IO::Compress
1363cpan/IO-Compress/t/109merge-deflate.t IO::Compress
1364cpan/IO-Compress/t/109merge-gzip.t IO::Compress
1365cpan/IO-Compress/t/109merge-rawdeflate.t IO::Compress
1366cpan/IO-Compress/t/109merge-zip.t IO::Compress
1367cpan/IO-Compress/t/110encode-bzip2.t IO::Compress
1368cpan/IO-Compress/t/110encode-deflate.t IO::Compress
1369cpan/IO-Compress/t/110encode-gzip.t IO::Compress
1370cpan/IO-Compress/t/110encode-rawdeflate.t IO::Compress
1371cpan/IO-Compress/t/110encode-zip.t IO::Compress
422d6414 1372cpan/IO-Compress/t/111const-deflate.t IO::Compress
74397897
YO
1373cpan/IO-Compress/t/112utf8-zip.t Test file related to IO-Compress
1374cpan/IO-Compress/t/113issues.t Test file related to IO-Compress
3fd969f4
NC
1375cpan/IO-Compress/t/999pod.t IO::Compress
1376cpan/IO-Compress/t/compress/any.pl Compress::Zlib
1377cpan/IO-Compress/t/compress/anyunc.pl Compress::Zlib
1378cpan/IO-Compress/t/compress/CompTestUtils.pm Compress::Zlib
1379cpan/IO-Compress/t/compress/destroy.pl Compress::Zlib
1380cpan/IO-Compress/t/compress/encode.pl Compress::Zlib
1381cpan/IO-Compress/t/compress/generic.pl Compress::Zlib
1382cpan/IO-Compress/t/compress/merge.pl Compress::Zlib
1383cpan/IO-Compress/t/compress/multi.pl Compress::Zlib
1384cpan/IO-Compress/t/compress/newtied.pl Compress::Zlib
1385cpan/IO-Compress/t/compress/oneshot.pl Compress::Zlib
1386cpan/IO-Compress/t/compress/prime.pl Compress::Zlib
1387cpan/IO-Compress/t/compress/tied.pl Compress::Zlib
1388cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib
1389cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib
1390cpan/IO-Compress/t/cz-01version.t IO::Compress
d5e5b609 1391cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress
3fd969f4
NC
1392cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress
1393cpan/IO-Compress/t/cz-08encoding.t IO::Compress
1394cpan/IO-Compress/t/cz-14gzopen.t IO::Compress
74397897
YO
1395cpan/IO-Compress/t/files/bad-efs.zip IO-Compress
1396cpan/IO-Compress/t/files/encrypt-aes.zip IO-Compress
1397cpan/IO-Compress/t/files/encrypt-standard.zip IO-Compress
1398cpan/IO-Compress/t/files/jar.zip IO-Compress
1399cpan/IO-Compress/t/files/meta.xml IO-Compress
1400cpan/IO-Compress/t/files/test.ods IO-Compress
1401cpan/IO-Compress/t/files/testfile1.odt IO-Compress
3fd969f4 1402cpan/IO-Compress/t/globmapper.t IO::Compress
e150c453 1403cpan/IO-Socket-IP/lib/IO/Socket/IP.pm IO::Socket::IP
e150c453
RS
1404cpan/IO-Socket-IP/t/00use.t IO::Socket::IP tests
1405cpan/IO-Socket-IP/t/01local-client-v4.t IO::Socket::IP tests
1406cpan/IO-Socket-IP/t/02local-server-v4.t IO::Socket::IP tests
1407cpan/IO-Socket-IP/t/03local-cross-v4.t IO::Socket::IP tests
1408cpan/IO-Socket-IP/t/04local-client-v6.t IO::Socket::IP tests
1409cpan/IO-Socket-IP/t/05local-server-v6.t IO::Socket::IP tests
1410cpan/IO-Socket-IP/t/06local-cross-v6.t IO::Socket::IP tests
1411cpan/IO-Socket-IP/t/10args.t IO::Socket::IP tests
1412cpan/IO-Socket-IP/t/11sockopts.t IO::Socket::IP tests
1413cpan/IO-Socket-IP/t/12port-fallback.t IO::Socket::IP tests
1414cpan/IO-Socket-IP/t/13addrinfo.t IO::Socket::IP tests
1415cpan/IO-Socket-IP/t/14fileno.t IO::Socket::IP tests
1416cpan/IO-Socket-IP/t/15io-socket.t IO::Socket::IP tests
1417cpan/IO-Socket-IP/t/16v6only.t IO::Socket::IP tests
1418cpan/IO-Socket-IP/t/17gai-flags.t IO::Socket::IP tests
1419cpan/IO-Socket-IP/t/18fdopen.t IO::Socket::IP tests
1420cpan/IO-Socket-IP/t/19no-addrs.t IO::Socket::IP tests
1421cpan/IO-Socket-IP/t/20subclass.t IO::Socket::IP tests
1422cpan/IO-Socket-IP/t/21as-inet.t IO::Socket::IP tests
cdfcfc0b 1423cpan/IO-Socket-IP/t/22timeout.t
e150c453
RS
1424cpan/IO-Socket-IP/t/30nonblocking-connect.t IO::Socket::IP tests
1425cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t IO::Socket::IP tests
1426cpan/IO-Socket-IP/t/99pod.t IO::Socket::IP tests
bf8d7753
YO
1427cpan/IO-Zlib/t/basic.t Tests for IO::Zlib
1428cpan/IO-Zlib/t/external.t Tests for IO::Zlib
1429cpan/IO-Zlib/t/getc.t Tests for IO::Zlib
1430cpan/IO-Zlib/t/getline.t Tests for IO::Zlib
1431cpan/IO-Zlib/t/import.t Tests for IO::Zlib
1432cpan/IO-Zlib/t/large.t Tests for IO::Zlib
1433cpan/IO-Zlib/t/tied.t Tests for IO::Zlib
1434cpan/IO-Zlib/t/uncomp1.t Tests for IO::Zlib
1435cpan/IO-Zlib/t/uncomp2.t Tests for IO::Zlib
1436cpan/IO-Zlib/Zlib.pm IO::Zlib
1437cpan/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd
1438cpan/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests
1439cpan/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests
1440cpan/IPC-Cmd/t/03_run-forked.t IPC::Cmd tests
1441cpan/IPC-Cmd/t/src/child.pl IPC::Cmd tests
1442cpan/IPC-Cmd/t/src/output.pl IPC::Cmd tests
1443cpan/IPC-Cmd/t/src/x.tgz IPC::Cmd tests
5aacae85
NC
1444cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
1445cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
1446cpan/IPC-SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
1447cpan/IPC-SysV/lib/IPC/Semaphore.pm IPC::SysV extension Perl module
1448cpan/IPC-SysV/lib/IPC/SharedMem.pm IPC::SysV extension Perl module
1449cpan/IPC-SysV/lib/IPC/SysV.pm IPC::SysV extension Perl module
1450cpan/IPC-SysV/Makefile.PL IPC::SysV makefile writer
5aacae85
NC
1451cpan/IPC-SysV/regen.pl IPC::SysV file regeneration script
1452cpan/IPC-SysV/SysV.xs IPC::SysV extension Perl module
1453cpan/IPC-SysV/t/ipcsysv.t IPC::SysV test file
1454cpan/IPC-SysV/t/msg.t IPC::SysV test file
5aacae85 1455cpan/IPC-SysV/t/pod.t IPC::SysV test file
3dfcef7e 1456cpan/IPC-SysV/t/podcov.t IPC::SysV test file
5aacae85
NC
1457cpan/IPC-SysV/t/sem.t IPC::SysV test file
1458cpan/IPC-SysV/t/shm.t IPC::SysV test file
1459cpan/IPC-SysV/typemap IPC::SysV typemap
d5424315 1460cpan/JSON-PP/bin/json_pp
d5424315 1461cpan/JSON-PP/lib/JSON/PP.pm
3dfcef7e 1462cpan/JSON-PP/lib/JSON/PP/Boolean.pm
d5424315
DG
1463cpan/JSON-PP/t/000_load.t
1464cpan/JSON-PP/t/001_utf8.t
1465cpan/JSON-PP/t/002_error.t
1466cpan/JSON-PP/t/003_types.t
5eabe055
N
1467cpan/JSON-PP/t/004_dwiw_encode.t
1468cpan/JSON-PP/t/005_dwiw_decode.t
d5424315
DG
1469cpan/JSON-PP/t/006_pc_pretty.t
1470cpan/JSON-PP/t/007_pc_esc.t
1471cpan/JSON-PP/t/008_pc_base.t
1472cpan/JSON-PP/t/009_pc_extra_number.t
1473cpan/JSON-PP/t/010_pc_keysort.t
1474cpan/JSON-PP/t/011_pc_expo.t
1475cpan/JSON-PP/t/012_blessed.t
1476cpan/JSON-PP/t/013_limit.t
1477cpan/JSON-PP/t/014_latin1.t
1478cpan/JSON-PP/t/015_prefix.t
1479cpan/JSON-PP/t/016_tied.t
1480cpan/JSON-PP/t/017_relaxed.t
1481cpan/JSON-PP/t/018_json_checker.t
1482cpan/JSON-PP/t/019_incr.t
5eabe055 1483cpan/JSON-PP/t/020_faihu.t
d5424315 1484cpan/JSON-PP/t/020_unknown.t
5eabe055 1485cpan/JSON-PP/t/021_evans.t
d5424315 1486cpan/JSON-PP/t/022_comment_at_eof.t
5eabe055 1487cpan/JSON-PP/t/052_object.t
c14e8b89
YO
1488cpan/JSON-PP/t/099_binary.pl
1489cpan/JSON-PP/t/099_binary00.t
1490cpan/JSON-PP/t/099_binary01.t
1491cpan/JSON-PP/t/099_binary02.t
1492cpan/JSON-PP/t/099_binary03.t
1493cpan/JSON-PP/t/099_binary04.t
1494cpan/JSON-PP/t/099_binary05.t
1495cpan/JSON-PP/t/099_binary06.t
1496cpan/JSON-PP/t/099_binary07.t
1497cpan/JSON-PP/t/099_binary08.t
1498cpan/JSON-PP/t/099_binary09.t
1499cpan/JSON-PP/t/099_binary10.t
1500cpan/JSON-PP/t/099_binary11.t
1501cpan/JSON-PP/t/099_binary12.t
1502cpan/JSON-PP/t/099_binary13.t
1503cpan/JSON-PP/t/099_binary14.t
1504cpan/JSON-PP/t/099_binary15.t
d5424315
DG
1505cpan/JSON-PP/t/104_sortby.t
1506cpan/JSON-PP/t/105_esc_slash.t
1507cpan/JSON-PP/t/106_allow_barekey.t
1508cpan/JSON-PP/t/107_allow_singlequote.t
1509cpan/JSON-PP/t/108_decode.t
1510cpan/JSON-PP/t/109_encode.t
1511cpan/JSON-PP/t/110_bignum.t
1512cpan/JSON-PP/t/112_upgrade.t
1513cpan/JSON-PP/t/113_overloaded_eq.t
1514cpan/JSON-PP/t/114_decode_prefix.t
1515cpan/JSON-PP/t/115_tie_ixhash.t
7942a65c 1516cpan/JSON-PP/t/116_incr_parse_fixed.t
dec273dc 1517cpan/JSON-PP/t/117_numbers.t
5eabe055 1518cpan/JSON-PP/t/118_boolean_values.t
602e63aa
KI
1519cpan/JSON-PP/t/119_incr_parse_utf8.t
1520cpan/JSON-PP/t/120_incr_parse_truncated.t
8d788bc1 1521cpan/JSON-PP/t/core_bools.t
dec273dc
CBW
1522cpan/JSON-PP/t/gh_28_json_test_suite.t
1523cpan/JSON-PP/t/gh_29_trailing_false_value.t
1524cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
602e63aa 1525cpan/JSON-PP/t/rt_122270_old_xs_boolean.t
dec273dc 1526cpan/JSON-PP/t/rt_90071_incr_parse.t
87f3ebe4 1527cpan/JSON-PP/t/zero-mojibake.t
6755d87e
YO
1528cpan/libnet/lib/Net/Cmd.pm Module related to libnet
1529cpan/libnet/lib/Net/Config.pm Module related to libnet
1530cpan/libnet/lib/Net/Domain.pm Module related to libnet
1531cpan/libnet/lib/Net/FTP.pm Module related to libnet
1532cpan/libnet/lib/Net/FTP/A.pm Module related to libnet
1533cpan/libnet/lib/Net/FTP/dataconn.pm Module related to libnet
1534cpan/libnet/lib/Net/FTP/E.pm Module related to libnet
1535cpan/libnet/lib/Net/FTP/I.pm Module related to libnet
1536cpan/libnet/lib/Net/FTP/L.pm Module related to libnet
1537cpan/libnet/lib/Net/libnetFAQ.pod libnet
1538cpan/libnet/lib/Net/Netrc.pm Module related to libnet
1539cpan/libnet/lib/Net/NNTP.pm Module related to libnet
1540cpan/libnet/lib/Net/POP3.pm Module related to libnet
1541cpan/libnet/lib/Net/SMTP.pm Module related to libnet
1542cpan/libnet/lib/Net/Time.pm Module related to libnet
1543cpan/libnet/Makefile.PL libnet
bf8d7753
YO
1544cpan/libnet/t/config.t libnet
1545cpan/libnet/t/datasend.t libnet
1546cpan/libnet/t/ftp.t libnet
1547cpan/libnet/t/hostname.t libnet
1548cpan/libnet/t/netrc.t libnet
1549cpan/libnet/t/nntp.t libnet
6755d87e
YO
1550cpan/libnet/t/nntp_ipv6.t Test file related to libnet
1551cpan/libnet/t/nntp_ssl.t Test file related to libnet
1552cpan/libnet/t/pop3_ipv6.t Test file related to libnet
1553cpan/libnet/t/pop3_ssl.t Test file related to libnet
bf8d7753
YO
1554cpan/libnet/t/require.t libnet
1555cpan/libnet/t/smtp.t libnet
6755d87e
YO
1556cpan/libnet/t/smtp_ipv6.t Test file related to libnet
1557cpan/libnet/t/smtp_ssl.t Test file related to libnet
bf8d7753 1558cpan/libnet/t/time.t libnet
8de41794
NC
1559cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple
1560cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests
1561cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
1562cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests
1563cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests
1564cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests
1565cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests
1566cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests
1567cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests
1568cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests
6b0f9b46 1569cpan/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
bf8d7753 1570cpan/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
3dfcef7e 1571cpan/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
54b49d96 1572cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
bf8d7753
YO
1573cpan/Math-BigInt/t/alias.inc Support for BigInt tests
1574cpan/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
1575cpan/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc
1576cpan/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc
80d5e5a8 1577cpan/Math-BigInt/t/bfround_numify.t
bf8d7753
YO
1578cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp()
1579cpan/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
1580cpan/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works
1581cpan/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works
7deec013 1582cpan/Math-BigInt/t/bigintc-import.t
bf8d7753
YO
1583cpan/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
1584cpan/Math-BigInt/t/bigintpm.t See if BigInt.pm works
1585cpan/Math-BigInt/t/bigints.t See if BigInt.pm works
1586cpan/Math-BigInt/t/biglog.t Test the log function
1587cpan/Math-BigInt/t/bigroot.t Test the broot function
d7117a94 1588cpan/Math-BigInt/t/calling-class-methods.t Test Math::BigInt
6853e8af 1589cpan/Math-BigInt/t/calling-constant.t
d7117a94 1590cpan/Math-BigInt/t/calling-instance-methods.t Test Math::BigInt
6853e8af
RL
1591cpan/Math-BigInt/t/calling-lib1.t
1592cpan/Math-BigInt/t/calling-lib2.t
bf8d7753
YO
1593cpan/Math-BigInt/t/config.t Test Math::BigInt->config()
1594cpan/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works
1595cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling
1596cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance
6b0f9b46
RS
1597cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
1598cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
54b49d96 1599cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm
ef07b9e5 1600cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm Test Math::BigInt
6b0f9b46
RS
1601cpan/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
1602cpan/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
bf8d7753
YO
1603cpan/Math-BigInt/t/mbf_ali.t Tests for BigFloat
1604cpan/Math-BigInt/t/mbi_ali.t Tests for BigInt
1605cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly
1606cpan/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1607cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode
1608cpan/Math-BigInt/t/nan_cmp.t overloaded comparison involving *NaN*
1609cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new()
1610cpan/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero();
1611cpan/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone();
1612cpan/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan();
1613cpan/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf();
1614cpan/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new();
1615cpan/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => );
1616cpan/Math-BigInt/t/require.t Test if require Math::BigInt works
1617cpan/Math-BigInt/t/round.t Test rounding with non-integer A and P
1618cpan/Math-BigInt/t/rt-16221.t Tests for objectify() w/foreign objs
1619cpan/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses
1620cpan/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat
1621cpan/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt
1622cpan/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc
1623cpan/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work
1624cpan/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t
1625cpan/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works
1626cpan/Math-BigInt/t/upgrade2.t Test that two upgrade levels work
1627cpan/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works
1628cpan/Math-BigInt/t/use.t Test if use Math::BigInt(); works
1629cpan/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat
1630cpan/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat
1631cpan/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat
1632cpan/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat
7deec013
NB
1633cpan/Math-BigInt/t/use_lib5.t
1634cpan/Math-BigInt/t/use_lib6.t
bf8d7753
YO
1635cpan/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time
1636cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package
1637cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
3dfcef7e 1638cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension
bf8d7753 1639cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
d239a8c7
CBW
1640cpan/Math-BigInt-FastCalc/t/biglog.t
1641cpan/Math-BigInt-FastCalc/t/bigroot.t
bf8d7753
YO
1642cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
1643cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc
1644cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension
3dfcef7e 1645cpan/Math-BigRat/lib/Math/BigRat.pm Math::BigRat
6853e8af 1646cpan/Math-BigRat/t/badd-mbr.t
6b0f9b46
RS
1647cpan/Math-BigRat/t/big_ap.t Math::BigRat test
1648cpan/Math-BigRat/t/bigfltpm.inc Math::BigRat test
1649cpan/Math-BigRat/t/bigfltrt.t Math::BigRat test
3dfcef7e 1650cpan/Math-BigRat/t/bigrat.t Math::BigRat test
6b0f9b46
RS
1651cpan/Math-BigRat/t/bigratpm.inc Math::BigRat test
1652cpan/Math-BigRat/t/bigratpm.t Math::BigRat test
6b0f9b46 1653cpan/Math-BigRat/t/bigratup.t test under $Math::BigInt::upgrade
6853e8af 1654cpan/Math-BigRat/t/binv-mbr.t
6b0f9b46 1655cpan/Math-BigRat/t/bitwise.t Math::BigRat test
7deec013 1656cpan/Math-BigRat/t/bnok-mbr.t
6853e8af 1657cpan/Math-BigRat/t/const-mbr.t
e59cb199 1658cpan/Math-BigRat/t/downgrade.t
6853e8af 1659cpan/Math-BigRat/t/dparts-mbr.t
e59cb199 1660cpan/Math-BigRat/t/fparts-mbr.t
6b0f9b46
RS
1661cpan/Math-BigRat/t/hang.t Math::BigRat test for bug #34584 - hang in exp()
1662cpan/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper
7deec013 1663cpan/Math-BigRat/t/new-mbr.t
6b0f9b46 1664cpan/Math-BigRat/t/requirer.t see if require works properly
92c15a49 1665cpan/Math-BigRat/t/rt121139.t
6b0f9b46 1666cpan/Math-BigRat/t/trap.t see if trap_nan and trap_inf work
3dfcef7e 1667cpan/Memoize/Memoize.pm Memoize
6a9d70dc 1668cpan/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File
6a9d70dc 1669cpan/Memoize/Memoize/Expire.pm Memoize expiry manager example
6a9d70dc 1670cpan/Memoize/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File
6a9d70dc
NC
1671cpan/Memoize/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File
1672cpan/Memoize/Memoize/Storable.pm Memoize glue layer for Storable
cc628f28
TR
1673cpan/Memoize/t/basic.t
1674cpan/Memoize/t/cache.t
6a9d70dc 1675cpan/Memoize/t/correctness.t Memoize basic correctness tests
9c811e44 1676cpan/Memoize/t/expmod.t
6a9d70dc
NC
1677cpan/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests
1678cpan/Memoize/t/flush.t Memoize 'flush_cache' function tests
cc628f28 1679cpan/Memoize/t/lib/DBMTest.pm
6a9d70dc 1680cpan/Memoize/t/normalize.t Memoize 'normalizer' feature tests
9c811e44
AP
1681cpan/Memoize/t/st_concurrency
1682cpan/Memoize/t/threadsafe.t
3dfcef7e 1683cpan/Memoize/t/tie.t Memoize tied file test
cc628f28 1684cpan/Memoize/t/tie_db.t
6a9d70dc
NC
1685cpan/Memoize/t/tie_gdbm.t Memoize GDBM interface test
1686cpan/Memoize/t/tie_ndbm.t Memoize NDBM interface test
cc628f28 1687cpan/Memoize/t/tie_odbm.t
6a9d70dc
NC
1688cpan/Memoize/t/tie_sdbm.t Memoize SDBM interface test
1689cpan/Memoize/t/tie_storable.t Memoize Storable interface test
6a9d70dc 1690cpan/Memoize/t/unmemoize.t Memoize 'unmemoize' function test
bf8d7753 1691cpan/MIME-Base64/Base64.xs MIME::Base64 extension
90f582c2
TR
1692cpan/MIME-Base64/lib/MIME/Base64.pm
1693cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
bf8d7753 1694cpan/MIME-Base64/t/base64.t See whether MIME::Base64 works
90f582c2 1695cpan/MIME-Base64/t/base64url.t
bf8d7753
YO
1696cpan/MIME-Base64/t/length.t See whether MIME::QuotedPrint works
1697cpan/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works
1698cpan/MIME-Base64/t/unicode.t See whether MIME::Base64 works
3dfcef7e
YO
1699cpan/Module-Load/lib/Module/Load.pm Module::Load
1700cpan/Module-Load/t/01_Module-Load.t Module::Load tests
1701cpan/Module-Load/t/02_Module-Load.t Module::Load tests
1702cpan/Module-Load/t/to_load/config_file Module::Load tests
1703cpan/Module-Load/t/to_load/LoadIt.pm Module::Load tests
1704cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests
1705cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests
1706cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests
1707cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests
5e10c9c5
NC
1708cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional
1709cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests
201db1c7
SH
1710cpan/Module-Load-Conditional/t/test_lib/a/X.pm Module::Conditional tests
1711cpan/Module-Load-Conditional/t/test_lib/b/X.pm Module::Conditional tests
0ec58bfa 1712cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm Module::Conditional tests
5e10c9c5 1713cpan/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests
6baaa04b 1714cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
5e10c9c5
NC
1715cpan/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests
1716cpan/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests
1717cpan/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests
1718cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests
0ec58bfa 1719cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm Module::Conditional tests
201db1c7
SH
1720cpan/Module-Load-Conditional/t/to_load/NotMain.pm Module::Conditional tests
1721cpan/Module-Load-Conditional/t/to_load/NotX.pm Module::Conditional tests
5e10c9c5 1722cpan/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests
9288b9fd
NC
1723cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
1724cpan/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
b9beed70
SH
1725cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
1726cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
1727cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
e8b333e6 1728cpan/Module-Metadata/lib/Module/Metadata.pm
e571b8a6 1729cpan/Module-Metadata/t/contains_pod.t
61bfcae1 1730cpan/Module-Metadata/t/encoding.t
e571b8a6 1731cpan/Module-Metadata/t/endpod.t
0fa1f7e4
KE
1732cpan/Module-Metadata/t/extract-package.t
1733cpan/Module-Metadata/t/extract-version.t
63f27fd7
CB
1734cpan/Module-Metadata/t/lib/0_1/Foo.pm
1735cpan/Module-Metadata/t/lib/0_2/Foo.pm
e571b8a6 1736cpan/Module-Metadata/t/lib/ENDPOD.pm
0fa1f7e4 1737cpan/Module-Metadata/t/lib/GeneratePackage.pm
e8b333e6 1738cpan/Module-Metadata/t/metadata.t
979f1f2b 1739cpan/Module-Metadata/t/taint.t
4eb81ef2 1740cpan/Module-Metadata/t/version.t
bf8d7753
YO
1741cpan/NEXT/lib/NEXT.pm Pseudo-class NEXT for method redispatch
1742cpan/NEXT/t/actual.t NEXT
1743cpan/NEXT/t/actuns.t NEXT
f436ffb1 1744cpan/NEXT/t/dynamically_scoped_regex_vars.t NEXT
bf8d7753
YO
1745cpan/NEXT/t/next.t NEXT
1746cpan/NEXT/t/stringify.t NEXT
1747cpan/NEXT/t/unseen.t NEXT
23cad445
NC
1748cpan/Params-Check/lib/Params/Check.pm Params::Check
1749cpan/Params-Check/t/01_Params-Check.t Params::Check tests
a636c943 1750cpan/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time
a636c943 1751cpan/parent/t/compile-time.t tests for parent.pm
3dfcef7e 1752cpan/parent/t/compile-time-file.t tests for parent.pm
a636c943 1753cpan/parent/t/lib/Dummy.pm test files for parent.pm
3dfcef7e
YO
1754cpan/parent/t/lib/Dummy/Outside.pm test files for parent.pm
1755cpan/parent/t/lib/Dummy2.plugin test files for parent.pm
a636c943
NC
1756cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc test files for parent.pm
1757cpan/parent/t/lib/ReturnsFalse.pm test files for parent.pm
3dfcef7e 1758cpan/parent/t/parent.t tests for parent.pm
a636c943
NC
1759cpan/parent/t/parent-classfromclassfile.t tests for parent.pm
1760cpan/parent/t/parent-classfromfile.t tests for parent.pm
1761cpan/parent/t/parent-pmc.t tests for parent.pm
1762cpan/parent/t/parent-returns-false.t tests for parent.pm
39250dd4 1763cpan/parent/t/rt62341.t.disabled test files for parent.pm
bf8d7753
YO
1764cpan/Perl-OSType/lib/Perl/OSType.pm Perl::OSType
1765cpan/Perl-OSType/t/OSType.t Perl::OSType
1766cpan/perlfaq/lib/perlfaq.pm Perl frequently asked questions
1767cpan/perlfaq/lib/perlfaq.pod Perl frequently asked questions
5c8246b7 1768cpan/perlfaq/lib/perlfaq1.pod General Questions About Perl
bf8d7753
YO
1769cpan/perlfaq/lib/perlfaq2.pod Obtaining and Learning about Perl
1770cpan/perlfaq/lib/perlfaq3.pod Programming Tools
1771cpan/perlfaq/lib/perlfaq4.pod Data Manipulation
1772cpan/perlfaq/lib/perlfaq5.pod Files and Formats
1773cpan/perlfaq/lib/perlfaq6.pod Regexes
1774cpan/perlfaq/lib/perlfaq7.pod Perl Language Issues
1775cpan/perlfaq/lib/perlfaq8.pod System Interaction
1776cpan/perlfaq/lib/perlfaq9.pod Networking
83083fea 1777cpan/perlfaq/lib/perlglossary.pod Perl Glossary
9b7a1057 1778cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint
de582365
MM
1779cpan/PerlIO-via-QuotedPrint/t/changes.t
1780cpan/PerlIO-via-QuotedPrint/t/critic.t
1781cpan/PerlIO-via-QuotedPrint/t/pod.t
1782cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
9b7a1057 1783cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint
0c501878
CBW
1784cpan/Pod-Checker/lib/Pod/Checker.pm
1785cpan/Pod-Checker/scripts/podchecker.PL
1786cpan/Pod-Checker/t/pod/contains_bad_pod.xr
1787cpan/Pod-Checker/t/pod/empty.xr
1788cpan/Pod-Checker/t/pod/podchkenc.t
1789cpan/Pod-Checker/t/pod/podchkenc.xr
1f44a80e 1790cpan/Pod-Checker/t/pod/podchklink.t
0c501878
CBW
1791cpan/Pod-Checker/t/pod/poderrs.t
1792cpan/Pod-Checker/t/pod/poderrs.xr
165e1791 1793cpan/Pod-Checker/t/pod/podname.t
0c501878
CBW
1794cpan/Pod-Checker/t/pod/selfcheck.t
1795cpan/Pod-Checker/t/pod/testcmp.pl
1796cpan/Pod-Checker/t/pod/testpchk.pl
efe15bf0 1797cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes
efe15bf0
NC
1798cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes
1799cpan/Pod-Escapes/t/10_main.t test Pod::Escapes
1800cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes
3dfcef7e 1801cpan/Pod-Perldoc/lib/Pod/Perldoc.pm guts of the 'perldoc' utility
00e518b3
FR
1802cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
1803cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
00e518b3
FR
1804cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm convert POD to ANSI text
1805cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
1806cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm render POD as man pages
1807cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
1808cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm convert POD to POD
1809cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm convert POD to RTF
1810cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm convert POD to terminal output
1811cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text
1812cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
1813cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML
fa884b76 1814cpan/Pod-Perldoc/Makefile.PL
cb1974ba 1815cpan/Pod-Perldoc/perldoc.pod
42b862f5
SH
1816cpan/Pod-Perldoc/t/00_load.t test file for Pod-Perldoc
1817cpan/Pod-Perldoc/t/01_about_verbose.t test file for Pod-Perldoc
00e518b3
FR
1818cpan/Pod-Perldoc/t/man/_get_columns.t test file for Pod-Perldoc
1819cpan/Pod-Perldoc/t/pod.t test file for Pod-Perldoc
3dfcef7e
YO
1820cpan/Pod-Simple/lib/Pod/Simple.pm Pod made simple
1821cpan/Pod-Simple/lib/Pod/Simple.pod Pod for Pod::Simple
490d1888
NC
1822cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox
1823cpan/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document
1824cpan/Pod-Simple/lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode
1825cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text
1826cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm turn Pod into XML
3dfcef7e 1827cpan/Pod-Simple/lib/Pod/Simple/HTML.pm convert Pod to HTML
490d1888
NC
1828cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files
1829cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy
3afe1500 1830cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm Module related to Pod::Simple
490d1888
NC
1831cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes
1832cpan/Pod-Simple/lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls
490d1888 1833cpan/Pod-Simple/lib/Pod/Simple/Progress.pm Pod::Simple::Progress
490d1888 1834cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
3dfcef7e 1835cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser
490d1888
NC
1836cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
1837cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser
1838cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser
1839cpan/Pod-Simple/lib/Pod/Simple/RTF.pm format Pod as RTF
1840cpan/Pod-Simple/lib/Pod/Simple/Search.pm find POD documents in directory trees
1841cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
1842cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
490d1888 1843cpan/Pod-Simple/lib/Pod/Simple/Text.pm format Pod as plaintext
3dfcef7e 1844cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm get the text content of Pod
490d1888 1845cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH
490d1888 1846cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode
3dfcef7e 1847cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb
490d1888
NC
1848cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart
1849cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm turn Pod into XHTML
1850cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
490d1888 1851cpan/Pod-Simple/t/00about.t Pod::Simple test file
3dfcef7e 1852cpan/Pod-Simple/t/ac_d.t Pod::Simple test file
490d1888
NC
1853cpan/Pod-Simple/t/accept01.t Pod::Simple test file
1854cpan/Pod-Simple/t/accept05.t Pod::Simple test file
3afe1500 1855cpan/Pod-Simple/t/ascii_order.pl Script related to Pod::Simple
490d1888
NC
1856cpan/Pod-Simple/t/basic.t Pod::Simple test file
1857cpan/Pod-Simple/t/begin.t Pod::Simple test file
1858cpan/Pod-Simple/t/cbacks.t Pod::Simple test file
1859cpan/Pod-Simple/t/chunking.t Pod::Simple test file
1860cpan/Pod-Simple/t/closeys.t Pod::Simple test file
92a915ab 1861cpan/Pod-Simple/t/content_seen.t Pod::Simple test file
3dfcef7e 1862cpan/Pod-Simple/t/corpus.t Pod::Simple test file
490d1888
NC
1863cpan/Pod-Simple/t/corpus/2202jp.txt Pod::Simple test file
1864cpan/Pod-Simple/t/corpus/2202jp.xml Pod::Simple test file
1865cpan/Pod-Simple/t/corpus/2202jpx.txt Pod::Simple test file
1866cpan/Pod-Simple/t/corpus/2202jpx.xml Pod::Simple test file
1867cpan/Pod-Simple/t/corpus/2202jpy.txt Pod::Simple test file
1868cpan/Pod-Simple/t/corpus/2202jpy.xml Pod::Simple test file
1869cpan/Pod-Simple/t/corpus/2202jpz.txt Pod::Simple test file
1870cpan/Pod-Simple/t/corpus/2202jpz.xml Pod::Simple test file
490d1888
NC
1871cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file
1872cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file
1873cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file
1874cpan/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file
bf8d7753
YO
1875cpan/Pod-Simple/t/corpus/enc_char_directive.txt Pod::Simple test file
1876cpan/Pod-Simple/t/corpus/enc_char_directive.xml Pod::Simple test file
1877cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt Pod::Simple test file
1878cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml Pod::Simple test file
0ace302a
SH
1879cpan/Pod-Simple/t/corpus/encwarn01.txt Pod::Simple test file
1880cpan/Pod-Simple/t/corpus/encwarn01.xml Pod::Simple test file
1881cpan/Pod-Simple/t/corpus/encwarn02.txt Pod::Simple test file
1882cpan/Pod-Simple/t/corpus/encwarn02.xml Pod::Simple test file
3afe1500
JK
1883cpan/Pod-Simple/t/corpus/encwarn03.txt Test file related to Pod::Simple
1884cpan/Pod-Simple/t/corpus/encwarn03.xml Pod::Simple
1885cpan/Pod-Simple/t/corpus/encwarn04.txt Test file related to Pod::Simple
1886cpan/Pod-Simple/t/corpus/encwarn04.xml Pod::Simple
490d1888
NC
1887cpan/Pod-Simple/t/corpus/fet_cont.txt Pod::Simple test file
1888cpan/Pod-Simple/t/corpus/fet_cont.xml Pod::Simple test file
1889cpan/Pod-Simple/t/corpus/fet_dup.txt Pod::Simple test file
1890cpan/Pod-Simple/t/corpus/fet_dup.xml Pod::Simple test file
1891cpan/Pod-Simple/t/corpus/iso6.txt Pod::Simple test file
1892cpan/Pod-Simple/t/corpus/iso6.xml Pod::Simple test file
1893cpan/Pod-Simple/t/corpus/koi8r.txt Pod::Simple test file
1894cpan/Pod-Simple/t/corpus/koi8r.xml Pod::Simple test file
3dfcef7e
YO
1895cpan/Pod-Simple/t/corpus/laozi38.txt Pod::Simple test file
1896cpan/Pod-Simple/t/corpus/laozi38.xml Pod::Simple test file
490d1888
NC
1897cpan/Pod-Simple/t/corpus/laozi38b.txt Pod::Simple test file
1898cpan/Pod-Simple/t/corpus/laozi38b.xml Pod::Simple test file
1899cpan/Pod-Simple/t/corpus/laozi38p.pod Pod::Simple test file
1900cpan/Pod-Simple/t/corpus/laozi38p.xml Pod::Simple test file
490d1888
NC
1901cpan/Pod-Simple/t/corpus/lat1fr.txt Pod::Simple test file
1902cpan/Pod-Simple/t/corpus/lat1fr.xml Pod::Simple test file
3dfcef7e
YO
1903cpan/Pod-Simple/t/corpus/lat1frim.txt Pod::Simple test file
1904cpan/Pod-Simple/t/corpus/lat1frim.xml Pod::Simple test file
490d1888
NC
1905cpan/Pod-Simple/t/corpus/nonesuch.txt Pod::Simple test file
1906cpan/Pod-Simple/t/corpus/nonesuch.xml Pod::Simple test file
1907cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file
1908cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file
3dfcef7e
YO
1909cpan/Pod-Simple/t/corpus/plain.txt Pod::Simple test file
1910cpan/Pod-Simple/t/corpus/plain.xml Pod::Simple test file
490d1888
NC
1911cpan/Pod-Simple/t/corpus/plain_explicit.txt Pod::Simple test file
1912cpan/Pod-Simple/t/corpus/plain_explicit.xml Pod::Simple test file
1913cpan/Pod-Simple/t/corpus/plain_latin1.txt Pod::Simple test file
1914cpan/Pod-Simple/t/corpus/plain_latin1.xml Pod::Simple test file
490d1888
NC
1915cpan/Pod-Simple/t/corpus/plain_utf8.txt Pod::Simple test file
1916cpan/Pod-Simple/t/corpus/plain_utf8.xml Pod::Simple test file
490d1888
NC
1917cpan/Pod-Simple/t/corpus/polish_utf8.txt Pod::Simple test file
1918cpan/Pod-Simple/t/corpus/polish_utf8.xml Pod::Simple test file
1919cpan/Pod-Simple/t/corpus/s2763_sjis.txt Pod::Simple test file
1920cpan/Pod-Simple/t/corpus/s2763_sjis.xml Pod::Simple test file
490d1888
NC
1921cpan/Pod-Simple/t/corpus/thai_iso11.txt Pod::Simple test file
1922cpan/Pod-Simple/t/corpus/thai_iso11.xml Pod::Simple test file
3dfcef7e
YO
1923cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt Pod::Simple test file
1924cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml Pod::Simple test file
1925cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt Pod::Simple test file
1926cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt Pod::Simple test file
1927cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt Pod::Simple test file
1928cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file
1929cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file
1930cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file
1931cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file
1932cpan/Pod-Simple/t/corpus2/README Pod::Simple test file
60527824 1933cpan/Pod-Simple/t/emptylists.t Pod::Simple test file
3afe1500 1934cpan/Pod-Simple/t/enc-chars.t Test file related to Pod::Simple
490d1888
NC
1935cpan/Pod-Simple/t/encod01.t Pod::Simple test file
1936cpan/Pod-Simple/t/encod02.t Pod::Simple test file
1937cpan/Pod-Simple/t/encod03.t Pod::Simple test file
3afe1500 1938cpan/Pod-Simple/t/encod04.t Test file related to Pod::Simple
490d1888 1939cpan/Pod-Simple/t/end_over.t Pod::Simple test file
60527824 1940cpan/Pod-Simple/t/eol.t Pod::Simple test file
3dfcef7e 1941cpan/Pod-Simple/t/eol2.t Pod::Simple test file
60527824 1942cpan/Pod-Simple/t/fake-closers.t Pod::Simple test file
3dfcef7e 1943cpan/Pod-Simple/t/fcodes.t Pod::Simple test file
490d1888
NC
1944cpan/Pod-Simple/t/fcodes_e.t Pod::Simple test file
1945cpan/Pod-Simple/t/fcodes_l.t Pod::Simple test file
1946cpan/Pod-Simple/t/fcodes_s.t Pod::Simple test file
490d1888 1947cpan/Pod-Simple/t/for.t Pod::Simple test file
3dfcef7e 1948cpan/Pod-Simple/t/fornot.t Pod::Simple test file
3afe1500 1949cpan/Pod-Simple/t/github_issue_79.t Test file related to Pod::Simple
490d1888
NC
1950cpan/Pod-Simple/t/heads.t Pod::Simple test file
1951cpan/Pod-Simple/t/html01.t Pod::Simple test file
1952cpan/Pod-Simple/t/html02.t Pod::Simple test file
1953cpan/Pod-Simple/t/html03.t Pod::Simple test file
1954cpan/Pod-Simple/t/htmlbat.t Pod::Simple test file
490d1888 1955cpan/Pod-Simple/t/items.t Pod::Simple test file
3dfcef7e 1956cpan/Pod-Simple/t/items02.t Pod::Simple test file
490d1888 1957cpan/Pod-Simple/t/itemstar.t Pod::Simple test file
490d1888 1958cpan/Pod-Simple/t/junk1.pod Pod::Simple test file
3dfcef7e 1959cpan/Pod-Simple/t/junk1o.txt Pod::Simple test file
490d1888 1960cpan/Pod-Simple/t/junk2.pod Pod::Simple test file
3dfcef7e 1961cpan/Pod-Simple/t/junk2o.txt Pod::Simple test file
3afe1500
JK
1962cpan/Pod-Simple/t/JustPod01.t Test file related to Pod::Simple
1963cpan/Pod-Simple/t/JustPod02.t Test file related to Pod::Simple
1964cpan/Pod-Simple/t/JustPod_corpus.t Test file related to Pod::Simple
1ccbfc07 1965cpan/Pod-Simple/t/lib/helpers.pm Pod::Simple test file
490d1888 1966cpan/Pod-Simple/t/linkclas.t Pod::Simple test file
c9989a74 1967cpan/Pod-Simple/t/output.t Pod::Simple test file
490d1888 1968cpan/Pod-Simple/t/perlcyg.pod Pod::Simple test file
3dfcef7e 1969cpan/Pod-Simple/t/perlcygo.txt Pod::Simple test file
490d1888 1970cpan/Pod-Simple/t/perlfaq.pod Pod::Simple test file
3dfcef7e 1971cpan/Pod-Simple/t/perlfaqo.txt Pod::Simple test file
490d1888 1972cpan/Pod-Simple/t/perlvar.pod Pod::Simple test file
3dfcef7e 1973cpan/Pod-Simple/t/perlvaro.txt Pod::Simple test file
490d1888
NC
1974cpan/Pod-Simple/t/puller.t Pod::Simple test file
1975cpan/Pod-Simple/t/pulltitl.t Pod::Simple test file
1976cpan/Pod-Simple/t/reinit.t Pod::Simple test file
1977cpan/Pod-Simple/t/render.t Pod::Simple test file
3afe1500 1978cpan/Pod-Simple/t/rtf_utf8.t Test file related to Pod::Simple
490d1888
NC
1979cpan/Pod-Simple/t/search05.t Pod::Simple test file
1980cpan/Pod-Simple/t/search10.t Pod::Simple test file
1981cpan/Pod-Simple/t/search12.t Pod::Simple test file
1982cpan/Pod-Simple/t/search20.t Pod::Simple test file
1983cpan/Pod-Simple/t/search22.t Pod::Simple test file
1984cpan/Pod-Simple/t/search25.t Pod::Simple test file
1985cpan/Pod-Simple/t/search26.t Pod::Simple test file
1986cpan/Pod-Simple/t/search27.t Pod::Simple test file
1987cpan/Pod-Simple/t/search28.t Pod::Simple test file
1988cpan/Pod-Simple/t/search29.t Pod::Simple test file
1989cpan/Pod-Simple/t/search50.t Pod::Simple test file
92a915ab
SH
1990cpan/Pod-Simple/t/search60.t Pod::Simple test file
1991cpan/Pod-Simple/t/search60/A/x.pod Pod::Simple test file
1992cpan/Pod-Simple/t/search60/B/X.pod Pod::Simple test file
490d1888 1993cpan/Pod-Simple/t/stree.t Pod::Simple test file
46655c69 1994cpan/Pod-Simple/t/strpvbtm.t Pod::Simple test file
490d1888
NC
1995cpan/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file
1996cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file
1997cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file
1998cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm Pod::Simple test file
1999cpan/Pod-Simple/t/testlib1/pod/perlflif.pod Pod::Simple test file
2000cpan/Pod-Simple/t/testlib1/pod/perlthng.pod Pod::Simple test file
490d1888 2001cpan/Pod-Simple/t/testlib1/squaa.pm Pod::Simple test file
3dfcef7e 2002cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod Pod::Simple test file
490d1888
NC
2003cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm Pod::Simple test file
2004cpan/Pod-Simple/t/testlib1/zikzik.pod Pod::Simple test file
2005cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt Pod::Simple test file
2006cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm Pod::Simple test file
2007cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm Pod::Simple test file
2008cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod Pod::Simple test file
2009cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt Pod::Simple test file
2010cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm Pod::Simple test file
2011cpan/Pod-Simple/t/testlib2/pod/perlthng.pod Pod::Simple test file
2012cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod Pod::Simple test file
92a915ab 2013cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod Pod::Simple test file
490d1888
NC
2014cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm Pod::Simple test file
2015cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod Pod::Simple test file
2016cpan/Pod-Simple/t/testlib2/Suzzle.pm Pod::Simple test file
2017cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file
2018cpan/Pod-Simple/t/tiedfh.t Pod::Simple test file
490d1888 2019cpan/Pod-Simple/t/verb_fmt.t Pod::Simple test file
3dfcef7e 2020cpan/Pod-Simple/t/verbatim.t Pod::Simple test file
3afe1500 2021cpan/Pod-Simple/t/whine.t Test file related to Pod::Simple
3dfcef7e 2022cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file
3afe1500 2023cpan/Pod-Simple/t/xhtml-bkb.t Test file related to Pod::Simple
490d1888
NC
2024cpan/Pod-Simple/t/xhtml01.t Pod::Simple test file
2025cpan/Pod-Simple/t/xhtml05.t Pod::Simple test file
46655c69 2026cpan/Pod-Simple/t/xhtml10.t Pod::Simple test file
60527824 2027cpan/Pod-Simple/t/xhtml15.t Pod::Simple test file
0ace302a 2028cpan/Pod-Simple/t/xhtml20.t Pod::Simple test file
3afe1500 2029cpan/Pod-Simple/t/xhtml25.t Pod-Simple
0c501878
CBW
2030cpan/Pod-Usage/lib/Pod/Usage.pm
2031cpan/Pod-Usage/scripts/pod2usage.PL
3735683b
CBW
2032cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
2033cpan/Pod-Usage/t/inc/Pod/Parser.pm
2034cpan/Pod-Usage/t/inc/Pod/PlainText.pm
2035cpan/Pod-Usage/t/inc/Pod/Select.pm
969c6694
CBW
2036cpan/Pod-Usage/t/pod/headwithmarkup.pl
2037cpan/Pod-Usage/t/pod/headwithmarkup.t
0c501878 2038cpan/Pod-Usage/t/pod/p2u_data.pl
2ed39982
CBW
2039cpan/Pod-Usage/t/pod/pod2usage.t
2040cpan/Pod-Usage/t/pod/pod2usage.xr
3dfcef7e 2041cpan/Pod-Usage/t/pod/pod2usage2.t
969c6694
CBW
2042cpan/Pod-Usage/t/pod/selectheaders.pl
2043cpan/Pod-Usage/t/pod/selectheaders.t
2044cpan/Pod-Usage/t/pod/selectsections.pl
2045cpan/Pod-Usage/t/pod/selectsections.t
0c501878 2046cpan/Pod-Usage/t/pod/testcmp.pl
2ed39982 2047cpan/Pod-Usage/t/pod/testp2pt.pl
0c501878 2048cpan/Pod-Usage/t/pod/usage.pod
3dfcef7e 2049cpan/Pod-Usage/t/pod/usage2.pod
20616d51 2050cpan/podlators/docs/docknot.yaml
bf8d7753
YO
2051cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff
2052cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text
2053cpan/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text
2054cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text
2055cpan/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text
2056cpan/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes
2057cpan/podlators/Makefile.PL podlators Makefile.PL
2058cpan/podlators/scripts/pod2man.PL Translator to turn pod into manpage
2059cpan/podlators/scripts/pod2text.PL Translator to turn pod into text
2060cpan/podlators/t/data/basic.cap podlators test
2061cpan/podlators/t/data/basic.clr podlators test
2062cpan/podlators/t/data/basic.man podlators test
2063cpan/podlators/t/data/basic.ovr podlators test
2064cpan/podlators/t/data/basic.pod podlators test
2065cpan/podlators/t/data/basic.txt podlators test
20616d51
RA
2066cpan/podlators/t/data/man/encoding.groff
2067cpan/podlators/t/data/man/encoding.pod
2068cpan/podlators/t/data/man/encoding.roff
2069cpan/podlators/t/data/man/encoding.utf8
bf8d7753 2070cpan/podlators/t/data/perl.conf podlators test
a9304318
RB
2071cpan/podlators/t/data/perlcriticrc
2072cpan/podlators/t/data/perltidyrc
20616d51 2073cpan/podlators/t/data/regenerate-data
f97008e2
SH
2074cpan/podlators/t/data/snippets/color/escape-wrapping
2075cpan/podlators/t/data/snippets/color/tag-width
2076cpan/podlators/t/data/snippets/color/tag-wrapping
2077cpan/podlators/t/data/snippets/color/width
2078cpan/podlators/t/data/snippets/color/wrapping
a7ea90b1
SH
2079cpan/podlators/t/data/snippets/man/agrave
2080cpan/podlators/t/data/snippets/man/backslash-man-ref
516cc7b3 2081cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
a7ea90b1
SH
2082cpan/podlators/t/data/snippets/man/bullets
2083cpan/podlators/t/data/snippets/man/c-in-header
2084cpan/podlators/t/data/snippets/man/c-in-name
2085cpan/podlators/t/data/snippets/man/cpp
2086cpan/podlators/t/data/snippets/man/dollar-magic
516cc7b3
CBW
2087cpan/podlators/t/data/snippets/man/error-die
2088cpan/podlators/t/data/snippets/man/error-none
2089cpan/podlators/t/data/snippets/man/error-normal
2090cpan/podlators/t/data/snippets/man/error-pod
2091cpan/podlators/t/data/snippets/man/error-stderr
2092cpan/podlators/t/data/snippets/man/error-stderr-opt
a7ea90b1 2093cpan/podlators/t/data/snippets/man/eth
516cc7b3 2094cpan/podlators/t/data/snippets/man/fixed-font
a7ea90b1
SH
2095cpan/podlators/t/data/snippets/man/fixed-font-in-item
2096cpan/podlators/t/data/snippets/man/for-blocks
20616d51
RA
2097cpan/podlators/t/data/snippets/man/guesswork
2098cpan/podlators/t/data/snippets/man/guesswork-all
2099cpan/podlators/t/data/snippets/man/guesswork-no-quoting
2100cpan/podlators/t/data/snippets/man/guesswork-none
2101cpan/podlators/t/data/snippets/man/guesswork-partial
2102cpan/podlators/t/data/snippets/man/guesswork-quoting
a7ea90b1
SH
2103cpan/podlators/t/data/snippets/man/hyphen-in-s
2104cpan/podlators/t/data/snippets/man/iso-8859-1
20616d51
RA
2105cpan/podlators/t/data/snippets/man/iso-8859-1-error-die
2106cpan/podlators/t/data/snippets/man/iso-8859-1-error-pod
2107cpan/podlators/t/data/snippets/man/iso-8859-1-roff
a7ea90b1 2108cpan/podlators/t/data/snippets/man/item-fonts
20616d51 2109cpan/podlators/t/data/snippets/man/language
a7ea90b1
SH
2110cpan/podlators/t/data/snippets/man/link-quoting
2111cpan/podlators/t/data/snippets/man/link-to-url
516cc7b3
CBW
2112cpan/podlators/t/data/snippets/man/long-quote
2113cpan/podlators/t/data/snippets/man/lquote-and-quote
2114cpan/podlators/t/data/snippets/man/lquote-rquote
a7ea90b1
SH
2115cpan/podlators/t/data/snippets/man/markup-in-name
2116cpan/podlators/t/data/snippets/man/multiline-x
20616d51
RA
2117cpan/podlators/t/data/snippets/man/naive
2118cpan/podlators/t/data/snippets/man/naive-groff
a7ea90b1 2119cpan/podlators/t/data/snippets/man/name-guesswork
20616d51
RA
2120cpan/podlators/t/data/snippets/man/name-quotes
2121cpan/podlators/t/data/snippets/man/name-quotes-none
a7ea90b1
SH
2122cpan/podlators/t/data/snippets/man/nested-lists
2123cpan/podlators/t/data/snippets/man/newlines-in-c
2124cpan/podlators/t/data/snippets/man/non-ascii
20616d51 2125cpan/podlators/t/data/snippets/man/nonbreaking-space-l
a7ea90b1
SH
2126cpan/podlators/t/data/snippets/man/not-bullet
2127cpan/podlators/t/data/snippets/man/not-numbers
516cc7b3 2128cpan/podlators/t/data/snippets/man/nourls
a7ea90b1
SH
2129cpan/podlators/t/data/snippets/man/periods
2130cpan/podlators/t/data/snippets/man/quote-escaping
516cc7b3 2131cpan/podlators/t/data/snippets/man/rquote-none
a7ea90b1
SH
2132cpan/podlators/t/data/snippets/man/soft-hyphens
2133cpan/podlators/t/data/snippets/man/trailing-space
2134cpan/podlators/t/data/snippets/man/true-false
a7ea90b1
SH
2135cpan/podlators/t/data/snippets/man/utf8-nonbreaking
2136cpan/podlators/t/data/snippets/man/utf8-verbatim
2137cpan/podlators/t/data/snippets/man/x-whitespace
2138cpan/podlators/t/data/snippets/man/x-whitespace-entry
20616d51 2139cpan/podlators/t/data/snippets/man/zero-width-space
28997a26
CBW
2140cpan/podlators/t/data/snippets/overstrike/tag-width
2141cpan/podlators/t/data/snippets/overstrike/wrapping
20616d51 2142cpan/podlators/t/data/snippets/README.md
f97008e2
SH
2143cpan/podlators/t/data/snippets/termcap/escape-wrapping
2144cpan/podlators/t/data/snippets/termcap/tag-width
2145cpan/podlators/t/data/snippets/termcap/tag-wrapping
b10c836b 2146cpan/podlators/t/data/snippets/termcap/term-unknown
f97008e2
SH
2147cpan/podlators/t/data/snippets/termcap/width
2148cpan/podlators/t/data/snippets/termcap/wrapping
b10c836b
CBW
2149cpan/podlators/t/data/snippets/text/alt
2150cpan/podlators/t/data/snippets/text/c-with-spaces
2151cpan/podlators/t/data/snippets/text/code
bf8d7753 2152cpan/podlators/t/data/snippets/text/cpp podlators test
28997a26 2153cpan/podlators/t/data/snippets/text/empty
b10c836b
CBW
2154cpan/podlators/t/data/snippets/text/error-die
2155cpan/podlators/t/data/snippets/text/error-none
2156cpan/podlators/t/data/snippets/text/error-normal
2157cpan/podlators/t/data/snippets/text/error-pod
2158cpan/podlators/t/data/snippets/text/error-stderr
2159cpan/podlators/t/data/snippets/text/error-stderr-opt
2160cpan/podlators/t/data/snippets/text/for
a9304318
RB
2161cpan/podlators/t/data/snippets/text/guesswork-no-quoting
2162cpan/podlators/t/data/snippets/text/guesswork-quoting
28997a26 2163cpan/podlators/t/data/snippets/text/iso-8859-1
20616d51
RA
2164cpan/podlators/t/data/snippets/text/iso-8859-1-error-die
2165cpan/podlators/t/data/snippets/text/iso-8859-1-error-pod
2166cpan/podlators/t/data/snippets/text/iso-8859-1-utf8
b10c836b
CBW
2167cpan/podlators/t/data/snippets/text/late-encoding
2168cpan/podlators/t/data/snippets/text/link-rt
2169cpan/podlators/t/data/snippets/text/link-url
2170cpan/podlators/t/data/snippets/text/margin
20616d51
RA
2171cpan/podlators/t/data/snippets/text/naive
2172cpan/podlators/t/data/snippets/text/name-quotes
2173cpan/podlators/t/data/snippets/text/name-quotes-none
2174cpan/podlators/t/data/snippets/text/non-latin
b10c836b 2175cpan/podlators/t/data/snippets/text/nonbreaking-space
20616d51 2176cpan/podlators/t/data/snippets/text/nonbreaking-space-l
b10c836b
CBW
2177cpan/podlators/t/data/snippets/text/nourls
2178cpan/podlators/t/data/snippets/text/periods
2179cpan/podlators/t/data/snippets/text/quotes-opt
2180cpan/podlators/t/data/snippets/text/s-whitespace
2181cpan/podlators/t/data/snippets/text/sentence-spacing
2182cpan/podlators/t/data/snippets/text/utf8
28997a26 2183cpan/podlators/t/data/snippets/text/utf8-iso
b10c836b 2184cpan/podlators/t/data/snippets/text/verbatim
bf8d7753 2185cpan/podlators/t/data/termcap podlators test
20616d51 2186cpan/podlators/t/docs/changes.t
bf8d7753
YO
2187cpan/podlators/t/docs/pod.t podlators test
2188cpan/podlators/t/docs/pod-spelling.t podlators test
2189cpan/podlators/t/docs/spdx-license.t podlators test
2190cpan/podlators/t/docs/synopsis.t podlators test
2191cpan/podlators/t/general/basic.t podlators test
2192cpan/podlators/t/general/filehandle.t podlators test
2193cpan/podlators/t/general/pod-parser.t podlators test
2194cpan/podlators/t/lib/Test/Podlators.pm podlators test
2195cpan/podlators/t/lib/Test/RRA.pm podlators test
2196cpan/podlators/t/lib/Test/RRA/Config.pm podlators test
2197cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm podlators test
2198cpan/podlators/t/man/devise-date.t podlators test
2199cpan/podlators/t/man/devise-title.t podlators test
2200cpan/podlators/t/man/empty.t podlators test
20616d51 2201cpan/podlators/t/man/encoding.t
bf8d7753
YO
2202cpan/podlators/t/man/heading.t podlators test
2203cpan/podlators/t/man/iso-8859-1.t podlators test
2204cpan/podlators/t/man/no-encode.t podlators test
2205cpan/podlators/t/man/snippets.t podlators test
2206cpan/podlators/t/man/utf8-io.t podlators test
2207cpan/podlators/t/parselink/basic.t podlators test
a9304318
RB
2208cpan/podlators/t/style/critic.t
2209cpan/podlators/t/style/kwalitee.t
3dfcef7e 2210cpan/podlators/t/style/minimum-version.t podlators test
bf8d7753 2211cpan/podlators/t/style/module-version.t podlators test
b10c836b 2212cpan/podlators/t/style/obsolete-strings.t
bf8d7753
YO
2213cpan/podlators/t/style/strict.t podlators test
2214cpan/podlators/t/text/color.t podlators test
28997a26
CBW
2215cpan/podlators/t/text/invalid.t
2216cpan/podlators/t/text/iso-8859-1.t
bf8d7753 2217cpan/podlators/t/text/overstrike.t podlators test
b10c836b 2218cpan/podlators/t/text/snippets.t
bf8d7753 2219cpan/podlators/t/text/termcap.t podlators test
28997a26 2220cpan/podlators/t/text/utf8-io.t
cb8c8458
SH
2221cpan/Scalar-List-Utils/lib/List/Util.pm List::Util
2222cpan/Scalar-List-Utils/lib/List/Util/XS.pm List::Util
2223cpan/Scalar-List-Utils/lib/Scalar/Util.pm Scalar::Util
d81c2d6a 2224cpan/Scalar-List-Utils/lib/Sub/Util.pm
cb8c8458
SH
2225cpan/Scalar-List-Utils/ListUtil.xs Util extension
2226cpan/Scalar-List-Utils/Makefile.PL Util extension
2227cpan/Scalar-List-Utils/multicall.h Util extension
2228cpan/Scalar-List-Utils/t/00version.t Scalar::Util
2229cpan/Scalar-List-Utils/t/any-all.t List::Util
2230cpan/Scalar-List-Utils/t/blessed.t Scalar::Util
2231cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util
13bb7c4d 2232cpan/Scalar-List-Utils/t/exotic_names.t
cb8c8458
SH
2233cpan/Scalar-List-Utils/t/first.t List::Util
2234cpan/Scalar-List-Utils/t/getmagic-once.t
13bb7c4d 2235cpan/Scalar-List-Utils/t/head-tail.t
cb8c8458
SH
2236cpan/Scalar-List-Utils/t/isvstring.t Scalar::Util
2237cpan/Scalar-List-Utils/t/lln.t Scalar::Util
cb8c8458 2238cpan/Scalar-List-Utils/t/max.t List::Util
3dfcef7e 2239cpan/Scalar-List-Utils/t/maxstr.t List::Util
9cc5c436 2240cpan/Scalar-List-Utils/t/mesh.t
cb8c8458 2241cpan/Scalar-List-Utils/t/min.t List::Util
3dfcef7e 2242cpan/Scalar-List-Utils/t/minstr.t List::Util
cb8c8458
SH
2243cpan/Scalar-List-Utils/t/openhan.t Scalar::Util
2244cpan/Scalar-List-Utils/t/pair.t
2245cpan/Scalar-List-Utils/t/product.t List::Util
d81c2d6a 2246cpan/Scalar-List-Utils/t/prototype.t
cb8c8458
SH
2247cpan/Scalar-List-Utils/t/readonly.t Scalar::Util
2248cpan/Scalar-List-Utils/t/reduce.t List::Util
cac6698e 2249cpan/Scalar-List-Utils/t/reductions.t
cb8c8458
SH
2250cpan/Scalar-List-Utils/t/refaddr.t Scalar::Util
2251cpan/Scalar-List-Utils/t/reftype.t Scalar::Util
e8164ee7 2252cpan/Scalar-List-Utils/t/rt-96343.t Scalar::Util
cac6698e 2253cpan/Scalar-List-Utils/t/sample.t
d81c2d6a 2254cpan/Scalar-List-Utils/t/scalarutil-proto.t
cb8c8458
SH
2255cpan/Scalar-List-Utils/t/shuffle.t List::Util
2256cpan/Scalar-List-Utils/t/stack-corruption.t List::Util
d81c2d6a 2257cpan/Scalar-List-Utils/t/subname.t
cb8c8458 2258cpan/Scalar-List-Utils/t/sum.t List::Util
3dfcef7e 2259cpan/Scalar-List-Utils/t/sum0.t
cb8c8458 2260cpan/Scalar-List-Utils/t/tainted.t Scalar::Util
741719f1 2261cpan/Scalar-List-Utils/t/undefined-block.t
e8164ee7 2262cpan/Scalar-List-Utils/t/uniq.t Scalar::Util
cac6698e 2263cpan/Scalar-List-Utils/t/uniqnum.t
cb8c8458 2264cpan/Scalar-List-Utils/t/weak.t Scalar::Util
9cc5c436 2265cpan/Scalar-List-Utils/t/zip.t
44559db1
PE
2266cpan/Socket/Makefile.PL Socket extension makefile writer
2267cpan/Socket/Socket.pm Socket extension Perl module
2268cpan/Socket/Socket.xs Socket extension external subroutines
2269cpan/Socket/t/getaddrinfo.t See if Socket::getaddrinfo works
2270cpan/Socket/t/getnameinfo.t See if Socket::getnameinfo works
3be135d8 2271cpan/Socket/t/ip_mreq.t See if (un)pack_ip_mreq work
44559db1 2272cpan/Socket/t/ipv6_mreq.t See if (un)pack_ipv6_mreq work
eabcd9c8 2273cpan/Socket/t/sockaddr.t
44559db1 2274cpan/Socket/t/Socket.t See if Socket works
3dfcef7e 2275cpan/Socket/t/socketpair.t See if socketpair works
9dea6244 2276cpan/Socket/typemap
e14adb60
NC
2277cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
2278cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
2279cpan/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file
2280cpan/Sys-Syslog/Makefile.PL Sys::Syslog extension makefile writer
e14adb60
NC
2281cpan/Sys-Syslog/Syslog.pm Sys::Syslog extension Perl module
2282cpan/Sys-Syslog/Syslog.xs Sys::Syslog extension external subroutines
2283cpan/Sys-Syslog/t/00-load.t test for Sys::Syslog
2284cpan/Sys-Syslog/t/constants.t test for Sys::Syslog
10934390
CBW
2285cpan/Sys-Syslog/t/cpan-rt-21516.t
2286cpan/Sys-Syslog/t/cpan-rt-21866.t
2287cpan/Sys-Syslog/t/cpan-rt-25488.t
2288cpan/Sys-Syslog/t/cpan-rt-49877.pl
2289cpan/Sys-Syslog/t/cpan-rt-55151.t
2290cpan/Sys-Syslog/t/cpan-rt-64287.t
0374b0a2 2291cpan/Sys-Syslog/t/facilities-routing.t test for Sys::Syslog
e14adb60 2292cpan/Sys-Syslog/t/syslog.t See if Sys::Syslog works
10934390 2293cpan/Sys-Syslog/t/syslog-inet-udp.t
e14adb60 2294cpan/Sys-Syslog/win32/compile.pl Sys::Syslog extension Win32 related file
e14adb60 2295cpan/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file
3dfcef7e 2296cpan/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file
e14adb60
NC
2297cpan/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file
2298cpan/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file
5e64492f 2299cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
5e64492f 2300cpan/Term-ANSIColor/t/lib/Test/RRA.pm
3dfcef7e 2301cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
5e64492f 2302cpan/Term-ANSIColor/t/module/aliases-func.t
5e64492f 2303cpan/Term-ANSIColor/t/module/basic.t
3dfcef7e 2304cpan/Term-ANSIColor/t/module/basic256.t
5e64492f
CBW
2305cpan/Term-ANSIColor/t/module/eval.t
2306cpan/Term-ANSIColor/t/module/stringify.t
76bea4b7 2307cpan/Term-ANSIColor/t/module/true-color.t
5e64492f 2308cpan/Term-ANSIColor/t/taint/basic.t
8c5b8ff0
NC
2309cpan/Term-Cap/Cap.pm Perl module supporting termcap usage
2310cpan/Term-Cap/test.pl See if Term::Cap works
bf8d7753
YO
2311cpan/Test-Harness/bin/prove The prove harness utility
2312cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility
2313cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility
2314cpan/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility
2315cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility
2316cpan/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol
2317cpan/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol
2318cpan/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol
2319cpan/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol
3dfcef7e 2320cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol
bf8d7753
YO
2321cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol
2322cpan/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol
2323cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol
2324cpan/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol
2325cpan/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol
6e0b8bd6 2326cpan/Test-Harness/lib/TAP/Harness/Beyond.pod Test::Harness
bf8d7753
YO
2327cpan/Test-Harness/lib/TAP/Harness/Env.pm A parser for Test Anything Protocol
2328cpan/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol
2329cpan/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol
2330cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol
2331cpan/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol
2332cpan/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol
2333cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol
2334cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol
2335cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol
2336cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol
2337cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol
2338cpan/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol
2339cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol
2340cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol
2341cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol
2342cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol
2343cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol
2344cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol
2345cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol
2346cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol
2347cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol
2348cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol
2349cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol
2350cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol
2351cpan/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol
3dfcef7e 2352cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm A parser for Test Anything Protocol
6e0b8bd6
LT
2353cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm Module related to Test::Harness
2354cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm Module related to Test::Harness
2355cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm Module related to Test::Harness
2356cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm Module related to Test::Harness
2357cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm Module related to Test::Harness
bf8d7753
YO
2358cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol
2359cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol
2360cpan/Test-Harness/lib/Test/Harness.pm A test harness
2361cpan/Test-Harness/t/aggregator.t Test::Harness test
2362cpan/Test-Harness/t/bailout.t Test::Harness test
2363cpan/Test-Harness/t/base.t Test::Harness test
2364cpan/Test-Harness/t/callbacks.t Test::Harness test
2365cpan/Test-Harness/t/compat/env.t Test::Harness test
2366cpan/Test-Harness/t/compat/env_opts.t Test::Harness test
2367cpan/Test-Harness/t/compat/failure.t Test::Harness test
2368cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test
2369cpan/Test-Harness/t/compat/inc_taint.t Test::Harness test
2370cpan/Test-Harness/t/compat/nonumbers.t Test::Harness test
2371cpan/Test-Harness/t/compat/regression.t Test::Harness test
6d313664 2372cpan/Test-Harness/t/compat/subclass.t Test::Harness test
bf8d7753
YO
2373cpan/Test-Harness/t/compat/switches.t Test::Harness test
2374cpan/Test-Harness/t/compat/test-harness-compat.t Test::Harness test
2375cpan/Test-Harness/t/compat/version.t Test::Harness test
2376cpan/Test-Harness/t/console.t Test::Harness test
2377cpan/Test-Harness/t/data/catme.1 Test data for Test::Harness
2378cpan/Test-Harness/t/data/proverc Test data for Test::Harness
2379cpan/Test-Harness/t/data/sample.yml Test data for Test::Harness
6e0b8bd6 2380cpan/Test-Harness/t/env_opts.t Test file related to Test::Harness
bf8d7753
YO
2381cpan/Test-Harness/t/errors.t Test::Harness test
2382cpan/Test-Harness/t/file.t Test::Harness test
2383cpan/Test-Harness/t/glob-to-regexp.t Test::Harness test
2384cpan/Test-Harness/t/grammar.t Test::Harness test
2385cpan/Test-Harness/t/harness.t Test::Harness test
2386cpan/Test-Harness/t/harness-bailout.t Test::Harness test
2387cpan/Test-Harness/t/harness-subclass.t Test::Harness test
6d313664 2388cpan/Test-Harness/t/iterator_factory.t Test::Harness test
bf8d7753
YO
2389cpan/Test-Harness/t/iterators.t Test::Harness test
2390cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness
2391cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness
2392cpan/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness
2393cpan/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness
2394cpan/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness
2395cpan/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness
2396cpan/Test-Harness/t/lib/MyFileSourceHandler.pm Test::Harness test
2397cpan/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness
2398cpan/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness
2399cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm Test::Harness test
2400cpan/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness
2401cpan/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness
2402cpan/Test-Harness/t/lib/MySourceHandler.pm Test::Harness test
2403cpan/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness
2404cpan/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness
6e0b8bd6 2405cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm Module related to Test::Harness
bf8d7753
YO
2406cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness
2407cpan/Test-Harness/t/multiplexer.t Test::Harness test
2408cpan/Test-Harness/t/nested.t Test::Harness test
2409cpan/Test-Harness/t/nofork.t Test::Harness test
2410cpan/Test-Harness/t/nofork-mux.t Test::Harness test
2411cpan/Test-Harness/t/object.t Test::Harness test
2412cpan/Test-Harness/t/parse.t Test::Harness test
2413cpan/Test-Harness/t/parser-config.t Test::Harness test
2414cpan/Test-Harness/t/parser-subclass.t Test::Harness test
2415cpan/Test-Harness/t/perl5lib.t Test::Harness test
2416cpan/Test-Harness/t/premature-bailout.t Test::Harness test
2417cpan/Test-Harness/t/process.t Test::Harness test
2418cpan/Test-Harness/t/prove.t Test::Harness test
2419cpan/Test-Harness/t/proverc.t Test::Harness test
2420cpan/Test-Harness/t/proverc/emptyexec Test data for Test::Harness
2421cpan/Test-Harness/t/proverun.t Test::Harness test
686add28 2422cpan/Test-Harness/t/proveversion.t Test::Harness test
bf8d7753
YO
2423cpan/Test-Harness/t/regression.t Test::Harness test
2424cpan/Test-Harness/t/results.t Test::Harness test
6e0b8bd6 2425cpan/Test-Harness/t/rulesfile.t Test file related to Test::Harness
bf8d7753
YO
2426cpan/Test-Harness/t/sample-tests/bailout Test data for Test::Harness
2427cpan/Test-Harness/t/sample-tests/bignum Test data for Test::Harness
2428cpan/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness
2429cpan/Test-Harness/t/sample-tests/combined Test data for Test::Harness
2430cpan/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness
2431cpan/Test-Harness/t/sample-tests/delayed Test data for Test::Harness
2432cpan/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness
2433cpan/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness
2434cpan/Test-Harness/t/sample-tests/die Test data for Test::Harness
2435cpan/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness
2436cpan/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness
2437cpan/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness
2438cpan/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness
2439cpan/Test-Harness/t/sample-tests/echo Test data for Test::Harness
2440cpan/Test-Harness/t/sample-tests/empty Test data for Test::Harness
2441cpan/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness
2442cpan/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness
2443cpan/Test-Harness/t/sample-tests/head_end Test data for Test::Harness
2444cpan/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness
2445cpan/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness
2446cpan/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness
2447cpan/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness
2448cpan/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness
2449cpan/Test-Harness/t/sample-tests/no_output Test data for Test::Harness
2450cpan/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness
2451cpan/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness
2452cpan/Test-Harness/t/sample-tests/schwern Test data for Test::Harness
2453cpan/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness
2454cpan/Test-Harness/t/sample-tests/segfault Test data for Test::Harness
2455cpan/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness
2456cpan/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness
2457cpan/Test-Harness/t/sample-tests/simple Test data for Test::Harness
2458cpan/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness
2459cpan/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness
2460cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 Test data for Test::Harness
2461cpan/Test-Harness/t/sample-tests/skip Test data for Test::Harness
2462cpan/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness
2463cpan/Test-Harness/t/sample-tests/skipall Test data for Test::Harness
2464cpan/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness
2465cpan/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness
2466cpan/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness
6e0b8bd6 2467cpan/Test-Harness/t/sample-tests/space_after_plan_v13 Test::Harness
bf8d7753
YO
2468cpan/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness
2469cpan/Test-Harness/t/sample-tests/strict Test data for Test::Harness
2470cpan/Test-Harness/t/sample-tests/switches Test data for Test::Harness
2471cpan/Test-Harness/t/sample-tests/taint Test data for Test::Harness
2472cpan/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness
2473cpan/Test-Harness/t/sample-tests/todo Test data for Test::Harness
2474cpan/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness
2475cpan/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness
2476cpan/Test-Harness/t/sample-tests/too_many Test data for Test::Harness
2477cpan/Test-Harness/t/sample-tests/version_good Test data for Test::Harness
2478cpan/Test-Harness/t/sample-tests/version_late Test data for Test::Harness
2479cpan/Test-Harness/t/sample-tests/version_old Test data for Test::Harness
2480cpan/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness
2481cpan/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness
2482cpan/Test-Harness/t/sample-tests/yaml_late_plan Test data for Test::Harness
2483cpan/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness
2484cpan/Test-Harness/t/scheduler.t Test::Harness test
2485cpan/Test-Harness/t/source.t Test::Harness test
3dfcef7e 2486cpan/Test-Harness/t/source_handler.t Test::Harness test
bf8d7753
YO
2487cpan/Test-Harness/t/source_tests/harness Test data for Test::Harness
2488cpan/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness
2489cpan/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness
2490cpan/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness
2491cpan/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness
2492cpan/Test-Harness/t/source_tests/psql.bat Test::Harness test
2493cpan/Test-Harness/t/source_tests/source Test data for Test::Harness
2494cpan/Test-Harness/t/source_tests/source.1 Test::Harness test
2495cpan/Test-Harness/t/source_tests/source.bat Test::Harness test
2496cpan/Test-Harness/t/source_tests/source.pl Test::Harness test
2497cpan/Test-Harness/t/source_tests/source.sh Test::Harness test
2498cpan/Test-Harness/t/source_tests/source.t Test::Harness test
2499cpan/Test-Harness/t/source_tests/source.tap Test::Harness test
2500cpan/Test-Harness/t/source_tests/source_args.sh Test::Harness test
6e0b8bd6 2501cpan/Test-Harness/t/source_tests/test.tap Test file related to Test::Harness
bf8d7753
YO
2502cpan/Test-Harness/t/spool.t Test::Harness test
2503cpan/Test-Harness/t/state.t Test::Harness test
2504cpan/Test-Harness/t/state_results.t Test::Harness test
2505cpan/Test-Harness/t/streams.t Test::Harness test
2506cpan/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness
2507cpan/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness
2508cpan/Test-Harness/t/taint.t Test::Harness test
2509cpan/Test-Harness/t/testargs.t Test::Harness test
2510cpan/Test-Harness/t/unicode.t Test::Harness test
2511cpan/Test-Harness/t/yamlish.t Test::Harness test
2512cpan/Test-Harness/t/yamlish-output.t Test::Harness test
2513cpan/Test-Harness/t/yamlish-writer.t Test::Harness test
3740cf6d
YO
2514cpan/Test-Simple/lib/ok.pm Module related to Test::Simple
2515cpan/Test-Simple/lib/Test/Builder.pm Module related to Test::Simple
2516cpan/Test-Simple/lib/Test/Builder/Formatter.pm Module related to Test::Simple
2517cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm Module related to Test::Simple
2518cpan/Test-Simple/lib/Test/Builder/Module.pm Module related to Test::Simple
2519cpan/Test-Simple/lib/Test/Builder/Tester.pm Module related to Test::Simple
2520cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Module related to Test::Simple
2521cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm Module related to Test::Simple
2522cpan/Test-Simple/lib/Test/More.pm Module related to Test::Simple
2523cpan/Test-Simple/lib/Test/Simple.pm Module related to Test::Simple
2524cpan/Test-Simple/lib/Test/Tester.pm Module related to Test::Simple
2525cpan/Test-Simple/lib/Test/Tester/Capture.pm Module related to Test::Simple
2526cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm Module related to Test::Simple
2527cpan/Test-Simple/lib/Test/Tester/Delegate.pm Module related to Test::Simple
2528cpan/Test-Simple/lib/Test/Tutorial.pod Test::Simple
2529cpan/Test-Simple/lib/Test/use/ok.pm Module related to Test::Simple
2530cpan/Test-Simple/lib/Test2.pm Module related to Test::Simple
2531cpan/Test-Simple/lib/Test2/API.pm Module related to Test::Simple
2532cpan/Test-Simple/lib/Test2/API/Breakage.pm Module related to Test::Simple
2533cpan/Test-Simple/lib/Test2/API/Context.pm Module related to Test::Simple
2534cpan/Test-Simple/lib/Test2/API/Instance.pm Module related to Test::Simple
2535cpan/Test-Simple/lib/Test2/API/InterceptResult.pm Module related to Test::Simple
2536cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm Module related to Test::Simple
2537cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm Module related to Test::Simple
2538cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm Module related to Test::Simple
2539cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm Module related to Test::Simple
2540cpan/Test-Simple/lib/Test2/API/Stack.pm Module related to Test::Simple
2541cpan/Test-Simple/lib/Test2/Event.pm Module related to Test::Simple
2542cpan/Test-Simple/lib/Test2/Event/Bail.pm Module related to Test::Simple
2543cpan/Test-Simple/lib/Test2/Event/Diag.pm Module related to Test::Simple
2544cpan/Test-Simple/lib/Test2/Event/Encoding.pm Module related to Test::Simple
2545cpan/Test-Simple/lib/Test2/Event/Exception.pm Module related to Test::Simple
2546cpan/Test-Simple/lib/Test2/Event/Fail.pm Module related to Test::Simple
2547cpan/Test-Simple/lib/Test2/Event/Generic.pm Module related to Test::Simple
2548cpan/Test-Simple/lib/Test2/Event/Note.pm Module related to Test::Simple
2549cpan/Test-Simple/lib/Test2/Event/Ok.pm Module related to Test::Simple
2550cpan/Test-Simple/lib/Test2/Event/Pass.pm Module related to Test::Simple
2551cpan/Test-Simple/lib/Test2/Event/Plan.pm Module related to Test::Simple
2552cpan/Test-Simple/lib/Test2/Event/Skip.pm Module related to Test::Simple
2553cpan/Test-Simple/lib/Test2/Event/Subtest.pm Module related to Test::Simple
2554cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm Module related to Test::Simple
2555cpan/Test-Simple/lib/Test2/Event/V2.pm Module related to Test::Simple
2556cpan/Test-Simple/lib/Test2/Event/Waiting.pm Module related to Test::Simple
2557cpan/Test-Simple/lib/Test2/EventFacet.pm Module related to Test::Simple
2558cpan/Test-Simple/lib/Test2/EventFacet/About.pm Module related to Test::Simple
2559cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm Module related to Test::Simple
2560cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm Module related to Test::Simple
2561cpan/Test-Simple/lib/Test2/EventFacet/Control.pm Module related to Test::Simple
2562cpan/Test-Simple/lib/Test2/EventFacet/Error.pm Module related to Test::Simple
2563cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm Module related to Test::Simple
2564cpan/Test-Simple/lib/Test2/EventFacet/Info.pm Module related to Test::Simple
2565cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm Module related to Test::Simple
2566cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm Module related to Test::Simple
2567cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm Module related to Test::Simple
2568cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm Module related to Test::Simple
2569cpan/Test-Simple/lib/Test2/EventFacet/Render.pm Module related to Test::Simple
2570cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm Module related to Test::Simple
2571cpan/Test-Simple/lib/Test2/Formatter.pm Module related to Test::Simple
2572cpan/Test-Simple/lib/Test2/Formatter/TAP.pm Module related to Test::Simple
2573cpan/Test-Simple/lib/Test2/Hub.pm Module related to Test::Simple
2574cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm Module related to Test::Simple
2575cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm Module related to Test::Simple
2576cpan/Test-Simple/lib/Test2/Hub/Subtest.pm Module related to Test::Simple
2577cpan/Test-Simple/lib/Test2/IPC.pm Module related to Test::Simple
2578cpan/Test-Simple/lib/Test2/IPC/Driver.pm Module related to Test::Simple
2579cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm Module related to Test::Simple
2580cpan/Test-Simple/lib/Test2/Tools/Tiny.pm Module related to Test::Simple
2581cpan/Test-Simple/lib/Test2/Transition.pod Test::Simple
2582cpan/Test-Simple/lib/Test2/Util.pm Module related to Test::Simple
2583cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm Module related to Test::Simple
2584cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm Module related to Test::Simple
2585cpan/Test-Simple/lib/Test2/Util/HashBase.pm Module related to Test::Simple
2586cpan/Test-Simple/lib/Test2/Util/Trace.pm Module related to Test::Simple
2587cpan/Test-Simple/t/HashBase.t Test file related to Test::Simple
2588cpan/Test-Simple/t/Legacy/00test_harness_check.t Test file related to Test::Simple
2589cpan/Test-Simple/t/Legacy/01-basic.t Test file related to Test::Simple
2590cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t Test file related to Test::Simple
2591cpan/Test-Simple/t/Legacy/auto.t Test file related to Test::Simple
2592cpan/Test-Simple/t/Legacy/bad_plan.t Test file related to Test::Simple
2593cpan/Test-Simple/t/Legacy/bail_out.t Test file related to Test::Simple
2594cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t Test file related to Test::Simple
2595cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t Test file related to Test::Simple
2596cpan/Test-Simple/t/Legacy/buffer.t Test file related to Test::Simple
2597cpan/Test-Simple/t/Legacy/Bugs/600.t Test file related to Test::Simple
2598cpan/Test-Simple/t/Legacy/Bugs/629.t Test file related to Test::Simple
2599cpan/Test-Simple/t/Legacy/Builder/Builder.t Test file related to Test::Simple
2600cpan/Test-Simple/t/Legacy/Builder/carp.t Test file related to Test::Simple
2601cpan/Test-Simple/t/Legacy/Builder/create.t Test file related to Test::Simple
2602cpan/Test-Simple/t/Legacy/Builder/current_test.t Test file related to Test::Simple
2603cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t Test file related to Test::Simple
2604cpan/Test-Simple/t/Legacy/Builder/details.t Test file related to Test::Simple
2605cpan/Test-Simple/t/Legacy/Builder/done_testing.t Test file related to Test::Simple
2606cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t Test file related to Test::Simple
2607cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t Test file related to Test::Simple
2608cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t Test file related to Test::Simple
2609cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t Test file related to Test::Simple
2610cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t Test file related to Test::Simple
2611cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t Test file related to Test::Simple
2612cpan/Test-Simple/t/Legacy/Builder/has_plan.t Test file related to Test::Simple
2613cpan/Test-Simple/t/Legacy/Builder/has_plan2.t Test file related to Test::Simple
2614cpan/Test-Simple/t/Legacy/Builder/is_fh.t Test file related to Test::Simple
2615cpan/Test-Simple/t/Legacy/Builder/is_passing.t Test file related to Test::Simple
2616cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t Test file related to Test::Simple
2617cpan/Test-Simple/t/Legacy/Builder/no_diag.t Test file related to Test::Simple
2618cpan/Test-Simple/t/Legacy/Builder/no_ending.t Test file related to Test::Simple
2619cpan/Test-Simple/t/Legacy/Builder/no_header.t Test file related to Test::Simple
2620cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t Test file related to Test::Simple
2621cpan/Test-Simple/t/Legacy/Builder/ok_obj.t Test file related to Test::Simple
2622cpan/Test-Simple/t/Legacy/Builder/output.t Test file related to Test::Simple
2623cpan/Test-Simple/t/Legacy/Builder/reset.t Test file related to Test::Simple
2624cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t Test file related to Test::Simple
2625cpan/Test-Simple/t/Legacy/Builder/try.t Test file related to Test::Simple
2626cpan/Test-Simple/t/Legacy/c_flag.t Test file related to Test::Simple
2627cpan/Test-Simple/t/Legacy/capture.t Test file related to Test::Simple
2628cpan/Test-Simple/t/Legacy/check_tests.t Test file related to Test::Simple
2629cpan/Test-Simple/t/Legacy/circular_data.t Test file related to Test::Simple
2630cpan/Test-Simple/t/Legacy/cmp_ok.t Test file related to Test::Simple
2631cpan/Test-Simple/t/Legacy/depth.t Test file related to Test::Simple
2632cpan/Test-Simple/t/Legacy/diag.t Test file related to Test::Simple
2633cpan/Test-Simple/t/Legacy/died.t Test file related to Test::Simple
2634cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t Test file related to Test::Simple
2635cpan/Test-Simple/t/Legacy/eq_set.t Test file related to Test::Simple
2636cpan/Test-Simple/t/Legacy/exit.t Test file related to Test::Simple
2637cpan/Test-Simple/t/Legacy/explain.t Test file related to Test::Simple
2638cpan/Test-Simple/t/Legacy/explain_err_vars.t Test file related to Test::Simple
2639cpan/Test-Simple/t/Legacy/extra.t Test file related to Test::Simple
2640cpan/Test-Simple/t/Legacy/extra_one.t Test file related to Test::Simple
2641cpan/Test-Simple/t/Legacy/fail.t Test file related to Test::Simple
2642cpan/Test-Simple/t/Legacy/fail-like.t Test file related to Test::Simple
2643cpan/Test-Simple/t/Legacy/fail-more.t Test file related to Test::Simple
2644cpan/Test-Simple/t/Legacy/fail_one.t Test file related to Test::Simple
2645cpan/Test-Simple/t/Legacy/filehandles.t Test file related to Test::Simple
2646cpan/Test-Simple/t/Legacy/fork.t Test file related to Test::Simple
2647cpan/Test-Simple/t/Legacy/harness_active.t Test file related to Test::Simple
2648cpan/Test-Simple/t/Legacy/import.t Test file related to Test::Simple
2649cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t Test file related to Test::Simple
2650cpan/Test-Simple/t/Legacy/is_deeply_fail.t Test file related to Test::Simple
2651cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t Test file related to Test::Simple
2652cpan/Test-Simple/t/Legacy/missing.t Test file related to Test::Simple
2653cpan/Test-Simple/t/Legacy/More.t Test file related to Test::Simple
2654cpan/Test-Simple/t/Legacy/new_ok.t Test file related to Test::Simple
2655cpan/Test-Simple/t/Legacy/no_log_results.t Test file related to Test::Simple
2656cpan/Test-Simple/t/Legacy/no_plan.t Test file related to Test::Simple
2657cpan/Test-Simple/t/Legacy/no_tests.t Test file related to Test::Simple
2658cpan/Test-Simple/t/Legacy/note.t Test file related to Test::Simple
2659cpan/Test-Simple/t/Legacy/overload.t Test file related to Test::Simple
2660cpan/Test-Simple/t/Legacy/overload_threads.t Test file related to Test::Simple
2661cpan/Test-Simple/t/Legacy/plan.t Test file related to Test::Simple
2662cpan/Test-Simple/t/Legacy/plan_bad.t Test file related to Test::Simple
2663cpan/Test-Simple/t/Legacy/plan_is_noplan.t Test file related to Test::Simple
2664cpan/Test-Simple/t/Legacy/plan_no_plan.t Test file related to Test::Simple
2665cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t Test file related to Test::Simple
2666cpan/Test-Simple/t/Legacy/plan_skip_all.t Test file related to Test::Simple
2667cpan/Test-Simple/t/Legacy/Regression/637.t Test file related to Test::Simple
2668cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t Test file related to Test::Simple
2669cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t Test file related to Test::Simple
2670cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t Test file related to Test::Simple
2671cpan/Test-Simple/t/Legacy/Regression/789-read-only.t Test file related to Test::Simple
2672cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t Test file related to Test::Simple
2673cpan/Test-Simple/t/Legacy/Regression/is_capture.t Test file related to Test::Simple
2674cpan/Test-Simple/t/Legacy/require_ok.t Test file related to Test::Simple
2675cpan/Test-Simple/t/Legacy/run_test.t Test file related to Test::Simple
2676cpan/Test-Simple/t/Legacy/simple.t Test file related to Test::Simple
2677cpan/Test-Simple/t/Legacy/Simple/load.t Test file related to Test::Simple
2678cpan/Test-Simple/t/Legacy/skip.t Test file related to Test::Simple
2679cpan/Test-Simple/t/Legacy/skipall.t Test file related to Test::Simple
2680cpan/Test-Simple/t/Legacy/strays.t Test file related to Test::Simple
2681cpan/Test-Simple/t/Legacy/subtest/args.t Test file related to Test::Simple
2682cpan/Test-Simple/t/Legacy/subtest/bail_out.t Test file related to Test::Simple
2683cpan/Test-Simple/t/Legacy/subtest/basic.t Test file related to Test::Simple
2684cpan/Test-Simple/t/Legacy/subtest/callback.t Test file related to Test::Simple
2685cpan/Test-Simple/t/Legacy/subtest/die.t Test file related to Test::Simple
2686cpan/Test-Simple/t/Legacy/subtest/do.t Test file related to Test::Simple
2687cpan/Test-Simple/t/Legacy/subtest/events.t Test file related to Test::Simple
2688cpan/Test-Simple/t/Legacy/subtest/for_do_t.test Test file related to Test::Simple
2689cpan/Test-Simple/t/Legacy/subtest/fork.t Test file related to Test::Simple
2690cpan/Test-Simple/t/Legacy/subtest/implicit_done.t Test file related to Test::Simple
2691cpan/Test-Simple/t/Legacy/subtest/line_numbers.t Test file related to Test::Simple
2692cpan/Test-Simple/t/Legacy/subtest/plan.t Test file related to Test::Simple
2693cpan/Test-Simple/t/Legacy/subtest/predicate.t Test file related to Test::Simple
2694cpan/Test-Simple/t/Legacy/subtest/singleton.t Test file related to Test::Simple
2695cpan/Test-Simple/t/Legacy/subtest/threads.t Test file related to Test::Simple
2696cpan/Test-Simple/t/Legacy/subtest/todo.t Test file related to Test::Simple
2697cpan/Test-Simple/t/Legacy/subtest/wstat.t Test file related to Test::Simple
2698cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t Test file related to Test::Simple
2699cpan/Test-Simple/t/Legacy/Test2/Subtest.t Test file related to Test::Simple
2700cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t Test file related to Test::Simple
2701cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t Test file related to Test::Simple
2702cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t Test file related to Test::Simple
2703cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t Test file related to Test::Simple
2704cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t Test file related to Test::Simple
2705cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t Test file related to Test::Simple
2706cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t Test file related to Test::Simple
2707cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t Test file related to Test::Simple
2708cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t Test file related to Test::Simple
2709cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl Script related to Test::Simple
2710cpan/Test-Simple/t/Legacy/thread_taint.t Test file related to Test::Simple
2711cpan/Test-Simple/t/Legacy/threads.t Test file related to Test::Simple
2712cpan/Test-Simple/t/Legacy/todo.t Test file related to Test::Simple
2713cpan/Test-Simple/t/Legacy/undef.t Test file related to Test::Simple
2714cpan/Test-Simple/t/Legacy/use_ok.t Test file related to Test::Simple
2715cpan/Test-Simple/t/Legacy/useing.t Test file related to Test::Simple
2716cpan/Test-Simple/t/Legacy/utf8.t Test file related to Test::Simple
2717cpan/Test-Simple/t/Legacy/versions.t Test file related to Test::Simple
2718cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t Test file related to Test::Simple
2719cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t Test file related to Test::Simple
2720cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t Test file related to Test::Simple
2721cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t Test file related to Test::Simple
2722cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t Test file related to Test::Simple
2723cpan/Test-Simple/t/lib/Dev/Null.pm Module related to Test::Simple
2724cpan/Test-Simple/t/lib/Dummy.pm Module related to Test::Simple
2725cpan/Test-Simple/t/lib/MyOverload.pm Module related to Test::Simple
2726cpan/Test-Simple/t/lib/MyTest.pm Module related to Test::Simple
2727cpan/Test-Simple/t/lib/NoExporter.pm Module related to Test::Simple
2728cpan/Test-Simple/t/lib/SigDie.pm Module related to Test::Simple
2729cpan/Test-Simple/t/lib/SkipAll.pm Module related to Test::Simple
2730cpan/Test-Simple/t/lib/SmallTest.pm Module related to Test::Simple
2731cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm Module related to Test::Simple
2732cpan/Test-Simple/t/lib/Test/Simple/Catch.pm Module related to Test::Simple
2733cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx Script related to Test::Simple
2734cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx Script related to Test::Simple
2735cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx Script related to Test::Simple
2736cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx Script related to Test::Simple
2737cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx Script related to Test::Simple
2738cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx Script related to Test::Simple
2739cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx Script related to Test::Simple
2740cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx Script related to Test::Simple
2741cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx Script related to Test::Simple
2742cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx Script related to Test::Simple
2743cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx Script related to Test::Simple
2744cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx Script related to Test::Simple
2745cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx Script related to Test::Simple
2746cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple
2747cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx Script related to Test::Simple
2748cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx Script related to Test::Simple
2749cpan/Test-Simple/t/lib/TieOut.pm Module related to Test::Simple
2750cpan/Test-Simple/t/regression/642_persistent_end.t Test file related to Test::Simple
2751cpan/Test-Simple/t/regression/662-tbt-no-plan.t Test file related to Test::Simple
2752cpan/Test-Simple/t/regression/684-nested_todo_diag.t Test file related to Test::Simple
2753cpan/Test-Simple/t/regression/694_note_diag_return_values.t Test file related to Test::Simple
2754cpan/Test-Simple/t/regression/696-intercept_skip_all.t Test file related to Test::Simple
2755cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t Test file related to Test::Simple
2756cpan/Test-Simple/t/regression/757-reset_in_subtest.t Test file related to Test::Simple
2757cpan/Test-Simple/t/regression/812-todo.t Test file related to Test::Simple
2758cpan/Test-Simple/t/regression/817-subtest-todo.t Test file related to Test::Simple
2759cpan/Test-Simple/t/regression/862-intercept_tb_todo.t Test file related to Test::Simple
2760cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t Test file related to Test::Simple
2761cpan/Test-Simple/t/regression/builder_does_not_init.t Test file related to Test::Simple
2762cpan/Test-Simple/t/regression/errors_facet.t Test file related to Test::Simple
2763cpan/Test-Simple/t/regression/fork_first.t Test file related to Test::Simple
2764cpan/Test-Simple/t/regression/inherit_trace.t Test file related to Test::Simple
2765cpan/Test-Simple/t/regression/no_name_in_subtest.t Test file related to Test::Simple
2766cpan/Test-Simple/t/regression/skip_reason_object_ipc.t Test file related to Test::Simple
2767cpan/Test-Simple/t/regression/todo_and_facets.t Test file related to Test::Simple
2768cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t Test file related to Test::Simple
2769cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t Test file related to Test::Simple
2770cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t Test file related to Test::Simple
2771cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t Test file related to Test::Simple
2772cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t Test file related to Test::Simple
2773cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t Test file related to Test::Simple
2774cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t Test file related to Test::Simple
2775cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t Test file related to Test::Simple
2776cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t Test file related to Test::Simple
2777cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t Test file related to Test::Simple
2778cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t Test file related to Test::Simple
2779cpan/Test-Simple/t/Test2/behavior/err_var.t Test file related to Test::Simple
2780cpan/Test-Simple/t/Test2/behavior/Formatter.t Test file related to Test::Simple
2781cpan/Test-Simple/t/Test2/behavior/init_croak.t Test file related to Test::Simple
2782cpan/Test-Simple/t/Test2/behavior/intercept.t Test file related to Test::Simple
2783cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t Test file related to Test::Simple
2784cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t Test file related to Test::Simple
2785cpan/Test-Simple/t/Test2/behavior/no_load_api.t Test file related to Test::Simple
2786cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t Test file related to Test::Simple
2787cpan/Test-Simple/t/Test2/behavior/special_names.t Test file related to Test::Simple
2788cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t Test file related to Test::Simple
2789cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t Test file related to Test::Simple
2790cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t Test file related to Test::Simple
2791cpan/Test-Simple/t/Test2/behavior/Subtest_events.t Test file related to Test::Simple
2792cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t Test file related to Test::Simple
2793cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t Test file related to Test::Simple
2794cpan/Test-Simple/t/Test2/behavior/Taint.t Test file related to Test::Simple
2795cpan/Test-Simple/t/Test2/behavior/trace_signature.t Test file related to Test::Simple
2796cpan/Test-Simple/t/Test2/behavior/uuid.t Test file related to Test::Simple
2797cpan/Test-Simple/t/Test2/legacy/TAP.t Test file related to Test::Simple
2798cpan/Test-Simple/t/Test2/modules/API.t Test file related to Test::Simple
2799cpan/Test-Simple/t/Test2/modules/API/Breakage.t Test file related to Test::Simple
2800cpan/Test-Simple/t/Test2/modules/API/Context.t Test file related to Test::Simple
2801cpan/Test-Simple/t/Test2/modules/API/Instance.t Test file related to Test::Simple
2802cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t Test file related to Test::Simple
2803cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t Test file related to Test::Simple
2804cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t Test file related to Test::Simple
2805cpan/Test-Simple/t/Test2/modules/API/Stack.t Test file related to Test::Simple
2806cpan/Test-Simple/t/Test2/modules/Event.t Test file related to Test::Simple
2807cpan/Test-Simple/t/Test2/modules/Event/Bail.t Test file related to Test::Simple
2808cpan/Test-Simple/t/Test2/modules/Event/Diag.t Test file related to Test::Simple
2809cpan/Test-Simple/t/Test2/modules/Event/Encoding.t Test file related to Test::Simple
2810cpan/Test-Simple/t/Test2/modules/Event/Exception.t Test file related to Test::Simple
2811cpan/Test-Simple/t/Test2/modules/Event/Fail.t Test file related to Test::Simple
2812cpan/Test-Simple/t/Test2/modules/Event/Generic.t Test file related to Test::Simple
2813cpan/Test-Simple/t/Test2/modules/Event/Note.t Test file related to Test::Simple
2814cpan/Test-Simple/t/Test2/modules/Event/Ok.t Test file related to Test::Simple
2815cpan/Test-Simple/t/Test2/modules/Event/Pass.t Test file related to Test::Simple
2816cpan/Test-Simple/t/Test2/modules/Event/Plan.t Test file related to Test::Simple
2817cpan/Test-Simple/t/Test2/modules/Event/Skip.t Test file related to Test::Simple
2818cpan/Test-Simple/t/Test2/modules/Event/Subtest.t Test file related to Test::Simple
2819cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t Test file related to Test::Simple
2820cpan/Test-Simple/t/Test2/modules/Event/V2.t Test file related to Test::Simple
2821cpan/Test-Simple/t/Test2/modules/Event/Waiting.t Test file related to Test::Simple
2822cpan/Test-Simple/t/Test2/modules/EventFacet.t Test file related to Test::Simple
2823cpan/Test-Simple/t/Test2/modules/EventFacet/About.t Test file related to Test::Simple
2824cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t Test file related to Test::Simple
2825cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t Test file related to Test::Simple
2826cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t Test file related to Test::Simple
2827cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t Test file related to Test::Simple
2828cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t Test file related to Test::Simple
2829cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t Test file related to Test::Simple
2830cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t Test file related to Test::Simple
2831cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t Test file related to Test::Simple
2832cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t Test file related to Test::Simple
2833cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t Test file related to Test::Simple
2834cpan/Test-Simple/t/Test2/modules/Hub.t Test file related to Test::Simple
2835cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t Test file related to Test::Simple
2836cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t Test file related to Test::Simple
2837cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t Test file related to Test::Simple
2838cpan/Test-Simple/t/Test2/modules/IPC.t Test file related to Test::Simple
2839cpan/Test-Simple/t/Test2/modules/IPC/Driver.t Test file related to Test::Simple
2840cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t Test file related to Test::Simple
2841cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t Test file related to Test::Simple
2842cpan/Test-Simple/t/Test2/modules/Util.t Test file related to Test::Simple
2843cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t Test file related to Test::Simple
2844cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t Test file related to Test::Simple
2845cpan/Test-Simple/t/Test2/modules/Util/Trace.t Test file related to Test::Simple
2846cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t Test file related to Test::Simple
2847cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t Test file related to Test::Simple
2848cpan/Test-Simple/t/Test2/regression/gh_16.t Test file related to Test::Simple
2849cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t Test file related to Test::Simple
e916ef55 2850cpan/Text-Balanced/lib/Text/Balanced.pm Text::Balanced
e916ef55
NC
2851cpan/Text-Balanced/t/01_compile.t See if Text::Balanced works
2852cpan/Text-Balanced/t/02_extbrk.t See if Text::Balanced works
2853cpan/Text-Balanced/t/03_extcbk.t See if Text::Balanced works
2854cpan/Text-Balanced/t/04_extdel.t See if Text::Balanced works
2855cpan/Text-Balanced/t/05_extmul.t See if Text::Balanced works
2856cpan/Text-Balanced/t/06_extqlk.t See if Text::Balanced works
2857cpan/Text-Balanced/t/07_exttag.t See if Text::Balanced works
2858cpan/Text-Balanced/t/08_extvar.t See if Text::Balanced works
2859cpan/Text-Balanced/t/09_gentag.t See if Text::Balanced works
50c2de5a
MM
2860cpan/Text-Balanced/t/94_changes.t
2861cpan/Text-Balanced/t/95_critic.t
2862cpan/Text-Balanced/t/96_pmv.t
2863cpan/Text-Balanced/t/97_pod.t
2864cpan/Text-Balanced/t/98_pod_coverage.t
204606f4
NC
2865cpan/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
2866cpan/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works
2867cpan/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting
d1f77080
NC
2868cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand
2869cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter
bf333a6b
SH
2870cpan/Text-Tabs/t/124024.t See if Text::Tabs is working
2871cpan/Text-Tabs/t/148291.t See if Text::Tabs is working
d1f77080
NC
2872cpan/Text-Tabs/t/37000.t See if Text::Tabs is working
2873cpan/Text-Tabs/t/39548.t See if Text::Tabs is working
83aea42c 2874cpan/Text-Tabs/t/79766.t See if Text::Tabs is working
bf333a6b 2875cpan/Text-Tabs/t/95823.t See if Text::Tabs is working
d1f77080
NC
2876cpan/Text-Tabs/t/belg4mit.t See if Text::Tabs is working
2877cpan/Text-Tabs/t/dandv.t See if Text::Tabs is working
2878cpan/Text-Tabs/t/fill.t See if Text::Wrap::fill works
d1f77080 2879cpan/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
3dfcef7e 2880cpan/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
d1f77080 2881cpan/Text-Tabs/t/Jochen.t See if Text::Tabs is working
9a679b43 2882cpan/Text-Tabs/t/lib/ok.pl
d1f77080 2883cpan/Text-Tabs/t/sep.t See if Text::Tabs is working
3dfcef7e 2884cpan/Text-Tabs/t/sep2.t See if Text::Tabs is working
d1f77080 2885cpan/Text-Tabs/t/tabs.t See if Text::Tabs works
3dfcef7e 2886cpan/Text-Tabs/t/Tabs-ElCid.t See if Text::Tabs works
3c5ad6a8 2887cpan/Text-Tabs/t/undef.t
3dfcef7e 2888cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
e7b92d54 2889cpan/Text-Tabs/t/Wrap-JLB.t See if Text::Wrap::wrap works
d1f77080 2890cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
bf8d7753
YO
2891cpan/Tie-RefHash/lib/Tie/RefHash.pm Base class for tied hashes with references as keys
2892cpan/Tie-RefHash/t/rebless.t Test for Tie::RefHash with rebless
2893cpan/Tie-RefHash/t/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable
2894cpan/Tie-RefHash/t/storable.t Test for Tie::RefHash with storable
2895cpan/Tie-RefHash/t/threaded.t Test for Tie::RefHash with threads
b522078b
FR
2896cpan/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime
2897cpan/Time-Local/t/Local.t See if Time::Local works
bf8d7753
YO
2898cpan/Time-Piece/Piece.pm Time::Piece extension
2899cpan/Time-Piece/Piece.xs Time::Piece extension
2900cpan/Time-Piece/Seconds.pm Time::Piece extension
2901cpan/Time-Piece/t/01base.t Test for Time::Piece
2902cpan/Time-Piece/t/02core.t Test for Time::Piece
3dfcef7e 2903cpan/Time-Piece/t/02core_dst.t
bf8d7753
YO
2904cpan/Time-Piece/t/03compare.t Test for Time::Piece
2905cpan/Time-Piece/t/04mjd.t Test for Time::Piece
2906cpan/Time-Piece/t/05overload.t Test for Time::Piece
a5ebaea1 2907cpan/Time-Piece/t/06large.t
bf8d7753
YO
2908cpan/Time-Piece/t/06subclass.t Test for Time::Piece
2909cpan/Time-Piece/t/07arith.t Test for Time::Piece
2afd5366
JK
2910cpan/Time-Piece/t/08truncate.t
2911cpan/Time-Piece/t/09locales.t
2912cpan/Time-Piece/t/10overload.t
2913cpan/Time-Piece/t/99legacy.t
12bbe8b8 2914cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
3dfcef7e
YO
2915cpan/Unicode-Collate/Collate.pm Unicode::Collate
2916cpan/Unicode-Collate/Collate.xs Unicode::Collate
a3e5f045 2917cpan/Unicode-Collate/Collate/allkeys.txt Unicode::Collate
bf8d7753
YO
2918cpan/Unicode-Collate/Collate/CJK/Big5.pm Unicode::Collate
2919cpan/Unicode-Collate/Collate/CJK/GB2312.pm Unicode::Collate
2920cpan/Unicode-Collate/Collate/CJK/JISX0208.pm Unicode::Collate
2921cpan/Unicode-Collate/Collate/CJK/Korean.pm Unicode::Collate
2922cpan/Unicode-Collate/Collate/CJK/Pinyin.pm Unicode::Collate
2923cpan/Unicode-Collate/Collate/CJK/Stroke.pm Unicode::Collate
8058d0d9 2924cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
a3e5f045 2925cpan/Unicode-Collate/Collate/keys.txt Unicode::Collate
bf8d7753
YO
2926cpan/Unicode-Collate/Collate/Locale.pm Unicode::Collate
2927cpan/Unicode-Collate/Collate/Locale/af.pl Unicode::Collate
2928cpan/Unicode-Collate/Collate/Locale/ar.pl Unicode::Collate
bd65daab 2929cpan/Unicode-Collate/Collate/Locale/as.pl Unicode::Collate
bf8d7753 2930cpan/Unicode-Collate/Collate/Locale/az.pl Unicode::Collate
bd65daab 2931cpan/Unicode-Collate/Collate/Locale/be.pl Unicode::Collate
bf8d7753
YO
2932cpan/Unicode-Collate/Collate/Locale/bn.pl Unicode::Collate
2933cpan/Unicode-Collate/Collate/Locale/ca.pl Unicode::Collate
2934cpan/Unicode-Collate/Collate/Locale/cs.pl Unicode::Collate
6330ea69 2935cpan/Unicode-Collate/Collate/Locale/cu.pl
bf8d7753
YO
2936cpan/Unicode-Collate/Collate/Locale/cy.pl Unicode::Collate
2937cpan/Unicode-Collate/Collate/Locale/da.pl Unicode::Collate
2938cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl Unicode::Collate
2939cpan/Unicode-Collate/Collate/Locale/de_phone.pl Unicode::Collate
6608d2d5 2940cpan/Unicode-Collate/Collate/Locale/dsb.pl
cedc49d5 2941cpan/Unicode-Collate/Collate/Locale/ee.pl
bf8d7753
YO
2942cpan/Unicode-Collate/Collate/Locale/eo.pl Unicode::Collate
2943cpan/Unicode-Collate/Collate/Locale/es.pl Unicode::Collate
2944cpan/Unicode-Collate/Collate/Locale/es_trad.pl Unicode::Collate
2945cpan/Unicode-Collate/Collate/Locale/et.pl Unicode::Collate
d88bd77a 2946cpan/Unicode-Collate/Collate/Locale/fa.pl Unicode::Collate
bf8d7753 2947cpan/Unicode-Collate/Collate/Locale/fi.pl Unicode::Collate
3dfcef7e 2948cpan/Unicode-Collate/Collate/Locale/fi_phone.pl Unicode::Collate
bf8d7753
YO
2949cpan/Unicode-Collate/Collate/Locale/fil.pl Unicode::Collate
2950cpan/Unicode-Collate/Collate/Locale/fo.pl Unicode::Collate
2951cpan/Unicode-Collate/Collate/Locale/fr_ca.pl Unicode::Collate
bd65daab 2952cpan/Unicode-Collate/Collate/Locale/gu.pl Unicode::Collate
bf8d7753
YO
2953cpan/Unicode-Collate/Collate/Locale/ha.pl Unicode::Collate
2954cpan/Unicode-Collate/Collate/Locale/haw.pl Unicode::Collate
3f9b5325 2955cpan/Unicode-Collate/Collate/Locale/he.pl
b2ef759e 2956cpan/Unicode-Collate/Collate/Locale/hi.pl Unicode::Collate
bf8d7753
YO
2957cpan/Unicode-Collate/Collate/Locale/hr.pl Unicode::Collate
2958cpan/Unicode-Collate/Collate/Locale/hu.pl Unicode::Collate
2959cpan/Unicode-Collate/Collate/Locale/hy.pl Unicode::Collate
2960cpan/Unicode-Collate/Collate/Locale/ig.pl Unicode::Collate
2961cpan/Unicode-Collate/Collate/Locale/is.pl Unicode::Collate
2962cpan/Unicode-Collate/Collate/Locale/ja.pl Unicode::Collate
2963cpan/Unicode-Collate/Collate/Locale/kk.pl Unicode::Collate
2964cpan/Unicode-Collate/Collate/Locale/kl.pl Unicode::Collate
b2ef759e 2965cpan/Unicode-Collate/Collate/Locale/kn.pl Unicode::Collate
bf8d7753 2966cpan/Unicode-Collate/Collate/Locale/ko.pl Unicode::Collate
3dfcef7e 2967cpan/Unicode-Collate/Collate/Locale/kok.pl Unicode::Collate
6608d2d5 2968cpan/Unicode-Collate/Collate/Locale/lkt.pl
b2ef759e 2969cpan/Unicode-Collate/Collate/Locale/ln.pl Unicode::Collate
bf8d7753
YO
2970cpan/Unicode-Collate/Collate/Locale/lt.pl Unicode::Collate
2971cpan/Unicode-Collate/Collate/Locale/lv.pl Unicode::Collate
a47fb3fe
CBW
2972cpan/Unicode-Collate/Collate/Locale/mk.pl Unicode::Collate
2973cpan/Unicode-Collate/Collate/Locale/ml.pl Unicode::Collate
2974cpan/Unicode-Collate/Collate/Locale/mr.pl Unicode::Collate
bf8d7753
YO
2975cpan/Unicode-Collate/Collate/Locale/mt.pl Unicode::Collate
2976cpan/Unicode-Collate/Collate/Locale/nb.pl Unicode::Collate
2977cpan/Unicode-Collate/Collate/Locale/nn.pl Unicode::Collate
2978cpan/Unicode-Collate/Collate/Locale/nso.pl Unicode::Collate
2979cpan/Unicode-Collate/Collate/Locale/om.pl Unicode::Collate
a47fb3fe
CBW
2980cpan/Unicode-Collate/Collate/Locale/or.pl Unicode::Collate
2981cpan/Unicode-Collate/Collate/Locale/pa.pl Unicode::Collate
bf8d7753
YO
2982cpan/Unicode-Collate/Collate/Locale/pl.pl Unicode::Collate
2983cpan/Unicode-Collate/Collate/Locale/ro.pl Unicode::Collate
2984cpan/Unicode-Collate/Collate/Locale/sa.pl Unicode::Collate
2985cpan/Unicode-Collate/Collate/Locale/se.pl Unicode::Collate
d88bd77a 2986cpan/Unicode-Collate/Collate/Locale/si.pl Unicode::Collate
3dfcef7e 2987cpan/Unicode-Collate/Collate/Locale/si_dict.pl Unicode::Collate
bf8d7753
YO
2988cpan/Unicode-Collate/Collate/Locale/sk.pl Unicode::Collate
2989cpan/Unicode-Collate/Collate/Locale/sl.pl Unicode::Collate
2990cpan/Unicode-Collate/Collate/Locale/sq.pl Unicode::Collate
d88bd77a 2991cpan/Unicode-Collate/Collate/Locale/sr.pl Unicode::Collate
bf8d7753 2992cpan/Unicode-Collate/Collate/Locale/sv.pl Unicode::Collate
d88bd77a
CBW
2993cpan/Unicode-Collate/Collate/Locale/sv_refo.pl Unicode::Collate
2994cpan/Unicode-Collate/Collate/Locale/ta.pl Unicode::Collate
2995cpan/Unicode-Collate/Collate/Locale/te.pl Unicode::Collate
2996cpan/Unicode-Collate/Collate/Locale/th.pl Unicode::Collate
bf8d7753
YO
2997cpan/Unicode-Collate/Collate/Locale/tn.pl Unicode::Collate
2998cpan/Unicode-Collate/Collate/Locale/to.pl Unicode::Collate
2999cpan/Unicode-Collate/Collate/Locale/tr.pl Unicode::Collate
3000cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl Unicode::Collate
3001cpan/Unicode-Collate/Collate/Locale/uk.pl Unicode::Collate
d88bd77a 3002cpan/Unicode-Collate/Collate/Locale/ur.pl Unicode::Collate
bf8d7753 3003cpan/Unicode-Collate/Collate/Locale/vi.pl Unicode::Collate
3f9b5325 3004cpan/Unicode-Collate/Collate/Locale/vo.pl
d88bd77a 3005cpan/Unicode-Collate/Collate/Locale/wae.pl Unicode::Collate
bf8d7753
YO
3006cpan/Unicode-Collate/Collate/Locale/wo.pl Unicode::Collate
3007cpan/Unicode-Collate/Collate/Locale/yo.pl Unicode::Collate
3008cpan/Unicode-Collate/Collate/Locale/zh.pl Unicode::Collate
3009cpan/Unicode-Collate/Collate/Locale/zh_big5.pl Unicode::Collate
3010cpan/Unicode-Collate/Collate/Locale/zh_gb.pl Unicode::Collate
3011cpan/Unicode-Collate/Collate/Locale/zh_pin.pl Unicode::Collate
3012cpan/Unicode-Collate/Collate/Locale/zh_strk.pl Unicode::Collate
8058d0d9 3013cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl
bf8d7753 3014cpan/Unicode-Collate/Makefile.PL Unicode::Collate
f58b9ef1 3015cpan/Unicode-Collate/mkheader Unicode::Collate
a3e5f045 3016cpan/Unicode-Collate/t/altern.t Unicode::Collate
bf8d7753
YO
3017cpan/Unicode-Collate/t/backwds.t Unicode::Collate
3018cpan/Unicode-Collate/t/cjk_b5.t Unicode::Collate
3019cpan/Unicode-Collate/t/cjk_gb.t Unicode::Collate
3020cpan/Unicode-Collate/t/cjk_ja.t Unicode::Collate
3021cpan/Unicode-Collate/t/cjk_ko.t Unicode::Collate
3022cpan/Unicode-Collate/t/cjk_py.t Unicode::Collate
3023cpan/Unicode-Collate/t/cjk_st.t Unicode::Collate
8058d0d9 3024cpan/Unicode-Collate/t/cjk_zy.t
3dfcef7e 3025cpan/Unicode-Collate/t/cjkrange.t Unicode::Collate
584e761d 3026cpan/Unicode-Collate/t/compatui.t Unicode::Collate
a3e5f045 3027cpan/Unicode-Collate/t/contract.t Unicode::Collate
00e00351 3028cpan/Unicode-Collate/t/default.t Unicode::Collate
a3e5f045
NC
3029cpan/Unicode-Collate/t/hangtype.t Unicode::Collate
3030cpan/Unicode-Collate/t/hangul.t Unicode::Collate
750da838 3031cpan/Unicode-Collate/t/ident.t
bf8d7753 3032cpan/Unicode-Collate/t/iglevel2.t Unicode::Collate
a3e5f045 3033cpan/Unicode-Collate/t/ignor.t Unicode::Collate
a3e5f045 3034cpan/Unicode-Collate/t/illegal.t Unicode::Collate
3dfcef7e 3035cpan/Unicode-Collate/t/illegalp.t Unicode::Collate
a3e5f045 3036cpan/Unicode-Collate/t/index.t Unicode::Collate
0bb7e24a 3037cpan/Unicode-Collate/t/khitan.t Unicode::Collate
6484f676 3038cpan/Unicode-Collate/t/loc_af.t Unicode::Collate
6709de88 3039cpan/Unicode-Collate/t/loc_ar.t Unicode::Collate
bf8d7753 3040cpan/Unicode-Collate/t/loc_as.t Unicode::Collate
f1a7422f 3041cpan/Unicode-Collate/t/loc_az.t Unicode::Collate
aa7758f7
CBW
3042cpan/Unicode-Collate/t/loc_be.t Unicode::Collate
3043cpan/Unicode-Collate/t/loc_bg.t Unicode::Collate
bf8d7753
YO
3044cpan/Unicode-Collate/t/loc_bn.t Unicode::Collate
3045cpan/Unicode-Collate/t/loc_bs.t Unicode::Collate
3dfcef7e 3046cpan/Unicode-Collate/t/loc_bscy.t
64dc7822 3047cpan/Unicode-Collate/t/loc_ca.t Unicode::Collate
46267efc 3048cpan/Unicode-Collate/t/loc_cjk.t Unicode::Collate
3dfcef7e 3049cpan/Unicode-Collate/t/loc_cjkc.t Unicode::Collate
456a1446 3050cpan/Unicode-Collate/t/loc_cs.t Unicode::Collate
6330ea69 3051cpan/Unicode-Collate/t/loc_cu.t
6484f676 3052cpan/Unicode-Collate/t/loc_cy.t Unicode::Collate
bf8d7753 3053cpan/Unicode-Collate/t/loc_cyrl.t Unicode::Collate
6484f676 3054cpan/Unicode-Collate/t/loc_da.t Unicode::Collate
1393fe00 3055cpan/Unicode-Collate/t/loc_de.t Unicode::Collate
bf8d7753
YO
3056cpan/Unicode-Collate/t/loc_deat.t Unicode::Collate
3057cpan/Unicode-Collate/t/loc_deph.t Unicode::Collate
6608d2d5 3058cpan/Unicode-Collate/t/loc_dsb.t
cedc49d5 3059cpan/Unicode-Collate/t/loc_ee.t
456a1446
CBW
3060cpan/Unicode-Collate/t/loc_eo.t Unicode::Collate
3061cpan/Unicode-Collate/t/loc_es.t Unicode::Collate
bf8d7753 3062cpan/Unicode-Collate/t/loc_estr.t Unicode::Collate
64dc7822 3063cpan/Unicode-Collate/t/loc_et.t Unicode::Collate
bf8d7753 3064cpan/Unicode-Collate/t/loc_fa.t Unicode::Collate
3dfcef7e 3065cpan/Unicode-Collate/t/loc_fi.t Unicode::Collate
bf8d7753
YO
3066cpan/Unicode-Collate/t/loc_fil.t Unicode::Collate
3067cpan/Unicode-Collate/t/loc_fiph.t Unicode::Collate
6484f676 3068cpan/Unicode-Collate/t/loc_fo.t Unicode::Collate
456a1446 3069cpan/Unicode-Collate/t/loc_fr.t Unicode::Collate
cc2b46b5 3070cpan/Unicode-Collate/t/loc_frca.t Unicode::Collate
bf8d7753 3071cpan/Unicode-Collate/t/loc_gu.t Unicode::Collate
f1a7422f 3072cpan/Unicode-Collate/t/loc_ha.t Unicode::Collate
bf8d7753 3073cpan/Unicode-Collate/t/loc_haw.t Unicode::Collate
3f9b5325 3074cpan/Unicode-Collate/t/loc_he.t
bf8d7753 3075cpan/Unicode-Collate/t/loc_hi.t Unicode::Collate
c02ee425 3076cpan/Unicode-Collate/t/loc_hr.t Unicode::Collate
6709de88
CBW
3077cpan/Unicode-Collate/t/loc_hu.t Unicode::Collate
3078cpan/Unicode-Collate/t/loc_hy.t Unicode::Collate
c02ee425 3079cpan/Unicode-Collate/t/loc_ig.t Unicode::Collate
6484f676 3080cpan/Unicode-Collate/t/loc_is.t Unicode::Collate
3dfcef7e 3081cpan/Unicode-Collate/t/loc_ja.t Unicode::Collate
bf8d7753
YO
3082cpan/Unicode-Collate/t/loc_jait.t Unicode::Collate
3083cpan/Unicode-Collate/t/loc_japr.t Unicode::Collate
aa7758f7 3084cpan/Unicode-Collate/t/loc_kk.t Unicode::Collate
6484f676 3085cpan/Unicode-Collate/t/loc_kl.t Unicode::Collate
bf8d7753 3086cpan/Unicode-Collate/t/loc_kn.t Unicode::Collate
584e761d 3087cpan/Unicode-Collate/t/loc_ko.t Unicode::Collate
bf8d7753 3088cpan/Unicode-Collate/t/loc_kok.t Unicode::Collate
6608d2d5 3089cpan/Unicode-Collate/t/loc_lkt.t
bf8d7753 3090cpan/Unicode-Collate/t/loc_ln.t Unicode::Collate
f1a7422f 3091cpan/Unicode-Collate/t/loc_lt.t Unicode::Collate
64dc7822 3092cpan/Unicode-Collate/t/loc_lv.t Unicode::Collate
aa7758f7 3093cpan/Unicode-Collate/t/loc_mk.t Unicode::Collate
bf8d7753 3094cpan/Unicode-Collate/t/loc_ml.t Unicode::Collate
fcd4e2f8 3095cpan/Unicode-Collate/t/loc_mncy.t Unicode::Collate
bf8d7753 3096cpan/Unicode-Collate/t/loc_mr.t Unicode::Collate
f1a7422f 3097cpan/Unicode-Collate/t/loc_mt.t Unicode::Collate
456a1446
CBW
3098cpan/Unicode-Collate/t/loc_nb.t Unicode::Collate
3099cpan/Unicode-Collate/t/loc_nn.t Unicode::Collate
bf8d7753 3100cpan/Unicode-Collate/t/loc_nso.t Unicode::Collate
1393fe00 3101cpan/Unicode-Collate/t/loc_om.t Unicode::Collate
bf8d7753
YO
3102cpan/Unicode-Collate/t/loc_or.t Unicode::Collate
3103cpan/Unicode-Collate/t/loc_pa.t Unicode::Collate
456a1446
CBW
3104cpan/Unicode-Collate/t/loc_pl.t Unicode::Collate
3105cpan/Unicode-Collate/t/loc_ro.t Unicode::Collate
aa7758f7 3106cpan/Unicode-Collate/t/loc_ru.t Unicode::Collate
bf8d7753 3107cpan/Unicode-Collate/t/loc_sa.t Unicode::Collate
6709de88 3108cpan/Unicode-Collate/t/loc_se.t Unicode::Collate
bf8d7753
YO
3109cpan/Unicode-Collate/t/loc_si.t Unicode::Collate
3110cpan/Unicode-Collate/t/loc_sidt.t Unicode::Collate
64dc7822
CBW
3111cpan/Unicode-Collate/t/loc_sk.t Unicode::Collate
3112cpan/Unicode-Collate/t/loc_sl.t Unicode::Collate
c02ee425 3113cpan/Unicode-Collate/t/loc_sq.t Unicode::Collate
aa7758f7 3114cpan/Unicode-Collate/t/loc_sr.t Unicode::Collate
bf8d7753 3115cpan/Unicode-Collate/t/loc_srla.t Unicode::Collate
456a1446 3116cpan/Unicode-Collate/t/loc_sv.t Unicode::Collate
bf8d7753 3117cpan/Unicode-Collate/t/loc_svrf.t Unicode::Collate
6484f676 3118cpan/Unicode-Collate/t/loc_sw.t Unicode::Collate
bf8d7753
YO
3119cpan/Unicode-Collate/t/loc_ta.t Unicode::Collate
3120cpan/Unicode-Collate/t/loc_te.t Unicode::Collate
3121cpan/Unicode-Collate/t/loc_test.t Unicode::Collate
3122cpan/Unicode-Collate/t/loc_th.t Unicode::Collate
1393fe00 3123cpan/Unicode-Collate/t/loc_tn.t Unicode::Collate
6709de88 3124cpan/Unicode-Collate/t/loc_to.t Unicode::Collate
f1a7422f 3125cpan/Unicode-Collate/t/loc_tr.t Unicode::Collate
fcd4e2f8 3126cpan/Unicode-Collate/t/loc_ugcy.t Unicode::Collate
6709de88 3127cpan/Unicode-Collate/t/loc_uk.t Unicode::Collate
bf8d7753 3128cpan/Unicode-Collate/t/loc_ur.t Unicode::Collate
1393fe00 3129cpan/Unicode-Collate/t/loc_vi.t Unicode::Collate
3f9b5325 3130cpan/Unicode-Collate/t/loc_vo.t
bf8d7753 3131cpan/Unicode-Collate/t/loc_wae.t Unicode::Collate
f1a7422f
CBW
3132cpan/Unicode-Collate/t/loc_wo.t Unicode::Collate
3133cpan/Unicode-Collate/t/loc_yo.t Unicode::Collate
3dfcef7e 3134cpan/Unicode-Collate/t/loc_zh.t Unicode::Collate
bf8d7753
YO
3135cpan/Unicode-Collate/t/loc_zhb5.t Unicode::Collate
3136cpan/Unicode-Collate/t/loc_zhgb.t Unicode::Collate
3137cpan/Unicode-Collate/t/loc_zhpy.t Unicode::Collate
3138cpan/Unicode-Collate/t/loc_zhst.t Unicode::Collate
8058d0d9 3139cpan/Unicode-Collate/t/loc_zhzy.t
bf8d7753 3140cpan/Unicode-Collate/t/nonchar.t Unicode::Collate
a3e5f045 3141cpan/Unicode-Collate/t/normal.t Unicode::Collate
f443a335 3142cpan/Unicode-Collate/t/notable.t
eaecde9a 3143cpan/Unicode-Collate/t/nushu.t
539ce3d8
CBW
3144cpan/Unicode-Collate/t/overcjk0.t Unicode::Collate
3145cpan/Unicode-Collate/t/overcjk1.t Unicode::Collate
a3e5f045
NC
3146cpan/Unicode-Collate/t/override.t Unicode::Collate
3147cpan/Unicode-Collate/t/rearrang.t Unicode::Collate
bf8d7753 3148cpan/Unicode-Collate/t/rewrite.t Unicode::Collate
6608d2d5 3149cpan/Unicode-Collate/t/tangut.t
a3e5f045
NC
3150cpan/Unicode-Collate/t/test.t Unicode::Collate
3151cpan/Unicode-Collate/t/trailwt.t Unicode::Collate
3152cpan/Unicode-Collate/t/variable.t Unicode::Collate
3153cpan/Unicode-Collate/t/version.t Unicode::Collate
3154cpan/Unicode-Collate/t/view.t Unicode::Collate
fb794281
NC
3155cpan/version/lib/version.pm Support for version objects
3156cpan/version/lib/version.pod Documentation of the version module
3dfcef7e 3157cpan/version/lib/version/Internals.pod Description of the internals of version objects
16885730 3158cpan/version/lib/version/regex.pm Regex for matching version objects
16885730 3159cpan/version/t/01base.t Tests for version objects
fb794281
NC
3160cpan/version/t/02derived.t Tests for version objects
3161cpan/version/t/03require.t Tests for version objects
3162cpan/version/t/04strict_lax.t Tests for version objects
3163cpan/version/t/05sigdie.t Tests for version objects
3164cpan/version/t/06noop.t Tests for version objects
3165cpan/version/t/07locale.t Tests for version objects
5565c738 3166cpan/version/t/08_corelist.t Tests for version objects
16885730 3167cpan/version/t/09_list_util.t Tests for version objects
130cad93 3168cpan/version/t/10_lyon.t Tests for version objects
dddb2275 3169cpan/version/t/11_taint.t Tests for version objects
fb794281 3170cpan/version/t/coretests.pm Tests for version objects
43aed010
NC
3171cpan/Win32/longpath.inc Win32 extension long path support
3172cpan/Win32/Makefile.PL Win32 extension makefile writer
c95f3a59 3173cpan/Win32/t/CodePage.t See if Win32 extension works
43aed010
NC
3174cpan/Win32/t/CreateFile.t See if Win32 extension works
3175cpan/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works
3176cpan/Win32/t/GetCurrentThreadId.t See if Win32 extension works
3177cpan/Win32/t/GetFileVersion.t See if Win32 extension works
3178cpan/Win32/t/GetFolderPath.t See if Win32 extension works
3179cpan/Win32/t/GetFullPathName.t See if Win32 extension works
3180cpan/Win32/t/GetLongPathName.t See if Win32 extension works
3181cpan/Win32/t/GetOSName.t See if Win32 extension works
3182cpan/Win32/t/GetOSVersion.t See if Win32 extension works
3183cpan/Win32/t/GetShortPathName.t See if Win32 extension works
3184cpan/Win32/t/GuidGen.t See if Win32 extension works
3185cpan/Win32/t/Names.t See if Win32 extension works
edfcb93d 3186cpan/Win32/t/Privileges.t
43aed010
NC
3187cpan/Win32/t/Unicode.t See if Win32 extension works
3188cpan/Win32/Win32.pm Win32 extension Perl module
3189cpan/Win32/Win32.xs Win32 extension external subroutines
bf8d7753
YO
3190cpan/Win32API-File/buffers.h Win32API::File extension
3191cpan/Win32API-File/cFile.h Win32API::File extension
3192cpan/Win32API-File/cFile.pc Win32API::File extension
3193cpan/Win32API-File/const2perl.h Win32API::File extension
3194cpan/Win32API-File/File.pm Win32API::File extension
3195cpan/Win32API-File/File.xs Win32API::File extension
3dfcef7e 3196cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm Win32API::File extension
bf8d7753
YO
3197cpan/Win32API-File/Makefile.PL Win32API::File extension makefile write
3198cpan/Win32API-File/t/file.t See if Win32API::File extension works
3199cpan/Win32API-File/t/tie.t See if Win32API::File extension works
3200cpan/Win32API-File/typemap Win32API::File extension interface types
3201Cross/build-arm-n770-sh Cross-compilation
3202Cross/cflags-cross-arm Cross-compilation
3203Cross/config Cross-compilation
3204Cross/config.sh-arm-linux Cross-compilation
3205Cross/config.sh-arm-linux-n770 Cross-compilation
3206Cross/generate_config_sh Cross-compilation
3207Cross/installperl.patch Cross-compilation
3208Cross/Makefile Cross-compilation
3209Cross/Makefile-cross-SH Cross-compilation
3210Cross/Makefile.SH.patch Cross-compilation
3211Cross/README Cross-compilation
3212Cross/README.new Cross-compilation
3213Cross/TODO Cross-compilation
3214Cross/warp Cross-compilation
3215cygwin/cygwin.c Additional code for Cygwin port
5fe6925c 3216dist/Attribute-Handlers/Changes Attribute::Handlers
3dfcef7e
YO
3217dist/Attribute-Handlers/demo/demo.pl Attribute::Handlers demo
3218dist/Attribute-Handlers/demo/Demo.pm Attribute::Handlers demo
5fe6925c
NC
3219dist/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo
3220dist/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo
3221dist/Attribute-Handlers/demo/demo4.pl Attribute::Handlers demo
3222dist/Attribute-Handlers/demo/demo_call.pl Attribute::Handlers demo
3223dist/Attribute-Handlers/demo/demo_chain.pl Attribute::Handlers demo
3224dist/Attribute-Handlers/demo/demo_cycle.pl Attribute::Handlers demo
3225dist/Attribute-Handlers/demo/demo_hashdir.pl Attribute::Handlers demo
3226dist/Attribute-Handlers/demo/demo_phases.pl Attribute::Handlers demo
5fe6925c
NC
3227dist/Attribute-Handlers/demo/demo_range.pl Attribute::Handlers demo
3228dist/Attribute-Handlers/demo/demo_rawdata.pl Attribute::Handlers demo
3229dist/Attribute-Handlers/demo/Descriptions.pm Attribute::Handlers demo
3230dist/Attribute-Handlers/demo/MyClass.pm Attribute::Handlers demo
3231dist/Attribute-Handlers/lib/Attribute/Handlers.pm Attribute::Handlers
f049b218 3232dist/Attribute-Handlers/Makefile.PL Attribute::Handlers
90d32986 3233dist/Attribute-Handlers/t/caller.t See if Attribute::Handlers works
5fe6925c
NC
3234dist/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers
3235dist/Attribute-Handlers/t/data_convert.t Test attribute data conversion
3236dist/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works
3237dist/Attribute-Handlers/t/multi.t See if Attribute::Handlers works
98be99db
FR
3238dist/autouse/lib/autouse.pm Load and call a function only when it's used
3239dist/autouse/t/autouse.t See if autouse works
3240dist/autouse/t/lib/MyTestModule.pm Test module for autouse
3dfcef7e 3241dist/autouse/t/lib/MyTestModule2.pm Test module for autouse
bf8d7753
YO
3242dist/base/Changes base.pm changelog
3243dist/base/lib/base.pm Establish IS-A relationship at compile time
3244dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes
3245dist/base/Makefile.PL base.pm Makefile.PL
3246dist/base/t/base.t See if base works
3247dist/base/t/base-open-chunk.t See if base works
3248dist/base/t/base-open-line.t See if base works
3249dist/base/t/compile-time.t See if base works
3250dist/base/t/core-global.t See if base works around CORE::GLOBAL::require
3251dist/base/t/fields.t See if fields work
3252dist/base/t/fields-5_6_0.t See if fields work
3253dist/base/t/fields-5_8_0.t See if fields work
3254dist/base/t/fields-base.t See if fields work
3255dist/base/t/incdot.t Test how base.pm handles '.' in @INC
3256dist/base/t/isa.t See if base's behaviour doesn't change
f1820d82
SH
3257dist/base/t/lib/BaseIncMandatory.pm Test module for base.pm
3258dist/base/t/lib/BaseIncOptional.pm Test module for base.pm
bf8d7753
YO
3259dist/base/t/lib/Broken.pm Test module for base.pm
3260dist/base/t/lib/Dummy.pm Test module for base.pm
3261dist/base/t/lib/HasSigDie.pm Module for testing base.pm
3262dist/base/t/sigdie.t See if base works with SIGDIE
3263dist/base/t/version.t See if base works with versions
3264dist/base/t/warnings.t See if base works with warnings
3265dist/Carp/Changes Changelog for Carp's CPAN releases
3266dist/Carp/lib/Carp.pm Error message extension
3267dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse
3268dist/Carp/Makefile.PL makefile writer for Carp
3269dist/Carp/README README for Carp's CPAN releases
e94bb470 3270dist/Carp/t/arg_regexp.t See if Carp formats regexp args OK in stack traces
6ffbec2c 3271dist/Carp/t/arg_string.t See if Carp formats string args OK in stack traces
bf8d7753 3272dist/Carp/t/baduni.t See if Carp handles non-char Unicode
d5dcec3a 3273dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm
bf8d7753
YO
3274dist/Carp/t/broken_can.t Test Carp with bad can implementations
3275dist/Carp/t/broken_univ_can.t Test Carp with bad UNIVERSAL::can
3276dist/Carp/t/Carp.t See if Carp works
3dfcef7e 3277dist/Carp/t/Carp_overload.t See if Carp handles overloads
b20e4102 3278dist/Carp/t/Carp_overloadless.t See if Carp handles overloads that dont use overload.pm
bf8d7753
YO
3279dist/Carp/t/errno.t See if Carp preserves $! and $^E
3280dist/Carp/t/heavy.t See if Carp::Heavy works
3dfcef7e 3281dist/Carp/t/heavy_mismatch.t See if Carp::Heavy catches version mismatch
bf8d7753 3282dist/Carp/t/stack_after_err.t Test stack traces after syntax errors
5bbc4d5d 3283dist/Carp/t/stash_deletion.t See if Carp handles stash deletion
bf8d7753
YO
3284dist/Carp/t/swash.t See if Carp avoids breaking swash loading
3285dist/Carp/t/vivify_gv.t See if Carp leaves utf8:: stuff alone
778a861b 3286dist/Carp/t/vivify_stash.t See if Carp leaves utf8:: stash alone
edda670c 3287dist/Carp/t/with_warnings.t See if Carp plays nicely with warnings
bf8d7753
YO
3288dist/constant/Changes Changes for constant.pm
3289dist/constant/lib/constant.pm For "use constant"
3290dist/constant/Makefile.PL Build constant.pm (from the cpan release)
3291dist/constant/t/constant.t See if compile-time constants work
3292dist/constant/t/utf8.t Test Unicode constants under utf8 pragma
3293dist/Data-Dumper/Changes Data pretty printer, changelog
3294dist/Data-Dumper/Dumper.pm Data pretty printer, module
3295dist/Data-Dumper/Dumper.xs Data pretty printer, externals
3296dist/Data-Dumper/Makefile.PL Data pretty printer, makefile writer
3297dist/Data-Dumper/t/bless.t See if Data::Dumper works
3298dist/Data-Dumper/t/bless_var_method.t See if Data::Dumper::Bless works
3299dist/Data-Dumper/t/bugs.t See if Data::Dumper works
3300dist/Data-Dumper/t/deparse.t See if Data::Dumper::Deparse works
3301dist/Data-Dumper/t/dumper.t See if Data::Dumper works
3302dist/Data-Dumper/t/dumpperl.t See if Data::Dumper::Dumpperl works
3303dist/Data-Dumper/t/freezer.t See if Data::Dumper::Freezer works
3304dist/Data-Dumper/t/freezer_useperl.t See if Data::Dumper works
3305dist/Data-Dumper/t/huge.t See if Data::Dumper works on huge inputs
3306dist/Data-Dumper/t/indent.t See if Data::Dumper::Indent works
3307dist/Data-Dumper/t/lib/Testing.pm Functions used in testing Data-Dumper
3308dist/Data-Dumper/t/misc.t Miscellaneous tests for Data-Dumper
3309dist/Data-Dumper/t/names.t See if Data::Dumper::Names works
3310dist/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data
3311dist/Data-Dumper/t/pair.t See if Data::Dumper pair separator works
3312dist/Data-Dumper/t/perl-74170.t Regression test for stack reallocation
3bd791fa 3313dist/Data-Dumper/t/purity_deepcopy_maxdepth.t See if three Data::Dumper functions work
bf8d7753
YO
3314dist/Data-Dumper/t/qr.t See if Data::Dumper works with qr|/|
3315dist/Data-Dumper/t/quotekeys.t See if Data::Dumper::Quotekeys works
3316dist/Data-Dumper/t/recurse.t See if Data::Dumper::Maxrecurse works
3317dist/Data-Dumper/t/seen.t See if Data::Dumper::Seen works
3318dist/Data-Dumper/t/sortkeys.t See if Data::Dumper::Sortkeys works
3319dist/Data-Dumper/t/sparseseen.t See if Data::Dumper::Sparseseen works
3320dist/Data-Dumper/t/terse.t See if Data::Dumper terse option works
3321dist/Data-Dumper/t/toaster.t See if Data::Dumper::Toaster works
3322dist/Data-Dumper/t/trailing_comma.t See if Data::Dumper::Trailingcomma works
3323dist/Data-Dumper/t/values.t See if Data::Dumper::Values works
3324dist/Data-Dumper/Todo Data pretty printer, futures
3325dist/Devel-PPPort/apicheck_c.PL Devel::PPPort apicheck generator
a7a54907 3326dist/Devel-PPPort/Changes Devel::PPPort Changes file
bf8d7753
YO
3327dist/Devel-PPPort/devel/buildperl.pl Devel::PPPort perl version builder
3328dist/Devel-PPPort/devel/devtools.pl Devel::PPPort development utilities
3329dist/Devel-PPPort/devel/mkapidoc.pl Devel::PPPort apidoc collector
3330dist/Devel-PPPort/devel/mkppport_fnc.pl Devel::PPPort
3331dist/Devel-PPPort/devel/mktodo Devel::PPPort baseline/todo generator
3332dist/Devel-PPPort/devel/mktodo.pl Devel::PPPort baseline/todo generator
3333dist/Devel-PPPort/devel/regenerate Devel::PPPort API re-generator
3334dist/Devel-PPPort/devel/scanprov Devel::PPPort provided API scanner
c8799aff 3335dist/Devel-PPPort/devel/update_release_date.pl Devel::PPPort timestamp builder
bf8d7753
YO
3336dist/Devel-PPPort/HACKERS Devel::PPPort hackers documentation
3337dist/Devel-PPPort/Makefile.PL Devel::PPPort makefile writer
3338dist/Devel-PPPort/MANIFEST.SKIP Devel::PPPort manifest skip file
3339dist/Devel-PPPort/mktests.PL Devel::PPPort test file writer
3340dist/Devel-PPPort/module2.c Devel::PPPort test file
3341dist/Devel-PPPort/module3.c Devel::PPPort test file
3342dist/Devel-PPPort/parts/apicheck.pl Devel::PPPort apicheck generator
3343dist/Devel-PPPort/parts/apidoc.fnc Devel::PPPort Perl API listing
3344dist/Devel-PPPort/parts/base/5003007 Devel::PPPort baseline todo file
3345dist/Devel-PPPort/parts/base/5004000 Devel::PPPort baseline todo file
3346dist/Devel-PPPort/parts/base/5004001 Devel::PPPort baseline todo file
3347dist/Devel-PPPort/parts/base/5004002 Devel::PPPort baseline todo file
3348dist/Devel-PPPort/parts/base/5004003 Devel::PPPort baseline todo file
3349dist/Devel-PPPort/parts/base/5004004 Devel::PPPort baseline todo file
3350dist/Devel-PPPort/parts/base/5004005 Devel::PPPort baseline todo file
3351dist/Devel-PPPort/parts/base/5005000 Devel::PPPort baseline todo file
3352dist/Devel-PPPort/parts/base/5005001 Devel::PPPort baseline todo file
3353dist/Devel-PPPort/parts/base/5005002 Devel::PPPort baseline todo file
3354dist/Devel-PPPort/parts/base/5005003 Devel::PPPort baseline todo file
3355dist/Devel-PPPort/parts/base/5005004 Devel::PPPort baseline todo file
3356dist/Devel-PPPort/parts/base/5006000 Devel::PPPort baseline todo file
3357dist/Devel-PPPort/parts/base/5006001 Devel::PPPort baseline todo file
3358dist/Devel-PPPort/parts/base/5006002 Devel::PPPort baseline todo file
3359dist/Devel-PPPort/parts/base/5007000 Devel::PPPort baseline todo file
3360dist/Devel-PPPort/parts/base/5007001 Devel::PPPort baseline todo file
3361dist/Devel-PPPort/parts/base/5007002 Devel::PPPort baseline todo file
3362dist/Devel-PPPort/parts/base/5007003 Devel::PPPort baseline todo file
3363dist/Devel-PPPort/parts/base/5008000 Devel::PPPort baseline todo file
3364dist/Devel-PPPort/parts/base/5008001 Devel::PPPort baseline todo file
3365dist/Devel-PPPort/parts/base/5008002 Devel::PPPort baseline todo file
3366dist/Devel-PPPort/parts/base/5008003 Devel::PPPort baseline todo file
3367dist/Devel-PPPort/parts/base/5008004 Devel::PPPort baseline todo file
3368dist/Devel-PPPort/parts/base/5008005 Devel::PPPort baseline todo file
3369dist/Devel-PPPort/parts/base/5008006 Devel::PPPort baseline todo file
3370dist/Devel-PPPort/parts/base/5008007 Devel::PPPort baseline todo file
3371dist/Devel-PPPort/parts/base/5008008 Devel::PPPort baseline todo file
3372dist/Devel-PPPort/parts/base/5008009 Devel::PPPort baseline todo file
3373dist/Devel-PPPort/parts/base/5009000 Devel::PPPort baseline todo file
3374dist/Devel-PPPort/parts/base/5009001 Devel::PPPort baseline todo file
3375dist/Devel-PPPort/parts/base/5009002 Devel::PPPort baseline todo file
3376dist/Devel-PPPort/parts/base/5009003 Devel::PPPort baseline todo file
3377dist/Devel-PPPort/parts/base/5009004 Devel::PPPort baseline todo file
3378dist/Devel-PPPort/parts/base/5009005 Devel::PPPort baseline todo file
3379dist/Devel-PPPort/parts/base/5010000 Devel::PPPort baseline todo file
3380dist/Devel-PPPort/parts/base/5010001 Devel::PPPort baseline todo file
3381dist/Devel-PPPort/parts/base/5011000 Devel::PPPort baseline todo file
3382dist/Devel-PPPort/parts/base/5011001 Devel::PPPort baseline todo file
3383dist/Devel-PPPort/parts/base/5011002 Devel::PPPort baseline todo file
3384dist/Devel-PPPort/parts/base/5011003 Devel::PPPort baseline todo file
3385dist/Devel-PPPort/parts/base/5011004 Devel::PPPort baseline todo file
3386dist/Devel-PPPort/parts/base/5011005 Devel::PPPort baseline todo file
3387dist/Devel-PPPort/parts/base/5012000 Devel::PPPort baseline todo file
3388dist/Devel-PPPort/parts/base/5012001 Devel::PPPort baseline todo file
3389dist/Devel-PPPort/parts/base/5012002 Devel::PPPort baseline todo file
3390dist/Devel-PPPort/parts/base/5012003 Devel::PPPort baseline todo file
3391dist/Devel-PPPort/parts/base/5012004 Devel::PPPort baseline todo file
3392dist/Devel-PPPort/parts/base/5012005 Devel::PPPort baseline todo file
3393dist/Devel-PPPort/parts/base/5013000 Devel::PPPort baseline todo file
3394dist/Devel-PPPort/parts/base/5013001 Devel::PPPort baseline todo file
3395dist/Devel-PPPort/parts/base/5013002 Devel::PPPort baseline todo file
3396dist/Devel-PPPort/parts/base/5013003 Devel::PPPort baseline todo file
3397dist/Devel-PPPort/parts/base/5013004 Devel::PPPort baseline todo file
3398dist/Devel-PPPort/parts/base/5013005 Devel::PPPort baseline todo file
3399dist/Devel-PPPort/parts/base/5013006 Devel::PPPort baseline todo file
3400dist/Devel-PPPort/parts/base/5013007 Devel::PPPort baseline todo file
3401dist/Devel-PPPort/parts/base/5013008 Devel::PPPort baseline todo file
3402dist/Devel-PPPort/parts/base/5013009 Devel::PPPort baseline todo file
3403dist/Devel-PPPort/parts/base/5013010 Devel::PPPort baseline todo file
3404dist/Devel-PPPort/parts/base/5013011 Devel::PPPort baseline todo file
3405dist/Devel-PPPort/parts/base/5014000 Devel::PPPort baseline todo file
3406dist/Devel-PPPort/parts/base/5014001 Devel::PPPort baseline todo file
3407dist/Devel-PPPort/parts/base/5014002 Devel::PPPort baseline todo file
3408dist/Devel-PPPort/parts/base/5014003 Devel::PPPort baseline todo file
3409dist/Devel-PPPort/parts/base/5014004 Devel::PPPort baseline todo file
3410dist/Devel-PPPort/parts/base/5015000 Devel::PPPort baseline todo file
3411dist/Devel-PPPort/parts/base/5015001 Devel::PPPort baseline todo file
3412dist/Devel-PPPort/parts/base/5015002 Devel::PPPort baseline todo file
3413dist/Devel-PPPort/parts/base/5015003 Devel::PPPort baseline todo file
3414dist/Devel-PPPort/parts/base/5015004 Devel::PPPort baseline todo file
3415dist/Devel-PPPort/parts/base/5015005 Devel::PPPort baseline todo file
3416dist/Devel-PPPort/parts/base/5015006 Devel::PPPort baseline todo file
3417dist/Devel-PPPort/parts/base/5015007 Devel::PPPort baseline todo file
3418dist/Devel-PPPort/parts/base/5015008 Devel::PPPort baseline todo file
3419dist/Devel-PPPort/parts/base/5015009 Devel::PPPort baseline todo file
3420dist/Devel-PPPort/parts/base/5016000 Devel::PPPort baseline todo file
3421dist/Devel-PPPort/parts/base/5016001 Devel::PPPort baseline todo file
3422dist/Devel-PPPort/parts/base/5016002 Devel::PPPort baseline todo file
3423dist/Devel-PPPort/parts/base/5016003 Devel::PPPort baseline todo file
3424dist/Devel-PPPort/parts/base/5017000 Devel::PPPort baseline todo file
3425dist/Devel-PPPort/parts/base/5017001 Devel::PPPort baseline todo file
3426dist/Devel-PPPort/parts/base/5017002 Devel::PPPort baseline todo file
3427dist/Devel-PPPort/parts/base/5017003 Devel::PPPort baseline todo file
3428dist/Devel-PPPort/parts/base/5017004 Devel::PPPort baseline todo file
3429dist/Devel-PPPort/parts/base/5017005 Devel::PPPort baseline todo file
3430dist/Devel-PPPort/parts/base/5017006 Devel::PPPort baseline todo file
3431dist/Devel-PPPort/parts/base/5017007 Devel::PPPort baseline todo file
3432dist/Devel-PPPort/parts/base/5017008 Devel::PPPort baseline todo file
3433dist/Devel-PPPort/parts/base/5017009 Devel::PPPort baseline todo file
3434dist/Devel-PPPort/parts/base/5017010 Devel::PPPort baseline todo file
3435dist/Devel-PPPort/parts/base/5017011 Devel::PPPort baseline todo file
3436dist/Devel-PPPort/parts/base/5018000 Devel::PPPort baseline todo file
3437dist/Devel-PPPort/parts/base/5018001 Devel::PPPort baseline todo file
3438dist/Devel-PPPort/parts/base/5018002 Devel::PPPort baseline todo file
3439dist/Devel-PPPort/parts/base/5018003 Devel::PPPort baseline todo file
3440dist/Devel-PPPort/parts/base/5018004 Devel::PPPort baseline todo file
3441dist/Devel-PPPort/parts/base/5019000 Devel::PPPort baseline todo file
3442dist/Devel-PPPort/parts/base/5019001 Devel::PPPort baseline todo file
3443dist/Devel-PPPort/parts/base/5019002 Devel::PPPort baseline todo file
3444dist/Devel-PPPort/parts/base/5019003 Devel::PPPort baseline todo file
3445dist/Devel-PPPort/parts/base/5019004 Devel::PPPort baseline todo file
3446dist/Devel-PPPort/parts/base/5019005 Devel::PPPort baseline todo file
3447dist/Devel-PPPort/parts/base/5019006 Devel::PPPort baseline todo file
3448dist/Devel-PPPort/parts/base/5019007 Devel::PPPort baseline todo file
3449dist/Devel-PPPort/parts/base/5019008 Devel::PPPort baseline todo file
3450dist/Devel-PPPort/parts/base/5019009 Devel::PPPort baseline todo file
3451dist/Devel-PPPort/parts/base/5019010 Devel::PPPort baseline todo file
3452dist/Devel-PPPort/parts/base/5019011 Devel::PPPort baseline todo file
3453dist/Devel-PPPort/parts/base/5020000 Devel::PPPort baseline todo file
3454dist/Devel-PPPort/parts/base/5020001 Devel::PPPort baseline todo file
3455dist/Devel-PPPort/parts/base/5020002 Devel::PPPort baseline todo file
3456dist/Devel-PPPort/parts/base/5020003 Devel::PPPort baseline todo file
3457dist/Devel-PPPort/parts/base/5021000 Devel::PPPort baseline todo file
3458dist/Devel-PPPort/parts/base/5021001 Devel::PPPort baseline todo file
3459dist/Devel-PPPort/parts/base/5021002 Devel::PPPort baseline todo file
3460dist/Devel-PPPort/parts/base/5021003 Devel::PPPort baseline todo file
3461dist/Devel-PPPort/parts/base/5021004 Devel::PPPort baseline todo file
3462dist/Devel-PPPort/parts/base/5021005 Devel::PPPort baseline todo file
3463dist/Devel-PPPort/parts/base/5021006 Devel::PPPort baseline todo file
3464dist/Devel-PPPort/parts/base/5021007 Devel::PPPort baseline todo file
3465dist/Devel-PPPort/parts/base/5021008 Devel::PPPort baseline todo file
3466dist/Devel-PPPort/parts/base/5021009 Devel::PPPort baseline todo file
3467dist/Devel-PPPort/parts/base/5021010 Devel::PPPort baseline todo file
3468dist/Devel-PPPort/parts/base/5021011 Devel::PPPort baseline todo file
3469dist/Devel-PPPort/parts/base/5022000 Devel::PPPort baseline todo file
3470dist/Devel-PPPort/parts/base/5022001 Devel::PPPort baseline todo file
3471dist/Devel-PPPort/parts/base/5022002 Devel::PPPort baseline todo file
3472dist/Devel-PPPort/parts/base/5022003 Devel::PPPort baseline todo file
3473dist/Devel-PPPort/parts/base/5022004 Devel::PPPort baseline todo file
3474dist/Devel-PPPort/parts/base/5023000 Devel::PPPort baseline todo file
3475dist/Devel-PPPort/parts/base/5023001 Devel::PPPort baseline todo file
3476dist/Devel-PPPort/parts/base/5023002 Devel::PPPort baseline todo file
3477dist/Devel-PPPort/parts/base/5023003 Devel::PPPort baseline todo file
3478dist/Devel-PPPort/parts/base/5023004 Devel::PPPort baseline todo file
3479dist/Devel-PPPort/parts/base/5023005 Devel::PPPort baseline todo file
3480dist/Devel-PPPort/parts/base/5023006 Devel::PPPort baseline todo file
3481dist/Devel-PPPort/parts/base/5023007 Devel::PPPort baseline todo file
3482dist/Devel-PPPort/parts/base/5023008 Devel::PPPort baseline todo file
3483dist/Devel-PPPort/parts/base/5023009 Devel::PPPort baseline todo file
3484dist/Devel-PPPort/parts/base/5024000 Devel::PPPort baseline todo file
3485dist/Devel-PPPort/parts/base/5024001 Devel::PPPort baseline todo file
3486dist/Devel-PPPort/parts/base/5024002 Devel::PPPort baseline todo file
3487dist/Devel-PPPort/parts/base/5024003 Devel::PPPort baseline todo file
3488dist/Devel-PPPort/parts/base/5024004 Devel::PPPort baseline todo file
3489dist/Devel-PPPort/parts/base/5025000 Devel::PPPort baseline todo file
3490dist/Devel-PPPort/parts/base/5025001 Devel::PPPort baseline todo file
3491dist/Devel-PPPort/parts/base/5025002 Devel::PPPort baseline todo file
3492dist/Devel-PPPort/parts/base/5025003 Devel::PPPort baseline todo file
3493dist/Devel-PPPort/parts/base/5025004 Devel::PPPort baseline todo file
3494dist/Devel-PPPort/parts/base/5025005 Devel::PPPort baseline todo file
3495dist/Devel-PPPort/parts/base/5025006 Devel::PPPort baseline todo file
3496dist/Devel-PPPort/parts/base/5025007 Devel::PPPort baseline todo file
3497dist/Devel-PPPort/parts/base/5025008 Devel::PPPort baseline todo file
3498dist/Devel-PPPort/parts/base/5025009 Devel::PPPort baseline todo file
3499dist/Devel-PPPort/parts/base/5025010 Devel::PPPort baseline todo file
3500dist/Devel-PPPort/parts/base/5025011 Devel::PPPort baseline todo file
3501dist/Devel-PPPort/parts/base/5025012 Devel::PPPort baseline todo file
3502dist/Devel-PPPort/parts/base/5026000 Devel::PPPort baseline todo file
3503dist/Devel-PPPort/parts/base/5026001 Devel::PPPort baseline todo file
3504dist/Devel-PPPort/parts/base/5026002 Devel::PPPort baseline todo file
3505dist/Devel-PPPort/parts/base/5026003 Devel::PPPort baseline todo file
3506dist/Devel-PPPort/parts/base/5027000 Devel::PPPort baseline todo file
3507dist/Devel-PPPort/parts/base/5027001 Devel::PPPort baseline todo file
3508dist/Devel-PPPort/parts/base/5027002 Devel::PPPort baseline todo file
3509dist/Devel-PPPort/parts/base/5027003 Devel::PPPort baseline todo file
3510dist/Devel-PPPort/parts/base/5027004 Devel::PPPort baseline todo file
3511dist/Devel-PPPort/parts/base/5027005 Devel::PPPort baseline todo file
3512dist/Devel-PPPort/parts/base/5027006 Devel::PPPort baseline todo file
3513dist/Devel-PPPort/parts/base/5027007 Devel::PPPort baseline todo file
3514dist/Devel-PPPort/parts/base/5027008 Devel::PPPort baseline todo file
3515dist/Devel-PPPort/parts/base/5027009 Devel::PPPort baseline todo file
3516dist/Devel-PPPort/parts/base/5027010 Devel::PPPort baseline todo file
3517dist/Devel-PPPort/parts/base/5027011 Devel::PPPort baseline todo file
3518dist/Devel-PPPort/parts/base/5028000 Devel::PPPort baseline todo file
3519dist/Devel-PPPort/parts/base/5028001 Devel::PPPort baseline todo file
3520dist/Devel-PPPort/parts/base/5028002 Devel::PPPort baseline todo file
3521dist/Devel-PPPort/parts/base/5028003 Devel::PPPort baseline todo file
3522dist/Devel-PPPort/parts/base/5029000 Devel::PPPort baseline todo file
3523dist/Devel-PPPort/parts/base/5029001 Devel::PPPort baseline todo file
3524dist/Devel-PPPort/parts/base/5029002 Devel::PPPort baseline todo file
3525dist/Devel-PPPort/parts/base/5029003 Devel::PPPort baseline todo file
3526dist/Devel-PPPort/parts/base/5029004 Devel::PPPort baseline todo file
3527dist/Devel-PPPort/parts/base/5029005 Devel::PPPort baseline todo file
3528dist/Devel-PPPort/parts/base/5029006 Devel::PPPort baseline todo file
3529dist/Devel-PPPort/parts/base/5029007 Devel::PPPort baseline todo file
3530dist/Devel-PPPort/parts/base/5029008 Devel::PPPort baseline todo file
3531dist/Devel-PPPort/parts/base/5029009 Devel::PPPort baseline todo file
3532dist/Devel-PPPort/parts/base/5029010 Devel::PPPort baseline todo file
3533dist/Devel-PPPort/parts/base/5030000 Devel::PPPort baseline todo file
3534dist/Devel-PPPort/parts/base/5030001 Devel::PPPort baseline todo file
3535dist/Devel-PPPort/parts/base/5030002 Devel::PPPort baseline todo file
3536dist/Devel-PPPort/parts/base/5030003 Devel::PPPort baseline todo file
3537dist/Devel-PPPort/parts/base/5031000 Devel::PPPort baseline todo file
3538dist/Devel-PPPort/parts/base/5031001 Devel::PPPort baseline todo file
3539dist/Devel-PPPort/parts/base/5031002 Devel::PPPort baseline todo file
3540dist/Devel-PPPort/parts/base/5031003 Devel::PPPort baseline todo file
3541dist/Devel-PPPort/parts/base/5031004 Devel::PPPort baseline todo file
3542dist/Devel-PPPort/parts/base/5031005 Devel::PPPort baseline todo file
3543dist/Devel-PPPort/parts/base/5031006 Devel::PPPort baseline todo file
3544dist/Devel-PPPort/parts/base/5031007 Devel::PPPort baseline todo file
8f62b02f 3545dist/Devel-PPPort/parts/base/5031008
bf8d7753
YO
3546dist/Devel-PPPort/parts/base/5031009 Devel::PPPort baseline todo file
3547dist/Devel-PPPort/parts/base/5031010 Devel::PPPort baseline todo file
3548dist/Devel-PPPort/parts/base/5031011 Devel::PPPort baseline todo file
3549dist/Devel-PPPort/parts/base/5032000 Devel::PPPort baseline todo file
fc8d4680 3550dist/Devel-PPPort/parts/base/5032001
bf8d7753
YO
3551dist/Devel-PPPort/parts/base/5033000 Devel::PPPort baseline todo file
3552dist/Devel-PPPort/parts/base/5033001 Devel::PPPort baseline todo file
3553dist/Devel-PPPort/parts/base/5033002 Devel::PPPort baseline todo file
fc8d4680
KW
3554dist/Devel-PPPort/parts/base/5033003
3555dist/Devel-PPPort/parts/base/5033004
3556dist/Devel-PPPort/parts/base/5033005
3557dist/Devel-PPPort/parts/base/5033006
3558dist/Devel-PPPort/parts/base/5033007
3559dist/Devel-PPPort/parts/base/5033008
3560dist/Devel-PPPort/parts/base/5033009
3561dist/Devel-PPPort/parts/base/5034000
3562dist/Devel-PPPort/parts/base/5035001
3563dist/Devel-PPPort/parts/base/5035002
d9ae9f58
RB
3564dist/Devel-PPPort/parts/base/5035003
3565dist/Devel-PPPort/parts/base/5035004
3566dist/Devel-PPPort/parts/base/5035005
3567dist/Devel-PPPort/parts/base/5035006
3568dist/Devel-PPPort/parts/base/5035007
3569dist/Devel-PPPort/parts/base/5035008
3570dist/Devel-PPPort/parts/base/5035009
3571dist/Devel-PPPort/parts/base/5035010
bf8d7753
YO
3572dist/Devel-PPPort/parts/embed.fnc Devel::PPPort Perl API listing
3573dist/Devel-PPPort/parts/inc/01_test Devel::PPPort include
3574dist/Devel-PPPort/parts/inc/call Devel::PPPort include
3575dist/Devel-PPPort/parts/inc/cop Devel::PPPort include
3576dist/Devel-PPPort/parts/inc/exception Devel::PPPort include
3577dist/Devel-PPPort/parts/inc/format Devel::PPPort include
3578dist/Devel-PPPort/parts/inc/grok Devel::PPPort include
3579dist/Devel-PPPort/parts/inc/gv Devel::PPPort include
3580dist/Devel-PPPort/parts/inc/HvNAME Devel::PPPort include
c58ad1f9 3581dist/Devel-PPPort/parts/inc/inctools
bf8d7753 3582dist/Devel-PPPort/parts/inc/limits Devel::PPPort include
c58ad1f9 3583dist/Devel-PPPort/parts/inc/locale
bf8d7753
YO
3584dist/Devel-PPPort/parts/inc/magic Devel::PPPort include
3585dist/Devel-PPPort/parts/inc/magic_defs Devel::PPPort include
3586dist/Devel-PPPort/parts/inc/memory Devel::PPPort include
3587dist/Devel-PPPort/parts/inc/mess Devel::PPPort include
3588dist/Devel-PPPort/parts/inc/misc Devel::PPPort include
3589dist/Devel-PPPort/parts/inc/mPUSH Devel::PPPort include
3590dist/Devel-PPPort/parts/inc/MY_CXT Devel::PPPort include
3591dist/Devel-PPPort/parts/inc/newCONSTSUB Devel::PPPort include
3592dist/Devel-PPPort/parts/inc/newRV Devel::PPPort include
3593dist/Devel-PPPort/parts/inc/newSV_type Devel::PPPort include
3594dist/Devel-PPPort/parts/inc/newSVpv Devel::PPPort include
3595dist/Devel-PPPort/parts/inc/podtest Devel::PPPort include
3596dist/Devel-PPPort/parts/inc/ppphbin Devel::PPPort include
3597dist/Devel-PPPort/parts/inc/ppphdoc Devel::PPPort include
3598dist/Devel-PPPort/parts/inc/ppphtest Devel::PPPort include
3599dist/Devel-PPPort/parts/inc/pv_tools Devel::PPPort include
3600dist/Devel-PPPort/parts/inc/pvs Devel::PPPort include
3601dist/Devel-PPPort/parts/inc/shared_pv Devel::PPPort include
3602dist/Devel-PPPort/parts/inc/snprintf Devel::PPPort include
3603dist/Devel-PPPort/parts/inc/sprintf Devel::PPPort include
3604dist/Devel-PPPort/parts/inc/strlfuncs Devel::PPPort include
c58ad1f9 3605dist/Devel-PPPort/parts/inc/subparse
bf8d7753
YO
3606dist/Devel-PPPort/parts/inc/Sv_set Devel::PPPort include
3607dist/Devel-PPPort/parts/inc/sv_xpvf Devel::PPPort include
3608dist/Devel-PPPort/parts/inc/SvPV Devel::PPPort include
3609dist/Devel-PPPort/parts/inc/SvREFCNT Devel::PPPort include
3610dist/Devel-PPPort/parts/inc/threads Devel::PPPort include
c58ad1f9 3611dist/Devel-PPPort/parts/inc/utf8
bf8d7753
YO
3612dist/Devel-PPPort/parts/inc/uv Devel::PPPort include
3613dist/Devel-PPPort/parts/inc/variables Devel::PPPort include
3614dist/Devel-PPPort/parts/inc/version Devel::PPPort include
3615dist/Devel-PPPort/parts/inc/warn Devel::PPPort include
3616dist/Devel-PPPort/parts/ppport.fnc Devel::PPPort API listing
3617dist/Devel-PPPort/parts/ppptools.pl Devel::PPPort various utilities
3618dist/Devel-PPPort/parts/todo/5003007 Devel::PPPort baseline todo file
3619dist/Devel-PPPort/parts/todo/5004000 Devel::PPPort todo file
3620dist/Devel-PPPort/parts/todo/5004001 Devel::PPPort baseline todo file
3621dist/Devel-PPPort/parts/todo/5004002 Devel::PPPort baseline todo file
3622dist/Devel-PPPort/parts/todo/5004003 Devel::PPPort baseline todo file
3623dist/Devel-PPPort/parts/todo/5004004 Devel::PPPort baseline todo file
3624dist/Devel-PPPort/parts/todo/5004005 Devel::PPPort baseline todo file
3625dist/Devel-PPPort/parts/todo/5005000 Devel::PPPort todo file
3626dist/Devel-PPPort/parts/todo/5005001 Devel::PPPort baseline todo file
3627dist/Devel-PPPort/parts/todo/5005002 Devel::PPPort baseline todo file
3628dist/Devel-PPPort/parts/todo/5005003 Devel::PPPort baseline todo file
3629dist/Devel-PPPort/parts/todo/5005004 Devel::PPPort baseline todo file
3630dist/Devel-PPPort/parts/todo/5006000 Devel::PPPort todo file
3631dist/Devel-PPPort/parts/todo/5006001 Devel::PPPort todo file
3632dist/Devel-PPPort/parts/todo/5006002 Devel::PPPort todo file
3633dist/Devel-PPPort/parts/todo/5007000 Devel::PPPort todo file
3634dist/Devel-PPPort/parts/todo/5007001 Devel::PPPort todo file
3635dist/Devel-PPPort/parts/todo/5007002 Devel::PPPort todo file
3636dist/Devel-PPPort/parts/todo/5007003 Devel::PPPort todo file
3637dist/Devel-PPPort/parts/todo/5008000 Devel::PPPort todo file
3638dist/Devel-PPPort/parts/todo/5008001 Devel::PPPort todo file
3639dist/Devel-PPPort/parts/todo/5008002 Devel::PPPort todo file
3640dist/Devel-PPPort/parts/todo/5008003 Devel::PPPort todo file
3641dist/Devel-PPPort/parts/todo/5008004 Devel::PPPort todo file
3642dist/Devel-PPPort/parts/todo/5008005 Devel::PPPort todo file
3643dist/Devel-PPPort/parts/todo/5008006 Devel::PPPort todo file
3644dist/Devel-PPPort/parts/todo/5008007 Devel::PPPort todo file
3645dist/Devel-PPPort/parts/todo/5008008 Devel::PPPort todo file
3646dist/Devel-PPPort/parts/todo/5008009 Devel::PPPort todo file
3647dist/Devel-PPPort/parts/todo/5009000 Devel::PPPort todo file
3648dist/Devel-PPPort/parts/todo/5009001 Devel::PPPort todo file
3649dist/Devel-PPPort/parts/todo/5009002 Devel::PPPort todo file
3650dist/Devel-PPPort/parts/todo/5009003 Devel::PPPort todo file
3651dist/Devel-PPPort/parts/todo/5009004 Devel::PPPort todo file
3652dist/Devel-PPPort/parts/todo/5009005 Devel::PPPort todo file
3653dist/Devel-PPPort/parts/todo/5010000 Devel::PPPort todo file
3654dist/Devel-PPPort/parts/todo/5010001 Devel::PPPort todo file
3655dist/Devel-PPPort/parts/todo/5011000 Devel::PPPort todo file
3656dist/Devel-PPPort/parts/todo/5011001 Devel::PPPort todo file
3657dist/Devel-PPPort/parts/todo/5011002 Devel::PPPort todo file
3658dist/Devel-PPPort/parts/todo/5011003 Devel::PPPort todo file
3659dist/Devel-PPPort/parts/todo/5011004 Devel::PPPort todo file
3660dist/Devel-PPPort/parts/todo/5011005 Devel::PPPort todo file
3661dist/Devel-PPPort/parts/todo/5012000 Devel::PPPort todo file
3662dist/Devel-PPPort/parts/todo/5012001 Devel::PPPort todo file
3663dist/Devel-PPPort/parts/todo/5012002 Devel::PPPort todo file
3664dist/Devel-PPPort/parts/todo/5012003 Devel::PPPort todo file
3665dist/Devel-PPPort/parts/todo/5012004 Devel::PPPort todo file
3666dist/Devel-PPPort/parts/todo/5012005 Devel::PPPort todo file
3667dist/Devel-PPPort/parts/todo/5013000 Devel::PPPort todo file
3668dist/Devel-PPPort/parts/todo/5013001 Devel::PPPort todo file
3669dist/Devel-PPPort/parts/todo/5013002 Devel::PPPort todo file
3670dist/Devel-PPPort/parts/todo/5013003 Devel::PPPort todo file
3671dist/Devel-PPPort/parts/todo/5013004 Devel::PPPort todo file
3672dist/Devel-PPPort/parts/todo/5013005 Devel::PPPort todo file
3673dist/Devel-PPPort/parts/todo/5013006 Devel::PPPort todo file
3674dist/Devel-PPPort/parts/todo/5013007 Devel::PPPort todo file
3675dist/Devel-PPPort/parts/todo/5013008 Devel::PPPort todo file
3676dist/Devel-PPPort/parts/todo/5013009 Devel::PPPort todo file
3677dist/Devel-PPPort/parts/todo/5013010 Devel::PPPort todo file
3678dist/Devel-PPPort/parts/todo/5013011 Devel::PPPort todo file
3679dist/Devel-PPPort/parts/todo/5014000 Devel::PPPort todo file
3680dist/Devel-PPPort/parts/todo/5014001 Devel::PPPort todo file
3681dist/Devel-PPPort/parts/todo/5014002 Devel::PPPort todo file
3682dist/Devel-PPPort/parts/todo/5014003 Devel::PPPort todo file
3683dist/Devel-PPPort/parts/todo/5014004 Devel::PPPort todo file
3684dist/Devel-PPPort/parts/todo/5015000 Devel::PPPort todo file
3685dist/Devel-PPPort/parts/todo/5015001 Devel::PPPort todo file
3686dist/Devel-PPPort/parts/todo/5015002 Devel::PPPort todo file
3687dist/Devel-PPPort/parts/todo/5015003 Devel::PPPort todo file
3688dist/Devel-PPPort/parts/todo/5015004 Devel::PPPort todo file
3689dist/Devel-PPPort/parts/todo/5015005 Devel::PPPort todo file
3690dist/Devel-PPPort/parts/todo/5015006 Devel::PPPort todo file
3691dist/Devel-PPPort/parts/todo/5015007 Devel::PPPort todo file
3692dist/Devel-PPPort/parts/todo/5015008 Devel::PPPort todo file
3693dist/Devel-PPPort/parts/todo/5015009 Devel::PPPort todo file
3694dist/Devel-PPPort/parts/todo/5016000 Devel::PPPort todo file
3695dist/Devel-PPPort/parts/todo/5016001 Devel::PPPort todo file
3696dist/Devel-PPPort/parts/todo/5016002 Devel::PPPort todo file
3697dist/Devel-PPPort/parts/todo/5016003 Devel::PPPort todo file
3698dist/Devel-PPPort/parts/todo/5017000 Devel::PPPort todo file
3699dist/Devel-PPPort/parts/todo/5017001 Devel::PPPort todo file
3700dist/Devel-PPPort/parts/todo/5017002 Devel::PPPort todo file
3701dist/Devel-PPPort/parts/todo/5017003 Devel::PPPort todo file
3702dist/Devel-PPPort/parts/todo/5017004 Devel::PPPort todo file
3703dist/Devel-PPPort/parts/todo/5017005 Devel::PPPort todo file
3704dist/Devel-PPPort/parts/todo/5017006 Devel::PPPort todo file
3705dist/Devel-PPPort/parts/todo/5017007 Devel::PPPort todo file
3706dist/Devel-PPPort/parts/todo/5017008 Devel::PPPort todo file
3707dist/Devel-PPPort/parts/todo/5017009 Devel::PPPort todo file
3708dist/Devel-PPPort/parts/todo/5017010 Devel::PPPort todo file
3709dist/Devel-PPPort/parts/todo/5017011 Devel::PPPort todo file
3710dist/Devel-PPPort/parts/todo/5018000 Devel::PPPort todo file
3711dist/Devel-PPPort/parts/todo/5018001 Devel::PPPort todo file
3712dist/Devel-PPPort/parts/todo/5018002 Devel::PPPort todo file
3713dist/Devel-PPPort/parts/todo/5018003 Devel::PPPort todo file
3714dist/Devel-PPPort/parts/todo/5018004 Devel::PPPort todo file
3715dist/Devel-PPPort/parts/todo/5019000 Devel::PPPort todo file
3716dist/Devel-PPPort/parts/todo/5019001 Devel::PPPort todo file
3717dist/Devel-PPPort/parts/todo/5019002 Devel::PPPort todo file
3718dist/Devel-PPPort/parts/todo/5019003 Devel::PPPort todo file
3719dist/Devel-PPPort/parts/todo/5019004 Devel::PPPort todo file
3720dist/Devel-PPPort/parts/todo/5019005 Devel::PPPort todo file
3721dist/Devel-PPPort/parts/todo/5019006 Devel::PPPort todo file
3722dist/Devel-PPPort/parts/todo/5019007 Devel::PPPort todo file
3723dist/Devel-PPPort/parts/todo/5019008 Devel::PPPort todo file
3724dist/Devel-PPPort/parts/todo/5019009 Devel::PPPort todo file
3725dist/Devel-PPPort/parts/todo/5019010 Devel::PPPort todo file
3726dist/Devel-PPPort/parts/todo/5019011 Devel::PPPort todo file
3727dist/Devel-PPPort/parts/todo/5020000 Devel::PPPort todo file
3728dist/Devel-PPPort/parts/todo/5020001 Devel::PPPort todo file
3729dist/Devel-PPPort/parts/todo/5020002 Devel::PPPort todo file
3730dist/Devel-PPPort/parts/todo/5020003 Devel::PPPort todo file
3731dist/Devel-PPPort/parts/todo/5021000 Devel::PPPort todo file
3732dist/Devel-PPPort/parts/todo/5021001 Devel::PPPort todo file
3733dist/Devel-PPPort/parts/todo/5021002 Devel::PPPort todo file
3734dist/Devel-PPPort/parts/todo/5021003 Devel::PPPort baseline todo file
3735dist/Devel-PPPort/parts/todo/5021004 Devel::PPPort todo file
3736dist/Devel-PPPort/parts/todo/5021005 Devel::PPPort todo file
3737dist/Devel-PPPort/parts/todo/5021006 Devel::PPPort todo file
3738dist/Devel-PPPort/parts/todo/5021007 Devel::PPPort todo file
3739dist/Devel-PPPort/parts/todo/5021008 Devel::PPPort todo file
3740dist/Devel-PPPort/parts/todo/5021009 Devel::PPPort todo file
3741dist/Devel-PPPort/parts/todo/5021010 Devel::PPPort todo file
3742dist/Devel-PPPort/parts/todo/5021011 Devel::PPPort todo file
3743dist/Devel-PPPort/parts/todo/5022000 Devel::PPPort todo file
3744dist/Devel-PPPort/parts/todo/5022001 Devel::PPPort todo file
3745dist/Devel-PPPort/parts/todo/5022002 Devel::PPPort baseline todo file
3746dist/Devel-PPPort/parts/todo/5022003 Devel::PPPort baseline todo file
3747dist/Devel-PPPort/parts/todo/5022004 Devel::PPPort baseline todo file
3748dist/Devel-PPPort/parts/todo/5023000 Devel::PPPort todo file
3749dist/Devel-PPPort/parts/todo/5023001 Devel::PPPort todo file
3750dist/Devel-PPPort/parts/todo/5023002 Devel::PPPort todo file
3751dist/Devel-PPPort/parts/todo/5023003 Devel::PPPort todo file
3752dist/Devel-PPPort/parts/todo/5023004 Devel::PPPort todo file
3753dist/Devel-PPPort/parts/todo/5023005 Devel::PPPort todo file
3754dist/Devel-PPPort/parts/todo/5023006 Devel::PPPort todo file
3755dist/Devel-PPPort/parts/todo/5023007 Devel::PPPort todo file
3756dist/Devel-PPPort/parts/todo/5023008 Devel::PPPort todo file
3757dist/Devel-PPPort/parts/todo/5023009 Devel::PPPort todo file
3758dist/Devel-PPPort/parts/todo/5024000 Devel::PPPort todo file
3759dist/Devel-PPPort/parts/todo/5024001 Devel::PPPort baseline todo file
3760dist/Devel-PPPort/parts/todo/5024002 Devel::PPPort baseline todo file
3761dist/Devel-PPPort/parts/todo/5024003 Devel::PPPort baseline todo file
3762dist/Devel-PPPort/parts/todo/5024004 Devel::PPPort baseline todo file
3763dist/Devel-PPPort/parts/todo/5025000 Devel::PPPort baseline todo file
3764dist/Devel-PPPort/parts/todo/5025001 Devel::PPPort baseline todo file
3765dist/Devel-PPPort/parts/todo/5025002 Devel::PPPort baseline todo file
3766dist/Devel-PPPort/parts/todo/5025003 Devel::PPPort baseline todo file
3767dist/Devel-PPPort/parts/todo/5025004 Devel::PPPort baseline todo file
3768dist/Devel-PPPort/parts/todo/5025005 Devel::PPPort baseline todo file
3769dist/Devel-PPPort/parts/todo/5025006 Devel::PPPort baseline todo file
3770dist/Devel-PPPort/parts/todo/5025007 Devel::PPPort baseline todo file
3771dist/Devel-PPPort/parts/todo/5025008 Devel::PPPort baseline todo file
3772dist/Devel-PPPort/parts/todo/5025009 Devel::PPPort baseline todo file
3773dist/Devel-PPPort/parts/todo/5025010 Devel::PPPort baseline todo file
3774dist/Devel-PPPort/parts/todo/5025011 Devel::PPPort baseline todo file
3775dist/Devel-PPPort/parts/todo/5025012 Devel::PPPort baseline todo file
3776dist/Devel-PPPort/parts/todo/5026000 Devel::PPPort baseline todo file
3777dist/Devel-PPPort/parts/todo/5026001 Devel::PPPort baseline todo file
3778dist/Devel-PPPort/parts/todo/5026002 Devel::PPPort baseline todo file
3779dist/Devel-PPPort/parts/todo/5026003 Devel::PPPort baseline todo file
3780dist/Devel-PPPort/parts/todo/5027000 Devel::PPPort baseline todo file
3781dist/Devel-PPPort/parts/todo/5027001 Devel::PPPort baseline todo file
3782dist/Devel-PPPort/parts/todo/5027002 Devel::PPPort baseline todo file
3783dist/Devel-PPPort/parts/todo/5027003 Devel::PPPort baseline todo file
3784dist/Devel-PPPort/parts/todo/5027004 Devel::PPPort baseline todo file
3785dist/Devel-PPPort/parts/todo/5027005 Devel::PPPort baseline todo file
3786dist/Devel-PPPort/parts/todo/5027006 Devel::PPPort baseline todo file
3787dist/Devel-PPPort/parts/todo/5027007 Devel::PPPort baseline todo file
3788dist/Devel-PPPort/parts/todo/5027008 Devel::PPPort baseline todo file
3789dist/Devel-PPPort/parts/todo/5027009 Devel::PPPort baseline todo file
3790dist/Devel-PPPort/parts/todo/5027010 Devel::PPPort baseline todo file
3791dist/Devel-PPPort/parts/todo/5027011 Devel::PPPort baseline todo file
3792dist/Devel-PPPort/parts/todo/5028000 Devel::PPPort baseline todo file
3793dist/Devel-PPPort/parts/todo/5028001 Devel::PPPort baseline todo file
3794dist/Devel-PPPort/parts/todo/5028002 Devel::PPPort todo file
3795dist/Devel-PPPort/parts/todo/5028003 Devel::PPPort todo file
3796dist/Devel-PPPort/parts/todo/5029000 Devel::PPPort baseline todo file
3797dist/Devel-PPPort/parts/todo/5029001 Devel::PPPort baseline todo file
3798dist/Devel-PPPort/parts/todo/5029002 Devel::PPPort baseline todo file
3799dist/Devel-PPPort/parts/todo/5029003 Devel::PPPort baseline todo file
3800dist/Devel-PPPort/parts/todo/5029004 Devel::PPPort baseline todo file
3801dist/Devel-PPPort/parts/todo/5029005 Devel::PPPort baseline todo file
3802dist/Devel-PPPort/parts/todo/5029006 Devel::PPPort baseline todo file
3803dist/Devel-PPPort/parts/todo/5029007 Devel::PPPort baseline todo file
3804dist/Devel-PPPort/parts/todo/5029008 Devel::PPPort baseline todo file
3805dist/Devel-PPPort/parts/todo/5029009 Devel::PPPort baseline todo file
3806dist/Devel-PPPort/parts/todo/5029010 Devel::PPPort baseline todo file
3807dist/Devel-PPPort/parts/todo/5030000 Devel::PPPort baseline todo file
3808dist/Devel-PPPort/parts/todo/5030001 Devel::PPPort todo file
3809dist/Devel-PPPort/parts/todo/5030002 Devel::PPPort todo file
3810dist/Devel-PPPort/parts/todo/5030003 Devel::PPPort todo file
3811dist/Devel-PPPort/parts/todo/5031000 Devel::PPPort todo file
3812dist/Devel-PPPort/parts/todo/5031001 Devel::PPPort baseline todo file
3813dist/Devel-PPPort/parts/todo/5031002 Devel::PPPort baseline todo file
3814dist/Devel-PPPort/parts/todo/5031003 Devel::PPPort baseline todo file
3815dist/Devel-PPPort/parts/todo/5031004 Devel::PPPort baseline todo file
3816dist/Devel-PPPort/parts/todo/5031005 Devel::PPPort baseline todo file
3817dist/Devel-PPPort/parts/todo/5031006 Devel::PPPort baseline todo file
3818dist/Devel-PPPort/parts/todo/5031007 Devel::PPPort baseline todo file
8f62b02f 3819dist/Devel-PPPort/parts/todo/5031008
bf8d7753
YO
3820dist/Devel-PPPort/parts/todo/5031009 Devel::PPPort todo file
3821dist/Devel-PPPort/parts/todo/5031010 Devel::PPPort todo file
3822dist/Devel-PPPort/parts/todo/5031011 Devel::PPPort todo file
3823dist/Devel-PPPort/parts/todo/5032000 Devel::PPPort todo file
fc8d4680 3824dist/Devel-PPPort/parts/todo/5032001
bf8d7753
YO
3825dist/Devel-PPPort/parts/todo/5033000 Devel::PPPort todo file
3826dist/Devel-PPPort/parts/todo/5033001 Devel::PPPort todo file
3827dist/Devel-PPPort/parts/todo/5033002 Devel::PPPort todo file
fc8d4680
KW
3828dist/Devel-PPPort/parts/todo/5033003
3829dist/Devel-PPPort/parts/todo/5033004
3830dist/Devel-PPPort/parts/todo/5033005
3831dist/Devel-PPPort/parts/todo/5033006
3832dist/Devel-PPPort/parts/todo/5033007
3833dist/Devel-PPPort/parts/todo/5033008
3834dist/Devel-PPPort/parts/todo/5033009
3835dist/Devel-PPPort/parts/todo/5034000
3836dist/Devel-PPPort/parts/todo/5035001
3837dist/Devel-PPPort/parts/todo/5035002
d9ae9f58
RB
3838dist/Devel-PPPort/parts/todo/5035003
3839dist/Devel-PPPort/parts/todo/5035004
3840dist/Devel-PPPort/parts/todo/5035005
3841dist/Devel-PPPort/parts/todo/5035006
3842dist/Devel-PPPort/parts/todo/5035007
3843dist/Devel-PPPort/parts/todo/5035008
3844dist/Devel-PPPort/parts/todo/5035009
3845dist/Devel-PPPort/parts/todo/5035010
bf8d7753
YO
3846dist/Devel-PPPort/PPPort.xs Devel::PPPort dummy PPPort.xs
3847dist/Devel-PPPort/ppport_h.PL Devel::PPPort ppport.h writer
3848dist/Devel-PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
3bfe1c68 3849dist/Devel-PPPort/RealPPPort_xs.PL Devel::PPPort RealPPPort.xs writer
bf8d7753 3850dist/Devel-PPPort/soak Devel::PPPort Test Harness to run under various Perls
c8799aff 3851dist/Devel-PPPort/t/testutil.pl Devel::PPPort test utilities
bf8d7753
YO
3852dist/Devel-PPPort/TODO Devel::PPPort developer notes
3853dist/Devel-PPPort/typemap Devel::PPPort Typemap
80f78a71
FR
3854dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
3855dist/Devel-SelfStubber/t/Devel-SelfStubber.t See if Devel::SelfStubber works
bf8d7753
YO
3856dist/Dumpvalue/lib/Dumpvalue.pm Screen dump of perl values
3857dist/Dumpvalue/t/Dumpvalue.t See if Dumpvalue works
8a1dfc04 3858dist/Dumpvalue/t/extend-coverage.t Extend Dumpvalue's test coverage
bf8d7753 3859dist/Dumpvalue/t/lib/TieOut.pm Helper module for Dumpvalue tests
01aed385 3860dist/Dumpvalue/t/rt-134441-dumpvalue.t See if Dumpvalue works
f5dde4d1 3861dist/encoding-warnings/Changes encoding::warnings
e1c786ba 3862dist/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions
f5dde4d1 3863dist/encoding-warnings/Makefile.PL encoding::warnings
bf8d7753
YO
3864dist/encoding-warnings/t/1-warning.t tests for encoding::warnings
3865dist/encoding-warnings/t/2-fatal.t tests for encoding::warnings
3866dist/encoding-warnings/t/3-normal.t tests for encoding::warnings
3867dist/encoding-warnings/t/4-lexical.t tests for encoding::warnings
3868dist/Env/lib/Env.pm Map environment into ordinary variables
3869dist/Env/t/array.t See if Env works for arrays
3870dist/Env/t/env.t See if Env works
04528e74 3871dist/Exporter/Changes History of changes for Exporter
3110a055 3872dist/Exporter/lib/Exporter.pm Exporter base class
3dfcef7e 3873dist/Exporter/lib/Exporter/Heavy.pm Complicated routines for Exporter
04528e74 3874dist/Exporter/Makefile.PL Build Exporter
3110a055 3875dist/Exporter/t/Exporter.t See if Exporter works
0fe08b2b 3876dist/Exporter/t/warn.t See if Exporter respects warning handlers
bf8d7753
YO
3877dist/ExtUtils-CBuilder/Changes EU-CB change log
3878dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules
3879dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods
3880dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX
bbf115e5 3881dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm CBuilder methods for Android
bf8d7753
YO
3882dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
3883dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
8ba25f7a 3884dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF
bf8d7753
YO
3885dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2
3886dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix
3887dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS
3dfcef7e 3888dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows
8ba25f7a
DG
3889dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm CBuilder methods for Windows
3890dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm CBuilder methods for Windows
3891dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm CBuilder methods for Windows
bf8d7753
YO
3892dist/ExtUtils-CBuilder/LICENSE EU-CB license
3893dist/ExtUtils-CBuilder/Makefile.PL EU-CB configuration script
3894dist/ExtUtils-CBuilder/README.patching EU-CB patching nstructions
3895dist/ExtUtils-CBuilder/README.release EU-CB release instructions
3896dist/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests
3897dist/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
3898dist/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
3899dist/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder
3900dist/ExtUtils-CBuilder/t/04-base.t tests for ExtUtils::CBuilder
2e06f601 3901dist/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log
3dfcef7e
YO
3902dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
3903dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod ExtUtils::ParseXS documentation
2e06f601 3904dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm ExtUtils::ParseXS guts
9e831c8e 3905dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm ExtUtils::ParseXS guts
9f8d2499 3906dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm ExtUtils::ParseXS guts
9e831c8e 3907dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm ExtUtils::ParseXS guts
3dfcef7e 3908dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm ExtUtils::Typemaps, a PXS helper
dbeddf83 3909dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm ExtUtils::Typemaps helper module
7320491e
S
3910dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm ExtUtils::Typemaps guts
3911dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm ExtUtils::Typemaps guts
7320491e 3912dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm ExtUtils::Typemaps guts
2e06f601 3913dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor
0eb29def
S
3914dist/ExtUtils-ParseXS/lib/perlxs.pod Perl XS application programming interface
3915dist/ExtUtils-ParseXS/lib/perlxstut.pod Perl XS tutorial
3916dist/ExtUtils-ParseXS/lib/perlxstypemap.pod Perl XS C/Perl type conversion tools
2e06f601
JK
3917dist/ExtUtils-ParseXS/t/001-basic.t See if ExtUtils::ParseXS works
3918dist/ExtUtils-ParseXS/t/002-more.t Extended ExtUtils::ParseXS testing
3919dist/ExtUtils-ParseXS/t/003-usage.t ExtUtils::ParseXS tests
f3aadd09 3920dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t ExtUtils::ParseXS tests
2e06f601
JK
3921dist/ExtUtils-ParseXS/t/102-trim_whitespace.t ExtUtils::ParseXS tests
3922dist/ExtUtils-ParseXS/t/103-tidy_type.t ExtUtils::ParseXS tests
bb5e8eb4
JK
3923dist/ExtUtils-ParseXS/t/104-map_type.t ExtUtils::ParseXS tests
3924dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ExtUtils::ParseXS tests
3925dist/ExtUtils-ParseXS/t/106-process_typemaps.t ExtUtils::ParseXS tests
e6de4093
JK
3926dist/ExtUtils-ParseXS/t/108-map_type.t ExtUtils::ParseXS tests
3927dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t ExtUtils::ParseXS tests
3928dist/ExtUtils-ParseXS/t/110-assign_func_args.t ExtUtils::ParseXS tests
361d4be6 3929dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t ExtUtils::ParseXS tests
e6de4093
JK
3930dist/ExtUtils-ParseXS/t/112-set_cond.t ExtUtils::ParseXS tests
3931dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t ExtUtils::ParseXS tests
2a09a23f 3932dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t ExtUtils::ParseXS tests
3f305fad 3933dist/ExtUtils-ParseXS/t/115-avoid-noise.t ExtUtils::ParseXS tests
7320491e
S
3934dist/ExtUtils-ParseXS/t/501-t-compile.t ExtUtils::Typemaps tests
3935dist/ExtUtils-ParseXS/t/510-t-bare.t ExtUtils::Typemaps tests
3936dist/ExtUtils-ParseXS/t/511-t-whitespace.t ExtUtils::Typemaps tests
3937dist/ExtUtils-ParseXS/t/512-t-file.t ExtUtils::Typemaps tests
3938dist/ExtUtils-ParseXS/t/513-t-merge.t ExtUtils::Typemaps tests
99da4e5f 3939dist/ExtUtils-ParseXS/t/514-t-embed.t ExtUtils::Typemaps tests
dbeddf83 3940dist/ExtUtils-ParseXS/t/515-t-cmd.t ExtUtils::Typemaps tests
e02e72da 3941dist/ExtUtils-ParseXS/t/516-t-clone.t ExtUtils::Typemaps tests
42dec8cf 3942dist/ExtUtils-ParseXS/t/517-t-targetable.t ExtUtils::Typemaps tests
e897cbec 3943dist/ExtUtils-ParseXS/t/600-t-compat.t ExtUtils::Typemaps tests
2d9f8a35 3944dist/ExtUtils-ParseXS/t/data/b.typemap ExtUtils::Typemaps test data
7320491e 3945dist/ExtUtils-ParseXS/t/data/combined.typemap ExtUtils::Typemaps test data
8226b442 3946dist/ExtUtils-ParseXS/t/data/confl_repl.typemap ExtUtils::Typemaps test data
8badd275 3947dist/ExtUtils-ParseXS/t/data/confl_skip.typemap ExtUtils::Typemaps test data
3dfcef7e 3948dist/ExtUtils-ParseXS/t/data/conflicting.typemap ExtUtils::Typemaps test data
7320491e 3949dist/ExtUtils-ParseXS/t/data/other.typemap ExtUtils::Typemaps test data
2d9f8a35 3950dist/ExtUtils-ParseXS/t/data/perl.typemap ExtUtils::Typemaps test data
7320491e 3951dist/ExtUtils-ParseXS/t/data/simple.typemap ExtUtils::Typemaps test data
dbeddf83 3952dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm ExtUtils::Typemaps tests
2e06f601 3953dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm ExtUtils::ParseXS testing utility
361d4be6 3954dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm Primitive STDOUT/ERR capturing for tests
dbeddf83 3955dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm ExtUtils::Typemaps tests
bb5e8eb4 3956dist/ExtUtils-ParseXS/t/pseudotypemap1 A test-typemap
2e06f601 3957dist/ExtUtils-ParseXS/t/typemap Standard typemap for controlled testing
cc287082 3958dist/ExtUtils-ParseXS/t/XSAlias.xs Test file for ExtUtils::ParseXS ALIAS tests
f1f3e123 3959dist/ExtUtils-ParseXS/t/XSBroken.xs Test file for ExtUtils::ParseXS tests
fd549653 3960dist/ExtUtils-ParseXS/t/XSFalsePositive.xs Test file for ExtUtils::ParseXS tests
364f7025 3961dist/ExtUtils-ParseXS/t/XSFalsePositive2.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
3962dist/ExtUtils-ParseXS/t/XSInclude.xsh Test file for ExtUtils::ParseXS tests
3963dist/ExtUtils-ParseXS/t/XSMore.xs Test file for ExtUtils::ParseXS tests
af53f37b 3964dist/ExtUtils-ParseXS/t/XSNoMap.xs
2e06f601
JK
3965dist/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
3966dist/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
21af17c9 3967dist/ExtUtils-ParseXS/t/XSTightDirectives.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
3968dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
3969dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
3f305fad 3970dist/ExtUtils-ParseXS/t/XSWarn.xs ExtUtils::ParseXS tests
57f98c9a 3971dist/Filter-Simple/Changes History of change for Filter::Simple
ba41a17c 3972dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
57f98c9a 3973dist/Filter-Simple/Makefile.PL Build Filter::Simple
828d6195 3974dist/Filter-Simple/t/code_no_comments.t See if Filter::Simple works
ba41a17c
NC
3975dist/Filter-Simple/t/data.t See if Filter::Simple works
3976dist/Filter-Simple/t/export.t See if Filter::Simple works
ba41a17c 3977dist/Filter-Simple/t/filter.t See if Filter::Simple works
3dfcef7e 3978dist/Filter-Simple/t/filter_only.t See if Filter::Simple works
ba41a17c 3979dist/Filter-Simple/t/import.t See if Filter::Simple works
828d6195 3980dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm Helper file for Filter::Simple tests
b596a319 3981dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm Helper file for Filter::Simple tests
ba41a17c
NC
3982dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests
3983dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests
3984dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests
3985dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests
7e9e80a7 3986dist/Filter-Simple/t/no.t See if Filter::Simple works
bf8d7753
YO
3987dist/FindBin/Changes Tracks changes made in blead
3988dist/FindBin/lib/FindBin.pm Find name of currently executing program
3989dist/FindBin/Makefile.PL Build FindBin
3990dist/FindBin/t/FindBin.t See if FindBin works
3991dist/I18N-Collate/lib/I18N/Collate.pm Routines to do strxfrm-based collation
3992dist/I18N-Collate/t/I18N-Collate.t See if I18N::Collate works
c42e4076 3993dist/I18N-LangTags/ChangeLog I18N::LangTags change history
3dfcef7e 3994dist/I18N-LangTags/lib/I18N/LangTags.pm I18N::LangTags
8b230635
NC
3995dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences
3996dist/I18N-LangTags/lib/I18N/LangTags/List.pm List of tags for human languages
c42e4076 3997dist/I18N-LangTags/Makefile.PL Build I18N::LangTags
8b230635
NC
3998dist/I18N-LangTags/README I18N::LangTags
3999dist/I18N-LangTags/t/01_about_verbose.t See whether I18N::LangTags works
4000dist/I18N-LangTags/t/05_main.t See whether I18N::LangTags works
4001dist/I18N-LangTags/t/07_listy.t See whether I18N::LangTags works
4002dist/I18N-LangTags/t/10_http.t See whether I18N::LangTags works
4003dist/I18N-LangTags/t/20_locales.t See whether I18N::LangTags works
4004dist/I18N-LangTags/t/50_super.t See whether I18N::LangTags works
4005dist/I18N-LangTags/t/55_supers_strict.t See whether I18N::LangTags works
4006dist/I18N-LangTags/t/80_all_env.t See whether I18N::LangTags works
bf8d7753
YO
4007dist/if/Changes if perl module change log
4008dist/if/if.pm For "use if"
6721733f 4009dist/if/Makefile.PL Makefile.PL for if.pm
bf8d7753
YO
4010dist/if/MANIFEST MANIFEST for if.pm
4011dist/if/META.json META.json for if.pm
4012dist/if/META.yml META.json for if.pm
4013dist/if/t/if.t Tests for "use if"
4014dist/IO/ChangeLog IO perl module change log
4015dist/IO/hints/sco.pl Hint for IO for named architecture
4016dist/IO/IO.pm Top-level interface to IO::* classes
4017dist/IO/IO.xs IO extension external subroutines
4018dist/IO/lib/IO/Dir.pm IO directory reading package
4019dist/IO/lib/IO/File.pm IO file handle package
4020dist/IO/lib/IO/Handle.pm IO base handle package
4021dist/IO/lib/IO/Pipe.pm IO pipe package
4022dist/IO/lib/IO/Poll.pm IO system poll() interface
4023dist/IO/lib/IO/Seekable.pm IO methods for seekable handles
4024dist/IO/lib/IO/Select.pm IO system select() interface
4025dist/IO/lib/IO/Socket.pm IO socket handle package
4026dist/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
4027dist/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
4028dist/IO/Makefile.PL IO extension makefile writer
4029dist/IO/poll.c IO poll() emulation using select()
4030dist/IO/poll.h IO poll() emulation using select()
4031dist/IO/README IO extension maintenance notice
4032dist/IO/t/cachepropagate-tcp.t See if IO::Socket duplication works
4033dist/IO/t/cachepropagate-udp.t See if IO::Socket duplication works
4034dist/IO/t/cachepropagate-unix.t See if IO::Socket duplication works
4035dist/IO/t/gh17447.t Tests fix for #17447
4036dist/IO/t/IO.t See if IO works
4037dist/IO/t/io_const.t See if constants from IO work
4038dist/IO/t/io_dir.t See if directory-related methods from IO work
4039dist/IO/t/io_dup.t See if dup()-related methods from IO work
4040dist/IO/t/io_file.t See if binmode()-related methods on IO::File work
4041dist/IO/t/io_file_export.t Test IO::File exports
4042dist/IO/t/io_getline.t Test getline and getlines
4043dist/IO/t/io_leak.t See if IO leaks SVs (only run in core)
4044dist/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
4045dist/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
4046dist/IO/t/io_pipe.t See if pipe()-related methods from IO work
4047dist/IO/t/io_poll.t See if poll()-related methods from IO work
4048dist/IO/t/io_sel.t See if select()-related methods from IO work
4049dist/IO/t/io_sock.t See if INET socket-related methods from IO work
4050dist/IO/t/io_sock_errstr.t See if socket constructors put error string in the right place
4051dist/IO/t/io_taint.t See if the untaint method from IO works
4052dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
4053dist/IO/t/io_udp.t See if UDP socket-related methods from IO work
4054dist/IO/t/io_unix.t See if UNIX socket-related methods from IO work
4055dist/IO/t/io_utf8.t See if perlio opens work
4056dist/IO/t/io_utf8argv.t See if <> respects open pragma
4057dist/IO/t/io_xs.t See if XSUB methods from IO work
4058dist/lib/lib_pm.PL For "use lib", produces lib/lib.pm
88697c04 4059dist/lib/Makefile.PL
bf8d7753 4060dist/lib/t/01lib.t For "use lib" testing
b667d99b 4061dist/Locale-Maketext/ChangeLog Locale::Maketext
b667d99b
NC
4062dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext
4063dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation
3dfcef7e
YO
4064dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod Locale::Maketext
4065dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm Locale::Maketext
4066dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
b667d99b 4067dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article
c5f0c656 4068dist/Locale-Maketext/Makefile.PL Build Locale::Maketext
b667d99b 4069dist/Locale-Maketext/README Locale::Maketext
b667d99b 4070dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works
ace47d68 4071dist/Locale-Maketext/t/04_use_external_lex_cache.t See if Locale::Maketext works
bf8d7753 4072dist/Locale-Maketext/t/09_compile.t Test Locale::Maketext::_compile
b667d99b
NC
4073dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works
4074dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works
c30aeddd 4075dist/Locale-Maketext/t/30_eval_dollar_at.t See if Locale::Maketext works
b667d99b
NC
4076dist/Locale-Maketext/t/40_super.t See if Locale::Maketext works
4077dist/Locale-Maketext/t/50_super.t See if Locale::Maketext works
4078dist/Locale-Maketext/t/60_super.t See if Locale::Maketext works
dccfc75d 4079dist/Locale-Maketext/t/70_fail_auto.t See if Locale::Maketext works
b667d99b 4080dist/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works
35e037e8 4081dist/Locale-Maketext/t/91_backslash.t See if Locale::Maketext works
cf6c8146
TC
4082dist/Locale-Maketext/t/92_blacklist.t See if Locale::Maketext works
4083dist/Locale-Maketext/t/93_whitelist.t See if Locale::Maketext works
0b66d70f
MF
4084dist/Locale-Maketext/t/94_denylist.t See if Locale::Maketext works
4085dist/Locale-Maketext/t/95_allowlist.t See if Locale::Maketext works
bf8d7753
YO
4086dist/Math-Complex/ChangeLog History of changes for Math::Complex
4087dist/Math-Complex/lib/Math/Complex.pm A package for doing math with complex numbers
4088dist/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
4089dist/Math-Complex/Makefile.PL Build Math::Complex
4090dist/Math-Complex/t/Complex.t See if Math::Complex works
4091dist/Math-Complex/t/Trig.t See if Math::Trig works
4092dist/Math-Complex/t/underbar.t See if Math::Complex works
4093dist/Math-Complex/TODO TODO for Math::Complex
4094dist/Module-CoreList/Changes Module::CoreList Changes
4095dist/Module-CoreList/corelist The corelist command-line utility
4096dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList
4097dist/Module-CoreList/lib/Module/CoreList.pm Module::CoreList
4098dist/Module-CoreList/lib/Module/CoreList.pod Module::CoreList
b6956a94 4099dist/Module-CoreList/lib/Module/CoreList/Utils.pm Module::CoreList guts
bf8d7753
YO
4100dist/Module-CoreList/Makefile.PL Module::CoreList
4101dist/Module-CoreList/MANIFEST Module::CoreList
4102dist/Module-CoreList/README Module::CoreList
4103dist/Module-CoreList/t/corelist.t Module::CoreList tests
4104dist/Module-CoreList/t/deprecated.t Module::CoreList tests
4105dist/Module-CoreList/t/find_modules.t Module::CoreList tests
4106dist/Module-CoreList/t/is_core.t Module::CoreList tests
22348369 4107dist/Module-CoreList/t/maintainer.t Module::CoreList tests
bf8d7753
YO
4108dist/Module-CoreList/t/pod.t Module::CoreList tests
4109dist/Module-CoreList/t/utils.t Module::CoreList tests
1996665e
NC
4110dist/Net-Ping/Changes Net::Ping
4111dist/Net-Ping/lib/Net/Ping.pm Hello, anybody home?
3cae8eb1 4112dist/Net-Ping/Makefile.PL Build Net::Ping
773d126d
CBW
4113dist/Net-Ping/t/000_load.t
4114dist/Net-Ping/t/001_new.t
4115dist/Net-Ping/t/010_pingecho.t
1996665e
NC
4116dist/Net-Ping/t/110_icmp_inst.t Ping Net::Ping
4117dist/Net-Ping/t/120_udp_inst.t Ping Net::Ping
4118dist/Net-Ping/t/130_tcp_inst.t Ping Net::Ping
4119dist/Net-Ping/t/140_stream_inst.t Ping Net::Ping
4120dist/Net-Ping/t/150_syn_inst.t Ping Net::Ping
bf8d7753 4121dist/Net-Ping/t/190_alarm.t Ping Net::Ping
1996665e
NC
4122dist/Net-Ping/t/200_ping_tcp.t Ping Net::Ping
4123dist/Net-Ping/t/250_ping_hires.t Ping Net::Ping
4124dist/Net-Ping/t/300_ping_stream.t Ping Net::Ping
4125dist/Net-Ping/t/400_ping_syn.t Ping Net::Ping
4126dist/Net-Ping/t/410_syn_host.t Ping Net::Ping
2e598186 4127dist/Net-Ping/t/420_ping_syn_port.t Ping Net::Ping
1996665e
NC
4128dist/Net-Ping/t/450_service.t Ping Net::Ping
4129dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping
2e598186 4130dist/Net-Ping/t/501_ping_icmpv6.t Ping Net::Ping
1996665e 4131dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping
1bd59f2c 4132dist/Net-Ping/t/520_icmp_ttl.t Ping Net::Ping
3cae8eb1 4133dist/Net-Ping/TODO TODO list for Net::Ping
bf8d7753 4134dist/PathTools/Changes Changelog for PathTools dist
cb8c8458
SH
4135dist/PathTools/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
4136dist/PathTools/Cwd.xs Cwd extension external subroutines
bf8d7753 4137dist/PathTools/lib/File/Spec.pm portable operations on file names
36f66789 4138dist/PathTools/lib/File/Spec/AmigaOS.pm portable operations on AmigaOS file names
bf8d7753 4139dist/PathTools/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
cb8c8458
SH
4140dist/PathTools/lib/File/Spec/Epoc.pm portable operations on EPOC file names
4141dist/PathTools/lib/File/Spec/Functions.pm Function interface to File::Spec object methods
4142dist/PathTools/lib/File/Spec/Mac.pm portable operations on Mac file names
4143dist/PathTools/lib/File/Spec/OS2.pm portable operations on OS2 file names
cb8c8458
SH
4144dist/PathTools/lib/File/Spec/Unix.pm portable operations on Unix file names
4145dist/PathTools/lib/File/Spec/VMS.pm portable operations on VMS file names
4146dist/PathTools/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
4147dist/PathTools/Makefile.PL makefile writer for Cwd
bf8d7753
YO
4148dist/PathTools/MANIFEST MANIFEST for PathTools
4149dist/PathTools/META.json META.json for PathTools
4150dist/PathTools/META.yml META.yml for PathTools
4151dist/PathTools/t/abs2rel.t See if File::Spec->abs2rel works
cb8c8458 4152dist/PathTools/t/crossplatform.t See if File::Spec works crossplatform
bf8d7753 4153dist/PathTools/t/cwd.t See if Cwd works
d2e38af7 4154dist/PathTools/t/cwd_enoent.t See if getcwd errors correctly
cb8c8458 4155dist/PathTools/t/Functions.t See if File::Spec::Functions works
bf8d7753
YO
4156dist/PathTools/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
4157dist/PathTools/t/Spec.t See if File::Spec works
cb8c8458
SH
4158dist/PathTools/t/Spec-taint.t See if File::Spec works with taint
4159dist/PathTools/t/taint.t See if Cwd works with taint
4160dist/PathTools/t/tmpdir.t See if File::Spec->tmpdir() works
4161dist/PathTools/t/win32.t See if Cwd works on Win32
bf8d7753
YO
4162dist/Safe/Changes Changes for Safe.pm
4163dist/Safe/Makefile.PL Makefile.PL for Safe.pm
4164dist/Safe/MANIFEST MANIFEST for Safe.pm
4165dist/Safe/META.yml META.yml for Safe.pm
4166dist/Safe/README README for Safe.pm
4167dist/Safe/Safe.pm Safe extension Perl module
4168dist/Safe/t/safe1.t See if Safe works
4169dist/Safe/t/safe2.t See if Safe works
4170dist/Safe/t/safe3.t See if Safe works
4171dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe
4172dist/Safe/t/safenamedcap.t Tests that Tie::Hash::NamedCapture can be loaded
4173dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe
4174dist/Safe/t/saferegexp.t Tests Safe with regular expressions
4175dist/Safe/t/safesecurity.t Tests misc. security fixes in Safe
4176dist/Safe/t/safesort.t Tests Safe with sort
4177dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c
4178dist/Safe/t/safeutf8.t Tests Safe with utf8.pm
4179dist/Safe/t/safewrap.t Tests Safe::wrap_code_ref()
1d044122 4180dist/Search-Dict/Changes Change log
f80b753a 4181dist/Search-Dict/lib/Search/Dict.pm Perform binary search on dictionaries
1d044122
DG
4182dist/Search-Dict/Makefile.PL Makefile.PL
4183dist/Search-Dict/README.patching Patch instructions
4184dist/Search-Dict/README.release Release instructions
f80b753a 4185dist/Search-Dict/t/Dict.t See if Search::Dict works
793c3967 4186dist/SelfLoader/Changes History of changes for SelfLoader
2d994787 4187dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
793c3967 4188dist/SelfLoader/Makefile.PL Build SelfLoader
2d994787
NC
4189dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works
4190dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
3bd1fdf5 4191dist/SelfLoader/t/03taint.t See if SelfLoader works under taint
8b88b2b2
NC
4192dist/Storable/ChangeLog Storable extension
4193dist/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture
4194dist/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture
4195dist/Storable/hints/hpux.pl Hint for Storable for named architecture
4196dist/Storable/hints/linux.pl Hint for Storable for named architecture
4197dist/Storable/Makefile.PL Storable extension
12ee5913 4198dist/Storable/MANIFEST Storable MANIFEST file
8b88b2b2 4199dist/Storable/README Storable extension
dd7f75e0 4200dist/Storable/stacksize compute stack sizes
95173f94 4201dist/Storable/Storable.pm Storable perl module
8b88b2b2 4202dist/Storable/Storable.xs Storable extension
3dfcef7e 4203dist/Storable/t/attach.t Check STORABLE_attach doesn't create objects unnecessarily
8b88b2b2
NC
4204dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
4205dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
4206dist/Storable/t/blessed.t See if Storable works
7b92fe48 4207dist/Storable/t/boolean.t See if Storable works
8b88b2b2
NC
4208dist/Storable/t/canonical.t See if Storable works
4209dist/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
4210dist/Storable/t/code.t See if Storable works
4211dist/Storable/t/compat01.t See if Storable works
4212dist/Storable/t/compat06.t See if Storable works
4213dist/Storable/t/croak.t See if Storable works
fc10c8b7 4214dist/Storable/t/CVE-2015-1592.t See if Storable works
8b88b2b2 4215dist/Storable/t/dclone.t See if Storable works
f17010da 4216dist/Storable/t/destroy.t Test Storable in global destructon
8b88b2b2
NC
4217dist/Storable/t/downgrade.t See if Storable works
4218dist/Storable/t/file_magic.t See if file_magic function works
c86b4700 4219dist/Storable/t/flags.t See if Storable works
8b88b2b2
NC
4220dist/Storable/t/forgive.t See if Storable works
4221dist/Storable/t/freeze.t See if Storable works
4222dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
4223dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
4224dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
ec4c8774 4225dist/Storable/t/huge.t See how Storable handles huge data
a12eb729 4226dist/Storable/t/hugeids.t See how Storable handles huge object ids
8b88b2b2
NC
4227dist/Storable/t/integer.t See if Storable works
4228dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x
4229dist/Storable/t/just_plain_nasty.t See if Storable works
2c179de5 4230dist/Storable/t/leaks.t See if Storable leaks (skips in core)
8b88b2b2
NC
4231dist/Storable/t/lock.t See if Storable works
4232dist/Storable/t/make_56_interwork.pl Make test data for interwork56.t
4233dist/Storable/t/make_downgrade.pl Make test data for downgrade.t
4234dist/Storable/t/make_overload.pl Make test data for overload.t
4235dist/Storable/t/malice.t See if Storable copes with corrupt files
4236dist/Storable/t/overload.t See if Storable works
4237dist/Storable/t/recurse.t See if Storable works
d6ecacbc 4238dist/Storable/t/regexp.t See if Storable works with regexps
8b88b2b2
NC
4239dist/Storable/t/restrict.t See if Storable works
4240dist/Storable/t/retrieve.t See if Storable works
6fe613da 4241dist/Storable/t/robust.t See if it survives mangled %INC
8b88b2b2
NC
4242dist/Storable/t/sig_die.t See if Storable works
4243dist/Storable/t/st-dump.pl See if Storable works
4244dist/Storable/t/store.t See if Storable works
4245dist/Storable/t/testlib.pl more helper routines for tests
4246dist/Storable/t/threads.t Does Storable work with threads?
3dfcef7e 4247dist/Storable/t/tied.t See if Storable works
8b88b2b2
NC
4248dist/Storable/t/tied_hook.t See if Storable works
4249dist/Storable/t/tied_items.t See if Storable works
dd7f75e0 4250dist/Storable/t/tied_reify.t See if Storable works
4189a2e6 4251dist/Storable/t/tied_store.t See if Storable works
8b88b2b2 4252dist/Storable/t/utf8.t See if Storable works
3dfcef7e 4253dist/Storable/t/utf8hash.t See if Storable works
8b88b2b2 4254dist/Storable/t/weak.t Can Storable store weakrefs
7f4d7a86
FR
4255dist/Term-Complete/lib/Term/Complete.pm A command completion subroutine
4256dist/Term-Complete/t/Complete.t See if Term::Complete works
bf8d7753
YO
4257dist/Term-ReadLine/lib/Term/ReadLine.pm Stub readline library
4258dist/Term-ReadLine/t/AE.t See if Term::ReadLine works
4259dist/Term-ReadLine/t/AETk.t See if Term::ReadLine works
4260dist/Term-ReadLine/t/ReadLine.t See if Term::ReadLine works
4261dist/Term-ReadLine/t/ReadLine-STDERR.t See if Term::ReadLine works
4262dist/Term-ReadLine/t/Tk.t See if Term::ReadLine works
4263dist/Test/ChangeLog History of changes for the Test module
4264dist/Test/lib/Test.pm A simple framework for writing test scripts
4265dist/Test/Makefile.PL Build the Test module
4266dist/Test/t/05_about_verbose.t See if Test works
4267dist/Test/t/fail.t See if Test works
4268dist/Test/t/mix.t See if Test works
4269dist/Test/t/multiline.t See if Test works
4270dist/Test/t/onfail.t See if Test works
4271dist/Test/t/qr.t See if Test works
4272dist/Test/t/skip.t See if Test works
4273dist/Test/t/success.t See if Test works
4274dist/Test/t/todo.t See if Test works
4275dist/Text-Abbrev/lib/Text/Abbrev.pm An abbreviation table builder
005700e9 4276dist/Text-Abbrev/t/Abbrev.t Test Text::Abbrev
49830b9d
YO
4277dist/Thread-Queue/Changes Thread-safe queues
4278dist/Thread-Queue/examples/callback.pl Thread::Queue example script
4279dist/Thread-Queue/examples/queue.pl Thread::Queue example script
e4c73f03 4280dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
49830b9d 4281dist/Thread-Queue/Makefile.PL Build Thread::Queue
e4c73f03
NC
4282dist/Thread-Queue/t/01_basic.t Thread::Queue tests
4283dist/Thread-Queue/t/02_refs.t Thread::Queue tests
4284dist/Thread-Queue/t/03_peek.t Thread::Queue tests
4285dist/Thread-Queue/t/04_errs.t Thread::Queue tests
4286dist/Thread-Queue/t/05_extract.t Thread::Queue tests
4287dist/Thread-Queue/t/06_insert.t Thread::Queue tests
4288dist/Thread-Queue/t/07_lock.t Thread::Queue tests
4289dist/Thread-Queue/t/08_nothreads.t Thread::Queue tests
1fd4700e 4290dist/Thread-Queue/t/09_ended.t Thread::Queue tests
49830b9d
YO
4291dist/Thread-Queue/t/10_timed.t Thread::Queue tests
4292dist/Thread-Queue/t/11_limit.t Thread::Queue tests
9f3d08cd
YO
4293dist/Thread-Semaphore/Changes History of changes for Thread::Semaphore
4294dist/Thread-Semaphore/examples/semaphore.pl Thread::Semaphore example script
1fce97d8 4295dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores
9f3d08cd 4296dist/Thread-Semaphore/Makefile.PL Build Thread::Semaphore
1fce97d8
NC
4297dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests
4298dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests
4299dist/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests
04febe17 4300dist/Thread-Semaphore/t/04_nonblocking.t Thread::Semaphore tests
9f3d08cd
YO
4301dist/Thread-Semaphore/t/05_force.t Thread::Semaphore tests
4302dist/Thread-Semaphore/t/06_timed.t Thread::Semaphore tests
bf8d7753
YO
4303dist/threads/hints/hpux.pl Hint file for HPUX
4304dist/threads/hints/linux.pl Hint file for Linux
c68ea3c9 4305dist/threads/lib/threads.pm ithreads
bf8d7753
YO
4306dist/threads/t/basic.t ithreads
4307dist/threads/t/blocks.t Test threads in special blocks
4308dist/threads/t/context.t Explicit thread context
4309dist/threads/t/end.t Test end functions
4310dist/threads/t/err.t Test $thr->error()
4311dist/threads/t/exit.t Test exit and die in threads
4312dist/threads/t/free.t Test ithread destruction
4313dist/threads/t/free2.t More ithread destruction tests
4314dist/threads/t/join.t Testing the join function
4315dist/threads/t/kill.t Tests thread signalling
4316dist/threads/t/kill2.t Tests thread signalling
4317dist/threads/t/kill3.t Tests thread signalling
4318dist/threads/t/libc.t testing libc functions for threadsafety
4319dist/threads/t/list.t Test threads->list()
4320dist/threads/t/no_threads.t threads test for non-threaded Perls
4321dist/threads/t/problems.t Test various memory problems
4322dist/threads/t/stack.t Tests for stack limits
4323dist/threads/t/stack_env.t Tests for stack limits
4324dist/threads/t/state.t Tests state methods
4325dist/threads/t/stress_cv.t Test with multiple threads, coderef cv argument.
4326dist/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes.
4327dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
4328dist/threads/t/thread.t General ithread tests from thr5005
4329dist/threads/t/unique.t Test unique attribute with threads
4330dist/threads/t/version.t Test that pod version matches code version.
4331dist/threads/threads.h threads compatibility helper
4332dist/threads/threads.xs ithreads
4333dist/threads-shared/hints/linux.pl thread shared variables
c5bf8991 4334dist/threads-shared/lib/threads/shared.pm thread shared variables
bf8d7753
YO
4335dist/threads-shared/shared.xs thread shared variables
4336dist/threads-shared/t/0nothread.t Tests for basic shared array functionality.
4337dist/threads-shared/t/av_refs.t Tests for arrays containing references
4338dist/threads-shared/t/av_simple.t Tests for basic shared array functionality.
4339dist/threads-shared/t/blessed.t Test blessed shared variables
4340dist/threads-shared/t/clone.t Test shared cloning
4341dist/threads-shared/t/cond.t Test condition variables
4342dist/threads-shared/t/disabled.t Test threads::shared when threads are disabled.
4343dist/threads-shared/t/dualvar.t Test dual-valued variables
4344dist/threads-shared/t/hv_refs.t Test shared hashes containing references
4345dist/threads-shared/t/hv_simple.t Tests for basic shared hash functionality.
4346dist/threads-shared/t/no_share.t Tests for disabled share on variables.
4347dist/threads-shared/t/object.t Shared objects tests
4348dist/threads-shared/t/object2.t More shared objects tests
4349dist/threads-shared/t/shared_attr.t Test :shared attribute
4350dist/threads-shared/t/stress.t Stress test
4351dist/threads-shared/t/sv_refs.t thread shared variables
4352dist/threads-shared/t/sv_simple.t thread shared variables
4353dist/threads-shared/t/utf8.t Test UTF-8 keys in shared hashes
4354dist/threads-shared/t/wait.t Test cond_wait and cond_timedwait
4355dist/threads-shared/t/waithires.t Test sub-second cond_timedwait
54c7f532 4356dist/Tie-File/ChangeLog Tie::File
c0504019 4357dist/Tie-File/lib/Tie/File.pm Files as tied arrays
951cf800 4358dist/Tie-File/Makefile.PL Build Tie::File
c0504019
TR
4359dist/Tie-File/t/01_gen.t Generic read/write tests for Tie::File
4360dist/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File
4361dist/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File
4362dist/Tie-File/t/04_splice.t SPLICE method tests for Tie::File
4363dist/Tie-File/t/05_size.t $#a tests for Tie::File
4364dist/Tie-File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File
4365dist/Tie-File/t/07_rv_splice.t SPLICE method return value tests for Tie::File
4366dist/Tie-File/t/08_ro.t read-only mode tests for Tie::File
4367dist/Tie-File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator
4368dist/Tie-File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator
4369dist/Tie-File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator
4370dist/Tie-File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator
4371dist/Tie-File/t/13_size_rs.t Like 05_size.t, with unusual record separator
4372dist/Tie-File/t/14_lock.t File locking method tests for Tie::File
4373dist/Tie-File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File
4374dist/Tie-File/t/16_handle.t Tying a handle instead of a file for Tie::File
4375dist/Tie-File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File
4376dist/Tie-File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator
4377dist/Tie-File/t/19_cache.t Read cache exercises and regression for Tie::File
4378dist/Tie-File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File
4379dist/Tie-File/t/21_win32.t Win32 special behavior of Tie::File
4380dist/Tie-File/t/22_autochomp.t 'autochomp' option of Tie::File
4381dist/Tie-File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp
4382dist/Tie-File/t/24_cache_loop.t Regression for old Tie::File cache bug
4383dist/Tie-File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled
4384dist/Tie-File/t/26_twrite.t Unit tests for Tie::File::_twrite
4385dist/Tie-File/t/27_iwrite.t Unit tests for Tie::File::_iwrite
4386dist/Tie-File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite
c0504019 4387dist/Tie-File/t/29_downcopy.t Unit tests for Tie::File::_downcopy
3dfcef7e 4388dist/Tie-File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy
c0504019
TR
4389dist/Tie-File/t/30_defer.t deferred writing feature tests for Tie::File
4390dist/Tie-File/t/31_autodefer.t 'autodefer' feature tests for Tie::File
4391dist/Tie-File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing
4392dist/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records
4393dist/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache
4394dist/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap
4395dist/Tie-File/t/42_offset.t Unit tests for the offset method
50761467 4396dist/Tie-File/t/43_synopsis.t Demonstrate correctness of Tie::File synopsis
df003a36 4397dist/Time-HiRes/Changes Time::HiRes extension
91ba54d4
RS
4398dist/Time-HiRes/fallback/const-c.inc Time::HiRes extension
4399dist/Time-HiRes/fallback/const-xs.inc Time::HiRes extension
4400dist/Time-HiRes/hints/aix.pl Hint for Time::HiRes for named architecture
4401dist/Time-HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture
4402dist/Time-HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
4403dist/Time-HiRes/hints/irix.pl Hint for Time::HiRes for named architecture
4404dist/Time-HiRes/hints/linux.pl Hints for Time::HiRes for named architecture
4405dist/Time-HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
4406dist/Time-HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture
4407dist/Time-HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture
4408dist/Time-HiRes/HiRes.pm Time::HiRes extension
4409dist/Time-HiRes/HiRes.xs Time::HiRes extension
4410dist/Time-HiRes/Makefile.PL Time::HiRes extension
4411dist/Time-HiRes/t/alarm.t Test for Time::HiRes
4412dist/Time-HiRes/t/clock.t Test for Time::HiRes
4413dist/Time-HiRes/t/gettimeofday.t Test for Time::HiRes
4414dist/Time-HiRes/t/itimer.t Test for Time::HiRes
4415dist/Time-HiRes/t/nanosleep.t Test for Time::HiRes
4416dist/Time-HiRes/t/sleep.t Test for Time::HiRes
4417dist/Time-HiRes/t/stat.t Test for Time::HiRes
4418dist/Time-HiRes/t/time.t Test for Time::HiRes
4419dist/Time-HiRes/t/tv_interval.t Test for Time::HiRes
4420dist/Time-HiRes/t/ualarm.t Test for Time::HiRes
4421dist/Time-HiRes/t/usleep.t Test for Time::HiRes
c4a535af 4422dist/Time-HiRes/t/utime.t Test for Time::HiRes
91ba54d4
RS
4423dist/Time-HiRes/t/Watchdog.pm Test for Time::HiRes
4424dist/Time-HiRes/typemap Time::HiRes extension
c0cc035a 4425dist/Unicode-Normalize/Changes Unicode::Normalize
3baae3fa
KW
4426dist/Unicode-Normalize/Makefile.PL Unicode::Normalize
4427dist/Unicode-Normalize/mkheader Unicode::Normalize
4428dist/Unicode-Normalize/Normalize.pm Unicode::Normalize
4429dist/Unicode-Normalize/Normalize.xs Unicode::Normalize
4430dist/Unicode-Normalize/t/fcdc.t Unicode::Normalize
4431dist/Unicode-Normalize/t/form.t Unicode::Normalize
4432dist/Unicode-Normalize/t/func.t Unicode::Normalize
4433dist/Unicode-Normalize/t/illegal.t Unicode::Normalize
4434dist/Unicode-Normalize/t/norm.t Unicode::Normalize
4435dist/Unicode-Normalize/t/null.t Unicode::Normalize
bf8d7753
YO
4436dist/Unicode-Normalize/t/partial1.t Unicode::Normalize
4437dist/Unicode-Normalize/t/partial2.t Unicode::Normalize
3baae3fa
KW
4438dist/Unicode-Normalize/t/proto.t Unicode::Normalize
4439dist/Unicode-Normalize/t/split.t Unicode::Normalize
4440dist/Unicode-Normalize/t/test.t Unicode::Normalize
4441dist/Unicode-Normalize/t/tie.t Unicode::Normalize
bf8d7753
YO
4442dist/XSLoader/Makefile.PL Dynamic Loader makefile writer
4443dist/XSLoader/t/XSLoader.t See if XSLoader works
4444dist/XSLoader/XSLoader_pm.PL Simple XS Loader perl module
4ceeac64
AB
4445ext/Amiga-ARexx/__examples/simplecommand.pl Amiga::ARexx extension
4446ext/Amiga-ARexx/__examples/simplehost.pl Amiga::ARexx extension
bf8d7753
YO
4447ext/Amiga-ARexx/ARexx.pm Amiga::ARexx extension
4448ext/Amiga-ARexx/ARexx.xs Amiga::ARexx extension
4449ext/Amiga-ARexx/Makefile.PL Amiga::ARexx extension
4ceeac64 4450ext/Amiga-ARexx/tagtypes.h Amiga::ARexx extension
bf8d7753 4451ext/Amiga-ARexx/typemap Amiga::ARexx extension
4ceeac64
AB
4452ext/Amiga-Exec/__examples/simplecommand.pl Amiga::Exec extension
4453ext/Amiga-Exec/__examples/simplehost.pl Amiga::Exec extension
bf8d7753
YO
4454ext/Amiga-Exec/Exec.pm Amiga::Exec extension
4455ext/Amiga-Exec/Exec.xs Amiga::Exec extension
4ceeac64 4456ext/Amiga-Exec/Makefile.PL Amiga::Exec extension
bf8d7753
YO
4457ext/Amiga-Exec/tagtypes.h Amiga::Exec extension
4458ext/Amiga-Exec/typemap Amiga::Exec extension
48462a74
NC
4459ext/attributes/attributes.pm For "sub foo : attrlist"
4460ext/attributes/attributes.xs For "sub foo : attrlist"
bf8d7753
YO
4461ext/B/B.pm Compiler backend support functions and methods
4462ext/B/B.xs Compiler backend external subroutines
4463ext/B/B/Concise.pm Compiler Concise backend
4464ext/B/B/Showlex.pm Compiler Showlex backend
4465ext/B/B/Terse.pm Compiler Terse backend
4466ext/B/B/Xref.pm Compiler Xref backend
4467ext/B/hints/darwin.pl Hints for named architecture
4468ext/B/hints/openbsd.pl Hints for named architecture
4469ext/B/Makefile.PL Compiler backend makefile writer
4470ext/B/O.pm Compiler front-end module (-MO=...)
4471ext/B/t/b.t See if B works
4472ext/B/t/B/success.pm Test module for ext/B/t/o.t
4473ext/B/t/bool.t See if B works for bool
4474ext/B/t/concise.t See whether B::Concise works
4475ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
4476ext/B/t/f_map code from perldoc -f map
4477ext/B/t/f_map.t converted to optreeCheck()s
4478ext/B/t/f_sort optree test raw material
4479ext/B/t/f_sort.t optree test raw material
4480ext/B/t/invlist.t test B::INVLIST
4481ext/B/t/o.t See if O works
4482ext/B/t/optree_check.t test OptreeCheck apparatus
4483ext/B/t/optree_concise.t more B::Concise tests
4484ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
4485ext/B/t/optree_for.t for loops
4486ext/B/t/optree_misc.t misc optree tests
4487ext/B/t/optree_samples.t various basic codes: if for while
4488ext/B/t/optree_sort.t inplace sort optimization regression
4489ext/B/t/optree_specials.t BEGIN, END, etc code
4490ext/B/t/optree_varinit.t my,our,local var init optimization
4491ext/B/t/OptreeCheck.pm optree comparison tool
4492ext/B/t/perlstring.t See if B::perlstring output roundtrips properly
4493ext/B/t/pragma.t See if user pragmas work.
4494ext/B/t/showlex.t See if B::ShowLex works
4495ext/B/t/strict.t See if B works with strict and warnings.
4496ext/B/t/sv_stash.t See if SvSTASH() works
4497ext/B/t/terse.t See if B::Terse works
4498ext/B/t/walkoptree.t See if B::walkoptree (and friends) work
4499ext/B/t/xref.t See if B::Xref works
4500ext/B/typemap Compiler backend interface types
4501ext/Devel-Peek/Changes Data debugging tool, changelog
4502ext/Devel-Peek/Peek.pm Data debugging tool, module and pod
4503ext/Devel-Peek/Peek.xs Data debugging tool, externals
4504ext/Devel-Peek/t/Peek.t See if Devel::Peek works
4505ext/DynaLoader/dl_aix.xs AIX implementation
4506ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation
4507ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
4508ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
4509ext/DynaLoader/dl_freemint.xs GNU dld style implementation for FreeMINT
4510ext/DynaLoader/dl_hpux.xs HP-UX implementation
4511ext/DynaLoader/dl_none.xs Stub implementation
4512ext/DynaLoader/dl_vms.xs VMS implementation
4513ext/DynaLoader/dl_win32.xs Win32 implementation
4514ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
4515ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
4516ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
4517ext/DynaLoader/hints/android.pl Hint for DynaLoader for named architecture
4b5bf9a6
NC
4518ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture
4519ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture
bf8d7753
YO
4520ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
4521ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
4522ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
4523ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
4524ext/DynaLoader/README Dynamic Loader notes and intro
4525ext/DynaLoader/t/DynaLoader.t See if DynaLoader works
4526ext/Errno/ChangeLog Errno changes
4527ext/Errno/Errno_pm.PL Errno perl module create script
4528ext/Errno/Makefile.PL Errno extension makefile writer
4529ext/Errno/t/Errno.t See if Errno works
c8935f6c 4530ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm Writes {mini,}perlmain.c
bf8d7753
YO
4531ext/Fcntl/Fcntl.pm Fcntl extension Perl module
4532ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
4533ext/Fcntl/Makefile.PL Fcntl extension makefile writer
4534ext/Fcntl/t/autoload.t See if Fcntl AUTOLOAD error messages work
4535ext/Fcntl/t/fcntl.t See if Fcntl works
4536ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work
4537ext/Fcntl/t/syslfs.t See if large files work for sysio
c619428f 4538ext/File-DosGlob/DosGlob.xs Win32 DOS-globbing module
005b65f9
FC
4539ext/File-DosGlob/lib/File/DosGlob.pm Win32 DOS-globbing module
4540ext/File-DosGlob/t/DosGlob.t See if File::DosGlob works
bf8d7753 4541ext/File-Find/lib/File/Find.pm Routines to do a find
414f14df 4542ext/File-Find/t/correct-absolute-path-with-follow.t
bf8d7753
YO
4543ext/File-Find/t/find.t See if File::Find works
4544ext/File-Find/t/lib/Testing.pm Functions used in testing File-find
4545ext/File-Find/t/taint.t See if File::Find works with taint
4546ext/File-Glob/bsd_glob.c File::Glob extension run time code
4547ext/File-Glob/bsd_glob.h File::Glob extension header file
4548ext/File-Glob/Changes File::Glob extension changelog
4549ext/File-Glob/Glob.pm File::Glob extension module
4550ext/File-Glob/Glob.xs File::Glob extension external subroutines
4551ext/File-Glob/Makefile.PL File::Glob extension makefile writer
4552ext/File-Glob/t/basic.t See if File::Glob works
4553ext/File-Glob/t/case.t See if File::Glob works
4554ext/File-Glob/t/global.t See if File::Glob works
4555ext/File-Glob/t/rt114984.t See if File::Glob works
4556ext/File-Glob/t/rt131211.t See if File::Glob works
4557ext/File-Glob/t/taint.t See if File::Glob works
4558ext/File-Glob/t/threads.t See if File::Glob + threads works
4559ext/File-Glob/TODO File::Glob extension todo list
4560ext/FileCache/lib/FileCache.pm Keep more files open than the system permits
4561ext/FileCache/t/01open.t See if FileCache works
4562ext/FileCache/t/02maxopen.t See if FileCache works
4563ext/FileCache/t/03append.t See if FileCache works
4564ext/FileCache/t/04twoarg.t See if FileCache works
4565ext/FileCache/t/05override.t See if FileCache works
4566ext/FileCache/t/06export.t See if FileCache exporting works
4567ext/FileCache/t/07noimport.t See if FileCache works without importing
4568ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
4569ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
4570ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
4571ext/GDBM_File/Makefile.PL GDBM extension makefile writer
4572ext/GDBM_File/t/count.t Test if the count method works
4573ext/GDBM_File/t/dump.t Test if export/import methods work
4574ext/GDBM_File/t/fatal.t Test the fatal_func argument to gdbm_open
4575ext/GDBM_File/t/gdbm.t See if GDBM_File works
4576ext/GDBM_File/t/opt.t Test if gdbm_setopt and derived methods work
4577ext/GDBM_File/t/snapshot.t Test if the latest_snapshot method works
4578ext/GDBM_File/typemap GDBM extension interface types
4579ext/Hash-Util/Changes Change history of Hash::Util
4580ext/Hash-Util/lib/Hash/Util.pm Hash::Util
4581ext/Hash-Util/Makefile.PL Makefile for Hash::Util
4582ext/Hash-Util/t/builtin.t See if Hash::Util builtin exports work as expected
4583ext/Hash-Util/t/Util.t See if Hash::Util works
4584ext/Hash-Util/Util.xs XS bits of Hash::Util
4585ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash
4586ext/Hash-Util-FieldHash/FieldHash.xs XS portion
c3d82578 4587ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm Perl portion and documentation
bf8d7753
YO
4588ext/Hash-Util-FieldHash/t/01_load.t Test script
4589ext/Hash-Util-FieldHash/t/02_function.t Test script
4590ext/Hash-Util-FieldHash/t/03_class.t Test script
4591ext/Hash-Util-FieldHash/t/04_thread.t Test script
4592ext/Hash-Util-FieldHash/t/05_perlhook.t Test script
4593ext/Hash-Util-FieldHash/t/11_hashassign.t Adapted from t/op/hashassign.t
4594ext/Hash-Util-FieldHash/t/12_hashwarn.t Adapted from t/op/hashwarn.t
4595ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo
4596ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo
4597ext/I18N-Langinfo/Makefile.PL I18N::Langinfo
4598ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works
4599ext/IPC-Open3/lib/IPC/Open2.pm Open a two-ended pipe
4600ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
4601ext/IPC-Open3/t/fd.t See if IPC::Open3 works w/ file descriptors
4602ext/IPC-Open3/t/IPC-Open2.t See if IPC::Open2 works
4603ext/IPC-Open3/t/IPC-Open3.t See if IPC::Open3 works
4604ext/mro/Changes mro extension
4605ext/mro/mro.pm mro extension
4606ext/mro/mro.xs mro extension
4607ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
4608ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
4609ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
4610ext/NDBM_File/hints/gnu.pl Hint for NDBM_File for named architecture
b2de6a21
NC
4611ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4612ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4613ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture
4614ext/NDBM_File/hints/MSWin32.pl Hint for NDBM_File for named architecture
4615ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture
4616ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
4617ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture
4618ext/NDBM_File/Makefile.PL NDBM extension makefile writer
4619ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
4620ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
4621ext/NDBM_File/t/ndbm.t See if NDBM_File works
4622ext/NDBM_File/typemap NDBM extension interface types
4623ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture
4624ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
4625ext/ODBM_File/hints/gnu.pl Hint for ODBM_File for named architecture
4b5bf9a6
NC
4626ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4627ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4628ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture
4629ext/ODBM_File/hints/linux.pl Hint for ODBM_File for named architecture
4630ext/ODBM_File/hints/MSWin32.pl Hint for ODBM_File for named architecture
4631ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
4632ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
4633ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
4634ext/ODBM_File/Makefile.PL ODBM extension makefile writer
4635ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
4636ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
4637ext/ODBM_File/t/odbm.t See if ODBM_File works
4638ext/ODBM_File/typemap ODBM extension interface types
4639ext/Opcode/Opcode.pm Opcode extension Perl module
4640ext/Opcode/Opcode.xs Opcode extension external subroutines
4641ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
4642ext/Opcode/t/Opcode.t See if Opcode works
4643ext/Opcode/t/ops.t See if Opcode works
4644ext/PerlIO-encoding/encoding.pm PerlIO::encoding
4645ext/PerlIO-encoding/encoding.xs PerlIO::encoding
d730472d
NC
4646ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works
4647ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work
4648ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding
0ee3fa26 4649ext/PerlIO-encoding/t/threads.t Tests PerlIO::encoding and threads
bf8d7753
YO
4650ext/PerlIO-mmap/mmap.pm PerlIO layer for memory maps
4651ext/PerlIO-mmap/mmap.xs PerlIO layer for memory maps
ec57fb93 4652ext/PerlIO-scalar/scalar.pm PerlIO layer for in-memory handles
bf8d7753 4653ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture
99b84769 4654ext/PerlIO-via/t/thread.t See if PerlIO::via works with threads
bf8d7753
YO
4655ext/PerlIO-via/t/via.t See if PerlIO::via works
4656ext/PerlIO-via/via.pm PerlIO layer for layers in perl
4657ext/PerlIO-via/via.xs PerlIO layer for layers in perl
6f7c8186
NC
4658ext/Pod-Functions/Functions_pm.PL Writes Functions.pm
4659ext/Pod-Functions/Makefile.PL Makefile writer
d5f215f1 4660ext/Pod-Functions/t/Functions.t See if Pod::Functions works
bf8d7753 4661ext/Pod-Html/bin/pod2html Translator to turn pod into HTML
8433f829
JK
4662ext/Pod-Html/corpus/perlpodspec-copy.pod
4663ext/Pod-Html/corpus/perlvar-copy.pod
bf8d7753
YO
4664ext/Pod-Html/lib/Pod/Html.pm Convert POD data to HTML
4665ext/Pod-Html/lib/Pod/Html/Util.pm Helper functions for Pod-Html
1022acf4 4666ext/Pod-Html/t/anchorify.t
ccf5eb14
MG
4667ext/Pod-Html/t/cache.pod
4668ext/Pod-Html/t/cache.t
c20321cd
RS
4669ext/Pod-Html/t/crossref.pod
4670ext/Pod-Html/t/crossref.t
3dfcef7e
YO
4671ext/Pod-Html/t/crossref2.t
4672ext/Pod-Html/t/crossref3.t
bf8d7753 4673ext/Pod-Html/t/eol.t test end of line agnosticism
c20321cd
RS
4674ext/Pod-Html/t/feature.pod
4675ext/Pod-Html/t/feature.t
3dfcef7e
YO
4676ext/Pod-Html/t/feature2.pod
4677ext/Pod-Html/t/feature2.t
c20321cd
RS
4678ext/Pod-Html/t/htmldir1.pod
4679ext/Pod-Html/t/htmldir1.t
4680ext/Pod-Html/t/htmldir2.pod
4681ext/Pod-Html/t/htmldir2.t
4682ext/Pod-Html/t/htmldir3.pod
4683ext/Pod-Html/t/htmldir3.t
4684ext/Pod-Html/t/htmldir4.pod
4685ext/Pod-Html/t/htmldir4.t
4686ext/Pod-Html/t/htmldir5.pod
4687ext/Pod-Html/t/htmldir5.t
bf8d7753
YO
4688ext/Pod-Html/t/htmlescp.pod pod2html escape test input data
4689ext/Pod-Html/t/htmlescp.t pod2html escape test
4690ext/Pod-Html/t/htmllink.pod pod2html link test input data
4691ext/Pod-Html/t/htmllink.t pod2html link test
4692ext/Pod-Html/t/htmlview.pod pod2html render test input data
4693ext/Pod-Html/t/htmlview.t pod2html render test
4694ext/Pod-Html/t/lib/Testing.pm Testing functions for Pod-Html
c20321cd
RS
4695ext/Pod-Html/t/poderr.pod
4696ext/Pod-Html/t/poderr.t
4697ext/Pod-Html/t/podnoerr.pod
4698ext/Pod-Html/t/podnoerr.t
bf8d7753
YO
4699ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
4700ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
4701ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
4702ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
4703ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture
4704ext/POSIX/hints/linux.pl Hint for POSIX for named architecture
4705ext/POSIX/hints/mint.pl Hint for POSIX for named architecture
4706ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture
4707ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
4708ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
4709ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
4710ext/POSIX/lib/POSIX.pm POSIX extension Perl module
4711ext/POSIX/lib/POSIX.pod POSIX extension documentation
4712ext/POSIX/Makefile.PL POSIX extension makefile writer
4713ext/POSIX/POSIX.xs POSIX extension external subroutines
4714ext/POSIX/t/export.t Test @EXPORT and @EXPORT_OK
4715ext/POSIX/t/fenv.t Floating-point rounding mode tests for POSIX
4716ext/POSIX/t/iscrash See if POSIX isxxx() crashes with threads on Win32
4717ext/POSIX/t/iv_const.t See if integer constants of POSIX are IV
4718ext/POSIX/t/math.t Basic math tests for POSIX
4719ext/POSIX/t/mb.t Multibyte function tests for POSIX
4720ext/POSIX/t/posix.t See if POSIX works
4721ext/POSIX/t/sigaction.t See if POSIX::sigaction works
4722ext/POSIX/t/sigset.t See if POSIX::SigSet works
4723ext/POSIX/t/strerror_errno.t See if POSIX:strerror doesn't trash $!
4724ext/POSIX/t/sysconf.t See if POSIX works
4725ext/POSIX/t/taint.t See if POSIX works with taint
4726ext/POSIX/t/termios.t See if POSIX works
4727ext/POSIX/t/time.t See if POSIX time-related functions work
4728ext/POSIX/t/unimplemented.t Test the diagnostics for unimplemented functions
4729ext/POSIX/t/usage.t Test the diagnostics for usage messages
4730ext/POSIX/t/waitpid.t See if waitpid works
4731ext/POSIX/t/wrappers.t Test the POSIX wrapper subroutines
4732ext/POSIX/typemap POSIX extension interface types
4733ext/re/Makefile.PL re extension makefile writer
4734ext/re/re.pm re extension Perl module
4735ext/re/re.xs re extension external subroutines
4736ext/re/re_comp.h re extension wrapper for regcomp.h
4737ext/re/re_top.h re extension symbol hiding header
4738ext/re/t/intflags.pl Program used by intflags.t
4739ext/re/t/intflags.t Test that intflags are serialized properly
4740ext/re/t/lexical_debug.pl generate debug output for lexical re 'debug'
4741ext/re/t/lexical_debug.t test that lexical re 'debug' works
4742ext/re/t/qr.t test that qr// is a Regexp
4743ext/re/t/re.t see if re pragma works
4744ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work
4745ext/re/t/re_funcs_u.t See if exportable 're' funcs in universal.c work
4746ext/re/t/reflags.t see if re '/xism' pragma works
4747ext/re/t/regop.pl generate debug output for various patterns
4748ext/re/t/regop.t test RE optimizations by scraping debug output
4749ext/re/t/strict.t see if re 'strict' subpragma works
4750ext/SDBM_File/biblio SDBM kit
4751ext/SDBM_File/CHANGES SDBM kit
4752ext/SDBM_File/dba.c SDBM kit
4753ext/SDBM_File/dbd.c SDBM kit
4754ext/SDBM_File/dbe.1 SDBM kit
4755ext/SDBM_File/dbe.c SDBM kit
4756ext/SDBM_File/dbu.c SDBM kit
4757ext/SDBM_File/grind SDBM kit
4758ext/SDBM_File/hash.c SDBM kit
4759ext/SDBM_File/Makefile.PL SDBM extension makefile writer
4760ext/SDBM_File/pair.c SDBM kit
4761ext/SDBM_File/pair.h SDBM kit
4762ext/SDBM_File/README SDBM kit
4763ext/SDBM_File/readme.ms SDBM kit
4764ext/SDBM_File/README.too SDBM kit
4765ext/SDBM_File/sdbm.3 SDBM kit
4766ext/SDBM_File/sdbm.c SDBM kit
4767ext/SDBM_File/sdbm.h SDBM kit
4768ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
4769ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
4770ext/SDBM_File/t/constants.t See if SDBM_File constants work
4771ext/SDBM_File/t/corrupt.t See if SDBM_File handles corrupt files
4772ext/SDBM_File/t/prep.t See if SDBM_File with extra argument works
4773ext/SDBM_File/t/sdbm.t See if SDBM_File works
4774ext/SDBM_File/tune.h SDBM kit
4775ext/SDBM_File/typemap SDBM extension interface types
4776ext/SDBM_File/util.c SDBM kit
4777ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module
4778ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines
4779ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works
8cf6f931 4780ext/Tie-Hash-NamedCapture/NamedCapture.pm Implements %- and %+ behaviour
557a4468 4781ext/Tie-Hash-NamedCapture/t/tiehash.t Tests TIEHASH
b7d7e1da
S
4782ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes
4783ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize
bf8d7753
YO
4784ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym
4785ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols
4786ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols
4787ext/VMS-DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym
4788ext/VMS-DCLsym/t/vms_dclsym.t regression tests for VMS::DCLsym
2d11a7e9
NC
4789ext/VMS-Filespec/lib/VMS/Filespec.pm VMS-Unix file syntax interconversion
4790ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work
bf8d7753
YO
4791ext/VMS-Stdio/0README.txt ReadMe file for VMS::Stdio
4792ext/VMS-Stdio/Makefile.PL MakeMaker driver for VMS::Stdio
4793ext/VMS-Stdio/Stdio.pm VMS options to stdio routines
4794ext/VMS-Stdio/Stdio.xs VMS options to stdio routines
4795ext/VMS-Stdio/t/vms_stdio.t regression tests for VMS::Stdio
4796ext/Win32CORE/Makefile.PL Win32CORE extension
4797ext/Win32CORE/t/win32core.t Win32CORE extension
4798ext/Win32CORE/Win32CORE.c Win32CORE extension
4799ext/Win32CORE/Win32CORE.pm Win32CORE extension (stubs for Win32 CORE subs)
4800ext/XS-APItest/APItest.pm XS::APItest extension
4801ext/XS-APItest/APItest.xs XS::APItest extension
4802ext/XS-APItest/APItest_BS autogenerate APItest.bs
4803ext/XS-APItest/core.c Test API functions when PERL_CORE is defined
4804ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
4805ext/XS-APItest/exception.c XS::APItest extension
4806ext/XS-APItest/Makefile.PL XS::APItest extension
4807ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined
4808ext/XS-APItest/numeric.xs XS::APItest wrappers for numeric.c
4809ext/XS-APItest/t/addissub.t test op check wrapping
4810ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing
4811ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines
4812ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t
4813ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t
4814ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing
4815ext/XS-APItest/t/blockhooks.t XS::APItest: tests for PL_blockhooks
4816ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks
4817ext/XS-APItest/t/boolean.t test SvIsBOOL
4818ext/XS-APItest/t/boolean-thr.t test SvIsBOOL on threads
4819ext/XS-APItest/t/bootstrap.t XS::APItest: test APItest.bs
4820ext/XS-APItest/t/call.t Test calling perl from C
4821ext/XS-APItest/t/call_checker.t test call checker plugin API
4822ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx
4823ext/XS-APItest/t/callregexec.t XS::APItest: tests for CALLREGEXEC()
4824ext/XS-APItest/t/check_warnings.t test scope of "Too late for CHECK"
4825ext/XS-APItest/t/cleanup.t test stack behaviour on unwinding
4826ext/XS-APItest/t/clone-with-stack.t test clone with CLONEf_COPY_STACKS works
4827ext/XS-APItest/t/cophh.t test COPHH API
4828ext/XS-APItest/t/coplabel.t test cop_*_label
4829ext/XS-APItest/t/copstash.t test alloccopstash
4830ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API
4831ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops
4832ext/XS-APItest/t/cv_name.t test cv_name
4833ext/XS-APItest/t/cv_refcounted_anysv.t test CvREFCOUNTED_ANYSV
4834ext/XS-APItest/t/delimcpy.t test delimcpy
4835ext/XS-APItest/t/eval-filter.t Simple source filter/eval test
4836ext/XS-APItest/t/exception.t XS::APItest extension
4837ext/XS-APItest/t/extend.t test EXTEND() macro
4838ext/XS-APItest/t/fetch_pad_names.t Tests for UTF8 names in pad
4839ext/XS-APItest/t/get.t test get_sv et al.
4840ext/XS-APItest/t/gotosub.t XS::APItest: tests goto &xsub and hints
4841ext/XS-APItest/t/grok.t XS::APItest: tests for grok* functions
4842ext/XS-APItest/t/gv_autoload4.t XS::APItest: tests for gv_autoload4() and variants
4843ext/XS-APItest/t/gv_const_sv.t XS::APItest: test gv_const_sv()
4844ext/XS-APItest/t/gv_fetchmeth.t XS::APItest: tests for gv_fetchmeth() and variants
d21989ed 4845ext/XS-APItest/t/gv_fetchmeth_autoload.t XS::APItest: tests for gv_fetchmeth_autoload() and variants
bf8d7753
YO
4846ext/XS-APItest/t/gv_fetchmethod_flags.t XS::APItest: tests for gv_fetchmethod_flags() and variants
4847ext/XS-APItest/t/gv_init.t XS::APItest: tests for gv_init and variants
4848ext/XS-APItest/t/handy00.t XS::APItest: tests for handy.h
4849ext/XS-APItest/t/handy01.t XS::APItest: tests for handy.h
4850ext/XS-APItest/t/handy02.t XS::APItest: tests for handy.h
4851ext/XS-APItest/t/handy03.t XS::APItest: tests for handy.h
4852ext/XS-APItest/t/handy04.t XS::APItest: tests for handy.h
4853ext/XS-APItest/t/handy05.t XS::APItest: tests for handy.h
4854ext/XS-APItest/t/handy06.t XS::APItest: tests for handy.h
4855ext/XS-APItest/t/handy07.t XS::APItest: tests for handy.h
4856ext/XS-APItest/t/handy08.t XS::APItest: tests for handy.h
4857ext/XS-APItest/t/handy09.t XS::APItest: tests for handy.h
4858ext/XS-APItest/t/handy_base.pl XS::APItest: tests for handy.h
4859ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs
4860ext/XS-APItest/t/hv_macro.t XS::APItest: tests for low level macros used in hashing
4861ext/XS-APItest/t/join_with_space.t test op_convert_list
4862ext/XS-APItest/t/keyword_multiline.t test keyword plugin parsing across lines
4863ext/XS-APItest/t/keyword_plugin.t test keyword plugin mechanism
fbc25bdd 4864ext/XS-APItest/t/keyword_plugin_threads.t test keyword plugin loading from multiple threads
bf8d7753
YO
4865ext/XS-APItest/t/labelconst.aux auxiliary file for label test
4866ext/XS-APItest/t/labelconst.t test recursive descent label parsing
4867ext/XS-APItest/t/labelconst_utf8.aux auxiliary file for label test in UTF-8
4868ext/XS-APItest/t/lexsub.t Test XS registration of lexical subs
4869ext/XS-APItest/t/load-module.t test load_module()
4870ext/XS-APItest/t/locale.t test locale-related things
4871ext/XS-APItest/t/loopblock.t test recursive descent block parsing
4872ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
4873ext/XS-APItest/t/lvalue.t Test XS lvalue functions
4874ext/XS-APItest/t/magic.t test attaching, finding, and removing magic
4875ext/XS-APItest/t/magic_chain.t test low-level MAGIC chain handling
4876ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t
2f920c2f 4877ext/XS-APItest/t/mortal_destructor.t Test mortal_destructor api.
bf8d7753
YO
4878ext/XS-APItest/t/mro.t Test mro plugin api
4879ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros
4880ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
4881ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit
4882ext/XS-APItest/t/my_strtod.t XS::APItest: test my_strtod
4883ext/XS-APItest/t/newAV.t XS::APItest: test newAV* functions
4884ext/XS-APItest/t/newCONSTSUB.t XS::APItest: test newCONSTSUB(_flags)
4885ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP
4886ext/XS-APItest/t/Null.pm Helper for ./blockhooks.t
4887ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs
4888ext/XS-APItest/t/op_contextualize.t test op_contextualize() API
4889ext/XS-APItest/t/op_list.t test OP list construction API
4890ext/XS-APItest/t/overload.t XS::APItest: tests for overload related APIs
4891ext/XS-APItest/t/pad_scalar.t Test pad_findmy_* functions
4892ext/XS-APItest/t/peep.t test PL_peepp/PL_rpeepp
4893ext/XS-APItest/t/pmflag.t Test removal of Perl_pmflag()
4894ext/XS-APItest/t/postinc.t test op_lvalue()
4895ext/XS-APItest/t/printf.t XS::APItest extension
4896ext/XS-APItest/t/ptr_table.t Test ptr_table_* APIs
4897ext/XS-APItest/t/push.t XS::APItest extension
4898ext/XS-APItest/t/refs.t Test typemap ref handling
4899ext/XS-APItest/t/rmagical.t XS::APItest extension
4900ext/XS-APItest/t/rv2cv_op_cv.t test rv2cv_op_cv() API
4901ext/XS-APItest/t/savehints.t test SAVEHINTS() API
4902ext/XS-APItest/t/savestack.t test savestack behavior, currently only in the regex engine
4903ext/XS-APItest/t/scopelessblock.t test recursive descent statement-sequence parsing
4904ext/XS-APItest/t/sort.t Test sort(xs_cmp ...)
4905ext/XS-APItest/t/stmtasexpr.t test recursive descent statement parsing
4906ext/XS-APItest/t/stmtsasexpr.t test recursive descent statement-sequence parsing
4907ext/XS-APItest/t/stuff_modify_bug.t test for eval side-effecting source string
4908ext/XS-APItest/t/stuff_svcur_bug.t test for a bug in lex_stuff_pvn
4909ext/XS-APItest/t/subcall.t Test XSUB calls
4910ext/XS-APItest/t/subsignature.t Test parse_subsignature()
4911ext/XS-APItest/t/sv_numeq.t Test sv_numeq
4912ext/XS-APItest/t/sv_streq.t Test sv_streq
4913ext/XS-APItest/t/svcat.t Test sv_catpvn
4914ext/XS-APItest/t/svcatpvf.t Test sv_catpvf argument reordering
4915ext/XS-APItest/t/sviscow.t Test SvIsCOW
4916ext/XS-APItest/t/svpeek.t XS::APItest extension
4917ext/XS-APItest/t/svpv.t More generic SvPVbyte and SvPVutf8 tests
4918ext/XS-APItest/t/svpv_magic.t Test behaviour of SvPVbyte/utf8 & get magic
4919ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
4920ext/XS-APItest/t/swaplabel.t test recursive descent label parsing
4921ext/XS-APItest/t/swaptwostmts.t test recursive descent statement parsing
4922ext/XS-APItest/t/sym-hook.t Test rv2cv hooks for bareword lookup
4923ext/XS-APItest/t/synthetic_scope.t Test block_start/block_end/intro_my
4924ext/XS-APItest/t/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temps
4925ext/XS-APItest/t/underscore_length.t Test find_rundefsv()
4926ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed}
4927ext/XS-APItest/t/utf8.t Tests for code in utf8.c
4928ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c
4929ext/XS-APItest/t/utf8_to_bytes.t Tests for code in utf8.c
4930ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c
4931ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c
4932ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c
4933ext/XS-APItest/t/utf8_warn03.t Tests for code in utf8.c
4934ext/XS-APItest/t/utf8_warn04.t Tests for code in utf8.c
4935ext/XS-APItest/t/utf8_warn05.t Tests for code in utf8.c
4936ext/XS-APItest/t/utf8_warn06.t Tests for code in utf8.c
4937ext/XS-APItest/t/utf8_warn07.t Tests for code in utf8.c
4938ext/XS-APItest/t/utf8_warn08.t Tests for code in utf8.c
4939ext/XS-APItest/t/utf8_warn09.t Tests for code in utf8.c
4940ext/XS-APItest/t/utf8_warn_base.pl Tests for code in utf8.c
4941ext/XS-APItest/t/weaken.t XS::APItest: tests for sv_rvweaken() and sv_get_backrefs()
4942ext/XS-APItest/t/whichsig.t XS::APItest: tests for whichsig() and variants
4943ext/XS-APItest/t/win32.t Test Win32 specific APIs
4944ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work
3dfcef7e 4945ext/XS-APItest/t/xs_special_subs_require.t for require too
bf8d7753 4946ext/XS-APItest/t/xsub_h.t Tests for XSUB.h
36c2b1d0 4947ext/XS-APItest/typemap
bf8d7753
YO
4948ext/XS-APItest/XSUB-redefined-macros.xs XS code needing redefined macros.
4949ext/XS-APItest/XSUB-undef-XS_VERSION.xs XS code needing #undef XS_VERSION
4950ext/XS-Typemap/Makefile.PL XS::Typemap extension
4951ext/XS-Typemap/README XS::Typemap extension
4952ext/XS-Typemap/stdio.c XS::Typemap extension
4953ext/XS-Typemap/t/Typemap.t test that typemaps work
4954ext/XS-Typemap/Typemap.pm XS::Typemap extension
4955ext/XS-Typemap/Typemap.xs XS::Typemap extension
4956h2pl/cbreak.pl cbreak routines using .ph
4957h2pl/cbreak2.pl cbreak routines using .pl
4958h2pl/eg/sizeof.ph Sample sizeof array initialization
4959h2pl/eg/sys/errno.pl Sample translated errno.pl
4960h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl
4961h2pl/eg/sysexits.pl Sample translated sysexits.pl
4962h2pl/getioctlsizes Program to extract types from ioctl.h
4963h2pl/mksizes Program to make %sizeof array
4964h2pl/mkvars Program to make .pl from .ph files
4965h2pl/README How to turn .ph files into .pl files
4966h2pl/tcbreak cbreak test routine using .ph
4967h2pl/tcbreak2 cbreak test routine using .pl
4968haiku/Haiku/Haiku.pm Haiku extension Perl module
4969haiku/Haiku/Haiku.xs Haiku extension external subroutines
4970haiku/Haiku/Makefile.PL Haiku extension makefile writer
4971haiku/haikuish.h Header for the Haiku port
4972hints/aix.sh Hints for named architecture
4973hints/aix_3.sh Hints for named architecture
4974hints/aix_4.sh Hints for named architecture
4975hints/altos486.sh Hints for named architecture
4976hints/amigaos.sh Hints for named architecture
4977hints/atheos.sh Hints for named architecture
4978hints/aux_3.sh Hints for named architecture
4979hints/bitrig.sh Hints for named architecture
4980hints/broken-db.msg Warning message for systems with broken DB library
4981hints/bsdos.sh Hints for named architecture
4982hints/catamount.sh Hints for named architecture
4983hints/convexos.sh Hints for named architecture
4984hints/cxux.sh Hints for named architecture
4985hints/cygwin.sh Hints for named architecture
4986hints/darwin.sh Hints for named architecture
4987hints/dcosx.sh Hints for named architecture
4988hints/dec_osf.sh Hints for named architecture
4989hints/dragonfly.sh Hints for named architecture
4990hints/dynix.sh Hints for named architecture
4991hints/dynixptx.sh Hints for named architecture
4992hints/epix.sh Hints for named architecture
4993hints/esix4.sh Hints for named architecture
4994hints/fps.sh Hints for named architecture
4995hints/freebsd.sh Hints for named architecture
4996hints/freemint.sh Hints for named architecture
4997hints/gnu.sh Hints for named architecture
4998hints/gnukfreebsd.sh Hints for named architecture
4999hints/gnuknetbsd.sh Hints for named architecture
5000hints/greenhills.sh Hints for named architecture
5001hints/haiku.sh Hints for named architecture
5002hints/hpux.sh Hints for named architecture
5003hints/i386.sh Hints for named architecture
5004hints/interix.sh Hints for named architecture
5005hints/irix_4.sh Hints for named architecture
5006hints/irix_5.sh Hints for named architecture
5007hints/irix_6.sh Hints for named architecture
5008hints/irix_6_0.sh Hints for named architecture
5009hints/irix_6_1.sh Hints for named architecture
5010hints/isc.sh Hints for named architecture
5011hints/isc_2.sh Hints for named architecture
5012hints/linux.sh Hints for named architecture
5013hints/linux-android.sh Hints for named architecture
5014hints/lynxos.sh Hints for named architecture
5015hints/midnightbsd.sh Hints for named architecture
5016hints/minix.sh Hints for named architecture
5017hints/mips.sh Hints for named architecture
5018hints/mirbsd.sh Hints for named architecture
5019hints/mpc.sh Hints for named architecture
5020hints/ncr_tower.sh Hints for named architecture
5021hints/netbsd.sh Hints for named architecture
5022hints/newsos4.sh Hints for named architecture
5023hints/nonstopux.sh Hints for named architecture
5024hints/openbsd.sh Hints for named architecture
5025hints/opus.sh Hints for named architecture
5026hints/os2.sh Hints for named architecture
5027hints/os390.sh Hints for named architecture
5028hints/os400.sh Hints for named architecture
5029hints/posix-bc.sh Hints for named architecture
5030hints/qnx.sh Hints for named architecture
5031hints/README.hints Notes about hints
5032hints/riscos.sh Hints for named architecture
5033hints/sco.sh Hints for named architecture
5034hints/sco_2_3_0.sh Hints for named architecture
5035hints/sco_2_3_1.sh Hints for named architecture
5036hints/sco_2_3_2.sh Hints for named architecture
5037hints/sco_2_3_3.sh Hints for named architecture
5038hints/sco_2_3_4.sh Hints for named architecture
d5101655 5039hints/serenity.sh Hints for named architecture
bf8d7753
YO
5040hints/solaris_2.sh Hints for named architecture
5041hints/stellar.sh Hints for named architecture
5042hints/sunos_4_0.sh Hints for named architecture
5043hints/sunos_4_1.sh Hints for named architecture
5044hints/super-ux.sh Hints for named architecture
5045hints/svr4.sh Hints for named architecture
5046hints/svr5.sh Hints for named architecture
5047hints/t001.c Test case for gcc bug
5048hints/ti1500.sh Hints for named architecture
5049hints/umips.sh Hints for named architecture
5050hints/unicos.sh Hints for named architecture
5051hints/unicosmk.sh Hints for named architecture
5052hints/unisysdynix.sh Hints for named architecture
5053hints/utekv.sh Hints for named architecture
5054hints/vos.sh Hints for named architecture
5055lib/_charnames.pm Character names
5056lib/AnyDBM_File.pm Perl module to emulate dbmopen
5057lib/AnyDBM_File.t See if AnyDBM_File works
5058lib/B/Deparse.pm Compiler Deparse backend
5059lib/B/Deparse.t See if B::Deparse works
5060lib/B/Deparse-core.t See if B::Deparse knows when to use CORE::
5061lib/B/Deparse-subclass.t See if B::Deparse can be subclassed
5062lib/B/Op_private.pm Definitions of OP op_private flags
5063lib/Benchmark.pm Measure execution time
5064lib/Benchmark.t See if Benchmark works
5065lib/blib.pm For "use blib"
5066lib/blib.t blib.pm test
5067lib/builtin.pm builtin function namespace
5068lib/builtin.t test builtin function namespace
3a4d94ec 5069lib/builtin-taint.t test builtin function namespace in taint mode
bf8d7753
YO
5070lib/bytes.pm Pragma to enable byte operations
5071lib/bytes.t bytes.pm test
5072lib/bytes_heavy.pl Support routines for byte pragma
5073lib/charnames.pm Character names
5074lib/charnames.t See if character names work
5075lib/Class/Struct.pm Declare struct-like datatypes as Perl classes
5076lib/Class/Struct.t See if Class::Struct works
5077lib/Config.t See if Config works
5078lib/Config/Extensions.pm Convenient hash lookup for built extensions
5079lib/Config/Extensions.t See if Config::Extensions works
5080lib/CORE.pod document the CORE namespace
5081lib/DB.pm Debugger API (draft)
5082lib/DB.t See if DB works
5083lib/DBM_Filter.pm DBM Filter module
5084lib/DBM_Filter/compress.pm DBM Filter to compress keys/values
5085lib/DBM_Filter/encode.pm DBM Filter for encoding
5086lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values
5087lib/DBM_Filter/null.pm DBM Filter for null termination
5088lib/DBM_Filter/t/01error.t test DBM_Filter::null
5089lib/DBM_Filter/t/02core.t test DBM_Filter::null
5090lib/DBM_Filter/t/compress.t test DBM_Filter::compress
5091lib/DBM_Filter/t/encode.t test DBM_Filter::encode
5092lib/DBM_Filter/t/int32.t test DBM_Filter::int32
5093lib/DBM_Filter/t/null.t test DBM_Filter::null
5094lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8
5095lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding
5096lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
5097lib/deprecate.pm A pragma for deprecating modules from the core.
5098lib/diagnostics.pm Print verbose diagnostics
5099lib/diagnostics.t See if diagnostics.pm works
5100lib/DirHandle.pm like FileHandle only for directories
5101lib/DirHandle.t See if DirHandle works
5102lib/dumpvar.pl A variable dumper
5103lib/dumpvar.t A variable dumper tester
5104lib/English.pm Readable aliases for short variables
5105lib/English.t See if English works
5106lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs
5107lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
5108lib/ExtUtils/typemap Extension interface types
5109lib/ExtUtils/XSSymSet.pm on VMS, manage linker symbols when building extensions
5110lib/feature.pm Pragma to enable new syntax
5111lib/feature.t See if features work
5112lib/feature/unicode_strings.t See if feature "unicode_strings" work
5113lib/File/Basename.pm Emulate the basename program
5114lib/File/Basename.t See if File::Basename works
5115lib/File/Compare.pm Emulation of cmp command
5116lib/File/Compare.t See if File::Compare works
5117lib/File/Copy.pm Emulation of cp command
5118lib/File/Copy.t See if File::Copy works
5119lib/File/stat.pm By-name interface to Perl's builtin stat
5120lib/File/stat.t See if File::stat works
5121lib/File/stat-7896.t A test for ID 20011110.104
5122lib/FileHandle.pm Backward-compatible front end to IO extension
5123lib/FileHandle.t See if FileHandle works
5124lib/filetest.pm For "use filetest"
5125lib/filetest.t See if filetest works
5126lib/Getopt/Std.pm Fetch command options (getopt, getopts)
5127lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work
5128lib/h2ph.t See if h2ph works like it should
5129lib/h2xs.t See if h2xs produces expected lists of files
5130lib/integer.pm For "use integer"
5131lib/integer.t For "use integer" testing
5132lib/Internals.pod Document the Internals namespace (implemented by universal.c)
5133lib/Internals.t For Internals::* testing
5134lib/less.pm For "use less"
5135lib/less.t See if less support works
5136lib/locale.pm For "use locale"
5137lib/locale.t See if locale support works
5138lib/locale_threads.t Tes locale and threads interactions
5139lib/meta_notation.pm Helper for certain /lib .pm's
5140lib/meta_notation.t See if meta_notation.t works
5141lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
5142lib/Net/hostent.t See if Net::hostent works
5143lib/Net/netent.pm By-name interface to Perl's builtin getnet*
5144lib/Net/netent.t See if Net::netent works
5145lib/Net/protoent.pm By-name interface to Perl's builtin getproto*
5146lib/Net/protoent.t See if Net::protoent works
5147lib/Net/servent.pm By-name interface to Perl's builtin getserv*
5148lib/Net/servent.t See if Net::servtent works
5149lib/open.pm Pragma to specify default I/O layers
5150lib/open.t See if the open pragma works
5151lib/overload.pm Module for overloading perl operators
5152lib/overload.t See if operator overloading works
5153lib/overload/numbers.pm Helper for overloading pragma
5154lib/overload64.t See if operator overloading works with 64-bit ints
5155lib/overloading.pm Pragma to lexically control overloading
5156lib/overloading.t Tests for overloading.pm
5157lib/perl5db.pl Perl debugging routines
5158lib/perl5db.t Tests for the Perl debugger
5159lib/perl5db/t/break-on-dot Test script used by perl5db.t
5160lib/perl5db/t/breakpoint-bug Test script used by perl5db.t
5161lib/perl5db/t/disable-breakpoints-1 Test script used by perl5db.t
5162lib/perl5db/t/disable-breakpoints-2 Test script used by perl5db.t
5163lib/perl5db/t/disable-breakpoints-3 Test script used by perl5db.t
5164lib/perl5db/t/EnableModule.pm Tests for the Perl debugger
5165lib/perl5db/t/eval-line-bug Tests for the Perl debugger
5166lib/perl5db/t/fact Tests for the Perl debugger
5167lib/perl5db/t/filename-line-breakpoint Tests for the Perl debugger
5168lib/perl5db/t/gh-17660 Tests for the Perl debugger
5169lib/perl5db/t/gh-17661 Tests for the Perl debugger
5170lib/perl5db/t/gh-17661b Tests for the Perl debugger
5171lib/perl5db/t/load-modules Tests for the Perl debugger
5172lib/perl5db/t/lsub-n Test script used by perl5db.t
5173lib/perl5db/t/lvalue-bug Tests for the Perl debugger
5174lib/perl5db/t/MyModule.pm Tests for the Perl debugger
5175lib/perl5db/t/proxy-constants Tests for the Perl debugger
5176lib/perl5db/t/rt-104168 Tests for the Perl debugger
5177lib/perl5db/t/rt-120174 Tests for the Perl debugger
c59f1e04 5178lib/perl5db/t/rt-121509-restart-after-chdir Tests for the Perl debugger
bf8d7753
YO
5179lib/perl5db/t/rt-124203 Test threads in the Perl debugger
5180lib/perl5db/t/rt-124203b Test threads in the Perl debugger
5181lib/perl5db/t/rt-61222 Tests for the Perl debugger
5182lib/perl5db/t/rt-66110 Tests for the Perl debugger
5183lib/perl5db/t/source-cmd-test.perldb Tests for the Perl debugger
3dfcef7e 5184lib/perl5db/t/source-cmd-test-no-q.perldb Tests for the Perl debugger
bf8d7753
YO
5185lib/perl5db/t/symbol-table-bug Tests for the Perl debugger
5186lib/perl5db/t/taint Tests for the Perl debugger
5187lib/perl5db/t/test-a-statement-1 Tests for the Perl debugger
5188lib/perl5db/t/test-a-statement-2 Tests for the Perl debugger
5189lib/perl5db/t/test-a-statement-3 Tests for the Perl debugger
5190lib/perl5db/t/test-dieLevel-option-1 Tests for the Perl debugger
5191lib/perl5db/t/test-frame-option-1 Tests for the Perl debugger
5192lib/perl5db/t/test-l-statement-1 Tests for the Perl debugger
5193lib/perl5db/t/test-l-statement-2 Tests for the Perl debugger
5194lib/perl5db/t/test-m-statement-1 Tests for the Perl debugger
e3d167f6 5195lib/perl5db/t/test-passing-at-underscore-to-x-etc Tests for the Perl debugger
bf8d7753
YO
5196lib/perl5db/t/test-PrintRet-option-1 Tests for the Perl debugger
5197lib/perl5db/t/test-r-statement Tests for the Perl debugger
5198lib/perl5db/t/test-w-statement-1 Tests for the Perl debugger
5199lib/perl5db/t/test-warnLevel-option-1 Tests for the Perl debugger
5200lib/perl5db/t/uncalled-subroutine Tests for the Perl debugger
5201lib/perl5db/t/with-subroutine Tests for the Perl debugger
5202lib/perlbug.t Tests for the Perl bug reporter
5203lib/PerlIO.pm PerlIO support module
5204lib/Pod/t/Usage.t See if Pod::Usage works
5205lib/SelectSaver.pm Enforce proper select scoping
5206lib/SelectSaver.t See if SelectSaver works
5207lib/sigtrap.pm For trapping an abort and giving traceback
5208lib/sigtrap.t See if sigtrap works
5209lib/sort.pm For "use sort"
5210lib/sort.t See if "use sort" works
5211lib/strict.pm For "use strict"
5212lib/strict.t See if strictures work
5213lib/subs.pm Declare overriding subs
5214lib/subs.t See if subroutine pseudo-importation works
5215lib/Symbol.pm Symbol table manipulation routines
5216lib/Symbol.t See if Symbol works
5217lib/Thread.pm Thread extensions frontend
5218lib/Thread.t Thread extensions frontend tests
5219lib/Tie/Array.pm Base class for tied arrays
5220lib/Tie/Array/push.t Test for Tie::Array
5221lib/Tie/Array/splice.t Test for Tie::Array::SPLICE
5222lib/Tie/Array/std.t Test for Tie::StdArray
5223lib/Tie/Array/stdpush.t Test for Tie::StdArray
5224lib/Tie/ExtraHash.t Test for Tie::ExtraHash (in Tie/Hash.pm)
5225lib/Tie/Handle.pm Base class for tied handles
5226lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle
3dfcef7e 5227lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat
bf8d7753
YO
5228lib/Tie/Hash.pm Base class for tied hashes
5229lib/Tie/Hash.t See if Tie::Hash works
5230lib/Tie/Scalar.pm Base class for tied scalars
5231lib/Tie/Scalar.t See if Tie::Scalar works
5232lib/Tie/StdHandle.pm Tie::StdHandle
5233lib/Tie/SubstrHash.pm Compact hash for known key, value and table size
5234lib/Tie/SubstrHash.t Test for Tie::SubstrHash
5235lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime
5236lib/Time/gmtime.t Test for Time::gmtime
5237lib/Time/localtime.pm By-name interface to Perl's builtin localtime
5238lib/Time/localtime.t Test for Time::localtime
5239lib/Time/tm.pm Internal object for Time::{gm,local}time
5240lib/Unicode/README Explanation what happened to lib/unicode.
5241lib/Unicode/testnorm.t Run official Unicode Consortium's normalization tests
5242lib/Unicode/UCD.pm Unicode character database
5243lib/Unicode/UCD.t See if Unicode character database works
e1010889 5244lib/unicore/ArabicShaping.txt Unicode character database
bf8d7753 5245lib/unicore/auxiliary/GCBTest.txt Unicode character database
0ea850f0 5246lib/unicore/auxiliary/GraphemeBreakProperty.txt Unicode character database
bf8d7753
YO
5247lib/unicore/auxiliary/LBTest.txt Unicode character database
5248lib/unicore/auxiliary/SBTest.txt Unicode character database
0ea850f0 5249lib/unicore/auxiliary/SentenceBreakProperty.txt Unicode character database
bf8d7753 5250lib/unicore/auxiliary/WBTest.txt Unicode character database
0ea850f0 5251lib/unicore/auxiliary/WordBreakProperty.txt Unicode character database
a9c9e371 5252lib/unicore/BidiBrackets.txt Unicode character database
e1010889
NC
5253lib/unicore/BidiMirroring.txt Unicode character database
5254lib/unicore/Blocks.txt Unicode character database
5255lib/unicore/CaseFolding.txt Unicode character database
8cf8bfae 5256lib/unicore/CJKRadicals.txt Unicode character database
e1010889
NC
5257lib/unicore/CompositionExclusions.txt Unicode character database
5258lib/unicore/DAge.txt Unicode character database
5259lib/unicore/DCoreProperties.txt Unicode character database
5260lib/unicore/DNormalizationProps.txt Unicode character database
5261lib/unicore/EastAsianWidth.txt Unicode character database
b6dbf1d3 5262lib/unicore/emoji/emoji.txt Unicode character database
bd84d130 5263lib/unicore/EmojiSources.txt Unicode character database
8a6698d7 5264lib/unicore/EquivalentUnifiedIdeograph.txt Unicode character database
0ea850f0
RGS
5265lib/unicore/extracted/DBidiClass.txt Unicode character database
5266lib/unicore/extracted/DBinaryProperties.txt Unicode character database
5267lib/unicore/extracted/DCombiningClass.txt Unicode character database
5268lib/unicore/extracted/DDecompositionType.txt Unicode character database
5269lib/unicore/extracted/DEastAsianWidth.txt Unicode character database
5270lib/unicore/extracted/DGeneralCategory.txt Unicode character database
e1010889
NC
5271lib/unicore/extracted/DJoinGroup.txt Unicode character database
5272lib/unicore/extracted/DJoinType.txt Unicode character database
5273lib/unicore/extracted/DLineBreak.txt Unicode character database
5274lib/unicore/extracted/DNumType.txt Unicode character database
5275lib/unicore/extracted/DNumValues.txt Unicode character database
5276lib/unicore/HangulSyllableType.txt Unicode character database
ac92cca2
KW
5277lib/unicore/IdStatus.txt Unicode UTS 39 database
5278lib/unicore/IdType.txt Unicode UTS 39 database
e1010889 5279lib/unicore/Index.txt Unicode character database
ac71d2a0 5280lib/unicore/IndicPositionalCategory.txt Unicode character database
bd84d130 5281lib/unicore/IndicSyllabicCategory.txt Unicode character database
e1010889
NC
5282lib/unicore/Jamo.txt Unicode character database
5283lib/unicore/LineBreak.txt Unicode character database
5284lib/unicore/Makefile Unicode character database
5285lib/unicore/mktables Unicode character database generator
e1010889
NC
5286lib/unicore/NameAliases.txt Unicode character database
5287lib/unicore/NamedSequences.txt Unicode character database
5288lib/unicore/NamedSqProv.txt Unicode character database
5289lib/unicore/NamesList.txt Unicode character database
12ac2576 5290lib/unicore/NormalizationCorrections.txt Unicode character database
4f543aad 5291lib/unicore/NormTest.txt Unicode character database
e1010889
NC
5292lib/unicore/PropertyAliases.txt Unicode character database
5293lib/unicore/PropList.txt Unicode character database
5294lib/unicore/PropValueAliases.txt Unicode character database
5295lib/unicore/README.perl Unicode character database
e1010889 5296lib/unicore/ReadMe.txt Unicode character database info
bd84d130 5297lib/unicore/ScriptExtensions.txt Unicode character database
e1010889
NC
5298lib/unicore/Scripts.txt Unicode character database
5299lib/unicore/SpecialCasing.txt Unicode character database
5300lib/unicore/StandardizedVariants.txt Unicode character database
4f543aad 5301lib/unicore/TestNorm.pl Unicode character database
21c34e97 5302lib/unicore/uni_keywords.pl Indices into array in charclass_invlists.h
e1010889
NC
5303lib/unicore/UnicodeData.txt Unicode character database
5304lib/unicore/version The version of the Unicode
fce4ebb4 5305lib/unicore/VerticalOrientation.txt Unicode character database
bf8d7753
YO
5306lib/UNIVERSAL.pm Base class for ALL classes
5307lib/User/grent.pm By-name interface to Perl's builtin getgr*
5308lib/User/grent.t See if User::grwent works
5309lib/User/pwent.pm By-name interface to Perl's builtin getpw*
5310lib/User/pwent.t See if User::pwent works
5311lib/utf8.pm Pragma to control Unicode support
5312lib/utf8.t See if utf8 operations work
5313lib/vars.pm Declare pseudo-imported global variables
5314lib/vars.t See if "use vars" works
5315lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
5316lib/vmsish.pm Control VMS-specific behavior of Perl core
5317lib/vmsish.t Tests for vmsish.pm
5318lib/warnings.pm For "use warnings"
5319lib/warnings.t See if warning controls work
5320lib/warnings/register.pm For "use warnings::register"
5321os2/Changes Changelog for OS/2 port
5322os2/diff.configure Patches to Configure
5323os2/dl_os2.c Addon for dl_open
5324os2/dlfcn.h Addon for dl_open
5325os2/Makefile.SHs Shared library generation for OS/2
5326os2/os2.c Additional code for OS/2
5327os2/os2.sym Additional symbols to export
5328os2/OS2/OS2-ExtAttr/Changes EA access module
5329os2/OS2/OS2-ExtAttr/ExtAttr.pm EA access module
5330os2/OS2/OS2-ExtAttr/ExtAttr.xs EA access module
5331os2/OS2/OS2-ExtAttr/Makefile.PL EA access module
5332os2/OS2/OS2-ExtAttr/MANIFEST EA access module
5333os2/OS2/OS2-ExtAttr/myea.h EA access module
5334os2/OS2/OS2-ExtAttr/t/os2_ea.t EA access module
5335os2/OS2/OS2-ExtAttr/typemap EA access module
5336os2/OS2/OS2-PrfDB/Changes System database access module
5337os2/OS2/OS2-PrfDB/Makefile.PL System database access module
5338os2/OS2/OS2-PrfDB/MANIFEST System database access module
5339os2/OS2/OS2-PrfDB/PrfDB.pm System database access module
5340os2/OS2/OS2-PrfDB/PrfDB.xs System database access module
5341os2/OS2/OS2-PrfDB/t/os2_prfdb.t System database access module
5342os2/OS2/OS2-Process/Makefile.PL system() constants in a module
5343os2/OS2/OS2-Process/MANIFEST system() constants in a module
5344os2/OS2/OS2-Process/Process.pm system() constants in a module
5345os2/OS2/OS2-Process/Process.xs system() constants in a module
5346os2/OS2/OS2-Process/t/os2_atoms.t Test for OS2::Process
5347os2/OS2/OS2-Process/t/os2_clipboard.t Test for OS2::Process
5348os2/OS2/OS2-Process/t/os2_process.t Tests
5349os2/OS2/OS2-Process/t/os2_process_kid.t Tests
a4a5dee5 5350os2/OS2/OS2-Process/t/os2_process_text.t Tests
bf8d7753
YO
5351os2/OS2/OS2-REXX/Changes DLL access module
5352os2/OS2/OS2-REXX/DLL/Changes DLL access module
5353os2/OS2/OS2-REXX/DLL/DLL.pm DLL access module
5354os2/OS2/OS2-REXX/DLL/DLL.xs DLL access module
5355os2/OS2/OS2-REXX/DLL/Makefile.PL DLL access module
5356os2/OS2/OS2-REXX/DLL/MANIFEST DLL access module
5357os2/OS2/OS2-REXX/Makefile.PL DLL access module
5358os2/OS2/OS2-REXX/MANIFEST DLL access module
5359os2/OS2/OS2-REXX/REXX.pm DLL access module
5360os2/OS2/OS2-REXX/REXX.xs DLL access module
5361os2/OS2/OS2-REXX/t/rx_cmprt.t DLL access module
5362os2/OS2/OS2-REXX/t/rx_dllld.t DLL access module
5363os2/OS2/OS2-REXX/t/rx_emxrv.t DLL access module
5364os2/OS2/OS2-REXX/t/rx_objcall.t DLL access module
5365os2/OS2/OS2-REXX/t/rx_sql.test DLL access module
5366os2/OS2/OS2-REXX/t/rx_tiesql.test DLL access module
5367os2/OS2/OS2-REXX/t/rx_tievar.t DLL access module
5368os2/OS2/OS2-REXX/t/rx_tieydb.t DLL access module
5369os2/OS2/OS2-REXX/t/rx_varset.t DLL access module
5370os2/OS2/OS2-REXX/t/rx_vrexx.t DLL access module
5371os2/OS2/typemap Common typemap for OS/2 types
5372os2/os2_base.t Additional tests for builtin methods
5373os2/os2_pipe.t Tests for pipe creation logic
5374os2/os2add.sym Overriding symbols to export
5375os2/os2ish.h Header for OS/2
5376os2/os2thread.h pthread-like typedefs
5377os2/perl2cmd.pl Corrects installed binaries under OS/2
5378os2/perlrexx.c Support perl interpreter embedded in REXX
5379os2/perlrexx.cmd Test perl interpreter embedded in REXX
5380plan9/9front.patch Plan9 port: patch for 9front-specific flavor of Plan 9
5381plan9/aperl Plan9 port: shell to make Perl error messages Acme-friendly
5382plan9/arpa/inet.h Plan9 port: replacement C header file
5383plan9/buildinfo Plan9 port: configuration information
5384plan9/config.plan9 Plan9 port: config.h template
5385plan9/config_h.sample Plan9 port: 5.32.0 sample config.h
5386plan9/config_sh.sample Plan9 port: 5.32.0 sample config.sh
5387plan9/exclude Plan9 port: tests to skip
5388plan9/fndvers Plan9 port: update Perl version in config.plan9
5389plan9/genconfig.pl Plan9 port: generate config.sh
5390plan9/math.h Plan9 port: Plan9-specific math.h
5391plan9/mkfile Plan9 port: Mk driver for build
5392plan9/myconfig.plan9 Plan9 port: script to print config summary
5393plan9/plan9.c Plan9 port: Plan9-specific C routines
5394plan9/plan9ish.h Plan9 port: Plan9-specific C header file
5395plan9/setup.rc Plan9 port: script for easy build+install
5396plan9/uninstall.rc Plan9 port: uninstall script
5397plan9/versnum Plan9 port: script to print version number
5398pod/buildtoc Generate pod/perltoc.pod and pod/roffitall
5399pod/Makefile.SH generate Makefile which makes pods into something else
5400pod/perl.pod Perl overview (this section)
5401pod/perl5004delta.pod Perl changes in version 5.004
5402pod/perl5005delta.pod Perl changes in version 5.005
5403pod/perl5100delta.pod Perl changes in version 5.10.0
5404pod/perl5101delta.pod Perl changes in version 5.10.1
5405pod/perl5120delta.pod Perl changes in version 5.12.0
5406pod/perl5121delta.pod Perl changes in version 5.12.1
5407pod/perl5122delta.pod Perl changes in version 5.12.2
5408pod/perl5123delta.pod Perl changes in version 5.12.3
5409pod/perl5124delta.pod Perl changes in version 5.12.4
5410pod/perl5125delta.pod Perl changes in version 5.12.5
5411pod/perl5140delta.pod Perl changes in version 5.14.0
5412pod/perl5141delta.pod Perl changes in version 5.14.1
5413pod/perl5142delta.pod Perl changes in version 5.14.2
5414pod/perl5143delta.pod Perl changes in version 5.14.3
5415pod/perl5144delta.pod Perl changes in version 5.14.4
5416pod/perl5160delta.pod Perl changes in version 5.16.0
5417pod/perl5161delta.pod Perl changes in version 5.16.1
5418pod/perl5162delta.pod Perl changes in version 5.16.2
5419pod/perl5163delta.pod Perl changes in version 5.16.3
5420pod/perl5180delta.pod Perl changes in version 5.18.0
5421pod/perl5181delta.pod Perl changes in version 5.18.1
5422pod/perl5182delta.pod Perl changes in version 5.18.2
5423pod/perl5184delta.pod Perl changes in version 5.18.4
5424pod/perl5200delta.pod Perl changes in version 5.20.0
5425pod/perl5201delta.pod Perl changes in version 5.20.1
5426pod/perl5202delta.pod Perl changes in version 5.20.2
5427pod/perl5203delta.pod Perl changes in version 5.20.3
5428pod/perl5220delta.pod Perl changes in version 5.22.0
5429pod/perl5221delta.pod Perl changes in version 5.22.1
5430pod/perl5222delta.pod Perl changes in version 5.22.2
5431pod/perl5223delta.pod Perl changes in version 5.22.3
5432pod/perl5224delta.pod Perl changes in version 5.22.4
5433pod/perl5240delta.pod Perl changes in version 5.24.0
5434pod/perl5241delta.pod Perl changes in version 5.24.1
5435pod/perl5242delta.pod Perl changes in version 5.24.2
5436pod/perl5243delta.pod Perl changes in version 5.24.3
5437pod/perl5244delta.pod Perl changes in version 5.24.4
5438pod/perl5260delta.pod Perl changes in version 5.26.0
5439pod/perl5261delta.pod Perl changes in version 5.26.1
5440pod/perl5262delta.pod Perl changes in version 5.26.2
5441pod/perl5263delta.pod Perl changes in version 5.26.3
5442pod/perl5280delta.pod Perl changes in version 5.28.0
5443pod/perl5281delta.pod Perl changes in version 5.28.1
5444pod/perl5282delta.pod Perl changes in version 5.28.2
5445pod/perl5283delta.pod Perl changes in version 5.28.3
5446pod/perl5300delta.pod Perl changes in version 5.30.0
5447pod/perl5301delta.pod Perl changes in version 5.30.1
5448pod/perl5302delta.pod Perl changes in version 5.30.2
5449pod/perl5303delta.pod Perl changes in version 5.30.3
5450pod/perl5320delta.pod Perl changes in version 5.32.0
5451pod/perl5321delta.pod Perl changes in version 5.32.1
5452pod/perl5340delta.pod Perl changes in version 5.34.0
5453pod/perl5341delta.pod Perl changes in version 5.34.1
5454pod/perl5360delta.pod Perl changes in version 5.36.0
4ddebfb8 5455pod/perl5361delta.pod Perl changes in version 5.36.1
e897d1e8 5456pod/perl5380delta.pod Perl changes in version 5.38.0
76a2388e 5457pod/perl5390delta.pod Perl changes in version 5.39.0
2de32dae 5458pod/perl5391delta.pod Perl changes in version 5.39.1
bf8d7753
YO
5459pod/perl561delta.pod Perl changes in version 5.6.1
5460pod/perl56delta.pod Perl changes in version 5.6
5461pod/perl581delta.pod Perl changes in version 5.8.1
5462pod/perl582delta.pod Perl changes in version 5.8.2
5463pod/perl583delta.pod Perl changes in version 5.8.3
5464pod/perl584delta.pod Perl changes in version 5.8.4
5465pod/perl585delta.pod Perl changes in version 5.8.5
5466pod/perl586delta.pod Perl changes in version 5.8.6
5467pod/perl587delta.pod Perl changes in version 5.8.7
5468pod/perl588delta.pod Perl changes in version 5.8.8
5469pod/perl589delta.pod Perl changes in version 5.8.9
5470pod/perl58delta.pod Perl changes in version 5.8.0
5471pod/perlapio.pod Perl internal IO abstraction interface
5472pod/perlartistic.pod Perl Artistic License
5473pod/perlbook.pod Perl book information
5474pod/perlboot.pod
5475pod/perlbot.pod
5476pod/perlcall.pod Perl calling conventions from C
5477pod/perlcheat.pod Perl cheat sheet
5478pod/perlclass.pod Perl class syntax
5479pod/perlclassguts.pod Internals of class syntax
5480pod/perlclib.pod Internal replacements for standard C library functions
5481pod/perlcommunity.pod Perl community information
5482pod/perldata.pod Perl data structures
5483pod/perldbmfilter.pod Perl DBM filters
5484pod/perldebguts.pod Perl debugging guts and tips
5485pod/perldebtut.pod Perl debugging tutorial
5486pod/perldebug.pod Perl debugging
5487pod/perldelta.pod Perl changes since previous version
5488pod/perldeprecation.pod Perl deprecations
5489pod/perldiag.pod Perl diagnostic messages
5490pod/perldocstyle.pod Perl style guide for core docs
5491pod/perldsc.pod Perl data structures intro
5492pod/perldtrace.pod Perl's support for DTrace
5493pod/perlebcdic.pod Considerations for running Perl on EBCDIC platforms
5494pod/perlembed.pod Perl ways to embed perl in your C or C++ application
5495pod/perlexperiment.pod A listing of experimental features in Perl
5496pod/perlfilter.pod Perl source filters
5497pod/perlfork.pod Perl fork() information
5498pod/perlform.pod Perl formats
5499pod/perlfunc.pod Perl built-in functions
5500pod/perlgit.pod Using git with the Perl repository
5501pod/perlgov.pod Perl Rules of Governance
5502pod/perlgpl.pod GNU General Public License
5503pod/perlguts.pod Perl internal functions for those doing extensions
5504pod/perlhack.pod Perl hackers guide
5505pod/perlhacktips.pod Tips for Perl core C code hacking
5506pod/perlhacktut.pod Walk through the creation of a simple C code patch
5507pod/perlhist.pod Perl history records
5508pod/perlinterp.pod Overview of the Perl interpreter source and how it works
5509pod/perlintro.pod Perl introduction for beginners
5510pod/perliol.pod C API for Perl's implementation of IO in Layers
5511pod/perlipc.pod Perl interprocess communication
5512pod/perllexwarn.pod Perl warnings and their control
5513pod/perllocale.pod Perl locale support
5514pod/perllol.pod Perl data structures: arrays of arrays
5515pod/perlmod.pod Perl modules: how they work
5516pod/perlmodinstall.pod Perl modules: how to install from CPAN
5517pod/perlmodlib.PL Generate pod/perlmodlib.pod
5518pod/perlmodstyle.pod Perl modules: how to write modules with style
5519pod/perlmroapi.pod Perl method resolution plugin interface
5520pod/perlnewmod.pod Perl modules: preparing a new module for distribution
5521pod/perlnumber.pod Perl number semantics
5522pod/perlobj.pod Perl objects
5523pod/perlootut.pod Perl OO tutorial for beginners
5524pod/perlop.pod Perl operators and precedence
5525pod/perlopentut.pod Perl open() tutorial
5526pod/perlpacktut.pod Perl pack() and unpack() tutorial
5527pod/perlperf.pod Perl Performance and Optimization Techniques
5528pod/perlpod.pod Perl plain old documentation
5529pod/perlpodspec.pod Perl plain old documentation format specification
5530pod/perlpodstyle.pod Perl POD style guide
5531pod/perlpolicy.pod Perl development policies
5532pod/perlport.pod Perl portability guide
5533pod/perlpragma.pod Perl modules: writing a user pragma
5534pod/perlre.pod Perl regular expressions, the rest of the story
5535pod/perlreapi.pod Perl regular expression plugin interface
5536pod/perlrebackslash.pod Perl regular expression backslash sequences
5537pod/perlrecharclass.pod Perl regular expression character classes
5538pod/perlref.pod Perl references, the rest of the story
5539pod/perlreftut.pod Perl references short introduction
5540pod/perlreguts.pod Perl regular expression engine internals
5541pod/perlrepository.pod
5542pod/perlrequick.pod Perl regular expressions quick start
5543pod/perlreref.pod Perl regular expressions quick reference
5544pod/perlretut.pod Perl regular expressions tutorial
5545pod/perlrun.pod Perl execution and options
5546pod/perlsec.pod Perl security
5547pod/perlsecpolicy.pod Perl security report handling policy
5548pod/perlsource.pod Guide to the Perl source tree
5549pod/perlstyle.pod Perl style guide
5550pod/perlsub.pod Perl subroutines
5551pod/perlsyn.pod Perl syntax
5552pod/perlthrtut.pod Perl threads tutorial
5553pod/perltie.pod Perl objects hidden behind simple variables
5554pod/perltodo.pod
5555pod/perltooc.pod
5556pod/perltoot.pod
5557pod/perltrap.pod Perl traps for the unwary
5558pod/perlunicode.pod Perl Unicode support
5559pod/perlunicook.pod Perl Unicode cookbook
5560pod/perlunifaq.pod Perl Unicode FAQ
5561pod/perluniintro.pod Perl Unicode introduction
5562pod/perlunitut.pod Perl Unicode tutorial
5563pod/perlutil.pod utilities packaged with the Perl distribution
5564pod/perlvar.pod Perl predefined variables
5565pod/perlvms.pod Perl notes for VMS
5566pod/rofftoc Generate a table of contents in troff format
5567pod/splitman Splits perlfunc into multiple man pages
5568pod/splitpod Splits perlfunc into multiple pod pages
5569Porting/acknowledgements.pl Generate perldelta acknowledgements text
5570Porting/add-package.pl Add/Update CPAN modules that are part of Core
5571Porting/add-pod-file Utility to add new pod/*.pod file to core distribution
5572Porting/bench.pl Run benchmarks against t/perf/benchmarks
5573Porting/bisect.pl A tool to make bisecting easy
5574Porting/bisect-example.sh Example script to use with git bisect run
5575Porting/bisect-runner.pl Tool to be called by git bisect run
5576Porting/bump-perl-version bump the perl version in relevant files
5577Porting/check-cpan-pollution Check for commits that may wrongly touch CPAN distros
5578Porting/checkansi.pl Check source code for ANSI-C violations
5579Porting/checkcfguse.pl Check that config symbols are being used
5580Porting/checkcfgvar.pl Check that config scripts define all symbols
5581Porting/checkpodencoding.pl Check POD encoding
5582Porting/checkURL.pl Check whether we have working URLs
5583Porting/checkVERSION.pl Check whether we have $VERSIONs
5584Porting/cmpVERSION.pl Compare whether two trees have changed modules
5585Porting/config.sh Sample config.sh
5586Porting/config_H Sample config.h
5587Porting/config_h.pl Reorder config_h.SH after metaconfig
5588Porting/core-cpan-diff Compare core distros with their CPAN equivalents
5589Porting/core-team.json Membership of the Perl Core Team
5590Porting/corecpan.pl Reports outdated dual-lived modules
5591Porting/corelist.pl Generates data for Module::CoreList
5592Porting/corelist-diff Tool to produce corelist diffs
5593Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList
5594Porting/deparse-skips.txt List of test files to ignore/skip for deparse tests.
5595Porting/docs-team-charter.pod Perl Documentation Team charter
5596Porting/epigraphs.pod the release epigraphs used over the years
5597Porting/exclude_contrib.txt Data about contributors that do not want to be listed in AUTHORS
5598Porting/exec-bit.txt List of files that get +x in release tarball
5599Porting/exercise_makedef.pl Brute force testing for makedef.pl
5600Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source
5601Porting/findrfuncs Find reentrant variants of functions used in an executable
5602Porting/git-deltatool Mark commits for perldelta in git notes
5603Porting/git-find-p4-change Find the change for a p4 change number
5604Porting/git-make-p4-refs Output git refs for each p4 change number, suitable for appending to .git/packed-refs
5605Porting/GitUtils.pm Generate the contents of a .patch file
5606Porting/Glossary Glossary of config.sh variables
5607Porting/harness-timer-report.pl Analyze the timings from the test harness
5608Porting/how_to_write_a_perldelta.pod Bluffer's guide to writing a perldelta.
5609Porting/leakfinder.pl Hacky script for finding memory leaks
5610Porting/Maintainers Program to pretty print info in Maintainers.pl
5611Porting/Maintainers.pl Information about maintainers
5612Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
5613Porting/make-rmg-checklist Generates a checklist 4 the release manager
5614Porting/make_dot_patch.pl Make a .patch file from a git WD
5615Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it
5616Porting/makemeta Create the top-level META.yml
5617Porting/makerel Release making utility
5618Porting/manicheck Check against MANIFEST
5619Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
5620Porting/manisort Sort the MANIFEST
5621Porting/mksample Generate Porting/config_H and Porting/config.sh
5622Porting/new-perldelta.pl Generate a new perldelta
5623Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
5624Porting/perldelta_template.pod Template for creating new perldelta.pod files
c492ef5c 5625Porting/perlgov-team-update Tool to update perlgov from perl-core-teaml
bf8d7753
YO
5626Porting/perlhist_calculate.pl Perform calculations to update perlhist
5627Porting/pod_lib.pl Code for handling generated pods
5628Porting/pod_rules.pl generate lists of pod files for Makefiles
5629Porting/podtidy Reformat pod using Pod::Tidy
5630Porting/pumpkin.pod Guidelines and hints for Perl maintainers
5631Porting/README.pod Outline of contents of Porting directory
5632Porting/README.y2038 Perl notes for the 2038 fix
098d30ef 5633Porting/release_announcement_template.txt
bf8d7753
YO
5634Porting/release_managers_guide.pod Release Manager's Guide
5635Porting/release_schedule.pod Schedule for future releases
5636Porting/rt_list_patches A tool to help you apply patches from RT
5637Porting/security_template.pod Template for vulnerability announcements
5638Porting/sort_perldiag.pl Keep our diagnostics orderly
5639Porting/sync-with-cpan Sync with CPAN
5640Porting/test-dist-modules.pl Test dist/ modules on currently active perl (used for CI)
5641Porting/timecheck.c Test program for the 2038 fix
5642Porting/timecheck2.c Test program for the 2038 fix
5643Porting/todo.pod Perl things to do
5644Porting/updateAUTHORS.pl Tool to automatically update AUTHORS and .mailmap from git log data
5645Porting/updateAUTHORS.pm Brains of updateAUTHORS.pl
5646Porting/valgrindpp.pl Summarize valgrind reports
5647Porting/vote_admin_guide.pod Perlgov Vote Administrator guide
5648qnx/ar QNX implementation of "ar" utility
5649qnx/cpp QNX implementation of preprocessor filter
5650qnx/qnx.c QNX silent matherr callback
5651regen/charset_translations.pl Character set utilities
5652regen/ebcdic.pl Generates ebcdic_tables.h
5653regen/embed.pl Produces {embed,embedvar,proto}.h
5654regen/embed_lib.pl Reads embed.fnc and regen/opcodes
5655regen/feature.pl Generates feature.pm
5656regen/genpacksizetables.pl Generate the size tables for pack/unpack
5657regen/HeaderParser.pm Module used to parse header files
5658regen/keywords.pl Program to write keywords.h
5659regen/lib_cleanup.pl Generate lib/.gitignore from MANIFEST
5660regen/mg_vtable.pl generate mg_vtable.h
5661regen/miniperlmain.pl generate miniperlmain.c
5662regen/mk_invlists.pl Generates charclass_invlists.h
5663regen/mk_PL_charclass.pl Populate the PL_charclass table
5664regen/mph.pl Generate perfect hashes
5665regen/op_private Definitions of bits in an OP's op_private field
5666regen/opcode.pl Opcode header generator
5667regen/opcodes Opcode data
5668regen/overload.pl generate overload.h
5669regen/reentr.pl Reentrant interfaces
5670regen/regcharclass.pl Generate regcharclass.h from inline data
3dfcef7e 5671regen/regcharclass_multi_char_folds.pl Generate input for regcharclass.pl
bf8d7753
YO
5672regen/regcomp.pl Builder of regnodes.h
5673regen/regen_lib.pl Common file routines for generator scripts
5674regen/scope_types.pl Regenerate scope_types.h
5675regen/tidy_embed.pl Program to clean up embed.fnc manually
bf8d7753
YO
5676regen/unicode_constants.pl generate unicode_constants.h
5677regen/warnings.pl Program to write warnings.h and lib/warnings.pm
5678t/base/cond.t See if conditionals work
5679t/base/if.t See if if works
5680t/base/lex.t See if lexical items work
5681t/base/num.t See if numbers work
5682t/base/pat.t See if pattern matching works
5683t/base/rs.t See if record-read works
5684t/base/term.t See if various terms work
5685t/base/translate.t See if character set translation works
5686t/base/while.t See if while work
8034715d 5687t/benchmark/gh7094-speed-up-keys-on-empty-hash.t Benchmark if keys on empty hashes is fast enough
bf8d7753
YO
5688t/bigmem/hash.t Check hashing too large strings throws an exception
5689t/bigmem/index.t Check that index() handles large offsets
5690t/bigmem/pos.t Check that pos() handles large offsets
5691t/bigmem/read.t Check read() handles large offsets
5692t/bigmem/regexp.t Test regular expressions with large strings
e2c62bff 5693t/bigmem/str.t Test string primitives with large strings
bf8d7753 5694t/bigmem/subst.t Test s/// with large strings
fb929d46 5695t/bigmem/subst2.t Test s//EXPR/e with large strings
bf8d7753
YO
5696t/bigmem/vec.t Check vec() handles large offsets
5697t/charset_tools.pl To aid in portable testing across platforms with different character sets
5698t/class/class.t See if class declarations work
5699t/class/construct.t See if class constructors work
5700t/class/destruct.t See if class destruction works
5701t/class/field.t See if class field declarations work
5702t/class/inherit.t See if class inheritance works
5703t/class/method.t See if class method declarations work
5704t/class/phasers.t See if class phaser blocks work
5705t/class/threads.t See if classes work across multiple threads
5706t/cmd/elsif.t See if else-if works
5707t/cmd/for.t See if for loops work
5708t/cmd/mod.t See if statement modifiers work
5709t/cmd/subval.t See if subroutine values work
5710t/cmd/switch.t See if switch optimizations work
5711t/comp/bproto.t See if builtins conform to their prototypes
5712t/comp/cmdopt.t See if command optimization works
5713t/comp/colon.t See if colons are parsed correctly
5714t/comp/decl.t See if declarations work
5715t/comp/filter_exception.t See if $@ survives source filters
5716t/comp/final_line_num.t See if line numbers are correct at EOF
5717t/comp/fold.t See if constant folding works
5718t/comp/form_scope.t See if format scoping works
5719t/comp/hints.aux Auxiliary file for %^H test
5720t/comp/hints.t See if %^H works
5721t/comp/line_debug.t See if @{"_<$file"} works
5722t/comp/line_debug_0.aux Auxiliary file for @{"_<$file"} test
5723t/comp/multiline.t See if multiline strings work
5724t/comp/opsubs.t See if q() etc. are not parsed as functions
5725t/comp/our.t Tests for our declaration
5726t/comp/package.t See if packages work
5727t/comp/package_block.t See if package block syntax works
5728t/comp/parser.t See if the parser works in edge cases
36aa5d0d 5729t/comp/parser_run.t See if parser works in additional edge case
bf8d7753
YO
5730t/comp/proto.t See if function prototypes work
5731t/comp/redef.t See if we get correct warnings on redefined subs
5732t/comp/require.t See if require works
5733t/comp/retainedlines.t See if the debugger can retain eval's lines
5734t/comp/term.t See if more terms work
5735t/comp/uproto.t See if the _ prototype works
5736t/comp/use.t See if pragmata work
5737t/comp/utf.t See if UTFs work
5738t/harness Finer diagnostics from test suite
5739t/io/argv.t See if ARGV stuff works
5740t/io/binmode.t See if binmode() works
5741t/io/bom.t See if scripts can start with a byte order mark
5742t/io/closepid.t See if close works for subprocesses
5743t/io/crlf.t See if :crlf works
5744t/io/crlf_through.t See if pipe passes data intact with :crlf
5745t/io/data.t See if DATA works
5746t/io/defout.t See if PL_defoutgv works
5747t/io/dup.t See if >& works right
5748t/io/eintr.t See if code called during EINTR is safe
5749t/io/eintr_print.t Test that print is not returning EINTR
5750t/io/errno.t See if $! is correctly set
5751t/io/errnosig.t Test case for restoration $! when leaving signal handlers
5752t/io/fflush.t See if auto-flush on fork/exec/system/qx works
5753t/io/fs.t See if directory manipulations work
5754t/io/getcwd.t See if Internals::getcwd is sane
5755t/io/inplace.t See if inplace editing works
5756t/io/iofile.t See if we can load IO::File on demand
5757t/io/iprefix.t See if inplace editing works with prefixes
5758t/io/layers.t See if PerlIO layers work
5759t/io/msg.t See if SysV message queues work
5760t/io/nargv.t See if nested ARGV stuff works
5761t/io/open.t See if open works
5762t/io/openpid.t See if open works for subprocesses
bf8c3686 5763t/io/paragraph_mode.t See if paragraph mode works
bf8d7753
YO
5764t/io/perlio.t See if PerlIO works
5765t/io/perlio_fail.t See if bad layers fail
5766t/io/perlio_leaks.t See if PerlIO layers are leaking
5767t/io/perlio_open.t See if certain special forms of open work
5768t/io/pipe.t See if secure pipes work
5769t/io/print.t See if print commands work
5770t/io/pvbm.t See if PVBMs break IO commands
5771t/io/read.t See if read works
5772t/io/say.t See if say works
ec57fb93
LT
5773t/io/scalar.t See if PerlIO::scalar works
5774t/io/scalar_ungetc.t Tests for PerlIO layer for scalars
bf8d7753
YO
5775t/io/sem.t See if SysV semaphores work
5776t/io/semctl.t See if SysV semaphore semctl works
5777t/io/shm.t See if SysV shared memory works
5778t/io/socket.t See if socket functions work
5779t/io/socketpair.t See if socketpair function works
5780t/io/tell.t See if file seeking works
5781t/io/through.t See if pipe passes data intact
5782t/io/utf8.t See if file seeking works
5783t/japh/abigail.t Obscure tests
93f6f965
YO
5784t/lib/caller/Apack.pm test Module for caller.t and t/op/hook/require.t
5785t/lib/caller/Bicycle.pm test Module for t/op/hook/require.t (cyclic)
5786t/lib/caller/Bpack.pm test Module for caller.t and t/op/hook/require.t
5787t/lib/caller/Cpack.pm test Module for caller.t and t/op/hook/require.t
5788t/lib/caller/Cycle.pm test Module for t/op/hook/require.t (cyclic)
5789t/lib/caller/Foo.pm test Module for caller.t and t/op/hook/require.t
5790t/lib/caller/Tricycle.pm test Module for t/op/hook/require.t (cyclic)
bf8d7753
YO
5791t/lib/CannotParse.pm For test case in op/require_errors.t
5792t/lib/charnames/alias Tests of "use charnames" with aliases.
5793t/lib/Cname.pm Test charnames in regexes (op/pat.t)
5794t/lib/common.pl Helper for lib/{warnings,feature}.t
5795t/lib/commonsense.t See if configuration meets basic needs
5796t/lib/Count.pm Helper for t/op/method.t
5797t/lib/croak.t Test calls to Perl_croak() in the C source.
5798t/lib/croak/class Test croak calls from class.c
5799t/lib/croak/gv Test croak calls from gv.c
5800t/lib/croak/mg Test croak calls from mg.c
5801t/lib/croak/op Test croak calls from op.c
5802t/lib/croak/pp Test croak calls from pp.c
5803t/lib/croak/pp_ctl Test croak calls from pp_ctl.c
5804t/lib/croak/pp_hot Test croak calls from pp_hot.c
5805t/lib/croak/pp_sys Test croak calls from pp_sys.c
5806t/lib/croak/regcomp Test croak calls from regcomp.c
5807t/lib/croak/toke Test croak calls from toke.c
5808t/lib/croak/toke_l1 Test croak calls from toke.c; file is not UTF-8 encoded
5809t/lib/cygwin.t Builtin cygwin function tests
5810t/lib/dbmt_common.pl Common functionality for ?DBM_File tests
5811t/lib/deprecate.t Test deprecate.pm
5812t/lib/deprecate/Deprecated.pm Deprecated module to test deprecate.pm
5813t/lib/deprecate/Optionally.pm Optionally deprecated module to test deprecate.pm
5814t/lib/Devel/nodb.pm Module for t/run/switchd.t
5815t/lib/Devel/switchd.pm Module for t/run/switchd.t
5816t/lib/Devel/switchd_empty.pm Module for t/run/switchd.t
5817t/lib/Devel/switchd_goto.pm Module for t/run/switchd.t
5818t/lib/Dies.pm For test case in op/require_errors.t
5819t/lib/feature/api Test API for checking features enabled/disabled
0f2beabb 5820t/lib/feature/bareword_filehandles Tests for enabling/disabling bareword_filehandles feature
bf8d7753
YO
5821t/lib/feature/bits Tests for feature bit handling
5822t/lib/feature/bundle Tests for feature bundles
5823t/lib/feature/implicit Tests for implicit loading of feature.pm
5824t/lib/feature/indirect Tests for enabling/disabling indirect method calls
5825t/lib/feature/multidimensional Tests for enabling/disabling $foo{$x, $y} => $foo{join($;, $x, $y)}
5826t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature
5827t/lib/feature/removed Tests for enabling/disabling removed feature
5828t/lib/feature/say Tests for enabling/disabling say feature
5829t/lib/feature/switch Tests for enabling/disabling switch feature
bf8d7753
YO
5830t/lib/h2ph.h Test header file for h2ph
5831t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
5832t/lib/locale/latin1 Part of locale.t in Latin 1
5833t/lib/locale/utf8 Part of locale.t in UTF8
5834t/lib/mypragma.pm An example user pragma
5835t/lib/mypragma.t Test the example user pragma
5836t/lib/no_load.t Test that some modules don't load others
5837t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback
5838t/lib/overload_nomethod.t Test that nomethod works as expected
5839t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly
5840t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t
5841t/lib/strict/refs Tests of "use strict 'refs'" for strict.t
5842t/lib/strict/subs Tests of "use strict 'subs'" for strict.t
5843t/lib/strict/vars Tests of "use strict 'vars'" for strict.t
5844t/lib/subs/subs Tests of "use subs"
5845t/lib/test_require.pm A test file for t/op/inccode.t
5846t/lib/test_use.pm A test pragma for t/comp/use.t
5847t/lib/test_use_14937.pm A test pragma for t/comp/use.t
5848t/lib/universal.t Tests for functions in universal.c
5849t/lib/warnings/1global Tests of global warnings for warnings.t
5850t/lib/warnings/2use Tests for "use warnings" for warnings.t
5851t/lib/warnings/3both Tests for interaction of $^W and "use warnings"
5852t/lib/warnings/4lint Tests for -W switch
5853t/lib/warnings/5nolint Tests for -X switch
5854t/lib/warnings/6default Tests default warnings
5855t/lib/warnings/7fatal Tests fatal warnings
5856t/lib/warnings/8signal Tests warnings + __WARN__ and __DIE__
5857t/lib/warnings/9enabled Tests warnings
5858t/lib/warnings/9uninit Tests "Use of uninitialized" warnings
5859t/lib/warnings/av Tests for av.c for warnings.t
5860t/lib/warnings/builtin Tests for builtin.c for warnings.t
5861t/lib/warnings/class Tests for class.c for warnings.t
5862t/lib/warnings/doio Tests for doio.c for warnings.t
5863t/lib/warnings/gv Tests for gv.c for warnings.t
5864t/lib/warnings/hv Tests for hv.c for warnings.t
5865t/lib/warnings/malloc Tests for malloc.c for warnings.t
5866t/lib/warnings/mg Tests for mg.c for warnings.t
5867t/lib/warnings/op Tests for op.c for warnings.t
5868t/lib/warnings/pad Tests for pad.c for warnings.t
5869t/lib/warnings/perl Tests for perl.c for warnings.t
5870t/lib/warnings/perlio Tests for perlio.c for warnings.t
5871t/lib/warnings/pp Tests for pp.c for warnings.t
5872t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t
5873t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t
5874t/lib/warnings/pp_pack Tests for pp_pack.c for warnings.t
5875t/lib/warnings/pp_sys Tests for pp_sys.c for warnings.t
5876t/lib/warnings/regcomp Tests for regcomp.c for warnings.t
5877t/lib/warnings/regexec Tests for regexec.c for warnings.t
5878t/lib/warnings/run Tests for run.c for warnings.t
5879t/lib/warnings/sv Tests for sv.c for warnings.t
5880t/lib/warnings/taint Tests for taint.c for warnings.t
5881t/lib/warnings/toke Tests for toke.c for warnings.t
5882t/lib/warnings/universal Tests for universal.c for warnings.t
5883t/lib/warnings/utf8 Tests for utf8.c for warnings.t
5884t/lib/warnings/util Tests for util.c for warnings.t
5885t/loc_tools.pl Common functions for finding platform's locales
5886t/mro/basic.t mro tests
5887t/mro/basic_01_c3.t mro tests
5888t/mro/basic_01_c3_utf8.t utf8 mro tests
5889t/mro/basic_01_dfs.t mro tests
5890t/mro/basic_01_dfs_utf8.t utf8 mro tests
5891t/mro/basic_02_c3.t mro tests
5892t/mro/basic_02_c3_utf8.t utf8 mro tests
5893t/mro/basic_02_dfs.t mro tests
5894t/mro/basic_02_dfs_utf8.t utf8 mro tests
5895t/mro/basic_03_c3.t mro tests
5896t/mro/basic_03_c3_utf8.t utf8 mro tests
5897t/mro/basic_03_dfs.t mro tests
5898t/mro/basic_03_dfs_utf8.t utf8 mro tests
5899t/mro/basic_04_c3.t mro tests
5900t/mro/basic_04_c3_utf8.t utf8 mro tests
5901t/mro/basic_04_dfs.t mro tests
5902t/mro/basic_04_dfs_utf8.t utf8 mro tests
5903t/mro/basic_05_c3.t mro tests
5904t/mro/basic_05_c3_utf8.t utf8 mro tests
5905t/mro/basic_05_dfs.t mro tests
5906t/mro/basic_05_dfs_utf8.t utf8 mro tests
5907t/mro/basic_utf8.t utf8 mro tests
5908t/mro/c3_with_overload.t mro tests
5909t/mro/c3_with_overload_utf8.t utf8 mro tests
5910t/mro/complex_c3.t mro tests
5911t/mro/complex_c3_utf8.t utf8 mro tests
5912t/mro/complex_dfs.t mro tests
5913t/mro/complex_dfs_utf8.t utf8 mro tests
5914t/mro/dbic_c3.t mro tests
5915t/mro/dbic_c3_utf8.t utf8 mro tests
5916t/mro/dbic_dfs.t mro tests
5917t/mro/dbic_dfs_utf8.t utf8 mro tests
5918t/mro/inconsistent_c3.t mro tests
5919t/mro/inconsistent_c3_utf8.t utf8 mro tests
5920t/mro/isa_aliases.t tests for shared @ISA arrays
5921t/mro/isa_aliases_utf8.t utf8 mro tests
5922t/mro/isa_c3.t test for optimisatised mro_get_linear_isa_c3
5923t/mro/isa_c3_utf8.t utf8 mro tests
5924t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs
5925t/mro/isa_dfs_utf8.t utf8 mro tests
5926t/mro/isarev.t PL_isarev/mro::get_isarev tests
5927t/mro/isarev_utf8.t utf8 mro tests
5928t/mro/method_caching.t mro tests
5929t/mro/method_caching_utf8.t utf8 mro tests
5930t/mro/next_edgecases.t mro tests
5931t/mro/next_edgecases_utf8.t utf8 mro tests
5932t/mro/next_goto.t mro tests
5933t/mro/next_goto_utf8.t utf8 mro tests
5934t/mro/next_inanon.t mro tests
5935t/mro/next_inanon_utf8.t utf8 mro tests
5936t/mro/next_ineval.t mro tests
5937t/mro/next_ineval_utf8.t utf8 mro tests
5938t/mro/next_method.t mro tests
5939t/mro/next_method_utf8.t utf8 mro tests
5940t/mro/next_NEXT.t mro tests
5941t/mro/next_NEXT_utf8.t utf8 mro tests
5942t/mro/next_skip.t mro tests
5943t/mro/next_skip_utf8.t utf8 mro tests
5944t/mro/overload_c3.t mro tests
5945t/mro/overload_c3_utf8.t utf8 mro tests
5946t/mro/overload_dfs.t mro tests
5947t/mro/package_aliases.t mro tests
5948t/mro/package_aliases_utf8.t utf8 mro tests
5949t/mro/pkg_gen.t mro tests
5950t/mro/pkg_gen_utf8.t utf8 mro tests
5951t/mro/recursion_c3.t mro tests
5952t/mro/recursion_c3_utf8.t utf8 mro tests
5953t/mro/recursion_dfs.t mro tests
5954t/mro/recursion_dfs_utf8.t utf8 mro tests
5955t/mro/vulcan_c3.t mro tests
5956t/mro/vulcan_c3_utf8.t utf8 mro tests
5957t/mro/vulcan_dfs.t mro tests
5958t/mro/vulcan_dfs_utf8.t utf8 mro tests
5959t/op/64bitint.t See if 64 bit integers work
5960t/op/aassign.t test list assign
5961t/op/alarm.t See if alarm works
5962t/op/anonconst.t See if :const works
5963t/op/anonsub.t See if anonymous subroutines work
5964t/op/append.t See if . works
5965t/op/args.t See if operations on @_ work
5966t/op/arith2.t See if arithmetic works
5967t/op/array.t See if array operations work
5968t/op/assignwarn.t See if OP= operators warn correctly for undef targets
5969t/op/attrhand.t See if attribute handlers work
5970t/op/attrproto.t See if the prototype attribute works
5971t/op/attrs.t See if attributes on declarations work
5972t/op/auto.t See if autoincrement et all work
5973t/op/avhv.t See if pseudo-hashes work
5974t/op/bless.t See if bless works
5975t/op/blocks.t See if BEGIN and friends work
5976t/op/bool.t Check misc details of boolean values
5977t/op/bop.t See if bitops work
5978t/op/caller.pl Tests shared between caller.t and XS op.t
5979t/op/caller.t See if caller() works
5980t/op/catch.t See if catching exception works
5981t/op/chars.t See if character escapes work
5982t/op/chdir.t See if chdir works
5983t/op/chop.t See if chop works
5984t/op/chr.t See if chr works
5985t/op/closure.t See if closures work
5986t/op/closure_test.pl Extra file for closure.t
5987t/op/cmpchain.t See if comparison chaining works
5988t/op/concat2.t Tests too complex for concat.t
5989t/op/cond.t See if conditional expressions work
5990t/op/const-optree.t Tests for sub(){...} becoming constant
5991t/op/context.t See if context propagation works
5992t/op/coreamp.t Test &foo() calls for CORE subs
5993t/op/coresubs.t Generic tests for CORE subs
5994t/op/cproto.t Check builtin prototypes
5995t/op/crypt.t See if crypt works
5996t/op/current_sub.t __SUB__ tests
5997t/op/dbm.t See if dbmopen/dbmclose work
5998t/op/decl-refs.t See if my \$foo works
5999t/op/defer.t See if defer blocks work
6000t/op/defined.t See if defined() edge cases work
6001t/op/defins.t See if auto-insert of defined() works
6002t/op/delete.t See if delete works
6003t/op/die.t See if die works
6004t/op/die_except.t See if die/eval avoids $@ clobberage
6005t/op/die_exit.t See if die and exit status interaction works
6006t/op/die_keeperr.t See if G_KEEPERR works for destructors
6007t/op/die_unwind.t Check die/eval early-$@ backcompat hack
6008t/op/do.t See if subroutines work
6009t/op/dor.t See if defined-or (//) works
6010t/op/dump.t See if dump works.
6011t/op/each.t See if hash iterators work
6012t/op/each_array.t See if array iterators work
6013t/op/eval.t See if eval operator works
6014t/op/evalbytes.t See if evalbytes operator works
6015t/op/exec.t See if exec, system and qx work
6016t/op/exists_sub.t See if exists(&sub) works
6017t/op/exp.t See if math functions work
6018t/op/fh.t See if filehandles work
6019t/op/filehandle.t Tests for https://github.com/Perl/perl5/issues/10133
6020t/op/filetest.t See if file tests work
6021t/op/filetest_stack_ok.t See if file tests leave their argument on the stack
6022t/op/filetest_t.t See if -t file test works
6023t/op/flip.t See if range operator works
6024t/op/for.t See if for loops work
6025t/op/for-many.t See if n-at-a-time for loops work
6026t/op/fork.t See if fork works
6027t/op/fresh_perl_utf8.t UTF8 tests for pads and gvs
6028t/op/getpid.t See if $$ and getppid work with threads
6029t/op/getppid.t See if getppid works
6030t/op/glob.t See if <*> works
6031t/op/gmagic.t See if GMAGIC works
6032t/op/goto.t See if goto works
6033t/op/goto_xs.t See if "goto &sub" works on XSUBs
6034t/op/grent.t See if getgr*() functions work
6035t/op/grep.t See if grep() and map() work
6036t/op/groups.t See if $( works
6037t/op/gv.t See if typeglobs work
6038t/op/hash.t See if the complexity attackers are repelled
6039t/op/hash-clear-placeholders.t Tests for corner cases in S_clear_placeholders
6040t/op/hash-rt85026.t See if hash iteration/deletion works
6041t/op/hashassign.t See if hash assignments work
6042t/op/hashwarn.t See if warnings for bad hash assignments work
6043t/op/heredoc.t See if heredoc edge and corner cases work
6044t/op/hexfp.t See if hexadecimal float literals work
93f6f965 6045t/op/hook/require.t See if require hooks work properly.
bf8d7753
YO
6046t/op/inc.t See if inc/dec of integers near 32 bit limit work
6047t/op/inccode.t See if coderefs work in @INC
6048t/op/inccode-tie.t See if tie to @INC works
6049t/op/incfilter.t See if the source filters in coderef-in-@INC work
6050t/op/index.t See if index works
6051t/op/index_thr.t See if index works in another thread
6052t/op/infnan.t See if inf/nan work
6053t/op/int.t See if int works
6054t/op/isa.t See if isa works
6055t/op/join.t See if join works
6056t/op/kill0.t See if kill works
6057t/op/kill0_child Process tree script that is kill()ed
6058t/op/kvaslice.t See if index/value array slices work
6059t/op/kvhslice.t See if key/value hash slices work
6060t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
6061t/op/leaky-magic.t See whether vars' magic leaks into packages
6062t/op/length.t See if length works
6063t/op/lex.t Tests too complex for t/base/lex.t
6064t/op/lex_assign.t See if ops involving lexicals or pad temps work
6065t/op/lexsub.t See if lexical subroutines work
6066t/op/lfs.t See if large files work for perlio
6067t/op/list.t See if lists and list slices work
6068t/op/local.t See if local works
6069t/op/localref.t See if local ${deref} works
6070t/op/lock.t Tests for lock args & retval (no threads)
6071t/op/loopctl.t See if next/last/redo work
6072t/op/lop.t See if logical operators work
6073t/op/lvref.t See if aliasing via references works
6074t/op/magic.t See if magic variables work
6075t/op/magic-27839.t Test for #27839, skipped for minitest
6076t/op/method.t See if method calls work
6077t/op/mkdir.t See if mkdir works
6078t/op/multideref.t See if "$a[0]{foo}[$i]{$k}" etc works
6079t/op/my.t See if lexical scoping works
6080t/op/my_stash.t See if my Package works
6081t/op/mydef.t See if "my $_" works
6082t/op/negate.t See if unary minus works
6083t/op/not.t See if not works
6084t/op/numconvert.t See if accessing fields does not change numeric values
6085t/op/numify.t See if string-to-number conversion works
6086t/op/numify_chkflags.t See if string-to-number conversion behaves correctly
6087t/op/oct.t See if oct and hex work
6088t/op/or.t See if || works in weird situations
6089t/op/ord.t See if ord works
6090t/op/overload_integer.t See if overload::constant for integer works after "use".
6091t/op/override.t See if operator overriding works
6092t/op/pack.t See if pack and unpack work
6093t/op/packagev.t See if package VERSION work
6094t/op/pos.t See if pos works
6095t/op/postfixderef.t See if ->$* ->@[ et al work
6096t/op/pow.t See if ** works
6097t/op/print.t See if print works
6098t/op/protowarn.t See if the illegalproto warnings work
6099t/op/push.t See if push and pop work
6100t/op/pwent.t See if getpw*() functions work
6101t/op/qr.t See if qr works
6102t/op/quotemeta.t See if quotemeta works
6103t/op/rand.t See if rand works
6104t/op/range.t See if .. works
6105t/op/read.t See if read() works
6106t/op/readdir.t See if readdir() works
6107t/op/readline.t See if <> / readline / rcatline work
6108t/op/recurse.t See if deep recursion works
6109t/op/ref.t See if refs and objects work
6110t/op/repeat.t See if x operator works
6111t/op/require_37033.t See if require always closes rsfp
6112t/op/require_errors.t See if errors from require are reported correctly
6113t/op/require_gh20577.t Make sure updating %INC from an INC hook doesnt break @INC
6114t/op/require_override.t See if require handles no argument properly
6115t/op/reset.t See if reset operator works
6116t/op/reverse.t See if reverse operator works
6117t/op/rt119311.t Test bug #119311 (die/DESTROY/recursion)
6118t/op/runlevel.t See if die() works from perl_call_*()
6119t/op/select.t See if 0- and 1-argument select works
6120t/op/setpgrpstack.t See if setpgrp works
6121t/op/sigdispatch.t See if signals are always dispatched
6122t/op/signame_canonical.t See if duplicate signal names always use the canonical name when the handler is invoked.
6123t/op/signatures.t See if sub signatures work
6124t/op/sigsystem.t See if system and SIGCHLD handlers play together nicely
6125t/op/sleep.t See if sleep works
6126t/op/smartkve.t See if smart deref for keys/values/each works
6127t/op/smartmatch.t See if the ~~ operator works
6128t/op/sort.t See if sort works
6129t/op/splice.t See if splice works
6130t/op/split.t See if split works
6131t/op/split_unicode.t Test split /\s/ and Unicode
6132t/op/sprintf.t See if sprintf works
6133t/op/sprintf2.t See if sprintf works
6134t/op/srand.t See if srand works
6135t/op/sselect.t See if 4 argument select works
6136t/op/stash.t See if %:: stashes work
6137t/op/stash_parse_gv.t See if parse_gv_stash_name works
6138t/op/stat.t See if stat works
6139t/op/stat_errors.t See if stat and file tests handle threshold errors
6140t/op/state.t See if state variables work
6141t/op/study.t See if study works
6142t/op/studytied.t See if study works with tied scalars
6143t/op/sub.t See if subroutines work
6144t/op/sub_lval.t See if lvalue subroutines work
6145t/op/substr.t See if substr works
6146t/op/substr_thr.t See if substr works in another thread
6147t/op/svflags.t See if POK is set as expected.
6148t/op/svleak.pl Test file for svleak.t
6149t/op/svleak.t See if stuff leaks SVs
6150t/op/switch.t See if switches (given/when) work
6151t/op/symbolcache.t See if undef/delete works on stashes with functions
6152t/op/sysio.t See if sysread and syswrite work
6153t/op/taint.t See if tainting works
6154t/op/threads.t Misc. tests for perl features with threads
6155t/op/threads-dirh.t Test interaction of threads and dir handles
6156t/op/threads_create.pl Ancillary file for t/op/threads.t
6157t/op/tie.t See if tie/untie functions work
6158t/op/tie_fetch_count.t See if FETCH is only called once on tied variables
6159t/op/tiearray.t See if tie for arrays works
6160t/op/tiehandle.t See if tie for handles works
6161t/op/tiehash.t Tests for tied hashes using test.pl
6162t/op/time.t See if time functions work
6163t/op/time_loop.t Test that very large values don't hang gmtime and localtime.
6164t/op/tr.t See if tr works
6165t/op/tr_latin1.t See if tr works, but file isn't encoded in UTF-8
6166t/op/try.t See if try works
6167t/op/undef.t See if undef works
6168t/op/universal.t See if UNIVERSAL class works
6169t/op/unlink.t See if unlink works
6170t/op/unshift.t See if unshift works
6171t/op/upgrade.t See if upgrading and assigning scalars works
6172t/op/utf8cache.t Tests malfunctions of utf8 cache
6173t/op/utf8decode.t See if UTF-8 decoding works
6174t/op/utf8magic.t See if utf8:: functions handle magic variables
6175t/op/utfhash.t See if utf8 keys in hashes behave
6176t/op/utftaint.t See if utf8 and taint work together
6177t/op/vec.t See if vectors work
6178t/op/ver.t See if v-strings and the %v format flag work
6179t/op/waitpid.t See if waitpid works
6180t/op/wantarray.t See if wantarray works
6181t/op/warn.t See if warn works
6182t/op/while.t See if while loops work
6183t/op/write.t See if write works (formats work)
6184t/op/yadayada.t See if ... works
3dfcef7e 6185t/opbasic/arith.t See if arithmetic works
bf8d7753 6186t/opbasic/cmp.t See if the various string and numeric compare work
3dfcef7e 6187t/opbasic/concat.t See if string concatenation works
bf8d7753
YO
6188t/opbasic/magic_phase.t See if ${^GLOBAL_PHASE} works
6189t/opbasic/qq.t See if qq works
6190t/perf/benchmarks snippets of benchmarking/profiling code
6191t/perf/benchmarks.t test t/perf/benchmarks syntax
6192t/perf/opcount.t See if optimised subs have the right op counts
6193t/perf/optree.t Test presence of some op optimisations
6194t/perf/speed.t See if optimisations are keeping things fast
6195t/perf/taint.t See if optimisations are keeping things fast (taint issues)
6196t/perl.supp Perl valgrind suppressions
6197t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used
6198t/porting/authors.t Check that all authors have been acknowledged
6199t/porting/bench.t Check Porting/bench.pl runs ok
6200t/porting/bench/badhash a test file for t/porting/bench.t
6201t/porting/bench/badname a test file for t/porting/bench.t
6202t/porting/bench/badversion.json a test file for t/porting/bench.t
6203t/porting/bench/callsub.json a test file for t/porting/bench.t
6204t/porting/bench/callsub2.json a test file for t/porting/bench.t
6205t/porting/bench/oddentry a test file for t/porting/bench.t
6206t/porting/bench/ret0 a test file for t/porting/bench.t
6207t/porting/bench/synerr a test file for t/porting/bench.t
6208t/porting/bench_selftest.t run Porting/bench.pl's selftest facility
6209t/porting/bincompat.t Check that {non_,}bincompat_options are ordered
6210t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly
6211t/porting/checkcfgvar.t Check that all config.sh-like files are good
6212t/porting/cmp_version.t Test whether all changed module files have their VERSION bumped
6213t/porting/copyright.t Check that copyright years match
6214t/porting/corelist.t Check that Module-CoreList has perl versions for the current perl
cfc6c78d 6215t/porting/customized.dat Data file for porting/customized.t
bf8d7753 6216t/porting/customized.t Check all CUSTOMIZED files are as they should be
0144c000 6217t/porting/deprecation.t Test that deprecation warnings are handled right
bf8d7753
YO
6218t/porting/diag.t Test completeness of perldiag.pod
6219t/porting/dual-life.t Check that dual-life bins are in utils/
6220t/porting/exec-bit.t Check that exec-bit bins are identified
6221t/porting/extrefs.t Check perl headers don't make extern refs
6222t/porting/filenames.t Check the MANIFEST for filename portability.
6223t/porting/FindExt.t Test win32/FindExt.pm
6224t/porting/globvar.t Check that globvar.sym is sane
6225t/porting/header_parser.t Check that regen/HeaderParser.pm works as expected
6226t/porting/known_pod_issues.dat Data file for porting/podcheck.t
6227t/porting/libperl.t Check libperl.a sanity
6228t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
6229t/porting/manifest.t Test that this MANIFEST file is well formed
6230t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
6231t/porting/pod_rules.t Check that various pod lists are consistent
6232t/porting/podcheck.t Test the POD of shipped modules is well formed
6233t/porting/re_context.t Check assumptions made by save_re_context()
6234t/porting/readme.t Check that all files in Porting/ are mentioned in Porting/README.pod
6235t/porting/regen.t Check that regen.pl doesn't need running
6236t/porting/ss_dup.t Check that sv.c:ss_dup handles everything
6237t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
ca54131a 6238t/porting/test_testlist.t Test that we t/harness and t/TEST and MANIFEST agree on our test list
bf8d7753
YO
6239t/porting/update_authors.t Tests for Porting/updateAUTHORS.pl
6240t/porting/utils.t Check that utility scripts still compile
6241t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly
6242t/re/anyof.t See if bracketed char classes [...] compile properly
6243t/re/begin-once.t Checking that /o freeze a variable in a RegExp
6244t/re/bigfuzzy_not_utf8.t Big and ugly tests not storable as UTF-8
6245t/re/charset.t See if regex modifiers like /d, /u work properly
6246t/re/fold_grind.pl Core file to see if regex case folding works properly
6247t/re/fold_grind_8.t Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
6248t/re/fold_grind_a.t Wrapper for fold_grind.pl for /a testing
6249t/re/fold_grind_aa.t Wrapper for fold_grind.pl for /aa testing
6250t/re/fold_grind_d.t Wrapper for fold_grind.pl for /d testing
6251t/re/fold_grind_l.t Wrapper for fold_grind.pl for /l testing with a C locale
6252t/re/fold_grind_T.t Wrapper for fold_grind.pl for /l testing with a Turkic locale
6253t/re/fold_grind_u.t Wrapper for fold_grind.pl for /u testing
6254t/re/keep_tabs.t Tests where \t can't be expanded.
6255t/re/no_utf8_pm.t Verify utf8.pm doesn't get loaded unless required
961cdb3c 6256t/re/opt.t Test regexp optimizations
bf8d7753
YO
6257t/re/overload.t Test against string corruption in pattern matches on overloaded objects
6258t/re/pat.t See if esoteric patterns work
6259t/re/pat_advanced.t See if advanced esoteric patterns work
6260t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread
6261t/re/pat_psycho.t See if insane esoteric and slow patterns work
6262t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread
6263t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work
6264t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread
6265t/re/pat_rt_report.t See if esoteric patterns from rt reports work
6266t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread
6267t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s])
6268t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
6269t/re/pat_thr.t See if esoteric patterns work in another thread
6270t/re/pos.t Ensure pos() gets set properly after pre-match failures in pp_match
6271t/re/qr.t See if qr works
6272t/re/qr-72922.t Test for bug #72922
6273t/re/qr_gc.t See if qr doesn't leak
6274t/re/qrstack.t See if qr expands the stack properly
6275t/re/re_tests Regular expressions for regexp.t
6276t/re/recompile.t See if pattern caching/recompilation works
6277t/re/reg_60508.t See if bug #60508 is fixed
6278t/re/reg_email.t See if regex recursion works by parsing email addresses
6279t/re/reg_email_thr.t See if regex recursion works by parsing email addresses in another thread
6280t/re/reg_eval.t Test again regexp state corruption in (?{ }) and (??{ })
6281t/re/reg_eval_scope.t Test scoping issues with (?{ }) and (??{ })
6282t/re/reg_fold.t See if case folding works properly
6283t/re/reg_mesg.t See if one can get regular expression errors
6284t/re/reg_namedcapture.t Make sure glob assignment doesn't break named capture
6285t/re/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture
6286t/re/reg_nocapture.t Test the /n flag for regexps
6287t/re/reg_pmod.t See if regexp /p modifier works as expected
6288t/re/reg_posixcc.t See if posix character classes behave consistently
6289t/re/regex_sets.t Test (?[ ])
6290t/re/regex_sets_compat.t Test (?[ ]) is compatible with old [ ]
6291t/re/regexp.t See if regular expressions work
6292t/re/regexp_noamp.t See if regular expressions work with optimizations
6293t/re/regexp_nonull.t See if regexps work without trailing nulls
6294t/re/regexp_normal.t See if regexps work when expressions are normalized in various ways
6295t/re/regexp_notrie.t See if regular expressions work without trie optimisation
6296t/re/regexp_qr.t See if regular expressions work as qr//
6297t/re/regexp_qr_embed.t See if regular expressions work with embedded qr//
6298t/re/regexp_qr_embed_thr.t See if regular expressions work with embedded qr// in another thread
6299t/re/regexp_trielist.t See if regular expressions work with trie optimisation
6300t/re/regexp_unicode_prop.t See if unicode properties work in regular expressions as expected
6301t/re/regexp_unicode_prop_thr.t See if unicode properties work in regular expressions as expected under threads
6302t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING)
6303t/re/rxcode.t See if /(?{ code })/ works
6304t/re/script_run.t See if script runs works
6305t/re/speed.t See if optimisations are keeping things fast
6306t/re/speed_thr.t ditto under threads
6307t/re/stclass_threads.t Test if stclass is preserved across threads
6308t/re/subst.t See if substitution works
6309t/re/subst_amp.t See if $&-related substitution works
6310t/re/subst_wamp.t See if substitution works with $& present
6311t/re/substT.t See if substitution works with -T
6312t/re/uniprops01.t Test unicode \p{} regex constructs
6313t/re/uniprops02.t Test unicode \p{} regex constructs
6314t/re/uniprops03.t Test unicode \p{} regex constructs
6315t/re/uniprops04.t Test unicode \p{} regex constructs
6316t/re/uniprops05.t Test unicode \p{} regex constructs
6317t/re/uniprops06.t Test unicode \p{} regex constructs
6318t/re/uniprops07.t Test unicode \p{} regex constructs
6319t/re/uniprops08.t Test unicode \p{} regex constructs
6320t/re/uniprops09.t Test unicode \p{} regex constructs
6321t/re/uniprops10.t Test unicode \p{} regex constructs
6322t/re/user_prop_race_thr.t Test races in user-defined \p{} under threads
6323t/README Instructions for regression tests
6324t/run/cloexec.t Test close-on-exec.
6325t/run/dtrace.pl For dtrace.t
6326t/run/dtrace.t Test for DTrace probes
6327t/run/exit.t Test perl's exit status.
6328t/run/flib/broken.pm Bad .pm file for switchM.t
6329t/run/flib/t2.pm Test for .pmcs with -I/dir/
6330t/run/flib/t2.pmc Test for .pmcs with -I/dir/
6331t/run/fresh_perl.t Tests that require a fresh perl.
6332t/run/locale.t Tests related to locale handling
6333t/run/noswitch.t Test aliasing ARGV for other switch tests
6334t/run/runenv.t Test if perl honors its environment variables.
6335t/run/runenv_hashseed.t Test if perl honors PERL_HASH_SEED.
6336t/run/runenv_randseed.t Test if perl honors PERL_RAND_SEED.
6337t/run/script.t See if script invocation works
6338t/run/switch0.t Test the -0 switch
6339t/run/switcha.t Test the -a switch
6340t/run/switchC.t Test the -C switch
6341t/run/switchd.t Test the -d switch
6342t/run/switchd-78586.t See whether bug 78586 is fixed
6343t/run/switchDx.t Test the -D switch
6344t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
6345t/run/switchF.t Test the -F switch
6346t/run/switchF1.t Pathological tests for the -F switch
6347t/run/switchF2.t Pathological tests for the -F switch
6348t/run/switchI.t Test the -I switch
6349t/run/switchM.t Test the -M switch
6350t/run/switchn.t Test the -n switch
6351t/run/switchp.t Test the -p switch
6352t/run/switcht.t Test the -t switch
6353t/run/switchx.aux Data for switchx.t
6354t/run/switchx.t Test the -x switch
6355t/run/switchx2.aux Data for switchx.t
6356t/run/switchx3.aux Data for switchx.t
6357t/TEST The regression tester
6358t/test.pl Simple testing library
6359t/test_pl/_num_to_alpha.t Tests for the simple testing library
6360t/test_pl/can_isa_ok.t Tests for the simple testing library
6361t/test_pl/plan_skip_all.t Tests for the simple testing library
6362t/test_pl/tempfile.t Tests for the simple testing library
6363t/thread_it.pl Run regression tests in a new thread
6364t/uni/attrs.t See if Unicode attributes work
6365t/uni/bless.t See if Unicode bless works
6366t/uni/caller.t See if Unicode doesn't get mangled in caller()
6367t/uni/case.pl See if Unicode casing works
6368t/uni/chomp.t See if Unicode chomp works
6369t/uni/class.t See if Unicode classes work (\p)
6370t/uni/eval.t See if Unicode hints don't affect eval()
6371t/uni/fold.t See if Unicode folding works
6372t/uni/goto.t See if Unicode goto &sub works
6373t/uni/greek.t See if Unicode in greek works
6374t/uni/gv.t See if Unicode GVs work.
6375t/uni/labels.t See if Unicode labels work
6376t/uni/latin2.t See if Unicode in latin2 works
6377t/uni/lex_utf8.t See if Unicode in lexer works
6378t/uni/lower.t See if Unicode casing works
6379t/uni/method.t See if Unicode methods work
6380t/uni/opcroak.t See if Unicode croaks from op.c work
6381t/uni/overload.t See if Unicode overloading works
6382t/uni/package.t See if Unicode in package declarations works
6383t/uni/parser.t See if Unicode in the parser works in edge cases.
6384t/uni/readline.t See if Unicode filehandles in <FH> work
6385t/uni/select.t See if Unicode filehandles aren't mangled by select()
6386t/uni/sprintf.t See if Unicode sprintf works
6387t/uni/stash.t See if Unicode stashes work
6388t/uni/tie.t See if Unicode tie works
6389t/uni/title.t See if Unicode casing works
6390t/uni/tr_utf8.t See if Unicode tr/// in utf8 works
6391t/uni/universal.t See if Unicode in calls to UNIVERSAL works
6392t/uni/upper.t See if Unicode casing works
6393t/uni/variables.t See that the rules for variable names work
6394t/uni/write.t See if Unicode formats work
6395t/win32/crypt.t Test Win32 crypt for compatibility
6396t/win32/fs.t Test Win32 link for compatibility
6397t/win32/popen.t Test for stdout races in backticks, etc
6398t/win32/runenv.t Test if Win* perl honors its env variables
6399t/win32/seekdir.t Test that seekdir/readdir are restricted to relevant memory
6400t/win32/signal.t Test Win32 signal emulation
6401t/win32/stat.t Test Win32 stat emulation
6402t/win32/symlink.t Test Win32 symlink
6403t/win32/system.t See if system works in Win*
6404t/win32/system_tests Test runner for system.t
6405utils/corelist.PL Module::CoreList
6406utils/cpan.PL easily interact with CPAN from the command line
6407utils/enc2xs.PL Encode module generator
59658819 6408utils/encguess.PL guess character encodings of files
bf8d7753
YO
6409utils/h2ph.PL A thing to turn C .h files into perl .ph files
6410utils/h2xs.PL Program to make .xs files from C header files
6411utils/instmodsh.PL Give information about installed extensions
6412utils/json_pp.PL JSON::PP command line utility
6413utils/libnetcfg.PL libnet
6414utils/Makefile.PL Extract the utility scripts
6415utils/perlbug.PL A simple tool to submit a bug report
6416utils/perldoc.PL A simple tool to find & display perl's documentation
6417utils/perlivp.PL installation verification procedure
6418utils/piconv.PL iconv(1), reinvented in perl
6419utils/pl2pm.PL A pl to pm translator
6420utils/pod2html.PL Translator to turn pod into HTML
6421utils/prove.PL The prove harness utility
6422utils/ptar.PL The ptar utility
6423utils/ptardiff.PL The ptardiff utility
6424utils/ptargrep.PL The ptargrep utility
6425utils/shasum.PL filter for computing SHA digests (analogous to md5sum)
6426utils/splain.PL Stand-alone version of diagnostics.pm
d3d73539 6427utils/streamzip.PL
bf8d7753 6428utils/xsubpp.PL External subroutine preprocessor
08ad9465 6429utils/zipdetails.PL display the internal structure of zip files
bf8d7753
YO
6430vms/descrip_mms.template Template MM[SK] description file for build
6431vms/gen_shrfls.pl generate options files and glue for shareable image
6432vms/genopt.com hack to write options files in case of broken makes
6433vms/make_command.com record MM[SK] command used to build Perl
6434vms/mms2make.pl convert descrip.mms to make syntax
6435vms/munchconfig.c performs shell $var substitution for VMS
6436vms/myconfig.com record local configuration info for bug report
6437vms/test.com DCL driver for regression tests
6438vms/vms.c VMS-specific C code for Perl core
6439vms/vmsish.h VMS-specific C header for Perl core
6440vms/vmspipe.com VMS-specific piped command helper script
6441vos/Changes Changes made to port Perl to the VOS operating system
6442vos/compile_full_perl.cm VOS command macro to build "full" Perl
6443vos/configure_full_perl.sh VOS shell script to configure "full" perl before building
6444vos/make_full_perl.sh VOS shell script to build and test "full" perl
6445vos/vos.c VOS emulations for missing POSIX functions
6446vos/vosish.h VOS-specific header file
6447win32/bin/exetype.pl Set executable type to CONSOLE or WINDOWS
6448win32/bin/perlglob.pl Win32 globbing
6449win32/bin/pl2bat.pl wrap perl scripts into batch files
6450win32/bin/runperl.pl run perl script via batch file namesake
6451win32/bin/search.pl Win32 port
6452win32/config.gc Win32 base line config.sh (MinGW build)
6453win32/config.vc Win32 base line config.sh (Visual C++ build)
6454win32/config_H.gc Win32 config header (MinGW build)
6455win32/config_h.PL Perl code to convert Win32 config.sh to config.h
6456win32/config_H.vc Win32 config header (Visual C++ build)
6457win32/config_sh.PL Perl code to update Win32 config.sh from Makefile
6458win32/create_perllibst_h.pl creates perllibst.h file for inclusion from perllib.c
6459win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST
6460win32/fcrypt.c crypt() implementation
6461win32/FindExt.pm Scan for extensions
6462win32/GNUmakefile Win32 makefile for GNU make
6463win32/include/arpa/inet.h Win32 port
6464win32/include/dirent.h Win32 port
6465win32/include/netdb.h Win32 port
6466win32/include/sys/errno2.h Win32 port
6467win32/include/sys/socket.h Win32 port
6468win32/list_static_libs.pl prints libraries for static linking
6469win32/Makefile Win32 makefile for NMAKE (Visual C++ build)
6470win32/perlexe.ico perlexe.ico image file
6471win32/perlexe.manifest Assembly manifest file
6472win32/perlexe.rc associated perl binary with icon
6473win32/perlglob.c Win32 port
6474win32/perlhost.h Perl "host" implementation
6475win32/perllib.c Win32 port
6476win32/pod.mak Win32 port
6477win32/runperl.c Win32 port
77e681fc 6478win32/set_depend_modtime.pl Win32: update target modtime to match deps
bf8d7753
YO
6479win32/vdir.h Perl "host" virtual directory manager for Win32
6480win32/vmem.h Perl "host" memory manager for Win32
6481win32/win32.c Win32 port
6482win32/win32.h Win32 port
6483win32/win32iop.h Win32 port
6484win32/win32sck.c Win32 port
6485win32/win32thread.c Win32 functions for threads
6486win32/win32thread.h Win32 port mapping to threads