This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
HTTP-Tiny: don't ship excluded files
[perl5.git] / MANIFEST
CommitLineData
bf8d7753
YO
1.dir-locals.el Emacs control file
2.editorconfig EditorConfig style file
3.lgtm.yml LGTM.com configuration file
4.metaconf-exclusions.txt Symbols that should ignored when generating Configure
5Artistic The "Artistic License"
6asan_ignore Errors to skip under clang's Addresss Sanitizer
7AUTHORS Contact info for contributors
8autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod
9av.c Array value code
10av.h Array value header
11builtin.c Functions in the builtin:: namespace
12caretx.c C file to create $^X
13cflags.SH A script that emits C compilation flags per file
14Changes Describe how to peruse changes between releases
15charclass_invlists.h Compiled-in inversion lists
16class.c Internals of the `use feature 'class'` object system
17CODE_OF_CONDUCT.md Information on where to find the Standards of Conduct
18config_h.SH Produces config.h
19configpm Produces lib/Config.pm
20Configure Portability tool
21configure.com Configure-equivalent for VMS
22configure.gnu Crude emulation of GNU configure
23cop.h Control operator header
24Copying The GNU General Public License
25cv.h Code value header
26deb.c Debugging routines
27doio.c I/O operations
28doop.c Support code for various operations
29dosish.h Some defines for MS/DOSish machines
30dquote.c Functions for double quotish contexts
31dump.c Debugging output
32ebcdic_tables.h Generated tables included in utfebcdic.h
33embed.fnc Database used by embed.pl
34embed.h Maps symbols to safer names
35embedvar.h C namespace management
36EXTERN.h Included before foreign .h files
37fakesdio.h stdio in terms of PerlIO
38feature.h Feature header
39form.h Public declarations for formats
40generate_uudmap.c Generate uudmap.h, the uuencode decoding map
41globals.c File to declare global symbols (for shared library)
42globvar.sym Global variables that need hiding when embedded
43gv.c Glob value code
44gv.h Glob value header
45handy.h Handy definitions
46hv.c Hash value code
47hv.h Hash value header
48hv_func.h Hash value static inline function header
49hv_macro.h Macros used by hv_func.h
50inline.h Static inline functions
51INSTALL Detailed installation instructions
52install_lib.pl functions shared between install* scripts
53installhtml Perl script to install html files for pods
54installman Perl script to install man pages for pods
55installperl Perl script to do "make install" dirty work
56INTERN.h Included before domestic .h files
57intrpvar.h Variables held in each interpreter instance
58invlist_inline.h Inline functions for handling inversion lists
59iperlsys.h Perl's interface to the system
60keywords.c Perl_keyword(), generated by regen/keywords.pl
61keywords.h The keyword numbers
62l1_char_class_tab.h 256 word bit table of character classes (for handy.h)
63locale.c locale-specific utility functions
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
69Makefile.micro microperl Makefile
70Makefile.SH A script that generates Makefile
71malloc.c A version of malloc you might not want
72malloc_ctl.h A version of malloc you might not want
73MANIFEST This list of files
74mathoms.c A home for binary-compatible code artifacts
75META.json Distribution meta-data in JSON
76META.yml Distribution meta-data in YAML
77metaconfig.h Control file for the metaconfig process
78metaconfig.SH Control file for the metaconfig process
79mg.c Magic code
80mg.h Magic header
81mg_names.inc Generated magic names used by dump.c
82mg_raw.h Generated magic data used by generate_uudmap.c
83mg_vtable.h Generated magic vtable data
84miniperlmain.c Basic perl w/o dynamic loading or extensions
85mkppport A script that distributes ppport.h
86mkppport.lst List of extensions that need a ppport.h
87mro_core.c Method Resolution Order code
88myconfig.SH Prints summary of the current configuration
89mydtrace.h Support for optional DTrace probes
90nostdio.h Cause compile error on stdio calls
91numeric.c Miscellaneous numeric conversion routines
92op.c Opcode syntax tree code
93op.h Opcode syntax tree header
94op_reg_common.h Common parts of op.h, regexp.h header
95opcode.h Automatically generated opcode header
96opnames.h Automatically generated opcode header
97overload.h generated overload enum (public)
98overload.inc generated overload name table (implementation)
99PACKAGING notes and best practice for packaging perl 5
100packsizetables.inc The generated packprops array used in pp_pack.c
101pad.c Scratchpad functions
102pad.h Scratchpad headers
103parser.h parser object header
104patchlevel.h The current patch level of perl
105peep.c The peephole optimizer and optree finalizer
106perl.c main()
107perl.h Global declarations
108perl_inc_macro.h macro used to set \@INC using S_incpush_use_sep
109perl_langinfo.h Perl's version of <langinfo.h>
110perl_siphash.h Implementation of SipHash
111perlapi.h Empty backwards-compat include
112perldtrace.d D script for Perl probes
113perlio.c C code for PerlIO abstraction
114perlio.h PerlIO abstraction
115perlio.sym Symbols for PerlIO abstraction
116perliol.h PerlIO Layer definition
117perlsdio.h Fake stdio using perlio
118perlstatic.h Like inline.h, but functions not declared inline
119perlvars.h Global variables
120perly.act parser actions; derived from perly.y
121perly.c parser code (NOT derived from perly.y)
122perly.h header file for perly.c; derived from perly.y
123perly.tab parser state tables; derived from perly.y
124perly.y Yacc grammar for perl
125Policy_sh.SH Hold site-wide preferences between Configure runs.
126pp.c Push/Pop code
127pp.h Push/Pop code defs
128pp_ctl.c Push/Pop code for control flow
129pp_hot.c Push/Pop code for heavily used opcodes
130pp_pack.c Push/Pop code for pack/unpack
131pp_proto.h C++ definitions for Push/Pop code
132pp_sort.c Push/Pop code for sort
133pp_sys.c Push/Pop code for system interaction
134proto.h Prototypes
135README The Instructions
136README.aix Perl notes for AIX
137README.amiga Perl notes for AmigaOS
138README.android Perl notes for Android
139README.bs2000 Perl notes for POSIX-BC BS2000
140README.cn Perl for Simplified Chinese (in UTF-8)
141README.cygwin Perl notes for Cygwin
142README.freebsd Perl notes for FreeBSD
143README.haiku Perl notes for Haiku
144README.hpux Perl notes for HP-UX
145README.hurd Perl notes for Hurd
146README.irix Perl notes for Irix
147README.jp Perl for Japanese (in EUC-JP)
148README.ko Perl for Korean (in EUC-KR)
149README.linux Perl notes for Linux
150README.macosx Perl notes for Mac OS X
151README.micro Notes about microperl
152README.openbsd Perl notes for OpenBSD
153README.os2 Perl notes for OS/2
154README.os390 Perl notes for OS/390
155README.os400 Perl notes for OS/400
156README.plan9 Perl notes for Plan 9
157README.qnx Perl notes for QNX
158README.riscos Perl notes for RISC OS
159README.solaris Perl notes for Solaris
160README.synology Perl notes for Synology
161README.tru64 Perl notes for Tru64
162README.tw Perl for Traditional Chinese (in Big5)
163README.vms Notes about installing the VMS port
164README.vos Perl notes for Stratus VOS
165README.win32 Perl notes for Windows
166reentr.c Reentrant interfaces
167reentr.h Reentrant interfaces
168regcharclass.h Generated by regen/regcharclass.pl
169regcomp.c Regular expression compiler
170regcomp.h Private declarations for above
171regcomp.sym Data for regnodes.h
172regcomp_debug.c Regular expression compiler debug code
173regcomp_internal.h Internal stuff for regex compiler
174regcomp_invlist.c Invlist logic for regular expression engine
175regcomp_study.c Optimizer for regular expression compiler
176regcomp_trie.c Trie logic for regular expression compiler
177regen.pl Run all scripts that (re)generate files
178regen_perly.pl generate perly.{act,h,tab} from perly.y
179regexec.c Regular expression evaluator
180regexp.h Public declarations for the above
181reginline.h Inline subs for the RE engine.
182regnodes.h Description of nodes of the RE engine
183run.c The interpreter loop
184runtests.SH A script that generates runtests
185sbox32_hash.h SBox hash code (32 Bit SBOX based hash function)
186scope.c Scope entry and exit code
187scope.h Scope entry and exit header
188scope_types.h Types used to manage the save stack
189SECURITY.md Add Security Policy for GitHub
190sv.c Scalar value code
191sv.h Scalar value header
192sv_inline.h Perl_newSV_type and required defs
193taint.c Tainting code
194TestInit.pm Preamble library for tests
195thread.h Threading header
196time64.c 64 bit clean time.h (code)
197time64.h 64 bit clean time.h (header)
198time64_config.h 64 bit clean time.h (configuration)
199toke.c The tokener
200uconfig.h Configuration header for microperl
201uconfig.sh Configuration script for microperl
202uconfig64.sh Configuration script for microperl for LP64
203uni_keywords.h Map unicode property names to numbers
204unicode_constants.h compile-time macros for Unicode code points
205universal.c The default UNIVERSAL package methods
206unixish.h Defines that are assumed on Unix
207utf8.c Unicode routines
208utf8.h Unicode header
209utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
210util.c Utility routines
211util.h Dummy header
212utils.lst Lists utilities bundled with Perl
213vutil.c Version object C functions
214vutil.h Version object headers
215vxs.inc Version object XS methods
216warnings.h The warning numbers
217write_buildcustomize.pl Generate lib/buildcustomize.pl
218XSUB.h Include file for extension subroutines
219zaphod32_hash.h Zaphod32 hash code (32 bit fast hash function)
220amigaos4/amigaio.c AmigaOS4 port
221amigaos4/amigaio.h AmigaOS4 port
222amigaos4/amigaos.c AmigaOS4 port
223amigaos4/amigaos.h AmigaOS4 port
224amigaos4/config.sh AmigaOS4 config
3dfcef7e 225cpan/.dir-locals.el Emacs control file
bf8d7753
YO
226cpan/Archive-Tar/bin/ptar the ptar utility
227cpan/Archive-Tar/bin/ptardiff the ptardiff utility
228cpan/Archive-Tar/bin/ptargrep the ptardiff utility
229cpan/Archive-Tar/lib/Archive/Tar.pm Archive::Tar
230cpan/Archive-Tar/lib/Archive/Tar/Constant.pm Archive::Tar
231cpan/Archive-Tar/lib/Archive/Tar/File.pm Archive::Tar
232cpan/Archive-Tar/t/01_use.t Archive::Tar tests
233cpan/Archive-Tar/t/02_methods.t Archive::Tar tests
234cpan/Archive-Tar/t/03_file.t Archive::Tar tests
235cpan/Archive-Tar/t/04_resolved_issues.t Archive::Tar tests
236cpan/Archive-Tar/t/05_iter.t Archive::Tar tests
237cpan/Archive-Tar/t/06_error.t Archive::Tar tests
c465fd2f 238cpan/Archive-Tar/t/08_ptargrep.t
90bb05e9 239cpan/Archive-Tar/t/09_roundtrip.t
bf8d7753
YO
240cpan/Archive-Tar/t/90_symlink.t Archive::Tar tests
241cpan/Archive-Tar/t/99_pod.t Archive::Tar tests
242cpan/Archive-Tar/t/src/header/signed.tar Archive::Tar tests
ad73611d 243cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar Archive::Tar tests
bf8d7753
YO
244cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar Archive::Tar tests
245cpan/Archive-Tar/t/src/long/b Archive::Tar tests
246cpan/Archive-Tar/t/src/long/bar.tar Archive::Tar tests
247cpan/Archive-Tar/t/src/long/foo.tbz Archive::Tar tests
248cpan/Archive-Tar/t/src/long/foo.tgz Archive::Tar tests
249cpan/Archive-Tar/t/src/short/b Archive::Tar tests
250cpan/Archive-Tar/t/src/short/bar.tar Archive::Tar tests
251cpan/Archive-Tar/t/src/short/foo.tbz Archive::Tar tests
252cpan/Archive-Tar/t/src/short/foo.tgz Archive::Tar tests
253cpan/autodie/lib/autodie.pm Functions succeed or die with lexical scope
254cpan/autodie/lib/autodie/exception.pm Exception class for autodie
255cpan/autodie/lib/autodie/exception/system.pm Exception class for autodying system()
256cpan/autodie/lib/autodie/hints.pm Hinting interface for autodie
f91d7e0d
CBW
257cpan/autodie/lib/autodie/Scope/Guard.pm
258cpan/autodie/lib/autodie/Scope/GuardStack.pm
273225d4 259cpan/autodie/lib/autodie/skip.pm
35c0561a 260cpan/autodie/lib/autodie/Util.pm
bf8d7753
YO
261cpan/autodie/lib/Fatal.pm Make errors in functions/builtins fatal
262cpan/autodie/t/00-load.t autodie - basic load
c7e47358 263cpan/autodie/t/args.t
bf8d7753 264cpan/autodie/t/autodie.t autodie - Basic functionality
3dfcef7e 265cpan/autodie/t/autodie_skippy.pm
bf8d7753
YO
266cpan/autodie/t/autodie_test_module.pm autodie - test helper
267cpan/autodie/t/backcompat.t autodie - More Fatal backcompat
268cpan/autodie/t/basic_exceptions.t autodie - Basic exception tests
269cpan/autodie/t/binmode.t autodie - Binmode testing
270cpan/autodie/t/blog_hints.t autodie - Tests fro PJF's blog
271cpan/autodie/t/caller.t autodie - Caller diagnostics
273225d4
CBW
272cpan/autodie/t/chmod.t
273cpan/autodie/t/chown.t
bf8d7753
YO
274cpan/autodie/t/context.t autodie - Context clobbering tests
275cpan/autodie/t/context_lexical.t autodie - Context clobbering lexically
273225d4 276cpan/autodie/t/core-trampoline-slurp.t
bf8d7753
YO
277cpan/autodie/t/crickey.t autodie - Like an Australian
278cpan/autodie/t/dbmopen.t autodie - dbm tests
a009834b 279cpan/autodie/t/eval_error.t
bf8d7753 280cpan/autodie/t/exception_class.t autodie - Exception class subclasses
ea6c7d00 281cpan/autodie/t/exception_nonref.t
bf8d7753
YO
282cpan/autodie/t/exceptions.t autodie - 5.10 exception tests.
283cpan/autodie/t/exec.t autodie - exec tests.
284cpan/autodie/t/Fatal.t autodie - Fatal backcompatibility
285cpan/autodie/t/filehandles.t autodie - filehandle tests
286cpan/autodie/t/fileno.t autodie - fileno tests
287cpan/autodie/t/flock.t autodie - File locking tests
288cpan/autodie/t/format-clobber.t autodie - Don't clobber scalars
289cpan/autodie/t/hints.t autodie - Test hints interface
290cpan/autodie/t/hints_insist.t autodie - Test hints insistance
291cpan/autodie/t/hints_pod_examples.t autodie - Test hints POD examples
292cpan/autodie/t/hints_provider_does.t autodie - Test hints/does roles
293cpan/autodie/t/hints_provider_easy_does_it.t autodie - Test easy hints/does
294cpan/autodie/t/hints_provider_isa.t autodie - Test hints/inheritance
ebf27bc8 295cpan/autodie/t/import-into.t
bf8d7753
YO
296cpan/autodie/t/internal.t autodie - internal interface tests
297cpan/autodie/t/internal-backcompat.t autodie - Back-compatibility tests
273225d4 298cpan/autodie/t/kill.t
bf8d7753
YO
299cpan/autodie/t/lethal.t autodie - lethal is the one true name
300cpan/autodie/t/lib/autodie/test/au.pm autodie - Australian helper
301cpan/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
302cpan/autodie/t/lib/autodie/test/badname.pm autodie - Bad exception class
303cpan/autodie/t/lib/autodie/test/missing.pm autodie - Missing exception class
304cpan/autodie/t/lib/Caller_helper.pm autodie - Caller helper
305cpan/autodie/t/lib/Hints_pod_examples.pm autodie - Hints/pod helper
306cpan/autodie/t/lib/Hints_provider_does.pm autodie - Hints/does helper
e853d226 307cpan/autodie/t/lib/Hints_provider_easy_does_it.pm autodie - Hints/easy helper
bf8d7753
YO
308cpan/autodie/t/lib/Hints_provider_isa.pm autodie - Hints/inherit helper
309cpan/autodie/t/lib/Hints_test.pm autodie - Hints test helper
310cpan/autodie/t/lib/lethal.pm autodie - with a better name
311cpan/autodie/t/lib/my/autodie.pm autodie - blog_hints.t helper
ebf27bc8 312cpan/autodie/t/lib/my/pragma.pm
bf8d7753
YO
313cpan/autodie/t/lib/OtherTypes.pm autodie - Format clobberer helper.
314cpan/autodie/t/lib/pujHa/ghach.pm autodie - Like a Klingon
315cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
316cpan/autodie/t/lib/Some/Module.pm autodie - blog_hints.t helper
317cpan/autodie/t/mkdir.t autodie - filesystem tests
e4cce63d 318cpan/autodie/t/no-default.t
273225d4 319cpan/autodie/t/no_carp.t
bf8d7753 320cpan/autodie/t/open.t autodie - Testing open
ebf27bc8 321cpan/autodie/t/read.t
bf8d7753
YO
322cpan/autodie/t/recv.t autodie - send/recv tests
323cpan/autodie/t/repeat.t autodie - repeat autodie leak tests
c7e47358 324cpan/autodie/t/rt-74246.t
bf8d7753 325cpan/autodie/t/scope_leak.t autodie - file scope leak tests
273225d4 326cpan/autodie/t/skip.t
bf8d7753
YO
327cpan/autodie/t/string-eval-basic.t autodie - Basic string eval test
328cpan/autodie/t/string-eval-leak.t autodie - String eval leak test
329cpan/autodie/t/sysopen.t autodie - sysopen tests
273225d4 330cpan/autodie/t/touch_me
bf8d7753
YO
331cpan/autodie/t/truncate.t autodie - File truncation tests
332cpan/autodie/t/unlink.t autodie - Unlink system tests.
333cpan/autodie/t/user-context.t autodie - Context changes for usersubs
334cpan/autodie/t/usersub.t autodie - user subroutine tests
273225d4
CBW
335cpan/autodie/t/utf8_open.t
336cpan/autodie/t/utime.t
bf8d7753 337cpan/autodie/t/version.t autodie - versioning tests
e853d226 338cpan/autodie/t/version_tag.t
afbf6680
NC
339cpan/AutoLoader/lib/AutoLoader.pm Autoloader base class
340cpan/AutoLoader/lib/AutoSplit.pm Split up autoload functions
341cpan/AutoLoader/t/01AutoLoader.t See if AutoLoader works
342cpan/AutoLoader/t/02AutoSplit.t See if AutoSplit works
9bfb09e8 343cpan/bignum/gentest/backend.sh
6853e8af
RL
344cpan/bignum/gentest/scope-nested-const.sh
345cpan/bignum/gentest/scope-nested-hex-oct.sh
ca3af6c0 346cpan/bignum/lib/bigfloat.pm
bf8d7753
YO
347cpan/bignum/lib/bigint.pm bigint
348cpan/bignum/lib/bignum.pm bignum
349cpan/bignum/lib/bigrat.pm bigrat
350cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
351cpan/bignum/lib/Math/BigInt/Trace.pm bignum tracing
6853e8af 352cpan/bignum/lib/Math/BigRat/Trace.pm
ca3af6c0 353cpan/bignum/t/backend-gmp-bigfloat.t
9bfb09e8
N
354cpan/bignum/t/backend-gmp-bigint.t
355cpan/bignum/t/backend-gmp-bignum.t
356cpan/bignum/t/backend-gmp-bigrat.t
ca3af6c0 357cpan/bignum/t/backend-pari-bigfloat.t
9bfb09e8
N
358cpan/bignum/t/backend-pari-bigint.t
359cpan/bignum/t/backend-pari-bignum.t
360cpan/bignum/t/backend-pari-bigrat.t
bf8d7753 361cpan/bignum/t/bigexp.t See if bignum works
ca3af6c0 362cpan/bignum/t/bigfloat.t
bf8d7753
YO
363cpan/bignum/t/bigint.t See if bigint works
364cpan/bignum/t/bignum.t See if bignum works
365cpan/bignum/t/bigrat.t See if bigrat works
ca3af6c0 366cpan/bignum/t/const-bigfloat.t
6853e8af
RL
367cpan/bignum/t/const-bigint.t
368cpan/bignum/t/const-bignum.t
369cpan/bignum/t/const-bigrat.t
ca3af6c0
HS
370cpan/bignum/t/down-mbi-up-mbf.t
371cpan/bignum/t/down-mbi-up-mbr.t
372cpan/bignum/t/down-mbi-up-undef.t
373cpan/bignum/t/down-undef-up-mbf.t
374cpan/bignum/t/e_pi-bigfloat.t
6853e8af
RL
375cpan/bignum/t/e_pi-bigint.t
376cpan/bignum/t/e_pi-bignum.t
377cpan/bignum/t/e_pi-bigrat.t
ca3af6c0 378cpan/bignum/t/import-bigfloat.t
6853e8af
RL
379cpan/bignum/t/import-bigint.t
380cpan/bignum/t/import-bignum.t
381cpan/bignum/t/import-bigrat.t
bf8d7753 382cpan/bignum/t/in_effect.t See if in_effect() works
ca3af6c0 383cpan/bignum/t/infnan-bigfloat.t
6853e8af 384cpan/bignum/t/infnan-bigint.t
b7cde0a0
N
385cpan/bignum/t/infnan-bignum-mbf.t
386cpan/bignum/t/infnan-bignum-mbr.t
6853e8af 387cpan/bignum/t/infnan-bigrat.t
bf8d7753 388cpan/bignum/t/option_a.t See if bignum a => X works
ca3af6c0
HS
389cpan/bignum/t/option_a-bignum.t
390cpan/bignum/t/option_l-bigfloat.t
391cpan/bignum/t/option_l-bigint.t
392cpan/bignum/t/option_l-bignum.t
393cpan/bignum/t/option_l-bigrat.t
bf8d7753 394cpan/bignum/t/option_p.t See if bignum p => X works
ca3af6c0 395cpan/bignum/t/option_p-bignum.t
bf8d7753
YO
396cpan/bignum/t/overrides.t See if global overrides behave
397cpan/bignum/t/ratopt_a.t See if bigrat a => X works
ca3af6c0 398cpan/bignum/t/scope-bigfloat.t
6853e8af
RL
399cpan/bignum/t/scope-bigint.t
400cpan/bignum/t/scope-bignum.t
401cpan/bignum/t/scope-bigrat.t
402cpan/bignum/t/scope-nested-const.t
403cpan/bignum/t/scope-nested-hex-oct.t
3dfcef7e 404cpan/Compress-Raw-Bzip2/Bzip2.xs
d371e02a 405cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
51638bdf 406cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch
d371e02a
NC
407cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
408cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
409cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h
410cpan/Compress-Raw-Bzip2/bzip2-src/compress.c
411cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c
412cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c
d371e02a
NC
413cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c
414cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE
d371e02a 415cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c
d371e02a
NC
416cpan/Compress-Raw-Bzip2/fallback/constants.h
417cpan/Compress-Raw-Bzip2/fallback/constants.xs
71a82d22 418cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
d371e02a 419cpan/Compress-Raw-Bzip2/Makefile.PL
d371e02a 420cpan/Compress-Raw-Bzip2/private/MakeUtil.pm
d371e02a
NC
421cpan/Compress-Raw-Bzip2/t/000prereq.t
422cpan/Compress-Raw-Bzip2/t/01bzip2.t
423cpan/Compress-Raw-Bzip2/t/09limitoutput.t
fdaa82e4 424cpan/Compress-Raw-Bzip2/t/19nonpv.t
d371e02a
NC
425cpan/Compress-Raw-Bzip2/t/99pod.t
426cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm
427cpan/Compress-Raw-Bzip2/typemap
bf8d7753
YO
428cpan/Compress-Raw-Zlib/config.in Compress::Raw::Zlib
429cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib
430cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib
431cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib
432cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib
433cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib
434cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib
435cpan/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib
436cpan/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib
437cpan/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib
438cpan/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib
f3d3633e 439cpan/Compress-Raw-Zlib/t/19nonpv.t
c6f84bbd 440cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm
bf8d7753
YO
441cpan/Compress-Raw-Zlib/typemap Compress::Raw::Zlib
442cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib
443cpan/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib
444cpan/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib
445cpan/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib
446cpan/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib
447cpan/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib
448cpan/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib
449cpan/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib
450cpan/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib
451cpan/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib
452cpan/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib
453cpan/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib
454cpan/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib
455cpan/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib
456cpan/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib
457cpan/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib
458cpan/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib
459cpan/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib
460cpan/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib
461cpan/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib
462cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
463cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
464cpan/Config-Perl-V/t/10_base.t Config::Perl::V
465cpan/Config-Perl-V/t/20_plv56.t Config::Perl::V
466cpan/Config-Perl-V/t/21_plv58.t Config::Perl::V
467cpan/Config-Perl-V/t/22_plv510.t Config::Perl::V
468cpan/Config-Perl-V/t/23_plv512.t Config::Perl::V
469cpan/Config-Perl-V/t/24_plv514.t Config::Perl::V
470cpan/Config-Perl-V/t/25_plv516.t Config::Perl::V
471cpan/Config-Perl-V/t/25_plv5162.t Config::Perl::V
472cpan/Config-Perl-V/t/26_plv518.t Config::Perl::V
473cpan/Config-Perl-V/t/26_plv5182.t Config::Perl::V
474cpan/Config-Perl-V/t/27_plv5200.t Config::Perl::V
475cpan/Config-Perl-V/t/27_plv5202.t Config::Perl::V
476cpan/Config-Perl-V/t/28_plv5220.t Config::Perl::V
477cpan/Config-Perl-V/t/28_plv52201w.t Config::Perl::V
478cpan/Config-Perl-V/t/29_plv5235w.t Config::Perl::V
479cpan/Config-Perl-V/t/30_plv5240.t Config::Perl::V
480cpan/Config-Perl-V/t/31_plv52511.t Config::Perl::V
481cpan/Config-Perl-V/t/32_plv5261rc1.t Config::Perl::V
482cpan/Config-Perl-V/t/33_plv52711r.t Config::Perl::V
483cpan/Config-Perl-V/t/34_plv5280.t Config::Perl::V
484cpan/Config-Perl-V/t/35_plv52910g.t Config::Perl::V
485cpan/Config-Perl-V/t/36_plv5300.t Config::Perl::V
486cpan/Config-Perl-V/t/37_plv53111qm.t Config::Perl::V
487cpan/Config-Perl-V/t/38_plv5320tld.t Config::Perl::V
488cpan/Config-Perl-V/t/39_plv5340tqm.t Config::Perl::V
489cpan/Config-Perl-V/t/40_plv5358dnqm.t Config::Perl::V
490cpan/Config-Perl-V/t/41_plv5360dnqm.t Config::Perl::V
491cpan/Config-Perl-V/t/42_plv5373tld.t Config::Perl::V
492cpan/Config-Perl-V/t/43_plv53710rcs.t Test file related to Config::Perl::V
493cpan/Config-Perl-V/V.pm Config::Perl::V
494cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm
495cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network
496cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm
497cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm
498cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm
499cpan/CPAN/lib/CPAN/CacheMgr.pm helper package for CPAN.pm
500cpan/CPAN/lib/CPAN/Complete.pm helper package for CPAN.pm
501cpan/CPAN/lib/CPAN/Debug.pm helper package for CPAN.pm
502cpan/CPAN/lib/CPAN/DeferredCode.pm helper package for CPAN.pm
503cpan/CPAN/lib/CPAN/Distribution.pm helper package for CPAN.pm
504cpan/CPAN/lib/CPAN/Distroprefs.pm helper package for CPAN.pm
505cpan/CPAN/lib/CPAN/Distrostatus.pm helper package for CPAN.pm
506cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm helper package for CPAN.pm
6df60a5f
NC
507cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm helper package for CPAN.pm
508cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm helper package for CPAN.pm
4ea805df 509cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm helper package for CPAN.pm
bf8d7753
YO
510cpan/CPAN/lib/CPAN/FirstTime.pm Utility for creating CPAN config files
511cpan/CPAN/lib/CPAN/FTP.pm helper package for CPAN.pm
512cpan/CPAN/lib/CPAN/FTP/netrc.pm helper package for CPAN.pm
513cpan/CPAN/lib/CPAN/HandleConfig.pm helper package for CPAN.pm
514cpan/CPAN/lib/CPAN/HTTP/Client.pm helper package for CPAN.pm
515cpan/CPAN/lib/CPAN/HTTP/Credentials.pm helper package for CPAN.pm
516cpan/CPAN/lib/CPAN/Index.pm helper package for CPAN.pm
517cpan/CPAN/lib/CPAN/InfoObj.pm helper package for CPAN.pm
518cpan/CPAN/lib/CPAN/Kwalify.pm helper package for CPAN.pm
6df60a5f 519cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd helper file for validating config files
bf8d7753
YO
520cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml helper file for validating config files
521cpan/CPAN/lib/CPAN/LWP/UserAgent.pm helper package for CPAN.pm
522cpan/CPAN/lib/CPAN/Mirrors.pm helper package for CPAN.pm
523cpan/CPAN/lib/CPAN/Module.pm helper package for CPAN.pm
524cpan/CPAN/lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
79116533
SH
525cpan/CPAN/lib/CPAN/Plugin.pm
526cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
6df60a5f 527cpan/CPAN/lib/CPAN/Prompt.pm
bf8d7753 528cpan/CPAN/lib/CPAN/Queue.pm queueing system for CPAN.pm
6df60a5f 529cpan/CPAN/lib/CPAN/Shell.pm
bf8d7753 530cpan/CPAN/lib/CPAN/Tarzip.pm helper package for CPAN.pm
6df60a5f 531cpan/CPAN/lib/CPAN/URL.pm
bf8d7753
YO
532cpan/CPAN/lib/CPAN/Version.pm Simple math with different flavors of version strings
533cpan/CPAN/PAUSE2003.pub CPAN public key
534cpan/CPAN/PAUSE2005.pub CPAN public key
535cpan/CPAN/PAUSE2007.pub CPAN public key
536cpan/CPAN/PAUSE2009.pub CPAN public key
3dfcef7e 537cpan/CPAN/PAUSE2011.pub
02895be6 538cpan/CPAN/PAUSE2022.pub
bf8d7753
YO
539cpan/CPAN/scripts/cpan easily interact with CPAN from the command line
540cpan/CPAN/t/01loadme.t See if CPAN the module works
541cpan/CPAN/t/02nox.t See if CPAN::Nox works
542cpan/CPAN/t/03pkgs.t See if CPAN::Version works
543cpan/CPAN/t/10version.t See if CPAN the module works
544cpan/CPAN/t/11mirroredby.t See if CPAN::Mirrored::By works
4ccd1515 545cpan/CPAN/t/32pushyhttps.t
f33f0562
KE
546cpan/CPAN-Meta/corpus/BadMETA.yml
547cpan/CPAN-Meta/corpus/bareyaml.meta
548cpan/CPAN-Meta/corpus/CL018_yaml.meta
549cpan/CPAN-Meta/corpus/json.meta
550cpan/CPAN-Meta/corpus/META-VR.json
551cpan/CPAN-Meta/corpus/META-VR.yml
552cpan/CPAN-Meta/corpus/yaml.meta
3dfcef7e 553cpan/CPAN-Meta/lib/CPAN/Meta.pm
c05760c6
DG
554cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
555cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
3dfcef7e 556cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
29fba139
CBW
557cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
558cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
559cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
560cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
561cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
5f8324b5 562cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
c05760c6
DG
563cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
564cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
565cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
f33f0562 566cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm
3dfcef7e 567cpan/CPAN-Meta/t/converter.t
c05760c6
DG
568cpan/CPAN-Meta/t/converter-bad.t
569cpan/CPAN-Meta/t/converter-fail.t
44d8255e 570cpan/CPAN-Meta/t/converter-fragments.t
c05760c6
DG
571cpan/CPAN-Meta/t/data-fail/META-1_0.yml
572cpan/CPAN-Meta/t/data-fail/META-1_1.yml
573cpan/CPAN-Meta/t/data-fail/META-1_2.yml
574cpan/CPAN-Meta/t/data-fail/META-1_3.yml
575cpan/CPAN-Meta/t/data-fail/META-1_4.yml
576cpan/CPAN-Meta/t/data-fail/META-2.json
229563a9
SH
577cpan/CPAN-Meta/t/data-fixable/107650337-META.yml
578cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml
579cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml
580cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml
581cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml
582cpan/CPAN-Meta/t/data-fixable/284247103-META.yml
583cpan/CPAN-Meta/t/data-fixable/344981821-META.yml
584cpan/CPAN-Meta/t/data-fixable/35478989-META.yml
585cpan/CPAN-Meta/t/data-fixable/98042513-META.yml
56583f24
SH
586cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json
587cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml
229563a9
SH
588cpan/CPAN-Meta/t/data-fixable/META-1_2.yml
589cpan/CPAN-Meta/t/data-fixable/META-1_3.yml
590cpan/CPAN-Meta/t/data-fixable/META-1_4.yml
591cpan/CPAN-Meta/t/data-fixable/META-2.json
229563a9
SH
592cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json
593cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml
594cpan/CPAN-Meta/t/data-fixable/restrictive-2.json
595cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json
596cpan/CPAN-Meta/t/data-test/gpl-1_4.yml
597cpan/CPAN-Meta/t/data-test/META-1_0.yml
598cpan/CPAN-Meta/t/data-test/META-1_1.yml
599cpan/CPAN-Meta/t/data-test/META-1_2.yml
600cpan/CPAN-Meta/t/data-test/META-1_3.yml
601cpan/CPAN-Meta/t/data-test/META-1_4.yml
602cpan/CPAN-Meta/t/data-test/META-2.json
85b1cb07 603cpan/CPAN-Meta/t/data-test/META-2.meta
2b771c51 604cpan/CPAN-Meta/t/data-test/preserve-release-status.yml
229563a9
SH
605cpan/CPAN-Meta/t/data-test/provides-version-missing.json
606cpan/CPAN-Meta/t/data-test/resources.yml
607cpan/CPAN-Meta/t/data-test/restricted-2.json
608cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml
609cpan/CPAN-Meta/t/data-test/unicode.yml
610cpan/CPAN-Meta/t/data-test/version-not-normal.json
611cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml
612cpan/CPAN-Meta/t/data-test/version-ranges-2.json
f33f0562 613cpan/CPAN-Meta/t/data-test/x_deprecated-META.json
229563a9
SH
614cpan/CPAN-Meta/t/data-valid/1122575719-META.yml
615cpan/CPAN-Meta/t/data-valid/1206545041-META.yml
616cpan/CPAN-Meta/t/data-valid/1985684504-META.yml
617cpan/CPAN-Meta/t/data-valid/476602558-META.yml
618cpan/CPAN-Meta/t/data-valid/META-1_0.yml
619cpan/CPAN-Meta/t/data-valid/META-1_1.yml
f33f0562
KE
620cpan/CPAN-Meta/t/data-valid/META-1_4.yml
621cpan/CPAN-Meta/t/data-valid/META-2.json
229563a9 622cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
f33f0562
KE
623cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml
624cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
c05760c6 625cpan/CPAN-Meta/t/load-bad.t
5f8324b5 626cpan/CPAN-Meta/t/merge.t
c05760c6
DG
627cpan/CPAN-Meta/t/meta-obj.t
628cpan/CPAN-Meta/t/no-index.t
b907e848 629cpan/CPAN-Meta/t/optional_feature-merge.t
f33f0562
KE
630cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t
631cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t
632cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t
633cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t
3dfcef7e 634cpan/CPAN-Meta/t/prereqs.t
c05760c6
DG
635cpan/CPAN-Meta/t/prereqs-finalize.t
636cpan/CPAN-Meta/t/prereqs-merge.t
f33f0562 637cpan/CPAN-Meta/t/README-data.txt
c05760c6
DG
638cpan/CPAN-Meta/t/repository.t
639cpan/CPAN-Meta/t/save-load.t
640cpan/CPAN-Meta/t/validator.t
3dfcef7e
YO
641cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
642cpan/CPAN-Meta-Requirements/t/accepts.t
643cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
644cpan/CPAN-Meta-Requirements/t/basic.t
645cpan/CPAN-Meta-Requirements/t/finalize.t
646cpan/CPAN-Meta-Requirements/t/from-hash.t
647cpan/CPAN-Meta-Requirements/t/merge.t
648cpan/CPAN-Meta-Requirements/t/strings.t
bf8d7753 649cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm CPAN-Meta-YAML files
2954a1e9 650cpan/CPAN-Meta-YAML/t/01_api.t
bf8d7753 651cpan/CPAN-Meta-YAML/t/01_compile.t CPAN-Meta-YAML files
2954a1e9
CBW
652cpan/CPAN-Meta-YAML/t/10_read.t
653cpan/CPAN-Meta-YAML/t/11_read_string.t
654cpan/CPAN-Meta-YAML/t/12_write.t
655cpan/CPAN-Meta-YAML/t/13_write_string.t
bf8d7753 656cpan/CPAN-Meta-YAML/t/20_subclass.t CPAN-Meta-YAML files
2954a1e9
CBW
657cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
658cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
659cpan/CPAN-Meta-YAML/t/31_local_tml.t
660cpan/CPAN-Meta-YAML/t/32_world_tml.t
23741be4 661cpan/CPAN-Meta-YAML/t/86_fail.t
2954a1e9
CBW
662cpan/CPAN-Meta-YAML/t/data/ascii.yml
663cpan/CPAN-Meta-YAML/t/data/latin1.yml
bf8d7753
YO
664cpan/CPAN-Meta-YAML/t/data/multibyte.yml CPAN-Meta-YAML files
665cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml CPAN-Meta-YAML files
2954a1e9 666cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
614148a1 667cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm
2954a1e9
CBW
668cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
669cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
670cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
671cpan/CPAN-Meta-YAML/t/README.md
672cpan/CPAN-Meta-YAML/t/tml
673cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
674cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
675cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
676cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
e586de20 677cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml
2954a1e9
CBW
678cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
679cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
680cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
681cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
682cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
683cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
684cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
685cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
686cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
687cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
688cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
689cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
690cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
691cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
692cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
693cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
694cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
695cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
696cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
697cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
2954a1e9 698cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
3dfcef7e 699cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
bf8d7753
YO
700cpan/DB_File/config.in Part of Berkeley DB configuration
701cpan/DB_File/DB_File.pm Berkeley DB extension Perl module
702cpan/DB_File/DB_File.xs Berkeley DB extension external subroutines
703cpan/DB_File/dbinfo Berkeley DB database version checker
31f2b81e 704cpan/DB_File/hints/bitrig.pl
bf8d7753 705cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
31f2b81e
CBW
706cpan/DB_File/hints/minix.pl
707cpan/DB_File/hints/netbsd.pl
708cpan/DB_File/hints/openbsd.pl
bf8d7753
YO
709cpan/DB_File/hints/sco.pl Hint for DB_File for named architecture
710cpan/DB_File/Makefile.PL Berkeley DB extension makefile writer
711cpan/DB_File/t/db-btree.t See if DB_File works
712cpan/DB_File/t/db-hash.t See if DB_File works
713cpan/DB_File/t/db-recno.t See if DB_File works
714cpan/DB_File/t/db-threads.t See if DB_File works
715cpan/DB_File/typemap Berkeley DB extension interface types
716cpan/DB_File/version.c Berkeley DB extension interface version check
551856fd
TR
717cpan/Digest/lib/Digest.pm
718cpan/Digest/lib/Digest/base.pm
719cpan/Digest/lib/Digest/file.pm
bf8d7753
YO
720cpan/Digest/t/base.t See if Digest extensions work
721cpan/Digest/t/digest.t See if Digest extensions work
722cpan/Digest/t/file.t See if Digest extensions work
723cpan/Digest/t/lib/Digest/Dummy.pm See if Digest extensions work
3dfcef7e 724cpan/Digest/t/security.t See if Digest extensions work
ecc8f9b5
NC
725cpan/Digest-MD5/hints/dec_osf.pl Hints for named architecture
726cpan/Digest-MD5/hints/irix_6.pl Hints for named architecture
727cpan/Digest-MD5/hints/MacOS.pl Hints for named architecture
728cpan/Digest-MD5/Makefile.PL Digest::MD5 extension makefile writer
729cpan/Digest-MD5/MD5.pm Digest::MD5 extension
730cpan/Digest-MD5/MD5.xs Digest::MD5 extension
ecc8f9b5
NC
731cpan/Digest-MD5/t/align.t See if Digest::MD5 extension works
732cpan/Digest-MD5/t/badfile.t See if Digest::MD5 extension works
733cpan/Digest-MD5/t/bits.t See if Digest::MD5 extension works
734cpan/Digest-MD5/t/clone.t See if Digest::MD5 extension works
735cpan/Digest-MD5/t/files.t See if Digest::MD5 extension works
736cpan/Digest-MD5/t/md5-aaa.t See if Digest::MD5 extension works
62d37bf0 737cpan/Digest-MD5/t/threads.t See if Digest::MD5 extension works
ecc8f9b5 738cpan/Digest-MD5/t/utf8.t See if Digest::MD5 extension works
897b79c3 739cpan/Digest-MD5/t/warns.t
ecc8f9b5 740cpan/Digest-MD5/typemap Digest::MD5 extension
a8fcbca8
NC
741cpan/Digest-SHA/lib/Digest/SHA.pm Digest::SHA extension
742cpan/Digest-SHA/Makefile.PL Digest::SHA Makefile.PL
a8fcbca8 743cpan/Digest-SHA/SHA.xs Digest::SHA extension
3dfcef7e 744cpan/Digest-SHA/shasum shasum script
eaacb23f 745cpan/Digest-SHA/src/sdf.c Digest::SHA extension
a8fcbca8
NC
746cpan/Digest-SHA/src/sha.c Digest::SHA extension
747cpan/Digest-SHA/src/sha.h Digest::SHA extension
3dfcef7e
YO
748cpan/Digest-SHA/src/sha64bit.c Digest::SHA extension
749cpan/Digest-SHA/src/sha64bit.h Digest::SHA extension
a8fcbca8
NC
750cpan/Digest-SHA/t/allfcns.t See if Digest::SHA works
751cpan/Digest-SHA/t/base64.t See if Digest::SHA works
752cpan/Digest-SHA/t/bitbuf.t See if Digest::SHA works
b495b81b 753cpan/Digest-SHA/t/bitorder.t
65484cb9 754cpan/Digest-SHA/t/fips180-4.t See if Digest::SHA works
a8fcbca8 755cpan/Digest-SHA/t/fips198.t See if Digest::SHA works
a8fcbca8 756cpan/Digest-SHA/t/gg.t See if Digest::SHA works
3dfcef7e 757cpan/Digest-SHA/t/gglong.t See if Digest::SHA works
a8fcbca8 758cpan/Digest-SHA/t/hmacsha.t See if Digest::SHA works
207902b1 759cpan/Digest-SHA/t/inheritance.t
a8fcbca8
NC
760cpan/Digest-SHA/t/ireland.t See if Digest::SHA works
761cpan/Digest-SHA/t/methods.t See if Digest::SHA works
762cpan/Digest-SHA/t/nistbit.t See if Digest::SHA works
763cpan/Digest-SHA/t/nistbyte.t See if Digest::SHA works
764cpan/Digest-SHA/t/rfc2202.t See if Digest::SHA works
765cpan/Digest-SHA/t/sha1.t See if Digest::SHA works
766cpan/Digest-SHA/t/sha224.t See if Digest::SHA works
767cpan/Digest-SHA/t/sha256.t See if Digest::SHA works
768cpan/Digest-SHA/t/sha384.t See if Digest::SHA works
769cpan/Digest-SHA/t/sha512.t See if Digest::SHA works
7123ec76 770cpan/Digest-SHA/t/state.t See if Digest::SHA works
7720cfb2 771cpan/Digest-SHA/t/unicode.t
a8fcbca8
NC
772cpan/Digest-SHA/t/woodbury.t See if Digest::SHA works
773cpan/Digest-SHA/typemap Typemap for Digest::SHA
bf8d7753
YO
774cpan/Encode/bin/enc2xs Encode module generator
775cpan/Encode/bin/encguess guess character encodings of files
776cpan/Encode/bin/piconv iconv by perl
777cpan/Encode/bin/ucm2table Table Generator for testing
778cpan/Encode/bin/ucmlint A UCM Lint utility
779cpan/Encode/bin/ucmsort A UCM sort utility
780cpan/Encode/bin/unidump Unicode Dump like hexdump(1)
781cpan/Encode/Byte/Byte.pm Encode extension
782cpan/Encode/Byte/Makefile.PL Encode extension
783cpan/Encode/CN/CN.pm Encode extension
784cpan/Encode/CN/Makefile.PL Encode extension
785cpan/Encode/EBCDIC/EBCDIC.pm Encode extension
786cpan/Encode/EBCDIC/Makefile.PL Encode extension
787cpan/Encode/encengine.c Encode extension
788cpan/Encode/Encode.pm Mother of all Encode extensions
789cpan/Encode/Encode.xs Encode extension
790cpan/Encode/Encode/_PM.e2x Skeleton file for enc2xs
791cpan/Encode/Encode/_T.e2x Skeleton file for enc2xs
792cpan/Encode/Encode/Changes.e2x Skeleton file for enc2xs
793cpan/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs
794cpan/Encode/Encode/encode.h Encode extension header file
795cpan/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs
796cpan/Encode/Encode/README.e2x Skeleton file for enc2xs
797cpan/Encode/encoding.pm Perl Pragmatic Module
798cpan/Encode/JP/JP.pm Encode extension
799cpan/Encode/JP/Makefile.PL Encode extension
800cpan/Encode/KR/KR.pm Encode extension
801cpan/Encode/KR/Makefile.PL Encode extension
802cpan/Encode/lib/Encode/Alias.pm Encode extension
803cpan/Encode/lib/Encode/CJKConstants.pm Encode extension
804cpan/Encode/lib/Encode/CN/HZ.pm Encode extension
805cpan/Encode/lib/Encode/Config.pm Encode configuration module
806cpan/Encode/lib/Encode/Encoder.pm OO Encoder
807cpan/Encode/lib/Encode/Encoding.pm Encode extension
808cpan/Encode/lib/Encode/GSM0338.pm Encode extension
809cpan/Encode/lib/Encode/Guess.pm Encode Extension
810cpan/Encode/lib/Encode/JP/H2Z.pm Encode extension
811cpan/Encode/lib/Encode/JP/JIS7.pm Encode extension
812cpan/Encode/lib/Encode/KR/2022_KR.pm Encode extension
813cpan/Encode/lib/Encode/MIME/Header.pm Encode extension
3dfcef7e 814cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension
bf8d7753
YO
815cpan/Encode/lib/Encode/MIME/Name.pm Encode extension
816cpan/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO
817cpan/Encode/lib/Encode/Supported.pod Documents for supported encodings
818cpan/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
819cpan/Encode/Makefile.PL Encode extension makefile writer
820cpan/Encode/Symbol/Makefile.PL Encode extension
821cpan/Encode/Symbol/Symbol.pm Encode extension
822cpan/Encode/t/Aliases.t test script
823cpan/Encode/t/at-cn.t test script
824cpan/Encode/t/at-tw.t test script
825cpan/Encode/t/big5-eten.enc test data
826cpan/Encode/t/big5-eten.utf test data
827cpan/Encode/t/big5-hkscs.enc test data
828cpan/Encode/t/big5-hkscs.utf test data
829cpan/Encode/t/CJKT.t test script
b9f6c370
CBW
830cpan/Encode/t/cow.t
831cpan/Encode/t/decode.t
bf8d7753
YO
832cpan/Encode/t/enc_data.t test script for utf8 DATA
833cpan/Encode/t/enc_eucjp.t test script
834cpan/Encode/t/enc_module.enc test data for t/enc_module.t
835cpan/Encode/t/enc_module.t test script
836cpan/Encode/t/enc_utf8.t test script
837cpan/Encode/t/Encode.t test script
838cpan/Encode/t/Encoder.t test script
839cpan/Encode/t/encoding.t test script
840cpan/Encode/t/encoding-locale.t test script
841cpan/Encode/t/fallback.t test script
842cpan/Encode/t/from_to.t test script
843cpan/Encode/t/gb2312.enc test data
844cpan/Encode/t/gb2312.utf test data
845cpan/Encode/t/grow.t test script
846cpan/Encode/t/gsm0338.t test script
847cpan/Encode/t/guess.t test script
33bbbd9c 848cpan/Encode/t/isa.t
bf8d7753
YO
849cpan/Encode/t/jis7-fallback.t test script
850cpan/Encode/t/jisx0201.enc test data
851cpan/Encode/t/jisx0201.utf test data
852cpan/Encode/t/jisx0208.enc test data
853cpan/Encode/t/jisx0208.utf test data
854cpan/Encode/t/jisx0212.enc test data
855cpan/Encode/t/jisx0212.utf test data
856cpan/Encode/t/jperl.t test script
857cpan/Encode/t/ksc5601.enc test data
858cpan/Encode/t/ksc5601.utf test data
859cpan/Encode/t/magic.t test script
860cpan/Encode/t/mime-header.t test script
861cpan/Encode/t/mime-name.t test script
862cpan/Encode/t/mime_header_iso2022jp.t test script
863cpan/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
864cpan/Encode/t/perlio.t test script
865cpan/Encode/t/piconv.t Test for piconv.t
866cpan/Encode/t/rt.pl test script
867cpan/Encode/t/rt113164.t test script
868cpan/Encode/t/rt65541.t test script
869cpan/Encode/t/rt76824.t test script
870cpan/Encode/t/rt85489.t test script
871cpan/Encode/t/rt86327.t test script
bbf2f5be 872cpan/Encode/t/taint.t
3f60a930
AC
873cpan/Encode/t/truncated_utf8.t
874cpan/Encode/t/undef.t
bf8d7753
YO
875cpan/Encode/t/unibench.pl benchmark script
876cpan/Encode/t/Unicode.t test script
7167e196 877cpan/Encode/t/Unicode_trailing_nul.t
3f60a930 878cpan/Encode/t/use-Encode-Alias.t
ab5cf2ea 879cpan/Encode/t/utf32warnings.t
bf8d7753
YO
880cpan/Encode/t/utf8ref.t test script
881cpan/Encode/t/utf8strict.t test script
44f85850 882cpan/Encode/t/utf8warnings.t
bbe6f202 883cpan/Encode/t/xml.t
bf8d7753
YO
884cpan/Encode/TW/Makefile.PL Encode extension
885cpan/Encode/TW/TW.pm Encode extension
886cpan/Encode/ucm/8859-1.ucm Unicode Character Map
887cpan/Encode/ucm/8859-10.ucm Unicode Character Map
888cpan/Encode/ucm/8859-11.ucm Unicode Character Map
889cpan/Encode/ucm/8859-13.ucm Unicode Character Map
890cpan/Encode/ucm/8859-14.ucm Unicode Character Map
891cpan/Encode/ucm/8859-15.ucm Unicode Character Map
892cpan/Encode/ucm/8859-16.ucm Unicode Character Map
893cpan/Encode/ucm/8859-2.ucm Unicode Character Map
894cpan/Encode/ucm/8859-3.ucm Unicode Character Map
895cpan/Encode/ucm/8859-4.ucm Unicode Character Map
896cpan/Encode/ucm/8859-5.ucm Unicode Character Map
897cpan/Encode/ucm/8859-6.ucm Unicode Character Map
898cpan/Encode/ucm/8859-7.ucm Unicode Character Map
899cpan/Encode/ucm/8859-8.ucm Unicode Character Map
900cpan/Encode/ucm/8859-9.ucm Unicode Character Map
901cpan/Encode/ucm/adobeStdenc.ucm Unicode Character Map
902cpan/Encode/ucm/adobeSymbol.ucm Unicode Character Map
903cpan/Encode/ucm/adobeZdingbat.ucm Unicode Character Map
904cpan/Encode/ucm/ascii.ucm Unicode Character Map
905cpan/Encode/ucm/big5-eten.ucm Unicode Character Map
906cpan/Encode/ucm/big5-hkscs.ucm Unicode Character Map
907cpan/Encode/ucm/cp037.ucm Unicode Character Map
908cpan/Encode/ucm/cp1006.ucm Unicode Character Map
909cpan/Encode/ucm/cp1026.ucm Unicode Character Map
910cpan/Encode/ucm/cp1047.ucm Unicode Character Map
911cpan/Encode/ucm/cp1250.ucm Unicode Character Map
912cpan/Encode/ucm/cp1251.ucm Unicode Character Map
913cpan/Encode/ucm/cp1252.ucm Unicode Character Map
914cpan/Encode/ucm/cp1253.ucm Unicode Character Map
915cpan/Encode/ucm/cp1254.ucm Unicode Character Map
916cpan/Encode/ucm/cp1255.ucm Unicode Character Map
917cpan/Encode/ucm/cp1256.ucm Unicode Character Map
918cpan/Encode/ucm/cp1257.ucm Unicode Character Map
919cpan/Encode/ucm/cp1258.ucm Unicode Character Map
920cpan/Encode/ucm/cp424.ucm Unicode Character Map
921cpan/Encode/ucm/cp437.ucm Unicode Character Map
922cpan/Encode/ucm/cp500.ucm Unicode Character Map
923cpan/Encode/ucm/cp737.ucm Unicode Character Map
924cpan/Encode/ucm/cp775.ucm Unicode Character Map
925cpan/Encode/ucm/cp850.ucm Unicode Character Map
926cpan/Encode/ucm/cp852.ucm Unicode Character Map
927cpan/Encode/ucm/cp855.ucm Unicode Character Map
928cpan/Encode/ucm/cp856.ucm Unicode Character Map
929cpan/Encode/ucm/cp857.ucm Unicode Character Map
930cpan/Encode/ucm/cp858.ucm Unicode Character Map
931cpan/Encode/ucm/cp860.ucm Unicode Character Map
932cpan/Encode/ucm/cp861.ucm Unicode Character Map
933cpan/Encode/ucm/cp862.ucm Unicode Character Map
934cpan/Encode/ucm/cp863.ucm Unicode Character Map
935cpan/Encode/ucm/cp864.ucm Unicode Character Map
936cpan/Encode/ucm/cp865.ucm Unicode Character Map
937cpan/Encode/ucm/cp866.ucm Unicode Character Map
938cpan/Encode/ucm/cp869.ucm Unicode Character Map
939cpan/Encode/ucm/cp874.ucm Unicode Character Map
940cpan/Encode/ucm/cp875.ucm Unicode Character Map
941cpan/Encode/ucm/cp932.ucm Unicode Character Map
942cpan/Encode/ucm/cp936.ucm Unicode Character Map
943cpan/Encode/ucm/cp949.ucm Unicode Character Map
944cpan/Encode/ucm/cp950.ucm Unicode Character Map
945cpan/Encode/ucm/ctrl.ucm Unicode Character Map
946cpan/Encode/ucm/dingbats.ucm Unicode Character Map
947cpan/Encode/ucm/euc-cn.ucm Unicode Character Map
948cpan/Encode/ucm/euc-jp.ucm Unicode Character Map
949cpan/Encode/ucm/euc-kr.ucm Unicode Character Map
950cpan/Encode/ucm/gb12345.ucm Unicode Character Map
951cpan/Encode/ucm/gb2312.ucm Unicode Character Map
952cpan/Encode/ucm/hp-roman8.ucm Unicode Character Map
953cpan/Encode/ucm/ir-165.ucm Unicode Character Map
954cpan/Encode/ucm/jis0201.ucm Unicode Character Map
955cpan/Encode/ucm/jis0208.ucm Unicode Character Map
956cpan/Encode/ucm/jis0212.ucm Unicode Character Map
957cpan/Encode/ucm/johab.ucm Unicode Character Map
958cpan/Encode/ucm/koi8-f.ucm Unicode Character Map
959cpan/Encode/ucm/koi8-r.ucm Unicode Character Map
960cpan/Encode/ucm/koi8-u.ucm Unicode Character Map
961cpan/Encode/ucm/ksc5601.ucm Unicode Character Map
962cpan/Encode/ucm/macArabic.ucm Unicode Character Map
963cpan/Encode/ucm/macCentEuro.ucm Unicode Character Map
964cpan/Encode/ucm/macChinsimp.ucm Unicode Character Map
965cpan/Encode/ucm/macChintrad.ucm Unicode Character Map
966cpan/Encode/ucm/macCroatian.ucm Unicode Character Map
967cpan/Encode/ucm/macCyrillic.ucm Unicode Character Map
968cpan/Encode/ucm/macDingbats.ucm Unicode Character Map
969cpan/Encode/ucm/macFarsi.ucm Unicode Character Map
970cpan/Encode/ucm/macGreek.ucm Unicode Character Map
971cpan/Encode/ucm/macHebrew.ucm Unicode Character Map
972cpan/Encode/ucm/macIceland.ucm Unicode Character Map
973cpan/Encode/ucm/macJapanese.ucm Unicode Character Map
974cpan/Encode/ucm/macKorean.ucm Unicode Character Map
975cpan/Encode/ucm/macRoman.ucm Unicode Character Map
976cpan/Encode/ucm/macROMnn.ucm Unicode Character Map
977cpan/Encode/ucm/macRUMnn.ucm Unicode Character Map
978cpan/Encode/ucm/macSami.ucm Unicode Character Map
979cpan/Encode/ucm/macSymbol.ucm Unicode Character Map
980cpan/Encode/ucm/macThai.ucm Unicode Character Map
981cpan/Encode/ucm/macTurkish.ucm Unicode Character Map
982cpan/Encode/ucm/macUkraine.ucm Unicode Character Map
983cpan/Encode/ucm/nextstep.ucm Unicode Character Map
984cpan/Encode/ucm/null.ucm Unicode Character Map
985cpan/Encode/ucm/posix-bc.ucm Unicode Character Map
986cpan/Encode/ucm/shiftjis.ucm Unicode Character Map
987cpan/Encode/ucm/symbol.ucm Unicode Character Map
988cpan/Encode/ucm/viscii.ucm Unicode Character Map
989cpan/Encode/Unicode/Makefile.PL Encode extension
990cpan/Encode/Unicode/Unicode.pm Encode extension
991cpan/Encode/Unicode/Unicode.xs Encode extension
de84ff2b 992cpan/experimental/lib/experimental.pm
d6dd17c5 993cpan/experimental/lib/stable.pm
de84ff2b 994cpan/experimental/t/basic.t
61089260 995cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
3dfcef7e 996cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
61089260
NC
997cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
998cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
999cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
1000cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works
d393d7e5 1001cpan/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
3dfcef7e 1002cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
d393d7e5
CBW
1003cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm Manipulates .packlist files
1004cpan/ExtUtils-Install/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
3dfcef7e 1005cpan/ExtUtils-Install/t/Install.t See if ExtUtils::Install works
d393d7e5
CBW
1006cpan/ExtUtils-Install/t/Installapi2.t See if new api for ExtUtils::Install::install() works
1007cpan/ExtUtils-Install/t/Installed.t See if ExtUtils::Installed works
d393d7e5
CBW
1008cpan/ExtUtils-Install/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
1009cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1010cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1011cpan/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints
1012cpan/ExtUtils-Install/t/Packlist.t See if Packlist works
bf8d7753 1013cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
024665c4 1014cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1015cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
1016cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries
1017cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
1018cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
1019cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
1020cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
024665c4 1021cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm Module related to ExtUtils::MakeMaker
bf8d7753 1022cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
024665c4
YO
1023cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm Module related to ExtUtils::MakeMaker
1024cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1025cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
1026cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
1027cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class
1028cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
1029cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
1030cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
1031cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
1032cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin
1033cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
1034cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
1035cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
1036cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
1037cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm MakeMaker methods for OS 390
1038cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
1039cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
1040cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
1041cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
1042cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
1043cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
1044cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
1045cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class
1046cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
1047cpan/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile
024665c4
YO
1048cpan/ExtUtils-MakeMaker/t/01perl_bugs.t Test file related to ExtUtils::MakeMaker
1049cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t Test file related to ExtUtils::MakeMaker
1050cpan/ExtUtils-MakeMaker/t/03-xsstatic.t Test file related to ExtUtils::MakeMaker
1051cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1052cpan/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check()
1053cpan/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility
1054cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module
1055cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages
1056cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works
1057cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config
024665c4 1058cpan/ExtUtils-MakeMaker/t/cp.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1059cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported
1060cpan/ExtUtils-MakeMaker/t/echo.t Test for ExtUtils::MakeMaker
024665c4 1061cpan/ExtUtils-MakeMaker/t/eu_command.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1062cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
1063cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker
1064cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works
1065cpan/ExtUtils-MakeMaker/t/hints.t See if hint files are honored.
1066cpan/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros
1067cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
1068cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker
1069cpan/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker
1070cpan/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker
1071cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities
1072cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1073cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities
1074cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1075cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles
1076cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints
1077cpan/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works
1078cpan/ExtUtils-MakeMaker/t/make.t See if make detection works
1079cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section
1080cpan/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works
1081cpan/ExtUtils-MakeMaker/t/meta_convert.t See if MakeMaker works
1082cpan/ExtUtils-MakeMaker/t/META_for_testing.json test data for MakeMaker
1083cpan/ExtUtils-MakeMaker/t/META_for_testing.yml test data for MakeMaker
1084cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml test data for MakeMaker
1085cpan/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works
1086cpan/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works
1087cpan/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile.
1088cpan/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl
1089cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
1090cpan/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works
1091cpan/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
1092cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
1093cpan/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works
1094cpan/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works
1095cpan/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works
1096cpan/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works
1097cpan/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works
1098cpan/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners
024665c4 1099cpan/ExtUtils-MakeMaker/t/os_unsupported.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1100cpan/ExtUtils-MakeMaker/t/parse_abstract.t See if parse_abstract works
1101cpan/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works
1102cpan/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker
1103cpan/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM
1104cpan/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker
1105cpan/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man
1106cpan/ExtUtils-MakeMaker/t/postamble.t See if postamble works
1107cpan/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX
1108cpan/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works
1109cpan/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works
1110cpan/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems
1111cpan/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works
1112cpan/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work
1113cpan/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct
1114cpan/ExtUtils-MakeMaker/t/several_authors.t See if multiple AUTHORs work
1115cpan/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works
1116cpan/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test
9dafbe2f
NC
1117cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker
1118cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker
bf8d7753 1119cpan/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works
024665c4 1120cpan/ExtUtils-MakeMaker/t/unicode.t Test file related to ExtUtils::MakeMaker
bf8d7753 1121cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
024665c4 1122cpan/ExtUtils-MakeMaker/t/vstrings.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1123cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
1124cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
1125cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
1126cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
1127cpan/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works
d972df9b
LT
1128cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm Implement pl2bat
1129cpan/ExtUtils-PL2Bat/t/make_executable.t Tests if ExtUtils::PL2Bat makes bat files that are executable
d8ae2330
NC
1130cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
1131cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests
16610ad9 1132cpan/File-Fetch/t/null_subclass.t
140ca009 1133cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r'
bfcc9519 1134cpan/File-Path/t/FilePathTest.pm See if File::Path works
140ca009 1135cpan/File-Path/t/Path.t See if File::Path works
3dfcef7e 1136cpan/File-Path/t/Path_root.t See if File::Path works
bfcc9519 1137cpan/File-Path/t/Path_win32.t See if File::Path works
30eb83e1 1138cpan/File-Path/t/taint.t See if File::Path works with -T
bf8d7753
YO
1139cpan/File-Temp/lib/File/Temp.pm create safe temporary files and file handles
1140cpan/File-Temp/t/cmp.t See if File::Temp works
1141cpan/File-Temp/t/fork.t See if File::Temp works
1142cpan/File-Temp/t/lock.t See if File::Temp works
1143cpan/File-Temp/t/mktemp.t See if File::Temp works
1144cpan/File-Temp/t/object.t See if File::Temp works
1145cpan/File-Temp/t/posix.t See if File::Temp works
1146cpan/File-Temp/t/rmtree.t See if File::Temp works
1147cpan/File-Temp/t/security.t See if File::Temp works
1148cpan/File-Temp/t/seekable.t See if File::Temp works
1149cpan/File-Temp/t/tempfile.t See if File::Temp works
1150cpan/Filter-Util-Call/Call.pm Filter::Util::Call extension module
1151cpan/Filter-Util-Call/Call.xs Filter::Util::Call extension external subroutines
aa22c994 1152cpan/Filter-Util-Call/filter-util.pl See if Filter::Util::Call works
bf8d7753 1153cpan/Filter-Util-Call/t/call.t See if Filter::Util::Call works
356231b0
SH
1154cpan/Filter-Util-Call/t/rt_101033.pm
1155cpan/Filter-Util-Call/t/rt_101033.t
f686c54e 1156cpan/Filter-Util-Call/t/rt_54452-rebless.t
b7c9f9b1 1157cpan/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions)
b7c9f9b1 1158cpan/Getopt-Long/t/gol-basic.t See if Getopt::Long works
b7c9f9b1
NC
1159cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works
1160cpan/Getopt-Long/t/gol-oo.t See if Getopt::Long works
1161cpan/Getopt-Long/t/gol-xargv.t See if Getopt::Long works
1162cpan/Getopt-Long/t/gol-xstring.t See if Getopt::Long works
73c832e4
CBW
1163cpan/HTTP-Tiny/corpus/auth-01.txt
1164cpan/HTTP-Tiny/corpus/auth-02.txt
1165cpan/HTTP-Tiny/corpus/auth-03.txt
1166cpan/HTTP-Tiny/corpus/auth-04.txt
1167cpan/HTTP-Tiny/corpus/auth-05.txt
1168cpan/HTTP-Tiny/corpus/cookies-01.txt
1169cpan/HTTP-Tiny/corpus/cookies-02.txt
1170cpan/HTTP-Tiny/corpus/cookies-03.txt
1171cpan/HTTP-Tiny/corpus/cookies-04.txt
1172cpan/HTTP-Tiny/corpus/cookies-05.txt
1173cpan/HTTP-Tiny/corpus/cookies-06.txt
1174cpan/HTTP-Tiny/corpus/cookies-07.txt
1175cpan/HTTP-Tiny/corpus/delete-01.txt
1176cpan/HTTP-Tiny/corpus/form-01.txt
1177cpan/HTTP-Tiny/corpus/form-02.txt
1178cpan/HTTP-Tiny/corpus/form-03.txt
1179cpan/HTTP-Tiny/corpus/form-04.txt
1180cpan/HTTP-Tiny/corpus/form-05.txt
1181cpan/HTTP-Tiny/corpus/get-01.txt
1182cpan/HTTP-Tiny/corpus/get-02.txt
1183cpan/HTTP-Tiny/corpus/get-03.txt
1184cpan/HTTP-Tiny/corpus/get-04.txt
1185cpan/HTTP-Tiny/corpus/get-05.txt
1186cpan/HTTP-Tiny/corpus/get-06.txt
1187cpan/HTTP-Tiny/corpus/get-07.txt
1188cpan/HTTP-Tiny/corpus/get-08.txt
1189cpan/HTTP-Tiny/corpus/get-09.txt
1190cpan/HTTP-Tiny/corpus/get-10.txt
1191cpan/HTTP-Tiny/corpus/get-11.txt
1192cpan/HTTP-Tiny/corpus/get-12.txt
1193cpan/HTTP-Tiny/corpus/get-13.txt
1194cpan/HTTP-Tiny/corpus/get-14.txt
1195cpan/HTTP-Tiny/corpus/get-15.txt
1196cpan/HTTP-Tiny/corpus/get-16.txt
1197cpan/HTTP-Tiny/corpus/get-17.txt
1198cpan/HTTP-Tiny/corpus/get-18.txt
1199cpan/HTTP-Tiny/corpus/get-19.txt
1200cpan/HTTP-Tiny/corpus/get-20.txt
1201cpan/HTTP-Tiny/corpus/get-21.txt
ad96436a 1202cpan/HTTP-Tiny/corpus/get-22.txt
2b0c7afa 1203cpan/HTTP-Tiny/corpus/get-23.txt
73c832e4
CBW
1204cpan/HTTP-Tiny/corpus/head-01.txt
1205cpan/HTTP-Tiny/corpus/keepalive-01.txt
1206cpan/HTTP-Tiny/corpus/keepalive-02.txt
1207cpan/HTTP-Tiny/corpus/keepalive-03.txt
1208cpan/HTTP-Tiny/corpus/keepalive-04.txt
1209cpan/HTTP-Tiny/corpus/keepalive-05.txt
1210cpan/HTTP-Tiny/corpus/mirror-01.txt
1211cpan/HTTP-Tiny/corpus/mirror-02.txt
1212cpan/HTTP-Tiny/corpus/mirror-03.txt
1213cpan/HTTP-Tiny/corpus/mirror-04.txt
1214cpan/HTTP-Tiny/corpus/mirror-05.txt
1215cpan/HTTP-Tiny/corpus/post-01.txt
2b0c7afa 1216cpan/HTTP-Tiny/corpus/post-02.txt
73c832e4
CBW
1217cpan/HTTP-Tiny/corpus/proxy-auth-01.txt
1218cpan/HTTP-Tiny/corpus/put-01.txt
1219cpan/HTTP-Tiny/corpus/put-02.txt
1220cpan/HTTP-Tiny/corpus/put-03.txt
1221cpan/HTTP-Tiny/corpus/put-04.txt
1222cpan/HTTP-Tiny/corpus/put-05.txt
2b0c7afa
CBW
1223cpan/HTTP-Tiny/corpus/put-06.txt
1224cpan/HTTP-Tiny/corpus/put-07.txt
1225cpan/HTTP-Tiny/corpus/put-08.txt
73c832e4
CBW
1226cpan/HTTP-Tiny/corpus/redirect-01.txt
1227cpan/HTTP-Tiny/corpus/redirect-02.txt
1228cpan/HTTP-Tiny/corpus/redirect-03.txt
1229cpan/HTTP-Tiny/corpus/redirect-04.txt
1230cpan/HTTP-Tiny/corpus/redirect-05.txt
1231cpan/HTTP-Tiny/corpus/redirect-06.txt
1232cpan/HTTP-Tiny/corpus/redirect-07.txt
1233cpan/HTTP-Tiny/corpus/redirect-08.txt
1234cpan/HTTP-Tiny/corpus/redirect-09.txt
02a58917 1235cpan/HTTP-Tiny/corpus/redirect-10.txt
a3ab329f
DG
1236cpan/HTTP-Tiny/lib/HTTP/Tiny.pm
1237cpan/HTTP-Tiny/t/000_load.t
1238cpan/HTTP-Tiny/t/001_api.t
1239cpan/HTTP-Tiny/t/002_croakage.t
d72a6fbd 1240cpan/HTTP-Tiny/t/003_agent.t
c0b43f5c 1241cpan/HTTP-Tiny/t/004_timeout.t
a3ab329f
DG
1242cpan/HTTP-Tiny/t/010_url.t
1243cpan/HTTP-Tiny/t/020_headers.t
1244cpan/HTTP-Tiny/t/030_response.t
1245cpan/HTTP-Tiny/t/040_content.t
1246cpan/HTTP-Tiny/t/050_chunked_body.t
1247cpan/HTTP-Tiny/t/060_http_date.t
107bec06 1248cpan/HTTP-Tiny/t/070_cookie_jar.t
a3ab329f 1249cpan/HTTP-Tiny/t/100_get.t
35265876
CBW
1250cpan/HTTP-Tiny/t/101_head.t
1251cpan/HTTP-Tiny/t/102_put.t
1252cpan/HTTP-Tiny/t/103_delete.t
1253cpan/HTTP-Tiny/t/104_post.t
a3ab329f 1254cpan/HTTP-Tiny/t/110_mirror.t
a3ab329f 1255cpan/HTTP-Tiny/t/130_redirect.t
77ccfaeb 1256cpan/HTTP-Tiny/t/140_proxy.t
9a00675d 1257cpan/HTTP-Tiny/t/141_no_proxy.t
35265876 1258cpan/HTTP-Tiny/t/150_post_form.t
107bec06 1259cpan/HTTP-Tiny/t/160_cookies.t
49d2f596 1260cpan/HTTP-Tiny/t/161_basic_auth.t
91e4447a
CBW
1261cpan/HTTP-Tiny/t/162_proxy_auth.t
1262cpan/HTTP-Tiny/t/170_keepalive.t
59c617e5 1263cpan/HTTP-Tiny/t/180_verify_SSL.t
107bec06 1264cpan/HTTP-Tiny/t/BrokenCookieJar.pm
107bec06 1265cpan/HTTP-Tiny/t/SimpleCookieJar.pm
a3ab329f 1266cpan/HTTP-Tiny/t/Util.pm
d3d73539 1267cpan/IO-Compress/bin/streamzip
08ad9465 1268cpan/IO-Compress/bin/zipdetails IO::Compress
3fd969f4
NC
1269cpan/IO-Compress/lib/Compress/Zlib.pm IO::Compress
1270cpan/IO-Compress/lib/File/GlobMapper.pm IO::Compress
1271cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm IO::Compress
1272cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm IO::Compress
1273cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm IO::Compress
3fd969f4 1274cpan/IO-Compress/lib/IO/Compress/Base.pm IO::Compress
3dfcef7e 1275cpan/IO-Compress/lib/IO/Compress/Base/Common.pm IO::Compress
3fd969f4
NC
1276cpan/IO-Compress/lib/IO/Compress/Bzip2.pm IO::Compress
1277cpan/IO-Compress/lib/IO/Compress/Deflate.pm IO::Compress
08ad9465 1278cpan/IO-Compress/lib/IO/Compress/FAQ.pod IO::Compress
3fd969f4 1279cpan/IO-Compress/lib/IO/Compress/Gzip.pm IO::Compress
3dfcef7e 1280cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress
3fd969f4 1281cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress
3fd969f4 1282cpan/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress
3dfcef7e 1283cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress
3fd969f4
NC
1284cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress
1285cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress
1286cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress
1287cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm IO::Compress
1288cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm IO::Compress
1289cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm IO::Compress
1290cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm IO::Compress
1291cpan/IO-Compress/lib/IO/Uncompress/Base.pm IO::Compress
1292cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm IO::Compress
1293cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm IO::Compress
1294cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm IO::Compress
1295cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress
1296cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress
95a2e48f 1297cpan/IO-Compress/Makefile.PL IO::Compress
3fd969f4 1298cpan/IO-Compress/private/MakeUtil.pm IO::Compress
3fd969f4
NC
1299cpan/IO-Compress/t/000prereq.t IO::Compress
1300cpan/IO-Compress/t/001bzip2.t IO::Compress
1301cpan/IO-Compress/t/001zlib-generic-deflate.t IO::Compress
1302cpan/IO-Compress/t/001zlib-generic-gzip.t IO::Compress
1303cpan/IO-Compress/t/001zlib-generic-rawdeflate.t IO::Compress
1304cpan/IO-Compress/t/001zlib-generic-zip.t IO::Compress
1305cpan/IO-Compress/t/002any-deflate.t IO::Compress
1306cpan/IO-Compress/t/002any-gzip.t IO::Compress
1307cpan/IO-Compress/t/002any-rawdeflate.t IO::Compress
1308cpan/IO-Compress/t/002any-transparent.t IO::Compress
1309cpan/IO-Compress/t/002any-zip.t IO::Compress
1310cpan/IO-Compress/t/004gziphdr.t IO::Compress
1311cpan/IO-Compress/t/005defhdr.t IO::Compress
1312cpan/IO-Compress/t/006zip.t IO::Compress
9e0c85b9 1313cpan/IO-Compress/t/011-streamzip.t
3fd969f4
NC
1314cpan/IO-Compress/t/01misc.t IO::Compress
1315cpan/IO-Compress/t/020isize.t IO::Compress
1316cpan/IO-Compress/t/050interop-gzip.t IO::Compress
1317cpan/IO-Compress/t/100generic-bzip2.t IO::Compress
1318cpan/IO-Compress/t/100generic-deflate.t IO::Compress
1319cpan/IO-Compress/t/100generic-gzip.t IO::Compress
1320cpan/IO-Compress/t/100generic-rawdeflate.t IO::Compress
1321cpan/IO-Compress/t/100generic-zip.t IO::Compress
1322cpan/IO-Compress/t/101truncate-bzip2.t IO::Compress
1323cpan/IO-Compress/t/101truncate-deflate.t IO::Compress
1324cpan/IO-Compress/t/101truncate-gzip.t IO::Compress
1325cpan/IO-Compress/t/101truncate-rawdeflate.t IO::Compress
1326cpan/IO-Compress/t/101truncate-zip.t IO::Compress
1327cpan/IO-Compress/t/102tied-bzip2.t IO::Compress
1328cpan/IO-Compress/t/102tied-deflate.t IO::Compress
1329cpan/IO-Compress/t/102tied-gzip.t IO::Compress
1330cpan/IO-Compress/t/102tied-rawdeflate.t IO::Compress
1331cpan/IO-Compress/t/102tied-zip.t IO::Compress
1332cpan/IO-Compress/t/103newtied-bzip2.t IO::Compress
1333cpan/IO-Compress/t/103newtied-deflate.t IO::Compress
1334cpan/IO-Compress/t/103newtied-gzip.t IO::Compress
1335cpan/IO-Compress/t/103newtied-rawdeflate.t IO::Compress
1336cpan/IO-Compress/t/103newtied-zip.t IO::Compress
1337cpan/IO-Compress/t/104destroy-bzip2.t IO::Compress
1338cpan/IO-Compress/t/104destroy-deflate.t IO::Compress
1339cpan/IO-Compress/t/104destroy-gzip.t IO::Compress
1340cpan/IO-Compress/t/104destroy-rawdeflate.t IO::Compress
1341cpan/IO-Compress/t/104destroy-zip.t IO::Compress
1342cpan/IO-Compress/t/105oneshot-bzip2.t IO::Compress
1343cpan/IO-Compress/t/105oneshot-deflate.t IO::Compress
3fd969f4 1344cpan/IO-Compress/t/105oneshot-gzip.t IO::Compress
3dfcef7e 1345cpan/IO-Compress/t/105oneshot-gzip-only.t IO::Compress
3fd969f4 1346cpan/IO-Compress/t/105oneshot-rawdeflate.t IO::Compress
3dfcef7e 1347cpan/IO-Compress/t/105oneshot-zip.t IO::Compress
3fd969f4
NC
1348cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t IO::Compress
1349cpan/IO-Compress/t/105oneshot-zip-only.t IO::Compress
101c03fa 1350cpan/IO-Compress/t/105oneshot-zip-store-only.t IO::Compress
3fd969f4
NC
1351cpan/IO-Compress/t/106prime-bzip2.t IO::Compress
1352cpan/IO-Compress/t/106prime-deflate.t IO::Compress
1353cpan/IO-Compress/t/106prime-gzip.t IO::Compress
1354cpan/IO-Compress/t/106prime-rawdeflate.t IO::Compress
1355cpan/IO-Compress/t/106prime-zip.t IO::Compress
1356cpan/IO-Compress/t/107multi-bzip2.t IO::Compress
1357cpan/IO-Compress/t/107multi-deflate.t IO::Compress
1358cpan/IO-Compress/t/107multi-gzip.t IO::Compress
1359cpan/IO-Compress/t/107multi-rawdeflate.t IO::Compress
1360cpan/IO-Compress/t/107multi-zip.t IO::Compress
9f58603c 1361cpan/IO-Compress/t/107multi-zip-only.t
3fd969f4
NC
1362cpan/IO-Compress/t/108anyunc-bzip2.t IO::Compress
1363cpan/IO-Compress/t/108anyunc-deflate.t IO::Compress
1364cpan/IO-Compress/t/108anyunc-gzip.t IO::Compress
1365cpan/IO-Compress/t/108anyunc-rawdeflate.t IO::Compress
1366cpan/IO-Compress/t/108anyunc-transparent.t IO::Compress
1367cpan/IO-Compress/t/108anyunc-zip.t IO::Compress
1368cpan/IO-Compress/t/109merge-deflate.t IO::Compress
1369cpan/IO-Compress/t/109merge-gzip.t IO::Compress
1370cpan/IO-Compress/t/109merge-rawdeflate.t IO::Compress
1371cpan/IO-Compress/t/109merge-zip.t IO::Compress
1372cpan/IO-Compress/t/110encode-bzip2.t IO::Compress
1373cpan/IO-Compress/t/110encode-deflate.t IO::Compress
1374cpan/IO-Compress/t/110encode-gzip.t IO::Compress
1375cpan/IO-Compress/t/110encode-rawdeflate.t IO::Compress
1376cpan/IO-Compress/t/110encode-zip.t IO::Compress
422d6414 1377cpan/IO-Compress/t/111const-deflate.t IO::Compress
9f58603c 1378cpan/IO-Compress/t/112utf8-zip.t
b864a746 1379cpan/IO-Compress/t/113issues.t
3fd969f4
NC
1380cpan/IO-Compress/t/999pod.t IO::Compress
1381cpan/IO-Compress/t/compress/any.pl Compress::Zlib
1382cpan/IO-Compress/t/compress/anyunc.pl Compress::Zlib
1383cpan/IO-Compress/t/compress/CompTestUtils.pm Compress::Zlib
1384cpan/IO-Compress/t/compress/destroy.pl Compress::Zlib
1385cpan/IO-Compress/t/compress/encode.pl Compress::Zlib
1386cpan/IO-Compress/t/compress/generic.pl Compress::Zlib
1387cpan/IO-Compress/t/compress/merge.pl Compress::Zlib
1388cpan/IO-Compress/t/compress/multi.pl Compress::Zlib
1389cpan/IO-Compress/t/compress/newtied.pl Compress::Zlib
1390cpan/IO-Compress/t/compress/oneshot.pl Compress::Zlib
1391cpan/IO-Compress/t/compress/prime.pl Compress::Zlib
1392cpan/IO-Compress/t/compress/tied.pl Compress::Zlib
1393cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib
1394cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib
1395cpan/IO-Compress/t/cz-01version.t IO::Compress
d5e5b609 1396cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress
3fd969f4
NC
1397cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress
1398cpan/IO-Compress/t/cz-08encoding.t IO::Compress
1399cpan/IO-Compress/t/cz-14gzopen.t IO::Compress
9f58603c 1400cpan/IO-Compress/t/files/bad-efs.zip
d3d73539
CBW
1401cpan/IO-Compress/t/files/encrypt-aes.zip
1402cpan/IO-Compress/t/files/encrypt-standard.zip
1403cpan/IO-Compress/t/files/jar.zip
0c5ce8df
CBW
1404cpan/IO-Compress/t/files/meta.xml
1405cpan/IO-Compress/t/files/test.ods
4737eb08 1406cpan/IO-Compress/t/files/testfile1.odt
3fd969f4 1407cpan/IO-Compress/t/globmapper.t IO::Compress
e150c453 1408cpan/IO-Socket-IP/lib/IO/Socket/IP.pm IO::Socket::IP
e150c453
RS
1409cpan/IO-Socket-IP/t/00use.t IO::Socket::IP tests
1410cpan/IO-Socket-IP/t/01local-client-v4.t IO::Socket::IP tests
1411cpan/IO-Socket-IP/t/02local-server-v4.t IO::Socket::IP tests
1412cpan/IO-Socket-IP/t/03local-cross-v4.t IO::Socket::IP tests
1413cpan/IO-Socket-IP/t/04local-client-v6.t IO::Socket::IP tests
1414cpan/IO-Socket-IP/t/05local-server-v6.t IO::Socket::IP tests
1415cpan/IO-Socket-IP/t/06local-cross-v6.t IO::Socket::IP tests
1416cpan/IO-Socket-IP/t/10args.t IO::Socket::IP tests
1417cpan/IO-Socket-IP/t/11sockopts.t IO::Socket::IP tests
1418cpan/IO-Socket-IP/t/12port-fallback.t IO::Socket::IP tests
1419cpan/IO-Socket-IP/t/13addrinfo.t IO::Socket::IP tests
1420cpan/IO-Socket-IP/t/14fileno.t IO::Socket::IP tests
1421cpan/IO-Socket-IP/t/15io-socket.t IO::Socket::IP tests
1422cpan/IO-Socket-IP/t/16v6only.t IO::Socket::IP tests
1423cpan/IO-Socket-IP/t/17gai-flags.t IO::Socket::IP tests
1424cpan/IO-Socket-IP/t/18fdopen.t IO::Socket::IP tests
1425cpan/IO-Socket-IP/t/19no-addrs.t IO::Socket::IP tests
1426cpan/IO-Socket-IP/t/20subclass.t IO::Socket::IP tests
1427cpan/IO-Socket-IP/t/21as-inet.t IO::Socket::IP tests
cdfcfc0b 1428cpan/IO-Socket-IP/t/22timeout.t
e150c453
RS
1429cpan/IO-Socket-IP/t/30nonblocking-connect.t IO::Socket::IP tests
1430cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t IO::Socket::IP tests
1431cpan/IO-Socket-IP/t/99pod.t IO::Socket::IP tests
bf8d7753
YO
1432cpan/IO-Zlib/t/basic.t Tests for IO::Zlib
1433cpan/IO-Zlib/t/external.t Tests for IO::Zlib
1434cpan/IO-Zlib/t/getc.t Tests for IO::Zlib
1435cpan/IO-Zlib/t/getline.t Tests for IO::Zlib
1436cpan/IO-Zlib/t/import.t Tests for IO::Zlib
1437cpan/IO-Zlib/t/large.t Tests for IO::Zlib
1438cpan/IO-Zlib/t/tied.t Tests for IO::Zlib
1439cpan/IO-Zlib/t/uncomp1.t Tests for IO::Zlib
1440cpan/IO-Zlib/t/uncomp2.t Tests for IO::Zlib
1441cpan/IO-Zlib/Zlib.pm IO::Zlib
1442cpan/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd
1443cpan/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests
1444cpan/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests
1445cpan/IPC-Cmd/t/03_run-forked.t IPC::Cmd tests
1446cpan/IPC-Cmd/t/src/child.pl IPC::Cmd tests
1447cpan/IPC-Cmd/t/src/output.pl IPC::Cmd tests
1448cpan/IPC-Cmd/t/src/x.tgz IPC::Cmd tests
5aacae85
NC
1449cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
1450cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
1451cpan/IPC-SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
1452cpan/IPC-SysV/lib/IPC/Semaphore.pm IPC::SysV extension Perl module
1453cpan/IPC-SysV/lib/IPC/SharedMem.pm IPC::SysV extension Perl module
1454cpan/IPC-SysV/lib/IPC/SysV.pm IPC::SysV extension Perl module
1455cpan/IPC-SysV/Makefile.PL IPC::SysV makefile writer
5aacae85
NC
1456cpan/IPC-SysV/regen.pl IPC::SysV file regeneration script
1457cpan/IPC-SysV/SysV.xs IPC::SysV extension Perl module
1458cpan/IPC-SysV/t/ipcsysv.t IPC::SysV test file
1459cpan/IPC-SysV/t/msg.t IPC::SysV test file
5aacae85 1460cpan/IPC-SysV/t/pod.t IPC::SysV test file
3dfcef7e 1461cpan/IPC-SysV/t/podcov.t IPC::SysV test file
5aacae85
NC
1462cpan/IPC-SysV/t/sem.t IPC::SysV test file
1463cpan/IPC-SysV/t/shm.t IPC::SysV test file
1464cpan/IPC-SysV/typemap IPC::SysV typemap
d5424315 1465cpan/JSON-PP/bin/json_pp
d5424315 1466cpan/JSON-PP/lib/JSON/PP.pm
3dfcef7e 1467cpan/JSON-PP/lib/JSON/PP/Boolean.pm
d5424315
DG
1468cpan/JSON-PP/t/000_load.t
1469cpan/JSON-PP/t/001_utf8.t
1470cpan/JSON-PP/t/002_error.t
1471cpan/JSON-PP/t/003_types.t
5eabe055
N
1472cpan/JSON-PP/t/004_dwiw_encode.t
1473cpan/JSON-PP/t/005_dwiw_decode.t
d5424315
DG
1474cpan/JSON-PP/t/006_pc_pretty.t
1475cpan/JSON-PP/t/007_pc_esc.t
1476cpan/JSON-PP/t/008_pc_base.t
1477cpan/JSON-PP/t/009_pc_extra_number.t
1478cpan/JSON-PP/t/010_pc_keysort.t
1479cpan/JSON-PP/t/011_pc_expo.t
1480cpan/JSON-PP/t/012_blessed.t
1481cpan/JSON-PP/t/013_limit.t
1482cpan/JSON-PP/t/014_latin1.t
1483cpan/JSON-PP/t/015_prefix.t
1484cpan/JSON-PP/t/016_tied.t
1485cpan/JSON-PP/t/017_relaxed.t
1486cpan/JSON-PP/t/018_json_checker.t
1487cpan/JSON-PP/t/019_incr.t
5eabe055 1488cpan/JSON-PP/t/020_faihu.t
d5424315 1489cpan/JSON-PP/t/020_unknown.t
5eabe055 1490cpan/JSON-PP/t/021_evans.t
d5424315 1491cpan/JSON-PP/t/022_comment_at_eof.t
5eabe055 1492cpan/JSON-PP/t/052_object.t
c14e8b89
YO
1493cpan/JSON-PP/t/099_binary.pl
1494cpan/JSON-PP/t/099_binary00.t
1495cpan/JSON-PP/t/099_binary01.t
1496cpan/JSON-PP/t/099_binary02.t
1497cpan/JSON-PP/t/099_binary03.t
1498cpan/JSON-PP/t/099_binary04.t
1499cpan/JSON-PP/t/099_binary05.t
1500cpan/JSON-PP/t/099_binary06.t
1501cpan/JSON-PP/t/099_binary07.t
1502cpan/JSON-PP/t/099_binary08.t
1503cpan/JSON-PP/t/099_binary09.t
1504cpan/JSON-PP/t/099_binary10.t
1505cpan/JSON-PP/t/099_binary11.t
1506cpan/JSON-PP/t/099_binary12.t
1507cpan/JSON-PP/t/099_binary13.t
1508cpan/JSON-PP/t/099_binary14.t
1509cpan/JSON-PP/t/099_binary15.t
d5424315
DG
1510cpan/JSON-PP/t/104_sortby.t
1511cpan/JSON-PP/t/105_esc_slash.t
1512cpan/JSON-PP/t/106_allow_barekey.t
1513cpan/JSON-PP/t/107_allow_singlequote.t
1514cpan/JSON-PP/t/108_decode.t
1515cpan/JSON-PP/t/109_encode.t
1516cpan/JSON-PP/t/110_bignum.t
1517cpan/JSON-PP/t/112_upgrade.t
1518cpan/JSON-PP/t/113_overloaded_eq.t
1519cpan/JSON-PP/t/114_decode_prefix.t
1520cpan/JSON-PP/t/115_tie_ixhash.t
7942a65c 1521cpan/JSON-PP/t/116_incr_parse_fixed.t
dec273dc 1522cpan/JSON-PP/t/117_numbers.t
5eabe055 1523cpan/JSON-PP/t/118_boolean_values.t
602e63aa
KI
1524cpan/JSON-PP/t/119_incr_parse_utf8.t
1525cpan/JSON-PP/t/120_incr_parse_truncated.t
8d788bc1 1526cpan/JSON-PP/t/core_bools.t
dec273dc
CBW
1527cpan/JSON-PP/t/gh_28_json_test_suite.t
1528cpan/JSON-PP/t/gh_29_trailing_false_value.t
1529cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
602e63aa 1530cpan/JSON-PP/t/rt_122270_old_xs_boolean.t
dec273dc 1531cpan/JSON-PP/t/rt_90071_incr_parse.t
87f3ebe4 1532cpan/JSON-PP/t/zero-mojibake.t
6755d87e
YO
1533cpan/libnet/lib/Net/Cmd.pm Module related to libnet
1534cpan/libnet/lib/Net/Config.pm Module related to libnet
1535cpan/libnet/lib/Net/Domain.pm Module related to libnet
1536cpan/libnet/lib/Net/FTP.pm Module related to libnet
1537cpan/libnet/lib/Net/FTP/A.pm Module related to libnet
1538cpan/libnet/lib/Net/FTP/dataconn.pm Module related to libnet
1539cpan/libnet/lib/Net/FTP/E.pm Module related to libnet
1540cpan/libnet/lib/Net/FTP/I.pm Module related to libnet
1541cpan/libnet/lib/Net/FTP/L.pm Module related to libnet
1542cpan/libnet/lib/Net/libnetFAQ.pod libnet
1543cpan/libnet/lib/Net/Netrc.pm Module related to libnet
1544cpan/libnet/lib/Net/NNTP.pm Module related to libnet
1545cpan/libnet/lib/Net/POP3.pm Module related to libnet
1546cpan/libnet/lib/Net/SMTP.pm Module related to libnet
1547cpan/libnet/lib/Net/Time.pm Module related to libnet
1548cpan/libnet/Makefile.PL libnet
bf8d7753
YO
1549cpan/libnet/t/config.t libnet
1550cpan/libnet/t/datasend.t libnet
1551cpan/libnet/t/ftp.t libnet
1552cpan/libnet/t/hostname.t libnet
1553cpan/libnet/t/netrc.t libnet
1554cpan/libnet/t/nntp.t libnet
6755d87e
YO
1555cpan/libnet/t/nntp_ipv6.t Test file related to libnet
1556cpan/libnet/t/nntp_ssl.t Test file related to libnet
1557cpan/libnet/t/pop3_ipv6.t Test file related to libnet
1558cpan/libnet/t/pop3_ssl.t Test file related to libnet
bf8d7753
YO
1559cpan/libnet/t/require.t libnet
1560cpan/libnet/t/smtp.t libnet
6755d87e
YO
1561cpan/libnet/t/smtp_ipv6.t Test file related to libnet
1562cpan/libnet/t/smtp_ssl.t Test file related to libnet
bf8d7753 1563cpan/libnet/t/time.t libnet
8de41794
NC
1564cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple
1565cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests
1566cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
1567cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests
1568cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests
1569cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests
1570cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests
1571cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests
1572cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests
1573cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests
6b0f9b46 1574cpan/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
bf8d7753 1575cpan/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
3dfcef7e 1576cpan/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
54b49d96 1577cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
bf8d7753
YO
1578cpan/Math-BigInt/t/alias.inc Support for BigInt tests
1579cpan/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
1580cpan/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc
1581cpan/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc
1582cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp()
1583cpan/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
1584cpan/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works
1585cpan/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works
7deec013 1586cpan/Math-BigInt/t/bigintc-import.t
bf8d7753
YO
1587cpan/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
1588cpan/Math-BigInt/t/bigintpm.t See if BigInt.pm works
1589cpan/Math-BigInt/t/bigints.t See if BigInt.pm works
1590cpan/Math-BigInt/t/biglog.t Test the log function
1591cpan/Math-BigInt/t/bigroot.t Test the broot function
d7117a94 1592cpan/Math-BigInt/t/calling-class-methods.t Test Math::BigInt
6853e8af 1593cpan/Math-BigInt/t/calling-constant.t
d7117a94 1594cpan/Math-BigInt/t/calling-instance-methods.t Test Math::BigInt
6853e8af
RL
1595cpan/Math-BigInt/t/calling-lib1.t
1596cpan/Math-BigInt/t/calling-lib2.t
bf8d7753
YO
1597cpan/Math-BigInt/t/config.t Test Math::BigInt->config()
1598cpan/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works
1599cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling
1600cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance
6b0f9b46
RS
1601cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
1602cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
54b49d96 1603cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm
ef07b9e5 1604cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm Test Math::BigInt
6b0f9b46
RS
1605cpan/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
1606cpan/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
bf8d7753
YO
1607cpan/Math-BigInt/t/mbf_ali.t Tests for BigFloat
1608cpan/Math-BigInt/t/mbi_ali.t Tests for BigInt
1609cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly
1610cpan/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1611cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode
1612cpan/Math-BigInt/t/nan_cmp.t overloaded comparison involving *NaN*
1613cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new()
1614cpan/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero();
1615cpan/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone();
1616cpan/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan();
1617cpan/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf();
1618cpan/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new();
1619cpan/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => );
1620cpan/Math-BigInt/t/require.t Test if require Math::BigInt works
1621cpan/Math-BigInt/t/round.t Test rounding with non-integer A and P
1622cpan/Math-BigInt/t/rt-16221.t Tests for objectify() w/foreign objs
1623cpan/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses
1624cpan/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat
1625cpan/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt
1626cpan/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc
1627cpan/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work
1628cpan/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t
1629cpan/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works
1630cpan/Math-BigInt/t/upgrade2.t Test that two upgrade levels work
1631cpan/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works
1632cpan/Math-BigInt/t/use.t Test if use Math::BigInt(); works
1633cpan/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat
1634cpan/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat
1635cpan/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat
1636cpan/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat
7deec013
NB
1637cpan/Math-BigInt/t/use_lib5.t
1638cpan/Math-BigInt/t/use_lib6.t
bf8d7753
YO
1639cpan/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time
1640cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package
1641cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
3dfcef7e 1642cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension
bf8d7753 1643cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
d239a8c7
CBW
1644cpan/Math-BigInt-FastCalc/t/biglog.t
1645cpan/Math-BigInt-FastCalc/t/bigroot.t
bf8d7753
YO
1646cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
1647cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc
1648cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension
3dfcef7e 1649cpan/Math-BigRat/lib/Math/BigRat.pm Math::BigRat
6853e8af 1650cpan/Math-BigRat/t/badd-mbr.t
6b0f9b46
RS
1651cpan/Math-BigRat/t/big_ap.t Math::BigRat test
1652cpan/Math-BigRat/t/bigfltpm.inc Math::BigRat test
1653cpan/Math-BigRat/t/bigfltrt.t Math::BigRat test
3dfcef7e 1654cpan/Math-BigRat/t/bigrat.t Math::BigRat test
6b0f9b46
RS
1655cpan/Math-BigRat/t/bigratpm.inc Math::BigRat test
1656cpan/Math-BigRat/t/bigratpm.t Math::BigRat test
6b0f9b46 1657cpan/Math-BigRat/t/bigratup.t test under $Math::BigInt::upgrade
6853e8af 1658cpan/Math-BigRat/t/binv-mbr.t
6b0f9b46 1659cpan/Math-BigRat/t/bitwise.t Math::BigRat test
7deec013 1660cpan/Math-BigRat/t/bnok-mbr.t
6853e8af 1661cpan/Math-BigRat/t/const-mbr.t
e59cb199 1662cpan/Math-BigRat/t/downgrade.t
6853e8af 1663cpan/Math-BigRat/t/dparts-mbr.t
e59cb199 1664cpan/Math-BigRat/t/fparts-mbr.t
6b0f9b46
RS
1665cpan/Math-BigRat/t/hang.t Math::BigRat test for bug #34584 - hang in exp()
1666cpan/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper
7deec013 1667cpan/Math-BigRat/t/new-mbr.t
6b0f9b46 1668cpan/Math-BigRat/t/requirer.t see if require works properly
92c15a49 1669cpan/Math-BigRat/t/rt121139.t
6b0f9b46 1670cpan/Math-BigRat/t/trap.t see if trap_nan and trap_inf work
3dfcef7e 1671cpan/Memoize/Memoize.pm Memoize
6a9d70dc 1672cpan/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File
6a9d70dc 1673cpan/Memoize/Memoize/Expire.pm Memoize expiry manager example
6a9d70dc 1674cpan/Memoize/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File
6a9d70dc
NC
1675cpan/Memoize/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File
1676cpan/Memoize/Memoize/Storable.pm Memoize glue layer for Storable
cc628f28
TR
1677cpan/Memoize/t/basic.t
1678cpan/Memoize/t/cache.t
6a9d70dc 1679cpan/Memoize/t/correctness.t Memoize basic correctness tests
9c811e44 1680cpan/Memoize/t/expmod.t
6a9d70dc
NC
1681cpan/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests
1682cpan/Memoize/t/flush.t Memoize 'flush_cache' function tests
cc628f28 1683cpan/Memoize/t/lib/DBMTest.pm
6a9d70dc 1684cpan/Memoize/t/normalize.t Memoize 'normalizer' feature tests
9c811e44
AP
1685cpan/Memoize/t/st_concurrency
1686cpan/Memoize/t/threadsafe.t
3dfcef7e 1687cpan/Memoize/t/tie.t Memoize tied file test
cc628f28 1688cpan/Memoize/t/tie_db.t
6a9d70dc
NC
1689cpan/Memoize/t/tie_gdbm.t Memoize GDBM interface test
1690cpan/Memoize/t/tie_ndbm.t Memoize NDBM interface test
cc628f28 1691cpan/Memoize/t/tie_odbm.t
6a9d70dc
NC
1692cpan/Memoize/t/tie_sdbm.t Memoize SDBM interface test
1693cpan/Memoize/t/tie_storable.t Memoize Storable interface test
6a9d70dc 1694cpan/Memoize/t/unmemoize.t Memoize 'unmemoize' function test
bf8d7753 1695cpan/MIME-Base64/Base64.xs MIME::Base64 extension
90f582c2
TR
1696cpan/MIME-Base64/lib/MIME/Base64.pm
1697cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
bf8d7753 1698cpan/MIME-Base64/t/base64.t See whether MIME::Base64 works
90f582c2 1699cpan/MIME-Base64/t/base64url.t
bf8d7753
YO
1700cpan/MIME-Base64/t/length.t See whether MIME::QuotedPrint works
1701cpan/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works
1702cpan/MIME-Base64/t/unicode.t See whether MIME::Base64 works
3dfcef7e
YO
1703cpan/Module-Load/lib/Module/Load.pm Module::Load
1704cpan/Module-Load/t/01_Module-Load.t Module::Load tests
1705cpan/Module-Load/t/02_Module-Load.t Module::Load tests
1706cpan/Module-Load/t/to_load/config_file Module::Load tests
1707cpan/Module-Load/t/to_load/LoadIt.pm Module::Load tests
1708cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests
1709cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests
1710cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests
1711cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests
5e10c9c5
NC
1712cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional
1713cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests
201db1c7
SH
1714cpan/Module-Load-Conditional/t/test_lib/a/X.pm Module::Conditional tests
1715cpan/Module-Load-Conditional/t/test_lib/b/X.pm Module::Conditional tests
0ec58bfa 1716cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm Module::Conditional tests
5e10c9c5 1717cpan/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests
6baaa04b 1718cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
5e10c9c5
NC
1719cpan/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests
1720cpan/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests
1721cpan/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests
1722cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests
0ec58bfa 1723cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm Module::Conditional tests
201db1c7
SH
1724cpan/Module-Load-Conditional/t/to_load/NotMain.pm Module::Conditional tests
1725cpan/Module-Load-Conditional/t/to_load/NotX.pm Module::Conditional tests
5e10c9c5 1726cpan/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests
9288b9fd
NC
1727cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
1728cpan/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
b9beed70
SH
1729cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
1730cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
1731cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
e8b333e6 1732cpan/Module-Metadata/lib/Module/Metadata.pm
e571b8a6 1733cpan/Module-Metadata/t/contains_pod.t
61bfcae1 1734cpan/Module-Metadata/t/encoding.t
e571b8a6 1735cpan/Module-Metadata/t/endpod.t
0fa1f7e4
KE
1736cpan/Module-Metadata/t/extract-package.t
1737cpan/Module-Metadata/t/extract-version.t
63f27fd7
CB
1738cpan/Module-Metadata/t/lib/0_1/Foo.pm
1739cpan/Module-Metadata/t/lib/0_2/Foo.pm
e571b8a6 1740cpan/Module-Metadata/t/lib/ENDPOD.pm
0fa1f7e4 1741cpan/Module-Metadata/t/lib/GeneratePackage.pm
e8b333e6 1742cpan/Module-Metadata/t/metadata.t
979f1f2b 1743cpan/Module-Metadata/t/taint.t
4eb81ef2 1744cpan/Module-Metadata/t/version.t
bf8d7753
YO
1745cpan/NEXT/lib/NEXT.pm Pseudo-class NEXT for method redispatch
1746cpan/NEXT/t/actual.t NEXT
1747cpan/NEXT/t/actuns.t NEXT
f436ffb1 1748cpan/NEXT/t/dynamically_scoped_regex_vars.t NEXT
bf8d7753
YO
1749cpan/NEXT/t/next.t NEXT
1750cpan/NEXT/t/stringify.t NEXT
1751cpan/NEXT/t/unseen.t NEXT
23cad445
NC
1752cpan/Params-Check/lib/Params/Check.pm Params::Check
1753cpan/Params-Check/t/01_Params-Check.t Params::Check tests
a636c943 1754cpan/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time
a636c943 1755cpan/parent/t/compile-time.t tests for parent.pm
3dfcef7e 1756cpan/parent/t/compile-time-file.t tests for parent.pm
a636c943 1757cpan/parent/t/lib/Dummy.pm test files for parent.pm
3dfcef7e
YO
1758cpan/parent/t/lib/Dummy/Outside.pm test files for parent.pm
1759cpan/parent/t/lib/Dummy2.plugin test files for parent.pm
a636c943
NC
1760cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc test files for parent.pm
1761cpan/parent/t/lib/ReturnsFalse.pm test files for parent.pm
3dfcef7e 1762cpan/parent/t/parent.t tests for parent.pm
a636c943
NC
1763cpan/parent/t/parent-classfromclassfile.t tests for parent.pm
1764cpan/parent/t/parent-classfromfile.t tests for parent.pm
1765cpan/parent/t/parent-pmc.t tests for parent.pm
1766cpan/parent/t/parent-returns-false.t tests for parent.pm
39250dd4 1767cpan/parent/t/rt62341.t.disabled test files for parent.pm
bf8d7753
YO
1768cpan/Perl-OSType/lib/Perl/OSType.pm Perl::OSType
1769cpan/Perl-OSType/t/OSType.t Perl::OSType
1770cpan/perlfaq/lib/perlfaq.pm Perl frequently asked questions
1771cpan/perlfaq/lib/perlfaq.pod Perl frequently asked questions
5c8246b7 1772cpan/perlfaq/lib/perlfaq1.pod General Questions About Perl
bf8d7753
YO
1773cpan/perlfaq/lib/perlfaq2.pod Obtaining and Learning about Perl
1774cpan/perlfaq/lib/perlfaq3.pod Programming Tools
1775cpan/perlfaq/lib/perlfaq4.pod Data Manipulation
1776cpan/perlfaq/lib/perlfaq5.pod Files and Formats
1777cpan/perlfaq/lib/perlfaq6.pod Regexes
1778cpan/perlfaq/lib/perlfaq7.pod Perl Language Issues
1779cpan/perlfaq/lib/perlfaq8.pod System Interaction
1780cpan/perlfaq/lib/perlfaq9.pod Networking
83083fea 1781cpan/perlfaq/lib/perlglossary.pod Perl Glossary
9b7a1057 1782cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint
de582365
MM
1783cpan/PerlIO-via-QuotedPrint/t/changes.t
1784cpan/PerlIO-via-QuotedPrint/t/critic.t
1785cpan/PerlIO-via-QuotedPrint/t/pod.t
1786cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
9b7a1057 1787cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint
0c501878
CBW
1788cpan/Pod-Checker/lib/Pod/Checker.pm
1789cpan/Pod-Checker/scripts/podchecker.PL
1790cpan/Pod-Checker/t/pod/contains_bad_pod.xr
1791cpan/Pod-Checker/t/pod/empty.xr
1792cpan/Pod-Checker/t/pod/podchkenc.t
1793cpan/Pod-Checker/t/pod/podchkenc.xr
1f44a80e 1794cpan/Pod-Checker/t/pod/podchklink.t
0c501878
CBW
1795cpan/Pod-Checker/t/pod/poderrs.t
1796cpan/Pod-Checker/t/pod/poderrs.xr
165e1791 1797cpan/Pod-Checker/t/pod/podname.t
0c501878
CBW
1798cpan/Pod-Checker/t/pod/selfcheck.t
1799cpan/Pod-Checker/t/pod/testcmp.pl
1800cpan/Pod-Checker/t/pod/testpchk.pl
efe15bf0 1801cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes
efe15bf0
NC
1802cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes
1803cpan/Pod-Escapes/t/10_main.t test Pod::Escapes
1804cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes
00e518b3
FR
1805cpan/Pod-Perldoc/corpus/no-head.pod test file for Pod-Perldoc
1806cpan/Pod-Perldoc/corpus/perlfunc.pod test file for Pod-Perldoc
1807cpan/Pod-Perldoc/corpus/utf8.pod test file for Pod-Perldoc
3dfcef7e 1808cpan/Pod-Perldoc/lib/Pod/Perldoc.pm guts of the 'perldoc' utility
00e518b3
FR
1809cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
1810cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
00e518b3
FR
1811cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm convert POD to ANSI text
1812cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
1813cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm render POD as man pages
1814cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
1815cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm convert POD to POD
1816cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm convert POD to RTF
1817cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm convert POD to terminal output
1818cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text
1819cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
1820cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML
fa884b76 1821cpan/Pod-Perldoc/Makefile.PL
cb1974ba 1822cpan/Pod-Perldoc/perldoc.pod
42b862f5
SH
1823cpan/Pod-Perldoc/t/00_load.t test file for Pod-Perldoc
1824cpan/Pod-Perldoc/t/01_about_verbose.t test file for Pod-Perldoc
00e518b3
FR
1825cpan/Pod-Perldoc/t/man/_get_columns.t test file for Pod-Perldoc
1826cpan/Pod-Perldoc/t/pod.t test file for Pod-Perldoc
3dfcef7e
YO
1827cpan/Pod-Simple/lib/Pod/Simple.pm Pod made simple
1828cpan/Pod-Simple/lib/Pod/Simple.pod Pod for Pod::Simple
490d1888
NC
1829cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox
1830cpan/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document
1831cpan/Pod-Simple/lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode
1832cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text
1833cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm turn Pod into XML
3dfcef7e 1834cpan/Pod-Simple/lib/Pod/Simple/HTML.pm convert Pod to HTML
490d1888
NC
1835cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files
1836cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy
0478e945 1837cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm
490d1888
NC
1838cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes
1839cpan/Pod-Simple/lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls
490d1888 1840cpan/Pod-Simple/lib/Pod/Simple/Progress.pm Pod::Simple::Progress
490d1888 1841cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
3dfcef7e 1842cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser
490d1888
NC
1843cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
1844cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser
1845cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser
1846cpan/Pod-Simple/lib/Pod/Simple/RTF.pm format Pod as RTF
1847cpan/Pod-Simple/lib/Pod/Simple/Search.pm find POD documents in directory trees
1848cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
1849cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
490d1888 1850cpan/Pod-Simple/lib/Pod/Simple/Text.pm format Pod as plaintext
3dfcef7e 1851cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm get the text content of Pod
490d1888 1852cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH
490d1888 1853cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode
3dfcef7e 1854cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb
490d1888
NC
1855cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart
1856cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm turn Pod into XHTML
1857cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
490d1888
NC
1858cpan/Pod-Simple/t/00about.t Pod::Simple test file
1859cpan/Pod-Simple/t/20_skip.t Pod::Simple test file
3dfcef7e 1860cpan/Pod-Simple/t/ac_d.t Pod::Simple test file
490d1888
NC
1861cpan/Pod-Simple/t/accept01.t Pod::Simple test file
1862cpan/Pod-Simple/t/accept05.t Pod::Simple test file
08d70c44 1863cpan/Pod-Simple/t/ascii_order.pl
490d1888
NC
1864cpan/Pod-Simple/t/basic.t Pod::Simple test file
1865cpan/Pod-Simple/t/begin.t Pod::Simple test file
1866cpan/Pod-Simple/t/cbacks.t Pod::Simple test file
1867cpan/Pod-Simple/t/chunking.t Pod::Simple test file
1868cpan/Pod-Simple/t/closeys.t Pod::Simple test file
92a915ab 1869cpan/Pod-Simple/t/content_seen.t Pod::Simple test file
3dfcef7e 1870cpan/Pod-Simple/t/corpus.t Pod::Simple test file
490d1888
NC
1871cpan/Pod-Simple/t/corpus/2202jp.txt Pod::Simple test file
1872cpan/Pod-Simple/t/corpus/2202jp.xml Pod::Simple test file
1873cpan/Pod-Simple/t/corpus/2202jpx.txt Pod::Simple test file
1874cpan/Pod-Simple/t/corpus/2202jpx.xml Pod::Simple test file
1875cpan/Pod-Simple/t/corpus/2202jpy.txt Pod::Simple test file
1876cpan/Pod-Simple/t/corpus/2202jpy.xml Pod::Simple test file
1877cpan/Pod-Simple/t/corpus/2202jpz.txt Pod::Simple test file
1878cpan/Pod-Simple/t/corpus/2202jpz.xml Pod::Simple test file
490d1888
NC
1879cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file
1880cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file
1881cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file
1882cpan/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file
bf8d7753
YO
1883cpan/Pod-Simple/t/corpus/enc_char_directive.txt Pod::Simple test file
1884cpan/Pod-Simple/t/corpus/enc_char_directive.xml Pod::Simple test file
1885cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt Pod::Simple test file
1886cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml Pod::Simple test file
0ace302a
SH
1887cpan/Pod-Simple/t/corpus/encwarn01.txt Pod::Simple test file
1888cpan/Pod-Simple/t/corpus/encwarn01.xml Pod::Simple test file
1889cpan/Pod-Simple/t/corpus/encwarn02.txt Pod::Simple test file
1890cpan/Pod-Simple/t/corpus/encwarn02.xml Pod::Simple test file
9dd0d393
CBW
1891cpan/Pod-Simple/t/corpus/encwarn03.txt
1892cpan/Pod-Simple/t/corpus/encwarn03.xml
1893cpan/Pod-Simple/t/corpus/encwarn04.txt
1894cpan/Pod-Simple/t/corpus/encwarn04.xml
490d1888
NC
1895cpan/Pod-Simple/t/corpus/fet_cont.txt Pod::Simple test file
1896cpan/Pod-Simple/t/corpus/fet_cont.xml Pod::Simple test file
1897cpan/Pod-Simple/t/corpus/fet_dup.txt Pod::Simple test file
1898cpan/Pod-Simple/t/corpus/fet_dup.xml Pod::Simple test file
1899cpan/Pod-Simple/t/corpus/iso6.txt Pod::Simple test file
1900cpan/Pod-Simple/t/corpus/iso6.xml Pod::Simple test file
1901cpan/Pod-Simple/t/corpus/koi8r.txt Pod::Simple test file
1902cpan/Pod-Simple/t/corpus/koi8r.xml Pod::Simple test file
3dfcef7e
YO
1903cpan/Pod-Simple/t/corpus/laozi38.txt Pod::Simple test file
1904cpan/Pod-Simple/t/corpus/laozi38.xml Pod::Simple test file
490d1888
NC
1905cpan/Pod-Simple/t/corpus/laozi38b.txt Pod::Simple test file
1906cpan/Pod-Simple/t/corpus/laozi38b.xml Pod::Simple test file
1907cpan/Pod-Simple/t/corpus/laozi38p.pod Pod::Simple test file
1908cpan/Pod-Simple/t/corpus/laozi38p.xml Pod::Simple test file
490d1888
NC
1909cpan/Pod-Simple/t/corpus/lat1fr.txt Pod::Simple test file
1910cpan/Pod-Simple/t/corpus/lat1fr.xml Pod::Simple test file
3dfcef7e
YO
1911cpan/Pod-Simple/t/corpus/lat1frim.txt Pod::Simple test file
1912cpan/Pod-Simple/t/corpus/lat1frim.xml Pod::Simple test file
490d1888
NC
1913cpan/Pod-Simple/t/corpus/nonesuch.txt Pod::Simple test file
1914cpan/Pod-Simple/t/corpus/nonesuch.xml Pod::Simple test file
1915cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file
1916cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file
3dfcef7e
YO
1917cpan/Pod-Simple/t/corpus/plain.txt Pod::Simple test file
1918cpan/Pod-Simple/t/corpus/plain.xml Pod::Simple test file
490d1888
NC
1919cpan/Pod-Simple/t/corpus/plain_explicit.txt Pod::Simple test file
1920cpan/Pod-Simple/t/corpus/plain_explicit.xml Pod::Simple test file
1921cpan/Pod-Simple/t/corpus/plain_latin1.txt Pod::Simple test file
1922cpan/Pod-Simple/t/corpus/plain_latin1.xml Pod::Simple test file
490d1888
NC
1923cpan/Pod-Simple/t/corpus/plain_utf8.txt Pod::Simple test file
1924cpan/Pod-Simple/t/corpus/plain_utf8.xml Pod::Simple test file
490d1888
NC
1925cpan/Pod-Simple/t/corpus/polish_utf8.txt Pod::Simple test file
1926cpan/Pod-Simple/t/corpus/polish_utf8.xml Pod::Simple test file
1927cpan/Pod-Simple/t/corpus/s2763_sjis.txt Pod::Simple test file
1928cpan/Pod-Simple/t/corpus/s2763_sjis.xml Pod::Simple test file
490d1888
NC
1929cpan/Pod-Simple/t/corpus/thai_iso11.txt Pod::Simple test file
1930cpan/Pod-Simple/t/corpus/thai_iso11.xml Pod::Simple test file
3dfcef7e
YO
1931cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt Pod::Simple test file
1932cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml Pod::Simple test file
1933cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt Pod::Simple test file
1934cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt Pod::Simple test file
1935cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt Pod::Simple test file
1936cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file
1937cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file
1938cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file
1939cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file
1940cpan/Pod-Simple/t/corpus2/README Pod::Simple test file
60527824 1941cpan/Pod-Simple/t/emptylists.t Pod::Simple test file
9dd0d393 1942cpan/Pod-Simple/t/enc-chars.t
490d1888
NC
1943cpan/Pod-Simple/t/encod01.t Pod::Simple test file
1944cpan/Pod-Simple/t/encod02.t Pod::Simple test file
1945cpan/Pod-Simple/t/encod03.t Pod::Simple test file
9dd0d393 1946cpan/Pod-Simple/t/encod04.t
490d1888 1947cpan/Pod-Simple/t/end_over.t Pod::Simple test file
60527824 1948cpan/Pod-Simple/t/eol.t Pod::Simple test file
3dfcef7e 1949cpan/Pod-Simple/t/eol2.t Pod::Simple test file
60527824 1950cpan/Pod-Simple/t/fake-closers.t Pod::Simple test file
3dfcef7e 1951cpan/Pod-Simple/t/fcodes.t Pod::Simple test file
490d1888
NC
1952cpan/Pod-Simple/t/fcodes_e.t Pod::Simple test file
1953cpan/Pod-Simple/t/fcodes_l.t Pod::Simple test file
1954cpan/Pod-Simple/t/fcodes_s.t Pod::Simple test file
490d1888 1955cpan/Pod-Simple/t/for.t Pod::Simple test file
3dfcef7e 1956cpan/Pod-Simple/t/fornot.t Pod::Simple test file
0478e945 1957cpan/Pod-Simple/t/github_issue_79.t
490d1888
NC
1958cpan/Pod-Simple/t/heads.t Pod::Simple test file
1959cpan/Pod-Simple/t/html01.t Pod::Simple test file
1960cpan/Pod-Simple/t/html02.t Pod::Simple test file
1961cpan/Pod-Simple/t/html03.t Pod::Simple test file
1962cpan/Pod-Simple/t/htmlbat.t Pod::Simple test file
490d1888 1963cpan/Pod-Simple/t/items.t Pod::Simple test file
3dfcef7e 1964cpan/Pod-Simple/t/items02.t Pod::Simple test file
490d1888 1965cpan/Pod-Simple/t/itemstar.t Pod::Simple test file
490d1888 1966cpan/Pod-Simple/t/junk1.pod Pod::Simple test file
3dfcef7e 1967cpan/Pod-Simple/t/junk1o.txt Pod::Simple test file
490d1888 1968cpan/Pod-Simple/t/junk2.pod Pod::Simple test file
3dfcef7e 1969cpan/Pod-Simple/t/junk2o.txt Pod::Simple test file
0478e945
KW
1970cpan/Pod-Simple/t/JustPod01.t
1971cpan/Pod-Simple/t/JustPod02.t
1972cpan/Pod-Simple/t/JustPod_corpus.t
1ccbfc07 1973cpan/Pod-Simple/t/lib/helpers.pm Pod::Simple test file
490d1888 1974cpan/Pod-Simple/t/linkclas.t Pod::Simple test file
c9989a74 1975cpan/Pod-Simple/t/output.t Pod::Simple test file
490d1888 1976cpan/Pod-Simple/t/perlcyg.pod Pod::Simple test file
3dfcef7e 1977cpan/Pod-Simple/t/perlcygo.txt Pod::Simple test file
490d1888 1978cpan/Pod-Simple/t/perlfaq.pod Pod::Simple test file
3dfcef7e 1979cpan/Pod-Simple/t/perlfaqo.txt Pod::Simple test file
490d1888 1980cpan/Pod-Simple/t/perlvar.pod Pod::Simple test file
3dfcef7e 1981cpan/Pod-Simple/t/perlvaro.txt Pod::Simple test file
490d1888
NC
1982cpan/Pod-Simple/t/puller.t Pod::Simple test file
1983cpan/Pod-Simple/t/pulltitl.t Pod::Simple test file
1984cpan/Pod-Simple/t/reinit.t Pod::Simple test file
1985cpan/Pod-Simple/t/render.t Pod::Simple test file
0478e945 1986cpan/Pod-Simple/t/rtf_utf8.t
490d1888
NC
1987cpan/Pod-Simple/t/search05.t Pod::Simple test file
1988cpan/Pod-Simple/t/search10.t Pod::Simple test file
1989cpan/Pod-Simple/t/search12.t Pod::Simple test file
1990cpan/Pod-Simple/t/search20.t Pod::Simple test file
1991cpan/Pod-Simple/t/search22.t Pod::Simple test file
1992cpan/Pod-Simple/t/search25.t Pod::Simple test file
1993cpan/Pod-Simple/t/search26.t Pod::Simple test file
1994cpan/Pod-Simple/t/search27.t Pod::Simple test file
1995cpan/Pod-Simple/t/search28.t Pod::Simple test file
1996cpan/Pod-Simple/t/search29.t Pod::Simple test file
1997cpan/Pod-Simple/t/search50.t Pod::Simple test file
92a915ab
SH
1998cpan/Pod-Simple/t/search60.t Pod::Simple test file
1999cpan/Pod-Simple/t/search60/A/x.pod Pod::Simple test file
2000cpan/Pod-Simple/t/search60/B/X.pod Pod::Simple test file
490d1888 2001cpan/Pod-Simple/t/stree.t Pod::Simple test file
46655c69 2002cpan/Pod-Simple/t/strpvbtm.t Pod::Simple test file
490d1888
NC
2003cpan/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file
2004cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file
2005cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file
2006cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm Pod::Simple test file
2007cpan/Pod-Simple/t/testlib1/pod/perlflif.pod Pod::Simple test file
2008cpan/Pod-Simple/t/testlib1/pod/perlthng.pod Pod::Simple test file
490d1888 2009cpan/Pod-Simple/t/testlib1/squaa.pm Pod::Simple test file
3dfcef7e 2010cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod Pod::Simple test file
490d1888
NC
2011cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm Pod::Simple test file
2012cpan/Pod-Simple/t/testlib1/zikzik.pod Pod::Simple test file
2013cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt Pod::Simple test file
2014cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm Pod::Simple test file
2015cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm Pod::Simple test file
2016cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod Pod::Simple test file
2017cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt Pod::Simple test file
2018cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm Pod::Simple test file
2019cpan/Pod-Simple/t/testlib2/pod/perlthng.pod Pod::Simple test file
2020cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod Pod::Simple test file
92a915ab 2021cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod Pod::Simple test file
490d1888
NC
2022cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm Pod::Simple test file
2023cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod Pod::Simple test file
2024cpan/Pod-Simple/t/testlib2/Suzzle.pm Pod::Simple test file
2025cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file
2026cpan/Pod-Simple/t/tiedfh.t Pod::Simple test file
490d1888 2027cpan/Pod-Simple/t/verb_fmt.t Pod::Simple test file
3dfcef7e 2028cpan/Pod-Simple/t/verbatim.t Pod::Simple test file
b5ae6e74 2029cpan/Pod-Simple/t/whine.t
3dfcef7e
YO
2030cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file
2031cpan/Pod-Simple/t/xhtml-bkb.t
490d1888
NC
2032cpan/Pod-Simple/t/xhtml01.t Pod::Simple test file
2033cpan/Pod-Simple/t/xhtml05.t Pod::Simple test file
46655c69 2034cpan/Pod-Simple/t/xhtml10.t Pod::Simple test file
60527824 2035cpan/Pod-Simple/t/xhtml15.t Pod::Simple test file
0ace302a 2036cpan/Pod-Simple/t/xhtml20.t Pod::Simple test file
0c501878
CBW
2037cpan/Pod-Usage/lib/Pod/Usage.pm
2038cpan/Pod-Usage/scripts/pod2usage.PL
3735683b
CBW
2039cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
2040cpan/Pod-Usage/t/inc/Pod/Parser.pm
2041cpan/Pod-Usage/t/inc/Pod/PlainText.pm
2042cpan/Pod-Usage/t/inc/Pod/Select.pm
969c6694
CBW
2043cpan/Pod-Usage/t/pod/headwithmarkup.pl
2044cpan/Pod-Usage/t/pod/headwithmarkup.t
0c501878 2045cpan/Pod-Usage/t/pod/p2u_data.pl
2ed39982
CBW
2046cpan/Pod-Usage/t/pod/pod2usage.t
2047cpan/Pod-Usage/t/pod/pod2usage.xr
3dfcef7e 2048cpan/Pod-Usage/t/pod/pod2usage2.t
969c6694
CBW
2049cpan/Pod-Usage/t/pod/selectheaders.pl
2050cpan/Pod-Usage/t/pod/selectheaders.t
2051cpan/Pod-Usage/t/pod/selectsections.pl
2052cpan/Pod-Usage/t/pod/selectsections.t
0c501878 2053cpan/Pod-Usage/t/pod/testcmp.pl
2ed39982 2054cpan/Pod-Usage/t/pod/testp2pt.pl
0c501878 2055cpan/Pod-Usage/t/pod/usage.pod
3dfcef7e 2056cpan/Pod-Usage/t/pod/usage2.pod
20616d51 2057cpan/podlators/docs/docknot.yaml
bf8d7753
YO
2058cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff
2059cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text
2060cpan/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text
2061cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text
2062cpan/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text
2063cpan/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes
2064cpan/podlators/Makefile.PL podlators Makefile.PL
2065cpan/podlators/scripts/pod2man.PL Translator to turn pod into manpage
2066cpan/podlators/scripts/pod2text.PL Translator to turn pod into text
2067cpan/podlators/t/data/basic.cap podlators test
2068cpan/podlators/t/data/basic.clr podlators test
2069cpan/podlators/t/data/basic.man podlators test
2070cpan/podlators/t/data/basic.ovr podlators test
2071cpan/podlators/t/data/basic.pod podlators test
2072cpan/podlators/t/data/basic.txt podlators test
20616d51
RA
2073cpan/podlators/t/data/man/encoding.groff
2074cpan/podlators/t/data/man/encoding.pod
2075cpan/podlators/t/data/man/encoding.roff
2076cpan/podlators/t/data/man/encoding.utf8
bf8d7753 2077cpan/podlators/t/data/perl.conf podlators test
a9304318
RB
2078cpan/podlators/t/data/perlcriticrc
2079cpan/podlators/t/data/perltidyrc
20616d51 2080cpan/podlators/t/data/regenerate-data
f97008e2
SH
2081cpan/podlators/t/data/snippets/color/escape-wrapping
2082cpan/podlators/t/data/snippets/color/tag-width
2083cpan/podlators/t/data/snippets/color/tag-wrapping
2084cpan/podlators/t/data/snippets/color/width
2085cpan/podlators/t/data/snippets/color/wrapping
a7ea90b1
SH
2086cpan/podlators/t/data/snippets/man/agrave
2087cpan/podlators/t/data/snippets/man/backslash-man-ref
516cc7b3 2088cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
a7ea90b1
SH
2089cpan/podlators/t/data/snippets/man/bullets
2090cpan/podlators/t/data/snippets/man/c-in-header
2091cpan/podlators/t/data/snippets/man/c-in-name
2092cpan/podlators/t/data/snippets/man/cpp
2093cpan/podlators/t/data/snippets/man/dollar-magic
516cc7b3
CBW
2094cpan/podlators/t/data/snippets/man/error-die
2095cpan/podlators/t/data/snippets/man/error-none
2096cpan/podlators/t/data/snippets/man/error-normal
2097cpan/podlators/t/data/snippets/man/error-pod
2098cpan/podlators/t/data/snippets/man/error-stderr
2099cpan/podlators/t/data/snippets/man/error-stderr-opt
a7ea90b1 2100cpan/podlators/t/data/snippets/man/eth
516cc7b3 2101cpan/podlators/t/data/snippets/man/fixed-font
a7ea90b1
SH
2102cpan/podlators/t/data/snippets/man/fixed-font-in-item
2103cpan/podlators/t/data/snippets/man/for-blocks
20616d51
RA
2104cpan/podlators/t/data/snippets/man/guesswork
2105cpan/podlators/t/data/snippets/man/guesswork-all
2106cpan/podlators/t/data/snippets/man/guesswork-no-quoting
2107cpan/podlators/t/data/snippets/man/guesswork-none
2108cpan/podlators/t/data/snippets/man/guesswork-partial
2109cpan/podlators/t/data/snippets/man/guesswork-quoting
a7ea90b1
SH
2110cpan/podlators/t/data/snippets/man/hyphen-in-s
2111cpan/podlators/t/data/snippets/man/iso-8859-1
20616d51
RA
2112cpan/podlators/t/data/snippets/man/iso-8859-1-error-die
2113cpan/podlators/t/data/snippets/man/iso-8859-1-error-pod
2114cpan/podlators/t/data/snippets/man/iso-8859-1-roff
a7ea90b1 2115cpan/podlators/t/data/snippets/man/item-fonts
20616d51 2116cpan/podlators/t/data/snippets/man/language
a7ea90b1
SH
2117cpan/podlators/t/data/snippets/man/link-quoting
2118cpan/podlators/t/data/snippets/man/link-to-url
516cc7b3
CBW
2119cpan/podlators/t/data/snippets/man/long-quote
2120cpan/podlators/t/data/snippets/man/lquote-and-quote
2121cpan/podlators/t/data/snippets/man/lquote-rquote
a7ea90b1
SH
2122cpan/podlators/t/data/snippets/man/markup-in-name
2123cpan/podlators/t/data/snippets/man/multiline-x
20616d51
RA
2124cpan/podlators/t/data/snippets/man/naive
2125cpan/podlators/t/data/snippets/man/naive-groff
a7ea90b1 2126cpan/podlators/t/data/snippets/man/name-guesswork
20616d51
RA
2127cpan/podlators/t/data/snippets/man/name-quotes
2128cpan/podlators/t/data/snippets/man/name-quotes-none
a7ea90b1
SH
2129cpan/podlators/t/data/snippets/man/nested-lists
2130cpan/podlators/t/data/snippets/man/newlines-in-c
2131cpan/podlators/t/data/snippets/man/non-ascii
20616d51 2132cpan/podlators/t/data/snippets/man/nonbreaking-space-l
a7ea90b1
SH
2133cpan/podlators/t/data/snippets/man/not-bullet
2134cpan/podlators/t/data/snippets/man/not-numbers
516cc7b3 2135cpan/podlators/t/data/snippets/man/nourls
a7ea90b1
SH
2136cpan/podlators/t/data/snippets/man/periods
2137cpan/podlators/t/data/snippets/man/quote-escaping
516cc7b3 2138cpan/podlators/t/data/snippets/man/rquote-none
a7ea90b1
SH
2139cpan/podlators/t/data/snippets/man/soft-hyphens
2140cpan/podlators/t/data/snippets/man/trailing-space
2141cpan/podlators/t/data/snippets/man/true-false
a7ea90b1
SH
2142cpan/podlators/t/data/snippets/man/utf8-nonbreaking
2143cpan/podlators/t/data/snippets/man/utf8-verbatim
2144cpan/podlators/t/data/snippets/man/x-whitespace
2145cpan/podlators/t/data/snippets/man/x-whitespace-entry
20616d51 2146cpan/podlators/t/data/snippets/man/zero-width-space
28997a26
CBW
2147cpan/podlators/t/data/snippets/overstrike/tag-width
2148cpan/podlators/t/data/snippets/overstrike/wrapping
20616d51 2149cpan/podlators/t/data/snippets/README.md
f97008e2
SH
2150cpan/podlators/t/data/snippets/termcap/escape-wrapping
2151cpan/podlators/t/data/snippets/termcap/tag-width
2152cpan/podlators/t/data/snippets/termcap/tag-wrapping
b10c836b 2153cpan/podlators/t/data/snippets/termcap/term-unknown
f97008e2
SH
2154cpan/podlators/t/data/snippets/termcap/width
2155cpan/podlators/t/data/snippets/termcap/wrapping
b10c836b
CBW
2156cpan/podlators/t/data/snippets/text/alt
2157cpan/podlators/t/data/snippets/text/c-with-spaces
2158cpan/podlators/t/data/snippets/text/code
bf8d7753 2159cpan/podlators/t/data/snippets/text/cpp podlators test
28997a26 2160cpan/podlators/t/data/snippets/text/empty
b10c836b
CBW
2161cpan/podlators/t/data/snippets/text/error-die
2162cpan/podlators/t/data/snippets/text/error-none
2163cpan/podlators/t/data/snippets/text/error-normal
2164cpan/podlators/t/data/snippets/text/error-pod
2165cpan/podlators/t/data/snippets/text/error-stderr
2166cpan/podlators/t/data/snippets/text/error-stderr-opt
2167cpan/podlators/t/data/snippets/text/for
a9304318
RB
2168cpan/podlators/t/data/snippets/text/guesswork-no-quoting
2169cpan/podlators/t/data/snippets/text/guesswork-quoting
28997a26 2170cpan/podlators/t/data/snippets/text/iso-8859-1
20616d51
RA
2171cpan/podlators/t/data/snippets/text/iso-8859-1-error-die
2172cpan/podlators/t/data/snippets/text/iso-8859-1-error-pod
2173cpan/podlators/t/data/snippets/text/iso-8859-1-utf8
b10c836b
CBW
2174cpan/podlators/t/data/snippets/text/late-encoding
2175cpan/podlators/t/data/snippets/text/link-rt
2176cpan/podlators/t/data/snippets/text/link-url
2177cpan/podlators/t/data/snippets/text/margin
20616d51
RA
2178cpan/podlators/t/data/snippets/text/naive
2179cpan/podlators/t/data/snippets/text/name-quotes
2180cpan/podlators/t/data/snippets/text/name-quotes-none
2181cpan/podlators/t/data/snippets/text/non-latin
b10c836b 2182cpan/podlators/t/data/snippets/text/nonbreaking-space
20616d51 2183cpan/podlators/t/data/snippets/text/nonbreaking-space-l
b10c836b
CBW
2184cpan/podlators/t/data/snippets/text/nourls
2185cpan/podlators/t/data/snippets/text/periods
2186cpan/podlators/t/data/snippets/text/quotes-opt
2187cpan/podlators/t/data/snippets/text/s-whitespace
2188cpan/podlators/t/data/snippets/text/sentence-spacing
2189cpan/podlators/t/data/snippets/text/utf8
28997a26 2190cpan/podlators/t/data/snippets/text/utf8-iso
b10c836b 2191cpan/podlators/t/data/snippets/text/verbatim
bf8d7753 2192cpan/podlators/t/data/termcap podlators test
20616d51 2193cpan/podlators/t/docs/changes.t
bf8d7753
YO
2194cpan/podlators/t/docs/pod.t podlators test
2195cpan/podlators/t/docs/pod-spelling.t podlators test
2196cpan/podlators/t/docs/spdx-license.t podlators test
2197cpan/podlators/t/docs/synopsis.t podlators test
2198cpan/podlators/t/general/basic.t podlators test
2199cpan/podlators/t/general/filehandle.t podlators test
2200cpan/podlators/t/general/pod-parser.t podlators test
2201cpan/podlators/t/lib/Test/Podlators.pm podlators test
2202cpan/podlators/t/lib/Test/RRA.pm podlators test
2203cpan/podlators/t/lib/Test/RRA/Config.pm podlators test
2204cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm podlators test
2205cpan/podlators/t/man/devise-date.t podlators test
2206cpan/podlators/t/man/devise-title.t podlators test
2207cpan/podlators/t/man/empty.t podlators test
20616d51 2208cpan/podlators/t/man/encoding.t
bf8d7753
YO
2209cpan/podlators/t/man/heading.t podlators test
2210cpan/podlators/t/man/iso-8859-1.t podlators test
2211cpan/podlators/t/man/no-encode.t podlators test
2212cpan/podlators/t/man/snippets.t podlators test
2213cpan/podlators/t/man/utf8-io.t podlators test
2214cpan/podlators/t/parselink/basic.t podlators test
a9304318
RB
2215cpan/podlators/t/style/critic.t
2216cpan/podlators/t/style/kwalitee.t
3dfcef7e 2217cpan/podlators/t/style/minimum-version.t podlators test
bf8d7753 2218cpan/podlators/t/style/module-version.t podlators test
b10c836b 2219cpan/podlators/t/style/obsolete-strings.t
bf8d7753
YO
2220cpan/podlators/t/style/strict.t podlators test
2221cpan/podlators/t/text/color.t podlators test
28997a26
CBW
2222cpan/podlators/t/text/invalid.t
2223cpan/podlators/t/text/iso-8859-1.t
bf8d7753 2224cpan/podlators/t/text/overstrike.t podlators test
b10c836b 2225cpan/podlators/t/text/snippets.t
bf8d7753 2226cpan/podlators/t/text/termcap.t podlators test
28997a26 2227cpan/podlators/t/text/utf8-io.t
cb8c8458
SH
2228cpan/Scalar-List-Utils/lib/List/Util.pm List::Util
2229cpan/Scalar-List-Utils/lib/List/Util/XS.pm List::Util
2230cpan/Scalar-List-Utils/lib/Scalar/Util.pm Scalar::Util
d81c2d6a 2231cpan/Scalar-List-Utils/lib/Sub/Util.pm
cb8c8458
SH
2232cpan/Scalar-List-Utils/ListUtil.xs Util extension
2233cpan/Scalar-List-Utils/Makefile.PL Util extension
2234cpan/Scalar-List-Utils/multicall.h Util extension
2235cpan/Scalar-List-Utils/t/00version.t Scalar::Util
2236cpan/Scalar-List-Utils/t/any-all.t List::Util
2237cpan/Scalar-List-Utils/t/blessed.t Scalar::Util
2238cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util
13bb7c4d 2239cpan/Scalar-List-Utils/t/exotic_names.t
cb8c8458
SH
2240cpan/Scalar-List-Utils/t/first.t List::Util
2241cpan/Scalar-List-Utils/t/getmagic-once.t
13bb7c4d 2242cpan/Scalar-List-Utils/t/head-tail.t
cb8c8458
SH
2243cpan/Scalar-List-Utils/t/isvstring.t Scalar::Util
2244cpan/Scalar-List-Utils/t/lln.t Scalar::Util
cb8c8458 2245cpan/Scalar-List-Utils/t/max.t List::Util
3dfcef7e 2246cpan/Scalar-List-Utils/t/maxstr.t List::Util
9cc5c436 2247cpan/Scalar-List-Utils/t/mesh.t
cb8c8458 2248cpan/Scalar-List-Utils/t/min.t List::Util
3dfcef7e 2249cpan/Scalar-List-Utils/t/minstr.t List::Util
cb8c8458
SH
2250cpan/Scalar-List-Utils/t/openhan.t Scalar::Util
2251cpan/Scalar-List-Utils/t/pair.t
2252cpan/Scalar-List-Utils/t/product.t List::Util
d81c2d6a 2253cpan/Scalar-List-Utils/t/prototype.t
cb8c8458
SH
2254cpan/Scalar-List-Utils/t/readonly.t Scalar::Util
2255cpan/Scalar-List-Utils/t/reduce.t List::Util
cac6698e 2256cpan/Scalar-List-Utils/t/reductions.t
cb8c8458
SH
2257cpan/Scalar-List-Utils/t/refaddr.t Scalar::Util
2258cpan/Scalar-List-Utils/t/reftype.t Scalar::Util
e8164ee7 2259cpan/Scalar-List-Utils/t/rt-96343.t Scalar::Util
cac6698e 2260cpan/Scalar-List-Utils/t/sample.t
d81c2d6a 2261cpan/Scalar-List-Utils/t/scalarutil-proto.t
cb8c8458
SH
2262cpan/Scalar-List-Utils/t/shuffle.t List::Util
2263cpan/Scalar-List-Utils/t/stack-corruption.t List::Util
d81c2d6a 2264cpan/Scalar-List-Utils/t/subname.t
cb8c8458 2265cpan/Scalar-List-Utils/t/sum.t List::Util
3dfcef7e 2266cpan/Scalar-List-Utils/t/sum0.t
cb8c8458 2267cpan/Scalar-List-Utils/t/tainted.t Scalar::Util
741719f1 2268cpan/Scalar-List-Utils/t/undefined-block.t
e8164ee7 2269cpan/Scalar-List-Utils/t/uniq.t Scalar::Util
cac6698e 2270cpan/Scalar-List-Utils/t/uniqnum.t
cb8c8458 2271cpan/Scalar-List-Utils/t/weak.t Scalar::Util
9cc5c436 2272cpan/Scalar-List-Utils/t/zip.t
44559db1
PE
2273cpan/Socket/Makefile.PL Socket extension makefile writer
2274cpan/Socket/Socket.pm Socket extension Perl module
2275cpan/Socket/Socket.xs Socket extension external subroutines
2276cpan/Socket/t/getaddrinfo.t See if Socket::getaddrinfo works
2277cpan/Socket/t/getnameinfo.t See if Socket::getnameinfo works
3be135d8 2278cpan/Socket/t/ip_mreq.t See if (un)pack_ip_mreq work
44559db1 2279cpan/Socket/t/ipv6_mreq.t See if (un)pack_ipv6_mreq work
eabcd9c8 2280cpan/Socket/t/sockaddr.t
44559db1 2281cpan/Socket/t/Socket.t See if Socket works
3dfcef7e 2282cpan/Socket/t/socketpair.t See if socketpair works
9dea6244 2283cpan/Socket/typemap
e14adb60
NC
2284cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
2285cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
2286cpan/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file
2287cpan/Sys-Syslog/Makefile.PL Sys::Syslog extension makefile writer
e14adb60
NC
2288cpan/Sys-Syslog/Syslog.pm Sys::Syslog extension Perl module
2289cpan/Sys-Syslog/Syslog.xs Sys::Syslog extension external subroutines
2290cpan/Sys-Syslog/t/00-load.t test for Sys::Syslog
2291cpan/Sys-Syslog/t/constants.t test for Sys::Syslog
10934390
CBW
2292cpan/Sys-Syslog/t/cpan-rt-21516.t
2293cpan/Sys-Syslog/t/cpan-rt-21866.t
2294cpan/Sys-Syslog/t/cpan-rt-25488.t
2295cpan/Sys-Syslog/t/cpan-rt-49877.pl
2296cpan/Sys-Syslog/t/cpan-rt-55151.t
2297cpan/Sys-Syslog/t/cpan-rt-64287.t
0374b0a2 2298cpan/Sys-Syslog/t/facilities-routing.t test for Sys::Syslog
e14adb60 2299cpan/Sys-Syslog/t/syslog.t See if Sys::Syslog works
10934390 2300cpan/Sys-Syslog/t/syslog-inet-udp.t
e14adb60 2301cpan/Sys-Syslog/win32/compile.pl Sys::Syslog extension Win32 related file
e14adb60 2302cpan/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file
3dfcef7e 2303cpan/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file
e14adb60
NC
2304cpan/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file
2305cpan/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file
5e64492f 2306cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
5e64492f 2307cpan/Term-ANSIColor/t/lib/Test/RRA.pm
3dfcef7e 2308cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
5e64492f 2309cpan/Term-ANSIColor/t/module/aliases-func.t
5e64492f 2310cpan/Term-ANSIColor/t/module/basic.t
3dfcef7e 2311cpan/Term-ANSIColor/t/module/basic256.t
5e64492f
CBW
2312cpan/Term-ANSIColor/t/module/eval.t
2313cpan/Term-ANSIColor/t/module/stringify.t
76bea4b7 2314cpan/Term-ANSIColor/t/module/true-color.t
5e64492f 2315cpan/Term-ANSIColor/t/taint/basic.t
8c5b8ff0
NC
2316cpan/Term-Cap/Cap.pm Perl module supporting termcap usage
2317cpan/Term-Cap/test.pl See if Term::Cap works
bf8d7753
YO
2318cpan/Test-Harness/bin/prove The prove harness utility
2319cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility
2320cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility
2321cpan/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility
2322cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility
2323cpan/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol
2324cpan/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol
2325cpan/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol
2326cpan/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol
3dfcef7e 2327cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol
bf8d7753
YO
2328cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol
2329cpan/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol
2330cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol
2331cpan/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol
2332cpan/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol
1275ac73 2333cpan/Test-Harness/lib/TAP/Harness/Beyond.pod
bf8d7753
YO
2334cpan/Test-Harness/lib/TAP/Harness/Env.pm A parser for Test Anything Protocol
2335cpan/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol
2336cpan/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol
2337cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol
2338cpan/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol
2339cpan/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol
2340cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol
2341cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol
2342cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol
2343cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol
2344cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol
2345cpan/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol
2346cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol
2347cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol
2348cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol
2349cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol
2350cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol
2351cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol
2352cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol
2353cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol
2354cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol
2355cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol
2356cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol
2357cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol
2358cpan/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol
3dfcef7e 2359cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm A parser for Test Anything Protocol
1275ac73
AD
2360cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm
2361cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm
2362cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm
2363cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm
1275ac73 2364cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm
bf8d7753
YO
2365cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol
2366cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol
2367cpan/Test-Harness/lib/Test/Harness.pm A test harness
2368cpan/Test-Harness/t/aggregator.t Test::Harness test
2369cpan/Test-Harness/t/bailout.t Test::Harness test
2370cpan/Test-Harness/t/base.t Test::Harness test
2371cpan/Test-Harness/t/callbacks.t Test::Harness test
2372cpan/Test-Harness/t/compat/env.t Test::Harness test
2373cpan/Test-Harness/t/compat/env_opts.t Test::Harness test
2374cpan/Test-Harness/t/compat/failure.t Test::Harness test
2375cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test
2376cpan/Test-Harness/t/compat/inc_taint.t Test::Harness test
2377cpan/Test-Harness/t/compat/nonumbers.t Test::Harness test
2378cpan/Test-Harness/t/compat/regression.t Test::Harness test
6d313664 2379cpan/Test-Harness/t/compat/subclass.t Test::Harness test
bf8d7753
YO
2380cpan/Test-Harness/t/compat/switches.t Test::Harness test
2381cpan/Test-Harness/t/compat/test-harness-compat.t Test::Harness test
2382cpan/Test-Harness/t/compat/version.t Test::Harness test
2383cpan/Test-Harness/t/console.t Test::Harness test
2384cpan/Test-Harness/t/data/catme.1 Test data for Test::Harness
2385cpan/Test-Harness/t/data/proverc Test data for Test::Harness
2386cpan/Test-Harness/t/data/sample.yml Test data for Test::Harness
8fe9e9ec 2387cpan/Test-Harness/t/env_opts.t
bf8d7753
YO
2388cpan/Test-Harness/t/errors.t Test::Harness test
2389cpan/Test-Harness/t/file.t Test::Harness test
2390cpan/Test-Harness/t/glob-to-regexp.t Test::Harness test
2391cpan/Test-Harness/t/grammar.t Test::Harness test
2392cpan/Test-Harness/t/harness.t Test::Harness test
2393cpan/Test-Harness/t/harness-bailout.t Test::Harness test
2394cpan/Test-Harness/t/harness-subclass.t Test::Harness test
6d313664 2395cpan/Test-Harness/t/iterator_factory.t Test::Harness test
bf8d7753
YO
2396cpan/Test-Harness/t/iterators.t Test::Harness test
2397cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness
2398cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness
2399cpan/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness
2400cpan/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness
2401cpan/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness
2402cpan/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness
2403cpan/Test-Harness/t/lib/MyFileSourceHandler.pm Test::Harness test
2404cpan/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness
2405cpan/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness
2406cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm Test::Harness test
2407cpan/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness
2408cpan/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness
2409cpan/Test-Harness/t/lib/MySourceHandler.pm Test::Harness test
2410cpan/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness
2411cpan/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness
1275ac73 2412cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm
bf8d7753
YO
2413cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness
2414cpan/Test-Harness/t/multiplexer.t Test::Harness test
2415cpan/Test-Harness/t/nested.t Test::Harness test
2416cpan/Test-Harness/t/nofork.t Test::Harness test
2417cpan/Test-Harness/t/nofork-mux.t Test::Harness test
2418cpan/Test-Harness/t/object.t Test::Harness test
2419cpan/Test-Harness/t/parse.t Test::Harness test
2420cpan/Test-Harness/t/parser-config.t Test::Harness test
2421cpan/Test-Harness/t/parser-subclass.t Test::Harness test
2422cpan/Test-Harness/t/perl5lib.t Test::Harness test
2423cpan/Test-Harness/t/premature-bailout.t Test::Harness test
2424cpan/Test-Harness/t/process.t Test::Harness test
2425cpan/Test-Harness/t/prove.t Test::Harness test
2426cpan/Test-Harness/t/proverc.t Test::Harness test
2427cpan/Test-Harness/t/proverc/emptyexec Test data for Test::Harness
2428cpan/Test-Harness/t/proverun.t Test::Harness test
686add28 2429cpan/Test-Harness/t/proveversion.t Test::Harness test
bf8d7753
YO
2430cpan/Test-Harness/t/regression.t Test::Harness test
2431cpan/Test-Harness/t/results.t Test::Harness test
158ffeeb 2432cpan/Test-Harness/t/rulesfile.t
bf8d7753
YO
2433cpan/Test-Harness/t/sample-tests/bailout Test data for Test::Harness
2434cpan/Test-Harness/t/sample-tests/bignum Test data for Test::Harness
2435cpan/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness
2436cpan/Test-Harness/t/sample-tests/combined Test data for Test::Harness
2437cpan/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness
2438cpan/Test-Harness/t/sample-tests/delayed Test data for Test::Harness
2439cpan/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness
2440cpan/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness
2441cpan/Test-Harness/t/sample-tests/die Test data for Test::Harness
2442cpan/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness
2443cpan/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness
2444cpan/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness
2445cpan/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness
2446cpan/Test-Harness/t/sample-tests/echo Test data for Test::Harness
2447cpan/Test-Harness/t/sample-tests/empty Test data for Test::Harness
2448cpan/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness
2449cpan/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness
2450cpan/Test-Harness/t/sample-tests/head_end Test data for Test::Harness
2451cpan/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness
2452cpan/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness
2453cpan/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness
2454cpan/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness
2455cpan/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness
2456cpan/Test-Harness/t/sample-tests/no_output Test data for Test::Harness
2457cpan/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness
2458cpan/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness
2459cpan/Test-Harness/t/sample-tests/schwern Test data for Test::Harness
2460cpan/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness
2461cpan/Test-Harness/t/sample-tests/segfault Test data for Test::Harness
2462cpan/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness
2463cpan/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness
2464cpan/Test-Harness/t/sample-tests/simple Test data for Test::Harness
2465cpan/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness
2466cpan/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness
2467cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 Test data for Test::Harness
2468cpan/Test-Harness/t/sample-tests/skip Test data for Test::Harness
2469cpan/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness
2470cpan/Test-Harness/t/sample-tests/skipall Test data for Test::Harness
2471cpan/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness
2472cpan/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness
2473cpan/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness
8fe9e9ec 2474cpan/Test-Harness/t/sample-tests/space_after_plan_v13
bf8d7753
YO
2475cpan/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness
2476cpan/Test-Harness/t/sample-tests/strict Test data for Test::Harness
2477cpan/Test-Harness/t/sample-tests/switches Test data for Test::Harness
2478cpan/Test-Harness/t/sample-tests/taint Test data for Test::Harness
2479cpan/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness
2480cpan/Test-Harness/t/sample-tests/todo Test data for Test::Harness
2481cpan/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness
2482cpan/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness
2483cpan/Test-Harness/t/sample-tests/too_many Test data for Test::Harness
2484cpan/Test-Harness/t/sample-tests/version_good Test data for Test::Harness
2485cpan/Test-Harness/t/sample-tests/version_late Test data for Test::Harness
2486cpan/Test-Harness/t/sample-tests/version_old Test data for Test::Harness
2487cpan/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness
2488cpan/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness
2489cpan/Test-Harness/t/sample-tests/yaml_late_plan Test data for Test::Harness
2490cpan/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness
2491cpan/Test-Harness/t/scheduler.t Test::Harness test
2492cpan/Test-Harness/t/source.t Test::Harness test
3dfcef7e 2493cpan/Test-Harness/t/source_handler.t Test::Harness test
bf8d7753
YO
2494cpan/Test-Harness/t/source_tests/harness Test data for Test::Harness
2495cpan/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness
2496cpan/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness
2497cpan/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness
2498cpan/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness
2499cpan/Test-Harness/t/source_tests/psql.bat Test::Harness test
2500cpan/Test-Harness/t/source_tests/source Test data for Test::Harness
2501cpan/Test-Harness/t/source_tests/source.1 Test::Harness test
2502cpan/Test-Harness/t/source_tests/source.bat Test::Harness test
2503cpan/Test-Harness/t/source_tests/source.pl Test::Harness test
2504cpan/Test-Harness/t/source_tests/source.sh Test::Harness test
2505cpan/Test-Harness/t/source_tests/source.t Test::Harness test
2506cpan/Test-Harness/t/source_tests/source.tap Test::Harness test
2507cpan/Test-Harness/t/source_tests/source_args.sh Test::Harness test
8fe9e9ec 2508cpan/Test-Harness/t/source_tests/test.tap
bf8d7753
YO
2509cpan/Test-Harness/t/spool.t Test::Harness test
2510cpan/Test-Harness/t/state.t Test::Harness test
2511cpan/Test-Harness/t/state_results.t Test::Harness test
2512cpan/Test-Harness/t/streams.t Test::Harness test
2513cpan/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness
2514cpan/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness
2515cpan/Test-Harness/t/taint.t Test::Harness test
2516cpan/Test-Harness/t/testargs.t Test::Harness test
2517cpan/Test-Harness/t/unicode.t Test::Harness test
2518cpan/Test-Harness/t/yamlish.t Test::Harness test
2519cpan/Test-Harness/t/yamlish-output.t Test::Harness test
2520cpan/Test-Harness/t/yamlish-writer.t Test::Harness test
3740cf6d
YO
2521cpan/Test-Simple/lib/ok.pm Module related to Test::Simple
2522cpan/Test-Simple/lib/Test/Builder.pm Module related to Test::Simple
2523cpan/Test-Simple/lib/Test/Builder/Formatter.pm Module related to Test::Simple
2524cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm Module related to Test::Simple
2525cpan/Test-Simple/lib/Test/Builder/Module.pm Module related to Test::Simple
2526cpan/Test-Simple/lib/Test/Builder/Tester.pm Module related to Test::Simple
2527cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Module related to Test::Simple
2528cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm Module related to Test::Simple
2529cpan/Test-Simple/lib/Test/More.pm Module related to Test::Simple
2530cpan/Test-Simple/lib/Test/Simple.pm Module related to Test::Simple
2531cpan/Test-Simple/lib/Test/Tester.pm Module related to Test::Simple
2532cpan/Test-Simple/lib/Test/Tester/Capture.pm Module related to Test::Simple
2533cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm Module related to Test::Simple
2534cpan/Test-Simple/lib/Test/Tester/Delegate.pm Module related to Test::Simple
2535cpan/Test-Simple/lib/Test/Tutorial.pod Test::Simple
2536cpan/Test-Simple/lib/Test/use/ok.pm Module related to Test::Simple
2537cpan/Test-Simple/lib/Test2.pm Module related to Test::Simple
2538cpan/Test-Simple/lib/Test2/API.pm Module related to Test::Simple
2539cpan/Test-Simple/lib/Test2/API/Breakage.pm Module related to Test::Simple
2540cpan/Test-Simple/lib/Test2/API/Context.pm Module related to Test::Simple
2541cpan/Test-Simple/lib/Test2/API/Instance.pm Module related to Test::Simple
2542cpan/Test-Simple/lib/Test2/API/InterceptResult.pm Module related to Test::Simple
2543cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm Module related to Test::Simple
2544cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm Module related to Test::Simple
2545cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm Module related to Test::Simple
2546cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm Module related to Test::Simple
2547cpan/Test-Simple/lib/Test2/API/Stack.pm Module related to Test::Simple
2548cpan/Test-Simple/lib/Test2/Event.pm Module related to Test::Simple
2549cpan/Test-Simple/lib/Test2/Event/Bail.pm Module related to Test::Simple
2550cpan/Test-Simple/lib/Test2/Event/Diag.pm Module related to Test::Simple
2551cpan/Test-Simple/lib/Test2/Event/Encoding.pm Module related to Test::Simple
2552cpan/Test-Simple/lib/Test2/Event/Exception.pm Module related to Test::Simple
2553cpan/Test-Simple/lib/Test2/Event/Fail.pm Module related to Test::Simple
2554cpan/Test-Simple/lib/Test2/Event/Generic.pm Module related to Test::Simple
2555cpan/Test-Simple/lib/Test2/Event/Note.pm Module related to Test::Simple
2556cpan/Test-Simple/lib/Test2/Event/Ok.pm Module related to Test::Simple
2557cpan/Test-Simple/lib/Test2/Event/Pass.pm Module related to Test::Simple
2558cpan/Test-Simple/lib/Test2/Event/Plan.pm Module related to Test::Simple
2559cpan/Test-Simple/lib/Test2/Event/Skip.pm Module related to Test::Simple
2560cpan/Test-Simple/lib/Test2/Event/Subtest.pm Module related to Test::Simple
2561cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm Module related to Test::Simple
2562cpan/Test-Simple/lib/Test2/Event/V2.pm Module related to Test::Simple
2563cpan/Test-Simple/lib/Test2/Event/Waiting.pm Module related to Test::Simple
2564cpan/Test-Simple/lib/Test2/EventFacet.pm Module related to Test::Simple
2565cpan/Test-Simple/lib/Test2/EventFacet/About.pm Module related to Test::Simple
2566cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm Module related to Test::Simple
2567cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm Module related to Test::Simple
2568cpan/Test-Simple/lib/Test2/EventFacet/Control.pm Module related to Test::Simple
2569cpan/Test-Simple/lib/Test2/EventFacet/Error.pm Module related to Test::Simple
2570cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm Module related to Test::Simple
2571cpan/Test-Simple/lib/Test2/EventFacet/Info.pm Module related to Test::Simple
2572cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm Module related to Test::Simple
2573cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm Module related to Test::Simple
2574cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm Module related to Test::Simple
2575cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm Module related to Test::Simple
2576cpan/Test-Simple/lib/Test2/EventFacet/Render.pm Module related to Test::Simple
2577cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm Module related to Test::Simple
2578cpan/Test-Simple/lib/Test2/Formatter.pm Module related to Test::Simple
2579cpan/Test-Simple/lib/Test2/Formatter/TAP.pm Module related to Test::Simple
2580cpan/Test-Simple/lib/Test2/Hub.pm Module related to Test::Simple
2581cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm Module related to Test::Simple
2582cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm Module related to Test::Simple
2583cpan/Test-Simple/lib/Test2/Hub/Subtest.pm Module related to Test::Simple
2584cpan/Test-Simple/lib/Test2/IPC.pm Module related to Test::Simple
2585cpan/Test-Simple/lib/Test2/IPC/Driver.pm Module related to Test::Simple
2586cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm Module related to Test::Simple
2587cpan/Test-Simple/lib/Test2/Tools/Tiny.pm Module related to Test::Simple
2588cpan/Test-Simple/lib/Test2/Transition.pod Test::Simple
2589cpan/Test-Simple/lib/Test2/Util.pm Module related to Test::Simple
2590cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm Module related to Test::Simple
2591cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm Module related to Test::Simple
2592cpan/Test-Simple/lib/Test2/Util/HashBase.pm Module related to Test::Simple
2593cpan/Test-Simple/lib/Test2/Util/Trace.pm Module related to Test::Simple
2594cpan/Test-Simple/t/HashBase.t Test file related to Test::Simple
2595cpan/Test-Simple/t/Legacy/00test_harness_check.t Test file related to Test::Simple
2596cpan/Test-Simple/t/Legacy/01-basic.t Test file related to Test::Simple
2597cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t Test file related to Test::Simple
2598cpan/Test-Simple/t/Legacy/auto.t Test file related to Test::Simple
2599cpan/Test-Simple/t/Legacy/bad_plan.t Test file related to Test::Simple
2600cpan/Test-Simple/t/Legacy/bail_out.t Test file related to Test::Simple
2601cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t Test file related to Test::Simple
2602cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t Test file related to Test::Simple
2603cpan/Test-Simple/t/Legacy/buffer.t Test file related to Test::Simple
2604cpan/Test-Simple/t/Legacy/Bugs/600.t Test file related to Test::Simple
2605cpan/Test-Simple/t/Legacy/Bugs/629.t Test file related to Test::Simple
2606cpan/Test-Simple/t/Legacy/Builder/Builder.t Test file related to Test::Simple
2607cpan/Test-Simple/t/Legacy/Builder/carp.t Test file related to Test::Simple
2608cpan/Test-Simple/t/Legacy/Builder/create.t Test file related to Test::Simple
2609cpan/Test-Simple/t/Legacy/Builder/current_test.t Test file related to Test::Simple
2610cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t Test file related to Test::Simple
2611cpan/Test-Simple/t/Legacy/Builder/details.t Test file related to Test::Simple
2612cpan/Test-Simple/t/Legacy/Builder/done_testing.t Test file related to Test::Simple
2613cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t Test file related to Test::Simple
2614cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t Test file related to Test::Simple
2615cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t Test file related to Test::Simple
2616cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t Test file related to Test::Simple
2617cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t Test file related to Test::Simple
2618cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t Test file related to Test::Simple
2619cpan/Test-Simple/t/Legacy/Builder/has_plan.t Test file related to Test::Simple
2620cpan/Test-Simple/t/Legacy/Builder/has_plan2.t Test file related to Test::Simple
2621cpan/Test-Simple/t/Legacy/Builder/is_fh.t Test file related to Test::Simple
2622cpan/Test-Simple/t/Legacy/Builder/is_passing.t Test file related to Test::Simple
2623cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t Test file related to Test::Simple
2624cpan/Test-Simple/t/Legacy/Builder/no_diag.t Test file related to Test::Simple
2625cpan/Test-Simple/t/Legacy/Builder/no_ending.t Test file related to Test::Simple
2626cpan/Test-Simple/t/Legacy/Builder/no_header.t Test file related to Test::Simple
2627cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t Test file related to Test::Simple
2628cpan/Test-Simple/t/Legacy/Builder/ok_obj.t Test file related to Test::Simple
2629cpan/Test-Simple/t/Legacy/Builder/output.t Test file related to Test::Simple
2630cpan/Test-Simple/t/Legacy/Builder/reset.t Test file related to Test::Simple
2631cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t Test file related to Test::Simple
2632cpan/Test-Simple/t/Legacy/Builder/try.t Test file related to Test::Simple
2633cpan/Test-Simple/t/Legacy/c_flag.t Test file related to Test::Simple
2634cpan/Test-Simple/t/Legacy/capture.t Test file related to Test::Simple
2635cpan/Test-Simple/t/Legacy/check_tests.t Test file related to Test::Simple
2636cpan/Test-Simple/t/Legacy/circular_data.t Test file related to Test::Simple
2637cpan/Test-Simple/t/Legacy/cmp_ok.t Test file related to Test::Simple
2638cpan/Test-Simple/t/Legacy/depth.t Test file related to Test::Simple
2639cpan/Test-Simple/t/Legacy/diag.t Test file related to Test::Simple
2640cpan/Test-Simple/t/Legacy/died.t Test file related to Test::Simple
2641cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t Test file related to Test::Simple
2642cpan/Test-Simple/t/Legacy/eq_set.t Test file related to Test::Simple
2643cpan/Test-Simple/t/Legacy/exit.t Test file related to Test::Simple
2644cpan/Test-Simple/t/Legacy/explain.t Test file related to Test::Simple
2645cpan/Test-Simple/t/Legacy/explain_err_vars.t Test file related to Test::Simple
2646cpan/Test-Simple/t/Legacy/extra.t Test file related to Test::Simple
2647cpan/Test-Simple/t/Legacy/extra_one.t Test file related to Test::Simple
2648cpan/Test-Simple/t/Legacy/fail.t Test file related to Test::Simple
2649cpan/Test-Simple/t/Legacy/fail-like.t Test file related to Test::Simple
2650cpan/Test-Simple/t/Legacy/fail-more.t Test file related to Test::Simple
2651cpan/Test-Simple/t/Legacy/fail_one.t Test file related to Test::Simple
2652cpan/Test-Simple/t/Legacy/filehandles.t Test file related to Test::Simple
2653cpan/Test-Simple/t/Legacy/fork.t Test file related to Test::Simple
2654cpan/Test-Simple/t/Legacy/harness_active.t Test file related to Test::Simple
2655cpan/Test-Simple/t/Legacy/import.t Test file related to Test::Simple
2656cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t Test file related to Test::Simple
2657cpan/Test-Simple/t/Legacy/is_deeply_fail.t Test file related to Test::Simple
2658cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t Test file related to Test::Simple
2659cpan/Test-Simple/t/Legacy/missing.t Test file related to Test::Simple
2660cpan/Test-Simple/t/Legacy/More.t Test file related to Test::Simple
2661cpan/Test-Simple/t/Legacy/new_ok.t Test file related to Test::Simple
2662cpan/Test-Simple/t/Legacy/no_log_results.t Test file related to Test::Simple
2663cpan/Test-Simple/t/Legacy/no_plan.t Test file related to Test::Simple
2664cpan/Test-Simple/t/Legacy/no_tests.t Test file related to Test::Simple
2665cpan/Test-Simple/t/Legacy/note.t Test file related to Test::Simple
2666cpan/Test-Simple/t/Legacy/overload.t Test file related to Test::Simple
2667cpan/Test-Simple/t/Legacy/overload_threads.t Test file related to Test::Simple
2668cpan/Test-Simple/t/Legacy/plan.t Test file related to Test::Simple
2669cpan/Test-Simple/t/Legacy/plan_bad.t Test file related to Test::Simple
2670cpan/Test-Simple/t/Legacy/plan_is_noplan.t Test file related to Test::Simple
2671cpan/Test-Simple/t/Legacy/plan_no_plan.t Test file related to Test::Simple
2672cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t Test file related to Test::Simple
2673cpan/Test-Simple/t/Legacy/plan_skip_all.t Test file related to Test::Simple
2674cpan/Test-Simple/t/Legacy/Regression/637.t Test file related to Test::Simple
2675cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t Test file related to Test::Simple
2676cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t Test file related to Test::Simple
2677cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t Test file related to Test::Simple
2678cpan/Test-Simple/t/Legacy/Regression/789-read-only.t Test file related to Test::Simple
2679cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t Test file related to Test::Simple
2680cpan/Test-Simple/t/Legacy/Regression/is_capture.t Test file related to Test::Simple
2681cpan/Test-Simple/t/Legacy/require_ok.t Test file related to Test::Simple
2682cpan/Test-Simple/t/Legacy/run_test.t Test file related to Test::Simple
2683cpan/Test-Simple/t/Legacy/simple.t Test file related to Test::Simple
2684cpan/Test-Simple/t/Legacy/Simple/load.t Test file related to Test::Simple
2685cpan/Test-Simple/t/Legacy/skip.t Test file related to Test::Simple
2686cpan/Test-Simple/t/Legacy/skipall.t Test file related to Test::Simple
2687cpan/Test-Simple/t/Legacy/strays.t Test file related to Test::Simple
2688cpan/Test-Simple/t/Legacy/subtest/args.t Test file related to Test::Simple
2689cpan/Test-Simple/t/Legacy/subtest/bail_out.t Test file related to Test::Simple
2690cpan/Test-Simple/t/Legacy/subtest/basic.t Test file related to Test::Simple
2691cpan/Test-Simple/t/Legacy/subtest/callback.t Test file related to Test::Simple
2692cpan/Test-Simple/t/Legacy/subtest/die.t Test file related to Test::Simple
2693cpan/Test-Simple/t/Legacy/subtest/do.t Test file related to Test::Simple
2694cpan/Test-Simple/t/Legacy/subtest/events.t Test file related to Test::Simple
2695cpan/Test-Simple/t/Legacy/subtest/for_do_t.test Test file related to Test::Simple
2696cpan/Test-Simple/t/Legacy/subtest/fork.t Test file related to Test::Simple
2697cpan/Test-Simple/t/Legacy/subtest/implicit_done.t Test file related to Test::Simple
2698cpan/Test-Simple/t/Legacy/subtest/line_numbers.t Test file related to Test::Simple
2699cpan/Test-Simple/t/Legacy/subtest/plan.t Test file related to Test::Simple
2700cpan/Test-Simple/t/Legacy/subtest/predicate.t Test file related to Test::Simple
2701cpan/Test-Simple/t/Legacy/subtest/singleton.t Test file related to Test::Simple
2702cpan/Test-Simple/t/Legacy/subtest/threads.t Test file related to Test::Simple
2703cpan/Test-Simple/t/Legacy/subtest/todo.t Test file related to Test::Simple
2704cpan/Test-Simple/t/Legacy/subtest/wstat.t Test file related to Test::Simple
2705cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t Test file related to Test::Simple
2706cpan/Test-Simple/t/Legacy/Test2/Subtest.t Test file related to Test::Simple
2707cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t Test file related to Test::Simple
2708cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t Test file related to Test::Simple
2709cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t Test file related to Test::Simple
2710cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t Test file related to Test::Simple
2711cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t Test file related to Test::Simple
2712cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t Test file related to Test::Simple
2713cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t Test file related to Test::Simple
2714cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t Test file related to Test::Simple
2715cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t Test file related to Test::Simple
2716cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl Script related to Test::Simple
2717cpan/Test-Simple/t/Legacy/thread_taint.t Test file related to Test::Simple
2718cpan/Test-Simple/t/Legacy/threads.t Test file related to Test::Simple
2719cpan/Test-Simple/t/Legacy/todo.t Test file related to Test::Simple
2720cpan/Test-Simple/t/Legacy/undef.t Test file related to Test::Simple
2721cpan/Test-Simple/t/Legacy/use_ok.t Test file related to Test::Simple
2722cpan/Test-Simple/t/Legacy/useing.t Test file related to Test::Simple
2723cpan/Test-Simple/t/Legacy/utf8.t Test file related to Test::Simple
2724cpan/Test-Simple/t/Legacy/versions.t Test file related to Test::Simple
2725cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t Test file related to Test::Simple
2726cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t Test file related to Test::Simple
2727cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t Test file related to Test::Simple
2728cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t Test file related to Test::Simple
2729cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t Test file related to Test::Simple
2730cpan/Test-Simple/t/lib/Dev/Null.pm Module related to Test::Simple
2731cpan/Test-Simple/t/lib/Dummy.pm Module related to Test::Simple
2732cpan/Test-Simple/t/lib/MyOverload.pm Module related to Test::Simple
2733cpan/Test-Simple/t/lib/MyTest.pm Module related to Test::Simple
2734cpan/Test-Simple/t/lib/NoExporter.pm Module related to Test::Simple
2735cpan/Test-Simple/t/lib/SigDie.pm Module related to Test::Simple
2736cpan/Test-Simple/t/lib/SkipAll.pm Module related to Test::Simple
2737cpan/Test-Simple/t/lib/SmallTest.pm Module related to Test::Simple
2738cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm Module related to Test::Simple
2739cpan/Test-Simple/t/lib/Test/Simple/Catch.pm Module related to Test::Simple
2740cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx Script related to Test::Simple
2741cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx Script related to Test::Simple
2742cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx Script related to Test::Simple
2743cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx Script related to Test::Simple
2744cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx Script related to Test::Simple
2745cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx Script related to Test::Simple
2746cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx Script related to Test::Simple
2747cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx Script related to Test::Simple
2748cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx Script related to Test::Simple
2749cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx Script related to Test::Simple
2750cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx Script related to Test::Simple
2751cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx Script related to Test::Simple
2752cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx Script related to Test::Simple
2753cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple
2754cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx Script related to Test::Simple
2755cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx Script related to Test::Simple
2756cpan/Test-Simple/t/lib/TieOut.pm Module related to Test::Simple
2757cpan/Test-Simple/t/regression/642_persistent_end.t Test file related to Test::Simple
2758cpan/Test-Simple/t/regression/662-tbt-no-plan.t Test file related to Test::Simple
2759cpan/Test-Simple/t/regression/684-nested_todo_diag.t Test file related to Test::Simple
2760cpan/Test-Simple/t/regression/694_note_diag_return_values.t Test file related to Test::Simple
2761cpan/Test-Simple/t/regression/696-intercept_skip_all.t Test file related to Test::Simple
2762cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t Test file related to Test::Simple
2763cpan/Test-Simple/t/regression/757-reset_in_subtest.t Test file related to Test::Simple
2764cpan/Test-Simple/t/regression/812-todo.t Test file related to Test::Simple
2765cpan/Test-Simple/t/regression/817-subtest-todo.t Test file related to Test::Simple
2766cpan/Test-Simple/t/regression/862-intercept_tb_todo.t Test file related to Test::Simple
2767cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t Test file related to Test::Simple
2768cpan/Test-Simple/t/regression/builder_does_not_init.t Test file related to Test::Simple
2769cpan/Test-Simple/t/regression/errors_facet.t Test file related to Test::Simple
2770cpan/Test-Simple/t/regression/fork_first.t Test file related to Test::Simple
2771cpan/Test-Simple/t/regression/inherit_trace.t Test file related to Test::Simple
2772cpan/Test-Simple/t/regression/no_name_in_subtest.t Test file related to Test::Simple
2773cpan/Test-Simple/t/regression/skip_reason_object_ipc.t Test file related to Test::Simple
2774cpan/Test-Simple/t/regression/todo_and_facets.t Test file related to Test::Simple
2775cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t Test file related to Test::Simple
2776cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t Test file related to Test::Simple
2777cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t Test file related to Test::Simple
2778cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t Test file related to Test::Simple
2779cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t Test file related to Test::Simple
2780cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t Test file related to Test::Simple
2781cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t Test file related to Test::Simple
2782cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t Test file related to Test::Simple
2783cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t Test file related to Test::Simple
2784cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t Test file related to Test::Simple
2785cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t Test file related to Test::Simple
2786cpan/Test-Simple/t/Test2/behavior/err_var.t Test file related to Test::Simple
2787cpan/Test-Simple/t/Test2/behavior/Formatter.t Test file related to Test::Simple
2788cpan/Test-Simple/t/Test2/behavior/init_croak.t Test file related to Test::Simple
2789cpan/Test-Simple/t/Test2/behavior/intercept.t Test file related to Test::Simple
2790cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t Test file related to Test::Simple
2791cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t Test file related to Test::Simple
2792cpan/Test-Simple/t/Test2/behavior/no_load_api.t Test file related to Test::Simple
2793cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t Test file related to Test::Simple
2794cpan/Test-Simple/t/Test2/behavior/special_names.t Test file related to Test::Simple
2795cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t Test file related to Test::Simple
2796cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t Test file related to Test::Simple
2797cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t Test file related to Test::Simple
2798cpan/Test-Simple/t/Test2/behavior/Subtest_events.t Test file related to Test::Simple
2799cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t Test file related to Test::Simple
2800cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t Test file related to Test::Simple
2801cpan/Test-Simple/t/Test2/behavior/Taint.t Test file related to Test::Simple
2802cpan/Test-Simple/t/Test2/behavior/trace_signature.t Test file related to Test::Simple
2803cpan/Test-Simple/t/Test2/behavior/uuid.t Test file related to Test::Simple
2804cpan/Test-Simple/t/Test2/legacy/TAP.t Test file related to Test::Simple
2805cpan/Test-Simple/t/Test2/modules/API.t Test file related to Test::Simple
2806cpan/Test-Simple/t/Test2/modules/API/Breakage.t Test file related to Test::Simple
2807cpan/Test-Simple/t/Test2/modules/API/Context.t Test file related to Test::Simple
2808cpan/Test-Simple/t/Test2/modules/API/Instance.t Test file related to Test::Simple
2809cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t Test file related to Test::Simple
2810cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t Test file related to Test::Simple
2811cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t Test file related to Test::Simple
2812cpan/Test-Simple/t/Test2/modules/API/Stack.t Test file related to Test::Simple
2813cpan/Test-Simple/t/Test2/modules/Event.t Test file related to Test::Simple
2814cpan/Test-Simple/t/Test2/modules/Event/Bail.t Test file related to Test::Simple
2815cpan/Test-Simple/t/Test2/modules/Event/Diag.t Test file related to Test::Simple
2816cpan/Test-Simple/t/Test2/modules/Event/Encoding.t Test file related to Test::Simple
2817cpan/Test-Simple/t/Test2/modules/Event/Exception.t Test file related to Test::Simple
2818cpan/Test-Simple/t/Test2/modules/Event/Fail.t Test file related to Test::Simple
2819cpan/Test-Simple/t/Test2/modules/Event/Generic.t Test file related to Test::Simple
2820cpan/Test-Simple/t/Test2/modules/Event/Note.t Test file related to Test::Simple
2821cpan/Test-Simple/t/Test2/modules/Event/Ok.t Test file related to Test::Simple
2822cpan/Test-Simple/t/Test2/modules/Event/Pass.t Test file related to Test::Simple
2823cpan/Test-Simple/t/Test2/modules/Event/Plan.t Test file related to Test::Simple
2824cpan/Test-Simple/t/Test2/modules/Event/Skip.t Test file related to Test::Simple
2825cpan/Test-Simple/t/Test2/modules/Event/Subtest.t Test file related to Test::Simple
2826cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t Test file related to Test::Simple
2827cpan/Test-Simple/t/Test2/modules/Event/V2.t Test file related to Test::Simple
2828cpan/Test-Simple/t/Test2/modules/Event/Waiting.t Test file related to Test::Simple
2829cpan/Test-Simple/t/Test2/modules/EventFacet.t Test file related to Test::Simple
2830cpan/Test-Simple/t/Test2/modules/EventFacet/About.t Test file related to Test::Simple
2831cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t Test file related to Test::Simple
2832cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t Test file related to Test::Simple
2833cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t Test file related to Test::Simple
2834cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t Test file related to Test::Simple
2835cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t Test file related to Test::Simple
2836cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t Test file related to Test::Simple
2837cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t Test file related to Test::Simple
2838cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t Test file related to Test::Simple
2839cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t Test file related to Test::Simple
2840cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t Test file related to Test::Simple
2841cpan/Test-Simple/t/Test2/modules/Hub.t Test file related to Test::Simple
2842cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t Test file related to Test::Simple
2843cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t Test file related to Test::Simple
2844cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t Test file related to Test::Simple
2845cpan/Test-Simple/t/Test2/modules/IPC.t Test file related to Test::Simple
2846cpan/Test-Simple/t/Test2/modules/IPC/Driver.t Test file related to Test::Simple
2847cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t Test file related to Test::Simple
2848cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t Test file related to Test::Simple
2849cpan/Test-Simple/t/Test2/modules/Util.t Test file related to Test::Simple
2850cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t Test file related to Test::Simple
2851cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t Test file related to Test::Simple
2852cpan/Test-Simple/t/Test2/modules/Util/Trace.t Test file related to Test::Simple
2853cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t Test file related to Test::Simple
2854cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t Test file related to Test::Simple
2855cpan/Test-Simple/t/Test2/regression/gh_16.t Test file related to Test::Simple
2856cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t Test file related to Test::Simple
e916ef55 2857cpan/Text-Balanced/lib/Text/Balanced.pm Text::Balanced
e916ef55
NC
2858cpan/Text-Balanced/t/01_compile.t See if Text::Balanced works
2859cpan/Text-Balanced/t/02_extbrk.t See if Text::Balanced works
2860cpan/Text-Balanced/t/03_extcbk.t See if Text::Balanced works
2861cpan/Text-Balanced/t/04_extdel.t See if Text::Balanced works
2862cpan/Text-Balanced/t/05_extmul.t See if Text::Balanced works
2863cpan/Text-Balanced/t/06_extqlk.t See if Text::Balanced works
2864cpan/Text-Balanced/t/07_exttag.t See if Text::Balanced works
2865cpan/Text-Balanced/t/08_extvar.t See if Text::Balanced works
2866cpan/Text-Balanced/t/09_gentag.t See if Text::Balanced works
50c2de5a
MM
2867cpan/Text-Balanced/t/94_changes.t
2868cpan/Text-Balanced/t/95_critic.t
2869cpan/Text-Balanced/t/96_pmv.t
2870cpan/Text-Balanced/t/97_pod.t
2871cpan/Text-Balanced/t/98_pod_coverage.t
204606f4
NC
2872cpan/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
2873cpan/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works
2874cpan/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting
d1f77080
NC
2875cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand
2876cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter
2877cpan/Text-Tabs/t/37000.t See if Text::Tabs is working
2878cpan/Text-Tabs/t/39548.t See if Text::Tabs is working
83aea42c 2879cpan/Text-Tabs/t/79766.t See if Text::Tabs is working
d1f77080
NC
2880cpan/Text-Tabs/t/belg4mit.t See if Text::Tabs is working
2881cpan/Text-Tabs/t/dandv.t See if Text::Tabs is working
2882cpan/Text-Tabs/t/fill.t See if Text::Wrap::fill works
d1f77080 2883cpan/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
3dfcef7e 2884cpan/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
d1f77080 2885cpan/Text-Tabs/t/Jochen.t See if Text::Tabs is working
9a679b43 2886cpan/Text-Tabs/t/lib/ok.pl
d1f77080 2887cpan/Text-Tabs/t/sep.t See if Text::Tabs is working
3dfcef7e 2888cpan/Text-Tabs/t/sep2.t See if Text::Tabs is working
d1f77080 2889cpan/Text-Tabs/t/tabs.t See if Text::Tabs works
3dfcef7e 2890cpan/Text-Tabs/t/Tabs-ElCid.t See if Text::Tabs works
3c5ad6a8 2891cpan/Text-Tabs/t/undef.t
3dfcef7e 2892cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
e7b92d54 2893cpan/Text-Tabs/t/Wrap-JLB.t See if Text::Wrap::wrap works
d1f77080 2894cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
bf8d7753
YO
2895cpan/Tie-RefHash/lib/Tie/RefHash.pm Base class for tied hashes with references as keys
2896cpan/Tie-RefHash/t/rebless.t Test for Tie::RefHash with rebless
2897cpan/Tie-RefHash/t/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable
2898cpan/Tie-RefHash/t/storable.t Test for Tie::RefHash with storable
2899cpan/Tie-RefHash/t/threaded.t Test for Tie::RefHash with threads
b522078b
FR
2900cpan/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime
2901cpan/Time-Local/t/Local.t See if Time::Local works
bf8d7753
YO
2902cpan/Time-Piece/Piece.pm Time::Piece extension
2903cpan/Time-Piece/Piece.xs Time::Piece extension
2904cpan/Time-Piece/Seconds.pm Time::Piece extension
2905cpan/Time-Piece/t/01base.t Test for Time::Piece
2906cpan/Time-Piece/t/02core.t Test for Time::Piece
3dfcef7e 2907cpan/Time-Piece/t/02core_dst.t
bf8d7753
YO
2908cpan/Time-Piece/t/03compare.t Test for Time::Piece
2909cpan/Time-Piece/t/04mjd.t Test for Time::Piece
2910cpan/Time-Piece/t/05overload.t Test for Time::Piece
a5ebaea1 2911cpan/Time-Piece/t/06large.t
bf8d7753
YO
2912cpan/Time-Piece/t/06subclass.t Test for Time::Piece
2913cpan/Time-Piece/t/07arith.t Test for Time::Piece
2afd5366
JK
2914cpan/Time-Piece/t/08truncate.t
2915cpan/Time-Piece/t/09locales.t
2916cpan/Time-Piece/t/10overload.t
2917cpan/Time-Piece/t/99legacy.t
12bbe8b8 2918cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
3dfcef7e
YO
2919cpan/Unicode-Collate/Collate.pm Unicode::Collate
2920cpan/Unicode-Collate/Collate.xs Unicode::Collate
a3e5f045 2921cpan/Unicode-Collate/Collate/allkeys.txt Unicode::Collate
bf8d7753
YO
2922cpan/Unicode-Collate/Collate/CJK/Big5.pm Unicode::Collate
2923cpan/Unicode-Collate/Collate/CJK/GB2312.pm Unicode::Collate
2924cpan/Unicode-Collate/Collate/CJK/JISX0208.pm Unicode::Collate
2925cpan/Unicode-Collate/Collate/CJK/Korean.pm Unicode::Collate
2926cpan/Unicode-Collate/Collate/CJK/Pinyin.pm Unicode::Collate
2927cpan/Unicode-Collate/Collate/CJK/Stroke.pm Unicode::Collate
8058d0d9 2928cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
a3e5f045 2929cpan/Unicode-Collate/Collate/keys.txt Unicode::Collate
bf8d7753
YO
2930cpan/Unicode-Collate/Collate/Locale.pm Unicode::Collate
2931cpan/Unicode-Collate/Collate/Locale/af.pl Unicode::Collate
2932cpan/Unicode-Collate/Collate/Locale/ar.pl Unicode::Collate
bd65daab 2933cpan/Unicode-Collate/Collate/Locale/as.pl Unicode::Collate
bf8d7753 2934cpan/Unicode-Collate/Collate/Locale/az.pl Unicode::Collate
bd65daab 2935cpan/Unicode-Collate/Collate/Locale/be.pl Unicode::Collate
bf8d7753
YO
2936cpan/Unicode-Collate/Collate/Locale/bn.pl Unicode::Collate
2937cpan/Unicode-Collate/Collate/Locale/ca.pl Unicode::Collate
2938cpan/Unicode-Collate/Collate/Locale/cs.pl Unicode::Collate
6330ea69 2939cpan/Unicode-Collate/Collate/Locale/cu.pl
bf8d7753
YO
2940cpan/Unicode-Collate/Collate/Locale/cy.pl Unicode::Collate
2941cpan/Unicode-Collate/Collate/Locale/da.pl Unicode::Collate
2942cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl Unicode::Collate
2943cpan/Unicode-Collate/Collate/Locale/de_phone.pl Unicode::Collate
6608d2d5 2944cpan/Unicode-Collate/Collate/Locale/dsb.pl
cedc49d5 2945cpan/Unicode-Collate/Collate/Locale/ee.pl
bf8d7753
YO
2946cpan/Unicode-Collate/Collate/Locale/eo.pl Unicode::Collate
2947cpan/Unicode-Collate/Collate/Locale/es.pl Unicode::Collate
2948cpan/Unicode-Collate/Collate/Locale/es_trad.pl Unicode::Collate
2949cpan/Unicode-Collate/Collate/Locale/et.pl Unicode::Collate
d88bd77a 2950cpan/Unicode-Collate/Collate/Locale/fa.pl Unicode::Collate
bf8d7753 2951cpan/Unicode-Collate/Collate/Locale/fi.pl Unicode::Collate
3dfcef7e 2952cpan/Unicode-Collate/Collate/Locale/fi_phone.pl Unicode::Collate
bf8d7753
YO
2953cpan/Unicode-Collate/Collate/Locale/fil.pl Unicode::Collate
2954cpan/Unicode-Collate/Collate/Locale/fo.pl Unicode::Collate
2955cpan/Unicode-Collate/Collate/Locale/fr_ca.pl Unicode::Collate
bd65daab 2956cpan/Unicode-Collate/Collate/Locale/gu.pl Unicode::Collate
bf8d7753
YO
2957cpan/Unicode-Collate/Collate/Locale/ha.pl Unicode::Collate
2958cpan/Unicode-Collate/Collate/Locale/haw.pl Unicode::Collate
3f9b5325 2959cpan/Unicode-Collate/Collate/Locale/he.pl
b2ef759e 2960cpan/Unicode-Collate/Collate/Locale/hi.pl Unicode::Collate
bf8d7753
YO
2961cpan/Unicode-Collate/Collate/Locale/hr.pl Unicode::Collate
2962cpan/Unicode-Collate/Collate/Locale/hu.pl Unicode::Collate
2963cpan/Unicode-Collate/Collate/Locale/hy.pl Unicode::Collate
2964cpan/Unicode-Collate/Collate/Locale/ig.pl Unicode::Collate
2965cpan/Unicode-Collate/Collate/Locale/is.pl Unicode::Collate
2966cpan/Unicode-Collate/Collate/Locale/ja.pl Unicode::Collate
2967cpan/Unicode-Collate/Collate/Locale/kk.pl Unicode::Collate
2968cpan/Unicode-Collate/Collate/Locale/kl.pl Unicode::Collate
b2ef759e 2969cpan/Unicode-Collate/Collate/Locale/kn.pl Unicode::Collate
bf8d7753 2970cpan/Unicode-Collate/Collate/Locale/ko.pl Unicode::Collate
3dfcef7e 2971cpan/Unicode-Collate/Collate/Locale/kok.pl Unicode::Collate
6608d2d5 2972cpan/Unicode-Collate/Collate/Locale/lkt.pl
b2ef759e 2973cpan/Unicode-Collate/Collate/Locale/ln.pl Unicode::Collate
bf8d7753
YO
2974cpan/Unicode-Collate/Collate/Locale/lt.pl Unicode::Collate
2975cpan/Unicode-Collate/Collate/Locale/lv.pl Unicode::Collate
a47fb3fe
CBW
2976cpan/Unicode-Collate/Collate/Locale/mk.pl Unicode::Collate
2977cpan/Unicode-Collate/Collate/Locale/ml.pl Unicode::Collate
2978cpan/Unicode-Collate/Collate/Locale/mr.pl Unicode::Collate
bf8d7753
YO
2979cpan/Unicode-Collate/Collate/Locale/mt.pl Unicode::Collate
2980cpan/Unicode-Collate/Collate/Locale/nb.pl Unicode::Collate
2981cpan/Unicode-Collate/Collate/Locale/nn.pl Unicode::Collate
2982cpan/Unicode-Collate/Collate/Locale/nso.pl Unicode::Collate
2983cpan/Unicode-Collate/Collate/Locale/om.pl Unicode::Collate
a47fb3fe
CBW
2984cpan/Unicode-Collate/Collate/Locale/or.pl Unicode::Collate
2985cpan/Unicode-Collate/Collate/Locale/pa.pl Unicode::Collate
bf8d7753
YO
2986cpan/Unicode-Collate/Collate/Locale/pl.pl Unicode::Collate
2987cpan/Unicode-Collate/Collate/Locale/ro.pl Unicode::Collate
2988cpan/Unicode-Collate/Collate/Locale/sa.pl Unicode::Collate
2989cpan/Unicode-Collate/Collate/Locale/se.pl Unicode::Collate
d88bd77a 2990cpan/Unicode-Collate/Collate/Locale/si.pl Unicode::Collate
3dfcef7e 2991cpan/Unicode-Collate/Collate/Locale/si_dict.pl Unicode::Collate
bf8d7753
YO
2992cpan/Unicode-Collate/Collate/Locale/sk.pl Unicode::Collate
2993cpan/Unicode-Collate/Collate/Locale/sl.pl Unicode::Collate
2994cpan/Unicode-Collate/Collate/Locale/sq.pl Unicode::Collate
d88bd77a 2995cpan/Unicode-Collate/Collate/Locale/sr.pl Unicode::Collate
bf8d7753 2996cpan/Unicode-Collate/Collate/Locale/sv.pl Unicode::Collate
d88bd77a
CBW
2997cpan/Unicode-Collate/Collate/Locale/sv_refo.pl Unicode::Collate
2998cpan/Unicode-Collate/Collate/Locale/ta.pl Unicode::Collate
2999cpan/Unicode-Collate/Collate/Locale/te.pl Unicode::Collate
3000cpan/Unicode-Collate/Collate/Locale/th.pl Unicode::Collate
bf8d7753
YO
3001cpan/Unicode-Collate/Collate/Locale/tn.pl Unicode::Collate
3002cpan/Unicode-Collate/Collate/Locale/to.pl Unicode::Collate
3003cpan/Unicode-Collate/Collate/Locale/tr.pl Unicode::Collate
3004cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl Unicode::Collate
3005cpan/Unicode-Collate/Collate/Locale/uk.pl Unicode::Collate
d88bd77a 3006cpan/Unicode-Collate/Collate/Locale/ur.pl Unicode::Collate
bf8d7753 3007cpan/Unicode-Collate/Collate/Locale/vi.pl Unicode::Collate
3f9b5325 3008cpan/Unicode-Collate/Collate/Locale/vo.pl
d88bd77a 3009cpan/Unicode-Collate/Collate/Locale/wae.pl Unicode::Collate
bf8d7753
YO
3010cpan/Unicode-Collate/Collate/Locale/wo.pl Unicode::Collate
3011cpan/Unicode-Collate/Collate/Locale/yo.pl Unicode::Collate
3012cpan/Unicode-Collate/Collate/Locale/zh.pl Unicode::Collate
3013cpan/Unicode-Collate/Collate/Locale/zh_big5.pl Unicode::Collate
3014cpan/Unicode-Collate/Collate/Locale/zh_gb.pl Unicode::Collate
3015cpan/Unicode-Collate/Collate/Locale/zh_pin.pl Unicode::Collate
3016cpan/Unicode-Collate/Collate/Locale/zh_strk.pl Unicode::Collate
8058d0d9 3017cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl
bf8d7753 3018cpan/Unicode-Collate/Makefile.PL Unicode::Collate
f58b9ef1 3019cpan/Unicode-Collate/mkheader Unicode::Collate
a3e5f045 3020cpan/Unicode-Collate/t/altern.t Unicode::Collate
bf8d7753
YO
3021cpan/Unicode-Collate/t/backwds.t Unicode::Collate
3022cpan/Unicode-Collate/t/cjk_b5.t Unicode::Collate
3023cpan/Unicode-Collate/t/cjk_gb.t Unicode::Collate
3024cpan/Unicode-Collate/t/cjk_ja.t Unicode::Collate
3025cpan/Unicode-Collate/t/cjk_ko.t Unicode::Collate
3026cpan/Unicode-Collate/t/cjk_py.t Unicode::Collate
3027cpan/Unicode-Collate/t/cjk_st.t Unicode::Collate
8058d0d9 3028cpan/Unicode-Collate/t/cjk_zy.t
3dfcef7e 3029cpan/Unicode-Collate/t/cjkrange.t Unicode::Collate
584e761d 3030cpan/Unicode-Collate/t/compatui.t Unicode::Collate
a3e5f045 3031cpan/Unicode-Collate/t/contract.t Unicode::Collate
00e00351 3032cpan/Unicode-Collate/t/default.t Unicode::Collate
a3e5f045
NC
3033cpan/Unicode-Collate/t/hangtype.t Unicode::Collate
3034cpan/Unicode-Collate/t/hangul.t Unicode::Collate
750da838 3035cpan/Unicode-Collate/t/ident.t
bf8d7753 3036cpan/Unicode-Collate/t/iglevel2.t Unicode::Collate
a3e5f045 3037cpan/Unicode-Collate/t/ignor.t Unicode::Collate
a3e5f045 3038cpan/Unicode-Collate/t/illegal.t Unicode::Collate
3dfcef7e 3039cpan/Unicode-Collate/t/illegalp.t Unicode::Collate
a3e5f045 3040cpan/Unicode-Collate/t/index.t Unicode::Collate
0bb7e24a 3041cpan/Unicode-Collate/t/khitan.t Unicode::Collate
6484f676 3042cpan/Unicode-Collate/t/loc_af.t Unicode::Collate
6709de88 3043cpan/Unicode-Collate/t/loc_ar.t Unicode::Collate
bf8d7753 3044cpan/Unicode-Collate/t/loc_as.t Unicode::Collate
f1a7422f 3045cpan/Unicode-Collate/t/loc_az.t Unicode::Collate
aa7758f7
CBW
3046cpan/Unicode-Collate/t/loc_be.t Unicode::Collate
3047cpan/Unicode-Collate/t/loc_bg.t Unicode::Collate
bf8d7753
YO
3048cpan/Unicode-Collate/t/loc_bn.t Unicode::Collate
3049cpan/Unicode-Collate/t/loc_bs.t Unicode::Collate
3dfcef7e 3050cpan/Unicode-Collate/t/loc_bscy.t
64dc7822 3051cpan/Unicode-Collate/t/loc_ca.t Unicode::Collate
46267efc 3052cpan/Unicode-Collate/t/loc_cjk.t Unicode::Collate
3dfcef7e 3053cpan/Unicode-Collate/t/loc_cjkc.t Unicode::Collate
456a1446 3054cpan/Unicode-Collate/t/loc_cs.t Unicode::Collate
6330ea69 3055cpan/Unicode-Collate/t/loc_cu.t
6484f676 3056cpan/Unicode-Collate/t/loc_cy.t Unicode::Collate
bf8d7753 3057cpan/Unicode-Collate/t/loc_cyrl.t Unicode::Collate
6484f676 3058cpan/Unicode-Collate/t/loc_da.t Unicode::Collate
1393fe00 3059cpan/Unicode-Collate/t/loc_de.t Unicode::Collate
bf8d7753
YO
3060cpan/Unicode-Collate/t/loc_deat.t Unicode::Collate
3061cpan/Unicode-Collate/t/loc_deph.t Unicode::Collate
6608d2d5 3062cpan/Unicode-Collate/t/loc_dsb.t
cedc49d5 3063cpan/Unicode-Collate/t/loc_ee.t
456a1446
CBW
3064cpan/Unicode-Collate/t/loc_eo.t Unicode::Collate
3065cpan/Unicode-Collate/t/loc_es.t Unicode::Collate
bf8d7753 3066cpan/Unicode-Collate/t/loc_estr.t Unicode::Collate
64dc7822 3067cpan/Unicode-Collate/t/loc_et.t Unicode::Collate
bf8d7753 3068cpan/Unicode-Collate/t/loc_fa.t Unicode::Collate
3dfcef7e 3069cpan/Unicode-Collate/t/loc_fi.t Unicode::Collate
bf8d7753
YO
3070cpan/Unicode-Collate/t/loc_fil.t Unicode::Collate
3071cpan/Unicode-Collate/t/loc_fiph.t Unicode::Collate
6484f676 3072cpan/Unicode-Collate/t/loc_fo.t Unicode::Collate
456a1446 3073cpan/Unicode-Collate/t/loc_fr.t Unicode::Collate
cc2b46b5 3074cpan/Unicode-Collate/t/loc_frca.t Unicode::Collate
bf8d7753 3075cpan/Unicode-Collate/t/loc_gu.t Unicode::Collate
f1a7422f 3076cpan/Unicode-Collate/t/loc_ha.t Unicode::Collate
bf8d7753 3077cpan/Unicode-Collate/t/loc_haw.t Unicode::Collate
3f9b5325 3078cpan/Unicode-Collate/t/loc_he.t
bf8d7753 3079cpan/Unicode-Collate/t/loc_hi.t Unicode::Collate
c02ee425 3080cpan/Unicode-Collate/t/loc_hr.t Unicode::Collate
6709de88
CBW
3081cpan/Unicode-Collate/t/loc_hu.t Unicode::Collate
3082cpan/Unicode-Collate/t/loc_hy.t Unicode::Collate
c02ee425 3083cpan/Unicode-Collate/t/loc_ig.t Unicode::Collate
6484f676 3084cpan/Unicode-Collate/t/loc_is.t Unicode::Collate
3dfcef7e 3085cpan/Unicode-Collate/t/loc_ja.t Unicode::Collate
bf8d7753
YO
3086cpan/Unicode-Collate/t/loc_jait.t Unicode::Collate
3087cpan/Unicode-Collate/t/loc_japr.t Unicode::Collate
aa7758f7 3088cpan/Unicode-Collate/t/loc_kk.t Unicode::Collate
6484f676 3089cpan/Unicode-Collate/t/loc_kl.t Unicode::Collate
bf8d7753 3090cpan/Unicode-Collate/t/loc_kn.t Unicode::Collate
584e761d 3091cpan/Unicode-Collate/t/loc_ko.t Unicode::Collate
bf8d7753 3092cpan/Unicode-Collate/t/loc_kok.t Unicode::Collate
6608d2d5 3093cpan/Unicode-Collate/t/loc_lkt.t
bf8d7753 3094cpan/Unicode-Collate/t/loc_ln.t Unicode::Collate
f1a7422f 3095cpan/Unicode-Collate/t/loc_lt.t Unicode::Collate
64dc7822 3096cpan/Unicode-Collate/t/loc_lv.t Unicode::Collate
aa7758f7 3097cpan/Unicode-Collate/t/loc_mk.t Unicode::Collate
bf8d7753 3098cpan/Unicode-Collate/t/loc_ml.t Unicode::Collate
fcd4e2f8 3099cpan/Unicode-Collate/t/loc_mncy.t Unicode::Collate
bf8d7753 3100cpan/Unicode-Collate/t/loc_mr.t Unicode::Collate
f1a7422f 3101cpan/Unicode-Collate/t/loc_mt.t Unicode::Collate
456a1446
CBW
3102cpan/Unicode-Collate/t/loc_nb.t Unicode::Collate
3103cpan/Unicode-Collate/t/loc_nn.t Unicode::Collate
bf8d7753 3104cpan/Unicode-Collate/t/loc_nso.t Unicode::Collate
1393fe00 3105cpan/Unicode-Collate/t/loc_om.t Unicode::Collate
bf8d7753
YO
3106cpan/Unicode-Collate/t/loc_or.t Unicode::Collate
3107cpan/Unicode-Collate/t/loc_pa.t Unicode::Collate
456a1446
CBW
3108cpan/Unicode-Collate/t/loc_pl.t Unicode::Collate
3109cpan/Unicode-Collate/t/loc_ro.t Unicode::Collate
aa7758f7 3110cpan/Unicode-Collate/t/loc_ru.t Unicode::Collate
bf8d7753 3111cpan/Unicode-Collate/t/loc_sa.t Unicode::Collate
6709de88 3112cpan/Unicode-Collate/t/loc_se.t Unicode::Collate
bf8d7753
YO
3113cpan/Unicode-Collate/t/loc_si.t Unicode::Collate
3114cpan/Unicode-Collate/t/loc_sidt.t Unicode::Collate
64dc7822
CBW
3115cpan/Unicode-Collate/t/loc_sk.t Unicode::Collate
3116cpan/Unicode-Collate/t/loc_sl.t Unicode::Collate
c02ee425 3117cpan/Unicode-Collate/t/loc_sq.t Unicode::Collate
aa7758f7 3118cpan/Unicode-Collate/t/loc_sr.t Unicode::Collate
bf8d7753 3119cpan/Unicode-Collate/t/loc_srla.t Unicode::Collate
456a1446 3120cpan/Unicode-Collate/t/loc_sv.t Unicode::Collate
bf8d7753 3121cpan/Unicode-Collate/t/loc_svrf.t Unicode::Collate
6484f676 3122cpan/Unicode-Collate/t/loc_sw.t Unicode::Collate
bf8d7753
YO
3123cpan/Unicode-Collate/t/loc_ta.t Unicode::Collate
3124cpan/Unicode-Collate/t/loc_te.t Unicode::Collate
3125cpan/Unicode-Collate/t/loc_test.t Unicode::Collate
3126cpan/Unicode-Collate/t/loc_th.t Unicode::Collate
1393fe00 3127cpan/Unicode-Collate/t/loc_tn.t Unicode::Collate
6709de88 3128cpan/Unicode-Collate/t/loc_to.t Unicode::Collate
f1a7422f 3129cpan/Unicode-Collate/t/loc_tr.t Unicode::Collate
fcd4e2f8 3130cpan/Unicode-Collate/t/loc_ugcy.t Unicode::Collate
6709de88 3131cpan/Unicode-Collate/t/loc_uk.t Unicode::Collate
bf8d7753 3132cpan/Unicode-Collate/t/loc_ur.t Unicode::Collate
1393fe00 3133cpan/Unicode-Collate/t/loc_vi.t Unicode::Collate
3f9b5325 3134cpan/Unicode-Collate/t/loc_vo.t
bf8d7753 3135cpan/Unicode-Collate/t/loc_wae.t Unicode::Collate
f1a7422f
CBW
3136cpan/Unicode-Collate/t/loc_wo.t Unicode::Collate
3137cpan/Unicode-Collate/t/loc_yo.t Unicode::Collate
3dfcef7e 3138cpan/Unicode-Collate/t/loc_zh.t Unicode::Collate
bf8d7753
YO
3139cpan/Unicode-Collate/t/loc_zhb5.t Unicode::Collate
3140cpan/Unicode-Collate/t/loc_zhgb.t Unicode::Collate
3141cpan/Unicode-Collate/t/loc_zhpy.t Unicode::Collate
3142cpan/Unicode-Collate/t/loc_zhst.t Unicode::Collate
8058d0d9 3143cpan/Unicode-Collate/t/loc_zhzy.t
bf8d7753 3144cpan/Unicode-Collate/t/nonchar.t Unicode::Collate
a3e5f045 3145cpan/Unicode-Collate/t/normal.t Unicode::Collate
f443a335 3146cpan/Unicode-Collate/t/notable.t
eaecde9a 3147cpan/Unicode-Collate/t/nushu.t
539ce3d8
CBW
3148cpan/Unicode-Collate/t/overcjk0.t Unicode::Collate
3149cpan/Unicode-Collate/t/overcjk1.t Unicode::Collate
a3e5f045
NC
3150cpan/Unicode-Collate/t/override.t Unicode::Collate
3151cpan/Unicode-Collate/t/rearrang.t Unicode::Collate
bf8d7753 3152cpan/Unicode-Collate/t/rewrite.t Unicode::Collate
6608d2d5 3153cpan/Unicode-Collate/t/tangut.t
a3e5f045
NC
3154cpan/Unicode-Collate/t/test.t Unicode::Collate
3155cpan/Unicode-Collate/t/trailwt.t Unicode::Collate
3156cpan/Unicode-Collate/t/variable.t Unicode::Collate
3157cpan/Unicode-Collate/t/version.t Unicode::Collate
3158cpan/Unicode-Collate/t/view.t Unicode::Collate
fb794281
NC
3159cpan/version/lib/version.pm Support for version objects
3160cpan/version/lib/version.pod Documentation of the version module
3dfcef7e 3161cpan/version/lib/version/Internals.pod Description of the internals of version objects
16885730 3162cpan/version/lib/version/regex.pm Regex for matching version objects
16885730 3163cpan/version/t/01base.t Tests for version objects
fb794281
NC
3164cpan/version/t/02derived.t Tests for version objects
3165cpan/version/t/03require.t Tests for version objects
3166cpan/version/t/04strict_lax.t Tests for version objects
3167cpan/version/t/05sigdie.t Tests for version objects
3168cpan/version/t/06noop.t Tests for version objects
3169cpan/version/t/07locale.t Tests for version objects
5565c738 3170cpan/version/t/08_corelist.t Tests for version objects
16885730 3171cpan/version/t/09_list_util.t Tests for version objects
130cad93 3172cpan/version/t/10_lyon.t Tests for version objects
dddb2275 3173cpan/version/t/11_taint.t Tests for version objects
fb794281 3174cpan/version/t/coretests.pm Tests for version objects
43aed010
NC
3175cpan/Win32/longpath.inc Win32 extension long path support
3176cpan/Win32/Makefile.PL Win32 extension makefile writer
c95f3a59 3177cpan/Win32/t/CodePage.t See if Win32 extension works
43aed010
NC
3178cpan/Win32/t/CreateFile.t See if Win32 extension works
3179cpan/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works
3180cpan/Win32/t/GetCurrentThreadId.t See if Win32 extension works
3181cpan/Win32/t/GetFileVersion.t See if Win32 extension works
3182cpan/Win32/t/GetFolderPath.t See if Win32 extension works
3183cpan/Win32/t/GetFullPathName.t See if Win32 extension works
3184cpan/Win32/t/GetLongPathName.t See if Win32 extension works
3185cpan/Win32/t/GetOSName.t See if Win32 extension works
3186cpan/Win32/t/GetOSVersion.t See if Win32 extension works
3187cpan/Win32/t/GetShortPathName.t See if Win32 extension works
3188cpan/Win32/t/GuidGen.t See if Win32 extension works
3189cpan/Win32/t/Names.t See if Win32 extension works
edfcb93d 3190cpan/Win32/t/Privileges.t
43aed010
NC
3191cpan/Win32/t/Unicode.t See if Win32 extension works
3192cpan/Win32/Win32.pm Win32 extension Perl module
3193cpan/Win32/Win32.xs Win32 extension external subroutines
bf8d7753
YO
3194cpan/Win32API-File/buffers.h Win32API::File extension
3195cpan/Win32API-File/cFile.h Win32API::File extension
3196cpan/Win32API-File/cFile.pc Win32API::File extension
3197cpan/Win32API-File/const2perl.h Win32API::File extension
3198cpan/Win32API-File/File.pm Win32API::File extension
3199cpan/Win32API-File/File.xs Win32API::File extension
3dfcef7e 3200cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm Win32API::File extension
bf8d7753
YO
3201cpan/Win32API-File/Makefile.PL Win32API::File extension makefile write
3202cpan/Win32API-File/t/file.t See if Win32API::File extension works
3203cpan/Win32API-File/t/tie.t See if Win32API::File extension works
3204cpan/Win32API-File/typemap Win32API::File extension interface types
3205Cross/build-arm-n770-sh Cross-compilation
3206Cross/cflags-cross-arm Cross-compilation
3207Cross/config Cross-compilation
3208Cross/config.sh-arm-linux Cross-compilation
3209Cross/config.sh-arm-linux-n770 Cross-compilation
3210Cross/generate_config_sh Cross-compilation
3211Cross/installperl.patch Cross-compilation
3212Cross/Makefile Cross-compilation
3213Cross/Makefile-cross-SH Cross-compilation
3214Cross/Makefile.SH.patch Cross-compilation
3215Cross/README Cross-compilation
3216Cross/README.new Cross-compilation
3217Cross/TODO Cross-compilation
3218Cross/warp Cross-compilation
3219cygwin/cygwin.c Additional code for Cygwin port
5fe6925c 3220dist/Attribute-Handlers/Changes Attribute::Handlers
3dfcef7e
YO
3221dist/Attribute-Handlers/demo/demo.pl Attribute::Handlers demo
3222dist/Attribute-Handlers/demo/Demo.pm Attribute::Handlers demo
5fe6925c
NC
3223dist/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo
3224dist/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo
3225dist/Attribute-Handlers/demo/demo4.pl Attribute::Handlers demo
3226dist/Attribute-Handlers/demo/demo_call.pl Attribute::Handlers demo
3227dist/Attribute-Handlers/demo/demo_chain.pl Attribute::Handlers demo
3228dist/Attribute-Handlers/demo/demo_cycle.pl Attribute::Handlers demo
3229dist/Attribute-Handlers/demo/demo_hashdir.pl Attribute::Handlers demo
3230dist/Attribute-Handlers/demo/demo_phases.pl Attribute::Handlers demo
5fe6925c
NC
3231dist/Attribute-Handlers/demo/demo_range.pl Attribute::Handlers demo
3232dist/Attribute-Handlers/demo/demo_rawdata.pl Attribute::Handlers demo
3233dist/Attribute-Handlers/demo/Descriptions.pm Attribute::Handlers demo
3234dist/Attribute-Handlers/demo/MyClass.pm Attribute::Handlers demo
3235dist/Attribute-Handlers/lib/Attribute/Handlers.pm Attribute::Handlers
f049b218 3236dist/Attribute-Handlers/Makefile.PL Attribute::Handlers
90d32986 3237dist/Attribute-Handlers/t/caller.t See if Attribute::Handlers works
5fe6925c
NC
3238dist/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers
3239dist/Attribute-Handlers/t/data_convert.t Test attribute data conversion
3240dist/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works
3241dist/Attribute-Handlers/t/multi.t See if Attribute::Handlers works
98be99db
FR
3242dist/autouse/lib/autouse.pm Load and call a function only when it's used
3243dist/autouse/t/autouse.t See if autouse works
3244dist/autouse/t/lib/MyTestModule.pm Test module for autouse
3dfcef7e 3245dist/autouse/t/lib/MyTestModule2.pm Test module for autouse
bf8d7753
YO
3246dist/base/Changes base.pm changelog
3247dist/base/lib/base.pm Establish IS-A relationship at compile time
3248dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes
3249dist/base/Makefile.PL base.pm Makefile.PL
3250dist/base/t/base.t See if base works
3251dist/base/t/base-open-chunk.t See if base works
3252dist/base/t/base-open-line.t See if base works
3253dist/base/t/compile-time.t See if base works
3254dist/base/t/core-global.t See if base works around CORE::GLOBAL::require
3255dist/base/t/fields.t See if fields work
3256dist/base/t/fields-5_6_0.t See if fields work
3257dist/base/t/fields-5_8_0.t See if fields work
3258dist/base/t/fields-base.t See if fields work
3259dist/base/t/incdot.t Test how base.pm handles '.' in @INC
3260dist/base/t/isa.t See if base's behaviour doesn't change
f1820d82
SH
3261dist/base/t/lib/BaseIncMandatory.pm Test module for base.pm
3262dist/base/t/lib/BaseIncOptional.pm Test module for base.pm
bf8d7753
YO
3263dist/base/t/lib/Broken.pm Test module for base.pm
3264dist/base/t/lib/Dummy.pm Test module for base.pm
3265dist/base/t/lib/HasSigDie.pm Module for testing base.pm
3266dist/base/t/sigdie.t See if base works with SIGDIE
3267dist/base/t/version.t See if base works with versions
3268dist/base/t/warnings.t See if base works with warnings
3269dist/Carp/Changes Changelog for Carp's CPAN releases
3270dist/Carp/lib/Carp.pm Error message extension
3271dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse
3272dist/Carp/Makefile.PL makefile writer for Carp
3273dist/Carp/README README for Carp's CPAN releases
e94bb470 3274dist/Carp/t/arg_regexp.t See if Carp formats regexp args OK in stack traces
6ffbec2c 3275dist/Carp/t/arg_string.t See if Carp formats string args OK in stack traces
bf8d7753 3276dist/Carp/t/baduni.t See if Carp handles non-char Unicode
d5dcec3a 3277dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm
bf8d7753
YO
3278dist/Carp/t/broken_can.t Test Carp with bad can implementations
3279dist/Carp/t/broken_univ_can.t Test Carp with bad UNIVERSAL::can
3280dist/Carp/t/Carp.t See if Carp works
3dfcef7e 3281dist/Carp/t/Carp_overload.t See if Carp handles overloads
b20e4102 3282dist/Carp/t/Carp_overloadless.t See if Carp handles overloads that dont use overload.pm
bf8d7753
YO
3283dist/Carp/t/errno.t See if Carp preserves $! and $^E
3284dist/Carp/t/heavy.t See if Carp::Heavy works
3dfcef7e 3285dist/Carp/t/heavy_mismatch.t See if Carp::Heavy catches version mismatch
bf8d7753 3286dist/Carp/t/stack_after_err.t Test stack traces after syntax errors
5bbc4d5d 3287dist/Carp/t/stash_deletion.t See if Carp handles stash deletion
bf8d7753
YO
3288dist/Carp/t/swash.t See if Carp avoids breaking swash loading
3289dist/Carp/t/vivify_gv.t See if Carp leaves utf8:: stuff alone
778a861b 3290dist/Carp/t/vivify_stash.t See if Carp leaves utf8:: stash alone
edda670c 3291dist/Carp/t/with_warnings.t See if Carp plays nicely with warnings
bf8d7753
YO
3292dist/constant/Changes Changes for constant.pm
3293dist/constant/lib/constant.pm For "use constant"
3294dist/constant/Makefile.PL Build constant.pm (from the cpan release)
3295dist/constant/t/constant.t See if compile-time constants work
3296dist/constant/t/utf8.t Test Unicode constants under utf8 pragma
3297dist/Data-Dumper/Changes Data pretty printer, changelog
3298dist/Data-Dumper/Dumper.pm Data pretty printer, module
3299dist/Data-Dumper/Dumper.xs Data pretty printer, externals
3300dist/Data-Dumper/Makefile.PL Data pretty printer, makefile writer
3301dist/Data-Dumper/t/bless.t See if Data::Dumper works
3302dist/Data-Dumper/t/bless_var_method.t See if Data::Dumper::Bless works
3303dist/Data-Dumper/t/bugs.t See if Data::Dumper works
3304dist/Data-Dumper/t/deparse.t See if Data::Dumper::Deparse works
3305dist/Data-Dumper/t/dumper.t See if Data::Dumper works
3306dist/Data-Dumper/t/dumpperl.t See if Data::Dumper::Dumpperl works
3307dist/Data-Dumper/t/freezer.t See if Data::Dumper::Freezer works
3308dist/Data-Dumper/t/freezer_useperl.t See if Data::Dumper works
3309dist/Data-Dumper/t/huge.t See if Data::Dumper works on huge inputs
3310dist/Data-Dumper/t/indent.t See if Data::Dumper::Indent works
3311dist/Data-Dumper/t/lib/Testing.pm Functions used in testing Data-Dumper
3312dist/Data-Dumper/t/misc.t Miscellaneous tests for Data-Dumper
3313dist/Data-Dumper/t/names.t See if Data::Dumper::Names works
3314dist/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data
3315dist/Data-Dumper/t/pair.t See if Data::Dumper pair separator works
3316dist/Data-Dumper/t/perl-74170.t Regression test for stack reallocation
3bd791fa 3317dist/Data-Dumper/t/purity_deepcopy_maxdepth.t See if three Data::Dumper functions work
bf8d7753
YO
3318dist/Data-Dumper/t/qr.t See if Data::Dumper works with qr|/|
3319dist/Data-Dumper/t/quotekeys.t See if Data::Dumper::Quotekeys works
3320dist/Data-Dumper/t/recurse.t See if Data::Dumper::Maxrecurse works
3321dist/Data-Dumper/t/seen.t See if Data::Dumper::Seen works
3322dist/Data-Dumper/t/sortkeys.t See if Data::Dumper::Sortkeys works
3323dist/Data-Dumper/t/sparseseen.t See if Data::Dumper::Sparseseen works
3324dist/Data-Dumper/t/terse.t See if Data::Dumper terse option works
3325dist/Data-Dumper/t/toaster.t See if Data::Dumper::Toaster works
3326dist/Data-Dumper/t/trailing_comma.t See if Data::Dumper::Trailingcomma works
3327dist/Data-Dumper/t/values.t See if Data::Dumper::Values works
3328dist/Data-Dumper/Todo Data pretty printer, futures
3329dist/Devel-PPPort/apicheck_c.PL Devel::PPPort apicheck generator
a7a54907 3330dist/Devel-PPPort/Changes Devel::PPPort Changes file
bf8d7753
YO
3331dist/Devel-PPPort/devel/buildperl.pl Devel::PPPort perl version builder
3332dist/Devel-PPPort/devel/devtools.pl Devel::PPPort development utilities
3333dist/Devel-PPPort/devel/mkapidoc.pl Devel::PPPort apidoc collector
3334dist/Devel-PPPort/devel/mkppport_fnc.pl Devel::PPPort
3335dist/Devel-PPPort/devel/mktodo Devel::PPPort baseline/todo generator
3336dist/Devel-PPPort/devel/mktodo.pl Devel::PPPort baseline/todo generator
3337dist/Devel-PPPort/devel/regenerate Devel::PPPort API re-generator
3338dist/Devel-PPPort/devel/scanprov Devel::PPPort provided API scanner
c8799aff 3339dist/Devel-PPPort/devel/update_release_date.pl Devel::PPPort timestamp builder
bf8d7753
YO
3340dist/Devel-PPPort/HACKERS Devel::PPPort hackers documentation
3341dist/Devel-PPPort/Makefile.PL Devel::PPPort makefile writer
3342dist/Devel-PPPort/MANIFEST.SKIP Devel::PPPort manifest skip file
3343dist/Devel-PPPort/mktests.PL Devel::PPPort test file writer
3344dist/Devel-PPPort/module2.c Devel::PPPort test file
3345dist/Devel-PPPort/module3.c Devel::PPPort test file
3346dist/Devel-PPPort/parts/apicheck.pl Devel::PPPort apicheck generator
3347dist/Devel-PPPort/parts/apidoc.fnc Devel::PPPort Perl API listing
3348dist/Devel-PPPort/parts/base/5003007 Devel::PPPort baseline todo file
3349dist/Devel-PPPort/parts/base/5004000 Devel::PPPort baseline todo file
3350dist/Devel-PPPort/parts/base/5004001 Devel::PPPort baseline todo file
3351dist/Devel-PPPort/parts/base/5004002 Devel::PPPort baseline todo file
3352dist/Devel-PPPort/parts/base/5004003 Devel::PPPort baseline todo file
3353dist/Devel-PPPort/parts/base/5004004 Devel::PPPort baseline todo file
3354dist/Devel-PPPort/parts/base/5004005 Devel::PPPort baseline todo file
3355dist/Devel-PPPort/parts/base/5005000 Devel::PPPort baseline todo file
3356dist/Devel-PPPort/parts/base/5005001 Devel::PPPort baseline todo file
3357dist/Devel-PPPort/parts/base/5005002 Devel::PPPort baseline todo file
3358dist/Devel-PPPort/parts/base/5005003 Devel::PPPort baseline todo file
3359dist/Devel-PPPort/parts/base/5005004 Devel::PPPort baseline todo file
3360dist/Devel-PPPort/parts/base/5006000 Devel::PPPort baseline todo file
3361dist/Devel-PPPort/parts/base/5006001 Devel::PPPort baseline todo file
3362dist/Devel-PPPort/parts/base/5006002 Devel::PPPort baseline todo file
3363dist/Devel-PPPort/parts/base/5007000 Devel::PPPort baseline todo file
3364dist/Devel-PPPort/parts/base/5007001 Devel::PPPort baseline todo file
3365dist/Devel-PPPort/parts/base/5007002 Devel::PPPort baseline todo file
3366dist/Devel-PPPort/parts/base/5007003 Devel::PPPort baseline todo file
3367dist/Devel-PPPort/parts/base/5008000 Devel::PPPort baseline todo file
3368dist/Devel-PPPort/parts/base/5008001 Devel::PPPort baseline todo file
3369dist/Devel-PPPort/parts/base/5008002 Devel::PPPort baseline todo file
3370dist/Devel-PPPort/parts/base/5008003 Devel::PPPort baseline todo file
3371dist/Devel-PPPort/parts/base/5008004 Devel::PPPort baseline todo file
3372dist/Devel-PPPort/parts/base/5008005 Devel::PPPort baseline todo file
3373dist/Devel-PPPort/parts/base/5008006 Devel::PPPort baseline todo file
3374dist/Devel-PPPort/parts/base/5008007 Devel::PPPort baseline todo file
3375dist/Devel-PPPort/parts/base/5008008 Devel::PPPort baseline todo file
3376dist/Devel-PPPort/parts/base/5008009 Devel::PPPort baseline todo file
3377dist/Devel-PPPort/parts/base/5009000 Devel::PPPort baseline todo file
3378dist/Devel-PPPort/parts/base/5009001 Devel::PPPort baseline todo file
3379dist/Devel-PPPort/parts/base/5009002 Devel::PPPort baseline todo file
3380dist/Devel-PPPort/parts/base/5009003 Devel::PPPort baseline todo file
3381dist/Devel-PPPort/parts/base/5009004 Devel::PPPort baseline todo file
3382dist/Devel-PPPort/parts/base/5009005 Devel::PPPort baseline todo file
3383dist/Devel-PPPort/parts/base/5010000 Devel::PPPort baseline todo file
3384dist/Devel-PPPort/parts/base/5010001 Devel::PPPort baseline todo file
3385dist/Devel-PPPort/parts/base/5011000 Devel::PPPort baseline todo file
3386dist/Devel-PPPort/parts/base/5011001 Devel::PPPort baseline todo file
3387dist/Devel-PPPort/parts/base/5011002 Devel::PPPort baseline todo file
3388dist/Devel-PPPort/parts/base/5011003 Devel::PPPort baseline todo file
3389dist/Devel-PPPort/parts/base/5011004 Devel::PPPort baseline todo file
3390dist/Devel-PPPort/parts/base/5011005 Devel::PPPort baseline todo file
3391dist/Devel-PPPort/parts/base/5012000 Devel::PPPort baseline todo file
3392dist/Devel-PPPort/parts/base/5012001 Devel::PPPort baseline todo file
3393dist/Devel-PPPort/parts/base/5012002 Devel::PPPort baseline todo file
3394dist/Devel-PPPort/parts/base/5012003 Devel::PPPort baseline todo file
3395dist/Devel-PPPort/parts/base/5012004 Devel::PPPort baseline todo file
3396dist/Devel-PPPort/parts/base/5012005 Devel::PPPort baseline todo file
3397dist/Devel-PPPort/parts/base/5013000 Devel::PPPort baseline todo file
3398dist/Devel-PPPort/parts/base/5013001 Devel::PPPort baseline todo file
3399dist/Devel-PPPort/parts/base/5013002 Devel::PPPort baseline todo file
3400dist/Devel-PPPort/parts/base/5013003 Devel::PPPort baseline todo file
3401dist/Devel-PPPort/parts/base/5013004 Devel::PPPort baseline todo file
3402dist/Devel-PPPort/parts/base/5013005 Devel::PPPort baseline todo file
3403dist/Devel-PPPort/parts/base/5013006 Devel::PPPort baseline todo file
3404dist/Devel-PPPort/parts/base/5013007 Devel::PPPort baseline todo file
3405dist/Devel-PPPort/parts/base/5013008 Devel::PPPort baseline todo file
3406dist/Devel-PPPort/parts/base/5013009 Devel::PPPort baseline todo file
3407dist/Devel-PPPort/parts/base/5013010 Devel::PPPort baseline todo file
3408dist/Devel-PPPort/parts/base/5013011 Devel::PPPort baseline todo file
3409dist/Devel-PPPort/parts/base/5014000 Devel::PPPort baseline todo file
3410dist/Devel-PPPort/parts/base/5014001 Devel::PPPort baseline todo file
3411dist/Devel-PPPort/parts/base/5014002 Devel::PPPort baseline todo file
3412dist/Devel-PPPort/parts/base/5014003 Devel::PPPort baseline todo file
3413dist/Devel-PPPort/parts/base/5014004 Devel::PPPort baseline todo file
3414dist/Devel-PPPort/parts/base/5015000 Devel::PPPort baseline todo file
3415dist/Devel-PPPort/parts/base/5015001 Devel::PPPort baseline todo file
3416dist/Devel-PPPort/parts/base/5015002 Devel::PPPort baseline todo file
3417dist/Devel-PPPort/parts/base/5015003 Devel::PPPort baseline todo file
3418dist/Devel-PPPort/parts/base/5015004 Devel::PPPort baseline todo file
3419dist/Devel-PPPort/parts/base/5015005 Devel::PPPort baseline todo file
3420dist/Devel-PPPort/parts/base/5015006 Devel::PPPort baseline todo file
3421dist/Devel-PPPort/parts/base/5015007 Devel::PPPort baseline todo file
3422dist/Devel-PPPort/parts/base/5015008 Devel::PPPort baseline todo file
3423dist/Devel-PPPort/parts/base/5015009 Devel::PPPort baseline todo file
3424dist/Devel-PPPort/parts/base/5016000 Devel::PPPort baseline todo file
3425dist/Devel-PPPort/parts/base/5016001 Devel::PPPort baseline todo file
3426dist/Devel-PPPort/parts/base/5016002 Devel::PPPort baseline todo file
3427dist/Devel-PPPort/parts/base/5016003 Devel::PPPort baseline todo file
3428dist/Devel-PPPort/parts/base/5017000 Devel::PPPort baseline todo file
3429dist/Devel-PPPort/parts/base/5017001 Devel::PPPort baseline todo file
3430dist/Devel-PPPort/parts/base/5017002 Devel::PPPort baseline todo file
3431dist/Devel-PPPort/parts/base/5017003 Devel::PPPort baseline todo file
3432dist/Devel-PPPort/parts/base/5017004 Devel::PPPort baseline todo file
3433dist/Devel-PPPort/parts/base/5017005 Devel::PPPort baseline todo file
3434dist/Devel-PPPort/parts/base/5017006 Devel::PPPort baseline todo file
3435dist/Devel-PPPort/parts/base/5017007 Devel::PPPort baseline todo file
3436dist/Devel-PPPort/parts/base/5017008 Devel::PPPort baseline todo file
3437dist/Devel-PPPort/parts/base/5017009 Devel::PPPort baseline todo file
3438dist/Devel-PPPort/parts/base/5017010 Devel::PPPort baseline todo file
3439dist/Devel-PPPort/parts/base/5017011 Devel::PPPort baseline todo file
3440dist/Devel-PPPort/parts/base/5018000 Devel::PPPort baseline todo file
3441dist/Devel-PPPort/parts/base/5018001 Devel::PPPort baseline todo file
3442dist/Devel-PPPort/parts/base/5018002 Devel::PPPort baseline todo file
3443dist/Devel-PPPort/parts/base/5018003 Devel::PPPort baseline todo file
3444dist/Devel-PPPort/parts/base/5018004 Devel::PPPort baseline todo file
3445dist/Devel-PPPort/parts/base/5019000 Devel::PPPort baseline todo file
3446dist/Devel-PPPort/parts/base/5019001 Devel::PPPort baseline todo file
3447dist/Devel-PPPort/parts/base/5019002 Devel::PPPort baseline todo file
3448dist/Devel-PPPort/parts/base/5019003 Devel::PPPort baseline todo file
3449dist/Devel-PPPort/parts/base/5019004 Devel::PPPort baseline todo file
3450dist/Devel-PPPort/parts/base/5019005 Devel::PPPort baseline todo file
3451dist/Devel-PPPort/parts/base/5019006 Devel::PPPort baseline todo file
3452dist/Devel-PPPort/parts/base/5019007 Devel::PPPort baseline todo file
3453dist/Devel-PPPort/parts/base/5019008 Devel::PPPort baseline todo file
3454dist/Devel-PPPort/parts/base/5019009 Devel::PPPort baseline todo file
3455dist/Devel-PPPort/parts/base/5019010 Devel::PPPort baseline todo file
3456dist/Devel-PPPort/parts/base/5019011 Devel::PPPort baseline todo file
3457dist/Devel-PPPort/parts/base/5020000 Devel::PPPort baseline todo file
3458dist/Devel-PPPort/parts/base/5020001 Devel::PPPort baseline todo file
3459dist/Devel-PPPort/parts/base/5020002 Devel::PPPort baseline todo file
3460dist/Devel-PPPort/parts/base/5020003 Devel::PPPort baseline todo file
3461dist/Devel-PPPort/parts/base/5021000 Devel::PPPort baseline todo file
3462dist/Devel-PPPort/parts/base/5021001 Devel::PPPort baseline todo file
3463dist/Devel-PPPort/parts/base/5021002 Devel::PPPort baseline todo file
3464dist/Devel-PPPort/parts/base/5021003 Devel::PPPort baseline todo file
3465dist/Devel-PPPort/parts/base/5021004 Devel::PPPort baseline todo file
3466dist/Devel-PPPort/parts/base/5021005 Devel::PPPort baseline todo file
3467dist/Devel-PPPort/parts/base/5021006 Devel::PPPort baseline todo file
3468dist/Devel-PPPort/parts/base/5021007 Devel::PPPort baseline todo file
3469dist/Devel-PPPort/parts/base/5021008 Devel::PPPort baseline todo file
3470dist/Devel-PPPort/parts/base/5021009 Devel::PPPort baseline todo file
3471dist/Devel-PPPort/parts/base/5021010 Devel::PPPort baseline todo file
3472dist/Devel-PPPort/parts/base/5021011 Devel::PPPort baseline todo file
3473dist/Devel-PPPort/parts/base/5022000 Devel::PPPort baseline todo file
3474dist/Devel-PPPort/parts/base/5022001 Devel::PPPort baseline todo file
3475dist/Devel-PPPort/parts/base/5022002 Devel::PPPort baseline todo file
3476dist/Devel-PPPort/parts/base/5022003 Devel::PPPort baseline todo file
3477dist/Devel-PPPort/parts/base/5022004 Devel::PPPort baseline todo file
3478dist/Devel-PPPort/parts/base/5023000 Devel::PPPort baseline todo file
3479dist/Devel-PPPort/parts/base/5023001 Devel::PPPort baseline todo file
3480dist/Devel-PPPort/parts/base/5023002 Devel::PPPort baseline todo file
3481dist/Devel-PPPort/parts/base/5023003 Devel::PPPort baseline todo file
3482dist/Devel-PPPort/parts/base/5023004 Devel::PPPort baseline todo file
3483dist/Devel-PPPort/parts/base/5023005 Devel::PPPort baseline todo file
3484dist/Devel-PPPort/parts/base/5023006 Devel::PPPort baseline todo file
3485dist/Devel-PPPort/parts/base/5023007 Devel::PPPort baseline todo file
3486dist/Devel-PPPort/parts/base/5023008 Devel::PPPort baseline todo file
3487dist/Devel-PPPort/parts/base/5023009 Devel::PPPort baseline todo file
3488dist/Devel-PPPort/parts/base/5024000 Devel::PPPort baseline todo file
3489dist/Devel-PPPort/parts/base/5024001 Devel::PPPort baseline todo file
3490dist/Devel-PPPort/parts/base/5024002 Devel::PPPort baseline todo file
3491dist/Devel-PPPort/parts/base/5024003 Devel::PPPort baseline todo file
3492dist/Devel-PPPort/parts/base/5024004 Devel::PPPort baseline todo file
3493dist/Devel-PPPort/parts/base/5025000 Devel::PPPort baseline todo file
3494dist/Devel-PPPort/parts/base/5025001 Devel::PPPort baseline todo file
3495dist/Devel-PPPort/parts/base/5025002 Devel::PPPort baseline todo file
3496dist/Devel-PPPort/parts/base/5025003 Devel::PPPort baseline todo file
3497dist/Devel-PPPort/parts/base/5025004 Devel::PPPort baseline todo file
3498dist/Devel-PPPort/parts/base/5025005 Devel::PPPort baseline todo file
3499dist/Devel-PPPort/parts/base/5025006 Devel::PPPort baseline todo file
3500dist/Devel-PPPort/parts/base/5025007 Devel::PPPort baseline todo file
3501dist/Devel-PPPort/parts/base/5025008 Devel::PPPort baseline todo file
3502dist/Devel-PPPort/parts/base/5025009 Devel::PPPort baseline todo file
3503dist/Devel-PPPort/parts/base/5025010 Devel::PPPort baseline todo file
3504dist/Devel-PPPort/parts/base/5025011 Devel::PPPort baseline todo file
3505dist/Devel-PPPort/parts/base/5025012 Devel::PPPort baseline todo file
3506dist/Devel-PPPort/parts/base/5026000 Devel::PPPort baseline todo file
3507dist/Devel-PPPort/parts/base/5026001 Devel::PPPort baseline todo file
3508dist/Devel-PPPort/parts/base/5026002 Devel::PPPort baseline todo file
3509dist/Devel-PPPort/parts/base/5026003 Devel::PPPort baseline todo file
3510dist/Devel-PPPort/parts/base/5027000 Devel::PPPort baseline todo file
3511dist/Devel-PPPort/parts/base/5027001 Devel::PPPort baseline todo file
3512dist/Devel-PPPort/parts/base/5027002 Devel::PPPort baseline todo file
3513dist/Devel-PPPort/parts/base/5027003 Devel::PPPort baseline todo file
3514dist/Devel-PPPort/parts/base/5027004 Devel::PPPort baseline todo file
3515dist/Devel-PPPort/parts/base/5027005 Devel::PPPort baseline todo file
3516dist/Devel-PPPort/parts/base/5027006 Devel::PPPort baseline todo file
3517dist/Devel-PPPort/parts/base/5027007 Devel::PPPort baseline todo file
3518dist/Devel-PPPort/parts/base/5027008 Devel::PPPort baseline todo file
3519dist/Devel-PPPort/parts/base/5027009 Devel::PPPort baseline todo file
3520dist/Devel-PPPort/parts/base/5027010 Devel::PPPort baseline todo file
3521dist/Devel-PPPort/parts/base/5027011 Devel::PPPort baseline todo file
3522dist/Devel-PPPort/parts/base/5028000 Devel::PPPort baseline todo file
3523dist/Devel-PPPort/parts/base/5028001 Devel::PPPort baseline todo file
3524dist/Devel-PPPort/parts/base/5028002 Devel::PPPort baseline todo file
3525dist/Devel-PPPort/parts/base/5028003 Devel::PPPort baseline todo file
3526dist/Devel-PPPort/parts/base/5029000 Devel::PPPort baseline todo file
3527dist/Devel-PPPort/parts/base/5029001 Devel::PPPort baseline todo file
3528dist/Devel-PPPort/parts/base/5029002 Devel::PPPort baseline todo file
3529dist/Devel-PPPort/parts/base/5029003 Devel::PPPort baseline todo file
3530dist/Devel-PPPort/parts/base/5029004 Devel::PPPort baseline todo file
3531dist/Devel-PPPort/parts/base/5029005 Devel::PPPort baseline todo file
3532dist/Devel-PPPort/parts/base/5029006 Devel::PPPort baseline todo file
3533dist/Devel-PPPort/parts/base/5029007 Devel::PPPort baseline todo file
3534dist/Devel-PPPort/parts/base/5029008 Devel::PPPort baseline todo file
3535dist/Devel-PPPort/parts/base/5029009 Devel::PPPort baseline todo file
3536dist/Devel-PPPort/parts/base/5029010 Devel::PPPort baseline todo file
3537dist/Devel-PPPort/parts/base/5030000 Devel::PPPort baseline todo file
3538dist/Devel-PPPort/parts/base/5030001 Devel::PPPort baseline todo file
3539dist/Devel-PPPort/parts/base/5030002 Devel::PPPort baseline todo file
3540dist/Devel-PPPort/parts/base/5030003 Devel::PPPort baseline todo file
3541dist/Devel-PPPort/parts/base/5031000 Devel::PPPort baseline todo file
3542dist/Devel-PPPort/parts/base/5031001 Devel::PPPort baseline todo file
3543dist/Devel-PPPort/parts/base/5031002 Devel::PPPort baseline todo file
3544dist/Devel-PPPort/parts/base/5031003 Devel::PPPort baseline todo file
3545dist/Devel-PPPort/parts/base/5031004 Devel::PPPort baseline todo file
3546dist/Devel-PPPort/parts/base/5031005 Devel::PPPort baseline todo file
3547dist/Devel-PPPort/parts/base/5031006 Devel::PPPort baseline todo file
3548dist/Devel-PPPort/parts/base/5031007 Devel::PPPort baseline todo file
8f62b02f 3549dist/Devel-PPPort/parts/base/5031008
bf8d7753
YO
3550dist/Devel-PPPort/parts/base/5031009 Devel::PPPort baseline todo file
3551dist/Devel-PPPort/parts/base/5031010 Devel::PPPort baseline todo file
3552dist/Devel-PPPort/parts/base/5031011 Devel::PPPort baseline todo file
3553dist/Devel-PPPort/parts/base/5032000 Devel::PPPort baseline todo file
fc8d4680 3554dist/Devel-PPPort/parts/base/5032001
bf8d7753
YO
3555dist/Devel-PPPort/parts/base/5033000 Devel::PPPort baseline todo file
3556dist/Devel-PPPort/parts/base/5033001 Devel::PPPort baseline todo file
3557dist/Devel-PPPort/parts/base/5033002 Devel::PPPort baseline todo file
fc8d4680
KW
3558dist/Devel-PPPort/parts/base/5033003
3559dist/Devel-PPPort/parts/base/5033004
3560dist/Devel-PPPort/parts/base/5033005
3561dist/Devel-PPPort/parts/base/5033006
3562dist/Devel-PPPort/parts/base/5033007
3563dist/Devel-PPPort/parts/base/5033008
3564dist/Devel-PPPort/parts/base/5033009
3565dist/Devel-PPPort/parts/base/5034000
3566dist/Devel-PPPort/parts/base/5035001
3567dist/Devel-PPPort/parts/base/5035002
d9ae9f58
RB
3568dist/Devel-PPPort/parts/base/5035003
3569dist/Devel-PPPort/parts/base/5035004
3570dist/Devel-PPPort/parts/base/5035005
3571dist/Devel-PPPort/parts/base/5035006
3572dist/Devel-PPPort/parts/base/5035007
3573dist/Devel-PPPort/parts/base/5035008
3574dist/Devel-PPPort/parts/base/5035009
3575dist/Devel-PPPort/parts/base/5035010
bf8d7753
YO
3576dist/Devel-PPPort/parts/embed.fnc Devel::PPPort Perl API listing
3577dist/Devel-PPPort/parts/inc/01_test Devel::PPPort include
3578dist/Devel-PPPort/parts/inc/call Devel::PPPort include
3579dist/Devel-PPPort/parts/inc/cop Devel::PPPort include
3580dist/Devel-PPPort/parts/inc/exception Devel::PPPort include
3581dist/Devel-PPPort/parts/inc/format Devel::PPPort include
3582dist/Devel-PPPort/parts/inc/grok Devel::PPPort include
3583dist/Devel-PPPort/parts/inc/gv Devel::PPPort include
3584dist/Devel-PPPort/parts/inc/HvNAME Devel::PPPort include
c58ad1f9 3585dist/Devel-PPPort/parts/inc/inctools
bf8d7753 3586dist/Devel-PPPort/parts/inc/limits Devel::PPPort include
c58ad1f9 3587dist/Devel-PPPort/parts/inc/locale
bf8d7753
YO
3588dist/Devel-PPPort/parts/inc/magic Devel::PPPort include
3589dist/Devel-PPPort/parts/inc/magic_defs Devel::PPPort include
3590dist/Devel-PPPort/parts/inc/memory Devel::PPPort include
3591dist/Devel-PPPort/parts/inc/mess Devel::PPPort include
3592dist/Devel-PPPort/parts/inc/misc Devel::PPPort include
3593dist/Devel-PPPort/parts/inc/mPUSH Devel::PPPort include
3594dist/Devel-PPPort/parts/inc/MY_CXT Devel::PPPort include
3595dist/Devel-PPPort/parts/inc/newCONSTSUB Devel::PPPort include
3596dist/Devel-PPPort/parts/inc/newRV Devel::PPPort include
3597dist/Devel-PPPort/parts/inc/newSV_type Devel::PPPort include
3598dist/Devel-PPPort/parts/inc/newSVpv Devel::PPPort include
3599dist/Devel-PPPort/parts/inc/podtest Devel::PPPort include
3600dist/Devel-PPPort/parts/inc/ppphbin Devel::PPPort include
3601dist/Devel-PPPort/parts/inc/ppphdoc Devel::PPPort include
3602dist/Devel-PPPort/parts/inc/ppphtest Devel::PPPort include
3603dist/Devel-PPPort/parts/inc/pv_tools Devel::PPPort include
3604dist/Devel-PPPort/parts/inc/pvs Devel::PPPort include
3605dist/Devel-PPPort/parts/inc/shared_pv Devel::PPPort include
3606dist/Devel-PPPort/parts/inc/snprintf Devel::PPPort include
3607dist/Devel-PPPort/parts/inc/sprintf Devel::PPPort include
3608dist/Devel-PPPort/parts/inc/strlfuncs Devel::PPPort include
c58ad1f9 3609dist/Devel-PPPort/parts/inc/subparse
bf8d7753
YO
3610dist/Devel-PPPort/parts/inc/Sv_set Devel::PPPort include
3611dist/Devel-PPPort/parts/inc/sv_xpvf Devel::PPPort include
3612dist/Devel-PPPort/parts/inc/SvPV Devel::PPPort include
3613dist/Devel-PPPort/parts/inc/SvREFCNT Devel::PPPort include
3614dist/Devel-PPPort/parts/inc/threads Devel::PPPort include
c58ad1f9 3615dist/Devel-PPPort/parts/inc/utf8
bf8d7753
YO
3616dist/Devel-PPPort/parts/inc/uv Devel::PPPort include
3617dist/Devel-PPPort/parts/inc/variables Devel::PPPort include
3618dist/Devel-PPPort/parts/inc/version Devel::PPPort include
3619dist/Devel-PPPort/parts/inc/warn Devel::PPPort include
3620dist/Devel-PPPort/parts/ppport.fnc Devel::PPPort API listing
3621dist/Devel-PPPort/parts/ppptools.pl Devel::PPPort various utilities
3622dist/Devel-PPPort/parts/todo/5003007 Devel::PPPort baseline todo file
3623dist/Devel-PPPort/parts/todo/5004000 Devel::PPPort todo file
3624dist/Devel-PPPort/parts/todo/5004001 Devel::PPPort baseline todo file
3625dist/Devel-PPPort/parts/todo/5004002 Devel::PPPort baseline todo file
3626dist/Devel-PPPort/parts/todo/5004003 Devel::PPPort baseline todo file
3627dist/Devel-PPPort/parts/todo/5004004 Devel::PPPort baseline todo file
3628dist/Devel-PPPort/parts/todo/5004005 Devel::PPPort baseline todo file
3629dist/Devel-PPPort/parts/todo/5005000 Devel::PPPort todo file
3630dist/Devel-PPPort/parts/todo/5005001 Devel::PPPort baseline todo file
3631dist/Devel-PPPort/parts/todo/5005002 Devel::PPPort baseline todo file
3632dist/Devel-PPPort/parts/todo/5005003 Devel::PPPort baseline todo file
3633dist/Devel-PPPort/parts/todo/5005004 Devel::PPPort baseline todo file
3634dist/Devel-PPPort/parts/todo/5006000 Devel::PPPort todo file
3635dist/Devel-PPPort/parts/todo/5006001 Devel::PPPort todo file
3636dist/Devel-PPPort/parts/todo/5006002 Devel::PPPort todo file
3637dist/Devel-PPPort/parts/todo/5007000 Devel::PPPort todo file
3638dist/Devel-PPPort/parts/todo/5007001 Devel::PPPort todo file
3639dist/Devel-PPPort/parts/todo/5007002 Devel::PPPort todo file
3640dist/Devel-PPPort/parts/todo/5007003 Devel::PPPort todo file
3641dist/Devel-PPPort/parts/todo/5008000 Devel::PPPort todo file
3642dist/Devel-PPPort/parts/todo/5008001 Devel::PPPort todo file
3643dist/Devel-PPPort/parts/todo/5008002 Devel::PPPort todo file
3644dist/Devel-PPPort/parts/todo/5008003 Devel::PPPort todo file
3645dist/Devel-PPPort/parts/todo/5008004 Devel::PPPort todo file
3646dist/Devel-PPPort/parts/todo/5008005 Devel::PPPort todo file
3647dist/Devel-PPPort/parts/todo/5008006 Devel::PPPort todo file
3648dist/Devel-PPPort/parts/todo/5008007 Devel::PPPort todo file
3649dist/Devel-PPPort/parts/todo/5008008 Devel::PPPort todo file
3650dist/Devel-PPPort/parts/todo/5008009 Devel::PPPort todo file
3651dist/Devel-PPPort/parts/todo/5009000 Devel::PPPort todo file
3652dist/Devel-PPPort/parts/todo/5009001 Devel::PPPort todo file
3653dist/Devel-PPPort/parts/todo/5009002 Devel::PPPort todo file
3654dist/Devel-PPPort/parts/todo/5009003 Devel::PPPort todo file
3655dist/Devel-PPPort/parts/todo/5009004 Devel::PPPort todo file
3656dist/Devel-PPPort/parts/todo/5009005 Devel::PPPort todo file
3657dist/Devel-PPPort/parts/todo/5010000 Devel::PPPort todo file
3658dist/Devel-PPPort/parts/todo/5010001 Devel::PPPort todo file
3659dist/Devel-PPPort/parts/todo/5011000 Devel::PPPort todo file
3660dist/Devel-PPPort/parts/todo/5011001 Devel::PPPort todo file
3661dist/Devel-PPPort/parts/todo/5011002 Devel::PPPort todo file
3662dist/Devel-PPPort/parts/todo/5011003 Devel::PPPort todo file
3663dist/Devel-PPPort/parts/todo/5011004 Devel::PPPort todo file
3664dist/Devel-PPPort/parts/todo/5011005 Devel::PPPort todo file
3665dist/Devel-PPPort/parts/todo/5012000 Devel::PPPort todo file
3666dist/Devel-PPPort/parts/todo/5012001 Devel::PPPort todo file
3667dist/Devel-PPPort/parts/todo/5012002 Devel::PPPort todo file
3668dist/Devel-PPPort/parts/todo/5012003 Devel::PPPort todo file
3669dist/Devel-PPPort/parts/todo/5012004 Devel::PPPort todo file
3670dist/Devel-PPPort/parts/todo/5012005 Devel::PPPort todo file
3671dist/Devel-PPPort/parts/todo/5013000 Devel::PPPort todo file
3672dist/Devel-PPPort/parts/todo/5013001 Devel::PPPort todo file
3673dist/Devel-PPPort/parts/todo/5013002 Devel::PPPort todo file
3674dist/Devel-PPPort/parts/todo/5013003 Devel::PPPort todo file
3675dist/Devel-PPPort/parts/todo/5013004 Devel::PPPort todo file
3676dist/Devel-PPPort/parts/todo/5013005 Devel::PPPort todo file
3677dist/Devel-PPPort/parts/todo/5013006 Devel::PPPort todo file
3678dist/Devel-PPPort/parts/todo/5013007 Devel::PPPort todo file
3679dist/Devel-PPPort/parts/todo/5013008 Devel::PPPort todo file
3680dist/Devel-PPPort/parts/todo/5013009 Devel::PPPort todo file
3681dist/Devel-PPPort/parts/todo/5013010 Devel::PPPort todo file
3682dist/Devel-PPPort/parts/todo/5013011 Devel::PPPort todo file
3683dist/Devel-PPPort/parts/todo/5014000 Devel::PPPort todo file
3684dist/Devel-PPPort/parts/todo/5014001 Devel::PPPort todo file
3685dist/Devel-PPPort/parts/todo/5014002 Devel::PPPort todo file
3686dist/Devel-PPPort/parts/todo/5014003 Devel::PPPort todo file
3687dist/Devel-PPPort/parts/todo/5014004 Devel::PPPort todo file
3688dist/Devel-PPPort/parts/todo/5015000 Devel::PPPort todo file
3689dist/Devel-PPPort/parts/todo/5015001 Devel::PPPort todo file
3690dist/Devel-PPPort/parts/todo/5015002 Devel::PPPort todo file
3691dist/Devel-PPPort/parts/todo/5015003 Devel::PPPort todo file
3692dist/Devel-PPPort/parts/todo/5015004 Devel::PPPort todo file
3693dist/Devel-PPPort/parts/todo/5015005 Devel::PPPort todo file
3694dist/Devel-PPPort/parts/todo/5015006 Devel::PPPort todo file
3695dist/Devel-PPPort/parts/todo/5015007 Devel::PPPort todo file
3696dist/Devel-PPPort/parts/todo/5015008 Devel::PPPort todo file
3697dist/Devel-PPPort/parts/todo/5015009 Devel::PPPort todo file
3698dist/Devel-PPPort/parts/todo/5016000 Devel::PPPort todo file
3699dist/Devel-PPPort/parts/todo/5016001 Devel::PPPort todo file
3700dist/Devel-PPPort/parts/todo/5016002 Devel::PPPort todo file
3701dist/Devel-PPPort/parts/todo/5016003 Devel::PPPort todo file
3702dist/Devel-PPPort/parts/todo/5017000 Devel::PPPort todo file
3703dist/Devel-PPPort/parts/todo/5017001 Devel::PPPort todo file
3704dist/Devel-PPPort/parts/todo/5017002 Devel::PPPort todo file
3705dist/Devel-PPPort/parts/todo/5017003 Devel::PPPort todo file
3706dist/Devel-PPPort/parts/todo/5017004 Devel::PPPort todo file
3707dist/Devel-PPPort/parts/todo/5017005 Devel::PPPort todo file
3708dist/Devel-PPPort/parts/todo/5017006 Devel::PPPort todo file
3709dist/Devel-PPPort/parts/todo/5017007 Devel::PPPort todo file
3710dist/Devel-PPPort/parts/todo/5017008 Devel::PPPort todo file
3711dist/Devel-PPPort/parts/todo/5017009 Devel::PPPort todo file
3712dist/Devel-PPPort/parts/todo/5017010 Devel::PPPort todo file
3713dist/Devel-PPPort/parts/todo/5017011 Devel::PPPort todo file
3714dist/Devel-PPPort/parts/todo/5018000 Devel::PPPort todo file
3715dist/Devel-PPPort/parts/todo/5018001 Devel::PPPort todo file
3716dist/Devel-PPPort/parts/todo/5018002 Devel::PPPort todo file
3717dist/Devel-PPPort/parts/todo/5018003 Devel::PPPort todo file
3718dist/Devel-PPPort/parts/todo/5018004 Devel::PPPort todo file
3719dist/Devel-PPPort/parts/todo/5019000 Devel::PPPort todo file
3720dist/Devel-PPPort/parts/todo/5019001 Devel::PPPort todo file
3721dist/Devel-PPPort/parts/todo/5019002 Devel::PPPort todo file
3722dist/Devel-PPPort/parts/todo/5019003 Devel::PPPort todo file
3723dist/Devel-PPPort/parts/todo/5019004 Devel::PPPort todo file
3724dist/Devel-PPPort/parts/todo/5019005 Devel::PPPort todo file
3725dist/Devel-PPPort/parts/todo/5019006 Devel::PPPort todo file
3726dist/Devel-PPPort/parts/todo/5019007 Devel::PPPort todo file
3727dist/Devel-PPPort/parts/todo/5019008 Devel::PPPort todo file
3728dist/Devel-PPPort/parts/todo/5019009 Devel::PPPort todo file
3729dist/Devel-PPPort/parts/todo/5019010 Devel::PPPort todo file
3730dist/Devel-PPPort/parts/todo/5019011 Devel::PPPort todo file
3731dist/Devel-PPPort/parts/todo/5020000 Devel::PPPort todo file
3732dist/Devel-PPPort/parts/todo/5020001 Devel::PPPort todo file
3733dist/Devel-PPPort/parts/todo/5020002 Devel::PPPort todo file
3734dist/Devel-PPPort/parts/todo/5020003 Devel::PPPort todo file
3735dist/Devel-PPPort/parts/todo/5021000 Devel::PPPort todo file
3736dist/Devel-PPPort/parts/todo/5021001 Devel::PPPort todo file
3737dist/Devel-PPPort/parts/todo/5021002 Devel::PPPort todo file
3738dist/Devel-PPPort/parts/todo/5021003 Devel::PPPort baseline todo file
3739dist/Devel-PPPort/parts/todo/5021004 Devel::PPPort todo file
3740dist/Devel-PPPort/parts/todo/5021005 Devel::PPPort todo file
3741dist/Devel-PPPort/parts/todo/5021006 Devel::PPPort todo file
3742dist/Devel-PPPort/parts/todo/5021007 Devel::PPPort todo file
3743dist/Devel-PPPort/parts/todo/5021008 Devel::PPPort todo file
3744dist/Devel-PPPort/parts/todo/5021009 Devel::PPPort todo file
3745dist/Devel-PPPort/parts/todo/5021010 Devel::PPPort todo file
3746dist/Devel-PPPort/parts/todo/5021011 Devel::PPPort todo file
3747dist/Devel-PPPort/parts/todo/5022000 Devel::PPPort todo file
3748dist/Devel-PPPort/parts/todo/5022001 Devel::PPPort todo file
3749dist/Devel-PPPort/parts/todo/5022002 Devel::PPPort baseline todo file
3750dist/Devel-PPPort/parts/todo/5022003 Devel::PPPort baseline todo file
3751dist/Devel-PPPort/parts/todo/5022004 Devel::PPPort baseline todo file
3752dist/Devel-PPPort/parts/todo/5023000 Devel::PPPort todo file
3753dist/Devel-PPPort/parts/todo/5023001 Devel::PPPort todo file
3754dist/Devel-PPPort/parts/todo/5023002 Devel::PPPort todo file
3755dist/Devel-PPPort/parts/todo/5023003 Devel::PPPort todo file
3756dist/Devel-PPPort/parts/todo/5023004 Devel::PPPort todo file
3757dist/Devel-PPPort/parts/todo/5023005 Devel::PPPort todo file
3758dist/Devel-PPPort/parts/todo/5023006 Devel::PPPort todo file
3759dist/Devel-PPPort/parts/todo/5023007 Devel::PPPort todo file
3760dist/Devel-PPPort/parts/todo/5023008 Devel::PPPort todo file
3761dist/Devel-PPPort/parts/todo/5023009 Devel::PPPort todo file
3762dist/Devel-PPPort/parts/todo/5024000 Devel::PPPort todo file
3763dist/Devel-PPPort/parts/todo/5024001 Devel::PPPort baseline todo file
3764dist/Devel-PPPort/parts/todo/5024002 Devel::PPPort baseline todo file
3765dist/Devel-PPPort/parts/todo/5024003 Devel::PPPort baseline todo file
3766dist/Devel-PPPort/parts/todo/5024004 Devel::PPPort baseline todo file
3767dist/Devel-PPPort/parts/todo/5025000 Devel::PPPort baseline todo file
3768dist/Devel-PPPort/parts/todo/5025001 Devel::PPPort baseline todo file
3769dist/Devel-PPPort/parts/todo/5025002 Devel::PPPort baseline todo file
3770dist/Devel-PPPort/parts/todo/5025003 Devel::PPPort baseline todo file
3771dist/Devel-PPPort/parts/todo/5025004 Devel::PPPort baseline todo file
3772dist/Devel-PPPort/parts/todo/5025005 Devel::PPPort baseline todo file
3773dist/Devel-PPPort/parts/todo/5025006 Devel::PPPort baseline todo file
3774dist/Devel-PPPort/parts/todo/5025007 Devel::PPPort baseline todo file
3775dist/Devel-PPPort/parts/todo/5025008 Devel::PPPort baseline todo file
3776dist/Devel-PPPort/parts/todo/5025009 Devel::PPPort baseline todo file
3777dist/Devel-PPPort/parts/todo/5025010 Devel::PPPort baseline todo file
3778dist/Devel-PPPort/parts/todo/5025011 Devel::PPPort baseline todo file
3779dist/Devel-PPPort/parts/todo/5025012 Devel::PPPort baseline todo file
3780dist/Devel-PPPort/parts/todo/5026000 Devel::PPPort baseline todo file
3781dist/Devel-PPPort/parts/todo/5026001 Devel::PPPort baseline todo file
3782dist/Devel-PPPort/parts/todo/5026002 Devel::PPPort baseline todo file
3783dist/Devel-PPPort/parts/todo/5026003 Devel::PPPort baseline todo file
3784dist/Devel-PPPort/parts/todo/5027000 Devel::PPPort baseline todo file
3785dist/Devel-PPPort/parts/todo/5027001 Devel::PPPort baseline todo file
3786dist/Devel-PPPort/parts/todo/5027002 Devel::PPPort baseline todo file
3787dist/Devel-PPPort/parts/todo/5027003 Devel::PPPort baseline todo file
3788dist/Devel-PPPort/parts/todo/5027004 Devel::PPPort baseline todo file
3789dist/Devel-PPPort/parts/todo/5027005 Devel::PPPort baseline todo file
3790dist/Devel-PPPort/parts/todo/5027006 Devel::PPPort baseline todo file
3791dist/Devel-PPPort/parts/todo/5027007 Devel::PPPort baseline todo file
3792dist/Devel-PPPort/parts/todo/5027008 Devel::PPPort baseline todo file
3793dist/Devel-PPPort/parts/todo/5027009 Devel::PPPort baseline todo file
3794dist/Devel-PPPort/parts/todo/5027010 Devel::PPPort baseline todo file
3795dist/Devel-PPPort/parts/todo/5027011 Devel::PPPort baseline todo file
3796dist/Devel-PPPort/parts/todo/5028000 Devel::PPPort baseline todo file
3797dist/Devel-PPPort/parts/todo/5028001 Devel::PPPort baseline todo file
3798dist/Devel-PPPort/parts/todo/5028002 Devel::PPPort todo file
3799dist/Devel-PPPort/parts/todo/5028003 Devel::PPPort todo file
3800dist/Devel-PPPort/parts/todo/5029000 Devel::PPPort baseline todo file
3801dist/Devel-PPPort/parts/todo/5029001 Devel::PPPort baseline todo file
3802dist/Devel-PPPort/parts/todo/5029002 Devel::PPPort baseline todo file
3803dist/Devel-PPPort/parts/todo/5029003 Devel::PPPort baseline todo file
3804dist/Devel-PPPort/parts/todo/5029004 Devel::PPPort baseline todo file
3805dist/Devel-PPPort/parts/todo/5029005 Devel::PPPort baseline todo file
3806dist/Devel-PPPort/parts/todo/5029006 Devel::PPPort baseline todo file
3807dist/Devel-PPPort/parts/todo/5029007 Devel::PPPort baseline todo file
3808dist/Devel-PPPort/parts/todo/5029008 Devel::PPPort baseline todo file
3809dist/Devel-PPPort/parts/todo/5029009 Devel::PPPort baseline todo file
3810dist/Devel-PPPort/parts/todo/5029010 Devel::PPPort baseline todo file
3811dist/Devel-PPPort/parts/todo/5030000 Devel::PPPort baseline todo file
3812dist/Devel-PPPort/parts/todo/5030001 Devel::PPPort todo file
3813dist/Devel-PPPort/parts/todo/5030002 Devel::PPPort todo file
3814dist/Devel-PPPort/parts/todo/5030003 Devel::PPPort todo file
3815dist/Devel-PPPort/parts/todo/5031000 Devel::PPPort todo file
3816dist/Devel-PPPort/parts/todo/5031001 Devel::PPPort baseline todo file
3817dist/Devel-PPPort/parts/todo/5031002 Devel::PPPort baseline todo file
3818dist/Devel-PPPort/parts/todo/5031003 Devel::PPPort baseline todo file
3819dist/Devel-PPPort/parts/todo/5031004 Devel::PPPort baseline todo file
3820dist/Devel-PPPort/parts/todo/5031005 Devel::PPPort baseline todo file
3821dist/Devel-PPPort/parts/todo/5031006 Devel::PPPort baseline todo file
3822dist/Devel-PPPort/parts/todo/5031007 Devel::PPPort baseline todo file
8f62b02f 3823dist/Devel-PPPort/parts/todo/5031008
bf8d7753
YO
3824dist/Devel-PPPort/parts/todo/5031009 Devel::PPPort todo file
3825dist/Devel-PPPort/parts/todo/5031010 Devel::PPPort todo file
3826dist/Devel-PPPort/parts/todo/5031011 Devel::PPPort todo file
3827dist/Devel-PPPort/parts/todo/5032000 Devel::PPPort todo file
fc8d4680 3828dist/Devel-PPPort/parts/todo/5032001
bf8d7753
YO
3829dist/Devel-PPPort/parts/todo/5033000 Devel::PPPort todo file
3830dist/Devel-PPPort/parts/todo/5033001 Devel::PPPort todo file
3831dist/Devel-PPPort/parts/todo/5033002 Devel::PPPort todo file
fc8d4680
KW
3832dist/Devel-PPPort/parts/todo/5033003
3833dist/Devel-PPPort/parts/todo/5033004
3834dist/Devel-PPPort/parts/todo/5033005
3835dist/Devel-PPPort/parts/todo/5033006
3836dist/Devel-PPPort/parts/todo/5033007
3837dist/Devel-PPPort/parts/todo/5033008
3838dist/Devel-PPPort/parts/todo/5033009
3839dist/Devel-PPPort/parts/todo/5034000
3840dist/Devel-PPPort/parts/todo/5035001
3841dist/Devel-PPPort/parts/todo/5035002
d9ae9f58
RB
3842dist/Devel-PPPort/parts/todo/5035003
3843dist/Devel-PPPort/parts/todo/5035004
3844dist/Devel-PPPort/parts/todo/5035005
3845dist/Devel-PPPort/parts/todo/5035006
3846dist/Devel-PPPort/parts/todo/5035007
3847dist/Devel-PPPort/parts/todo/5035008
3848dist/Devel-PPPort/parts/todo/5035009
3849dist/Devel-PPPort/parts/todo/5035010
bf8d7753
YO
3850dist/Devel-PPPort/PPPort.xs Devel::PPPort dummy PPPort.xs
3851dist/Devel-PPPort/ppport_h.PL Devel::PPPort ppport.h writer
3852dist/Devel-PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
3bfe1c68 3853dist/Devel-PPPort/RealPPPort_xs.PL Devel::PPPort RealPPPort.xs writer
bf8d7753 3854dist/Devel-PPPort/soak Devel::PPPort Test Harness to run under various Perls
c8799aff 3855dist/Devel-PPPort/t/testutil.pl Devel::PPPort test utilities
bf8d7753
YO
3856dist/Devel-PPPort/TODO Devel::PPPort developer notes
3857dist/Devel-PPPort/typemap Devel::PPPort Typemap
80f78a71
FR
3858dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
3859dist/Devel-SelfStubber/t/Devel-SelfStubber.t See if Devel::SelfStubber works
bf8d7753
YO
3860dist/Dumpvalue/lib/Dumpvalue.pm Screen dump of perl values
3861dist/Dumpvalue/t/Dumpvalue.t See if Dumpvalue works
8a1dfc04 3862dist/Dumpvalue/t/extend-coverage.t Extend Dumpvalue's test coverage
bf8d7753 3863dist/Dumpvalue/t/lib/TieOut.pm Helper module for Dumpvalue tests
01aed385 3864dist/Dumpvalue/t/rt-134441-dumpvalue.t See if Dumpvalue works
f5dde4d1 3865dist/encoding-warnings/Changes encoding::warnings
e1c786ba 3866dist/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions
f5dde4d1 3867dist/encoding-warnings/Makefile.PL encoding::warnings
bf8d7753
YO
3868dist/encoding-warnings/t/1-warning.t tests for encoding::warnings
3869dist/encoding-warnings/t/2-fatal.t tests for encoding::warnings
3870dist/encoding-warnings/t/3-normal.t tests for encoding::warnings
3871dist/encoding-warnings/t/4-lexical.t tests for encoding::warnings
3872dist/Env/lib/Env.pm Map environment into ordinary variables
3873dist/Env/t/array.t See if Env works for arrays
3874dist/Env/t/env.t See if Env works
04528e74 3875dist/Exporter/Changes History of changes for Exporter
3110a055 3876dist/Exporter/lib/Exporter.pm Exporter base class
3dfcef7e 3877dist/Exporter/lib/Exporter/Heavy.pm Complicated routines for Exporter
04528e74 3878dist/Exporter/Makefile.PL Build Exporter
3110a055 3879dist/Exporter/t/Exporter.t See if Exporter works
0fe08b2b 3880dist/Exporter/t/warn.t See if Exporter respects warning handlers
bf8d7753
YO
3881dist/ExtUtils-CBuilder/Changes EU-CB change log
3882dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules
3883dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods
3884dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX
bbf115e5 3885dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm CBuilder methods for Android
bf8d7753
YO
3886dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
3887dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
8ba25f7a 3888dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF
bf8d7753
YO
3889dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2
3890dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix
3891dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS
3dfcef7e 3892dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows
8ba25f7a
DG
3893dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm CBuilder methods for Windows
3894dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm CBuilder methods for Windows
3895dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm CBuilder methods for Windows
bf8d7753
YO
3896dist/ExtUtils-CBuilder/LICENSE EU-CB license
3897dist/ExtUtils-CBuilder/Makefile.PL EU-CB configuration script
3898dist/ExtUtils-CBuilder/README.patching EU-CB patching nstructions
3899dist/ExtUtils-CBuilder/README.release EU-CB release instructions
3900dist/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests
3901dist/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
3902dist/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
3903dist/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder
3904dist/ExtUtils-CBuilder/t/04-base.t tests for ExtUtils::CBuilder
2e06f601 3905dist/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log
3dfcef7e
YO
3906dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
3907dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod ExtUtils::ParseXS documentation
2e06f601 3908dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm ExtUtils::ParseXS guts
9e831c8e 3909dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm ExtUtils::ParseXS guts
9f8d2499 3910dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm ExtUtils::ParseXS guts
9e831c8e 3911dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm ExtUtils::ParseXS guts
3dfcef7e 3912dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm ExtUtils::Typemaps, a PXS helper
dbeddf83 3913dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm ExtUtils::Typemaps helper module
7320491e
S
3914dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm ExtUtils::Typemaps guts
3915dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm ExtUtils::Typemaps guts
7320491e 3916dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm ExtUtils::Typemaps guts
2e06f601 3917dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor
0eb29def
S
3918dist/ExtUtils-ParseXS/lib/perlxs.pod Perl XS application programming interface
3919dist/ExtUtils-ParseXS/lib/perlxstut.pod Perl XS tutorial
3920dist/ExtUtils-ParseXS/lib/perlxstypemap.pod Perl XS C/Perl type conversion tools
2e06f601
JK
3921dist/ExtUtils-ParseXS/t/001-basic.t See if ExtUtils::ParseXS works
3922dist/ExtUtils-ParseXS/t/002-more.t Extended ExtUtils::ParseXS testing
3923dist/ExtUtils-ParseXS/t/003-usage.t ExtUtils::ParseXS tests
f3aadd09 3924dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t ExtUtils::ParseXS tests
2e06f601
JK
3925dist/ExtUtils-ParseXS/t/102-trim_whitespace.t ExtUtils::ParseXS tests
3926dist/ExtUtils-ParseXS/t/103-tidy_type.t ExtUtils::ParseXS tests
bb5e8eb4
JK
3927dist/ExtUtils-ParseXS/t/104-map_type.t ExtUtils::ParseXS tests
3928dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ExtUtils::ParseXS tests
3929dist/ExtUtils-ParseXS/t/106-process_typemaps.t ExtUtils::ParseXS tests
e6de4093
JK
3930dist/ExtUtils-ParseXS/t/108-map_type.t ExtUtils::ParseXS tests
3931dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t ExtUtils::ParseXS tests
3932dist/ExtUtils-ParseXS/t/110-assign_func_args.t ExtUtils::ParseXS tests
361d4be6 3933dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t ExtUtils::ParseXS tests
e6de4093
JK
3934dist/ExtUtils-ParseXS/t/112-set_cond.t ExtUtils::ParseXS tests
3935dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t ExtUtils::ParseXS tests
2a09a23f 3936dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t ExtUtils::ParseXS tests
3f305fad 3937dist/ExtUtils-ParseXS/t/115-avoid-noise.t ExtUtils::ParseXS tests
7320491e
S
3938dist/ExtUtils-ParseXS/t/501-t-compile.t ExtUtils::Typemaps tests
3939dist/ExtUtils-ParseXS/t/510-t-bare.t ExtUtils::Typemaps tests
3940dist/ExtUtils-ParseXS/t/511-t-whitespace.t ExtUtils::Typemaps tests
3941dist/ExtUtils-ParseXS/t/512-t-file.t ExtUtils::Typemaps tests
3942dist/ExtUtils-ParseXS/t/513-t-merge.t ExtUtils::Typemaps tests
99da4e5f 3943dist/ExtUtils-ParseXS/t/514-t-embed.t ExtUtils::Typemaps tests
dbeddf83 3944dist/ExtUtils-ParseXS/t/515-t-cmd.t ExtUtils::Typemaps tests
e02e72da 3945dist/ExtUtils-ParseXS/t/516-t-clone.t ExtUtils::Typemaps tests
42dec8cf 3946dist/ExtUtils-ParseXS/t/517-t-targetable.t ExtUtils::Typemaps tests
e897cbec 3947dist/ExtUtils-ParseXS/t/600-t-compat.t ExtUtils::Typemaps tests
2d9f8a35 3948dist/ExtUtils-ParseXS/t/data/b.typemap ExtUtils::Typemaps test data
7320491e 3949dist/ExtUtils-ParseXS/t/data/combined.typemap ExtUtils::Typemaps test data
8226b442 3950dist/ExtUtils-ParseXS/t/data/confl_repl.typemap ExtUtils::Typemaps test data
8badd275 3951dist/ExtUtils-ParseXS/t/data/confl_skip.typemap ExtUtils::Typemaps test data
3dfcef7e 3952dist/ExtUtils-ParseXS/t/data/conflicting.typemap ExtUtils::Typemaps test data
7320491e 3953dist/ExtUtils-ParseXS/t/data/other.typemap ExtUtils::Typemaps test data
2d9f8a35 3954dist/ExtUtils-ParseXS/t/data/perl.typemap ExtUtils::Typemaps test data
7320491e 3955dist/ExtUtils-ParseXS/t/data/simple.typemap ExtUtils::Typemaps test data
dbeddf83 3956dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm ExtUtils::Typemaps tests
2e06f601 3957dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm ExtUtils::ParseXS testing utility
361d4be6 3958dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm Primitive STDOUT/ERR capturing for tests
dbeddf83 3959dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm ExtUtils::Typemaps tests
bb5e8eb4 3960dist/ExtUtils-ParseXS/t/pseudotypemap1 A test-typemap
2e06f601 3961dist/ExtUtils-ParseXS/t/typemap Standard typemap for controlled testing
cc287082 3962dist/ExtUtils-ParseXS/t/XSAlias.xs Test file for ExtUtils::ParseXS ALIAS tests
f1f3e123 3963dist/ExtUtils-ParseXS/t/XSBroken.xs Test file for ExtUtils::ParseXS tests
fd549653 3964dist/ExtUtils-ParseXS/t/XSFalsePositive.xs Test file for ExtUtils::ParseXS tests
364f7025 3965dist/ExtUtils-ParseXS/t/XSFalsePositive2.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
3966dist/ExtUtils-ParseXS/t/XSInclude.xsh Test file for ExtUtils::ParseXS tests
3967dist/ExtUtils-ParseXS/t/XSMore.xs Test file for ExtUtils::ParseXS tests
af53f37b 3968dist/ExtUtils-ParseXS/t/XSNoMap.xs
2e06f601
JK
3969dist/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
3970dist/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
21af17c9 3971dist/ExtUtils-ParseXS/t/XSTightDirectives.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
3972dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
3973dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
3f305fad 3974dist/ExtUtils-ParseXS/t/XSWarn.xs ExtUtils::ParseXS tests
57f98c9a 3975dist/Filter-Simple/Changes History of change for Filter::Simple
ba41a17c 3976dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
57f98c9a 3977dist/Filter-Simple/Makefile.PL Build Filter::Simple
828d6195 3978dist/Filter-Simple/t/code_no_comments.t See if Filter::Simple works
ba41a17c
NC
3979dist/Filter-Simple/t/data.t See if Filter::Simple works
3980dist/Filter-Simple/t/export.t See if Filter::Simple works
ba41a17c 3981dist/Filter-Simple/t/filter.t See if Filter::Simple works
3dfcef7e 3982dist/Filter-Simple/t/filter_only.t See if Filter::Simple works
ba41a17c 3983dist/Filter-Simple/t/import.t See if Filter::Simple works
828d6195 3984dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm Helper file for Filter::Simple tests
b596a319 3985dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm Helper file for Filter::Simple tests
ba41a17c
NC
3986dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests
3987dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests
3988dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests
3989dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests
7e9e80a7 3990dist/Filter-Simple/t/no.t See if Filter::Simple works
bf8d7753
YO
3991dist/FindBin/Changes Tracks changes made in blead
3992dist/FindBin/lib/FindBin.pm Find name of currently executing program
3993dist/FindBin/Makefile.PL Build FindBin
3994dist/FindBin/t/FindBin.t See if FindBin works
3995dist/I18N-Collate/lib/I18N/Collate.pm Routines to do strxfrm-based collation
3996dist/I18N-Collate/t/I18N-Collate.t See if I18N::Collate works
c42e4076 3997dist/I18N-LangTags/ChangeLog I18N::LangTags change history
3dfcef7e 3998dist/I18N-LangTags/lib/I18N/LangTags.pm I18N::LangTags
8b230635
NC
3999dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences
4000dist/I18N-LangTags/lib/I18N/LangTags/List.pm List of tags for human languages
c42e4076 4001dist/I18N-LangTags/Makefile.PL Build I18N::LangTags
8b230635
NC
4002dist/I18N-LangTags/README I18N::LangTags
4003dist/I18N-LangTags/t/01_about_verbose.t See whether I18N::LangTags works
4004dist/I18N-LangTags/t/05_main.t See whether I18N::LangTags works
4005dist/I18N-LangTags/t/07_listy.t See whether I18N::LangTags works
4006dist/I18N-LangTags/t/10_http.t See whether I18N::LangTags works
4007dist/I18N-LangTags/t/20_locales.t See whether I18N::LangTags works
4008dist/I18N-LangTags/t/50_super.t See whether I18N::LangTags works
4009dist/I18N-LangTags/t/55_supers_strict.t See whether I18N::LangTags works
4010dist/I18N-LangTags/t/80_all_env.t See whether I18N::LangTags works
bf8d7753
YO
4011dist/if/Changes if perl module change log
4012dist/if/if.pm For "use if"
6721733f 4013dist/if/Makefile.PL Makefile.PL for if.pm
bf8d7753
YO
4014dist/if/MANIFEST MANIFEST for if.pm
4015dist/if/META.json META.json for if.pm
4016dist/if/META.yml META.json for if.pm
4017dist/if/t/if.t Tests for "use if"
4018dist/IO/ChangeLog IO perl module change log
4019dist/IO/hints/sco.pl Hint for IO for named architecture
4020dist/IO/IO.pm Top-level interface to IO::* classes
4021dist/IO/IO.xs IO extension external subroutines
4022dist/IO/lib/IO/Dir.pm IO directory reading package
4023dist/IO/lib/IO/File.pm IO file handle package
4024dist/IO/lib/IO/Handle.pm IO base handle package
4025dist/IO/lib/IO/Pipe.pm IO pipe package
4026dist/IO/lib/IO/Poll.pm IO system poll() interface
4027dist/IO/lib/IO/Seekable.pm IO methods for seekable handles
4028dist/IO/lib/IO/Select.pm IO system select() interface
4029dist/IO/lib/IO/Socket.pm IO socket handle package
4030dist/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
4031dist/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
4032dist/IO/Makefile.PL IO extension makefile writer
4033dist/IO/poll.c IO poll() emulation using select()
4034dist/IO/poll.h IO poll() emulation using select()
4035dist/IO/README IO extension maintenance notice
4036dist/IO/t/cachepropagate-tcp.t See if IO::Socket duplication works
4037dist/IO/t/cachepropagate-udp.t See if IO::Socket duplication works
4038dist/IO/t/cachepropagate-unix.t See if IO::Socket duplication works
4039dist/IO/t/gh17447.t Tests fix for #17447
4040dist/IO/t/IO.t See if IO works
4041dist/IO/t/io_const.t See if constants from IO work
4042dist/IO/t/io_dir.t See if directory-related methods from IO work
4043dist/IO/t/io_dup.t See if dup()-related methods from IO work
4044dist/IO/t/io_file.t See if binmode()-related methods on IO::File work
4045dist/IO/t/io_file_export.t Test IO::File exports
4046dist/IO/t/io_getline.t Test getline and getlines
4047dist/IO/t/io_leak.t See if IO leaks SVs (only run in core)
4048dist/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
4049dist/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
4050dist/IO/t/io_pipe.t See if pipe()-related methods from IO work
4051dist/IO/t/io_poll.t See if poll()-related methods from IO work
4052dist/IO/t/io_sel.t See if select()-related methods from IO work
4053dist/IO/t/io_sock.t See if INET socket-related methods from IO work
4054dist/IO/t/io_sock_errstr.t See if socket constructors put error string in the right place
4055dist/IO/t/io_taint.t See if the untaint method from IO works
4056dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
4057dist/IO/t/io_udp.t See if UDP socket-related methods from IO work
4058dist/IO/t/io_unix.t See if UNIX socket-related methods from IO work
4059dist/IO/t/io_utf8.t See if perlio opens work
4060dist/IO/t/io_utf8argv.t See if <> respects open pragma
4061dist/IO/t/io_xs.t See if XSUB methods from IO work
4062dist/lib/lib_pm.PL For "use lib", produces lib/lib.pm
88697c04 4063dist/lib/Makefile.PL
bf8d7753 4064dist/lib/t/01lib.t For "use lib" testing
b667d99b 4065dist/Locale-Maketext/ChangeLog Locale::Maketext
b667d99b
NC
4066dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext
4067dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation
3dfcef7e
YO
4068dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod Locale::Maketext
4069dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm Locale::Maketext
4070dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
b667d99b 4071dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article
c5f0c656 4072dist/Locale-Maketext/Makefile.PL Build Locale::Maketext
b667d99b 4073dist/Locale-Maketext/README Locale::Maketext
b667d99b 4074dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works
ace47d68 4075dist/Locale-Maketext/t/04_use_external_lex_cache.t See if Locale::Maketext works
bf8d7753 4076dist/Locale-Maketext/t/09_compile.t Test Locale::Maketext::_compile
b667d99b
NC
4077dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works
4078dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works
c30aeddd 4079dist/Locale-Maketext/t/30_eval_dollar_at.t See if Locale::Maketext works
b667d99b
NC
4080dist/Locale-Maketext/t/40_super.t See if Locale::Maketext works
4081dist/Locale-Maketext/t/50_super.t See if Locale::Maketext works
4082dist/Locale-Maketext/t/60_super.t See if Locale::Maketext works
dccfc75d 4083dist/Locale-Maketext/t/70_fail_auto.t See if Locale::Maketext works
b667d99b 4084dist/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works
35e037e8 4085dist/Locale-Maketext/t/91_backslash.t See if Locale::Maketext works
cf6c8146
TC
4086dist/Locale-Maketext/t/92_blacklist.t See if Locale::Maketext works
4087dist/Locale-Maketext/t/93_whitelist.t See if Locale::Maketext works
0b66d70f
MF
4088dist/Locale-Maketext/t/94_denylist.t See if Locale::Maketext works
4089dist/Locale-Maketext/t/95_allowlist.t See if Locale::Maketext works
bf8d7753
YO
4090dist/Math-Complex/ChangeLog History of changes for Math::Complex
4091dist/Math-Complex/lib/Math/Complex.pm A package for doing math with complex numbers
4092dist/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
4093dist/Math-Complex/Makefile.PL Build Math::Complex
4094dist/Math-Complex/t/Complex.t See if Math::Complex works
4095dist/Math-Complex/t/Trig.t See if Math::Trig works
4096dist/Math-Complex/t/underbar.t See if Math::Complex works
4097dist/Math-Complex/TODO TODO for Math::Complex
4098dist/Module-CoreList/Changes Module::CoreList Changes
4099dist/Module-CoreList/corelist The corelist command-line utility
4100dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList
4101dist/Module-CoreList/lib/Module/CoreList.pm Module::CoreList
4102dist/Module-CoreList/lib/Module/CoreList.pod Module::CoreList
b6956a94 4103dist/Module-CoreList/lib/Module/CoreList/Utils.pm Module::CoreList guts
bf8d7753
YO
4104dist/Module-CoreList/Makefile.PL Module::CoreList
4105dist/Module-CoreList/MANIFEST Module::CoreList
4106dist/Module-CoreList/README Module::CoreList
4107dist/Module-CoreList/t/corelist.t Module::CoreList tests
4108dist/Module-CoreList/t/deprecated.t Module::CoreList tests
4109dist/Module-CoreList/t/find_modules.t Module::CoreList tests
4110dist/Module-CoreList/t/is_core.t Module::CoreList tests
22348369 4111dist/Module-CoreList/t/maintainer.t Module::CoreList tests
bf8d7753
YO
4112dist/Module-CoreList/t/pod.t Module::CoreList tests
4113dist/Module-CoreList/t/utils.t Module::CoreList tests
1996665e
NC
4114dist/Net-Ping/Changes Net::Ping
4115dist/Net-Ping/lib/Net/Ping.pm Hello, anybody home?
3cae8eb1 4116dist/Net-Ping/Makefile.PL Build Net::Ping
773d126d
CBW
4117dist/Net-Ping/t/000_load.t
4118dist/Net-Ping/t/001_new.t
4119dist/Net-Ping/t/010_pingecho.t
1996665e
NC
4120dist/Net-Ping/t/110_icmp_inst.t Ping Net::Ping
4121dist/Net-Ping/t/120_udp_inst.t Ping Net::Ping
4122dist/Net-Ping/t/130_tcp_inst.t Ping Net::Ping
4123dist/Net-Ping/t/140_stream_inst.t Ping Net::Ping
4124dist/Net-Ping/t/150_syn_inst.t Ping Net::Ping
bf8d7753 4125dist/Net-Ping/t/190_alarm.t Ping Net::Ping
1996665e
NC
4126dist/Net-Ping/t/200_ping_tcp.t Ping Net::Ping
4127dist/Net-Ping/t/250_ping_hires.t Ping Net::Ping
4128dist/Net-Ping/t/300_ping_stream.t Ping Net::Ping
4129dist/Net-Ping/t/400_ping_syn.t Ping Net::Ping
4130dist/Net-Ping/t/410_syn_host.t Ping Net::Ping
2e598186 4131dist/Net-Ping/t/420_ping_syn_port.t Ping Net::Ping
1996665e
NC
4132dist/Net-Ping/t/450_service.t Ping Net::Ping
4133dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping
2e598186 4134dist/Net-Ping/t/501_ping_icmpv6.t Ping Net::Ping
1996665e 4135dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping
1bd59f2c 4136dist/Net-Ping/t/520_icmp_ttl.t Ping Net::Ping
3cae8eb1 4137dist/Net-Ping/TODO TODO list for Net::Ping
bf8d7753 4138dist/PathTools/Changes Changelog for PathTools dist
cb8c8458
SH
4139dist/PathTools/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
4140dist/PathTools/Cwd.xs Cwd extension external subroutines
bf8d7753 4141dist/PathTools/lib/File/Spec.pm portable operations on file names
36f66789 4142dist/PathTools/lib/File/Spec/AmigaOS.pm portable operations on AmigaOS file names
bf8d7753 4143dist/PathTools/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
cb8c8458
SH
4144dist/PathTools/lib/File/Spec/Epoc.pm portable operations on EPOC file names
4145dist/PathTools/lib/File/Spec/Functions.pm Function interface to File::Spec object methods
4146dist/PathTools/lib/File/Spec/Mac.pm portable operations on Mac file names
4147dist/PathTools/lib/File/Spec/OS2.pm portable operations on OS2 file names
cb8c8458
SH
4148dist/PathTools/lib/File/Spec/Unix.pm portable operations on Unix file names
4149dist/PathTools/lib/File/Spec/VMS.pm portable operations on VMS file names
4150dist/PathTools/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
4151dist/PathTools/Makefile.PL makefile writer for Cwd
bf8d7753
YO
4152dist/PathTools/MANIFEST MANIFEST for PathTools
4153dist/PathTools/META.json META.json for PathTools
4154dist/PathTools/META.yml META.yml for PathTools
4155dist/PathTools/t/abs2rel.t See if File::Spec->abs2rel works
cb8c8458 4156dist/PathTools/t/crossplatform.t See if File::Spec works crossplatform
bf8d7753 4157dist/PathTools/t/cwd.t See if Cwd works
d2e38af7 4158dist/PathTools/t/cwd_enoent.t See if getcwd errors correctly
cb8c8458 4159dist/PathTools/t/Functions.t See if File::Spec::Functions works
bf8d7753
YO
4160dist/PathTools/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
4161dist/PathTools/t/Spec.t See if File::Spec works
cb8c8458
SH
4162dist/PathTools/t/Spec-taint.t See if File::Spec works with taint
4163dist/PathTools/t/taint.t See if Cwd works with taint
4164dist/PathTools/t/tmpdir.t See if File::Spec->tmpdir() works
4165dist/PathTools/t/win32.t See if Cwd works on Win32
bf8d7753
YO
4166dist/Safe/Changes Changes for Safe.pm
4167dist/Safe/Makefile.PL Makefile.PL for Safe.pm
4168dist/Safe/MANIFEST MANIFEST for Safe.pm
4169dist/Safe/META.yml META.yml for Safe.pm
4170dist/Safe/README README for Safe.pm
4171dist/Safe/Safe.pm Safe extension Perl module
4172dist/Safe/t/safe1.t See if Safe works
4173dist/Safe/t/safe2.t See if Safe works
4174dist/Safe/t/safe3.t See if Safe works
4175dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe
4176dist/Safe/t/safenamedcap.t Tests that Tie::Hash::NamedCapture can be loaded
4177dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe
4178dist/Safe/t/saferegexp.t Tests Safe with regular expressions
4179dist/Safe/t/safesecurity.t Tests misc. security fixes in Safe
4180dist/Safe/t/safesort.t Tests Safe with sort
4181dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c
4182dist/Safe/t/safeutf8.t Tests Safe with utf8.pm
4183dist/Safe/t/safewrap.t Tests Safe::wrap_code_ref()
1d044122 4184dist/Search-Dict/Changes Change log
f80b753a 4185dist/Search-Dict/lib/Search/Dict.pm Perform binary search on dictionaries
1d044122
DG
4186dist/Search-Dict/Makefile.PL Makefile.PL
4187dist/Search-Dict/README.patching Patch instructions
4188dist/Search-Dict/README.release Release instructions
f80b753a 4189dist/Search-Dict/t/Dict.t See if Search::Dict works
793c3967 4190dist/SelfLoader/Changes History of changes for SelfLoader
2d994787 4191dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
793c3967 4192dist/SelfLoader/Makefile.PL Build SelfLoader
2d994787
NC
4193dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works
4194dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
3bd1fdf5 4195dist/SelfLoader/t/03taint.t See if SelfLoader works under taint
8b88b2b2
NC
4196dist/Storable/ChangeLog Storable extension
4197dist/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture
4198dist/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture
4199dist/Storable/hints/hpux.pl Hint for Storable for named architecture
4200dist/Storable/hints/linux.pl Hint for Storable for named architecture
4201dist/Storable/Makefile.PL Storable extension
12ee5913 4202dist/Storable/MANIFEST Storable MANIFEST file
8b88b2b2 4203dist/Storable/README Storable extension
dd7f75e0 4204dist/Storable/stacksize compute stack sizes
95173f94 4205dist/Storable/Storable.pm Storable perl module
8b88b2b2 4206dist/Storable/Storable.xs Storable extension
3dfcef7e 4207dist/Storable/t/attach.t Check STORABLE_attach doesn't create objects unnecessarily
8b88b2b2
NC
4208dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
4209dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
4210dist/Storable/t/blessed.t See if Storable works
7b92fe48 4211dist/Storable/t/boolean.t See if Storable works
8b88b2b2
NC
4212dist/Storable/t/canonical.t See if Storable works
4213dist/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
4214dist/Storable/t/code.t See if Storable works
4215dist/Storable/t/compat01.t See if Storable works
4216dist/Storable/t/compat06.t See if Storable works
4217dist/Storable/t/croak.t See if Storable works
fc10c8b7 4218dist/Storable/t/CVE-2015-1592.t See if Storable works
8b88b2b2 4219dist/Storable/t/dclone.t See if Storable works
f17010da 4220dist/Storable/t/destroy.t Test Storable in global destructon
8b88b2b2
NC
4221dist/Storable/t/downgrade.t See if Storable works
4222dist/Storable/t/file_magic.t See if file_magic function works
c86b4700 4223dist/Storable/t/flags.t See if Storable works
8b88b2b2
NC
4224dist/Storable/t/forgive.t See if Storable works
4225dist/Storable/t/freeze.t See if Storable works
4226dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
4227dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
4228dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
ec4c8774 4229dist/Storable/t/huge.t See how Storable handles huge data
a12eb729 4230dist/Storable/t/hugeids.t See how Storable handles huge object ids
8b88b2b2
NC
4231dist/Storable/t/integer.t See if Storable works
4232dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x
4233dist/Storable/t/just_plain_nasty.t See if Storable works
2c179de5 4234dist/Storable/t/leaks.t See if Storable leaks (skips in core)
8b88b2b2
NC
4235dist/Storable/t/lock.t See if Storable works
4236dist/Storable/t/make_56_interwork.pl Make test data for interwork56.t
4237dist/Storable/t/make_downgrade.pl Make test data for downgrade.t
4238dist/Storable/t/make_overload.pl Make test data for overload.t
4239dist/Storable/t/malice.t See if Storable copes with corrupt files
4240dist/Storable/t/overload.t See if Storable works
4241dist/Storable/t/recurse.t See if Storable works
d6ecacbc 4242dist/Storable/t/regexp.t See if Storable works with regexps
8b88b2b2
NC
4243dist/Storable/t/restrict.t See if Storable works
4244dist/Storable/t/retrieve.t See if Storable works
6fe613da 4245dist/Storable/t/robust.t See if it survives mangled %INC
8b88b2b2
NC
4246dist/Storable/t/sig_die.t See if Storable works
4247dist/Storable/t/st-dump.pl See if Storable works
4248dist/Storable/t/store.t See if Storable works
4249dist/Storable/t/testlib.pl more helper routines for tests
4250dist/Storable/t/threads.t Does Storable work with threads?
3dfcef7e 4251dist/Storable/t/tied.t See if Storable works
8b88b2b2
NC
4252dist/Storable/t/tied_hook.t See if Storable works
4253dist/Storable/t/tied_items.t See if Storable works
dd7f75e0 4254dist/Storable/t/tied_reify.t See if Storable works
4189a2e6 4255dist/Storable/t/tied_store.t See if Storable works
8b88b2b2 4256dist/Storable/t/utf8.t See if Storable works
3dfcef7e 4257dist/Storable/t/utf8hash.t See if Storable works
8b88b2b2 4258dist/Storable/t/weak.t Can Storable store weakrefs
7f4d7a86
FR
4259dist/Term-Complete/lib/Term/Complete.pm A command completion subroutine
4260dist/Term-Complete/t/Complete.t See if Term::Complete works
bf8d7753
YO
4261dist/Term-ReadLine/lib/Term/ReadLine.pm Stub readline library
4262dist/Term-ReadLine/t/AE.t See if Term::ReadLine works
4263dist/Term-ReadLine/t/AETk.t See if Term::ReadLine works
4264dist/Term-ReadLine/t/ReadLine.t See if Term::ReadLine works
4265dist/Term-ReadLine/t/ReadLine-STDERR.t See if Term::ReadLine works
4266dist/Term-ReadLine/t/Tk.t See if Term::ReadLine works
4267dist/Test/ChangeLog History of changes for the Test module
4268dist/Test/lib/Test.pm A simple framework for writing test scripts
4269dist/Test/Makefile.PL Build the Test module
4270dist/Test/t/05_about_verbose.t See if Test works
4271dist/Test/t/fail.t See if Test works
4272dist/Test/t/mix.t See if Test works
4273dist/Test/t/multiline.t See if Test works
4274dist/Test/t/onfail.t See if Test works
4275dist/Test/t/qr.t See if Test works
4276dist/Test/t/skip.t See if Test works
4277dist/Test/t/success.t See if Test works
4278dist/Test/t/todo.t See if Test works
4279dist/Text-Abbrev/lib/Text/Abbrev.pm An abbreviation table builder
005700e9 4280dist/Text-Abbrev/t/Abbrev.t Test Text::Abbrev
49830b9d
YO
4281dist/Thread-Queue/Changes Thread-safe queues
4282dist/Thread-Queue/examples/callback.pl Thread::Queue example script
4283dist/Thread-Queue/examples/queue.pl Thread::Queue example script
e4c73f03 4284dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
49830b9d 4285dist/Thread-Queue/Makefile.PL Build Thread::Queue
e4c73f03
NC
4286dist/Thread-Queue/t/01_basic.t Thread::Queue tests
4287dist/Thread-Queue/t/02_refs.t Thread::Queue tests
4288dist/Thread-Queue/t/03_peek.t Thread::Queue tests
4289dist/Thread-Queue/t/04_errs.t Thread::Queue tests
4290dist/Thread-Queue/t/05_extract.t Thread::Queue tests
4291dist/Thread-Queue/t/06_insert.t Thread::Queue tests
4292dist/Thread-Queue/t/07_lock.t Thread::Queue tests
4293dist/Thread-Queue/t/08_nothreads.t Thread::Queue tests
1fd4700e 4294dist/Thread-Queue/t/09_ended.t Thread::Queue tests
49830b9d
YO
4295dist/Thread-Queue/t/10_timed.t Thread::Queue tests
4296dist/Thread-Queue/t/11_limit.t Thread::Queue tests
9f3d08cd
YO
4297dist/Thread-Semaphore/Changes History of changes for Thread::Semaphore
4298dist/Thread-Semaphore/examples/semaphore.pl Thread::Semaphore example script
1fce97d8 4299dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores
9f3d08cd 4300dist/Thread-Semaphore/Makefile.PL Build Thread::Semaphore
1fce97d8
NC
4301dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests
4302dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests
4303dist/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests
04febe17 4304dist/Thread-Semaphore/t/04_nonblocking.t Thread::Semaphore tests
9f3d08cd
YO
4305dist/Thread-Semaphore/t/05_force.t Thread::Semaphore tests
4306dist/Thread-Semaphore/t/06_timed.t Thread::Semaphore tests
bf8d7753
YO
4307dist/threads/hints/hpux.pl Hint file for HPUX
4308dist/threads/hints/linux.pl Hint file for Linux
c68ea3c9 4309dist/threads/lib/threads.pm ithreads
bf8d7753
YO
4310dist/threads/t/basic.t ithreads
4311dist/threads/t/blocks.t Test threads in special blocks
4312dist/threads/t/context.t Explicit thread context
4313dist/threads/t/end.t Test end functions
4314dist/threads/t/err.t Test $thr->error()
4315dist/threads/t/exit.t Test exit and die in threads
4316dist/threads/t/free.t Test ithread destruction
4317dist/threads/t/free2.t More ithread destruction tests
4318dist/threads/t/join.t Testing the join function
4319dist/threads/t/kill.t Tests thread signalling
4320dist/threads/t/kill2.t Tests thread signalling
4321dist/threads/t/kill3.t Tests thread signalling
4322dist/threads/t/libc.t testing libc functions for threadsafety
4323dist/threads/t/list.t Test threads->list()
4324dist/threads/t/no_threads.t threads test for non-threaded Perls
4325dist/threads/t/problems.t Test various memory problems
4326dist/threads/t/stack.t Tests for stack limits
4327dist/threads/t/stack_env.t Tests for stack limits
4328dist/threads/t/state.t Tests state methods
4329dist/threads/t/stress_cv.t Test with multiple threads, coderef cv argument.
4330dist/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes.
4331dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
4332dist/threads/t/thread.t General ithread tests from thr5005
4333dist/threads/t/unique.t Test unique attribute with threads
4334dist/threads/t/version.t Test that pod version matches code version.
4335dist/threads/threads.h threads compatibility helper
4336dist/threads/threads.xs ithreads
4337dist/threads-shared/hints/linux.pl thread shared variables
c5bf8991 4338dist/threads-shared/lib/threads/shared.pm thread shared variables
bf8d7753
YO
4339dist/threads-shared/shared.xs thread shared variables
4340dist/threads-shared/t/0nothread.t Tests for basic shared array functionality.
4341dist/threads-shared/t/av_refs.t Tests for arrays containing references
4342dist/threads-shared/t/av_simple.t Tests for basic shared array functionality.
4343dist/threads-shared/t/blessed.t Test blessed shared variables
4344dist/threads-shared/t/clone.t Test shared cloning
4345dist/threads-shared/t/cond.t Test condition variables
4346dist/threads-shared/t/disabled.t Test threads::shared when threads are disabled.
4347dist/threads-shared/t/dualvar.t Test dual-valued variables
4348dist/threads-shared/t/hv_refs.t Test shared hashes containing references
4349dist/threads-shared/t/hv_simple.t Tests for basic shared hash functionality.
4350dist/threads-shared/t/no_share.t Tests for disabled share on variables.
4351dist/threads-shared/t/object.t Shared objects tests
4352dist/threads-shared/t/object2.t More shared objects tests
4353dist/threads-shared/t/shared_attr.t Test :shared attribute
4354dist/threads-shared/t/stress.t Stress test
4355dist/threads-shared/t/sv_refs.t thread shared variables
4356dist/threads-shared/t/sv_simple.t thread shared variables
4357dist/threads-shared/t/utf8.t Test UTF-8 keys in shared hashes
4358dist/threads-shared/t/wait.t Test cond_wait and cond_timedwait
4359dist/threads-shared/t/waithires.t Test sub-second cond_timedwait
54c7f532 4360dist/Tie-File/ChangeLog Tie::File
c0504019 4361dist/Tie-File/lib/Tie/File.pm Files as tied arrays
951cf800 4362dist/Tie-File/Makefile.PL Build Tie::File
c0504019
TR
4363dist/Tie-File/t/01_gen.t Generic read/write tests for Tie::File
4364dist/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File
4365dist/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File
4366dist/Tie-File/t/04_splice.t SPLICE method tests for Tie::File
4367dist/Tie-File/t/05_size.t $#a tests for Tie::File
4368dist/Tie-File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File
4369dist/Tie-File/t/07_rv_splice.t SPLICE method return value tests for Tie::File
4370dist/Tie-File/t/08_ro.t read-only mode tests for Tie::File
4371dist/Tie-File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator
4372dist/Tie-File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator
4373dist/Tie-File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator
4374dist/Tie-File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator
4375dist/Tie-File/t/13_size_rs.t Like 05_size.t, with unusual record separator
4376dist/Tie-File/t/14_lock.t File locking method tests for Tie::File
4377dist/Tie-File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File
4378dist/Tie-File/t/16_handle.t Tying a handle instead of a file for Tie::File
4379dist/Tie-File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File
4380dist/Tie-File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator
4381dist/Tie-File/t/19_cache.t Read cache exercises and regression for Tie::File
4382dist/Tie-File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File
4383dist/Tie-File/t/21_win32.t Win32 special behavior of Tie::File
4384dist/Tie-File/t/22_autochomp.t 'autochomp' option of Tie::File
4385dist/Tie-File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp
4386dist/Tie-File/t/24_cache_loop.t Regression for old Tie::File cache bug
4387dist/Tie-File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled
4388dist/Tie-File/t/26_twrite.t Unit tests for Tie::File::_twrite
4389dist/Tie-File/t/27_iwrite.t Unit tests for Tie::File::_iwrite
4390dist/Tie-File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite
c0504019 4391dist/Tie-File/t/29_downcopy.t Unit tests for Tie::File::_downcopy
3dfcef7e 4392dist/Tie-File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy
c0504019
TR
4393dist/Tie-File/t/30_defer.t deferred writing feature tests for Tie::File
4394dist/Tie-File/t/31_autodefer.t 'autodefer' feature tests for Tie::File
4395dist/Tie-File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing
4396dist/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records
4397dist/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache
4398dist/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap
4399dist/Tie-File/t/42_offset.t Unit tests for the offset method
50761467 4400dist/Tie-File/t/43_synopsis.t Demonstrate correctness of Tie::File synopsis
df003a36 4401dist/Time-HiRes/Changes Time::HiRes extension
91ba54d4
RS
4402dist/Time-HiRes/fallback/const-c.inc Time::HiRes extension
4403dist/Time-HiRes/fallback/const-xs.inc Time::HiRes extension
4404dist/Time-HiRes/hints/aix.pl Hint for Time::HiRes for named architecture
4405dist/Time-HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture
4406dist/Time-HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
4407dist/Time-HiRes/hints/irix.pl Hint for Time::HiRes for named architecture
4408dist/Time-HiRes/hints/linux.pl Hints for Time::HiRes for named architecture
4409dist/Time-HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
4410dist/Time-HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture
4411dist/Time-HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture
4412dist/Time-HiRes/HiRes.pm Time::HiRes extension
4413dist/Time-HiRes/HiRes.xs Time::HiRes extension
4414dist/Time-HiRes/Makefile.PL Time::HiRes extension
4415dist/Time-HiRes/t/alarm.t Test for Time::HiRes
4416dist/Time-HiRes/t/clock.t Test for Time::HiRes
4417dist/Time-HiRes/t/gettimeofday.t Test for Time::HiRes
4418dist/Time-HiRes/t/itimer.t Test for Time::HiRes
4419dist/Time-HiRes/t/nanosleep.t Test for Time::HiRes
4420dist/Time-HiRes/t/sleep.t Test for Time::HiRes
4421dist/Time-HiRes/t/stat.t Test for Time::HiRes
4422dist/Time-HiRes/t/time.t Test for Time::HiRes
4423dist/Time-HiRes/t/tv_interval.t Test for Time::HiRes
4424dist/Time-HiRes/t/ualarm.t Test for Time::HiRes
4425dist/Time-HiRes/t/usleep.t Test for Time::HiRes
c4a535af 4426dist/Time-HiRes/t/utime.t Test for Time::HiRes
91ba54d4
RS
4427dist/Time-HiRes/t/Watchdog.pm Test for Time::HiRes
4428dist/Time-HiRes/typemap Time::HiRes extension
c0cc035a 4429dist/Unicode-Normalize/Changes Unicode::Normalize
3baae3fa
KW
4430dist/Unicode-Normalize/Makefile.PL Unicode::Normalize
4431dist/Unicode-Normalize/mkheader Unicode::Normalize
4432dist/Unicode-Normalize/Normalize.pm Unicode::Normalize
4433dist/Unicode-Normalize/Normalize.xs Unicode::Normalize
4434dist/Unicode-Normalize/t/fcdc.t Unicode::Normalize
4435dist/Unicode-Normalize/t/form.t Unicode::Normalize
4436dist/Unicode-Normalize/t/func.t Unicode::Normalize
4437dist/Unicode-Normalize/t/illegal.t Unicode::Normalize
4438dist/Unicode-Normalize/t/norm.t Unicode::Normalize
4439dist/Unicode-Normalize/t/null.t Unicode::Normalize
bf8d7753
YO
4440dist/Unicode-Normalize/t/partial1.t Unicode::Normalize
4441dist/Unicode-Normalize/t/partial2.t Unicode::Normalize
3baae3fa
KW
4442dist/Unicode-Normalize/t/proto.t Unicode::Normalize
4443dist/Unicode-Normalize/t/split.t Unicode::Normalize
4444dist/Unicode-Normalize/t/test.t Unicode::Normalize
4445dist/Unicode-Normalize/t/tie.t Unicode::Normalize
bf8d7753
YO
4446dist/XSLoader/Makefile.PL Dynamic Loader makefile writer
4447dist/XSLoader/t/XSLoader.t See if XSLoader works
4448dist/XSLoader/XSLoader_pm.PL Simple XS Loader perl module
4ceeac64
AB
4449ext/Amiga-ARexx/__examples/simplecommand.pl Amiga::ARexx extension
4450ext/Amiga-ARexx/__examples/simplehost.pl Amiga::ARexx extension
bf8d7753
YO
4451ext/Amiga-ARexx/ARexx.pm Amiga::ARexx extension
4452ext/Amiga-ARexx/ARexx.xs Amiga::ARexx extension
4453ext/Amiga-ARexx/Makefile.PL Amiga::ARexx extension
4ceeac64 4454ext/Amiga-ARexx/tagtypes.h Amiga::ARexx extension
bf8d7753 4455ext/Amiga-ARexx/typemap Amiga::ARexx extension
4ceeac64
AB
4456ext/Amiga-Exec/__examples/simplecommand.pl Amiga::Exec extension
4457ext/Amiga-Exec/__examples/simplehost.pl Amiga::Exec extension
bf8d7753
YO
4458ext/Amiga-Exec/Exec.pm Amiga::Exec extension
4459ext/Amiga-Exec/Exec.xs Amiga::Exec extension
4ceeac64 4460ext/Amiga-Exec/Makefile.PL Amiga::Exec extension
bf8d7753
YO
4461ext/Amiga-Exec/tagtypes.h Amiga::Exec extension
4462ext/Amiga-Exec/typemap Amiga::Exec extension
48462a74
NC
4463ext/attributes/attributes.pm For "sub foo : attrlist"
4464ext/attributes/attributes.xs For "sub foo : attrlist"
bf8d7753
YO
4465ext/B/B.pm Compiler backend support functions and methods
4466ext/B/B.xs Compiler backend external subroutines
4467ext/B/B/Concise.pm Compiler Concise backend
4468ext/B/B/Showlex.pm Compiler Showlex backend
4469ext/B/B/Terse.pm Compiler Terse backend
4470ext/B/B/Xref.pm Compiler Xref backend
4471ext/B/hints/darwin.pl Hints for named architecture
4472ext/B/hints/openbsd.pl Hints for named architecture
4473ext/B/Makefile.PL Compiler backend makefile writer
4474ext/B/O.pm Compiler front-end module (-MO=...)
4475ext/B/t/b.t See if B works
4476ext/B/t/B/success.pm Test module for ext/B/t/o.t
4477ext/B/t/bool.t See if B works for bool
4478ext/B/t/concise.t See whether B::Concise works
4479ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
4480ext/B/t/f_map code from perldoc -f map
4481ext/B/t/f_map.t converted to optreeCheck()s
4482ext/B/t/f_sort optree test raw material
4483ext/B/t/f_sort.t optree test raw material
4484ext/B/t/invlist.t test B::INVLIST
4485ext/B/t/o.t See if O works
4486ext/B/t/optree_check.t test OptreeCheck apparatus
4487ext/B/t/optree_concise.t more B::Concise tests
4488ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
4489ext/B/t/optree_for.t for loops
4490ext/B/t/optree_misc.t misc optree tests
4491ext/B/t/optree_samples.t various basic codes: if for while
4492ext/B/t/optree_sort.t inplace sort optimization regression
4493ext/B/t/optree_specials.t BEGIN, END, etc code
4494ext/B/t/optree_varinit.t my,our,local var init optimization
4495ext/B/t/OptreeCheck.pm optree comparison tool
4496ext/B/t/perlstring.t See if B::perlstring output roundtrips properly
4497ext/B/t/pragma.t See if user pragmas work.
4498ext/B/t/showlex.t See if B::ShowLex works
4499ext/B/t/strict.t See if B works with strict and warnings.
4500ext/B/t/sv_stash.t See if SvSTASH() works
4501ext/B/t/terse.t See if B::Terse works
4502ext/B/t/walkoptree.t See if B::walkoptree (and friends) work
4503ext/B/t/xref.t See if B::Xref works
4504ext/B/typemap Compiler backend interface types
4505ext/Devel-Peek/Changes Data debugging tool, changelog
4506ext/Devel-Peek/Peek.pm Data debugging tool, module and pod
4507ext/Devel-Peek/Peek.xs Data debugging tool, externals
4508ext/Devel-Peek/t/Peek.t See if Devel::Peek works
4509ext/DynaLoader/dl_aix.xs AIX implementation
4510ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation
4511ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
4512ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
4513ext/DynaLoader/dl_freemint.xs GNU dld style implementation for FreeMINT
4514ext/DynaLoader/dl_hpux.xs HP-UX implementation
4515ext/DynaLoader/dl_none.xs Stub implementation
4516ext/DynaLoader/dl_vms.xs VMS implementation
4517ext/DynaLoader/dl_win32.xs Win32 implementation
4518ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
4519ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
4520ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
4521ext/DynaLoader/hints/android.pl Hint for DynaLoader for named architecture
4b5bf9a6
NC
4522ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture
4523ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture
bf8d7753
YO
4524ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
4525ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
4526ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
4527ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
4528ext/DynaLoader/README Dynamic Loader notes and intro
4529ext/DynaLoader/t/DynaLoader.t See if DynaLoader works
4530ext/Errno/ChangeLog Errno changes
4531ext/Errno/Errno_pm.PL Errno perl module create script
4532ext/Errno/Makefile.PL Errno extension makefile writer
4533ext/Errno/t/Errno.t See if Errno works
c8935f6c 4534ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm Writes {mini,}perlmain.c
bf8d7753
YO
4535ext/Fcntl/Fcntl.pm Fcntl extension Perl module
4536ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
4537ext/Fcntl/Makefile.PL Fcntl extension makefile writer
4538ext/Fcntl/t/autoload.t See if Fcntl AUTOLOAD error messages work
4539ext/Fcntl/t/fcntl.t See if Fcntl works
4540ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work
4541ext/Fcntl/t/syslfs.t See if large files work for sysio
c619428f 4542ext/File-DosGlob/DosGlob.xs Win32 DOS-globbing module
005b65f9
FC
4543ext/File-DosGlob/lib/File/DosGlob.pm Win32 DOS-globbing module
4544ext/File-DosGlob/t/DosGlob.t See if File::DosGlob works
bf8d7753 4545ext/File-Find/lib/File/Find.pm Routines to do a find
414f14df 4546ext/File-Find/t/correct-absolute-path-with-follow.t
bf8d7753
YO
4547ext/File-Find/t/find.t See if File::Find works
4548ext/File-Find/t/lib/Testing.pm Functions used in testing File-find
4549ext/File-Find/t/taint.t See if File::Find works with taint
4550ext/File-Glob/bsd_glob.c File::Glob extension run time code
4551ext/File-Glob/bsd_glob.h File::Glob extension header file
4552ext/File-Glob/Changes File::Glob extension changelog
4553ext/File-Glob/Glob.pm File::Glob extension module
4554ext/File-Glob/Glob.xs File::Glob extension external subroutines
4555ext/File-Glob/Makefile.PL File::Glob extension makefile writer
4556ext/File-Glob/t/basic.t See if File::Glob works
4557ext/File-Glob/t/case.t See if File::Glob works
4558ext/File-Glob/t/global.t See if File::Glob works
4559ext/File-Glob/t/rt114984.t See if File::Glob works
4560ext/File-Glob/t/rt131211.t See if File::Glob works
4561ext/File-Glob/t/taint.t See if File::Glob works
4562ext/File-Glob/t/threads.t See if File::Glob + threads works
4563ext/File-Glob/TODO File::Glob extension todo list
4564ext/FileCache/lib/FileCache.pm Keep more files open than the system permits
4565ext/FileCache/t/01open.t See if FileCache works
4566ext/FileCache/t/02maxopen.t See if FileCache works
4567ext/FileCache/t/03append.t See if FileCache works
4568ext/FileCache/t/04twoarg.t See if FileCache works
4569ext/FileCache/t/05override.t See if FileCache works
4570ext/FileCache/t/06export.t See if FileCache exporting works
4571ext/FileCache/t/07noimport.t See if FileCache works without importing
4572ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
4573ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
4574ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
4575ext/GDBM_File/Makefile.PL GDBM extension makefile writer
4576ext/GDBM_File/t/count.t Test if the count method works
4577ext/GDBM_File/t/dump.t Test if export/import methods work
4578ext/GDBM_File/t/fatal.t Test the fatal_func argument to gdbm_open
4579ext/GDBM_File/t/gdbm.t See if GDBM_File works
4580ext/GDBM_File/t/opt.t Test if gdbm_setopt and derived methods work
4581ext/GDBM_File/t/snapshot.t Test if the latest_snapshot method works
4582ext/GDBM_File/typemap GDBM extension interface types
4583ext/Hash-Util/Changes Change history of Hash::Util
4584ext/Hash-Util/lib/Hash/Util.pm Hash::Util
4585ext/Hash-Util/Makefile.PL Makefile for Hash::Util
4586ext/Hash-Util/t/builtin.t See if Hash::Util builtin exports work as expected
4587ext/Hash-Util/t/Util.t See if Hash::Util works
4588ext/Hash-Util/Util.xs XS bits of Hash::Util
4589ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash
4590ext/Hash-Util-FieldHash/FieldHash.xs XS portion
c3d82578 4591ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm Perl portion and documentation
bf8d7753
YO
4592ext/Hash-Util-FieldHash/t/01_load.t Test script
4593ext/Hash-Util-FieldHash/t/02_function.t Test script
4594ext/Hash-Util-FieldHash/t/03_class.t Test script
4595ext/Hash-Util-FieldHash/t/04_thread.t Test script
4596ext/Hash-Util-FieldHash/t/05_perlhook.t Test script
4597ext/Hash-Util-FieldHash/t/11_hashassign.t Adapted from t/op/hashassign.t
4598ext/Hash-Util-FieldHash/t/12_hashwarn.t Adapted from t/op/hashwarn.t
4599ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo
4600ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo
4601ext/I18N-Langinfo/Makefile.PL I18N::Langinfo
4602ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works
4603ext/IPC-Open3/lib/IPC/Open2.pm Open a two-ended pipe
4604ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
4605ext/IPC-Open3/t/fd.t See if IPC::Open3 works w/ file descriptors
4606ext/IPC-Open3/t/IPC-Open2.t See if IPC::Open2 works
4607ext/IPC-Open3/t/IPC-Open3.t See if IPC::Open3 works
4608ext/mro/Changes mro extension
4609ext/mro/mro.pm mro extension
4610ext/mro/mro.xs mro extension
4611ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
4612ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
4613ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
4614ext/NDBM_File/hints/gnu.pl Hint for NDBM_File for named architecture
b2de6a21
NC
4615ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4616ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4617ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture
4618ext/NDBM_File/hints/MSWin32.pl Hint for NDBM_File for named architecture
4619ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture
4620ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
4621ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture
4622ext/NDBM_File/Makefile.PL NDBM extension makefile writer
4623ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
4624ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
4625ext/NDBM_File/t/ndbm.t See if NDBM_File works
4626ext/NDBM_File/typemap NDBM extension interface types
4627ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture
4628ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
4629ext/ODBM_File/hints/gnu.pl Hint for ODBM_File for named architecture
4b5bf9a6
NC
4630ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4631ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4632ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture
4633ext/ODBM_File/hints/linux.pl Hint for ODBM_File for named architecture
4634ext/ODBM_File/hints/MSWin32.pl Hint for ODBM_File for named architecture
4635ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
4636ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
4637ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
4638ext/ODBM_File/Makefile.PL ODBM extension makefile writer
4639ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
4640ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
4641ext/ODBM_File/t/odbm.t See if ODBM_File works
4642ext/ODBM_File/typemap ODBM extension interface types
4643ext/Opcode/Opcode.pm Opcode extension Perl module
4644ext/Opcode/Opcode.xs Opcode extension external subroutines
4645ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
4646ext/Opcode/t/Opcode.t See if Opcode works
4647ext/Opcode/t/ops.t See if Opcode works
4648ext/PerlIO-encoding/encoding.pm PerlIO::encoding
4649ext/PerlIO-encoding/encoding.xs PerlIO::encoding
d730472d
NC
4650ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works
4651ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work
4652ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding
0ee3fa26 4653ext/PerlIO-encoding/t/threads.t Tests PerlIO::encoding and threads
bf8d7753
YO
4654ext/PerlIO-mmap/mmap.pm PerlIO layer for memory maps
4655ext/PerlIO-mmap/mmap.xs PerlIO layer for memory maps
4656ext/PerlIO-scalar/scalar.pm PerlIO layer for scalars
4657ext/PerlIO-scalar/scalar.xs PerlIO layer for scalars
4658ext/PerlIO-scalar/t/scalar.t See if PerlIO::scalar works
b4bd6dcd 4659ext/PerlIO-scalar/t/scalar_ungetc.t Tests for PerlIO layer for scalars
bf8d7753 4660ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture
99b84769 4661ext/PerlIO-via/t/thread.t See if PerlIO::via works with threads
bf8d7753
YO
4662ext/PerlIO-via/t/via.t See if PerlIO::via works
4663ext/PerlIO-via/via.pm PerlIO layer for layers in perl
4664ext/PerlIO-via/via.xs PerlIO layer for layers in perl
6f7c8186
NC
4665ext/Pod-Functions/Functions_pm.PL Writes Functions.pm
4666ext/Pod-Functions/Makefile.PL Makefile writer
d5f215f1 4667ext/Pod-Functions/t/Functions.t See if Pod::Functions works
bf8d7753 4668ext/Pod-Html/bin/pod2html Translator to turn pod into HTML
8433f829
JK
4669ext/Pod-Html/corpus/perlpodspec-copy.pod
4670ext/Pod-Html/corpus/perlvar-copy.pod
bf8d7753
YO
4671ext/Pod-Html/lib/Pod/Html.pm Convert POD data to HTML
4672ext/Pod-Html/lib/Pod/Html/Util.pm Helper functions for Pod-Html
1022acf4 4673ext/Pod-Html/t/anchorify.t
ccf5eb14
MG
4674ext/Pod-Html/t/cache.pod
4675ext/Pod-Html/t/cache.t
c20321cd
RS
4676ext/Pod-Html/t/crossref.pod
4677ext/Pod-Html/t/crossref.t
3dfcef7e
YO
4678ext/Pod-Html/t/crossref2.t
4679ext/Pod-Html/t/crossref3.t
bf8d7753 4680ext/Pod-Html/t/eol.t test end of line agnosticism
c20321cd
RS
4681ext/Pod-Html/t/feature.pod
4682ext/Pod-Html/t/feature.t
3dfcef7e
YO
4683ext/Pod-Html/t/feature2.pod
4684ext/Pod-Html/t/feature2.t
c20321cd
RS
4685ext/Pod-Html/t/htmldir1.pod
4686ext/Pod-Html/t/htmldir1.t
4687ext/Pod-Html/t/htmldir2.pod
4688ext/Pod-Html/t/htmldir2.t
4689ext/Pod-Html/t/htmldir3.pod
4690ext/Pod-Html/t/htmldir3.t
4691ext/Pod-Html/t/htmldir4.pod
4692ext/Pod-Html/t/htmldir4.t
4693ext/Pod-Html/t/htmldir5.pod
4694ext/Pod-Html/t/htmldir5.t
bf8d7753
YO
4695ext/Pod-Html/t/htmlescp.pod pod2html escape test input data
4696ext/Pod-Html/t/htmlescp.t pod2html escape test
4697ext/Pod-Html/t/htmllink.pod pod2html link test input data
4698ext/Pod-Html/t/htmllink.t pod2html link test
4699ext/Pod-Html/t/htmlview.pod pod2html render test input data
4700ext/Pod-Html/t/htmlview.t pod2html render test
4701ext/Pod-Html/t/lib/Testing.pm Testing functions for Pod-Html
c20321cd
RS
4702ext/Pod-Html/t/poderr.pod
4703ext/Pod-Html/t/poderr.t
4704ext/Pod-Html/t/podnoerr.pod
4705ext/Pod-Html/t/podnoerr.t
bf8d7753
YO
4706ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
4707ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
4708ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
4709ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
4710ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture
4711ext/POSIX/hints/linux.pl Hint for POSIX for named architecture
4712ext/POSIX/hints/mint.pl Hint for POSIX for named architecture
4713ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture
4714ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
4715ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
4716ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
4717ext/POSIX/lib/POSIX.pm POSIX extension Perl module
4718ext/POSIX/lib/POSIX.pod POSIX extension documentation
4719ext/POSIX/Makefile.PL POSIX extension makefile writer
4720ext/POSIX/POSIX.xs POSIX extension external subroutines
4721ext/POSIX/t/export.t Test @EXPORT and @EXPORT_OK
4722ext/POSIX/t/fenv.t Floating-point rounding mode tests for POSIX
4723ext/POSIX/t/iscrash See if POSIX isxxx() crashes with threads on Win32
4724ext/POSIX/t/iv_const.t See if integer constants of POSIX are IV
4725ext/POSIX/t/math.t Basic math tests for POSIX
4726ext/POSIX/t/mb.t Multibyte function tests for POSIX
4727ext/POSIX/t/posix.t See if POSIX works
4728ext/POSIX/t/sigaction.t See if POSIX::sigaction works
4729ext/POSIX/t/sigset.t See if POSIX::SigSet works
4730ext/POSIX/t/strerror_errno.t See if POSIX:strerror doesn't trash $!
4731ext/POSIX/t/sysconf.t See if POSIX works
4732ext/POSIX/t/taint.t See if POSIX works with taint
4733ext/POSIX/t/termios.t See if POSIX works
4734ext/POSIX/t/time.t See if POSIX time-related functions work
4735ext/POSIX/t/unimplemented.t Test the diagnostics for unimplemented functions
4736ext/POSIX/t/usage.t Test the diagnostics for usage messages
4737ext/POSIX/t/waitpid.t See if waitpid works
4738ext/POSIX/t/wrappers.t Test the POSIX wrapper subroutines
4739ext/POSIX/typemap POSIX extension interface types
4740ext/re/Makefile.PL re extension makefile writer
4741ext/re/re.pm re extension Perl module
4742ext/re/re.xs re extension external subroutines
4743ext/re/re_comp.h re extension wrapper for regcomp.h
4744ext/re/re_top.h re extension symbol hiding header
4745ext/re/t/intflags.pl Program used by intflags.t
4746ext/re/t/intflags.t Test that intflags are serialized properly
4747ext/re/t/lexical_debug.pl generate debug output for lexical re 'debug'
4748ext/re/t/lexical_debug.t test that lexical re 'debug' works
4749ext/re/t/qr.t test that qr// is a Regexp
4750ext/re/t/re.t see if re pragma works
4751ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work
4752ext/re/t/re_funcs_u.t See if exportable 're' funcs in universal.c work
4753ext/re/t/reflags.t see if re '/xism' pragma works
4754ext/re/t/regop.pl generate debug output for various patterns
4755ext/re/t/regop.t test RE optimizations by scraping debug output
4756ext/re/t/strict.t see if re 'strict' subpragma works
4757ext/SDBM_File/biblio SDBM kit
4758ext/SDBM_File/CHANGES SDBM kit
4759ext/SDBM_File/dba.c SDBM kit
4760ext/SDBM_File/dbd.c SDBM kit
4761ext/SDBM_File/dbe.1 SDBM kit
4762ext/SDBM_File/dbe.c SDBM kit
4763ext/SDBM_File/dbu.c SDBM kit
4764ext/SDBM_File/grind SDBM kit
4765ext/SDBM_File/hash.c SDBM kit
4766ext/SDBM_File/Makefile.PL SDBM extension makefile writer
4767ext/SDBM_File/pair.c SDBM kit
4768ext/SDBM_File/pair.h SDBM kit
4769ext/SDBM_File/README SDBM kit
4770ext/SDBM_File/readme.ms SDBM kit
4771ext/SDBM_File/README.too SDBM kit
4772ext/SDBM_File/sdbm.3 SDBM kit
4773ext/SDBM_File/sdbm.c SDBM kit
4774ext/SDBM_File/sdbm.h SDBM kit
4775ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
4776ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
4777ext/SDBM_File/t/constants.t See if SDBM_File constants work
4778ext/SDBM_File/t/corrupt.t See if SDBM_File handles corrupt files
4779ext/SDBM_File/t/prep.t See if SDBM_File with extra argument works
4780ext/SDBM_File/t/sdbm.t See if SDBM_File works
4781ext/SDBM_File/tune.h SDBM kit
4782ext/SDBM_File/typemap SDBM extension interface types
4783ext/SDBM_File/util.c SDBM kit
4784ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module
4785ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines
4786ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works
8cf6f931 4787ext/Tie-Hash-NamedCapture/NamedCapture.pm Implements %- and %+ behaviour
557a4468 4788ext/Tie-Hash-NamedCapture/t/tiehash.t Tests TIEHASH
b7d7e1da
S
4789ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes
4790ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize
bf8d7753
YO
4791ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym
4792ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols
4793ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols
4794ext/VMS-DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym
4795ext/VMS-DCLsym/t/vms_dclsym.t regression tests for VMS::DCLsym
2d11a7e9
NC
4796ext/VMS-Filespec/lib/VMS/Filespec.pm VMS-Unix file syntax interconversion
4797ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work
bf8d7753
YO
4798ext/VMS-Stdio/0README.txt ReadMe file for VMS::Stdio
4799ext/VMS-Stdio/Makefile.PL MakeMaker driver for VMS::Stdio
4800ext/VMS-Stdio/Stdio.pm VMS options to stdio routines
4801ext/VMS-Stdio/Stdio.xs VMS options to stdio routines
4802ext/VMS-Stdio/t/vms_stdio.t regression tests for VMS::Stdio
4803ext/Win32CORE/Makefile.PL Win32CORE extension
4804ext/Win32CORE/t/win32core.t Win32CORE extension
4805ext/Win32CORE/Win32CORE.c Win32CORE extension
4806ext/Win32CORE/Win32CORE.pm Win32CORE extension (stubs for Win32 CORE subs)
4807ext/XS-APItest/APItest.pm XS::APItest extension
4808ext/XS-APItest/APItest.xs XS::APItest extension
4809ext/XS-APItest/APItest_BS autogenerate APItest.bs
4810ext/XS-APItest/core.c Test API functions when PERL_CORE is defined
4811ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
4812ext/XS-APItest/exception.c XS::APItest extension
4813ext/XS-APItest/Makefile.PL XS::APItest extension
4814ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined
4815ext/XS-APItest/numeric.xs XS::APItest wrappers for numeric.c
4816ext/XS-APItest/t/addissub.t test op check wrapping
4817ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing
4818ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines
4819ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t
4820ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t
4821ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing
4822ext/XS-APItest/t/blockhooks.t XS::APItest: tests for PL_blockhooks
4823ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks
4824ext/XS-APItest/t/boolean.t test SvIsBOOL
4825ext/XS-APItest/t/boolean-thr.t test SvIsBOOL on threads
4826ext/XS-APItest/t/bootstrap.t XS::APItest: test APItest.bs
4827ext/XS-APItest/t/call.t Test calling perl from C
4828ext/XS-APItest/t/call_checker.t test call checker plugin API
4829ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx
4830ext/XS-APItest/t/callregexec.t XS::APItest: tests for CALLREGEXEC()
4831ext/XS-APItest/t/check_warnings.t test scope of "Too late for CHECK"
4832ext/XS-APItest/t/cleanup.t test stack behaviour on unwinding
4833ext/XS-APItest/t/clone-with-stack.t test clone with CLONEf_COPY_STACKS works
4834ext/XS-APItest/t/cophh.t test COPHH API
4835ext/XS-APItest/t/coplabel.t test cop_*_label
4836ext/XS-APItest/t/copstash.t test alloccopstash
4837ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API
4838ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops
4839ext/XS-APItest/t/cv_name.t test cv_name
4840ext/XS-APItest/t/cv_refcounted_anysv.t test CvREFCOUNTED_ANYSV
4841ext/XS-APItest/t/delimcpy.t test delimcpy
4842ext/XS-APItest/t/eval-filter.t Simple source filter/eval test
4843ext/XS-APItest/t/exception.t XS::APItest extension
4844ext/XS-APItest/t/extend.t test EXTEND() macro
4845ext/XS-APItest/t/fetch_pad_names.t Tests for UTF8 names in pad
4846ext/XS-APItest/t/get.t test get_sv et al.
4847ext/XS-APItest/t/gotosub.t XS::APItest: tests goto &xsub and hints
4848ext/XS-APItest/t/grok.t XS::APItest: tests for grok* functions
4849ext/XS-APItest/t/gv_autoload4.t XS::APItest: tests for gv_autoload4() and variants
4850ext/XS-APItest/t/gv_const_sv.t XS::APItest: test gv_const_sv()
4851ext/XS-APItest/t/gv_fetchmeth.t XS::APItest: tests for gv_fetchmeth() and variants
d21989ed 4852ext/XS-APItest/t/gv_fetchmeth_autoload.t XS::APItest: tests for gv_fetchmeth_autoload() and variants
bf8d7753
YO
4853ext/XS-APItest/t/gv_fetchmethod_flags.t XS::APItest: tests for gv_fetchmethod_flags() and variants
4854ext/XS-APItest/t/gv_init.t XS::APItest: tests for gv_init and variants
4855ext/XS-APItest/t/handy00.t XS::APItest: tests for handy.h
4856ext/XS-APItest/t/handy01.t XS::APItest: tests for handy.h
4857ext/XS-APItest/t/handy02.t XS::APItest: tests for handy.h
4858ext/XS-APItest/t/handy03.t XS::APItest: tests for handy.h
4859ext/XS-APItest/t/handy04.t XS::APItest: tests for handy.h
4860ext/XS-APItest/t/handy05.t XS::APItest: tests for handy.h
4861ext/XS-APItest/t/handy06.t XS::APItest: tests for handy.h
4862ext/XS-APItest/t/handy07.t XS::APItest: tests for handy.h
4863ext/XS-APItest/t/handy08.t XS::APItest: tests for handy.h
4864ext/XS-APItest/t/handy09.t XS::APItest: tests for handy.h
4865ext/XS-APItest/t/handy_base.pl XS::APItest: tests for handy.h
4866ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs
4867ext/XS-APItest/t/hv_macro.t XS::APItest: tests for low level macros used in hashing
4868ext/XS-APItest/t/join_with_space.t test op_convert_list
4869ext/XS-APItest/t/keyword_multiline.t test keyword plugin parsing across lines
4870ext/XS-APItest/t/keyword_plugin.t test keyword plugin mechanism
fbc25bdd 4871ext/XS-APItest/t/keyword_plugin_threads.t test keyword plugin loading from multiple threads
bf8d7753
YO
4872ext/XS-APItest/t/labelconst.aux auxiliary file for label test
4873ext/XS-APItest/t/labelconst.t test recursive descent label parsing
4874ext/XS-APItest/t/labelconst_utf8.aux auxiliary file for label test in UTF-8
4875ext/XS-APItest/t/lexsub.t Test XS registration of lexical subs
4876ext/XS-APItest/t/load-module.t test load_module()
4877ext/XS-APItest/t/locale.t test locale-related things
4878ext/XS-APItest/t/loopblock.t test recursive descent block parsing
4879ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
4880ext/XS-APItest/t/lvalue.t Test XS lvalue functions
4881ext/XS-APItest/t/magic.t test attaching, finding, and removing magic
4882ext/XS-APItest/t/magic_chain.t test low-level MAGIC chain handling
4883ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t
2f920c2f 4884ext/XS-APItest/t/mortal_destructor.t Test mortal_destructor api.
bf8d7753
YO
4885ext/XS-APItest/t/mro.t Test mro plugin api
4886ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros
4887ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
4888ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit
4889ext/XS-APItest/t/my_strtod.t XS::APItest: test my_strtod
4890ext/XS-APItest/t/newAV.t XS::APItest: test newAV* functions
4891ext/XS-APItest/t/newCONSTSUB.t XS::APItest: test newCONSTSUB(_flags)
4892ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP
4893ext/XS-APItest/t/Null.pm Helper for ./blockhooks.t
4894ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs
4895ext/XS-APItest/t/op_contextualize.t test op_contextualize() API
4896ext/XS-APItest/t/op_list.t test OP list construction API
4897ext/XS-APItest/t/overload.t XS::APItest: tests for overload related APIs
4898ext/XS-APItest/t/pad_scalar.t Test pad_findmy_* functions
4899ext/XS-APItest/t/peep.t test PL_peepp/PL_rpeepp
4900ext/XS-APItest/t/pmflag.t Test removal of Perl_pmflag()
4901ext/XS-APItest/t/postinc.t test op_lvalue()
4902ext/XS-APItest/t/printf.t XS::APItest extension
4903ext/XS-APItest/t/ptr_table.t Test ptr_table_* APIs
4904ext/XS-APItest/t/push.t XS::APItest extension
4905ext/XS-APItest/t/refs.t Test typemap ref handling
4906ext/XS-APItest/t/rmagical.t XS::APItest extension
4907ext/XS-APItest/t/rv2cv_op_cv.t test rv2cv_op_cv() API
4908ext/XS-APItest/t/savehints.t test SAVEHINTS() API
4909ext/XS-APItest/t/savestack.t test savestack behavior, currently only in the regex engine
4910ext/XS-APItest/t/scopelessblock.t test recursive descent statement-sequence parsing
4911ext/XS-APItest/t/sort.t Test sort(xs_cmp ...)
4912ext/XS-APItest/t/stmtasexpr.t test recursive descent statement parsing
4913ext/XS-APItest/t/stmtsasexpr.t test recursive descent statement-sequence parsing
4914ext/XS-APItest/t/stuff_modify_bug.t test for eval side-effecting source string
4915ext/XS-APItest/t/stuff_svcur_bug.t test for a bug in lex_stuff_pvn
4916ext/XS-APItest/t/subcall.t Test XSUB calls
4917ext/XS-APItest/t/subsignature.t Test parse_subsignature()
4918ext/XS-APItest/t/sv_numeq.t Test sv_numeq
4919ext/XS-APItest/t/sv_streq.t Test sv_streq
4920ext/XS-APItest/t/svcat.t Test sv_catpvn
4921ext/XS-APItest/t/svcatpvf.t Test sv_catpvf argument reordering
4922ext/XS-APItest/t/sviscow.t Test SvIsCOW
4923ext/XS-APItest/t/svpeek.t XS::APItest extension
4924ext/XS-APItest/t/svpv.t More generic SvPVbyte and SvPVutf8 tests
4925ext/XS-APItest/t/svpv_magic.t Test behaviour of SvPVbyte/utf8 & get magic
4926ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
4927ext/XS-APItest/t/swaplabel.t test recursive descent label parsing
4928ext/XS-APItest/t/swaptwostmts.t test recursive descent statement parsing
4929ext/XS-APItest/t/sym-hook.t Test rv2cv hooks for bareword lookup
4930ext/XS-APItest/t/synthetic_scope.t Test block_start/block_end/intro_my
4931ext/XS-APItest/t/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temps
4932ext/XS-APItest/t/underscore_length.t Test find_rundefsv()
4933ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed}
4934ext/XS-APItest/t/utf8.t Tests for code in utf8.c
4935ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c
4936ext/XS-APItest/t/utf8_to_bytes.t Tests for code in utf8.c
4937ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c
4938ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c
4939ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c
4940ext/XS-APItest/t/utf8_warn03.t Tests for code in utf8.c
4941ext/XS-APItest/t/utf8_warn04.t Tests for code in utf8.c
4942ext/XS-APItest/t/utf8_warn05.t Tests for code in utf8.c
4943ext/XS-APItest/t/utf8_warn06.t Tests for code in utf8.c
4944ext/XS-APItest/t/utf8_warn07.t Tests for code in utf8.c
4945ext/XS-APItest/t/utf8_warn08.t Tests for code in utf8.c
4946ext/XS-APItest/t/utf8_warn09.t Tests for code in utf8.c
4947ext/XS-APItest/t/utf8_warn_base.pl Tests for code in utf8.c
4948ext/XS-APItest/t/weaken.t XS::APItest: tests for sv_rvweaken() and sv_get_backrefs()
4949ext/XS-APItest/t/whichsig.t XS::APItest: tests for whichsig() and variants
4950ext/XS-APItest/t/win32.t Test Win32 specific APIs
4951ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work
3dfcef7e 4952ext/XS-APItest/t/xs_special_subs_require.t for require too
bf8d7753 4953ext/XS-APItest/t/xsub_h.t Tests for XSUB.h
36c2b1d0 4954ext/XS-APItest/typemap
bf8d7753
YO
4955ext/XS-APItest/XSUB-redefined-macros.xs XS code needing redefined macros.
4956ext/XS-APItest/XSUB-undef-XS_VERSION.xs XS code needing #undef XS_VERSION
4957ext/XS-Typemap/Makefile.PL XS::Typemap extension
4958ext/XS-Typemap/README XS::Typemap extension
4959ext/XS-Typemap/stdio.c XS::Typemap extension
4960ext/XS-Typemap/t/Typemap.t test that typemaps work
4961ext/XS-Typemap/Typemap.pm XS::Typemap extension
4962ext/XS-Typemap/Typemap.xs XS::Typemap extension
4963h2pl/cbreak.pl cbreak routines using .ph
4964h2pl/cbreak2.pl cbreak routines using .pl
4965h2pl/eg/sizeof.ph Sample sizeof array initialization
4966h2pl/eg/sys/errno.pl Sample translated errno.pl
4967h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl
4968h2pl/eg/sysexits.pl Sample translated sysexits.pl
4969h2pl/getioctlsizes Program to extract types from ioctl.h
4970h2pl/mksizes Program to make %sizeof array
4971h2pl/mkvars Program to make .pl from .ph files
4972h2pl/README How to turn .ph files into .pl files
4973h2pl/tcbreak cbreak test routine using .ph
4974h2pl/tcbreak2 cbreak test routine using .pl
4975haiku/Haiku/Haiku.pm Haiku extension Perl module
4976haiku/Haiku/Haiku.xs Haiku extension external subroutines
4977haiku/Haiku/Makefile.PL Haiku extension makefile writer
4978haiku/haikuish.h Header for the Haiku port
4979hints/aix.sh Hints for named architecture
4980hints/aix_3.sh Hints for named architecture
4981hints/aix_4.sh Hints for named architecture
4982hints/altos486.sh Hints for named architecture
4983hints/amigaos.sh Hints for named architecture
4984hints/atheos.sh Hints for named architecture
4985hints/aux_3.sh Hints for named architecture
4986hints/bitrig.sh Hints for named architecture
4987hints/broken-db.msg Warning message for systems with broken DB library
4988hints/bsdos.sh Hints for named architecture
4989hints/catamount.sh Hints for named architecture
4990hints/convexos.sh Hints for named architecture
4991hints/cxux.sh Hints for named architecture
4992hints/cygwin.sh Hints for named architecture
4993hints/darwin.sh Hints for named architecture
4994hints/dcosx.sh Hints for named architecture
4995hints/dec_osf.sh Hints for named architecture
4996hints/dragonfly.sh Hints for named architecture
4997hints/dynix.sh Hints for named architecture
4998hints/dynixptx.sh Hints for named architecture
4999hints/epix.sh Hints for named architecture
5000hints/esix4.sh Hints for named architecture
5001hints/fps.sh Hints for named architecture
5002hints/freebsd.sh Hints for named architecture
5003hints/freemint.sh Hints for named architecture
5004hints/gnu.sh Hints for named architecture
5005hints/gnukfreebsd.sh Hints for named architecture
5006hints/gnuknetbsd.sh Hints for named architecture
5007hints/greenhills.sh Hints for named architecture
5008hints/haiku.sh Hints for named architecture
5009hints/hpux.sh Hints for named architecture
5010hints/i386.sh Hints for named architecture
5011hints/interix.sh Hints for named architecture
5012hints/irix_4.sh Hints for named architecture
5013hints/irix_5.sh Hints for named architecture
5014hints/irix_6.sh Hints for named architecture
5015hints/irix_6_0.sh Hints for named architecture
5016hints/irix_6_1.sh Hints for named architecture
5017hints/isc.sh Hints for named architecture
5018hints/isc_2.sh Hints for named architecture
5019hints/linux.sh Hints for named architecture
5020hints/linux-android.sh Hints for named architecture
5021hints/lynxos.sh Hints for named architecture
5022hints/midnightbsd.sh Hints for named architecture
5023hints/minix.sh Hints for named architecture
5024hints/mips.sh Hints for named architecture
5025hints/mirbsd.sh Hints for named architecture
5026hints/mpc.sh Hints for named architecture
5027hints/ncr_tower.sh Hints for named architecture
5028hints/netbsd.sh Hints for named architecture
5029hints/newsos4.sh Hints for named architecture
5030hints/nonstopux.sh Hints for named architecture
5031hints/openbsd.sh Hints for named architecture
5032hints/opus.sh Hints for named architecture
5033hints/os2.sh Hints for named architecture
5034hints/os390.sh Hints for named architecture
5035hints/os400.sh Hints for named architecture
5036hints/posix-bc.sh Hints for named architecture
5037hints/qnx.sh Hints for named architecture
5038hints/README.hints Notes about hints
5039hints/riscos.sh Hints for named architecture
5040hints/sco.sh Hints for named architecture
5041hints/sco_2_3_0.sh Hints for named architecture
5042hints/sco_2_3_1.sh Hints for named architecture
5043hints/sco_2_3_2.sh Hints for named architecture
5044hints/sco_2_3_3.sh Hints for named architecture
5045hints/sco_2_3_4.sh Hints for named architecture
5046hints/solaris_2.sh Hints for named architecture
5047hints/stellar.sh Hints for named architecture
5048hints/sunos_4_0.sh Hints for named architecture
5049hints/sunos_4_1.sh Hints for named architecture
5050hints/super-ux.sh Hints for named architecture
5051hints/svr4.sh Hints for named architecture
5052hints/svr5.sh Hints for named architecture
5053hints/t001.c Test case for gcc bug
5054hints/ti1500.sh Hints for named architecture
5055hints/umips.sh Hints for named architecture
5056hints/unicos.sh Hints for named architecture
5057hints/unicosmk.sh Hints for named architecture
5058hints/unisysdynix.sh Hints for named architecture
5059hints/utekv.sh Hints for named architecture
5060hints/vos.sh Hints for named architecture
5061lib/_charnames.pm Character names
5062lib/AnyDBM_File.pm Perl module to emulate dbmopen
5063lib/AnyDBM_File.t See if AnyDBM_File works
5064lib/B/Deparse.pm Compiler Deparse backend
5065lib/B/Deparse.t See if B::Deparse works
5066lib/B/Deparse-core.t See if B::Deparse knows when to use CORE::
5067lib/B/Deparse-subclass.t See if B::Deparse can be subclassed
5068lib/B/Op_private.pm Definitions of OP op_private flags
5069lib/Benchmark.pm Measure execution time
5070lib/Benchmark.t See if Benchmark works
5071lib/blib.pm For "use blib"
5072lib/blib.t blib.pm test
5073lib/builtin.pm builtin function namespace
5074lib/builtin.t test builtin function namespace
5075lib/bytes.pm Pragma to enable byte operations
5076lib/bytes.t bytes.pm test
5077lib/bytes_heavy.pl Support routines for byte pragma
5078lib/charnames.pm Character names
5079lib/charnames.t See if character names work
5080lib/Class/Struct.pm Declare struct-like datatypes as Perl classes
5081lib/Class/Struct.t See if Class::Struct works
5082lib/Config.t See if Config works
5083lib/Config/Extensions.pm Convenient hash lookup for built extensions
5084lib/Config/Extensions.t See if Config::Extensions works
5085lib/CORE.pod document the CORE namespace
5086lib/DB.pm Debugger API (draft)
5087lib/DB.t See if DB works
5088lib/DBM_Filter.pm DBM Filter module
5089lib/DBM_Filter/compress.pm DBM Filter to compress keys/values
5090lib/DBM_Filter/encode.pm DBM Filter for encoding
5091lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values
5092lib/DBM_Filter/null.pm DBM Filter for null termination
5093lib/DBM_Filter/t/01error.t test DBM_Filter::null
5094lib/DBM_Filter/t/02core.t test DBM_Filter::null
5095lib/DBM_Filter/t/compress.t test DBM_Filter::compress
5096lib/DBM_Filter/t/encode.t test DBM_Filter::encode
5097lib/DBM_Filter/t/int32.t test DBM_Filter::int32
5098lib/DBM_Filter/t/null.t test DBM_Filter::null
5099lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8
5100lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding
5101lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
5102lib/deprecate.pm A pragma for deprecating modules from the core.
5103lib/diagnostics.pm Print verbose diagnostics
5104lib/diagnostics.t See if diagnostics.pm works
5105lib/DirHandle.pm like FileHandle only for directories
5106lib/DirHandle.t See if DirHandle works
5107lib/dumpvar.pl A variable dumper
5108lib/dumpvar.t A variable dumper tester
5109lib/English.pm Readable aliases for short variables
5110lib/English.t See if English works
5111lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs
5112lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
5113lib/ExtUtils/typemap Extension interface types
5114lib/ExtUtils/XSSymSet.pm on VMS, manage linker symbols when building extensions
5115lib/feature.pm Pragma to enable new syntax
5116lib/feature.t See if features work
5117lib/feature/unicode_strings.t See if feature "unicode_strings" work
5118lib/File/Basename.pm Emulate the basename program
5119lib/File/Basename.t See if File::Basename works
5120lib/File/Compare.pm Emulation of cmp command
5121lib/File/Compare.t See if File::Compare works
5122lib/File/Copy.pm Emulation of cp command
5123lib/File/Copy.t See if File::Copy works
5124lib/File/stat.pm By-name interface to Perl's builtin stat
5125lib/File/stat.t See if File::stat works
5126lib/File/stat-7896.t A test for ID 20011110.104
5127lib/FileHandle.pm Backward-compatible front end to IO extension
5128lib/FileHandle.t See if FileHandle works
5129lib/filetest.pm For "use filetest"
5130lib/filetest.t See if filetest works
5131lib/Getopt/Std.pm Fetch command options (getopt, getopts)
5132lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work
5133lib/h2ph.t See if h2ph works like it should
5134lib/h2xs.t See if h2xs produces expected lists of files
5135lib/integer.pm For "use integer"
5136lib/integer.t For "use integer" testing
5137lib/Internals.pod Document the Internals namespace (implemented by universal.c)
5138lib/Internals.t For Internals::* testing
5139lib/less.pm For "use less"
5140lib/less.t See if less support works
5141lib/locale.pm For "use locale"
5142lib/locale.t See if locale support works
5143lib/locale_threads.t Tes locale and threads interactions
5144lib/meta_notation.pm Helper for certain /lib .pm's
5145lib/meta_notation.t See if meta_notation.t works
5146lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
5147lib/Net/hostent.t See if Net::hostent works
5148lib/Net/netent.pm By-name interface to Perl's builtin getnet*
5149lib/Net/netent.t See if Net::netent works
5150lib/Net/protoent.pm By-name interface to Perl's builtin getproto*
5151lib/Net/protoent.t See if Net::protoent works
5152lib/Net/servent.pm By-name interface to Perl's builtin getserv*
5153lib/Net/servent.t See if Net::servtent works
5154lib/open.pm Pragma to specify default I/O layers
5155lib/open.t See if the open pragma works
5156lib/overload.pm Module for overloading perl operators
5157lib/overload.t See if operator overloading works
5158lib/overload/numbers.pm Helper for overloading pragma
5159lib/overload64.t See if operator overloading works with 64-bit ints
5160lib/overloading.pm Pragma to lexically control overloading
5161lib/overloading.t Tests for overloading.pm
5162lib/perl5db.pl Perl debugging routines
5163lib/perl5db.t Tests for the Perl debugger
5164lib/perl5db/t/break-on-dot Test script used by perl5db.t
5165lib/perl5db/t/breakpoint-bug Test script used by perl5db.t
5166lib/perl5db/t/disable-breakpoints-1 Test script used by perl5db.t
5167lib/perl5db/t/disable-breakpoints-2 Test script used by perl5db.t
5168lib/perl5db/t/disable-breakpoints-3 Test script used by perl5db.t
5169lib/perl5db/t/EnableModule.pm Tests for the Perl debugger
5170lib/perl5db/t/eval-line-bug Tests for the Perl debugger
5171lib/perl5db/t/fact Tests for the Perl debugger
5172lib/perl5db/t/filename-line-breakpoint Tests for the Perl debugger
5173lib/perl5db/t/gh-17660 Tests for the Perl debugger
5174lib/perl5db/t/gh-17661 Tests for the Perl debugger
5175lib/perl5db/t/gh-17661b Tests for the Perl debugger
5176lib/perl5db/t/load-modules Tests for the Perl debugger
5177lib/perl5db/t/lsub-n Test script used by perl5db.t
5178lib/perl5db/t/lvalue-bug Tests for the Perl debugger
5179lib/perl5db/t/MyModule.pm Tests for the Perl debugger
5180lib/perl5db/t/proxy-constants Tests for the Perl debugger
5181lib/perl5db/t/rt-104168 Tests for the Perl debugger
5182lib/perl5db/t/rt-120174 Tests for the Perl debugger
c59f1e04 5183lib/perl5db/t/rt-121509-restart-after-chdir Tests for the Perl debugger
bf8d7753
YO
5184lib/perl5db/t/rt-124203 Test threads in the Perl debugger
5185lib/perl5db/t/rt-124203b Test threads in the Perl debugger
5186lib/perl5db/t/rt-61222 Tests for the Perl debugger
5187lib/perl5db/t/rt-66110 Tests for the Perl debugger
5188lib/perl5db/t/source-cmd-test.perldb Tests for the Perl debugger
3dfcef7e 5189lib/perl5db/t/source-cmd-test-no-q.perldb Tests for the Perl debugger
bf8d7753
YO
5190lib/perl5db/t/symbol-table-bug Tests for the Perl debugger
5191lib/perl5db/t/taint Tests for the Perl debugger
5192lib/perl5db/t/test-a-statement-1 Tests for the Perl debugger
5193lib/perl5db/t/test-a-statement-2 Tests for the Perl debugger
5194lib/perl5db/t/test-a-statement-3 Tests for the Perl debugger
5195lib/perl5db/t/test-dieLevel-option-1 Tests for the Perl debugger
5196lib/perl5db/t/test-frame-option-1 Tests for the Perl debugger
5197lib/perl5db/t/test-l-statement-1 Tests for the Perl debugger
5198lib/perl5db/t/test-l-statement-2 Tests for the Perl debugger
5199lib/perl5db/t/test-m-statement-1 Tests for the Perl debugger
e3d167f6 5200lib/perl5db/t/test-passing-at-underscore-to-x-etc Tests for the Perl debugger
bf8d7753
YO
5201lib/perl5db/t/test-PrintRet-option-1 Tests for the Perl debugger
5202lib/perl5db/t/test-r-statement Tests for the Perl debugger
5203lib/perl5db/t/test-w-statement-1 Tests for the Perl debugger
5204lib/perl5db/t/test-warnLevel-option-1 Tests for the Perl debugger
5205lib/perl5db/t/uncalled-subroutine Tests for the Perl debugger
5206lib/perl5db/t/with-subroutine Tests for the Perl debugger
5207lib/perlbug.t Tests for the Perl bug reporter
5208lib/PerlIO.pm PerlIO support module
5209lib/Pod/t/Usage.t See if Pod::Usage works
5210lib/SelectSaver.pm Enforce proper select scoping
5211lib/SelectSaver.t See if SelectSaver works
5212lib/sigtrap.pm For trapping an abort and giving traceback
5213lib/sigtrap.t See if sigtrap works
5214lib/sort.pm For "use sort"
5215lib/sort.t See if "use sort" works
5216lib/strict.pm For "use strict"
5217lib/strict.t See if strictures work
5218lib/subs.pm Declare overriding subs
5219lib/subs.t See if subroutine pseudo-importation works
5220lib/Symbol.pm Symbol table manipulation routines
5221lib/Symbol.t See if Symbol works
5222lib/Thread.pm Thread extensions frontend
5223lib/Thread.t Thread extensions frontend tests
5224lib/Tie/Array.pm Base class for tied arrays
5225lib/Tie/Array/push.t Test for Tie::Array
5226lib/Tie/Array/splice.t Test for Tie::Array::SPLICE
5227lib/Tie/Array/std.t Test for Tie::StdArray
5228lib/Tie/Array/stdpush.t Test for Tie::StdArray
5229lib/Tie/ExtraHash.t Test for Tie::ExtraHash (in Tie/Hash.pm)
5230lib/Tie/Handle.pm Base class for tied handles
5231lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle
3dfcef7e 5232lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat
bf8d7753
YO
5233lib/Tie/Hash.pm Base class for tied hashes
5234lib/Tie/Hash.t See if Tie::Hash works
5235lib/Tie/Scalar.pm Base class for tied scalars
5236lib/Tie/Scalar.t See if Tie::Scalar works
5237lib/Tie/StdHandle.pm Tie::StdHandle
5238lib/Tie/SubstrHash.pm Compact hash for known key, value and table size
5239lib/Tie/SubstrHash.t Test for Tie::SubstrHash
5240lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime
5241lib/Time/gmtime.t Test for Time::gmtime
5242lib/Time/localtime.pm By-name interface to Perl's builtin localtime
5243lib/Time/localtime.t Test for Time::localtime
5244lib/Time/tm.pm Internal object for Time::{gm,local}time
5245lib/Unicode/README Explanation what happened to lib/unicode.
5246lib/Unicode/testnorm.t Run official Unicode Consortium's normalization tests
5247lib/Unicode/UCD.pm Unicode character database
5248lib/Unicode/UCD.t See if Unicode character database works
e1010889 5249lib/unicore/ArabicShaping.txt Unicode character database
bf8d7753 5250lib/unicore/auxiliary/GCBTest.txt Unicode character database
0ea850f0 5251lib/unicore/auxiliary/GraphemeBreakProperty.txt Unicode character database
bf8d7753
YO
5252lib/unicore/auxiliary/LBTest.txt Unicode character database
5253lib/unicore/auxiliary/SBTest.txt Unicode character database
0ea850f0 5254lib/unicore/auxiliary/SentenceBreakProperty.txt Unicode character database
bf8d7753 5255lib/unicore/auxiliary/WBTest.txt Unicode character database
0ea850f0 5256lib/unicore/auxiliary/WordBreakProperty.txt Unicode character database
a9c9e371 5257lib/unicore/BidiBrackets.txt Unicode character database
e1010889
NC
5258lib/unicore/BidiMirroring.txt Unicode character database
5259lib/unicore/Blocks.txt Unicode character database
5260lib/unicore/CaseFolding.txt Unicode character database
8cf8bfae 5261lib/unicore/CJKRadicals.txt Unicode character database
e1010889
NC
5262lib/unicore/CompositionExclusions.txt Unicode character database
5263lib/unicore/DAge.txt Unicode character database
5264lib/unicore/DCoreProperties.txt Unicode character database
5265lib/unicore/DNormalizationProps.txt Unicode character database
5266lib/unicore/EastAsianWidth.txt Unicode character database
b6dbf1d3 5267lib/unicore/emoji/emoji.txt Unicode character database
bd84d130 5268lib/unicore/EmojiSources.txt Unicode character database
8a6698d7 5269lib/unicore/EquivalentUnifiedIdeograph.txt Unicode character database
0ea850f0
RGS
5270lib/unicore/extracted/DBidiClass.txt Unicode character database
5271lib/unicore/extracted/DBinaryProperties.txt Unicode character database
5272lib/unicore/extracted/DCombiningClass.txt Unicode character database
5273lib/unicore/extracted/DDecompositionType.txt Unicode character database
5274lib/unicore/extracted/DEastAsianWidth.txt Unicode character database
5275lib/unicore/extracted/DGeneralCategory.txt Unicode character database
e1010889
NC
5276lib/unicore/extracted/DJoinGroup.txt Unicode character database
5277lib/unicore/extracted/DJoinType.txt Unicode character database
5278lib/unicore/extracted/DLineBreak.txt Unicode character database
5279lib/unicore/extracted/DNumType.txt Unicode character database
5280lib/unicore/extracted/DNumValues.txt Unicode character database
5281lib/unicore/HangulSyllableType.txt Unicode character database
ac92cca2
KW
5282lib/unicore/IdStatus.txt Unicode UTS 39 database
5283lib/unicore/IdType.txt Unicode UTS 39 database
e1010889 5284lib/unicore/Index.txt Unicode character database
ac71d2a0 5285lib/unicore/IndicPositionalCategory.txt Unicode character database
bd84d130 5286lib/unicore/IndicSyllabicCategory.txt Unicode character database
e1010889
NC
5287lib/unicore/Jamo.txt Unicode character database
5288lib/unicore/LineBreak.txt Unicode character database
5289lib/unicore/Makefile Unicode character database
5290lib/unicore/mktables Unicode character database generator
e1010889
NC
5291lib/unicore/NameAliases.txt Unicode character database
5292lib/unicore/NamedSequences.txt Unicode character database
5293lib/unicore/NamedSqProv.txt Unicode character database
5294lib/unicore/NamesList.txt Unicode character database
12ac2576 5295lib/unicore/NormalizationCorrections.txt Unicode character database
4f543aad 5296lib/unicore/NormTest.txt Unicode character database
e1010889
NC
5297lib/unicore/PropertyAliases.txt Unicode character database
5298lib/unicore/PropList.txt Unicode character database
5299lib/unicore/PropValueAliases.txt Unicode character database
5300lib/unicore/README.perl Unicode character database
e1010889 5301lib/unicore/ReadMe.txt Unicode character database info
bd84d130 5302lib/unicore/ScriptExtensions.txt Unicode character database
e1010889
NC
5303lib/unicore/Scripts.txt Unicode character database
5304lib/unicore/SpecialCasing.txt Unicode character database
5305lib/unicore/StandardizedVariants.txt Unicode character database
4f543aad 5306lib/unicore/TestNorm.pl Unicode character database
21c34e97 5307lib/unicore/uni_keywords.pl Indices into array in charclass_invlists.h
e1010889
NC
5308lib/unicore/UnicodeData.txt Unicode character database
5309lib/unicore/version The version of the Unicode
fce4ebb4 5310lib/unicore/VerticalOrientation.txt Unicode character database
bf8d7753
YO
5311lib/UNIVERSAL.pm Base class for ALL classes
5312lib/User/grent.pm By-name interface to Perl's builtin getgr*
5313lib/User/grent.t See if User::grwent works
5314lib/User/pwent.pm By-name interface to Perl's builtin getpw*
5315lib/User/pwent.t See if User::pwent works
5316lib/utf8.pm Pragma to control Unicode support
5317lib/utf8.t See if utf8 operations work
5318lib/vars.pm Declare pseudo-imported global variables
5319lib/vars.t See if "use vars" works
5320lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
5321lib/vmsish.pm Control VMS-specific behavior of Perl core
5322lib/vmsish.t Tests for vmsish.pm
5323lib/warnings.pm For "use warnings"
5324lib/warnings.t See if warning controls work
5325lib/warnings/register.pm For "use warnings::register"
5326os2/Changes Changelog for OS/2 port
5327os2/diff.configure Patches to Configure
5328os2/dl_os2.c Addon for dl_open
5329os2/dlfcn.h Addon for dl_open
5330os2/Makefile.SHs Shared library generation for OS/2
5331os2/os2.c Additional code for OS/2
5332os2/os2.sym Additional symbols to export
5333os2/OS2/OS2-ExtAttr/Changes EA access module
5334os2/OS2/OS2-ExtAttr/ExtAttr.pm EA access module
5335os2/OS2/OS2-ExtAttr/ExtAttr.xs EA access module
5336os2/OS2/OS2-ExtAttr/Makefile.PL EA access module
5337os2/OS2/OS2-ExtAttr/MANIFEST EA access module
5338os2/OS2/OS2-ExtAttr/myea.h EA access module
5339os2/OS2/OS2-ExtAttr/t/os2_ea.t EA access module
5340os2/OS2/OS2-ExtAttr/typemap EA access module
5341os2/OS2/OS2-PrfDB/Changes System database access module
5342os2/OS2/OS2-PrfDB/Makefile.PL System database access module
5343os2/OS2/OS2-PrfDB/MANIFEST System database access module
5344os2/OS2/OS2-PrfDB/PrfDB.pm System database access module
5345os2/OS2/OS2-PrfDB/PrfDB.xs System database access module
5346os2/OS2/OS2-PrfDB/t/os2_prfdb.t System database access module
5347os2/OS2/OS2-Process/Makefile.PL system() constants in a module
5348os2/OS2/OS2-Process/MANIFEST system() constants in a module
5349os2/OS2/OS2-Process/Process.pm system() constants in a module
5350os2/OS2/OS2-Process/Process.xs system() constants in a module
5351os2/OS2/OS2-Process/t/os2_atoms.t Test for OS2::Process
5352os2/OS2/OS2-Process/t/os2_clipboard.t Test for OS2::Process
5353os2/OS2/OS2-Process/t/os2_process.t Tests
5354os2/OS2/OS2-Process/t/os2_process_kid.t Tests
a4a5dee5 5355os2/OS2/OS2-Process/t/os2_process_text.t Tests
bf8d7753
YO
5356os2/OS2/OS2-REXX/Changes DLL access module
5357os2/OS2/OS2-REXX/DLL/Changes DLL access module
5358os2/OS2/OS2-REXX/DLL/DLL.pm DLL access module
5359os2/OS2/OS2-REXX/DLL/DLL.xs DLL access module
5360os2/OS2/OS2-REXX/DLL/Makefile.PL DLL access module
5361os2/OS2/OS2-REXX/DLL/MANIFEST DLL access module
5362os2/OS2/OS2-REXX/Makefile.PL DLL access module
5363os2/OS2/OS2-REXX/MANIFEST DLL access module
5364os2/OS2/OS2-REXX/REXX.pm DLL access module
5365os2/OS2/OS2-REXX/REXX.xs DLL access module
5366os2/OS2/OS2-REXX/t/rx_cmprt.t DLL access module
5367os2/OS2/OS2-REXX/t/rx_dllld.t DLL access module
5368os2/OS2/OS2-REXX/t/rx_emxrv.t DLL access module
5369os2/OS2/OS2-REXX/t/rx_objcall.t DLL access module
5370os2/OS2/OS2-REXX/t/rx_sql.test DLL access module
5371os2/OS2/OS2-REXX/t/rx_tiesql.test DLL access module
5372os2/OS2/OS2-REXX/t/rx_tievar.t DLL access module
5373os2/OS2/OS2-REXX/t/rx_tieydb.t DLL access module
5374os2/OS2/OS2-REXX/t/rx_varset.t DLL access module
5375os2/OS2/OS2-REXX/t/rx_vrexx.t DLL access module
5376os2/OS2/typemap Common typemap for OS/2 types
5377os2/os2_base.t Additional tests for builtin methods
5378os2/os2_pipe.t Tests for pipe creation logic
5379os2/os2add.sym Overriding symbols to export
5380os2/os2ish.h Header for OS/2
5381os2/os2thread.h pthread-like typedefs
5382os2/perl2cmd.pl Corrects installed binaries under OS/2
5383os2/perlrexx.c Support perl interpreter embedded in REXX
5384os2/perlrexx.cmd Test perl interpreter embedded in REXX
5385plan9/9front.patch Plan9 port: patch for 9front-specific flavor of Plan 9
5386plan9/aperl Plan9 port: shell to make Perl error messages Acme-friendly
5387plan9/arpa/inet.h Plan9 port: replacement C header file
5388plan9/buildinfo Plan9 port: configuration information
5389plan9/config.plan9 Plan9 port: config.h template
5390plan9/config_h.sample Plan9 port: 5.32.0 sample config.h
5391plan9/config_sh.sample Plan9 port: 5.32.0 sample config.sh
5392plan9/exclude Plan9 port: tests to skip
5393plan9/fndvers Plan9 port: update Perl version in config.plan9
5394plan9/genconfig.pl Plan9 port: generate config.sh
5395plan9/math.h Plan9 port: Plan9-specific math.h
5396plan9/mkfile Plan9 port: Mk driver for build
5397plan9/myconfig.plan9 Plan9 port: script to print config summary
5398plan9/plan9.c Plan9 port: Plan9-specific C routines
5399plan9/plan9ish.h Plan9 port: Plan9-specific C header file
5400plan9/setup.rc Plan9 port: script for easy build+install
5401plan9/uninstall.rc Plan9 port: uninstall script
5402plan9/versnum Plan9 port: script to print version number
5403pod/buildtoc Generate pod/perltoc.pod and pod/roffitall
5404pod/Makefile.SH generate Makefile which makes pods into something else
5405pod/perl.pod Perl overview (this section)
5406pod/perl5004delta.pod Perl changes in version 5.004
5407pod/perl5005delta.pod Perl changes in version 5.005
5408pod/perl5100delta.pod Perl changes in version 5.10.0
5409pod/perl5101delta.pod Perl changes in version 5.10.1
5410pod/perl5120delta.pod Perl changes in version 5.12.0
5411pod/perl5121delta.pod Perl changes in version 5.12.1
5412pod/perl5122delta.pod Perl changes in version 5.12.2
5413pod/perl5123delta.pod Perl changes in version 5.12.3
5414pod/perl5124delta.pod Perl changes in version 5.12.4
5415pod/perl5125delta.pod Perl changes in version 5.12.5
5416pod/perl5140delta.pod Perl changes in version 5.14.0
5417pod/perl5141delta.pod Perl changes in version 5.14.1
5418pod/perl5142delta.pod Perl changes in version 5.14.2
5419pod/perl5143delta.pod Perl changes in version 5.14.3
5420pod/perl5144delta.pod Perl changes in version 5.14.4
5421pod/perl5160delta.pod Perl changes in version 5.16.0
5422pod/perl5161delta.pod Perl changes in version 5.16.1
5423pod/perl5162delta.pod Perl changes in version 5.16.2
5424pod/perl5163delta.pod Perl changes in version 5.16.3
5425pod/perl5180delta.pod Perl changes in version 5.18.0
5426pod/perl5181delta.pod Perl changes in version 5.18.1
5427pod/perl5182delta.pod Perl changes in version 5.18.2
5428pod/perl5184delta.pod Perl changes in version 5.18.4
5429pod/perl5200delta.pod Perl changes in version 5.20.0
5430pod/perl5201delta.pod Perl changes in version 5.20.1
5431pod/perl5202delta.pod Perl changes in version 5.20.2
5432pod/perl5203delta.pod Perl changes in version 5.20.3
5433pod/perl5220delta.pod Perl changes in version 5.22.0
5434pod/perl5221delta.pod Perl changes in version 5.22.1
5435pod/perl5222delta.pod Perl changes in version 5.22.2
5436pod/perl5223delta.pod Perl changes in version 5.22.3
5437pod/perl5224delta.pod Perl changes in version 5.22.4
5438pod/perl5240delta.pod Perl changes in version 5.24.0
5439pod/perl5241delta.pod Perl changes in version 5.24.1
5440pod/perl5242delta.pod Perl changes in version 5.24.2
5441pod/perl5243delta.pod Perl changes in version 5.24.3
5442pod/perl5244delta.pod Perl changes in version 5.24.4
5443pod/perl5260delta.pod Perl changes in version 5.26.0
5444pod/perl5261delta.pod Perl changes in version 5.26.1
5445pod/perl5262delta.pod Perl changes in version 5.26.2
5446pod/perl5263delta.pod Perl changes in version 5.26.3
5447pod/perl5280delta.pod Perl changes in version 5.28.0
5448pod/perl5281delta.pod Perl changes in version 5.28.1
5449pod/perl5282delta.pod Perl changes in version 5.28.2
5450pod/perl5283delta.pod Perl changes in version 5.28.3
5451pod/perl5300delta.pod Perl changes in version 5.30.0
5452pod/perl5301delta.pod Perl changes in version 5.30.1
5453pod/perl5302delta.pod Perl changes in version 5.30.2
5454pod/perl5303delta.pod Perl changes in version 5.30.3
5455pod/perl5320delta.pod Perl changes in version 5.32.0
5456pod/perl5321delta.pod Perl changes in version 5.32.1
5457pod/perl5340delta.pod Perl changes in version 5.34.0
5458pod/perl5341delta.pod Perl changes in version 5.34.1
5459pod/perl5360delta.pod Perl changes in version 5.36.0
4ddebfb8 5460pod/perl5361delta.pod Perl changes in version 5.36.1
bf8d7753
YO
5461pod/perl561delta.pod Perl changes in version 5.6.1
5462pod/perl56delta.pod Perl changes in version 5.6
5463pod/perl581delta.pod Perl changes in version 5.8.1
5464pod/perl582delta.pod Perl changes in version 5.8.2
5465pod/perl583delta.pod Perl changes in version 5.8.3
5466pod/perl584delta.pod Perl changes in version 5.8.4
5467pod/perl585delta.pod Perl changes in version 5.8.5
5468pod/perl586delta.pod Perl changes in version 5.8.6
5469pod/perl587delta.pod Perl changes in version 5.8.7
5470pod/perl588delta.pod Perl changes in version 5.8.8
5471pod/perl589delta.pod Perl changes in version 5.8.9
5472pod/perl58delta.pod Perl changes in version 5.8.0
5473pod/perlapio.pod Perl internal IO abstraction interface
5474pod/perlartistic.pod Perl Artistic License
5475pod/perlbook.pod Perl book information
5476pod/perlboot.pod
5477pod/perlbot.pod
5478pod/perlcall.pod Perl calling conventions from C
5479pod/perlcheat.pod Perl cheat sheet
5480pod/perlclass.pod Perl class syntax
5481pod/perlclassguts.pod Internals of class syntax
5482pod/perlclib.pod Internal replacements for standard C library functions
5483pod/perlcommunity.pod Perl community information
5484pod/perldata.pod Perl data structures
5485pod/perldbmfilter.pod Perl DBM filters
5486pod/perldebguts.pod Perl debugging guts and tips
5487pod/perldebtut.pod Perl debugging tutorial
5488pod/perldebug.pod Perl debugging
5489pod/perldelta.pod Perl changes since previous version
5490pod/perldeprecation.pod Perl deprecations
5491pod/perldiag.pod Perl diagnostic messages
5492pod/perldocstyle.pod Perl style guide for core docs
5493pod/perldsc.pod Perl data structures intro
5494pod/perldtrace.pod Perl's support for DTrace
5495pod/perlebcdic.pod Considerations for running Perl on EBCDIC platforms
5496pod/perlembed.pod Perl ways to embed perl in your C or C++ application
5497pod/perlexperiment.pod A listing of experimental features in Perl
5498pod/perlfilter.pod Perl source filters
5499pod/perlfork.pod Perl fork() information
5500pod/perlform.pod Perl formats
5501pod/perlfunc.pod Perl built-in functions
5502pod/perlgit.pod Using git with the Perl repository
5503pod/perlgov.pod Perl Rules of Governance
5504pod/perlgpl.pod GNU General Public License
5505pod/perlguts.pod Perl internal functions for those doing extensions
5506pod/perlhack.pod Perl hackers guide
5507pod/perlhacktips.pod Tips for Perl core C code hacking
5508pod/perlhacktut.pod Walk through the creation of a simple C code patch
5509pod/perlhist.pod Perl history records
5510pod/perlinterp.pod Overview of the Perl interpreter source and how it works
5511pod/perlintro.pod Perl introduction for beginners
5512pod/perliol.pod C API for Perl's implementation of IO in Layers
5513pod/perlipc.pod Perl interprocess communication
5514pod/perllexwarn.pod Perl warnings and their control
5515pod/perllocale.pod Perl locale support
5516pod/perllol.pod Perl data structures: arrays of arrays
5517pod/perlmod.pod Perl modules: how they work
5518pod/perlmodinstall.pod Perl modules: how to install from CPAN
5519pod/perlmodlib.PL Generate pod/perlmodlib.pod
5520pod/perlmodstyle.pod Perl modules: how to write modules with style
5521pod/perlmroapi.pod Perl method resolution plugin interface
5522pod/perlnewmod.pod Perl modules: preparing a new module for distribution
5523pod/perlnumber.pod Perl number semantics
5524pod/perlobj.pod Perl objects
5525pod/perlootut.pod Perl OO tutorial for beginners
5526pod/perlop.pod Perl operators and precedence
5527pod/perlopentut.pod Perl open() tutorial
5528pod/perlpacktut.pod Perl pack() and unpack() tutorial
5529pod/perlperf.pod Perl Performance and Optimization Techniques
5530pod/perlpod.pod Perl plain old documentation
5531pod/perlpodspec.pod Perl plain old documentation format specification
5532pod/perlpodstyle.pod Perl POD style guide
5533pod/perlpolicy.pod Perl development policies
5534pod/perlport.pod Perl portability guide
5535pod/perlpragma.pod Perl modules: writing a user pragma
5536pod/perlre.pod Perl regular expressions, the rest of the story
5537pod/perlreapi.pod Perl regular expression plugin interface
5538pod/perlrebackslash.pod Perl regular expression backslash sequences
5539pod/perlrecharclass.pod Perl regular expression character classes
5540pod/perlref.pod Perl references, the rest of the story
5541pod/perlreftut.pod Perl references short introduction
5542pod/perlreguts.pod Perl regular expression engine internals
5543pod/perlrepository.pod
5544pod/perlrequick.pod Perl regular expressions quick start
5545pod/perlreref.pod Perl regular expressions quick reference
5546pod/perlretut.pod Perl regular expressions tutorial
5547pod/perlrun.pod Perl execution and options
5548pod/perlsec.pod Perl security
5549pod/perlsecpolicy.pod Perl security report handling policy
5550pod/perlsource.pod Guide to the Perl source tree
5551pod/perlstyle.pod Perl style guide
5552pod/perlsub.pod Perl subroutines
5553pod/perlsyn.pod Perl syntax
5554pod/perlthrtut.pod Perl threads tutorial
5555pod/perltie.pod Perl objects hidden behind simple variables
5556pod/perltodo.pod
5557pod/perltooc.pod
5558pod/perltoot.pod
5559pod/perltrap.pod Perl traps for the unwary
5560pod/perlunicode.pod Perl Unicode support
5561pod/perlunicook.pod Perl Unicode cookbook
5562pod/perlunifaq.pod Perl Unicode FAQ
5563pod/perluniintro.pod Perl Unicode introduction
5564pod/perlunitut.pod Perl Unicode tutorial
5565pod/perlutil.pod utilities packaged with the Perl distribution
5566pod/perlvar.pod Perl predefined variables
5567pod/perlvms.pod Perl notes for VMS
5568pod/rofftoc Generate a table of contents in troff format
5569pod/splitman Splits perlfunc into multiple man pages
5570pod/splitpod Splits perlfunc into multiple pod pages
5571Porting/acknowledgements.pl Generate perldelta acknowledgements text
5572Porting/add-package.pl Add/Update CPAN modules that are part of Core
5573Porting/add-pod-file Utility to add new pod/*.pod file to core distribution
5574Porting/bench.pl Run benchmarks against t/perf/benchmarks
5575Porting/bisect.pl A tool to make bisecting easy
5576Porting/bisect-example.sh Example script to use with git bisect run
5577Porting/bisect-runner.pl Tool to be called by git bisect run
5578Porting/bump-perl-version bump the perl version in relevant files
5579Porting/check-cpan-pollution Check for commits that may wrongly touch CPAN distros
5580Porting/checkansi.pl Check source code for ANSI-C violations
5581Porting/checkcfguse.pl Check that config symbols are being used
5582Porting/checkcfgvar.pl Check that config scripts define all symbols
5583Porting/checkpodencoding.pl Check POD encoding
5584Porting/checkURL.pl Check whether we have working URLs
5585Porting/checkVERSION.pl Check whether we have $VERSIONs
5586Porting/cmpVERSION.pl Compare whether two trees have changed modules
5587Porting/config.sh Sample config.sh
5588Porting/config_H Sample config.h
5589Porting/config_h.pl Reorder config_h.SH after metaconfig
5590Porting/core-cpan-diff Compare core distros with their CPAN equivalents
5591Porting/core-team.json Membership of the Perl Core Team
5592Porting/corecpan.pl Reports outdated dual-lived modules
5593Porting/corelist.pl Generates data for Module::CoreList
5594Porting/corelist-diff Tool to produce corelist diffs
5595Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList
5596Porting/deparse-skips.txt List of test files to ignore/skip for deparse tests.
5597Porting/docs-team-charter.pod Perl Documentation Team charter
5598Porting/epigraphs.pod the release epigraphs used over the years
5599Porting/exclude_contrib.txt Data about contributors that do not want to be listed in AUTHORS
5600Porting/exec-bit.txt List of files that get +x in release tarball
5601Porting/exercise_makedef.pl Brute force testing for makedef.pl
5602Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source
5603Porting/findrfuncs Find reentrant variants of functions used in an executable
5604Porting/git-deltatool Mark commits for perldelta in git notes
5605Porting/git-find-p4-change Find the change for a p4 change number
5606Porting/git-make-p4-refs Output git refs for each p4 change number, suitable for appending to .git/packed-refs
5607Porting/GitUtils.pm Generate the contents of a .patch file
5608Porting/Glossary Glossary of config.sh variables
5609Porting/harness-timer-report.pl Analyze the timings from the test harness
5610Porting/how_to_write_a_perldelta.pod Bluffer's guide to writing a perldelta.
5611Porting/leakfinder.pl Hacky script for finding memory leaks
5612Porting/Maintainers Program to pretty print info in Maintainers.pl
5613Porting/Maintainers.pl Information about maintainers
5614Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
5615Porting/make-rmg-checklist Generates a checklist 4 the release manager
5616Porting/make_dot_patch.pl Make a .patch file from a git WD
5617Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it
5618Porting/makemeta Create the top-level META.yml
5619Porting/makerel Release making utility
5620Porting/manicheck Check against MANIFEST
5621Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
5622Porting/manisort Sort the MANIFEST
5623Porting/mksample Generate Porting/config_H and Porting/config.sh
5624Porting/new-perldelta.pl Generate a new perldelta
5625Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
5626Porting/perldelta_template.pod Template for creating new perldelta.pod files
c492ef5c 5627Porting/perlgov-team-update Tool to update perlgov from perl-core-teaml
bf8d7753
YO
5628Porting/perlhist_calculate.pl Perform calculations to update perlhist
5629Porting/pod_lib.pl Code for handling generated pods
5630Porting/pod_rules.pl generate lists of pod files for Makefiles
5631Porting/podtidy Reformat pod using Pod::Tidy
5632Porting/pumpkin.pod Guidelines and hints for Perl maintainers
5633Porting/README.pod Outline of contents of Porting directory
5634Porting/README.y2038 Perl notes for the 2038 fix
098d30ef 5635Porting/release_announcement_template.txt
bf8d7753
YO
5636Porting/release_managers_guide.pod Release Manager's Guide
5637Porting/release_schedule.pod Schedule for future releases
5638Porting/rt_list_patches A tool to help you apply patches from RT
5639Porting/security_template.pod Template for vulnerability announcements
5640Porting/sort_perldiag.pl Keep our diagnostics orderly
5641Porting/sync-with-cpan Sync with CPAN
5642Porting/test-dist-modules.pl Test dist/ modules on currently active perl (used for CI)
5643Porting/timecheck.c Test program for the 2038 fix
5644Porting/timecheck2.c Test program for the 2038 fix
5645Porting/todo.pod Perl things to do
5646Porting/updateAUTHORS.pl Tool to automatically update AUTHORS and .mailmap from git log data
5647Porting/updateAUTHORS.pm Brains of updateAUTHORS.pl
5648Porting/valgrindpp.pl Summarize valgrind reports
5649Porting/vote_admin_guide.pod Perlgov Vote Administrator guide
5650qnx/ar QNX implementation of "ar" utility
5651qnx/cpp QNX implementation of preprocessor filter
5652qnx/qnx.c QNX silent matherr callback
5653regen/charset_translations.pl Character set utilities
5654regen/ebcdic.pl Generates ebcdic_tables.h
5655regen/embed.pl Produces {embed,embedvar,proto}.h
5656regen/embed_lib.pl Reads embed.fnc and regen/opcodes
5657regen/feature.pl Generates feature.pm
5658regen/genpacksizetables.pl Generate the size tables for pack/unpack
5659regen/HeaderParser.pm Module used to parse header files
5660regen/keywords.pl Program to write keywords.h
5661regen/lib_cleanup.pl Generate lib/.gitignore from MANIFEST
5662regen/mg_vtable.pl generate mg_vtable.h
5663regen/miniperlmain.pl generate miniperlmain.c
5664regen/mk_invlists.pl Generates charclass_invlists.h
5665regen/mk_PL_charclass.pl Populate the PL_charclass table
5666regen/mph.pl Generate perfect hashes
5667regen/op_private Definitions of bits in an OP's op_private field
5668regen/opcode.pl Opcode header generator
5669regen/opcodes Opcode data
5670regen/overload.pl generate overload.h
5671regen/reentr.pl Reentrant interfaces
5672regen/regcharclass.pl Generate regcharclass.h from inline data
3dfcef7e 5673regen/regcharclass_multi_char_folds.pl Generate input for regcharclass.pl
bf8d7753
YO
5674regen/regcomp.pl Builder of regnodes.h
5675regen/regen_lib.pl Common file routines for generator scripts
5676regen/scope_types.pl Regenerate scope_types.h
5677regen/tidy_embed.pl Program to clean up embed.fnc manually
5678regen/uconfig_h.pl generate uconfig.h (requires /bin/sh)
5679regen/unicode_constants.pl generate unicode_constants.h
5680regen/warnings.pl Program to write warnings.h and lib/warnings.pm
5681t/base/cond.t See if conditionals work
5682t/base/if.t See if if works
5683t/base/lex.t See if lexical items work
5684t/base/num.t See if numbers work
5685t/base/pat.t See if pattern matching works
5686t/base/rs.t See if record-read works
5687t/base/term.t See if various terms work
5688t/base/translate.t See if character set translation works
5689t/base/while.t See if while work
8034715d 5690t/benchmark/gh7094-speed-up-keys-on-empty-hash.t Benchmark if keys on empty hashes is fast enough
bf8d7753
YO
5691t/bigmem/hash.t Check hashing too large strings throws an exception
5692t/bigmem/index.t Check that index() handles large offsets
5693t/bigmem/pos.t Check that pos() handles large offsets
5694t/bigmem/read.t Check read() handles large offsets
5695t/bigmem/regexp.t Test regular expressions with large strings
5696t/bigmem/subst.t Test s/// with large strings
5697t/bigmem/vec.t Check vec() handles large offsets
5698t/charset_tools.pl To aid in portable testing across platforms with different character sets
5699t/class/class.t See if class declarations work
5700t/class/construct.t See if class constructors work
5701t/class/destruct.t See if class destruction works
5702t/class/field.t See if class field declarations work
5703t/class/inherit.t See if class inheritance works
5704t/class/method.t See if class method declarations work
5705t/class/phasers.t See if class phaser blocks work
5706t/class/threads.t See if classes work across multiple threads
5707t/cmd/elsif.t See if else-if works
5708t/cmd/for.t See if for loops work
5709t/cmd/mod.t See if statement modifiers work
5710t/cmd/subval.t See if subroutine values work
5711t/cmd/switch.t See if switch optimizations work
5712t/comp/bproto.t See if builtins conform to their prototypes
5713t/comp/cmdopt.t See if command optimization works
5714t/comp/colon.t See if colons are parsed correctly
5715t/comp/decl.t See if declarations work
5716t/comp/filter_exception.t See if $@ survives source filters
5717t/comp/final_line_num.t See if line numbers are correct at EOF
5718t/comp/fold.t See if constant folding works
5719t/comp/form_scope.t See if format scoping works
5720t/comp/hints.aux Auxiliary file for %^H test
5721t/comp/hints.t See if %^H works
5722t/comp/line_debug.t See if @{"_<$file"} works
5723t/comp/line_debug_0.aux Auxiliary file for @{"_<$file"} test
5724t/comp/multiline.t See if multiline strings work
5725t/comp/opsubs.t See if q() etc. are not parsed as functions
5726t/comp/our.t Tests for our declaration
5727t/comp/package.t See if packages work
5728t/comp/package_block.t See if package block syntax works
5729t/comp/parser.t See if the parser works in edge cases
36aa5d0d 5730t/comp/parser_run.t See if parser works in additional edge case
bf8d7753
YO
5731t/comp/proto.t See if function prototypes work
5732t/comp/redef.t See if we get correct warnings on redefined subs
5733t/comp/require.t See if require works
5734t/comp/retainedlines.t See if the debugger can retain eval's lines
5735t/comp/term.t See if more terms work
5736t/comp/uproto.t See if the _ prototype works
5737t/comp/use.t See if pragmata work
5738t/comp/utf.t See if UTFs work
5739t/harness Finer diagnostics from test suite
5740t/io/argv.t See if ARGV stuff works
5741t/io/binmode.t See if binmode() works
5742t/io/bom.t See if scripts can start with a byte order mark
5743t/io/closepid.t See if close works for subprocesses
5744t/io/crlf.t See if :crlf works
5745t/io/crlf_through.t See if pipe passes data intact with :crlf
5746t/io/data.t See if DATA works
5747t/io/defout.t See if PL_defoutgv works
5748t/io/dup.t See if >& works right
5749t/io/eintr.t See if code called during EINTR is safe
5750t/io/eintr_print.t Test that print is not returning EINTR
5751t/io/errno.t See if $! is correctly set
5752t/io/errnosig.t Test case for restoration $! when leaving signal handlers
5753t/io/fflush.t See if auto-flush on fork/exec/system/qx works
5754t/io/fs.t See if directory manipulations work
5755t/io/getcwd.t See if Internals::getcwd is sane
5756t/io/inplace.t See if inplace editing works
5757t/io/iofile.t See if we can load IO::File on demand
5758t/io/iprefix.t See if inplace editing works with prefixes
5759t/io/layers.t See if PerlIO layers work
5760t/io/msg.t See if SysV message queues work
5761t/io/nargv.t See if nested ARGV stuff works
5762t/io/open.t See if open works
5763t/io/openpid.t See if open works for subprocesses
bf8c3686 5764t/io/paragraph_mode.t See if paragraph mode works
bf8d7753
YO
5765t/io/perlio.t See if PerlIO works
5766t/io/perlio_fail.t See if bad layers fail
5767t/io/perlio_leaks.t See if PerlIO layers are leaking
5768t/io/perlio_open.t See if certain special forms of open work
5769t/io/pipe.t See if secure pipes work
5770t/io/print.t See if print commands work
5771t/io/pvbm.t See if PVBMs break IO commands
5772t/io/read.t See if read works
5773t/io/say.t See if say works
5774t/io/sem.t See if SysV semaphores work
5775t/io/semctl.t See if SysV semaphore semctl works
5776t/io/shm.t See if SysV shared memory works
5777t/io/socket.t See if socket functions work
5778t/io/socketpair.t See if socketpair function works
5779t/io/tell.t See if file seeking works
5780t/io/through.t See if pipe passes data intact
5781t/io/utf8.t See if file seeking works
5782t/japh/abigail.t Obscure tests
93f6f965
YO
5783t/lib/caller/Apack.pm test Module for caller.t and t/op/hook/require.t
5784t/lib/caller/Bicycle.pm test Module for t/op/hook/require.t (cyclic)
5785t/lib/caller/Bpack.pm test Module for caller.t and t/op/hook/require.t
5786t/lib/caller/Cpack.pm test Module for caller.t and t/op/hook/require.t
5787t/lib/caller/Cycle.pm test Module for t/op/hook/require.t (cyclic)
5788t/lib/caller/Foo.pm test Module for caller.t and t/op/hook/require.t
5789t/lib/caller/Tricycle.pm test Module for t/op/hook/require.t (cyclic)
bf8d7753
YO
5790t/lib/CannotParse.pm For test case in op/require_errors.t
5791t/lib/charnames/alias Tests of "use charnames" with aliases.
5792t/lib/Cname.pm Test charnames in regexes (op/pat.t)
5793t/lib/common.pl Helper for lib/{warnings,feature}.t
5794t/lib/commonsense.t See if configuration meets basic needs
5795t/lib/Count.pm Helper for t/op/method.t
5796t/lib/croak.t Test calls to Perl_croak() in the C source.
5797t/lib/croak/class Test croak calls from class.c
5798t/lib/croak/gv Test croak calls from gv.c
5799t/lib/croak/mg Test croak calls from mg.c
5800t/lib/croak/op Test croak calls from op.c
5801t/lib/croak/pp Test croak calls from pp.c
5802t/lib/croak/pp_ctl Test croak calls from pp_ctl.c
5803t/lib/croak/pp_hot Test croak calls from pp_hot.c
5804t/lib/croak/pp_sys Test croak calls from pp_sys.c
5805t/lib/croak/regcomp Test croak calls from regcomp.c
5806t/lib/croak/toke Test croak calls from toke.c
5807t/lib/croak/toke_l1 Test croak calls from toke.c; file is not UTF-8 encoded
5808t/lib/cygwin.t Builtin cygwin function tests
5809t/lib/dbmt_common.pl Common functionality for ?DBM_File tests
5810t/lib/deprecate.t Test deprecate.pm
5811t/lib/deprecate/Deprecated.pm Deprecated module to test deprecate.pm
5812t/lib/deprecate/Optionally.pm Optionally deprecated module to test deprecate.pm
5813t/lib/Devel/nodb.pm Module for t/run/switchd.t
5814t/lib/Devel/switchd.pm Module for t/run/switchd.t
5815t/lib/Devel/switchd_empty.pm Module for t/run/switchd.t
5816t/lib/Devel/switchd_goto.pm Module for t/run/switchd.t
5817t/lib/Dies.pm For test case in op/require_errors.t
5818t/lib/feature/api Test API for checking features enabled/disabled
0f2beabb 5819t/lib/feature/bareword_filehandles Tests for enabling/disabling bareword_filehandles feature
bf8d7753
YO
5820t/lib/feature/bits Tests for feature bit handling
5821t/lib/feature/bundle Tests for feature bundles
5822t/lib/feature/implicit Tests for implicit loading of feature.pm
5823t/lib/feature/indirect Tests for enabling/disabling indirect method calls
5824t/lib/feature/multidimensional Tests for enabling/disabling $foo{$x, $y} => $foo{join($;, $x, $y)}
5825t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature
5826t/lib/feature/removed Tests for enabling/disabling removed feature
5827t/lib/feature/say Tests for enabling/disabling say feature
5828t/lib/feature/switch Tests for enabling/disabling switch feature
bf8d7753
YO
5829t/lib/h2ph.h Test header file for h2ph
5830t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
5831t/lib/locale/latin1 Part of locale.t in Latin 1
5832t/lib/locale/utf8 Part of locale.t in UTF8
5833t/lib/mypragma.pm An example user pragma
5834t/lib/mypragma.t Test the example user pragma
5835t/lib/no_load.t Test that some modules don't load others
5836t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback
5837t/lib/overload_nomethod.t Test that nomethod works as expected
5838t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly
5839t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t
5840t/lib/strict/refs Tests of "use strict 'refs'" for strict.t
5841t/lib/strict/subs Tests of "use strict 'subs'" for strict.t
5842t/lib/strict/vars Tests of "use strict 'vars'" for strict.t
5843t/lib/subs/subs Tests of "use subs"
5844t/lib/test_require.pm A test file for t/op/inccode.t
5845t/lib/test_use.pm A test pragma for t/comp/use.t
5846t/lib/test_use_14937.pm A test pragma for t/comp/use.t
5847t/lib/universal.t Tests for functions in universal.c
5848t/lib/warnings/1global Tests of global warnings for warnings.t
5849t/lib/warnings/2use Tests for "use warnings" for warnings.t
5850t/lib/warnings/3both Tests for interaction of $^W and "use warnings"
5851t/lib/warnings/4lint Tests for -W switch
5852t/lib/warnings/5nolint Tests for -X switch
5853t/lib/warnings/6default Tests default warnings
5854t/lib/warnings/7fatal Tests fatal warnings
5855t/lib/warnings/8signal Tests warnings + __WARN__ and __DIE__
5856t/lib/warnings/9enabled Tests warnings
5857t/lib/warnings/9uninit Tests "Use of uninitialized" warnings
5858t/lib/warnings/av Tests for av.c for warnings.t
5859t/lib/warnings/builtin Tests for builtin.c for warnings.t
5860t/lib/warnings/class Tests for class.c for warnings.t
5861t/lib/warnings/doio Tests for doio.c for warnings.t
5862t/lib/warnings/gv Tests for gv.c for warnings.t
5863t/lib/warnings/hv Tests for hv.c for warnings.t
5864t/lib/warnings/malloc Tests for malloc.c for warnings.t
5865t/lib/warnings/mg Tests for mg.c for warnings.t
5866t/lib/warnings/op Tests for op.c for warnings.t
5867t/lib/warnings/pad Tests for pad.c for warnings.t
5868t/lib/warnings/perl Tests for perl.c for warnings.t
5869t/lib/warnings/perlio Tests for perlio.c for warnings.t
5870t/lib/warnings/pp Tests for pp.c for warnings.t
5871t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t
5872t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t
5873t/lib/warnings/pp_pack Tests for pp_pack.c for warnings.t
5874t/lib/warnings/pp_sys Tests for pp_sys.c for warnings.t
5875t/lib/warnings/regcomp Tests for regcomp.c for warnings.t
5876t/lib/warnings/regexec Tests for regexec.c for warnings.t
5877t/lib/warnings/run Tests for run.c for warnings.t
5878t/lib/warnings/sv Tests for sv.c for warnings.t
5879t/lib/warnings/taint Tests for taint.c for warnings.t
5880t/lib/warnings/toke Tests for toke.c for warnings.t
5881t/lib/warnings/universal Tests for universal.c for warnings.t
5882t/lib/warnings/utf8 Tests for utf8.c for warnings.t
5883t/lib/warnings/util Tests for util.c for warnings.t
5884t/loc_tools.pl Common functions for finding platform's locales
5885t/mro/basic.t mro tests
5886t/mro/basic_01_c3.t mro tests
5887t/mro/basic_01_c3_utf8.t utf8 mro tests
5888t/mro/basic_01_dfs.t mro tests
5889t/mro/basic_01_dfs_utf8.t utf8 mro tests
5890t/mro/basic_02_c3.t mro tests
5891t/mro/basic_02_c3_utf8.t utf8 mro tests
5892t/mro/basic_02_dfs.t mro tests
5893t/mro/basic_02_dfs_utf8.t utf8 mro tests
5894t/mro/basic_03_c3.t mro tests
5895t/mro/basic_03_c3_utf8.t utf8 mro tests
5896t/mro/basic_03_dfs.t mro tests
5897t/mro/basic_03_dfs_utf8.t utf8 mro tests
5898t/mro/basic_04_c3.t mro tests
5899t/mro/basic_04_c3_utf8.t utf8 mro tests
5900t/mro/basic_04_dfs.t mro tests
5901t/mro/basic_04_dfs_utf8.t utf8 mro tests
5902t/mro/basic_05_c3.t mro tests
5903t/mro/basic_05_c3_utf8.t utf8 mro tests
5904t/mro/basic_05_dfs.t mro tests
5905t/mro/basic_05_dfs_utf8.t utf8 mro tests
5906t/mro/basic_utf8.t utf8 mro tests
5907t/mro/c3_with_overload.t mro tests
5908t/mro/c3_with_overload_utf8.t utf8 mro tests
5909t/mro/complex_c3.t mro tests
5910t/mro/complex_c3_utf8.t utf8 mro tests
5911t/mro/complex_dfs.t mro tests
5912t/mro/complex_dfs_utf8.t utf8 mro tests
5913t/mro/dbic_c3.t mro tests
5914t/mro/dbic_c3_utf8.t utf8 mro tests
5915t/mro/dbic_dfs.t mro tests
5916t/mro/dbic_dfs_utf8.t utf8 mro tests
5917t/mro/inconsistent_c3.t mro tests
5918t/mro/inconsistent_c3_utf8.t utf8 mro tests
5919t/mro/isa_aliases.t tests for shared @ISA arrays
5920t/mro/isa_aliases_utf8.t utf8 mro tests
5921t/mro/isa_c3.t test for optimisatised mro_get_linear_isa_c3
5922t/mro/isa_c3_utf8.t utf8 mro tests
5923t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs
5924t/mro/isa_dfs_utf8.t utf8 mro tests
5925t/mro/isarev.t PL_isarev/mro::get_isarev tests
5926t/mro/isarev_utf8.t utf8 mro tests
5927t/mro/method_caching.t mro tests
5928t/mro/method_caching_utf8.t utf8 mro tests
5929t/mro/next_edgecases.t mro tests
5930t/mro/next_edgecases_utf8.t utf8 mro tests
5931t/mro/next_goto.t mro tests
5932t/mro/next_goto_utf8.t utf8 mro tests
5933t/mro/next_inanon.t mro tests
5934t/mro/next_inanon_utf8.t utf8 mro tests
5935t/mro/next_ineval.t mro tests
5936t/mro/next_ineval_utf8.t utf8 mro tests
5937t/mro/next_method.t mro tests
5938t/mro/next_method_utf8.t utf8 mro tests
5939t/mro/next_NEXT.t mro tests
5940t/mro/next_NEXT_utf8.t utf8 mro tests
5941t/mro/next_skip.t mro tests
5942t/mro/next_skip_utf8.t utf8 mro tests
5943t/mro/overload_c3.t mro tests
5944t/mro/overload_c3_utf8.t utf8 mro tests
5945t/mro/overload_dfs.t mro tests
5946t/mro/package_aliases.t mro tests
5947t/mro/package_aliases_utf8.t utf8 mro tests
5948t/mro/pkg_gen.t mro tests
5949t/mro/pkg_gen_utf8.t utf8 mro tests
5950t/mro/recursion_c3.t mro tests
5951t/mro/recursion_c3_utf8.t utf8 mro tests
5952t/mro/recursion_dfs.t mro tests
5953t/mro/recursion_dfs_utf8.t utf8 mro tests
5954t/mro/vulcan_c3.t mro tests
5955t/mro/vulcan_c3_utf8.t utf8 mro tests
5956t/mro/vulcan_dfs.t mro tests
5957t/mro/vulcan_dfs_utf8.t utf8 mro tests
5958t/op/64bitint.t See if 64 bit integers work
5959t/op/aassign.t test list assign
5960t/op/alarm.t See if alarm works
5961t/op/anonconst.t See if :const works
5962t/op/anonsub.t See if anonymous subroutines work
5963t/op/append.t See if . works
5964t/op/args.t See if operations on @_ work
5965t/op/arith2.t See if arithmetic works
5966t/op/array.t See if array operations work
5967t/op/assignwarn.t See if OP= operators warn correctly for undef targets
5968t/op/attrhand.t See if attribute handlers work
5969t/op/attrproto.t See if the prototype attribute works
5970t/op/attrs.t See if attributes on declarations work
5971t/op/auto.t See if autoincrement et all work
5972t/op/avhv.t See if pseudo-hashes work
5973t/op/bless.t See if bless works
5974t/op/blocks.t See if BEGIN and friends work
5975t/op/bool.t Check misc details of boolean values
5976t/op/bop.t See if bitops work
5977t/op/caller.pl Tests shared between caller.t and XS op.t
5978t/op/caller.t See if caller() works
5979t/op/catch.t See if catching exception works
5980t/op/chars.t See if character escapes work
5981t/op/chdir.t See if chdir works
5982t/op/chop.t See if chop works
5983t/op/chr.t See if chr works
5984t/op/closure.t See if closures work
5985t/op/closure_test.pl Extra file for closure.t
5986t/op/cmpchain.t See if comparison chaining works
5987t/op/concat2.t Tests too complex for concat.t
5988t/op/cond.t See if conditional expressions work
5989t/op/const-optree.t Tests for sub(){...} becoming constant
5990t/op/context.t See if context propagation works
5991t/op/coreamp.t Test &foo() calls for CORE subs
5992t/op/coresubs.t Generic tests for CORE subs
5993t/op/cproto.t Check builtin prototypes
5994t/op/crypt.t See if crypt works
5995t/op/current_sub.t __SUB__ tests
5996t/op/dbm.t See if dbmopen/dbmclose work
5997t/op/decl-refs.t See if my \$foo works
5998t/op/defer.t See if defer blocks work
5999t/op/defined.t See if defined() edge cases work
6000t/op/defins.t See if auto-insert of defined() works
6001t/op/delete.t See if delete works
6002t/op/die.t See if die works
6003t/op/die_except.t See if die/eval avoids $@ clobberage
6004t/op/die_exit.t See if die and exit status interaction works
6005t/op/die_keeperr.t See if G_KEEPERR works for destructors
6006t/op/die_unwind.t Check die/eval early-$@ backcompat hack
6007t/op/do.t See if subroutines work
6008t/op/dor.t See if defined-or (//) works
6009t/op/dump.t See if dump works.
6010t/op/each.t See if hash iterators work
6011t/op/each_array.t See if array iterators work
6012t/op/eval.t See if eval operator works
6013t/op/evalbytes.t See if evalbytes operator works
6014t/op/exec.t See if exec, system and qx work
6015t/op/exists_sub.t See if exists(&sub) works
6016t/op/exp.t See if math functions work
6017t/op/fh.t See if filehandles work
6018t/op/filehandle.t Tests for https://github.com/Perl/perl5/issues/10133
6019t/op/filetest.t See if file tests work
6020t/op/filetest_stack_ok.t See if file tests leave their argument on the stack
6021t/op/filetest_t.t See if -t file test works
6022t/op/flip.t See if range operator works
6023t/op/for.t See if for loops work
6024t/op/for-many.t See if n-at-a-time for loops work
6025t/op/fork.t See if fork works
6026t/op/fresh_perl_utf8.t UTF8 tests for pads and gvs
6027t/op/getpid.t See if $$ and getppid work with threads
6028t/op/getppid.t See if getppid works
6029t/op/glob.t See if <*> works
6030t/op/gmagic.t See if GMAGIC works
6031t/op/goto.t See if goto works
6032t/op/goto_xs.t See if "goto &sub" works on XSUBs
6033t/op/grent.t See if getgr*() functions work
6034t/op/grep.t See if grep() and map() work
6035t/op/groups.t See if $( works
6036t/op/gv.t See if typeglobs work
6037t/op/hash.t See if the complexity attackers are repelled
6038t/op/hash-clear-placeholders.t Tests for corner cases in S_clear_placeholders
6039t/op/hash-rt85026.t See if hash iteration/deletion works
6040t/op/hashassign.t See if hash assignments work
6041t/op/hashwarn.t See if warnings for bad hash assignments work
6042t/op/heredoc.t See if heredoc edge and corner cases work
6043t/op/hexfp.t See if hexadecimal float literals work
93f6f965 6044t/op/hook/require.t See if require hooks work properly.
bf8d7753
YO
6045t/op/inc.t See if inc/dec of integers near 32 bit limit work
6046t/op/inccode.t See if coderefs work in @INC
6047t/op/inccode-tie.t See if tie to @INC works
6048t/op/incfilter.t See if the source filters in coderef-in-@INC work
6049t/op/index.t See if index works
6050t/op/index_thr.t See if index works in another thread
6051t/op/infnan.t See if inf/nan work
6052t/op/int.t See if int works
6053t/op/isa.t See if isa works
6054t/op/join.t See if join works
6055t/op/kill0.t See if kill works
6056t/op/kill0_child Process tree script that is kill()ed
6057t/op/kvaslice.t See if index/value array slices work
6058t/op/kvhslice.t See if key/value hash slices work
6059t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
6060t/op/leaky-magic.t See whether vars' magic leaks into packages
6061t/op/length.t See if length works
6062t/op/lex.t Tests too complex for t/base/lex.t
6063t/op/lex_assign.t See if ops involving lexicals or pad temps work
6064t/op/lexsub.t See if lexical subroutines work
6065t/op/lfs.t See if large files work for perlio
6066t/op/list.t See if lists and list slices work
6067t/op/local.t See if local works
6068t/op/localref.t See if local ${deref} works
6069t/op/lock.t Tests for lock args & retval (no threads)
6070t/op/loopctl.t See if next/last/redo work
6071t/op/lop.t See if logical operators work
6072t/op/lvref.t See if aliasing via references works
6073t/op/magic.t See if magic variables work
6074t/op/magic-27839.t Test for #27839, skipped for minitest
6075t/op/method.t See if method calls work
6076t/op/mkdir.t See if mkdir works
6077t/op/multideref.t See if "$a[0]{foo}[$i]{$k}" etc works
6078t/op/my.t See if lexical scoping works
6079t/op/my_stash.t See if my Package works
6080t/op/mydef.t See if "my $_" works
6081t/op/negate.t See if unary minus works
6082t/op/not.t See if not works
6083t/op/numconvert.t See if accessing fields does not change numeric values
6084t/op/numify.t See if string-to-number conversion works
6085t/op/numify_chkflags.t See if string-to-number conversion behaves correctly
6086t/op/oct.t See if oct and hex work
6087t/op/or.t See if || works in weird situations
6088t/op/ord.t See if ord works
6089t/op/overload_integer.t See if overload::constant for integer works after "use".
6090t/op/override.t See if operator overriding works
6091t/op/pack.t See if pack and unpack work
6092t/op/packagev.t See if package VERSION work
6093t/op/pos.t See if pos works
6094t/op/postfixderef.t See if ->$* ->@[ et al work
6095t/op/pow.t See if ** works
6096t/op/print.t See if print works
6097t/op/protowarn.t See if the illegalproto warnings work
6098t/op/push.t See if push and pop work
6099t/op/pwent.t See if getpw*() functions work
6100t/op/qr.t See if qr works
6101t/op/quotemeta.t See if quotemeta works
6102t/op/rand.t See if rand works
6103t/op/range.t See if .. works
6104t/op/read.t See if read() works
6105t/op/readdir.t See if readdir() works
6106t/op/readline.t See if <> / readline / rcatline work
6107t/op/recurse.t See if deep recursion works
6108t/op/ref.t See if refs and objects work
6109t/op/repeat.t See if x operator works
6110t/op/require_37033.t See if require always closes rsfp
6111t/op/require_errors.t See if errors from require are reported correctly
6112t/op/require_gh20577.t Make sure updating %INC from an INC hook doesnt break @INC
6113t/op/require_override.t See if require handles no argument properly
6114t/op/reset.t See if reset operator works
6115t/op/reverse.t See if reverse operator works
6116t/op/rt119311.t Test bug #119311 (die/DESTROY/recursion)
6117t/op/runlevel.t See if die() works from perl_call_*()
6118t/op/select.t See if 0- and 1-argument select works
6119t/op/setpgrpstack.t See if setpgrp works
6120t/op/sigdispatch.t See if signals are always dispatched
6121t/op/signame_canonical.t See if duplicate signal names always use the canonical name when the handler is invoked.
6122t/op/signatures.t See if sub signatures work
6123t/op/sigsystem.t See if system and SIGCHLD handlers play together nicely
6124t/op/sleep.t See if sleep works
6125t/op/smartkve.t See if smart deref for keys/values/each works
6126t/op/smartmatch.t See if the ~~ operator works
6127t/op/sort.t See if sort works
6128t/op/splice.t See if splice works
6129t/op/split.t See if split works
6130t/op/split_unicode.t Test split /\s/ and Unicode
6131t/op/sprintf.t See if sprintf works
6132t/op/sprintf2.t See if sprintf works
6133t/op/srand.t See if srand works
6134t/op/sselect.t See if 4 argument select works
6135t/op/stash.t See if %:: stashes work
6136t/op/stash_parse_gv.t See if parse_gv_stash_name works
6137t/op/stat.t See if stat works
6138t/op/stat_errors.t See if stat and file tests handle threshold errors
6139t/op/state.t See if state variables work
6140t/op/study.t See if study works
6141t/op/studytied.t See if study works with tied scalars
6142t/op/sub.t See if subroutines work
6143t/op/sub_lval.t See if lvalue subroutines work
6144t/op/substr.t See if substr works
6145t/op/substr_thr.t See if substr works in another thread
6146t/op/svflags.t See if POK is set as expected.
6147t/op/svleak.pl Test file for svleak.t
6148t/op/svleak.t See if stuff leaks SVs
6149t/op/switch.t See if switches (given/when) work
6150t/op/symbolcache.t See if undef/delete works on stashes with functions
6151t/op/sysio.t See if sysread and syswrite work
6152t/op/taint.t See if tainting works
6153t/op/threads.t Misc. tests for perl features with threads
6154t/op/threads-dirh.t Test interaction of threads and dir handles
6155t/op/threads_create.pl Ancillary file for t/op/threads.t
6156t/op/tie.t See if tie/untie functions work
6157t/op/tie_fetch_count.t See if FETCH is only called once on tied variables
6158t/op/tiearray.t See if tie for arrays works
6159t/op/tiehandle.t See if tie for handles works
6160t/op/tiehash.t Tests for tied hashes using test.pl
6161t/op/time.t See if time functions work
6162t/op/time_loop.t Test that very large values don't hang gmtime and localtime.
6163t/op/tr.t See if tr works
6164t/op/tr_latin1.t See if tr works, but file isn't encoded in UTF-8
6165t/op/try.t See if try works
6166t/op/undef.t See if undef works
6167t/op/universal.t See if UNIVERSAL class works
6168t/op/unlink.t See if unlink works
6169t/op/unshift.t See if unshift works
6170t/op/upgrade.t See if upgrading and assigning scalars works
6171t/op/utf8cache.t Tests malfunctions of utf8 cache
6172t/op/utf8decode.t See if UTF-8 decoding works
6173t/op/utf8magic.t See if utf8:: functions handle magic variables
6174t/op/utfhash.t See if utf8 keys in hashes behave
6175t/op/utftaint.t See if utf8 and taint work together
6176t/op/vec.t See if vectors work
6177t/op/ver.t See if v-strings and the %v format flag work
6178t/op/waitpid.t See if waitpid works
6179t/op/wantarray.t See if wantarray works
6180t/op/warn.t See if warn works
6181t/op/while.t See if while loops work
6182t/op/write.t See if write works (formats work)
6183t/op/yadayada.t See if ... works
3dfcef7e 6184t/opbasic/arith.t See if arithmetic works
bf8d7753 6185t/opbasic/cmp.t See if the various string and numeric compare work
3dfcef7e 6186t/opbasic/concat.t See if string concatenation works
bf8d7753
YO
6187t/opbasic/magic_phase.t See if ${^GLOBAL_PHASE} works
6188t/opbasic/qq.t See if qq works
6189t/perf/benchmarks snippets of benchmarking/profiling code
6190t/perf/benchmarks.t test t/perf/benchmarks syntax
6191t/perf/opcount.t See if optimised subs have the right op counts
6192t/perf/optree.t Test presence of some op optimisations
6193t/perf/speed.t See if optimisations are keeping things fast
6194t/perf/taint.t See if optimisations are keeping things fast (taint issues)
6195t/perl.supp Perl valgrind suppressions
6196t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used
6197t/porting/authors.t Check that all authors have been acknowledged
6198t/porting/bench.t Check Porting/bench.pl runs ok
6199t/porting/bench/badhash a test file for t/porting/bench.t
6200t/porting/bench/badname a test file for t/porting/bench.t
6201t/porting/bench/badversion.json a test file for t/porting/bench.t
6202t/porting/bench/callsub.json a test file for t/porting/bench.t
6203t/porting/bench/callsub2.json a test file for t/porting/bench.t
6204t/porting/bench/oddentry a test file for t/porting/bench.t
6205t/porting/bench/ret0 a test file for t/porting/bench.t
6206t/porting/bench/synerr a test file for t/porting/bench.t
6207t/porting/bench_selftest.t run Porting/bench.pl's selftest facility
6208t/porting/bincompat.t Check that {non_,}bincompat_options are ordered
6209t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly
6210t/porting/checkcfgvar.t Check that all config.sh-like files are good
6211t/porting/cmp_version.t Test whether all changed module files have their VERSION bumped
6212t/porting/copyright.t Check that copyright years match
6213t/porting/corelist.t Check that Module-CoreList has perl versions for the current perl
cfc6c78d 6214t/porting/customized.dat Data file for porting/customized.t
bf8d7753 6215t/porting/customized.t Check all CUSTOMIZED files are as they should be
0144c000 6216t/porting/deprecation.t Test that deprecation warnings are handled right
bf8d7753
YO
6217t/porting/diag.t Test completeness of perldiag.pod
6218t/porting/dual-life.t Check that dual-life bins are in utils/
6219t/porting/exec-bit.t Check that exec-bit bins are identified
6220t/porting/extrefs.t Check perl headers don't make extern refs
6221t/porting/filenames.t Check the MANIFEST for filename portability.
6222t/porting/FindExt.t Test win32/FindExt.pm
6223t/porting/globvar.t Check that globvar.sym is sane
6224t/porting/header_parser.t Check that regen/HeaderParser.pm works as expected
6225t/porting/known_pod_issues.dat Data file for porting/podcheck.t
6226t/porting/libperl.t Check libperl.a sanity
6227t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
6228t/porting/manifest.t Test that this MANIFEST file is well formed
6229t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
6230t/porting/pod_rules.t Check that various pod lists are consistent
6231t/porting/podcheck.t Test the POD of shipped modules is well formed
6232t/porting/re_context.t Check assumptions made by save_re_context()
6233t/porting/readme.t Check that all files in Porting/ are mentioned in Porting/README.pod
6234t/porting/regen.t Check that regen.pl doesn't need running
6235t/porting/ss_dup.t Check that sv.c:ss_dup handles everything
6236t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
ca54131a 6237t/porting/test_testlist.t Test that we t/harness and t/TEST and MANIFEST agree on our test list
bf8d7753
YO
6238t/porting/update_authors.t Tests for Porting/updateAUTHORS.pl
6239t/porting/utils.t Check that utility scripts still compile
6240t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly
6241t/re/anyof.t See if bracketed char classes [...] compile properly
6242t/re/begin-once.t Checking that /o freeze a variable in a RegExp
6243t/re/bigfuzzy_not_utf8.t Big and ugly tests not storable as UTF-8
6244t/re/charset.t See if regex modifiers like /d, /u work properly
6245t/re/fold_grind.pl Core file to see if regex case folding works properly
6246t/re/fold_grind_8.t Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
6247t/re/fold_grind_a.t Wrapper for fold_grind.pl for /a testing
6248t/re/fold_grind_aa.t Wrapper for fold_grind.pl for /aa testing
6249t/re/fold_grind_d.t Wrapper for fold_grind.pl for /d testing
6250t/re/fold_grind_l.t Wrapper for fold_grind.pl for /l testing with a C locale
6251t/re/fold_grind_T.t Wrapper for fold_grind.pl for /l testing with a Turkic locale
6252t/re/fold_grind_u.t Wrapper for fold_grind.pl for /u testing
6253t/re/keep_tabs.t Tests where \t can't be expanded.
6254t/re/no_utf8_pm.t Verify utf8.pm doesn't get loaded unless required
961cdb3c 6255t/re/opt.t Test regexp optimizations
bf8d7753
YO
6256t/re/overload.t Test against string corruption in pattern matches on overloaded objects
6257t/re/pat.t See if esoteric patterns work
6258t/re/pat_advanced.t See if advanced esoteric patterns work
6259t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread
6260t/re/pat_psycho.t See if insane esoteric and slow patterns work
6261t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread
6262t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work
6263t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread
6264t/re/pat_rt_report.t See if esoteric patterns from rt reports work
6265t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread
6266t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s])
6267t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
6268t/re/pat_thr.t See if esoteric patterns work in another thread
6269t/re/pos.t Ensure pos() gets set properly after pre-match failures in pp_match
6270t/re/qr.t See if qr works
6271t/re/qr-72922.t Test for bug #72922
6272t/re/qr_gc.t See if qr doesn't leak
6273t/re/qrstack.t See if qr expands the stack properly
6274t/re/re_tests Regular expressions for regexp.t
6275t/re/recompile.t See if pattern caching/recompilation works
6276t/re/reg_60508.t See if bug #60508 is fixed
6277t/re/reg_email.t See if regex recursion works by parsing email addresses
6278t/re/reg_email_thr.t See if regex recursion works by parsing email addresses in another thread
6279t/re/reg_eval.t Test again regexp state corruption in (?{ }) and (??{ })
6280t/re/reg_eval_scope.t Test scoping issues with (?{ }) and (??{ })
6281t/re/reg_fold.t See if case folding works properly
6282t/re/reg_mesg.t See if one can get regular expression errors
6283t/re/reg_namedcapture.t Make sure glob assignment doesn't break named capture
6284t/re/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture
6285t/re/reg_nocapture.t Test the /n flag for regexps
6286t/re/reg_pmod.t See if regexp /p modifier works as expected
6287t/re/reg_posixcc.t See if posix character classes behave consistently
6288t/re/regex_sets.t Test (?[ ])
6289t/re/regex_sets_compat.t Test (?[ ]) is compatible with old [ ]
6290t/re/regexp.t See if regular expressions work
6291t/re/regexp_noamp.t See if regular expressions work with optimizations
6292t/re/regexp_nonull.t See if regexps work without trailing nulls
6293t/re/regexp_normal.t See if regexps work when expressions are normalized in various ways
6294t/re/regexp_notrie.t See if regular expressions work without trie optimisation
6295t/re/regexp_qr.t See if regular expressions work as qr//
6296t/re/regexp_qr_embed.t See if regular expressions work with embedded qr//
6297t/re/regexp_qr_embed_thr.t See if regular expressions work with embedded qr// in another thread
6298t/re/regexp_trielist.t See if regular expressions work with trie optimisation
6299t/re/regexp_unicode_prop.t See if unicode properties work in regular expressions as expected
6300t/re/regexp_unicode_prop_thr.t See if unicode properties work in regular expressions as expected under threads
6301t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING)
6302t/re/rxcode.t See if /(?{ code })/ works
6303t/re/script_run.t See if script runs works
6304t/re/speed.t See if optimisations are keeping things fast
6305t/re/speed_thr.t ditto under threads
6306t/re/stclass_threads.t Test if stclass is preserved across threads
6307t/re/subst.t See if substitution works
6308t/re/subst_amp.t See if $&-related substitution works
6309t/re/subst_wamp.t See if substitution works with $& present
6310t/re/substT.t See if substitution works with -T
6311t/re/uniprops01.t Test unicode \p{} regex constructs
6312t/re/uniprops02.t Test unicode \p{} regex constructs
6313t/re/uniprops03.t Test unicode \p{} regex constructs
6314t/re/uniprops04.t Test unicode \p{} regex constructs
6315t/re/uniprops05.t Test unicode \p{} regex constructs
6316t/re/uniprops06.t Test unicode \p{} regex constructs
6317t/re/uniprops07.t Test unicode \p{} regex constructs
6318t/re/uniprops08.t Test unicode \p{} regex constructs
6319t/re/uniprops09.t Test unicode \p{} regex constructs
6320t/re/uniprops10.t Test unicode \p{} regex constructs
6321t/re/user_prop_race_thr.t Test races in user-defined \p{} under threads
6322t/README Instructions for regression tests
6323t/run/cloexec.t Test close-on-exec.
6324t/run/dtrace.pl For dtrace.t
6325t/run/dtrace.t Test for DTrace probes
6326t/run/exit.t Test perl's exit status.
6327t/run/flib/broken.pm Bad .pm file for switchM.t
6328t/run/flib/t2.pm Test for .pmcs with -I/dir/
6329t/run/flib/t2.pmc Test for .pmcs with -I/dir/
6330t/run/fresh_perl.t Tests that require a fresh perl.
6331t/run/locale.t Tests related to locale handling
6332t/run/noswitch.t Test aliasing ARGV for other switch tests
6333t/run/runenv.t Test if perl honors its environment variables.
6334t/run/runenv_hashseed.t Test if perl honors PERL_HASH_SEED.
6335t/run/runenv_randseed.t Test if perl honors PERL_RAND_SEED.
6336t/run/script.t See if script invocation works
6337t/run/switch0.t Test the -0 switch
6338t/run/switcha.t Test the -a switch
6339t/run/switchC.t Test the -C switch
6340t/run/switchd.t Test the -d switch
6341t/run/switchd-78586.t See whether bug 78586 is fixed
6342t/run/switchDx.t Test the -D switch
6343t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
6344t/run/switchF.t Test the -F switch
6345t/run/switchF1.t Pathological tests for the -F switch
6346t/run/switchF2.t Pathological tests for the -F switch
6347t/run/switchI.t Test the -I switch
6348t/run/switchM.t Test the -M switch
6349t/run/switchn.t Test the -n switch
6350t/run/switchp.t Test the -p switch
6351t/run/switcht.t Test the -t switch
6352t/run/switchx.aux Data for switchx.t
6353t/run/switchx.t Test the -x switch
6354t/run/switchx2.aux Data for switchx.t
6355t/run/switchx3.aux Data for switchx.t
6356t/TEST The regression tester
6357t/test.pl Simple testing library
6358t/test_pl/_num_to_alpha.t Tests for the simple testing library
6359t/test_pl/can_isa_ok.t Tests for the simple testing library
6360t/test_pl/plan_skip_all.t Tests for the simple testing library
6361t/test_pl/tempfile.t Tests for the simple testing library
6362t/thread_it.pl Run regression tests in a new thread
6363t/uni/attrs.t See if Unicode attributes work
6364t/uni/bless.t See if Unicode bless works
6365t/uni/caller.t See if Unicode doesn't get mangled in caller()
6366t/uni/case.pl See if Unicode casing works
6367t/uni/chomp.t See if Unicode chomp works
6368t/uni/class.t See if Unicode classes work (\p)
6369t/uni/eval.t See if Unicode hints don't affect eval()
6370t/uni/fold.t See if Unicode folding works
6371t/uni/goto.t See if Unicode goto &sub works
6372t/uni/greek.t See if Unicode in greek works
6373t/uni/gv.t See if Unicode GVs work.
6374t/uni/labels.t See if Unicode labels work
6375t/uni/latin2.t See if Unicode in latin2 works
6376t/uni/lex_utf8.t See if Unicode in lexer works
6377t/uni/lower.t See if Unicode casing works
6378t/uni/method.t See if Unicode methods work
6379t/uni/opcroak.t See if Unicode croaks from op.c work
6380t/uni/overload.t See if Unicode overloading works
6381t/uni/package.t See if Unicode in package declarations works
6382t/uni/parser.t See if Unicode in the parser works in edge cases.
6383t/uni/readline.t See if Unicode filehandles in <FH> work
6384t/uni/select.t See if Unicode filehandles aren't mangled by select()
6385t/uni/sprintf.t See if Unicode sprintf works
6386t/uni/stash.t See if Unicode stashes work
6387t/uni/tie.t See if Unicode tie works
6388t/uni/title.t See if Unicode casing works
6389t/uni/tr_utf8.t See if Unicode tr/// in utf8 works
6390t/uni/universal.t See if Unicode in calls to UNIVERSAL works
6391t/uni/upper.t See if Unicode casing works
6392t/uni/variables.t See that the rules for variable names work
6393t/uni/write.t See if Unicode formats work
6394t/win32/crypt.t Test Win32 crypt for compatibility
6395t/win32/fs.t Test Win32 link for compatibility
6396t/win32/popen.t Test for stdout races in backticks, etc
6397t/win32/runenv.t Test if Win* perl honors its env variables
6398t/win32/seekdir.t Test that seekdir/readdir are restricted to relevant memory
6399t/win32/signal.t Test Win32 signal emulation
6400t/win32/stat.t Test Win32 stat emulation
6401t/win32/symlink.t Test Win32 symlink
6402t/win32/system.t See if system works in Win*
6403t/win32/system_tests Test runner for system.t
6404utils/corelist.PL Module::CoreList
6405utils/cpan.PL easily interact with CPAN from the command line
6406utils/enc2xs.PL Encode module generator
59658819 6407utils/encguess.PL guess character encodings of files
bf8d7753
YO
6408utils/h2ph.PL A thing to turn C .h files into perl .ph files
6409utils/h2xs.PL Program to make .xs files from C header files
6410utils/instmodsh.PL Give information about installed extensions
6411utils/json_pp.PL JSON::PP command line utility
6412utils/libnetcfg.PL libnet
6413utils/Makefile.PL Extract the utility scripts
6414utils/perlbug.PL A simple tool to submit a bug report
6415utils/perldoc.PL A simple tool to find & display perl's documentation
6416utils/perlivp.PL installation verification procedure
6417utils/piconv.PL iconv(1), reinvented in perl
6418utils/pl2pm.PL A pl to pm translator
6419utils/pod2html.PL Translator to turn pod into HTML
6420utils/prove.PL The prove harness utility
6421utils/ptar.PL The ptar utility
6422utils/ptardiff.PL The ptardiff utility
6423utils/ptargrep.PL The ptargrep utility
6424utils/shasum.PL filter for computing SHA digests (analogous to md5sum)
6425utils/splain.PL Stand-alone version of diagnostics.pm
d3d73539 6426utils/streamzip.PL
bf8d7753 6427utils/xsubpp.PL External subroutine preprocessor
08ad9465 6428utils/zipdetails.PL display the internal structure of zip files
bf8d7753
YO
6429vms/descrip_mms.template Template MM[SK] description file for build
6430vms/gen_shrfls.pl generate options files and glue for shareable image
6431vms/genopt.com hack to write options files in case of broken makes
6432vms/make_command.com record MM[SK] command used to build Perl
6433vms/mms2make.pl convert descrip.mms to make syntax
6434vms/munchconfig.c performs shell $var substitution for VMS
6435vms/myconfig.com record local configuration info for bug report
6436vms/test.com DCL driver for regression tests
6437vms/vms.c VMS-specific C code for Perl core
6438vms/vmsish.h VMS-specific C header for Perl core
6439vms/vmspipe.com VMS-specific piped command helper script
6440vos/Changes Changes made to port Perl to the VOS operating system
6441vos/compile_full_perl.cm VOS command macro to build "full" Perl
6442vos/configure_full_perl.sh VOS shell script to configure "full" perl before building
6443vos/make_full_perl.sh VOS shell script to build and test "full" perl
6444vos/vos.c VOS emulations for missing POSIX functions
6445vos/vosish.h VOS-specific header file
6446win32/bin/exetype.pl Set executable type to CONSOLE or WINDOWS
6447win32/bin/perlglob.pl Win32 globbing
6448win32/bin/pl2bat.pl wrap perl scripts into batch files
6449win32/bin/runperl.pl run perl script via batch file namesake
6450win32/bin/search.pl Win32 port
6451win32/config.gc Win32 base line config.sh (MinGW build)
6452win32/config.vc Win32 base line config.sh (Visual C++ build)
6453win32/config_H.gc Win32 config header (MinGW build)
6454win32/config_h.PL Perl code to convert Win32 config.sh to config.h
6455win32/config_H.vc Win32 config header (Visual C++ build)
6456win32/config_sh.PL Perl code to update Win32 config.sh from Makefile
6457win32/create_perllibst_h.pl creates perllibst.h file for inclusion from perllib.c
6458win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST
6459win32/fcrypt.c crypt() implementation
6460win32/FindExt.pm Scan for extensions
6461win32/GNUmakefile Win32 makefile for GNU make
6462win32/include/arpa/inet.h Win32 port
6463win32/include/dirent.h Win32 port
6464win32/include/netdb.h Win32 port
6465win32/include/sys/errno2.h Win32 port
6466win32/include/sys/socket.h Win32 port
6467win32/list_static_libs.pl prints libraries for static linking
6468win32/Makefile Win32 makefile for NMAKE (Visual C++ build)
6469win32/perlexe.ico perlexe.ico image file
6470win32/perlexe.manifest Assembly manifest file
6471win32/perlexe.rc associated perl binary with icon
6472win32/perlglob.c Win32 port
6473win32/perlhost.h Perl "host" implementation
6474win32/perllib.c Win32 port
6475win32/pod.mak Win32 port
6476win32/runperl.c Win32 port
6477win32/vdir.h Perl "host" virtual directory manager for Win32
6478win32/vmem.h Perl "host" memory manager for Win32
6479win32/win32.c Win32 port
6480win32/win32.h Win32 port
6481win32/win32iop.h Win32 port
6482win32/win32sck.c Win32 port
6483win32/win32thread.c Win32 functions for threads
6484win32/win32thread.h Win32 port mapping to threads