This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
win32/Makefiles: don't try to be clever with modification times
[perl5.git] / MANIFEST
CommitLineData
bf8d7753
YO
1.dir-locals.el Emacs control file
2.editorconfig EditorConfig style file
bf8d7753
YO
3.metaconf-exclusions.txt Symbols that should ignored when generating Configure
4Artistic The "Artistic License"
5asan_ignore Errors to skip under clang's Addresss Sanitizer
6AUTHORS Contact info for contributors
7autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod
8av.c Array value code
9av.h Array value header
10builtin.c Functions in the builtin:: namespace
11caretx.c C file to create $^X
12cflags.SH A script that emits C compilation flags per file
13Changes Describe how to peruse changes between releases
14charclass_invlists.h Compiled-in inversion lists
15class.c Internals of the `use feature 'class'` object system
16CODE_OF_CONDUCT.md Information on where to find the Standards of Conduct
17config_h.SH Produces config.h
18configpm Produces lib/Config.pm
19Configure Portability tool
20configure.com Configure-equivalent for VMS
21configure.gnu Crude emulation of GNU configure
22cop.h Control operator header
23Copying The GNU General Public License
24cv.h Code value header
25deb.c Debugging routines
26doio.c I/O operations
27doop.c Support code for various operations
28dosish.h Some defines for MS/DOSish machines
29dquote.c Functions for double quotish contexts
30dump.c Debugging output
31ebcdic_tables.h Generated tables included in utfebcdic.h
32embed.fnc Database used by embed.pl
33embed.h Maps symbols to safer names
34embedvar.h C namespace management
35EXTERN.h Included before foreign .h files
36fakesdio.h stdio in terms of PerlIO
37feature.h Feature header
38form.h Public declarations for formats
39generate_uudmap.c Generate uudmap.h, the uuencode decoding map
40globals.c File to declare global symbols (for shared library)
41globvar.sym Global variables that need hiding when embedded
42gv.c Glob value code
43gv.h Glob value header
44handy.h Handy definitions
45hv.c Hash value code
46hv.h Hash value header
47hv_func.h Hash value static inline function header
48hv_macro.h Macros used by hv_func.h
49inline.h Static inline functions
50INSTALL Detailed installation instructions
51install_lib.pl functions shared between install* scripts
52installhtml Perl script to install html files for pods
53installman Perl script to install man pages for pods
54installperl Perl script to do "make install" dirty work
55INTERN.h Included before domestic .h files
56intrpvar.h Variables held in each interpreter instance
57invlist_inline.h Inline functions for handling inversion lists
58iperlsys.h Perl's interface to the system
59keywords.c Perl_keyword(), generated by regen/keywords.pl
60keywords.h The keyword numbers
61l1_char_class_tab.h 256 word bit table of character classes (for handy.h)
62locale.c locale-specific utility functions
46d320ba 63locale_table.h header for locale.c
bf8d7753
YO
64make_ext.pl Used by Makefile to execute extension Makefiles
65make_patchnum.pl Script to generate git_version.h and lib/Config_git.pl files for all OS'es
66makedef.pl Create symbol export lists for linking
67makedepend.SH Precursor to makedepend
68makedepend_file.SH Precursor to makedepend_file
bf8d7753
YO
69Makefile.SH A script that generates Makefile
70malloc.c A version of malloc you might not want
71malloc_ctl.h A version of malloc you might not want
72MANIFEST This list of files
73mathoms.c A home for binary-compatible code artifacts
74META.json Distribution meta-data in JSON
75META.yml Distribution meta-data in YAML
76metaconfig.h Control file for the metaconfig process
77metaconfig.SH Control file for the metaconfig process
78mg.c Magic code
79mg.h Magic header
80mg_names.inc Generated magic names used by dump.c
81mg_raw.h Generated magic data used by generate_uudmap.c
82mg_vtable.h Generated magic vtable data
83miniperlmain.c Basic perl w/o dynamic loading or extensions
84mkppport A script that distributes ppport.h
85mkppport.lst List of extensions that need a ppport.h
86mro_core.c Method Resolution Order code
87myconfig.SH Prints summary of the current configuration
88mydtrace.h Support for optional DTrace probes
89nostdio.h Cause compile error on stdio calls
90numeric.c Miscellaneous numeric conversion routines
91op.c Opcode syntax tree code
92op.h Opcode syntax tree header
93op_reg_common.h Common parts of op.h, regexp.h header
94opcode.h Automatically generated opcode header
95opnames.h Automatically generated opcode header
96overload.h generated overload enum (public)
97overload.inc generated overload name table (implementation)
98PACKAGING notes and best practice for packaging perl 5
99packsizetables.inc The generated packprops array used in pp_pack.c
100pad.c Scratchpad functions
101pad.h Scratchpad headers
102parser.h parser object header
103patchlevel.h The current patch level of perl
104peep.c The peephole optimizer and optree finalizer
105perl.c main()
106perl.h Global declarations
107perl_inc_macro.h macro used to set \@INC using S_incpush_use_sep
108perl_langinfo.h Perl's version of <langinfo.h>
109perl_siphash.h Implementation of SipHash
110perlapi.h Empty backwards-compat include
111perldtrace.d D script for Perl probes
112perlio.c C code for PerlIO abstraction
113perlio.h PerlIO abstraction
114perlio.sym Symbols for PerlIO abstraction
115perliol.h PerlIO Layer definition
116perlsdio.h Fake stdio using perlio
117perlstatic.h Like inline.h, but functions not declared inline
118perlvars.h Global variables
119perly.act parser actions; derived from perly.y
120perly.c parser code (NOT derived from perly.y)
121perly.h header file for perly.c; derived from perly.y
122perly.tab parser state tables; derived from perly.y
123perly.y Yacc grammar for perl
124Policy_sh.SH Hold site-wide preferences between Configure runs.
125pp.c Push/Pop code
126pp.h Push/Pop code defs
127pp_ctl.c Push/Pop code for control flow
128pp_hot.c Push/Pop code for heavily used opcodes
129pp_pack.c Push/Pop code for pack/unpack
130pp_proto.h C++ definitions for Push/Pop code
131pp_sort.c Push/Pop code for sort
132pp_sys.c Push/Pop code for system interaction
133proto.h Prototypes
134README The Instructions
135README.aix Perl notes for AIX
136README.amiga Perl notes for AmigaOS
137README.android Perl notes for Android
138README.bs2000 Perl notes for POSIX-BC BS2000
139README.cn Perl for Simplified Chinese (in UTF-8)
140README.cygwin Perl notes for Cygwin
141README.freebsd Perl notes for FreeBSD
142README.haiku Perl notes for Haiku
143README.hpux Perl notes for HP-UX
144README.hurd Perl notes for Hurd
145README.irix Perl notes for Irix
146README.jp Perl for Japanese (in EUC-JP)
147README.ko Perl for Korean (in EUC-KR)
148README.linux Perl notes for Linux
149README.macosx Perl notes for Mac OS X
bf8d7753
YO
150README.openbsd Perl notes for OpenBSD
151README.os2 Perl notes for OS/2
152README.os390 Perl notes for OS/390
153README.os400 Perl notes for OS/400
154README.plan9 Perl notes for Plan 9
155README.qnx Perl notes for QNX
156README.riscos Perl notes for RISC OS
157README.solaris Perl notes for Solaris
158README.synology Perl notes for Synology
159README.tru64 Perl notes for Tru64
160README.tw Perl for Traditional Chinese (in Big5)
161README.vms Notes about installing the VMS port
162README.vos Perl notes for Stratus VOS
163README.win32 Perl notes for Windows
164reentr.c Reentrant interfaces
165reentr.h Reentrant interfaces
166regcharclass.h Generated by regen/regcharclass.pl
167regcomp.c Regular expression compiler
168regcomp.h Private declarations for above
169regcomp.sym Data for regnodes.h
170regcomp_debug.c Regular expression compiler debug code
171regcomp_internal.h Internal stuff for regex compiler
172regcomp_invlist.c Invlist logic for regular expression engine
173regcomp_study.c Optimizer for regular expression compiler
174regcomp_trie.c Trie logic for regular expression compiler
175regen.pl Run all scripts that (re)generate files
176regen_perly.pl generate perly.{act,h,tab} from perly.y
177regexec.c Regular expression evaluator
178regexp.h Public declarations for the above
179reginline.h Inline subs for the RE engine.
180regnodes.h Description of nodes of the RE engine
181run.c The interpreter loop
182runtests.SH A script that generates runtests
183sbox32_hash.h SBox hash code (32 Bit SBOX based hash function)
184scope.c Scope entry and exit code
185scope.h Scope entry and exit header
186scope_types.h Types used to manage the save stack
187SECURITY.md Add Security Policy for GitHub
188sv.c Scalar value code
189sv.h Scalar value header
190sv_inline.h Perl_newSV_type and required defs
191taint.c Tainting code
192TestInit.pm Preamble library for tests
193thread.h Threading header
194time64.c 64 bit clean time.h (code)
195time64.h 64 bit clean time.h (header)
196time64_config.h 64 bit clean time.h (configuration)
197toke.c The tokener
bf8d7753
YO
198uni_keywords.h Map unicode property names to numbers
199unicode_constants.h compile-time macros for Unicode code points
200universal.c The default UNIVERSAL package methods
201unixish.h Defines that are assumed on Unix
202utf8.c Unicode routines
203utf8.h Unicode header
204utfebcdic.h Unicode on EBCDIC (UTF-EBCDIC, tr16) header
205util.c Utility routines
206util.h Dummy header
207utils.lst Lists utilities bundled with Perl
208vutil.c Version object C functions
209vutil.h Version object headers
210vxs.inc Version object XS methods
211warnings.h The warning numbers
212write_buildcustomize.pl Generate lib/buildcustomize.pl
213XSUB.h Include file for extension subroutines
214zaphod32_hash.h Zaphod32 hash code (32 bit fast hash function)
215amigaos4/amigaio.c AmigaOS4 port
216amigaos4/amigaio.h AmigaOS4 port
217amigaos4/amigaos.c AmigaOS4 port
218amigaos4/amigaos.h AmigaOS4 port
219amigaos4/config.sh AmigaOS4 config
3dfcef7e 220cpan/.dir-locals.el Emacs control file
bf8d7753
YO
221cpan/Archive-Tar/bin/ptar the ptar utility
222cpan/Archive-Tar/bin/ptardiff the ptardiff utility
223cpan/Archive-Tar/bin/ptargrep the ptardiff utility
224cpan/Archive-Tar/lib/Archive/Tar.pm Archive::Tar
225cpan/Archive-Tar/lib/Archive/Tar/Constant.pm Archive::Tar
226cpan/Archive-Tar/lib/Archive/Tar/File.pm Archive::Tar
227cpan/Archive-Tar/t/01_use.t Archive::Tar tests
228cpan/Archive-Tar/t/02_methods.t Archive::Tar tests
229cpan/Archive-Tar/t/03_file.t Archive::Tar tests
230cpan/Archive-Tar/t/04_resolved_issues.t Archive::Tar tests
231cpan/Archive-Tar/t/05_iter.t Archive::Tar tests
232cpan/Archive-Tar/t/06_error.t Archive::Tar tests
c465fd2f 233cpan/Archive-Tar/t/08_ptargrep.t
90bb05e9 234cpan/Archive-Tar/t/09_roundtrip.t
bf8d7753
YO
235cpan/Archive-Tar/t/90_symlink.t Archive::Tar tests
236cpan/Archive-Tar/t/99_pod.t Archive::Tar tests
237cpan/Archive-Tar/t/src/header/signed.tar Archive::Tar tests
ad73611d 238cpan/Archive-Tar/t/src/linktest/linktest_missing_dir.tar Archive::Tar tests
bf8d7753
YO
239cpan/Archive-Tar/t/src/linktest/linktest_with_dir.tar Archive::Tar tests
240cpan/Archive-Tar/t/src/long/b Archive::Tar tests
241cpan/Archive-Tar/t/src/long/bar.tar Archive::Tar tests
242cpan/Archive-Tar/t/src/long/foo.tbz Archive::Tar tests
243cpan/Archive-Tar/t/src/long/foo.tgz Archive::Tar tests
244cpan/Archive-Tar/t/src/short/b Archive::Tar tests
245cpan/Archive-Tar/t/src/short/bar.tar Archive::Tar tests
246cpan/Archive-Tar/t/src/short/foo.tbz Archive::Tar tests
247cpan/Archive-Tar/t/src/short/foo.tgz Archive::Tar tests
248cpan/autodie/lib/autodie.pm Functions succeed or die with lexical scope
249cpan/autodie/lib/autodie/exception.pm Exception class for autodie
250cpan/autodie/lib/autodie/exception/system.pm Exception class for autodying system()
251cpan/autodie/lib/autodie/hints.pm Hinting interface for autodie
f91d7e0d
CBW
252cpan/autodie/lib/autodie/Scope/Guard.pm
253cpan/autodie/lib/autodie/Scope/GuardStack.pm
273225d4 254cpan/autodie/lib/autodie/skip.pm
35c0561a 255cpan/autodie/lib/autodie/Util.pm
bf8d7753
YO
256cpan/autodie/lib/Fatal.pm Make errors in functions/builtins fatal
257cpan/autodie/t/00-load.t autodie - basic load
c7e47358 258cpan/autodie/t/args.t
bf8d7753 259cpan/autodie/t/autodie.t autodie - Basic functionality
3dfcef7e 260cpan/autodie/t/autodie_skippy.pm
bf8d7753
YO
261cpan/autodie/t/autodie_test_module.pm autodie - test helper
262cpan/autodie/t/backcompat.t autodie - More Fatal backcompat
263cpan/autodie/t/basic_exceptions.t autodie - Basic exception tests
264cpan/autodie/t/binmode.t autodie - Binmode testing
265cpan/autodie/t/blog_hints.t autodie - Tests fro PJF's blog
266cpan/autodie/t/caller.t autodie - Caller diagnostics
273225d4
CBW
267cpan/autodie/t/chmod.t
268cpan/autodie/t/chown.t
bf8d7753
YO
269cpan/autodie/t/context.t autodie - Context clobbering tests
270cpan/autodie/t/context_lexical.t autodie - Context clobbering lexically
273225d4 271cpan/autodie/t/core-trampoline-slurp.t
bf8d7753
YO
272cpan/autodie/t/crickey.t autodie - Like an Australian
273cpan/autodie/t/dbmopen.t autodie - dbm tests
a009834b 274cpan/autodie/t/eval_error.t
bf8d7753 275cpan/autodie/t/exception_class.t autodie - Exception class subclasses
ea6c7d00 276cpan/autodie/t/exception_nonref.t
bf8d7753
YO
277cpan/autodie/t/exceptions.t autodie - 5.10 exception tests.
278cpan/autodie/t/exec.t autodie - exec tests.
279cpan/autodie/t/Fatal.t autodie - Fatal backcompatibility
280cpan/autodie/t/filehandles.t autodie - filehandle tests
281cpan/autodie/t/fileno.t autodie - fileno tests
282cpan/autodie/t/flock.t autodie - File locking tests
283cpan/autodie/t/format-clobber.t autodie - Don't clobber scalars
284cpan/autodie/t/hints.t autodie - Test hints interface
285cpan/autodie/t/hints_insist.t autodie - Test hints insistance
286cpan/autodie/t/hints_pod_examples.t autodie - Test hints POD examples
287cpan/autodie/t/hints_provider_does.t autodie - Test hints/does roles
288cpan/autodie/t/hints_provider_easy_does_it.t autodie - Test easy hints/does
289cpan/autodie/t/hints_provider_isa.t autodie - Test hints/inheritance
ebf27bc8 290cpan/autodie/t/import-into.t
bf8d7753
YO
291cpan/autodie/t/internal.t autodie - internal interface tests
292cpan/autodie/t/internal-backcompat.t autodie - Back-compatibility tests
273225d4 293cpan/autodie/t/kill.t
bf8d7753
YO
294cpan/autodie/t/lethal.t autodie - lethal is the one true name
295cpan/autodie/t/lib/autodie/test/au.pm autodie - Australian helper
296cpan/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
297cpan/autodie/t/lib/autodie/test/badname.pm autodie - Bad exception class
298cpan/autodie/t/lib/autodie/test/missing.pm autodie - Missing exception class
299cpan/autodie/t/lib/Caller_helper.pm autodie - Caller helper
300cpan/autodie/t/lib/Hints_pod_examples.pm autodie - Hints/pod helper
301cpan/autodie/t/lib/Hints_provider_does.pm autodie - Hints/does helper
e853d226 302cpan/autodie/t/lib/Hints_provider_easy_does_it.pm autodie - Hints/easy helper
bf8d7753
YO
303cpan/autodie/t/lib/Hints_provider_isa.pm autodie - Hints/inherit helper
304cpan/autodie/t/lib/Hints_test.pm autodie - Hints test helper
305cpan/autodie/t/lib/lethal.pm autodie - with a better name
306cpan/autodie/t/lib/my/autodie.pm autodie - blog_hints.t helper
ebf27bc8 307cpan/autodie/t/lib/my/pragma.pm
bf8d7753
YO
308cpan/autodie/t/lib/OtherTypes.pm autodie - Format clobberer helper.
309cpan/autodie/t/lib/pujHa/ghach.pm autodie - Like a Klingon
310cpan/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
311cpan/autodie/t/lib/Some/Module.pm autodie - blog_hints.t helper
312cpan/autodie/t/mkdir.t autodie - filesystem tests
e4cce63d 313cpan/autodie/t/no-default.t
273225d4 314cpan/autodie/t/no_carp.t
bf8d7753 315cpan/autodie/t/open.t autodie - Testing open
ebf27bc8 316cpan/autodie/t/read.t
bf8d7753
YO
317cpan/autodie/t/recv.t autodie - send/recv tests
318cpan/autodie/t/repeat.t autodie - repeat autodie leak tests
c7e47358 319cpan/autodie/t/rt-74246.t
bf8d7753 320cpan/autodie/t/scope_leak.t autodie - file scope leak tests
273225d4 321cpan/autodie/t/skip.t
bf8d7753
YO
322cpan/autodie/t/string-eval-basic.t autodie - Basic string eval test
323cpan/autodie/t/string-eval-leak.t autodie - String eval leak test
324cpan/autodie/t/sysopen.t autodie - sysopen tests
273225d4 325cpan/autodie/t/touch_me
bf8d7753
YO
326cpan/autodie/t/truncate.t autodie - File truncation tests
327cpan/autodie/t/unlink.t autodie - Unlink system tests.
328cpan/autodie/t/user-context.t autodie - Context changes for usersubs
329cpan/autodie/t/usersub.t autodie - user subroutine tests
273225d4
CBW
330cpan/autodie/t/utf8_open.t
331cpan/autodie/t/utime.t
bf8d7753 332cpan/autodie/t/version.t autodie - versioning tests
e853d226 333cpan/autodie/t/version_tag.t
afbf6680
NC
334cpan/AutoLoader/lib/AutoLoader.pm Autoloader base class
335cpan/AutoLoader/lib/AutoSplit.pm Split up autoload functions
336cpan/AutoLoader/t/01AutoLoader.t See if AutoLoader works
337cpan/AutoLoader/t/02AutoSplit.t See if AutoSplit works
9bfb09e8 338cpan/bignum/gentest/backend.sh
6853e8af
RL
339cpan/bignum/gentest/scope-nested-const.sh
340cpan/bignum/gentest/scope-nested-hex-oct.sh
ca3af6c0 341cpan/bignum/lib/bigfloat.pm
bf8d7753
YO
342cpan/bignum/lib/bigint.pm bigint
343cpan/bignum/lib/bignum.pm bignum
344cpan/bignum/lib/bigrat.pm bigrat
345cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
346cpan/bignum/lib/Math/BigInt/Trace.pm bignum tracing
6853e8af 347cpan/bignum/lib/Math/BigRat/Trace.pm
ca3af6c0 348cpan/bignum/t/backend-gmp-bigfloat.t
9bfb09e8
N
349cpan/bignum/t/backend-gmp-bigint.t
350cpan/bignum/t/backend-gmp-bignum.t
351cpan/bignum/t/backend-gmp-bigrat.t
ca3af6c0 352cpan/bignum/t/backend-pari-bigfloat.t
9bfb09e8
N
353cpan/bignum/t/backend-pari-bigint.t
354cpan/bignum/t/backend-pari-bignum.t
355cpan/bignum/t/backend-pari-bigrat.t
bf8d7753 356cpan/bignum/t/bigexp.t See if bignum works
ca3af6c0 357cpan/bignum/t/bigfloat.t
bf8d7753
YO
358cpan/bignum/t/bigint.t See if bigint works
359cpan/bignum/t/bignum.t See if bignum works
360cpan/bignum/t/bigrat.t See if bigrat works
ca3af6c0 361cpan/bignum/t/const-bigfloat.t
6853e8af
RL
362cpan/bignum/t/const-bigint.t
363cpan/bignum/t/const-bignum.t
364cpan/bignum/t/const-bigrat.t
ca3af6c0
HS
365cpan/bignum/t/down-mbi-up-mbf.t
366cpan/bignum/t/down-mbi-up-mbr.t
367cpan/bignum/t/down-mbi-up-undef.t
368cpan/bignum/t/down-undef-up-mbf.t
369cpan/bignum/t/e_pi-bigfloat.t
6853e8af
RL
370cpan/bignum/t/e_pi-bigint.t
371cpan/bignum/t/e_pi-bignum.t
372cpan/bignum/t/e_pi-bigrat.t
ca3af6c0 373cpan/bignum/t/import-bigfloat.t
6853e8af
RL
374cpan/bignum/t/import-bigint.t
375cpan/bignum/t/import-bignum.t
376cpan/bignum/t/import-bigrat.t
bf8d7753 377cpan/bignum/t/in_effect.t See if in_effect() works
ca3af6c0 378cpan/bignum/t/infnan-bigfloat.t
6853e8af 379cpan/bignum/t/infnan-bigint.t
b7cde0a0
N
380cpan/bignum/t/infnan-bignum-mbf.t
381cpan/bignum/t/infnan-bignum-mbr.t
6853e8af 382cpan/bignum/t/infnan-bigrat.t
bf8d7753 383cpan/bignum/t/option_a.t See if bignum a => X works
ca3af6c0
HS
384cpan/bignum/t/option_a-bignum.t
385cpan/bignum/t/option_l-bigfloat.t
386cpan/bignum/t/option_l-bigint.t
387cpan/bignum/t/option_l-bignum.t
388cpan/bignum/t/option_l-bigrat.t
bf8d7753 389cpan/bignum/t/option_p.t See if bignum p => X works
ca3af6c0 390cpan/bignum/t/option_p-bignum.t
bf8d7753
YO
391cpan/bignum/t/overrides.t See if global overrides behave
392cpan/bignum/t/ratopt_a.t See if bigrat a => X works
ca3af6c0 393cpan/bignum/t/scope-bigfloat.t
6853e8af
RL
394cpan/bignum/t/scope-bigint.t
395cpan/bignum/t/scope-bignum.t
396cpan/bignum/t/scope-bigrat.t
397cpan/bignum/t/scope-nested-const.t
398cpan/bignum/t/scope-nested-hex-oct.t
93297d40
JK
399cpan/Compress-Raw-Bzip2/Bzip2.xs Compress::Raw::Bzip2
400cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c Compress::Raw::Bzip2
401cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.patch Compress::Raw::Bzip2
402cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c Compress::Raw::Bzip2
403cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h Compress::Raw::Bzip2
404cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h Compress::Raw::Bzip2
405cpan/Compress-Raw-Bzip2/bzip2-src/compress.c Compress::Raw::Bzip2
406cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c Compress::Raw::Bzip2
407cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c Compress::Raw::Bzip2
408cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c Compress::Raw::Bzip2
409cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE Compress::Raw::Bzip2
410cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c Compress::Raw::Bzip2
411cpan/Compress-Raw-Bzip2/fallback/constants.h Compress::Raw::Bzip2
412cpan/Compress-Raw-Bzip2/fallback/constants.xs Compress::Raw::Bzip2
413cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm Module related to Compress::Raw::Bzip2
414cpan/Compress-Raw-Bzip2/Makefile.PL Compress::Raw::Bzip2
415cpan/Compress-Raw-Bzip2/private/MakeUtil.pm Module related to Compress::Raw::Bzip2
416cpan/Compress-Raw-Bzip2/t/000prereq.t Test file related to Compress::Raw::Bzip2
417cpan/Compress-Raw-Bzip2/t/01bzip2.t Test file related to Compress::Raw::Bzip2
418cpan/Compress-Raw-Bzip2/t/09limitoutput.t Test file related to Compress::Raw::Bzip2
419cpan/Compress-Raw-Bzip2/t/19nonpv.t Test file related to Compress::Raw::Bzip2
420cpan/Compress-Raw-Bzip2/t/99pod.t Test file related to Compress::Raw::Bzip2
421cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm Module related to Compress::Raw::Bzip2
422cpan/Compress-Raw-Bzip2/typemap Compress::Raw::Bzip2
bf8d7753
YO
423cpan/Compress-Raw-Zlib/config.in Compress::Raw::Zlib
424cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib
425cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib
426cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib
427cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib
428cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib
429cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib
430cpan/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib
431cpan/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib
432cpan/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib
433cpan/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib
6aa34818
JK
434cpan/Compress-Raw-Zlib/t/19nonpv.t Test file related to Compress::Raw::Zlib
435cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm Module related to Compress::Raw::Zlib
bf8d7753
YO
436cpan/Compress-Raw-Zlib/typemap Compress::Raw::Zlib
437cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib
438cpan/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib
439cpan/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib
440cpan/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib
441cpan/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib
442cpan/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib
443cpan/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib
444cpan/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib
445cpan/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib
446cpan/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib
447cpan/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib
448cpan/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib
449cpan/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib
450cpan/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib
451cpan/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib
452cpan/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib
453cpan/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib
454cpan/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib
455cpan/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib
456cpan/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib
457cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib
458cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib
459cpan/Config-Perl-V/t/10_base.t Config::Perl::V
460cpan/Config-Perl-V/t/20_plv56.t Config::Perl::V
461cpan/Config-Perl-V/t/21_plv58.t Config::Perl::V
462cpan/Config-Perl-V/t/22_plv510.t Config::Perl::V
463cpan/Config-Perl-V/t/23_plv512.t Config::Perl::V
464cpan/Config-Perl-V/t/24_plv514.t Config::Perl::V
465cpan/Config-Perl-V/t/25_plv516.t Config::Perl::V
466cpan/Config-Perl-V/t/25_plv5162.t Config::Perl::V
467cpan/Config-Perl-V/t/26_plv518.t Config::Perl::V
468cpan/Config-Perl-V/t/26_plv5182.t Config::Perl::V
469cpan/Config-Perl-V/t/27_plv5200.t Config::Perl::V
470cpan/Config-Perl-V/t/27_plv5202.t Config::Perl::V
471cpan/Config-Perl-V/t/28_plv5220.t Config::Perl::V
472cpan/Config-Perl-V/t/28_plv52201w.t Config::Perl::V
473cpan/Config-Perl-V/t/29_plv5235w.t Config::Perl::V
474cpan/Config-Perl-V/t/30_plv5240.t Config::Perl::V
475cpan/Config-Perl-V/t/31_plv52511.t Config::Perl::V
476cpan/Config-Perl-V/t/32_plv5261rc1.t Config::Perl::V
477cpan/Config-Perl-V/t/33_plv52711r.t Config::Perl::V
478cpan/Config-Perl-V/t/34_plv5280.t Config::Perl::V
479cpan/Config-Perl-V/t/35_plv52910g.t Config::Perl::V
480cpan/Config-Perl-V/t/36_plv5300.t Config::Perl::V
481cpan/Config-Perl-V/t/37_plv53111qm.t Config::Perl::V
482cpan/Config-Perl-V/t/38_plv5320tld.t Config::Perl::V
483cpan/Config-Perl-V/t/39_plv5340tqm.t Config::Perl::V
484cpan/Config-Perl-V/t/40_plv5358dnqm.t Config::Perl::V
485cpan/Config-Perl-V/t/41_plv5360dnqm.t Config::Perl::V
486cpan/Config-Perl-V/t/42_plv5373tld.t Config::Perl::V
487cpan/Config-Perl-V/t/43_plv53710rcs.t Test file related to Config::Perl::V
488cpan/Config-Perl-V/V.pm Config::Perl::V
489cpan/CPAN/lib/App/Cpan.pm helper package for CPAN.pm
490cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network
491cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm
492cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm
493cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm
494cpan/CPAN/lib/CPAN/CacheMgr.pm helper package for CPAN.pm
495cpan/CPAN/lib/CPAN/Complete.pm helper package for CPAN.pm
496cpan/CPAN/lib/CPAN/Debug.pm helper package for CPAN.pm
497cpan/CPAN/lib/CPAN/DeferredCode.pm helper package for CPAN.pm
498cpan/CPAN/lib/CPAN/Distribution.pm helper package for CPAN.pm
499cpan/CPAN/lib/CPAN/Distroprefs.pm helper package for CPAN.pm
500cpan/CPAN/lib/CPAN/Distrostatus.pm helper package for CPAN.pm
501cpan/CPAN/lib/CPAN/Exception/blocked_urllist.pm helper package for CPAN.pm
6df60a5f
NC
502cpan/CPAN/lib/CPAN/Exception/RecursiveDependency.pm helper package for CPAN.pm
503cpan/CPAN/lib/CPAN/Exception/yaml_not_installed.pm helper package for CPAN.pm
4ea805df 504cpan/CPAN/lib/CPAN/Exception/yaml_process_error.pm helper package for CPAN.pm
bf8d7753
YO
505cpan/CPAN/lib/CPAN/FirstTime.pm Utility for creating CPAN config files
506cpan/CPAN/lib/CPAN/FTP.pm helper package for CPAN.pm
507cpan/CPAN/lib/CPAN/FTP/netrc.pm helper package for CPAN.pm
508cpan/CPAN/lib/CPAN/HandleConfig.pm helper package for CPAN.pm
509cpan/CPAN/lib/CPAN/HTTP/Client.pm helper package for CPAN.pm
510cpan/CPAN/lib/CPAN/HTTP/Credentials.pm helper package for CPAN.pm
511cpan/CPAN/lib/CPAN/Index.pm helper package for CPAN.pm
512cpan/CPAN/lib/CPAN/InfoObj.pm helper package for CPAN.pm
513cpan/CPAN/lib/CPAN/Kwalify.pm helper package for CPAN.pm
6df60a5f 514cpan/CPAN/lib/CPAN/Kwalify/distroprefs.dd helper file for validating config files
bf8d7753
YO
515cpan/CPAN/lib/CPAN/Kwalify/distroprefs.yml helper file for validating config files
516cpan/CPAN/lib/CPAN/LWP/UserAgent.pm helper package for CPAN.pm
517cpan/CPAN/lib/CPAN/Mirrors.pm helper package for CPAN.pm
518cpan/CPAN/lib/CPAN/Module.pm helper package for CPAN.pm
519cpan/CPAN/lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
79116533
SH
520cpan/CPAN/lib/CPAN/Plugin.pm
521cpan/CPAN/lib/CPAN/Plugin/Specfile.pm
6df60a5f 522cpan/CPAN/lib/CPAN/Prompt.pm
bf8d7753 523cpan/CPAN/lib/CPAN/Queue.pm queueing system for CPAN.pm
6df60a5f 524cpan/CPAN/lib/CPAN/Shell.pm
bf8d7753 525cpan/CPAN/lib/CPAN/Tarzip.pm helper package for CPAN.pm
6df60a5f 526cpan/CPAN/lib/CPAN/URL.pm
bf8d7753
YO
527cpan/CPAN/lib/CPAN/Version.pm Simple math with different flavors of version strings
528cpan/CPAN/PAUSE2003.pub CPAN public key
529cpan/CPAN/PAUSE2005.pub CPAN public key
530cpan/CPAN/PAUSE2007.pub CPAN public key
531cpan/CPAN/PAUSE2009.pub CPAN public key
3dfcef7e 532cpan/CPAN/PAUSE2011.pub
02895be6 533cpan/CPAN/PAUSE2022.pub
bf8d7753
YO
534cpan/CPAN/scripts/cpan easily interact with CPAN from the command line
535cpan/CPAN/t/01loadme.t See if CPAN the module works
536cpan/CPAN/t/02nox.t See if CPAN::Nox works
537cpan/CPAN/t/03pkgs.t See if CPAN::Version works
538cpan/CPAN/t/10version.t See if CPAN the module works
539cpan/CPAN/t/11mirroredby.t See if CPAN::Mirrored::By works
4ccd1515 540cpan/CPAN/t/32pushyhttps.t
f33f0562
KE
541cpan/CPAN-Meta/corpus/BadMETA.yml
542cpan/CPAN-Meta/corpus/bareyaml.meta
543cpan/CPAN-Meta/corpus/CL018_yaml.meta
544cpan/CPAN-Meta/corpus/json.meta
545cpan/CPAN-Meta/corpus/META-VR.json
546cpan/CPAN-Meta/corpus/META-VR.yml
547cpan/CPAN-Meta/corpus/yaml.meta
3dfcef7e 548cpan/CPAN-Meta/lib/CPAN/Meta.pm
c05760c6
DG
549cpan/CPAN-Meta/lib/CPAN/Meta/Converter.pm
550cpan/CPAN-Meta/lib/CPAN/Meta/Feature.pm
3dfcef7e 551cpan/CPAN-Meta/lib/CPAN/Meta/History.pm
29fba139
CBW
552cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_0.pod
553cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_1.pod
554cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_2.pod
555cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_3.pod
556cpan/CPAN-Meta/lib/CPAN/Meta/History/Meta_1_4.pod
5f8324b5 557cpan/CPAN-Meta/lib/CPAN/Meta/Merge.pm
c05760c6
DG
558cpan/CPAN-Meta/lib/CPAN/Meta/Prereqs.pm
559cpan/CPAN-Meta/lib/CPAN/Meta/Spec.pm
560cpan/CPAN-Meta/lib/CPAN/Meta/Validator.pm
f33f0562 561cpan/CPAN-Meta/lib/Parse/CPAN/Meta.pm
3dfcef7e 562cpan/CPAN-Meta/t/converter.t
c05760c6
DG
563cpan/CPAN-Meta/t/converter-bad.t
564cpan/CPAN-Meta/t/converter-fail.t
44d8255e 565cpan/CPAN-Meta/t/converter-fragments.t
c05760c6
DG
566cpan/CPAN-Meta/t/data-fail/META-1_0.yml
567cpan/CPAN-Meta/t/data-fail/META-1_1.yml
568cpan/CPAN-Meta/t/data-fail/META-1_2.yml
569cpan/CPAN-Meta/t/data-fail/META-1_3.yml
570cpan/CPAN-Meta/t/data-fail/META-1_4.yml
571cpan/CPAN-Meta/t/data-fail/META-2.json
229563a9
SH
572cpan/CPAN-Meta/t/data-fixable/107650337-META.yml
573cpan/CPAN-Meta/t/data-fixable/1598804075-META.yml
574cpan/CPAN-Meta/t/data-fixable/1927486199-META.yml
575cpan/CPAN-Meta/t/data-fixable/1985980974-META.yml
576cpan/CPAN-Meta/t/data-fixable/2031017050-META.yml
577cpan/CPAN-Meta/t/data-fixable/284247103-META.yml
578cpan/CPAN-Meta/t/data-fixable/344981821-META.yml
579cpan/CPAN-Meta/t/data-fixable/35478989-META.yml
580cpan/CPAN-Meta/t/data-fixable/98042513-META.yml
56583f24
SH
581cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.json
582cpan/CPAN-Meta/t/data-fixable/invalid-meta-spec-version.yml
229563a9
SH
583cpan/CPAN-Meta/t/data-fixable/META-1_2.yml
584cpan/CPAN-Meta/t/data-fixable/META-1_3.yml
585cpan/CPAN-Meta/t/data-fixable/META-1_4.yml
586cpan/CPAN-Meta/t/data-fixable/META-2.json
229563a9
SH
587cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.json
588cpan/CPAN-Meta/t/data-fixable/meta-spec-version-trailing-zeros.yml
589cpan/CPAN-Meta/t/data-fixable/restrictive-2.json
590cpan/CPAN-Meta/t/data-fixable/version-ranges-2.json
591cpan/CPAN-Meta/t/data-test/gpl-1_4.yml
592cpan/CPAN-Meta/t/data-test/META-1_0.yml
593cpan/CPAN-Meta/t/data-test/META-1_1.yml
594cpan/CPAN-Meta/t/data-test/META-1_2.yml
595cpan/CPAN-Meta/t/data-test/META-1_3.yml
596cpan/CPAN-Meta/t/data-test/META-1_4.yml
597cpan/CPAN-Meta/t/data-test/META-2.json
85b1cb07 598cpan/CPAN-Meta/t/data-test/META-2.meta
2b771c51 599cpan/CPAN-Meta/t/data-test/preserve-release-status.yml
229563a9
SH
600cpan/CPAN-Meta/t/data-test/provides-version-missing.json
601cpan/CPAN-Meta/t/data-test/resources.yml
602cpan/CPAN-Meta/t/data-test/restricted-2.json
603cpan/CPAN-Meta/t/data-test/restrictive-1_4.yml
604cpan/CPAN-Meta/t/data-test/unicode.yml
605cpan/CPAN-Meta/t/data-test/version-not-normal.json
606cpan/CPAN-Meta/t/data-test/version-ranges-1_4.yml
607cpan/CPAN-Meta/t/data-test/version-ranges-2.json
f33f0562 608cpan/CPAN-Meta/t/data-test/x_deprecated-META.json
229563a9
SH
609cpan/CPAN-Meta/t/data-valid/1122575719-META.yml
610cpan/CPAN-Meta/t/data-valid/1206545041-META.yml
611cpan/CPAN-Meta/t/data-valid/1985684504-META.yml
612cpan/CPAN-Meta/t/data-valid/476602558-META.yml
613cpan/CPAN-Meta/t/data-valid/META-1_0.yml
614cpan/CPAN-Meta/t/data-valid/META-1_1.yml
f33f0562
KE
615cpan/CPAN-Meta/t/data-valid/META-1_4.yml
616cpan/CPAN-Meta/t/data-valid/META-2.json
229563a9 617cpan/CPAN-Meta/t/data-valid/scalar-meta-spec.yml
f33f0562
KE
618cpan/CPAN-Meta/t/data-valid/x_deprecated-META.yml
619cpan/CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm
c05760c6 620cpan/CPAN-Meta/t/load-bad.t
5f8324b5 621cpan/CPAN-Meta/t/merge.t
c05760c6
DG
622cpan/CPAN-Meta/t/meta-obj.t
623cpan/CPAN-Meta/t/no-index.t
b907e848 624cpan/CPAN-Meta/t/optional_feature-merge.t
f33f0562
KE
625cpan/CPAN-Meta/t/parse-cpan-meta/02_api.t
626cpan/CPAN-Meta/t/parse-cpan-meta/03_functions.t
627cpan/CPAN-Meta/t/parse-cpan-meta/04_export.t
628cpan/CPAN-Meta/t/parse-cpan-meta/05_errors.t
3dfcef7e 629cpan/CPAN-Meta/t/prereqs.t
c05760c6
DG
630cpan/CPAN-Meta/t/prereqs-finalize.t
631cpan/CPAN-Meta/t/prereqs-merge.t
f33f0562 632cpan/CPAN-Meta/t/README-data.txt
c05760c6
DG
633cpan/CPAN-Meta/t/repository.t
634cpan/CPAN-Meta/t/save-load.t
635cpan/CPAN-Meta/t/validator.t
3dfcef7e 636cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements.pm
e601791b 637cpan/CPAN-Meta-Requirements/lib/CPAN/Meta/Requirements/Range.pm
3dfcef7e
YO
638cpan/CPAN-Meta-Requirements/t/accepts.t
639cpan/CPAN-Meta-Requirements/t/bad_version_hook.t
640cpan/CPAN-Meta-Requirements/t/basic.t
641cpan/CPAN-Meta-Requirements/t/finalize.t
642cpan/CPAN-Meta-Requirements/t/from-hash.t
643cpan/CPAN-Meta-Requirements/t/merge.t
644cpan/CPAN-Meta-Requirements/t/strings.t
bf8d7753 645cpan/CPAN-Meta-YAML/lib/CPAN/Meta/YAML.pm CPAN-Meta-YAML files
2954a1e9 646cpan/CPAN-Meta-YAML/t/01_api.t
bf8d7753 647cpan/CPAN-Meta-YAML/t/01_compile.t CPAN-Meta-YAML files
2954a1e9
CBW
648cpan/CPAN-Meta-YAML/t/10_read.t
649cpan/CPAN-Meta-YAML/t/11_read_string.t
650cpan/CPAN-Meta-YAML/t/12_write.t
651cpan/CPAN-Meta-YAML/t/13_write_string.t
bf8d7753 652cpan/CPAN-Meta-YAML/t/20_subclass.t CPAN-Meta-YAML files
2954a1e9
CBW
653cpan/CPAN-Meta-YAML/t/21_yamlpm_compat.t
654cpan/CPAN-Meta-YAML/t/30_yaml_spec_tml.t
655cpan/CPAN-Meta-YAML/t/31_local_tml.t
656cpan/CPAN-Meta-YAML/t/32_world_tml.t
23741be4 657cpan/CPAN-Meta-YAML/t/86_fail.t
2954a1e9
CBW
658cpan/CPAN-Meta-YAML/t/data/ascii.yml
659cpan/CPAN-Meta-YAML/t/data/latin1.yml
bf8d7753
YO
660cpan/CPAN-Meta-YAML/t/data/multibyte.yml CPAN-Meta-YAML files
661cpan/CPAN-Meta-YAML/t/data/utf_16_le_bom.yml CPAN-Meta-YAML files
2954a1e9 662cpan/CPAN-Meta-YAML/t/data/utf_8_bom.yml
614148a1 663cpan/CPAN-Meta-YAML/t/lib/SubtestCompat.pm
2954a1e9
CBW
664cpan/CPAN-Meta-YAML/t/lib/TestBridge.pm
665cpan/CPAN-Meta-YAML/t/lib/TestML/Tiny.pm
666cpan/CPAN-Meta-YAML/t/lib/TestUtils.pm
667cpan/CPAN-Meta-YAML/t/README.md
668cpan/CPAN-Meta-YAML/t/tml
669cpan/CPAN-Meta-YAML/t/tml-local/dump-error/circular.tml
670cpan/CPAN-Meta-YAML/t/tml-local/load-error/document.tml
671cpan/CPAN-Meta-YAML/t/tml-local/load-error/scalar.tml
672cpan/CPAN-Meta-YAML/t/tml-local/load-error/tag.tml
e586de20 673cpan/CPAN-Meta-YAML/t/tml-local/load-warning/document.tml
2954a1e9
CBW
674cpan/CPAN-Meta-YAML/t/tml-local/perl-to-yaml/quoting.tml
675cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/collection.tml
676cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/comment.tml
677cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/document.tml
678cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/mapping.tml
679cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/quoting.tml
680cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/scalar.tml
681cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/sequence.tml
682cpan/CPAN-Meta-YAML/t/tml-spec/basic-data.tml
683cpan/CPAN-Meta-YAML/t/tml-spec/unicode.tml
684cpan/CPAN-Meta-YAML/t/tml-world/Acme-Time-Baby.tml
685cpan/CPAN-Meta-YAML/t/tml-world/Data-Swap.tml
686cpan/CPAN-Meta-YAML/t/tml-world/Games-Nintendo-Wii-Mii.tml
687cpan/CPAN-Meta-YAML/t/tml-world/HTML-WebDAO.tml
688cpan/CPAN-Meta-YAML/t/tml-world/ITS-SIN-FIDS-Content-XML.tml
689cpan/CPAN-Meta-YAML/t/tml-world/Plagger.tml
690cpan/CPAN-Meta-YAML/t/tml-world/Spreadsheet-Read.tml
691cpan/CPAN-Meta-YAML/t/tml-world/Template-Provider-Unicode-Japanese.tml
692cpan/CPAN-Meta-YAML/t/tml-world/toolbar.tml
693cpan/CPAN-Meta-YAML/t/tml-world/Vanilla-Perl.tml
2954a1e9 694cpan/CPAN-Meta-YAML/t/tml-world/YAML-Tiny-META.tml
3dfcef7e 695cpan/CPAN-Meta-YAML/t/tml-world/yaml_org.tml
bf8d7753
YO
696cpan/DB_File/config.in Part of Berkeley DB configuration
697cpan/DB_File/DB_File.pm Berkeley DB extension Perl module
698cpan/DB_File/DB_File.xs Berkeley DB extension external subroutines
699cpan/DB_File/dbinfo Berkeley DB database version checker
cdad4191 700cpan/DB_File/hints/bitrig.pl Script related to DB_File
bf8d7753 701cpan/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
cdad4191
PM
702cpan/DB_File/hints/minix.pl Script related to DB_File
703cpan/DB_File/hints/netbsd.pl Script related to DB_File
704cpan/DB_File/hints/openbsd.pl Script related to DB_File
bf8d7753
YO
705cpan/DB_File/hints/sco.pl Hint for DB_File for named architecture
706cpan/DB_File/Makefile.PL Berkeley DB extension makefile writer
707cpan/DB_File/t/db-btree.t See if DB_File works
708cpan/DB_File/t/db-hash.t See if DB_File works
709cpan/DB_File/t/db-recno.t See if DB_File works
710cpan/DB_File/t/db-threads.t See if DB_File works
711cpan/DB_File/typemap Berkeley DB extension interface types
712cpan/DB_File/version.c Berkeley DB extension interface version check
551856fd
TR
713cpan/Digest/lib/Digest.pm
714cpan/Digest/lib/Digest/base.pm
715cpan/Digest/lib/Digest/file.pm
bf8d7753
YO
716cpan/Digest/t/base.t See if Digest extensions work
717cpan/Digest/t/digest.t See if Digest extensions work
718cpan/Digest/t/file.t See if Digest extensions work
719cpan/Digest/t/lib/Digest/Dummy.pm See if Digest extensions work
3dfcef7e 720cpan/Digest/t/security.t See if Digest extensions work
ecc8f9b5
NC
721cpan/Digest-MD5/hints/dec_osf.pl Hints for named architecture
722cpan/Digest-MD5/hints/irix_6.pl Hints for named architecture
723cpan/Digest-MD5/hints/MacOS.pl Hints for named architecture
724cpan/Digest-MD5/Makefile.PL Digest::MD5 extension makefile writer
725cpan/Digest-MD5/MD5.pm Digest::MD5 extension
726cpan/Digest-MD5/MD5.xs Digest::MD5 extension
ecc8f9b5
NC
727cpan/Digest-MD5/t/align.t See if Digest::MD5 extension works
728cpan/Digest-MD5/t/badfile.t See if Digest::MD5 extension works
729cpan/Digest-MD5/t/bits.t See if Digest::MD5 extension works
730cpan/Digest-MD5/t/clone.t See if Digest::MD5 extension works
731cpan/Digest-MD5/t/files.t See if Digest::MD5 extension works
732cpan/Digest-MD5/t/md5-aaa.t See if Digest::MD5 extension works
62d37bf0 733cpan/Digest-MD5/t/threads.t See if Digest::MD5 extension works
ecc8f9b5 734cpan/Digest-MD5/t/utf8.t See if Digest::MD5 extension works
897b79c3 735cpan/Digest-MD5/t/warns.t
ecc8f9b5 736cpan/Digest-MD5/typemap Digest::MD5 extension
a8fcbca8
NC
737cpan/Digest-SHA/lib/Digest/SHA.pm Digest::SHA extension
738cpan/Digest-SHA/Makefile.PL Digest::SHA Makefile.PL
a8fcbca8 739cpan/Digest-SHA/SHA.xs Digest::SHA extension
3dfcef7e 740cpan/Digest-SHA/shasum shasum script
eaacb23f 741cpan/Digest-SHA/src/sdf.c Digest::SHA extension
a8fcbca8
NC
742cpan/Digest-SHA/src/sha.c Digest::SHA extension
743cpan/Digest-SHA/src/sha.h Digest::SHA extension
3dfcef7e
YO
744cpan/Digest-SHA/src/sha64bit.c Digest::SHA extension
745cpan/Digest-SHA/src/sha64bit.h Digest::SHA extension
a8fcbca8
NC
746cpan/Digest-SHA/t/allfcns.t See if Digest::SHA works
747cpan/Digest-SHA/t/base64.t See if Digest::SHA works
748cpan/Digest-SHA/t/bitbuf.t See if Digest::SHA works
b495b81b 749cpan/Digest-SHA/t/bitorder.t
65484cb9 750cpan/Digest-SHA/t/fips180-4.t See if Digest::SHA works
a8fcbca8 751cpan/Digest-SHA/t/fips198.t See if Digest::SHA works
a8fcbca8 752cpan/Digest-SHA/t/gg.t See if Digest::SHA works
3dfcef7e 753cpan/Digest-SHA/t/gglong.t See if Digest::SHA works
a8fcbca8 754cpan/Digest-SHA/t/hmacsha.t See if Digest::SHA works
207902b1 755cpan/Digest-SHA/t/inheritance.t
a8fcbca8
NC
756cpan/Digest-SHA/t/ireland.t See if Digest::SHA works
757cpan/Digest-SHA/t/methods.t See if Digest::SHA works
758cpan/Digest-SHA/t/nistbit.t See if Digest::SHA works
759cpan/Digest-SHA/t/nistbyte.t See if Digest::SHA works
760cpan/Digest-SHA/t/rfc2202.t See if Digest::SHA works
761cpan/Digest-SHA/t/sha1.t See if Digest::SHA works
762cpan/Digest-SHA/t/sha224.t See if Digest::SHA works
763cpan/Digest-SHA/t/sha256.t See if Digest::SHA works
764cpan/Digest-SHA/t/sha384.t See if Digest::SHA works
765cpan/Digest-SHA/t/sha512.t See if Digest::SHA works
7123ec76 766cpan/Digest-SHA/t/state.t See if Digest::SHA works
7720cfb2 767cpan/Digest-SHA/t/unicode.t
a8fcbca8
NC
768cpan/Digest-SHA/t/woodbury.t See if Digest::SHA works
769cpan/Digest-SHA/typemap Typemap for Digest::SHA
bf8d7753
YO
770cpan/Encode/bin/enc2xs Encode module generator
771cpan/Encode/bin/encguess guess character encodings of files
772cpan/Encode/bin/piconv iconv by perl
773cpan/Encode/bin/ucm2table Table Generator for testing
774cpan/Encode/bin/ucmlint A UCM Lint utility
775cpan/Encode/bin/ucmsort A UCM sort utility
776cpan/Encode/bin/unidump Unicode Dump like hexdump(1)
777cpan/Encode/Byte/Byte.pm Encode extension
778cpan/Encode/Byte/Makefile.PL Encode extension
779cpan/Encode/CN/CN.pm Encode extension
780cpan/Encode/CN/Makefile.PL Encode extension
781cpan/Encode/EBCDIC/EBCDIC.pm Encode extension
782cpan/Encode/EBCDIC/Makefile.PL Encode extension
783cpan/Encode/encengine.c Encode extension
784cpan/Encode/Encode.pm Mother of all Encode extensions
785cpan/Encode/Encode.xs Encode extension
786cpan/Encode/Encode/_PM.e2x Skeleton file for enc2xs
787cpan/Encode/Encode/_T.e2x Skeleton file for enc2xs
788cpan/Encode/Encode/Changes.e2x Skeleton file for enc2xs
789cpan/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs
790cpan/Encode/Encode/encode.h Encode extension header file
791cpan/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs
792cpan/Encode/Encode/README.e2x Skeleton file for enc2xs
793cpan/Encode/encoding.pm Perl Pragmatic Module
794cpan/Encode/JP/JP.pm Encode extension
795cpan/Encode/JP/Makefile.PL Encode extension
796cpan/Encode/KR/KR.pm Encode extension
797cpan/Encode/KR/Makefile.PL Encode extension
798cpan/Encode/lib/Encode/Alias.pm Encode extension
799cpan/Encode/lib/Encode/CJKConstants.pm Encode extension
800cpan/Encode/lib/Encode/CN/HZ.pm Encode extension
801cpan/Encode/lib/Encode/Config.pm Encode configuration module
802cpan/Encode/lib/Encode/Encoder.pm OO Encoder
803cpan/Encode/lib/Encode/Encoding.pm Encode extension
804cpan/Encode/lib/Encode/GSM0338.pm Encode extension
805cpan/Encode/lib/Encode/Guess.pm Encode Extension
806cpan/Encode/lib/Encode/JP/H2Z.pm Encode extension
807cpan/Encode/lib/Encode/JP/JIS7.pm Encode extension
808cpan/Encode/lib/Encode/KR/2022_KR.pm Encode extension
809cpan/Encode/lib/Encode/MIME/Header.pm Encode extension
3dfcef7e 810cpan/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension
bf8d7753
YO
811cpan/Encode/lib/Encode/MIME/Name.pm Encode extension
812cpan/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO
813cpan/Encode/lib/Encode/Supported.pod Documents for supported encodings
814cpan/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
815cpan/Encode/Makefile.PL Encode extension makefile writer
816cpan/Encode/Symbol/Makefile.PL Encode extension
817cpan/Encode/Symbol/Symbol.pm Encode extension
818cpan/Encode/t/Aliases.t test script
819cpan/Encode/t/at-cn.t test script
820cpan/Encode/t/at-tw.t test script
821cpan/Encode/t/big5-eten.enc test data
822cpan/Encode/t/big5-eten.utf test data
823cpan/Encode/t/big5-hkscs.enc test data
824cpan/Encode/t/big5-hkscs.utf test data
825cpan/Encode/t/CJKT.t test script
18cfa0e3
DK
826cpan/Encode/t/cow.t Test file related to Encode
827cpan/Encode/t/decode.t Test file related to Encode
bf8d7753
YO
828cpan/Encode/t/enc_data.t test script for utf8 DATA
829cpan/Encode/t/enc_eucjp.t test script
830cpan/Encode/t/enc_module.enc test data for t/enc_module.t
831cpan/Encode/t/enc_module.t test script
832cpan/Encode/t/enc_utf8.t test script
833cpan/Encode/t/Encode.t test script
834cpan/Encode/t/Encoder.t test script
835cpan/Encode/t/encoding.t test script
836cpan/Encode/t/encoding-locale.t test script
837cpan/Encode/t/fallback.t test script
838cpan/Encode/t/from_to.t test script
839cpan/Encode/t/gb2312.enc test data
840cpan/Encode/t/gb2312.utf test data
841cpan/Encode/t/grow.t test script
842cpan/Encode/t/gsm0338.t test script
843cpan/Encode/t/guess.t test script
18cfa0e3 844cpan/Encode/t/isa.t Test file related to Encode
bf8d7753
YO
845cpan/Encode/t/jis7-fallback.t test script
846cpan/Encode/t/jisx0201.enc test data
847cpan/Encode/t/jisx0201.utf test data
848cpan/Encode/t/jisx0208.enc test data
849cpan/Encode/t/jisx0208.utf test data
850cpan/Encode/t/jisx0212.enc test data
851cpan/Encode/t/jisx0212.utf test data
852cpan/Encode/t/jperl.t test script
853cpan/Encode/t/ksc5601.enc test data
854cpan/Encode/t/ksc5601.utf test data
855cpan/Encode/t/magic.t test script
856cpan/Encode/t/mime-header.t test script
857cpan/Encode/t/mime-name.t test script
858cpan/Encode/t/mime_header_iso2022jp.t test script
859cpan/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
860cpan/Encode/t/perlio.t test script
861cpan/Encode/t/piconv.t Test for piconv.t
862cpan/Encode/t/rt.pl test script
863cpan/Encode/t/rt113164.t test script
864cpan/Encode/t/rt65541.t test script
865cpan/Encode/t/rt76824.t test script
866cpan/Encode/t/rt85489.t test script
867cpan/Encode/t/rt86327.t test script
18cfa0e3
DK
868cpan/Encode/t/taint.t Test file related to Encode
869cpan/Encode/t/truncated_utf8.t Test file related to Encode
870cpan/Encode/t/undef.t Test file related to Encode
bf8d7753
YO
871cpan/Encode/t/unibench.pl benchmark script
872cpan/Encode/t/Unicode.t test script
18cfa0e3
DK
873cpan/Encode/t/Unicode_trailing_nul.t Test file related to Encode
874cpan/Encode/t/use-Encode-Alias.t Test file related to Encode
875cpan/Encode/t/utf32warnings.t Test file related to Encode
bf8d7753
YO
876cpan/Encode/t/utf8ref.t test script
877cpan/Encode/t/utf8strict.t test script
18cfa0e3
DK
878cpan/Encode/t/utf8warnings.t Test file related to Encode
879cpan/Encode/t/xml.t Test file related to Encode
bf8d7753
YO
880cpan/Encode/TW/Makefile.PL Encode extension
881cpan/Encode/TW/TW.pm Encode extension
882cpan/Encode/ucm/8859-1.ucm Unicode Character Map
883cpan/Encode/ucm/8859-10.ucm Unicode Character Map
884cpan/Encode/ucm/8859-11.ucm Unicode Character Map
885cpan/Encode/ucm/8859-13.ucm Unicode Character Map
886cpan/Encode/ucm/8859-14.ucm Unicode Character Map
887cpan/Encode/ucm/8859-15.ucm Unicode Character Map
888cpan/Encode/ucm/8859-16.ucm Unicode Character Map
889cpan/Encode/ucm/8859-2.ucm Unicode Character Map
890cpan/Encode/ucm/8859-3.ucm Unicode Character Map
891cpan/Encode/ucm/8859-4.ucm Unicode Character Map
892cpan/Encode/ucm/8859-5.ucm Unicode Character Map
893cpan/Encode/ucm/8859-6.ucm Unicode Character Map
894cpan/Encode/ucm/8859-7.ucm Unicode Character Map
895cpan/Encode/ucm/8859-8.ucm Unicode Character Map
896cpan/Encode/ucm/8859-9.ucm Unicode Character Map
897cpan/Encode/ucm/adobeStdenc.ucm Unicode Character Map
898cpan/Encode/ucm/adobeSymbol.ucm Unicode Character Map
899cpan/Encode/ucm/adobeZdingbat.ucm Unicode Character Map
900cpan/Encode/ucm/ascii.ucm Unicode Character Map
901cpan/Encode/ucm/big5-eten.ucm Unicode Character Map
902cpan/Encode/ucm/big5-hkscs.ucm Unicode Character Map
903cpan/Encode/ucm/cp037.ucm Unicode Character Map
904cpan/Encode/ucm/cp1006.ucm Unicode Character Map
905cpan/Encode/ucm/cp1026.ucm Unicode Character Map
906cpan/Encode/ucm/cp1047.ucm Unicode Character Map
907cpan/Encode/ucm/cp1250.ucm Unicode Character Map
908cpan/Encode/ucm/cp1251.ucm Unicode Character Map
909cpan/Encode/ucm/cp1252.ucm Unicode Character Map
910cpan/Encode/ucm/cp1253.ucm Unicode Character Map
911cpan/Encode/ucm/cp1254.ucm Unicode Character Map
912cpan/Encode/ucm/cp1255.ucm Unicode Character Map
913cpan/Encode/ucm/cp1256.ucm Unicode Character Map
914cpan/Encode/ucm/cp1257.ucm Unicode Character Map
915cpan/Encode/ucm/cp1258.ucm Unicode Character Map
916cpan/Encode/ucm/cp424.ucm Unicode Character Map
917cpan/Encode/ucm/cp437.ucm Unicode Character Map
918cpan/Encode/ucm/cp500.ucm Unicode Character Map
919cpan/Encode/ucm/cp737.ucm Unicode Character Map
920cpan/Encode/ucm/cp775.ucm Unicode Character Map
921cpan/Encode/ucm/cp850.ucm Unicode Character Map
922cpan/Encode/ucm/cp852.ucm Unicode Character Map
923cpan/Encode/ucm/cp855.ucm Unicode Character Map
924cpan/Encode/ucm/cp856.ucm Unicode Character Map
925cpan/Encode/ucm/cp857.ucm Unicode Character Map
926cpan/Encode/ucm/cp858.ucm Unicode Character Map
927cpan/Encode/ucm/cp860.ucm Unicode Character Map
928cpan/Encode/ucm/cp861.ucm Unicode Character Map
929cpan/Encode/ucm/cp862.ucm Unicode Character Map
930cpan/Encode/ucm/cp863.ucm Unicode Character Map
931cpan/Encode/ucm/cp864.ucm Unicode Character Map
932cpan/Encode/ucm/cp865.ucm Unicode Character Map
933cpan/Encode/ucm/cp866.ucm Unicode Character Map
934cpan/Encode/ucm/cp869.ucm Unicode Character Map
935cpan/Encode/ucm/cp874.ucm Unicode Character Map
936cpan/Encode/ucm/cp875.ucm Unicode Character Map
937cpan/Encode/ucm/cp932.ucm Unicode Character Map
938cpan/Encode/ucm/cp936.ucm Unicode Character Map
939cpan/Encode/ucm/cp949.ucm Unicode Character Map
940cpan/Encode/ucm/cp950.ucm Unicode Character Map
941cpan/Encode/ucm/ctrl.ucm Unicode Character Map
942cpan/Encode/ucm/dingbats.ucm Unicode Character Map
943cpan/Encode/ucm/euc-cn.ucm Unicode Character Map
944cpan/Encode/ucm/euc-jp.ucm Unicode Character Map
945cpan/Encode/ucm/euc-kr.ucm Unicode Character Map
946cpan/Encode/ucm/gb12345.ucm Unicode Character Map
947cpan/Encode/ucm/gb2312.ucm Unicode Character Map
948cpan/Encode/ucm/hp-roman8.ucm Unicode Character Map
949cpan/Encode/ucm/ir-165.ucm Unicode Character Map
950cpan/Encode/ucm/jis0201.ucm Unicode Character Map
951cpan/Encode/ucm/jis0208.ucm Unicode Character Map
952cpan/Encode/ucm/jis0212.ucm Unicode Character Map
953cpan/Encode/ucm/johab.ucm Unicode Character Map
954cpan/Encode/ucm/koi8-f.ucm Unicode Character Map
955cpan/Encode/ucm/koi8-r.ucm Unicode Character Map
956cpan/Encode/ucm/koi8-u.ucm Unicode Character Map
957cpan/Encode/ucm/ksc5601.ucm Unicode Character Map
958cpan/Encode/ucm/macArabic.ucm Unicode Character Map
959cpan/Encode/ucm/macCentEuro.ucm Unicode Character Map
960cpan/Encode/ucm/macChinsimp.ucm Unicode Character Map
961cpan/Encode/ucm/macChintrad.ucm Unicode Character Map
962cpan/Encode/ucm/macCroatian.ucm Unicode Character Map
963cpan/Encode/ucm/macCyrillic.ucm Unicode Character Map
964cpan/Encode/ucm/macDingbats.ucm Unicode Character Map
965cpan/Encode/ucm/macFarsi.ucm Unicode Character Map
966cpan/Encode/ucm/macGreek.ucm Unicode Character Map
967cpan/Encode/ucm/macHebrew.ucm Unicode Character Map
968cpan/Encode/ucm/macIceland.ucm Unicode Character Map
969cpan/Encode/ucm/macJapanese.ucm Unicode Character Map
970cpan/Encode/ucm/macKorean.ucm Unicode Character Map
971cpan/Encode/ucm/macRoman.ucm Unicode Character Map
972cpan/Encode/ucm/macROMnn.ucm Unicode Character Map
973cpan/Encode/ucm/macRUMnn.ucm Unicode Character Map
974cpan/Encode/ucm/macSami.ucm Unicode Character Map
975cpan/Encode/ucm/macSymbol.ucm Unicode Character Map
976cpan/Encode/ucm/macThai.ucm Unicode Character Map
977cpan/Encode/ucm/macTurkish.ucm Unicode Character Map
978cpan/Encode/ucm/macUkraine.ucm Unicode Character Map
979cpan/Encode/ucm/nextstep.ucm Unicode Character Map
980cpan/Encode/ucm/null.ucm Unicode Character Map
981cpan/Encode/ucm/posix-bc.ucm Unicode Character Map
982cpan/Encode/ucm/shiftjis.ucm Unicode Character Map
983cpan/Encode/ucm/symbol.ucm Unicode Character Map
984cpan/Encode/ucm/viscii.ucm Unicode Character Map
985cpan/Encode/Unicode/Makefile.PL Encode extension
986cpan/Encode/Unicode/Unicode.pm Encode extension
987cpan/Encode/Unicode/Unicode.xs Encode extension
de84ff2b 988cpan/experimental/lib/experimental.pm
d6dd17c5 989cpan/experimental/lib/stable.pm
de84ff2b 990cpan/experimental/t/basic.t
61089260 991cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants
3dfcef7e 992cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants
61089260
NC
993cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants
994cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
995cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants
996cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works
d393d7e5 997cpan/ExtUtils-Install/lib/ExtUtils/Install.pm Handles 'make install' on extensions
3dfcef7e 998cpan/ExtUtils-Install/lib/ExtUtils/Installed.pm Information on installed extensions
d393d7e5
CBW
999cpan/ExtUtils-Install/lib/ExtUtils/Packlist.pm Manipulates .packlist files
1000cpan/ExtUtils-Install/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
3dfcef7e 1001cpan/ExtUtils-Install/t/Install.t See if ExtUtils::Install works
d393d7e5
CBW
1002cpan/ExtUtils-Install/t/Installapi2.t See if new api for ExtUtils::Install::install() works
1003cpan/ExtUtils-Install/t/Installed.t See if ExtUtils::Installed works
d393d7e5
CBW
1004cpan/ExtUtils-Install/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
1005cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1006cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1007cpan/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints
1008cpan/ExtUtils-Install/t/Packlist.t See if Packlist works
bf8d7753 1009cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions
024665c4 1010cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1011cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line
1012cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries
1013cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above
1014cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions
1015cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config
1016cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ
024665c4 1017cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Locale.pm Module related to ExtUtils::MakeMaker
bf8d7753 1018cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker
024665c4
YO
1019cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm Module related to ExtUtils::MakeMaker
1020cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm Module related to ExtUtils::MakeMaker
bf8d7753
YO
1021cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker)
1022cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions
1023cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class
1024cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX
1025cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS
1026cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS
1027cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin
1028cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin
1029cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS
1030cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS
1031cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare
1032cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2
1033cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS390.pm MakeMaker methods for OS 390
1034cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX
1035cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix
1036cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN
1037cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS
1038cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS
1039cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32
1040cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95
1041cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class
1042cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension
1043cpan/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile
024665c4
YO
1044cpan/ExtUtils-MakeMaker/t/01perl_bugs.t Test file related to ExtUtils::MakeMaker
1045cpan/ExtUtils-MakeMaker/t/02-xsdynamic.t Test file related to ExtUtils::MakeMaker
1046cpan/ExtUtils-MakeMaker/t/03-xsstatic.t Test file related to ExtUtils::MakeMaker
1047cpan/ExtUtils-MakeMaker/t/04-xs-rpath-darwin.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1048cpan/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check()
1049cpan/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility
1050cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module
1051cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages
1052cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works
1053cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config
024665c4 1054cpan/ExtUtils-MakeMaker/t/cp.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1055cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported
1056cpan/ExtUtils-MakeMaker/t/echo.t Test for ExtUtils::MakeMaker
024665c4 1057cpan/ExtUtils-MakeMaker/t/eu_command.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1058cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works
1059cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker
1060cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works
1061cpan/ExtUtils-MakeMaker/t/hints.t See if hint files are honored.
1062cpan/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros
1063cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs
1064cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker
1065cpan/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker
1066cpan/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker
1067cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities
1068cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities
1069cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities
1070cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
1071cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles
1072cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints
1073cpan/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works
1074cpan/ExtUtils-MakeMaker/t/make.t See if make detection works
1075cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section
1076cpan/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works
1077cpan/ExtUtils-MakeMaker/t/meta_convert.t See if MakeMaker works
1078cpan/ExtUtils-MakeMaker/t/META_for_testing.json test data for MakeMaker
1079cpan/ExtUtils-MakeMaker/t/META_for_testing.yml test data for MakeMaker
1080cpan/ExtUtils-MakeMaker/t/META_for_testing_tricky_version.yml test data for MakeMaker
1081cpan/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works
1082cpan/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works
1083cpan/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile.
1084cpan/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl
1085cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works
1086cpan/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works
1087cpan/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works
1088cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works
1089cpan/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works
1090cpan/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works
1091cpan/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works
1092cpan/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works
1093cpan/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works
1094cpan/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners
024665c4 1095cpan/ExtUtils-MakeMaker/t/os_unsupported.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1096cpan/ExtUtils-MakeMaker/t/parse_abstract.t See if parse_abstract works
1097cpan/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works
1098cpan/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker
1099cpan/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM
1100cpan/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker
1101cpan/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man
1102cpan/ExtUtils-MakeMaker/t/postamble.t See if postamble works
1103cpan/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX
1104cpan/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works
1105cpan/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works
1106cpan/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems
1107cpan/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works
1108cpan/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work
1109cpan/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct
1110cpan/ExtUtils-MakeMaker/t/several_authors.t See if multiple AUTHORs work
1111cpan/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works
1112cpan/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test
9dafbe2f
NC
1113cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker
1114cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker
bf8d7753 1115cpan/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works
024665c4 1116cpan/ExtUtils-MakeMaker/t/unicode.t Test file related to ExtUtils::MakeMaker
bf8d7753 1117cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works
024665c4 1118cpan/ExtUtils-MakeMaker/t/vstrings.t Test file related to ExtUtils::MakeMaker
bf8d7753
YO
1119cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works
1120cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works
1121cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files
1122cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP
1123cpan/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works
d972df9b
LT
1124cpan/ExtUtils-PL2Bat/lib/ExtUtils/PL2Bat.pm Implement pl2bat
1125cpan/ExtUtils-PL2Bat/t/make_executable.t Tests if ExtUtils::PL2Bat makes bat files that are executable
d8ae2330
NC
1126cpan/File-Fetch/lib/File/Fetch.pm File::Fetch
1127cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests
16610ad9 1128cpan/File-Fetch/t/null_subclass.t
140ca009 1129cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r'
bfcc9519 1130cpan/File-Path/t/FilePathTest.pm See if File::Path works
140ca009 1131cpan/File-Path/t/Path.t See if File::Path works
3dfcef7e 1132cpan/File-Path/t/Path_root.t See if File::Path works
bfcc9519 1133cpan/File-Path/t/Path_win32.t See if File::Path works
30eb83e1 1134cpan/File-Path/t/taint.t See if File::Path works with -T
bf8d7753
YO
1135cpan/File-Temp/lib/File/Temp.pm create safe temporary files and file handles
1136cpan/File-Temp/t/cmp.t See if File::Temp works
1137cpan/File-Temp/t/fork.t See if File::Temp works
1138cpan/File-Temp/t/lock.t See if File::Temp works
1139cpan/File-Temp/t/mktemp.t See if File::Temp works
1140cpan/File-Temp/t/object.t See if File::Temp works
1141cpan/File-Temp/t/posix.t See if File::Temp works
1142cpan/File-Temp/t/rmtree.t See if File::Temp works
1143cpan/File-Temp/t/security.t See if File::Temp works
1144cpan/File-Temp/t/seekable.t See if File::Temp works
1145cpan/File-Temp/t/tempfile.t See if File::Temp works
1146cpan/Filter-Util-Call/Call.pm Filter::Util::Call extension module
1147cpan/Filter-Util-Call/Call.xs Filter::Util::Call extension external subroutines
aa22c994 1148cpan/Filter-Util-Call/filter-util.pl See if Filter::Util::Call works
bf8d7753 1149cpan/Filter-Util-Call/t/call.t See if Filter::Util::Call works
356231b0
SH
1150cpan/Filter-Util-Call/t/rt_101033.pm
1151cpan/Filter-Util-Call/t/rt_101033.t
f686c54e 1152cpan/Filter-Util-Call/t/rt_54452-rebless.t
867a7409
JV
1153cpan/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions)
1154cpan/Getopt-Long/lib/Getopt/Long/Parser.pm Getopt-Long
1155cpan/Getopt-Long/t/gol-basic.t See if Getopt::Long works
1156cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works
1157cpan/Getopt-Long/t/gol-load1.t Getopt-Long
1158cpan/Getopt-Long/t/gol-load2.t Getopt-Long
1159cpan/Getopt-Long/t/gol-oo.t See if Getopt::Long works
1160cpan/Getopt-Long/t/gol-xargv.t See if Getopt::Long works
1161cpan/Getopt-Long/t/gol-xstring.t See if Getopt::Long works
e621bd31
DG
1162cpan/HTTP-Tiny/corpus/auth-01.txt Test file related to HTTP::Tiny
1163cpan/HTTP-Tiny/corpus/auth-02.txt Test file related to HTTP::Tiny
1164cpan/HTTP-Tiny/corpus/auth-03.txt Test file related to HTTP::Tiny
1165cpan/HTTP-Tiny/corpus/auth-04.txt Test file related to HTTP::Tiny
1166cpan/HTTP-Tiny/corpus/auth-05.txt Test file related to HTTP::Tiny
1167cpan/HTTP-Tiny/corpus/cookies-01.txt Test file related to HTTP::Tiny
1168cpan/HTTP-Tiny/corpus/cookies-02.txt Test file related to HTTP::Tiny
1169cpan/HTTP-Tiny/corpus/cookies-03.txt Test file related to HTTP::Tiny
1170cpan/HTTP-Tiny/corpus/cookies-04.txt Test file related to HTTP::Tiny
1171cpan/HTTP-Tiny/corpus/cookies-05.txt Test file related to HTTP::Tiny
1172cpan/HTTP-Tiny/corpus/cookies-06.txt Test file related to HTTP::Tiny
1173cpan/HTTP-Tiny/corpus/cookies-07.txt Test file related to HTTP::Tiny
1174cpan/HTTP-Tiny/corpus/delete-01.txt Test file related to HTTP::Tiny
1175cpan/HTTP-Tiny/corpus/form-01.txt Test file related to HTTP::Tiny
1176cpan/HTTP-Tiny/corpus/form-02.txt Test file related to HTTP::Tiny
1177cpan/HTTP-Tiny/corpus/form-03.txt Test file related to HTTP::Tiny
1178cpan/HTTP-Tiny/corpus/form-04.txt Test file related to HTTP::Tiny
1179cpan/HTTP-Tiny/corpus/form-05.txt Test file related to HTTP::Tiny
1180cpan/HTTP-Tiny/corpus/get-01.txt Test file related to HTTP::Tiny
1181cpan/HTTP-Tiny/corpus/get-02.txt Test file related to HTTP::Tiny
1182cpan/HTTP-Tiny/corpus/get-03.txt Test file related to HTTP::Tiny
1183cpan/HTTP-Tiny/corpus/get-04.txt Test file related to HTTP::Tiny
1184cpan/HTTP-Tiny/corpus/get-05.txt Test file related to HTTP::Tiny
1185cpan/HTTP-Tiny/corpus/get-06.txt Test file related to HTTP::Tiny
1186cpan/HTTP-Tiny/corpus/get-07.txt Test file related to HTTP::Tiny
1187cpan/HTTP-Tiny/corpus/get-08.txt Test file related to HTTP::Tiny
1188cpan/HTTP-Tiny/corpus/get-09.txt Test file related to HTTP::Tiny
1189cpan/HTTP-Tiny/corpus/get-10.txt Test file related to HTTP::Tiny
1190cpan/HTTP-Tiny/corpus/get-11.txt Test file related to HTTP::Tiny
1191cpan/HTTP-Tiny/corpus/get-12.txt Test file related to HTTP::Tiny
1192cpan/HTTP-Tiny/corpus/get-13.txt Test file related to HTTP::Tiny
1193cpan/HTTP-Tiny/corpus/get-14.txt Test file related to HTTP::Tiny
1194cpan/HTTP-Tiny/corpus/get-15.txt Test file related to HTTP::Tiny
1195cpan/HTTP-Tiny/corpus/get-16.txt Test file related to HTTP::Tiny
1196cpan/HTTP-Tiny/corpus/get-17.txt Test file related to HTTP::Tiny
1197cpan/HTTP-Tiny/corpus/get-18.txt Test file related to HTTP::Tiny
1198cpan/HTTP-Tiny/corpus/get-19.txt Test file related to HTTP::Tiny
1199cpan/HTTP-Tiny/corpus/get-20.txt Test file related to HTTP::Tiny
1200cpan/HTTP-Tiny/corpus/get-21.txt Test file related to HTTP::Tiny
1201cpan/HTTP-Tiny/corpus/get-22.txt Test file related to HTTP::Tiny
1202cpan/HTTP-Tiny/corpus/get-23.txt Test file related to HTTP::Tiny
1203cpan/HTTP-Tiny/corpus/head-01.txt Test file related to HTTP::Tiny
1204cpan/HTTP-Tiny/corpus/keepalive-01.txt Test file related to HTTP::Tiny
1205cpan/HTTP-Tiny/corpus/keepalive-02.txt Test file related to HTTP::Tiny
1206cpan/HTTP-Tiny/corpus/keepalive-03.txt Test file related to HTTP::Tiny
1207cpan/HTTP-Tiny/corpus/keepalive-04.txt Test file related to HTTP::Tiny
1208cpan/HTTP-Tiny/corpus/keepalive-05.txt Test file related to HTTP::Tiny
1209cpan/HTTP-Tiny/corpus/mirror-01.txt Test file related to HTTP::Tiny
1210cpan/HTTP-Tiny/corpus/mirror-02.txt Test file related to HTTP::Tiny
1211cpan/HTTP-Tiny/corpus/mirror-03.txt Test file related to HTTP::Tiny
1212cpan/HTTP-Tiny/corpus/mirror-04.txt Test file related to HTTP::Tiny
1213cpan/HTTP-Tiny/corpus/mirror-05.txt Test file related to HTTP::Tiny
1214cpan/HTTP-Tiny/corpus/post-01.txt Test file related to HTTP::Tiny
1215cpan/HTTP-Tiny/corpus/post-02.txt Test file related to HTTP::Tiny
1216cpan/HTTP-Tiny/corpus/proxy-auth-01.txt Test file related to HTTP::Tiny
1217cpan/HTTP-Tiny/corpus/put-01.txt Test file related to HTTP::Tiny
1218cpan/HTTP-Tiny/corpus/put-02.txt Test file related to HTTP::Tiny
1219cpan/HTTP-Tiny/corpus/put-03.txt Test file related to HTTP::Tiny
1220cpan/HTTP-Tiny/corpus/put-04.txt Test file related to HTTP::Tiny
1221cpan/HTTP-Tiny/corpus/put-05.txt Test file related to HTTP::Tiny
1222cpan/HTTP-Tiny/corpus/put-06.txt Test file related to HTTP::Tiny
1223cpan/HTTP-Tiny/corpus/put-07.txt Test file related to HTTP::Tiny
1224cpan/HTTP-Tiny/corpus/put-08.txt Test file related to HTTP::Tiny
1225cpan/HTTP-Tiny/corpus/redirect-01.txt Test file related to HTTP::Tiny
1226cpan/HTTP-Tiny/corpus/redirect-02.txt Test file related to HTTP::Tiny
1227cpan/HTTP-Tiny/corpus/redirect-03.txt Test file related to HTTP::Tiny
1228cpan/HTTP-Tiny/corpus/redirect-04.txt Test file related to HTTP::Tiny
1229cpan/HTTP-Tiny/corpus/redirect-05.txt Test file related to HTTP::Tiny
1230cpan/HTTP-Tiny/corpus/redirect-06.txt Test file related to HTTP::Tiny
1231cpan/HTTP-Tiny/corpus/redirect-07.txt Test file related to HTTP::Tiny
1232cpan/HTTP-Tiny/corpus/redirect-08.txt Test file related to HTTP::Tiny
1233cpan/HTTP-Tiny/corpus/redirect-09.txt Test file related to HTTP::Tiny
1234cpan/HTTP-Tiny/corpus/redirect-10.txt Test file related to HTTP::Tiny
1235cpan/HTTP-Tiny/lib/HTTP/Tiny.pm Module related to HTTP::Tiny
1236cpan/HTTP-Tiny/t/000_load.t Test file related to HTTP::Tiny
1237cpan/HTTP-Tiny/t/001_api.t Test file related to HTTP::Tiny
1238cpan/HTTP-Tiny/t/002_croakage.t Test file related to HTTP::Tiny
1239cpan/HTTP-Tiny/t/003_agent.t Test file related to HTTP::Tiny
1240cpan/HTTP-Tiny/t/004_timeout.t Test file related to HTTP::Tiny
1241cpan/HTTP-Tiny/t/010_url.t Test file related to HTTP::Tiny
1242cpan/HTTP-Tiny/t/020_headers.t Test file related to HTTP::Tiny
1243cpan/HTTP-Tiny/t/030_response.t Test file related to HTTP::Tiny
1244cpan/HTTP-Tiny/t/040_content.t Test file related to HTTP::Tiny
1245cpan/HTTP-Tiny/t/050_chunked_body.t Test file related to HTTP::Tiny
1246cpan/HTTP-Tiny/t/060_http_date.t Test file related to HTTP::Tiny
1247cpan/HTTP-Tiny/t/070_cookie_jar.t Test file related to HTTP::Tiny
1248cpan/HTTP-Tiny/t/100_get.t Test file related to HTTP::Tiny
1249cpan/HTTP-Tiny/t/101_head.t Test file related to HTTP::Tiny
1250cpan/HTTP-Tiny/t/102_put.t Test file related to HTTP::Tiny
1251cpan/HTTP-Tiny/t/103_delete.t Test file related to HTTP::Tiny
1252cpan/HTTP-Tiny/t/104_post.t Test file related to HTTP::Tiny
1253cpan/HTTP-Tiny/t/110_mirror.t Test file related to HTTP::Tiny
1254cpan/HTTP-Tiny/t/130_redirect.t Test file related to HTTP::Tiny
1255cpan/HTTP-Tiny/t/140_proxy.t Test file related to HTTP::Tiny
1256cpan/HTTP-Tiny/t/141_no_proxy.t Test file related to HTTP::Tiny
1257cpan/HTTP-Tiny/t/150_post_form.t Test file related to HTTP::Tiny
1258cpan/HTTP-Tiny/t/160_cookies.t Test file related to HTTP::Tiny
1259cpan/HTTP-Tiny/t/161_basic_auth.t Test file related to HTTP::Tiny
1260cpan/HTTP-Tiny/t/162_proxy_auth.t Test file related to HTTP::Tiny
1261cpan/HTTP-Tiny/t/170_keepalive.t Test file related to HTTP::Tiny
1262cpan/HTTP-Tiny/t/180_verify_SSL.t Test file related to HTTP::Tiny
1263cpan/HTTP-Tiny/t/BrokenCookieJar.pm Module related to HTTP::Tiny
1264cpan/HTTP-Tiny/t/SimpleCookieJar.pm Module related to HTTP::Tiny
1265cpan/HTTP-Tiny/t/Util.pm Module related to HTTP::Tiny
74397897 1266cpan/IO-Compress/bin/streamzip IO-Compress
08ad9465 1267cpan/IO-Compress/bin/zipdetails IO::Compress
3fd969f4
NC
1268cpan/IO-Compress/lib/Compress/Zlib.pm IO::Compress
1269cpan/IO-Compress/lib/File/GlobMapper.pm IO::Compress
1270cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm IO::Compress
1271cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm IO::Compress
1272cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm IO::Compress
3fd969f4 1273cpan/IO-Compress/lib/IO/Compress/Base.pm IO::Compress
3dfcef7e 1274cpan/IO-Compress/lib/IO/Compress/Base/Common.pm IO::Compress
3fd969f4
NC
1275cpan/IO-Compress/lib/IO/Compress/Bzip2.pm IO::Compress
1276cpan/IO-Compress/lib/IO/Compress/Deflate.pm IO::Compress
08ad9465 1277cpan/IO-Compress/lib/IO/Compress/FAQ.pod IO::Compress
3fd969f4 1278cpan/IO-Compress/lib/IO/Compress/Gzip.pm IO::Compress
3dfcef7e 1279cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress
3fd969f4 1280cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress
3fd969f4 1281cpan/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress
3dfcef7e 1282cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress
3fd969f4
NC
1283cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress
1284cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress
1285cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress
1286cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm IO::Compress
1287cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm IO::Compress
1288cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm IO::Compress
1289cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm IO::Compress
1290cpan/IO-Compress/lib/IO/Uncompress/Base.pm IO::Compress
1291cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm IO::Compress
1292cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm IO::Compress
1293cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm IO::Compress
1294cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress
1295cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress
95a2e48f 1296cpan/IO-Compress/Makefile.PL IO::Compress
3fd969f4 1297cpan/IO-Compress/private/MakeUtil.pm IO::Compress
3fd969f4
NC
1298cpan/IO-Compress/t/001bzip2.t IO::Compress
1299cpan/IO-Compress/t/001zlib-generic-deflate.t IO::Compress
1300cpan/IO-Compress/t/001zlib-generic-gzip.t IO::Compress
1301cpan/IO-Compress/t/001zlib-generic-rawdeflate.t IO::Compress
1302cpan/IO-Compress/t/001zlib-generic-zip.t IO::Compress
1303cpan/IO-Compress/t/002any-deflate.t IO::Compress
1304cpan/IO-Compress/t/002any-gzip.t IO::Compress
1305cpan/IO-Compress/t/002any-rawdeflate.t IO::Compress
1306cpan/IO-Compress/t/002any-transparent.t IO::Compress
1307cpan/IO-Compress/t/002any-zip.t IO::Compress
1308cpan/IO-Compress/t/004gziphdr.t IO::Compress
1309cpan/IO-Compress/t/005defhdr.t IO::Compress
1310cpan/IO-Compress/t/006zip.t IO::Compress
74397897 1311cpan/IO-Compress/t/011-streamzip.t Test file related to IO-Compress
3fd969f4
NC
1312cpan/IO-Compress/t/01misc.t IO::Compress
1313cpan/IO-Compress/t/020isize.t IO::Compress
1314cpan/IO-Compress/t/050interop-gzip.t IO::Compress
1315cpan/IO-Compress/t/100generic-bzip2.t IO::Compress
1316cpan/IO-Compress/t/100generic-deflate.t IO::Compress
1317cpan/IO-Compress/t/100generic-gzip.t IO::Compress
1318cpan/IO-Compress/t/100generic-rawdeflate.t IO::Compress
1319cpan/IO-Compress/t/100generic-zip.t IO::Compress
1320cpan/IO-Compress/t/101truncate-bzip2.t IO::Compress
1321cpan/IO-Compress/t/101truncate-deflate.t IO::Compress
1322cpan/IO-Compress/t/101truncate-gzip.t IO::Compress
1323cpan/IO-Compress/t/101truncate-rawdeflate.t IO::Compress
1324cpan/IO-Compress/t/101truncate-zip.t IO::Compress
1325cpan/IO-Compress/t/102tied-bzip2.t IO::Compress
1326cpan/IO-Compress/t/102tied-deflate.t IO::Compress
1327cpan/IO-Compress/t/102tied-gzip.t IO::Compress
1328cpan/IO-Compress/t/102tied-rawdeflate.t IO::Compress
1329cpan/IO-Compress/t/102tied-zip.t IO::Compress
1330cpan/IO-Compress/t/103newtied-bzip2.t IO::Compress
1331cpan/IO-Compress/t/103newtied-deflate.t IO::Compress
1332cpan/IO-Compress/t/103newtied-gzip.t IO::Compress
1333cpan/IO-Compress/t/103newtied-rawdeflate.t IO::Compress
1334cpan/IO-Compress/t/103newtied-zip.t IO::Compress
1335cpan/IO-Compress/t/104destroy-bzip2.t IO::Compress
1336cpan/IO-Compress/t/104destroy-deflate.t IO::Compress
1337cpan/IO-Compress/t/104destroy-gzip.t IO::Compress
1338cpan/IO-Compress/t/104destroy-rawdeflate.t IO::Compress
1339cpan/IO-Compress/t/104destroy-zip.t IO::Compress
1340cpan/IO-Compress/t/105oneshot-bzip2.t IO::Compress
1341cpan/IO-Compress/t/105oneshot-deflate.t IO::Compress
3fd969f4 1342cpan/IO-Compress/t/105oneshot-gzip.t IO::Compress
3dfcef7e 1343cpan/IO-Compress/t/105oneshot-gzip-only.t IO::Compress
3fd969f4 1344cpan/IO-Compress/t/105oneshot-rawdeflate.t IO::Compress
3dfcef7e 1345cpan/IO-Compress/t/105oneshot-zip.t IO::Compress
3fd969f4
NC
1346cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t IO::Compress
1347cpan/IO-Compress/t/105oneshot-zip-only.t IO::Compress
101c03fa 1348cpan/IO-Compress/t/105oneshot-zip-store-only.t IO::Compress
3fd969f4
NC
1349cpan/IO-Compress/t/106prime-bzip2.t IO::Compress
1350cpan/IO-Compress/t/106prime-deflate.t IO::Compress
1351cpan/IO-Compress/t/106prime-gzip.t IO::Compress
1352cpan/IO-Compress/t/106prime-rawdeflate.t IO::Compress
1353cpan/IO-Compress/t/106prime-zip.t IO::Compress
1354cpan/IO-Compress/t/107multi-bzip2.t IO::Compress
1355cpan/IO-Compress/t/107multi-deflate.t IO::Compress
1356cpan/IO-Compress/t/107multi-gzip.t IO::Compress
1357cpan/IO-Compress/t/107multi-rawdeflate.t IO::Compress
1358cpan/IO-Compress/t/107multi-zip.t IO::Compress
74397897 1359cpan/IO-Compress/t/107multi-zip-only.t Test file related to IO-Compress
3fd969f4
NC
1360cpan/IO-Compress/t/108anyunc-bzip2.t IO::Compress
1361cpan/IO-Compress/t/108anyunc-deflate.t IO::Compress
1362cpan/IO-Compress/t/108anyunc-gzip.t IO::Compress
1363cpan/IO-Compress/t/108anyunc-rawdeflate.t IO::Compress
1364cpan/IO-Compress/t/108anyunc-transparent.t IO::Compress
1365cpan/IO-Compress/t/108anyunc-zip.t IO::Compress
1366cpan/IO-Compress/t/109merge-deflate.t IO::Compress
1367cpan/IO-Compress/t/109merge-gzip.t IO::Compress
1368cpan/IO-Compress/t/109merge-rawdeflate.t IO::Compress
1369cpan/IO-Compress/t/109merge-zip.t IO::Compress
1370cpan/IO-Compress/t/110encode-bzip2.t IO::Compress
1371cpan/IO-Compress/t/110encode-deflate.t IO::Compress
1372cpan/IO-Compress/t/110encode-gzip.t IO::Compress
1373cpan/IO-Compress/t/110encode-rawdeflate.t IO::Compress
1374cpan/IO-Compress/t/110encode-zip.t IO::Compress
422d6414 1375cpan/IO-Compress/t/111const-deflate.t IO::Compress
74397897
YO
1376cpan/IO-Compress/t/112utf8-zip.t Test file related to IO-Compress
1377cpan/IO-Compress/t/113issues.t Test file related to IO-Compress
3fd969f4
NC
1378cpan/IO-Compress/t/999pod.t IO::Compress
1379cpan/IO-Compress/t/compress/any.pl Compress::Zlib
1380cpan/IO-Compress/t/compress/anyunc.pl Compress::Zlib
1381cpan/IO-Compress/t/compress/CompTestUtils.pm Compress::Zlib
1382cpan/IO-Compress/t/compress/destroy.pl Compress::Zlib
1383cpan/IO-Compress/t/compress/encode.pl Compress::Zlib
1384cpan/IO-Compress/t/compress/generic.pl Compress::Zlib
1385cpan/IO-Compress/t/compress/merge.pl Compress::Zlib
1386cpan/IO-Compress/t/compress/multi.pl Compress::Zlib
1387cpan/IO-Compress/t/compress/newtied.pl Compress::Zlib
1388cpan/IO-Compress/t/compress/oneshot.pl Compress::Zlib
1389cpan/IO-Compress/t/compress/prime.pl Compress::Zlib
1390cpan/IO-Compress/t/compress/tied.pl Compress::Zlib
1391cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib
1392cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib
1393cpan/IO-Compress/t/cz-01version.t IO::Compress
d5e5b609 1394cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress
3fd969f4
NC
1395cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress
1396cpan/IO-Compress/t/cz-08encoding.t IO::Compress
1397cpan/IO-Compress/t/cz-14gzopen.t IO::Compress
74397897
YO
1398cpan/IO-Compress/t/files/bad-efs.zip IO-Compress
1399cpan/IO-Compress/t/files/encrypt-aes.zip IO-Compress
1400cpan/IO-Compress/t/files/encrypt-standard.zip IO-Compress
1401cpan/IO-Compress/t/files/jar.zip IO-Compress
1402cpan/IO-Compress/t/files/meta.xml IO-Compress
1403cpan/IO-Compress/t/files/test.ods IO-Compress
1404cpan/IO-Compress/t/files/testfile1.odt IO-Compress
3fd969f4 1405cpan/IO-Compress/t/globmapper.t IO::Compress
6ce03f50 1406cpan/IO-Socket-IP/.editorconfig IO-Socket-IP
e150c453 1407cpan/IO-Socket-IP/lib/IO/Socket/IP.pm IO::Socket::IP
e150c453
RS
1408cpan/IO-Socket-IP/t/00use.t IO::Socket::IP tests
1409cpan/IO-Socket-IP/t/01local-client-v4.t IO::Socket::IP tests
1410cpan/IO-Socket-IP/t/02local-server-v4.t IO::Socket::IP tests
1411cpan/IO-Socket-IP/t/03local-cross-v4.t IO::Socket::IP tests
1412cpan/IO-Socket-IP/t/04local-client-v6.t IO::Socket::IP tests
1413cpan/IO-Socket-IP/t/05local-server-v6.t IO::Socket::IP tests
1414cpan/IO-Socket-IP/t/06local-cross-v6.t IO::Socket::IP tests
1415cpan/IO-Socket-IP/t/10args.t IO::Socket::IP tests
1416cpan/IO-Socket-IP/t/11sockopts.t IO::Socket::IP tests
1417cpan/IO-Socket-IP/t/12port-fallback.t IO::Socket::IP tests
1418cpan/IO-Socket-IP/t/13addrinfo.t IO::Socket::IP tests
1419cpan/IO-Socket-IP/t/14fileno.t IO::Socket::IP tests
1420cpan/IO-Socket-IP/t/15io-socket.t IO::Socket::IP tests
1421cpan/IO-Socket-IP/t/16v6only.t IO::Socket::IP tests
1422cpan/IO-Socket-IP/t/17gai-flags.t IO::Socket::IP tests
1423cpan/IO-Socket-IP/t/18fdopen.t IO::Socket::IP tests
1424cpan/IO-Socket-IP/t/19no-addrs.t IO::Socket::IP tests
1425cpan/IO-Socket-IP/t/20subclass.t IO::Socket::IP tests
1426cpan/IO-Socket-IP/t/21as-inet.t IO::Socket::IP tests
6ce03f50 1427cpan/IO-Socket-IP/t/22timeout.t Test file related to IO::Socket::IP
e150c453
RS
1428cpan/IO-Socket-IP/t/30nonblocking-connect.t IO::Socket::IP tests
1429cpan/IO-Socket-IP/t/31nonblocking-connect-internet.t IO::Socket::IP tests
1430cpan/IO-Socket-IP/t/99pod.t IO::Socket::IP tests
bf8d7753
YO
1431cpan/IO-Zlib/t/basic.t Tests for IO::Zlib
1432cpan/IO-Zlib/t/external.t Tests for IO::Zlib
1433cpan/IO-Zlib/t/getc.t Tests for IO::Zlib
1434cpan/IO-Zlib/t/getline.t Tests for IO::Zlib
1435cpan/IO-Zlib/t/import.t Tests for IO::Zlib
1436cpan/IO-Zlib/t/large.t Tests for IO::Zlib
1437cpan/IO-Zlib/t/tied.t Tests for IO::Zlib
1438cpan/IO-Zlib/t/uncomp1.t Tests for IO::Zlib
1439cpan/IO-Zlib/t/uncomp2.t Tests for IO::Zlib
1440cpan/IO-Zlib/Zlib.pm IO::Zlib
1441cpan/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd
1442cpan/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests
1443cpan/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests
1444cpan/IPC-Cmd/t/03_run-forked.t IPC::Cmd tests
1445cpan/IPC-Cmd/t/src/child.pl IPC::Cmd tests
1446cpan/IPC-Cmd/t/src/output.pl IPC::Cmd tests
1447cpan/IPC-Cmd/t/src/x.tgz IPC::Cmd tests
5aacae85
NC
1448cpan/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
1449cpan/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
1450cpan/IPC-SysV/lib/IPC/Msg.pm IPC::SysV extension Perl module
1451cpan/IPC-SysV/lib/IPC/Semaphore.pm IPC::SysV extension Perl module
1452cpan/IPC-SysV/lib/IPC/SharedMem.pm IPC::SysV extension Perl module
1453cpan/IPC-SysV/lib/IPC/SysV.pm IPC::SysV extension Perl module
1454cpan/IPC-SysV/Makefile.PL IPC::SysV makefile writer
5aacae85
NC
1455cpan/IPC-SysV/regen.pl IPC::SysV file regeneration script
1456cpan/IPC-SysV/SysV.xs IPC::SysV extension Perl module
1457cpan/IPC-SysV/t/ipcsysv.t IPC::SysV test file
1458cpan/IPC-SysV/t/msg.t IPC::SysV test file
5aacae85 1459cpan/IPC-SysV/t/pod.t IPC::SysV test file
3dfcef7e 1460cpan/IPC-SysV/t/podcov.t IPC::SysV test file
5aacae85
NC
1461cpan/IPC-SysV/t/sem.t IPC::SysV test file
1462cpan/IPC-SysV/t/shm.t IPC::SysV test file
1463cpan/IPC-SysV/typemap IPC::SysV typemap
d5424315 1464cpan/JSON-PP/bin/json_pp
d5424315 1465cpan/JSON-PP/lib/JSON/PP.pm
3dfcef7e 1466cpan/JSON-PP/lib/JSON/PP/Boolean.pm
d5424315
DG
1467cpan/JSON-PP/t/000_load.t
1468cpan/JSON-PP/t/001_utf8.t
1469cpan/JSON-PP/t/002_error.t
1470cpan/JSON-PP/t/003_types.t
5eabe055
N
1471cpan/JSON-PP/t/004_dwiw_encode.t
1472cpan/JSON-PP/t/005_dwiw_decode.t
d5424315
DG
1473cpan/JSON-PP/t/006_pc_pretty.t
1474cpan/JSON-PP/t/007_pc_esc.t
1475cpan/JSON-PP/t/008_pc_base.t
1476cpan/JSON-PP/t/009_pc_extra_number.t
1477cpan/JSON-PP/t/010_pc_keysort.t
1478cpan/JSON-PP/t/011_pc_expo.t
1479cpan/JSON-PP/t/012_blessed.t
1480cpan/JSON-PP/t/013_limit.t
1481cpan/JSON-PP/t/014_latin1.t
1482cpan/JSON-PP/t/015_prefix.t
1483cpan/JSON-PP/t/016_tied.t
1484cpan/JSON-PP/t/017_relaxed.t
1485cpan/JSON-PP/t/018_json_checker.t
1486cpan/JSON-PP/t/019_incr.t
5eabe055 1487cpan/JSON-PP/t/020_faihu.t
d5424315 1488cpan/JSON-PP/t/020_unknown.t
5eabe055 1489cpan/JSON-PP/t/021_evans.t
d5424315 1490cpan/JSON-PP/t/022_comment_at_eof.t
5eabe055 1491cpan/JSON-PP/t/052_object.t
c14e8b89
YO
1492cpan/JSON-PP/t/099_binary.pl
1493cpan/JSON-PP/t/099_binary00.t
1494cpan/JSON-PP/t/099_binary01.t
1495cpan/JSON-PP/t/099_binary02.t
1496cpan/JSON-PP/t/099_binary03.t
1497cpan/JSON-PP/t/099_binary04.t
1498cpan/JSON-PP/t/099_binary05.t
1499cpan/JSON-PP/t/099_binary06.t
1500cpan/JSON-PP/t/099_binary07.t
1501cpan/JSON-PP/t/099_binary08.t
1502cpan/JSON-PP/t/099_binary09.t
1503cpan/JSON-PP/t/099_binary10.t
1504cpan/JSON-PP/t/099_binary11.t
1505cpan/JSON-PP/t/099_binary12.t
1506cpan/JSON-PP/t/099_binary13.t
1507cpan/JSON-PP/t/099_binary14.t
1508cpan/JSON-PP/t/099_binary15.t
d5424315
DG
1509cpan/JSON-PP/t/104_sortby.t
1510cpan/JSON-PP/t/105_esc_slash.t
1511cpan/JSON-PP/t/106_allow_barekey.t
1512cpan/JSON-PP/t/107_allow_singlequote.t
1513cpan/JSON-PP/t/108_decode.t
1514cpan/JSON-PP/t/109_encode.t
1515cpan/JSON-PP/t/110_bignum.t
1516cpan/JSON-PP/t/112_upgrade.t
1517cpan/JSON-PP/t/113_overloaded_eq.t
1518cpan/JSON-PP/t/114_decode_prefix.t
1519cpan/JSON-PP/t/115_tie_ixhash.t
7942a65c 1520cpan/JSON-PP/t/116_incr_parse_fixed.t
dec273dc 1521cpan/JSON-PP/t/117_numbers.t
5eabe055 1522cpan/JSON-PP/t/118_boolean_values.t
602e63aa
KI
1523cpan/JSON-PP/t/119_incr_parse_utf8.t
1524cpan/JSON-PP/t/120_incr_parse_truncated.t
8d788bc1 1525cpan/JSON-PP/t/core_bools.t
dec273dc
CBW
1526cpan/JSON-PP/t/gh_28_json_test_suite.t
1527cpan/JSON-PP/t/gh_29_trailing_false_value.t
1528cpan/JSON-PP/t/rt_116998_wrong_character_offset.t
602e63aa 1529cpan/JSON-PP/t/rt_122270_old_xs_boolean.t
dec273dc 1530cpan/JSON-PP/t/rt_90071_incr_parse.t
87f3ebe4 1531cpan/JSON-PP/t/zero-mojibake.t
6755d87e
YO
1532cpan/libnet/lib/Net/Cmd.pm Module related to libnet
1533cpan/libnet/lib/Net/Config.pm Module related to libnet
1534cpan/libnet/lib/Net/Domain.pm Module related to libnet
1535cpan/libnet/lib/Net/FTP.pm Module related to libnet
1536cpan/libnet/lib/Net/FTP/A.pm Module related to libnet
1537cpan/libnet/lib/Net/FTP/dataconn.pm Module related to libnet
1538cpan/libnet/lib/Net/FTP/E.pm Module related to libnet
1539cpan/libnet/lib/Net/FTP/I.pm Module related to libnet
1540cpan/libnet/lib/Net/FTP/L.pm Module related to libnet
1541cpan/libnet/lib/Net/libnetFAQ.pod libnet
1542cpan/libnet/lib/Net/Netrc.pm Module related to libnet
1543cpan/libnet/lib/Net/NNTP.pm Module related to libnet
1544cpan/libnet/lib/Net/POP3.pm Module related to libnet
1545cpan/libnet/lib/Net/SMTP.pm Module related to libnet
1546cpan/libnet/lib/Net/Time.pm Module related to libnet
1547cpan/libnet/Makefile.PL libnet
bf8d7753
YO
1548cpan/libnet/t/config.t libnet
1549cpan/libnet/t/datasend.t libnet
1550cpan/libnet/t/ftp.t libnet
1551cpan/libnet/t/hostname.t libnet
1552cpan/libnet/t/netrc.t libnet
1553cpan/libnet/t/nntp.t libnet
6755d87e
YO
1554cpan/libnet/t/nntp_ipv6.t Test file related to libnet
1555cpan/libnet/t/nntp_ssl.t Test file related to libnet
1556cpan/libnet/t/pop3_ipv6.t Test file related to libnet
1557cpan/libnet/t/pop3_ssl.t Test file related to libnet
bf8d7753
YO
1558cpan/libnet/t/require.t libnet
1559cpan/libnet/t/smtp.t libnet
6755d87e
YO
1560cpan/libnet/t/smtp_ipv6.t Test file related to libnet
1561cpan/libnet/t/smtp_ssl.t Test file related to libnet
bf8d7753 1562cpan/libnet/t/time.t libnet
8de41794
NC
1563cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple
1564cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests
1565cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests
1566cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests
1567cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests
1568cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests
1569cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests
1570cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests
1571cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests
1572cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests
6a237533
PJA
1573cpan/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
1574cpan/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
1575cpan/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
1576cpan/Math-BigInt/lib/Math/BigInt/Lib.pm Module related to Math::BigInt
6b439a0c 1577cpan/Math-BigInt/lib/Math/BigRat.pm Math-BigInt
6a237533
PJA
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
be4fcf4f 1581cpan/Math-BigInt/t/bare_mbr.t Math-BigInt
6a237533
PJA
1582cpan/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc
1583cpan/Math-BigInt/t/bfround_numify.t Test file related to Math::BigInt
6b439a0c 1584cpan/Math-BigInt/t/big_ap.t Math-BigInt
6a237533
PJA
1585cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp()
1586cpan/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t
1587cpan/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works
6b439a0c 1588cpan/Math-BigInt/t/bigfltrt.t Math-BigInt
6a237533
PJA
1589cpan/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works
1590cpan/Math-BigInt/t/bigintc-import.t Test file related to Math::BigInt
1591cpan/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t
1592cpan/Math-BigInt/t/bigintpm.t See if BigInt.pm works
1593cpan/Math-BigInt/t/bigints.t See if BigInt.pm works
1594cpan/Math-BigInt/t/biglog.t Test the log function
6b439a0c
JK
1595cpan/Math-BigInt/t/bigrat.t Math-BigInt
1596cpan/Math-BigInt/t/bigratpm.inc Math-BigInt
1597cpan/Math-BigInt/t/bigratpm.t Math-BigInt
1598cpan/Math-BigInt/t/bigratup.t Math-BigInt
6a237533 1599cpan/Math-BigInt/t/bigroot.t Test the broot function
6b439a0c 1600cpan/Math-BigInt/t/bitwise-mbr.t Math-BigInt
6a237533
PJA
1601cpan/Math-BigInt/t/calling-class-methods.t Test Math::BigInt
1602cpan/Math-BigInt/t/calling-constant.t Test file related to Math::BigInt
1603cpan/Math-BigInt/t/calling-instance-methods.t Test Math::BigInt
1604cpan/Math-BigInt/t/calling-lib1.t Test file related to Math::BigInt
1605cpan/Math-BigInt/t/calling-lib2.t Test file related to Math::BigInt
1606cpan/Math-BigInt/t/config.t Test Math::BigInt->config()
6b439a0c
JK
1607cpan/Math-BigInt/t/downgrade-mbi-mbf.t Math-BigInt
1608cpan/Math-BigInt/t/downgrade-mbi-mbr.t Math-BigInt
1609cpan/Math-BigInt/t/hang-mbr.t Math-BigInt
6a237533
PJA
1610cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling
1611cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance
1612cpan/Math-BigInt/t/Math/BigFloat/BareSubclass.pm Math-BigInt
1613cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
1614cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
1615cpan/Math-BigInt/t/Math/BigInt/Lib/Minimal.pm Module related to Math::BigInt
1616cpan/Math-BigInt/t/Math/BigInt/Lib/TestUtil.pm Test Math::BigInt
1617cpan/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
1618cpan/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
be4fcf4f 1619cpan/Math-BigInt/t/Math/BigRat/Subclass.pm Math-BigInt
6a237533
PJA
1620cpan/Math-BigInt/t/mbf_ali.t Tests for BigFloat
1621cpan/Math-BigInt/t/mbi_ali.t Tests for BigInt
1622cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly
1623cpan/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests
1624cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode
be4fcf4f 1625cpan/Math-BigInt/t/mbr_ali.t Math-BigInt
6a237533
PJA
1626cpan/Math-BigInt/t/nan_cmp.t overloaded comparison involving *NaN*
1627cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new()
6a237533
PJA
1628cpan/Math-BigInt/t/round.t Test rounding with non-integer A and P
1629cpan/Math-BigInt/t/rt-16221.t Tests for objectify() w/foreign objs
6b439a0c 1630cpan/Math-BigInt/t/rt121139.t Math-BigInt
6a237533
PJA
1631cpan/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses
1632cpan/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat
1633cpan/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt
be4fcf4f 1634cpan/Math-BigInt/t/sub_mbr.t Math-BigInt
6a237533
PJA
1635cpan/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc
1636cpan/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work
1637cpan/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t
1638cpan/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works
1639cpan/Math-BigInt/t/upgrade2.t Test that two upgrade levels work
1640cpan/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works
1641cpan/Math-BigInt/t/use.t Test if use Math::BigInt(); works
6a237533
PJA
1642cpan/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time
1643cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package
bf8d7753 1644cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
3dfcef7e 1645cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension
bf8d7753 1646cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
41d0ddc9
PJA
1647cpan/Math-BigInt-FastCalc/t/biglog.t Test file related to Math::BigInt::FastCalc
1648cpan/Math-BigInt-FastCalc/t/bigroot.t Test file related to Math::BigInt::FastCalc
bf8d7753
YO
1649cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
1650cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc
1651cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension
3dfcef7e 1652cpan/Memoize/Memoize.pm Memoize
6a9d70dc 1653cpan/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File
6a9d70dc 1654cpan/Memoize/Memoize/Expire.pm Memoize expiry manager example
6a9d70dc 1655cpan/Memoize/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File
6a9d70dc
NC
1656cpan/Memoize/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File
1657cpan/Memoize/Memoize/Storable.pm Memoize glue layer for Storable
cc628f28
TR
1658cpan/Memoize/t/basic.t
1659cpan/Memoize/t/cache.t
6a9d70dc 1660cpan/Memoize/t/correctness.t Memoize basic correctness tests
9c811e44 1661cpan/Memoize/t/expmod.t
6a9d70dc
NC
1662cpan/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests
1663cpan/Memoize/t/flush.t Memoize 'flush_cache' function tests
cc628f28 1664cpan/Memoize/t/lib/DBMTest.pm
6a9d70dc 1665cpan/Memoize/t/normalize.t Memoize 'normalizer' feature tests
9c811e44
AP
1666cpan/Memoize/t/st_concurrency
1667cpan/Memoize/t/threadsafe.t
3dfcef7e 1668cpan/Memoize/t/tie.t Memoize tied file test
cc628f28 1669cpan/Memoize/t/tie_db.t
6a9d70dc
NC
1670cpan/Memoize/t/tie_gdbm.t Memoize GDBM interface test
1671cpan/Memoize/t/tie_ndbm.t Memoize NDBM interface test
cc628f28 1672cpan/Memoize/t/tie_odbm.t
6a9d70dc
NC
1673cpan/Memoize/t/tie_sdbm.t Memoize SDBM interface test
1674cpan/Memoize/t/tie_storable.t Memoize Storable interface test
6a9d70dc 1675cpan/Memoize/t/unmemoize.t Memoize 'unmemoize' function test
bf8d7753 1676cpan/MIME-Base64/Base64.xs MIME::Base64 extension
90f582c2
TR
1677cpan/MIME-Base64/lib/MIME/Base64.pm
1678cpan/MIME-Base64/lib/MIME/QuotedPrint.pm
bf8d7753 1679cpan/MIME-Base64/t/base64.t See whether MIME::Base64 works
90f582c2 1680cpan/MIME-Base64/t/base64url.t
bf8d7753
YO
1681cpan/MIME-Base64/t/length.t See whether MIME::QuotedPrint works
1682cpan/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works
1683cpan/MIME-Base64/t/unicode.t See whether MIME::Base64 works
3dfcef7e
YO
1684cpan/Module-Load/lib/Module/Load.pm Module::Load
1685cpan/Module-Load/t/01_Module-Load.t Module::Load tests
1686cpan/Module-Load/t/02_Module-Load.t Module::Load tests
1687cpan/Module-Load/t/to_load/config_file Module::Load tests
1688cpan/Module-Load/t/to_load/LoadIt.pm Module::Load tests
1689cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests
1690cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests
1691cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests
1692cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests
5e10c9c5
NC
1693cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional
1694cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests
201db1c7
SH
1695cpan/Module-Load-Conditional/t/test_lib/a/X.pm Module::Conditional tests
1696cpan/Module-Load-Conditional/t/test_lib/b/X.pm Module::Conditional tests
0ec58bfa 1697cpan/Module-Load-Conditional/t/to_load/AutoLoad.pm Module::Conditional tests
5e10c9c5 1698cpan/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests
6baaa04b 1699cpan/Module-Load-Conditional/t/to_load/HereDoc.pm
5e10c9c5
NC
1700cpan/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests
1701cpan/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests
1702cpan/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests
1703cpan/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests
0ec58bfa 1704cpan/Module-Load-Conditional/t/to_load/NotAutoLoad.pm Module::Conditional tests
201db1c7
SH
1705cpan/Module-Load-Conditional/t/to_load/NotMain.pm Module::Conditional tests
1706cpan/Module-Load-Conditional/t/to_load/NotX.pm Module::Conditional tests
5e10c9c5 1707cpan/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests
9288b9fd
NC
1708cpan/Module-Loaded/lib/Module/Loaded.pm Module::Loaded
1709cpan/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests
b9beed70
SH
1710cpan/Module-Metadata/corpus/BOMTest/UTF16BE.pm
1711cpan/Module-Metadata/corpus/BOMTest/UTF16LE.pm
1712cpan/Module-Metadata/corpus/BOMTest/UTF8.pm
e8b333e6 1713cpan/Module-Metadata/lib/Module/Metadata.pm
e571b8a6 1714cpan/Module-Metadata/t/contains_pod.t
61bfcae1 1715cpan/Module-Metadata/t/encoding.t
e571b8a6 1716cpan/Module-Metadata/t/endpod.t
0fa1f7e4
KE
1717cpan/Module-Metadata/t/extract-package.t
1718cpan/Module-Metadata/t/extract-version.t
63f27fd7
CB
1719cpan/Module-Metadata/t/lib/0_1/Foo.pm
1720cpan/Module-Metadata/t/lib/0_2/Foo.pm
e571b8a6 1721cpan/Module-Metadata/t/lib/ENDPOD.pm
0fa1f7e4 1722cpan/Module-Metadata/t/lib/GeneratePackage.pm
e8b333e6 1723cpan/Module-Metadata/t/metadata.t
979f1f2b 1724cpan/Module-Metadata/t/taint.t
4eb81ef2 1725cpan/Module-Metadata/t/version.t
bf8d7753
YO
1726cpan/NEXT/lib/NEXT.pm Pseudo-class NEXT for method redispatch
1727cpan/NEXT/t/actual.t NEXT
1728cpan/NEXT/t/actuns.t NEXT
f436ffb1 1729cpan/NEXT/t/dynamically_scoped_regex_vars.t NEXT
bf8d7753
YO
1730cpan/NEXT/t/next.t NEXT
1731cpan/NEXT/t/stringify.t NEXT
1732cpan/NEXT/t/unseen.t NEXT
23cad445
NC
1733cpan/Params-Check/lib/Params/Check.pm Params::Check
1734cpan/Params-Check/t/01_Params-Check.t Params::Check tests
a636c943 1735cpan/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time
a636c943 1736cpan/parent/t/compile-time.t tests for parent.pm
3dfcef7e 1737cpan/parent/t/compile-time-file.t tests for parent.pm
a636c943 1738cpan/parent/t/lib/Dummy.pm test files for parent.pm
3dfcef7e
YO
1739cpan/parent/t/lib/Dummy/Outside.pm test files for parent.pm
1740cpan/parent/t/lib/Dummy2.plugin test files for parent.pm
a636c943
NC
1741cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc test files for parent.pm
1742cpan/parent/t/lib/ReturnsFalse.pm test files for parent.pm
3dfcef7e 1743cpan/parent/t/parent.t tests for parent.pm
a636c943
NC
1744cpan/parent/t/parent-classfromclassfile.t tests for parent.pm
1745cpan/parent/t/parent-classfromfile.t tests for parent.pm
1746cpan/parent/t/parent-pmc.t tests for parent.pm
1747cpan/parent/t/parent-returns-false.t tests for parent.pm
39250dd4 1748cpan/parent/t/rt62341.t.disabled test files for parent.pm
bf8d7753
YO
1749cpan/Perl-OSType/lib/Perl/OSType.pm Perl::OSType
1750cpan/Perl-OSType/t/OSType.t Perl::OSType
1751cpan/perlfaq/lib/perlfaq.pm Perl frequently asked questions
1752cpan/perlfaq/lib/perlfaq.pod Perl frequently asked questions
5c8246b7 1753cpan/perlfaq/lib/perlfaq1.pod General Questions About Perl
bf8d7753
YO
1754cpan/perlfaq/lib/perlfaq2.pod Obtaining and Learning about Perl
1755cpan/perlfaq/lib/perlfaq3.pod Programming Tools
1756cpan/perlfaq/lib/perlfaq4.pod Data Manipulation
1757cpan/perlfaq/lib/perlfaq5.pod Files and Formats
1758cpan/perlfaq/lib/perlfaq6.pod Regexes
1759cpan/perlfaq/lib/perlfaq7.pod Perl Language Issues
1760cpan/perlfaq/lib/perlfaq8.pod System Interaction
1761cpan/perlfaq/lib/perlfaq9.pod Networking
83083fea 1762cpan/perlfaq/lib/perlglossary.pod Perl Glossary
9b7a1057 1763cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint
de582365
MM
1764cpan/PerlIO-via-QuotedPrint/t/changes.t
1765cpan/PerlIO-via-QuotedPrint/t/critic.t
1766cpan/PerlIO-via-QuotedPrint/t/pod.t
1767cpan/PerlIO-via-QuotedPrint/t/pod_coverage.t
9b7a1057 1768cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint
0c501878
CBW
1769cpan/Pod-Checker/lib/Pod/Checker.pm
1770cpan/Pod-Checker/scripts/podchecker.PL
1771cpan/Pod-Checker/t/pod/contains_bad_pod.xr
1772cpan/Pod-Checker/t/pod/empty.xr
1773cpan/Pod-Checker/t/pod/podchkenc.t
1774cpan/Pod-Checker/t/pod/podchkenc.xr
1f44a80e 1775cpan/Pod-Checker/t/pod/podchklink.t
0c501878
CBW
1776cpan/Pod-Checker/t/pod/poderrs.t
1777cpan/Pod-Checker/t/pod/poderrs.xr
165e1791 1778cpan/Pod-Checker/t/pod/podname.t
0c501878
CBW
1779cpan/Pod-Checker/t/pod/selfcheck.t
1780cpan/Pod-Checker/t/pod/testcmp.pl
1781cpan/Pod-Checker/t/pod/testpchk.pl
efe15bf0 1782cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes
efe15bf0
NC
1783cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes
1784cpan/Pod-Escapes/t/10_main.t test Pod::Escapes
1785cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes
3dfcef7e 1786cpan/Pod-Perldoc/lib/Pod/Perldoc.pm guts of the 'perldoc' utility
00e518b3
FR
1787cpan/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
1788cpan/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
00e518b3
FR
1789cpan/Pod-Perldoc/lib/Pod/Perldoc/ToANSI.pm convert POD to ANSI text
1790cpan/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
1791cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm render POD as man pages
1792cpan/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
1793cpan/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm convert POD to POD
1794cpan/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm convert POD to RTF
1795cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm convert POD to terminal output
1796cpan/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text
1797cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
1798cpan/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML
fa884b76 1799cpan/Pod-Perldoc/Makefile.PL
cb1974ba 1800cpan/Pod-Perldoc/perldoc.pod
42b862f5
SH
1801cpan/Pod-Perldoc/t/00_load.t test file for Pod-Perldoc
1802cpan/Pod-Perldoc/t/01_about_verbose.t test file for Pod-Perldoc
00e518b3
FR
1803cpan/Pod-Perldoc/t/man/_get_columns.t test file for Pod-Perldoc
1804cpan/Pod-Perldoc/t/pod.t test file for Pod-Perldoc
3dfcef7e
YO
1805cpan/Pod-Simple/lib/Pod/Simple.pm Pod made simple
1806cpan/Pod-Simple/lib/Pod/Simple.pod Pod for Pod::Simple
490d1888
NC
1807cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox
1808cpan/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document
1809cpan/Pod-Simple/lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode
1810cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text
1811cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm turn Pod into XML
3dfcef7e 1812cpan/Pod-Simple/lib/Pod/Simple/HTML.pm convert Pod to HTML
490d1888
NC
1813cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files
1814cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy
3afe1500 1815cpan/Pod-Simple/lib/Pod/Simple/JustPod.pm Module related to Pod::Simple
490d1888
NC
1816cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes
1817cpan/Pod-Simple/lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls
490d1888 1818cpan/Pod-Simple/lib/Pod/Simple/Progress.pm Pod::Simple::Progress
490d1888 1819cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod
3dfcef7e 1820cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser
490d1888
NC
1821cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
1822cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser
1823cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser
1824cpan/Pod-Simple/lib/Pod/Simple/RTF.pm format Pod as RTF
1825cpan/Pod-Simple/lib/Pod/Simple/Search.pm find POD documents in directory trees
1826cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree
1827cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
490d1888 1828cpan/Pod-Simple/lib/Pod/Simple/Text.pm format Pod as plaintext
3dfcef7e 1829cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm get the text content of Pod
490d1888 1830cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH
490d1888 1831cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode
3dfcef7e 1832cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb
490d1888
NC
1833cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart
1834cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm turn Pod into XHTML
1835cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
490d1888 1836cpan/Pod-Simple/t/00about.t Pod::Simple test file
3dfcef7e 1837cpan/Pod-Simple/t/ac_d.t Pod::Simple test file
490d1888
NC
1838cpan/Pod-Simple/t/accept01.t Pod::Simple test file
1839cpan/Pod-Simple/t/accept05.t Pod::Simple test file
3afe1500 1840cpan/Pod-Simple/t/ascii_order.pl Script related to Pod::Simple
490d1888
NC
1841cpan/Pod-Simple/t/basic.t Pod::Simple test file
1842cpan/Pod-Simple/t/begin.t Pod::Simple test file
1843cpan/Pod-Simple/t/cbacks.t Pod::Simple test file
1844cpan/Pod-Simple/t/chunking.t Pod::Simple test file
1845cpan/Pod-Simple/t/closeys.t Pod::Simple test file
92a915ab 1846cpan/Pod-Simple/t/content_seen.t Pod::Simple test file
3dfcef7e 1847cpan/Pod-Simple/t/corpus.t Pod::Simple test file
490d1888
NC
1848cpan/Pod-Simple/t/corpus/2202jp.txt Pod::Simple test file
1849cpan/Pod-Simple/t/corpus/2202jp.xml Pod::Simple test file
1850cpan/Pod-Simple/t/corpus/2202jpx.txt Pod::Simple test file
1851cpan/Pod-Simple/t/corpus/2202jpx.xml Pod::Simple test file
1852cpan/Pod-Simple/t/corpus/2202jpy.txt Pod::Simple test file
1853cpan/Pod-Simple/t/corpus/2202jpy.xml Pod::Simple test file
1854cpan/Pod-Simple/t/corpus/2202jpz.txt Pod::Simple test file
1855cpan/Pod-Simple/t/corpus/2202jpz.xml Pod::Simple test file
490d1888
NC
1856cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file
1857cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file
1858cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file
1859cpan/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file
bf8d7753
YO
1860cpan/Pod-Simple/t/corpus/enc_char_directive.txt Pod::Simple test file
1861cpan/Pod-Simple/t/corpus/enc_char_directive.xml Pod::Simple test file
1862cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.txt Pod::Simple test file
1863cpan/Pod-Simple/t/corpus/enc_char_wrong_directive.xml Pod::Simple test file
0ace302a
SH
1864cpan/Pod-Simple/t/corpus/encwarn01.txt Pod::Simple test file
1865cpan/Pod-Simple/t/corpus/encwarn01.xml Pod::Simple test file
1866cpan/Pod-Simple/t/corpus/encwarn02.txt Pod::Simple test file
1867cpan/Pod-Simple/t/corpus/encwarn02.xml Pod::Simple test file
3afe1500
JK
1868cpan/Pod-Simple/t/corpus/encwarn03.txt Test file related to Pod::Simple
1869cpan/Pod-Simple/t/corpus/encwarn03.xml Pod::Simple
1870cpan/Pod-Simple/t/corpus/encwarn04.txt Test file related to Pod::Simple
1871cpan/Pod-Simple/t/corpus/encwarn04.xml Pod::Simple
490d1888
NC
1872cpan/Pod-Simple/t/corpus/fet_cont.txt Pod::Simple test file
1873cpan/Pod-Simple/t/corpus/fet_cont.xml Pod::Simple test file
1874cpan/Pod-Simple/t/corpus/fet_dup.txt Pod::Simple test file
1875cpan/Pod-Simple/t/corpus/fet_dup.xml Pod::Simple test file
1876cpan/Pod-Simple/t/corpus/iso6.txt Pod::Simple test file
1877cpan/Pod-Simple/t/corpus/iso6.xml Pod::Simple test file
1878cpan/Pod-Simple/t/corpus/koi8r.txt Pod::Simple test file
1879cpan/Pod-Simple/t/corpus/koi8r.xml Pod::Simple test file
3dfcef7e
YO
1880cpan/Pod-Simple/t/corpus/laozi38.txt Pod::Simple test file
1881cpan/Pod-Simple/t/corpus/laozi38.xml Pod::Simple test file
490d1888
NC
1882cpan/Pod-Simple/t/corpus/laozi38b.txt Pod::Simple test file
1883cpan/Pod-Simple/t/corpus/laozi38b.xml Pod::Simple test file
1884cpan/Pod-Simple/t/corpus/laozi38p.pod Pod::Simple test file
1885cpan/Pod-Simple/t/corpus/laozi38p.xml Pod::Simple test file
490d1888
NC
1886cpan/Pod-Simple/t/corpus/lat1fr.txt Pod::Simple test file
1887cpan/Pod-Simple/t/corpus/lat1fr.xml Pod::Simple test file
3dfcef7e
YO
1888cpan/Pod-Simple/t/corpus/lat1frim.txt Pod::Simple test file
1889cpan/Pod-Simple/t/corpus/lat1frim.xml Pod::Simple test file
490d1888
NC
1890cpan/Pod-Simple/t/corpus/nonesuch.txt Pod::Simple test file
1891cpan/Pod-Simple/t/corpus/nonesuch.xml Pod::Simple test file
1892cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file
1893cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file
3dfcef7e
YO
1894cpan/Pod-Simple/t/corpus/plain.txt Pod::Simple test file
1895cpan/Pod-Simple/t/corpus/plain.xml Pod::Simple test file
490d1888
NC
1896cpan/Pod-Simple/t/corpus/plain_explicit.txt Pod::Simple test file
1897cpan/Pod-Simple/t/corpus/plain_explicit.xml Pod::Simple test file
1898cpan/Pod-Simple/t/corpus/plain_latin1.txt Pod::Simple test file
1899cpan/Pod-Simple/t/corpus/plain_latin1.xml Pod::Simple test file
490d1888
NC
1900cpan/Pod-Simple/t/corpus/plain_utf8.txt Pod::Simple test file
1901cpan/Pod-Simple/t/corpus/plain_utf8.xml Pod::Simple test file
490d1888
NC
1902cpan/Pod-Simple/t/corpus/polish_utf8.txt Pod::Simple test file
1903cpan/Pod-Simple/t/corpus/polish_utf8.xml Pod::Simple test file
1904cpan/Pod-Simple/t/corpus/s2763_sjis.txt Pod::Simple test file
1905cpan/Pod-Simple/t/corpus/s2763_sjis.xml Pod::Simple test file
490d1888
NC
1906cpan/Pod-Simple/t/corpus/thai_iso11.txt Pod::Simple test file
1907cpan/Pod-Simple/t/corpus/thai_iso11.xml Pod::Simple test file
3dfcef7e
YO
1908cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt Pod::Simple test file
1909cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml Pod::Simple test file
1910cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt Pod::Simple test file
1911cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt Pod::Simple test file
1912cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt Pod::Simple test file
1913cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file
1914cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file
1915cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file
1916cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file
1917cpan/Pod-Simple/t/corpus2/README Pod::Simple test file
60527824 1918cpan/Pod-Simple/t/emptylists.t Pod::Simple test file
3afe1500 1919cpan/Pod-Simple/t/enc-chars.t Test file related to Pod::Simple
490d1888
NC
1920cpan/Pod-Simple/t/encod01.t Pod::Simple test file
1921cpan/Pod-Simple/t/encod02.t Pod::Simple test file
1922cpan/Pod-Simple/t/encod03.t Pod::Simple test file
3afe1500 1923cpan/Pod-Simple/t/encod04.t Test file related to Pod::Simple
490d1888 1924cpan/Pod-Simple/t/end_over.t Pod::Simple test file
60527824 1925cpan/Pod-Simple/t/eol.t Pod::Simple test file
3dfcef7e 1926cpan/Pod-Simple/t/eol2.t Pod::Simple test file
60527824 1927cpan/Pod-Simple/t/fake-closers.t Pod::Simple test file
3dfcef7e 1928cpan/Pod-Simple/t/fcodes.t Pod::Simple test file
490d1888
NC
1929cpan/Pod-Simple/t/fcodes_e.t Pod::Simple test file
1930cpan/Pod-Simple/t/fcodes_l.t Pod::Simple test file
1931cpan/Pod-Simple/t/fcodes_s.t Pod::Simple test file
490d1888 1932cpan/Pod-Simple/t/for.t Pod::Simple test file
3dfcef7e 1933cpan/Pod-Simple/t/fornot.t Pod::Simple test file
3afe1500 1934cpan/Pod-Simple/t/github_issue_79.t Test file related to Pod::Simple
490d1888
NC
1935cpan/Pod-Simple/t/heads.t Pod::Simple test file
1936cpan/Pod-Simple/t/html01.t Pod::Simple test file
1937cpan/Pod-Simple/t/html02.t Pod::Simple test file
1938cpan/Pod-Simple/t/html03.t Pod::Simple test file
1939cpan/Pod-Simple/t/htmlbat.t Pod::Simple test file
490d1888 1940cpan/Pod-Simple/t/items.t Pod::Simple test file
3dfcef7e 1941cpan/Pod-Simple/t/items02.t Pod::Simple test file
490d1888 1942cpan/Pod-Simple/t/itemstar.t Pod::Simple test file
490d1888 1943cpan/Pod-Simple/t/junk1.pod Pod::Simple test file
3dfcef7e 1944cpan/Pod-Simple/t/junk1o.txt Pod::Simple test file
490d1888 1945cpan/Pod-Simple/t/junk2.pod Pod::Simple test file
3dfcef7e 1946cpan/Pod-Simple/t/junk2o.txt Pod::Simple test file
3afe1500
JK
1947cpan/Pod-Simple/t/JustPod01.t Test file related to Pod::Simple
1948cpan/Pod-Simple/t/JustPod02.t Test file related to Pod::Simple
1949cpan/Pod-Simple/t/JustPod_corpus.t Test file related to Pod::Simple
1ccbfc07 1950cpan/Pod-Simple/t/lib/helpers.pm Pod::Simple test file
490d1888 1951cpan/Pod-Simple/t/linkclas.t Pod::Simple test file
c9989a74 1952cpan/Pod-Simple/t/output.t Pod::Simple test file
490d1888 1953cpan/Pod-Simple/t/perlcyg.pod Pod::Simple test file
3dfcef7e 1954cpan/Pod-Simple/t/perlcygo.txt Pod::Simple test file
490d1888 1955cpan/Pod-Simple/t/perlfaq.pod Pod::Simple test file
3dfcef7e 1956cpan/Pod-Simple/t/perlfaqo.txt Pod::Simple test file
490d1888 1957cpan/Pod-Simple/t/perlvar.pod Pod::Simple test file
3dfcef7e 1958cpan/Pod-Simple/t/perlvaro.txt Pod::Simple test file
490d1888
NC
1959cpan/Pod-Simple/t/puller.t Pod::Simple test file
1960cpan/Pod-Simple/t/pulltitl.t Pod::Simple test file
1961cpan/Pod-Simple/t/reinit.t Pod::Simple test file
1962cpan/Pod-Simple/t/render.t Pod::Simple test file
3afe1500 1963cpan/Pod-Simple/t/rtf_utf8.t Test file related to Pod::Simple
490d1888
NC
1964cpan/Pod-Simple/t/search05.t Pod::Simple test file
1965cpan/Pod-Simple/t/search10.t Pod::Simple test file
1966cpan/Pod-Simple/t/search12.t Pod::Simple test file
1967cpan/Pod-Simple/t/search20.t Pod::Simple test file
1968cpan/Pod-Simple/t/search22.t Pod::Simple test file
1969cpan/Pod-Simple/t/search25.t Pod::Simple test file
1970cpan/Pod-Simple/t/search26.t Pod::Simple test file
1971cpan/Pod-Simple/t/search27.t Pod::Simple test file
1972cpan/Pod-Simple/t/search28.t Pod::Simple test file
1973cpan/Pod-Simple/t/search29.t Pod::Simple test file
1974cpan/Pod-Simple/t/search50.t Pod::Simple test file
92a915ab
SH
1975cpan/Pod-Simple/t/search60.t Pod::Simple test file
1976cpan/Pod-Simple/t/search60/A/x.pod Pod::Simple test file
1977cpan/Pod-Simple/t/search60/B/X.pod Pod::Simple test file
490d1888 1978cpan/Pod-Simple/t/stree.t Pod::Simple test file
46655c69 1979cpan/Pod-Simple/t/strpvbtm.t Pod::Simple test file
490d1888
NC
1980cpan/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file
1981cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file
1982cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file
1983cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm Pod::Simple test file
1984cpan/Pod-Simple/t/testlib1/pod/perlflif.pod Pod::Simple test file
1985cpan/Pod-Simple/t/testlib1/pod/perlthng.pod Pod::Simple test file
490d1888 1986cpan/Pod-Simple/t/testlib1/squaa.pm Pod::Simple test file
3dfcef7e 1987cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod Pod::Simple test file
490d1888
NC
1988cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm Pod::Simple test file
1989cpan/Pod-Simple/t/testlib1/zikzik.pod Pod::Simple test file
1990cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt Pod::Simple test file
1991cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm Pod::Simple test file
1992cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm Pod::Simple test file
1993cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod Pod::Simple test file
1994cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt Pod::Simple test file
1995cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm Pod::Simple test file
1996cpan/Pod-Simple/t/testlib2/pod/perlthng.pod Pod::Simple test file
1997cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod Pod::Simple test file
92a915ab 1998cpan/Pod-Simple/t/testlib2/pods/perlzoned.pod Pod::Simple test file
490d1888
NC
1999cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm Pod::Simple test file
2000cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod Pod::Simple test file
2001cpan/Pod-Simple/t/testlib2/Suzzle.pm Pod::Simple test file
2002cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file
2003cpan/Pod-Simple/t/tiedfh.t Pod::Simple test file
490d1888 2004cpan/Pod-Simple/t/verb_fmt.t Pod::Simple test file
3dfcef7e 2005cpan/Pod-Simple/t/verbatim.t Pod::Simple test file
3afe1500 2006cpan/Pod-Simple/t/whine.t Test file related to Pod::Simple
3dfcef7e 2007cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file
3afe1500 2008cpan/Pod-Simple/t/xhtml-bkb.t Test file related to Pod::Simple
490d1888
NC
2009cpan/Pod-Simple/t/xhtml01.t Pod::Simple test file
2010cpan/Pod-Simple/t/xhtml05.t Pod::Simple test file
46655c69 2011cpan/Pod-Simple/t/xhtml10.t Pod::Simple test file
60527824 2012cpan/Pod-Simple/t/xhtml15.t Pod::Simple test file
0ace302a 2013cpan/Pod-Simple/t/xhtml20.t Pod::Simple test file
3afe1500 2014cpan/Pod-Simple/t/xhtml25.t Pod-Simple
0c501878
CBW
2015cpan/Pod-Usage/lib/Pod/Usage.pm
2016cpan/Pod-Usage/scripts/pod2usage.PL
3735683b
CBW
2017cpan/Pod-Usage/t/inc/Pod/InputObjects.pm
2018cpan/Pod-Usage/t/inc/Pod/Parser.pm
2019cpan/Pod-Usage/t/inc/Pod/PlainText.pm
2020cpan/Pod-Usage/t/inc/Pod/Select.pm
969c6694
CBW
2021cpan/Pod-Usage/t/pod/headwithmarkup.pl
2022cpan/Pod-Usage/t/pod/headwithmarkup.t
0c501878 2023cpan/Pod-Usage/t/pod/p2u_data.pl
2ed39982
CBW
2024cpan/Pod-Usage/t/pod/pod2usage.t
2025cpan/Pod-Usage/t/pod/pod2usage.xr
3dfcef7e 2026cpan/Pod-Usage/t/pod/pod2usage2.t
969c6694
CBW
2027cpan/Pod-Usage/t/pod/selectheaders.pl
2028cpan/Pod-Usage/t/pod/selectheaders.t
2029cpan/Pod-Usage/t/pod/selectsections.pl
2030cpan/Pod-Usage/t/pod/selectsections.t
0c501878 2031cpan/Pod-Usage/t/pod/testcmp.pl
2ed39982 2032cpan/Pod-Usage/t/pod/testp2pt.pl
0c501878 2033cpan/Pod-Usage/t/pod/usage.pod
3dfcef7e 2034cpan/Pod-Usage/t/pod/usage2.pod
20616d51 2035cpan/podlators/docs/docknot.yaml
bf8d7753
YO
2036cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff
2037cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text
2038cpan/podlators/lib/Pod/Text.pm Pod-Parser - convert POD data to formatted ASCII text
2039cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text
2040cpan/podlators/lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text
2041cpan/podlators/lib/Pod/Text/Termcap.pm Convert POD data to ASCII text with format escapes
2042cpan/podlators/Makefile.PL podlators Makefile.PL
2043cpan/podlators/scripts/pod2man.PL Translator to turn pod into manpage
2044cpan/podlators/scripts/pod2text.PL Translator to turn pod into text
2045cpan/podlators/t/data/basic.cap podlators test
2046cpan/podlators/t/data/basic.clr podlators test
2047cpan/podlators/t/data/basic.man podlators test
2048cpan/podlators/t/data/basic.ovr podlators test
2049cpan/podlators/t/data/basic.pod podlators test
2050cpan/podlators/t/data/basic.txt podlators test
20616d51
RA
2051cpan/podlators/t/data/man/encoding.groff
2052cpan/podlators/t/data/man/encoding.pod
2053cpan/podlators/t/data/man/encoding.roff
2054cpan/podlators/t/data/man/encoding.utf8
bf8d7753 2055cpan/podlators/t/data/perl.conf podlators test
a9304318
RB
2056cpan/podlators/t/data/perlcriticrc
2057cpan/podlators/t/data/perltidyrc
20616d51 2058cpan/podlators/t/data/regenerate-data
f97008e2
SH
2059cpan/podlators/t/data/snippets/color/escape-wrapping
2060cpan/podlators/t/data/snippets/color/tag-width
2061cpan/podlators/t/data/snippets/color/tag-wrapping
2062cpan/podlators/t/data/snippets/color/width
2063cpan/podlators/t/data/snippets/color/wrapping
a7ea90b1
SH
2064cpan/podlators/t/data/snippets/man/agrave
2065cpan/podlators/t/data/snippets/man/backslash-man-ref
516cc7b3 2066cpan/podlators/t/data/snippets/man/bullet-after-nonbullet
a7ea90b1
SH
2067cpan/podlators/t/data/snippets/man/bullets
2068cpan/podlators/t/data/snippets/man/c-in-header
2069cpan/podlators/t/data/snippets/man/c-in-name
2070cpan/podlators/t/data/snippets/man/cpp
2071cpan/podlators/t/data/snippets/man/dollar-magic
516cc7b3
CBW
2072cpan/podlators/t/data/snippets/man/error-die
2073cpan/podlators/t/data/snippets/man/error-none
2074cpan/podlators/t/data/snippets/man/error-normal
2075cpan/podlators/t/data/snippets/man/error-pod
2076cpan/podlators/t/data/snippets/man/error-stderr
2077cpan/podlators/t/data/snippets/man/error-stderr-opt
a7ea90b1 2078cpan/podlators/t/data/snippets/man/eth
516cc7b3 2079cpan/podlators/t/data/snippets/man/fixed-font
a7ea90b1
SH
2080cpan/podlators/t/data/snippets/man/fixed-font-in-item
2081cpan/podlators/t/data/snippets/man/for-blocks
20616d51
RA
2082cpan/podlators/t/data/snippets/man/guesswork
2083cpan/podlators/t/data/snippets/man/guesswork-all
2084cpan/podlators/t/data/snippets/man/guesswork-no-quoting
2085cpan/podlators/t/data/snippets/man/guesswork-none
2086cpan/podlators/t/data/snippets/man/guesswork-partial
2087cpan/podlators/t/data/snippets/man/guesswork-quoting
a7ea90b1
SH
2088cpan/podlators/t/data/snippets/man/hyphen-in-s
2089cpan/podlators/t/data/snippets/man/iso-8859-1
20616d51
RA
2090cpan/podlators/t/data/snippets/man/iso-8859-1-error-die
2091cpan/podlators/t/data/snippets/man/iso-8859-1-error-pod
2092cpan/podlators/t/data/snippets/man/iso-8859-1-roff
a7ea90b1 2093cpan/podlators/t/data/snippets/man/item-fonts
20616d51 2094cpan/podlators/t/data/snippets/man/language
a7ea90b1
SH
2095cpan/podlators/t/data/snippets/man/link-quoting
2096cpan/podlators/t/data/snippets/man/link-to-url
516cc7b3
CBW
2097cpan/podlators/t/data/snippets/man/long-quote
2098cpan/podlators/t/data/snippets/man/lquote-and-quote
2099cpan/podlators/t/data/snippets/man/lquote-rquote
a7ea90b1
SH
2100cpan/podlators/t/data/snippets/man/markup-in-name
2101cpan/podlators/t/data/snippets/man/multiline-x
20616d51
RA
2102cpan/podlators/t/data/snippets/man/naive
2103cpan/podlators/t/data/snippets/man/naive-groff
a7ea90b1 2104cpan/podlators/t/data/snippets/man/name-guesswork
20616d51
RA
2105cpan/podlators/t/data/snippets/man/name-quotes
2106cpan/podlators/t/data/snippets/man/name-quotes-none
a7ea90b1
SH
2107cpan/podlators/t/data/snippets/man/nested-lists
2108cpan/podlators/t/data/snippets/man/newlines-in-c
2109cpan/podlators/t/data/snippets/man/non-ascii
20616d51 2110cpan/podlators/t/data/snippets/man/nonbreaking-space-l
a7ea90b1
SH
2111cpan/podlators/t/data/snippets/man/not-bullet
2112cpan/podlators/t/data/snippets/man/not-numbers
516cc7b3 2113cpan/podlators/t/data/snippets/man/nourls
a7ea90b1
SH
2114cpan/podlators/t/data/snippets/man/periods
2115cpan/podlators/t/data/snippets/man/quote-escaping
516cc7b3 2116cpan/podlators/t/data/snippets/man/rquote-none
a7ea90b1
SH
2117cpan/podlators/t/data/snippets/man/soft-hyphens
2118cpan/podlators/t/data/snippets/man/trailing-space
2119cpan/podlators/t/data/snippets/man/true-false
a7ea90b1
SH
2120cpan/podlators/t/data/snippets/man/utf8-nonbreaking
2121cpan/podlators/t/data/snippets/man/utf8-verbatim
2122cpan/podlators/t/data/snippets/man/x-whitespace
2123cpan/podlators/t/data/snippets/man/x-whitespace-entry
20616d51 2124cpan/podlators/t/data/snippets/man/zero-width-space
28997a26
CBW
2125cpan/podlators/t/data/snippets/overstrike/tag-width
2126cpan/podlators/t/data/snippets/overstrike/wrapping
20616d51 2127cpan/podlators/t/data/snippets/README.md
f97008e2
SH
2128cpan/podlators/t/data/snippets/termcap/escape-wrapping
2129cpan/podlators/t/data/snippets/termcap/tag-width
2130cpan/podlators/t/data/snippets/termcap/tag-wrapping
b10c836b 2131cpan/podlators/t/data/snippets/termcap/term-unknown
f97008e2
SH
2132cpan/podlators/t/data/snippets/termcap/width
2133cpan/podlators/t/data/snippets/termcap/wrapping
b10c836b
CBW
2134cpan/podlators/t/data/snippets/text/alt
2135cpan/podlators/t/data/snippets/text/c-with-spaces
2136cpan/podlators/t/data/snippets/text/code
bf8d7753 2137cpan/podlators/t/data/snippets/text/cpp podlators test
28997a26 2138cpan/podlators/t/data/snippets/text/empty
b10c836b
CBW
2139cpan/podlators/t/data/snippets/text/error-die
2140cpan/podlators/t/data/snippets/text/error-none
2141cpan/podlators/t/data/snippets/text/error-normal
2142cpan/podlators/t/data/snippets/text/error-pod
2143cpan/podlators/t/data/snippets/text/error-stderr
2144cpan/podlators/t/data/snippets/text/error-stderr-opt
2145cpan/podlators/t/data/snippets/text/for
a9304318
RB
2146cpan/podlators/t/data/snippets/text/guesswork-no-quoting
2147cpan/podlators/t/data/snippets/text/guesswork-quoting
28997a26 2148cpan/podlators/t/data/snippets/text/iso-8859-1
20616d51
RA
2149cpan/podlators/t/data/snippets/text/iso-8859-1-error-die
2150cpan/podlators/t/data/snippets/text/iso-8859-1-error-pod
2151cpan/podlators/t/data/snippets/text/iso-8859-1-utf8
b10c836b
CBW
2152cpan/podlators/t/data/snippets/text/late-encoding
2153cpan/podlators/t/data/snippets/text/link-rt
2154cpan/podlators/t/data/snippets/text/link-url
2155cpan/podlators/t/data/snippets/text/margin
20616d51
RA
2156cpan/podlators/t/data/snippets/text/naive
2157cpan/podlators/t/data/snippets/text/name-quotes
2158cpan/podlators/t/data/snippets/text/name-quotes-none
2159cpan/podlators/t/data/snippets/text/non-latin
b10c836b 2160cpan/podlators/t/data/snippets/text/nonbreaking-space
20616d51 2161cpan/podlators/t/data/snippets/text/nonbreaking-space-l
b10c836b
CBW
2162cpan/podlators/t/data/snippets/text/nourls
2163cpan/podlators/t/data/snippets/text/periods
2164cpan/podlators/t/data/snippets/text/quotes-opt
2165cpan/podlators/t/data/snippets/text/s-whitespace
2166cpan/podlators/t/data/snippets/text/sentence-spacing
2167cpan/podlators/t/data/snippets/text/utf8
28997a26 2168cpan/podlators/t/data/snippets/text/utf8-iso
b10c836b 2169cpan/podlators/t/data/snippets/text/verbatim
bf8d7753 2170cpan/podlators/t/data/termcap podlators test
20616d51 2171cpan/podlators/t/docs/changes.t
bf8d7753
YO
2172cpan/podlators/t/docs/pod.t podlators test
2173cpan/podlators/t/docs/pod-spelling.t podlators test
2174cpan/podlators/t/docs/spdx-license.t podlators test
2175cpan/podlators/t/docs/synopsis.t podlators test
2176cpan/podlators/t/general/basic.t podlators test
2177cpan/podlators/t/general/filehandle.t podlators test
2178cpan/podlators/t/general/pod-parser.t podlators test
2179cpan/podlators/t/lib/Test/Podlators.pm podlators test
2180cpan/podlators/t/lib/Test/RRA.pm podlators test
2181cpan/podlators/t/lib/Test/RRA/Config.pm podlators test
2182cpan/podlators/t/lib/Test/RRA/ModuleVersion.pm podlators test
2183cpan/podlators/t/man/devise-date.t podlators test
2184cpan/podlators/t/man/devise-title.t podlators test
2185cpan/podlators/t/man/empty.t podlators test
20616d51 2186cpan/podlators/t/man/encoding.t
bf8d7753
YO
2187cpan/podlators/t/man/heading.t podlators test
2188cpan/podlators/t/man/iso-8859-1.t podlators test
2189cpan/podlators/t/man/no-encode.t podlators test
2190cpan/podlators/t/man/snippets.t podlators test
2191cpan/podlators/t/man/utf8-io.t podlators test
2192cpan/podlators/t/parselink/basic.t podlators test
a9304318
RB
2193cpan/podlators/t/style/critic.t
2194cpan/podlators/t/style/kwalitee.t
3dfcef7e 2195cpan/podlators/t/style/minimum-version.t podlators test
bf8d7753 2196cpan/podlators/t/style/module-version.t podlators test
b10c836b 2197cpan/podlators/t/style/obsolete-strings.t
bf8d7753
YO
2198cpan/podlators/t/style/strict.t podlators test
2199cpan/podlators/t/text/color.t podlators test
28997a26
CBW
2200cpan/podlators/t/text/invalid.t
2201cpan/podlators/t/text/iso-8859-1.t
bf8d7753 2202cpan/podlators/t/text/overstrike.t podlators test
b10c836b 2203cpan/podlators/t/text/snippets.t
bf8d7753 2204cpan/podlators/t/text/termcap.t podlators test
28997a26 2205cpan/podlators/t/text/utf8-io.t
cb8c8458
SH
2206cpan/Scalar-List-Utils/lib/List/Util.pm List::Util
2207cpan/Scalar-List-Utils/lib/List/Util/XS.pm List::Util
2208cpan/Scalar-List-Utils/lib/Scalar/Util.pm Scalar::Util
d81c2d6a 2209cpan/Scalar-List-Utils/lib/Sub/Util.pm
cb8c8458
SH
2210cpan/Scalar-List-Utils/ListUtil.xs Util extension
2211cpan/Scalar-List-Utils/Makefile.PL Util extension
2212cpan/Scalar-List-Utils/multicall.h Util extension
2213cpan/Scalar-List-Utils/t/00version.t Scalar::Util
2214cpan/Scalar-List-Utils/t/any-all.t List::Util
2215cpan/Scalar-List-Utils/t/blessed.t Scalar::Util
2216cpan/Scalar-List-Utils/t/dualvar.t Scalar::Util
13bb7c4d 2217cpan/Scalar-List-Utils/t/exotic_names.t
cb8c8458
SH
2218cpan/Scalar-List-Utils/t/first.t List::Util
2219cpan/Scalar-List-Utils/t/getmagic-once.t
13bb7c4d 2220cpan/Scalar-List-Utils/t/head-tail.t
cb8c8458
SH
2221cpan/Scalar-List-Utils/t/isvstring.t Scalar::Util
2222cpan/Scalar-List-Utils/t/lln.t Scalar::Util
cb8c8458 2223cpan/Scalar-List-Utils/t/max.t List::Util
3dfcef7e 2224cpan/Scalar-List-Utils/t/maxstr.t List::Util
9cc5c436 2225cpan/Scalar-List-Utils/t/mesh.t
cb8c8458 2226cpan/Scalar-List-Utils/t/min.t List::Util
3dfcef7e 2227cpan/Scalar-List-Utils/t/minstr.t List::Util
cb8c8458
SH
2228cpan/Scalar-List-Utils/t/openhan.t Scalar::Util
2229cpan/Scalar-List-Utils/t/pair.t
2230cpan/Scalar-List-Utils/t/product.t List::Util
d81c2d6a 2231cpan/Scalar-List-Utils/t/prototype.t
cb8c8458
SH
2232cpan/Scalar-List-Utils/t/readonly.t Scalar::Util
2233cpan/Scalar-List-Utils/t/reduce.t List::Util
cac6698e 2234cpan/Scalar-List-Utils/t/reductions.t
cb8c8458
SH
2235cpan/Scalar-List-Utils/t/refaddr.t Scalar::Util
2236cpan/Scalar-List-Utils/t/reftype.t Scalar::Util
e8164ee7 2237cpan/Scalar-List-Utils/t/rt-96343.t Scalar::Util
cac6698e 2238cpan/Scalar-List-Utils/t/sample.t
d81c2d6a 2239cpan/Scalar-List-Utils/t/scalarutil-proto.t
cb8c8458
SH
2240cpan/Scalar-List-Utils/t/shuffle.t List::Util
2241cpan/Scalar-List-Utils/t/stack-corruption.t List::Util
d81c2d6a 2242cpan/Scalar-List-Utils/t/subname.t
cb8c8458 2243cpan/Scalar-List-Utils/t/sum.t List::Util
3dfcef7e 2244cpan/Scalar-List-Utils/t/sum0.t
cb8c8458 2245cpan/Scalar-List-Utils/t/tainted.t Scalar::Util
741719f1 2246cpan/Scalar-List-Utils/t/undefined-block.t
e8164ee7 2247cpan/Scalar-List-Utils/t/uniq.t Scalar::Util
cac6698e 2248cpan/Scalar-List-Utils/t/uniqnum.t
cb8c8458 2249cpan/Scalar-List-Utils/t/weak.t Scalar::Util
9cc5c436 2250cpan/Scalar-List-Utils/t/zip.t
44559db1
PE
2251cpan/Socket/Makefile.PL Socket extension makefile writer
2252cpan/Socket/Socket.pm Socket extension Perl module
2253cpan/Socket/Socket.xs Socket extension external subroutines
2254cpan/Socket/t/getaddrinfo.t See if Socket::getaddrinfo works
2255cpan/Socket/t/getnameinfo.t See if Socket::getnameinfo works
3be135d8 2256cpan/Socket/t/ip_mreq.t See if (un)pack_ip_mreq work
44559db1 2257cpan/Socket/t/ipv6_mreq.t See if (un)pack_ipv6_mreq work
eabcd9c8 2258cpan/Socket/t/sockaddr.t
44559db1 2259cpan/Socket/t/Socket.t See if Socket works
3dfcef7e 2260cpan/Socket/t/socketpair.t See if socketpair works
9dea6244 2261cpan/Socket/typemap
e14adb60
NC
2262cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
2263cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
2264cpan/Sys-Syslog/fallback/syslog.h Sys::Syslog header fallback file
2265cpan/Sys-Syslog/Makefile.PL Sys::Syslog extension makefile writer
e14adb60
NC
2266cpan/Sys-Syslog/Syslog.pm Sys::Syslog extension Perl module
2267cpan/Sys-Syslog/Syslog.xs Sys::Syslog extension external subroutines
2268cpan/Sys-Syslog/t/00-load.t test for Sys::Syslog
2269cpan/Sys-Syslog/t/constants.t test for Sys::Syslog
10934390
CBW
2270cpan/Sys-Syslog/t/cpan-rt-21516.t
2271cpan/Sys-Syslog/t/cpan-rt-21866.t
2272cpan/Sys-Syslog/t/cpan-rt-25488.t
2273cpan/Sys-Syslog/t/cpan-rt-49877.pl
2274cpan/Sys-Syslog/t/cpan-rt-55151.t
2275cpan/Sys-Syslog/t/cpan-rt-64287.t
0374b0a2 2276cpan/Sys-Syslog/t/facilities-routing.t test for Sys::Syslog
e14adb60 2277cpan/Sys-Syslog/t/syslog.t See if Sys::Syslog works
10934390 2278cpan/Sys-Syslog/t/syslog-inet-udp.t
e14adb60 2279cpan/Sys-Syslog/win32/compile.pl Sys::Syslog extension Win32 related file
e14adb60 2280cpan/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file
3dfcef7e 2281cpan/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file
e14adb60
NC
2282cpan/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file
2283cpan/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file
5e64492f 2284cpan/Term-ANSIColor/lib/Term/ANSIColor.pm
5e64492f 2285cpan/Term-ANSIColor/t/lib/Test/RRA.pm
3dfcef7e 2286cpan/Term-ANSIColor/t/lib/Test/RRA/Config.pm
5e64492f 2287cpan/Term-ANSIColor/t/module/aliases-func.t
5e64492f 2288cpan/Term-ANSIColor/t/module/basic.t
3dfcef7e 2289cpan/Term-ANSIColor/t/module/basic256.t
5e64492f
CBW
2290cpan/Term-ANSIColor/t/module/eval.t
2291cpan/Term-ANSIColor/t/module/stringify.t
76bea4b7 2292cpan/Term-ANSIColor/t/module/true-color.t
5e64492f 2293cpan/Term-ANSIColor/t/taint/basic.t
8c5b8ff0
NC
2294cpan/Term-Cap/Cap.pm Perl module supporting termcap usage
2295cpan/Term-Cap/test.pl See if Term::Cap works
f754204f
PE
2296cpan/Term-Table/lib/Term/Table.pm Term-Table
2297cpan/Term-Table/lib/Term/Table/Cell.pm Term-Table
2298cpan/Term-Table/lib/Term/Table/CellStack.pm Term-Table
2299cpan/Term-Table/lib/Term/Table/HashBase.pm Term-Table
2300cpan/Term-Table/lib/Term/Table/LineBreak.pm Term-Table
2301cpan/Term-Table/lib/Term/Table/Spacer.pm Term-Table
2302cpan/Term-Table/lib/Term/Table/Util.pm Term-Table
2303cpan/Term-Table/t/bad_blank_line.t Term-Table
2304cpan/Term-Table/t/HashBase.t Term-Table
2305cpan/Term-Table/t/honor_env_in_non_tty.t Term-Table
2306cpan/Term-Table/t/issue-9.t Term-Table
2307cpan/Term-Table/t/Table.t Term-Table
2308cpan/Term-Table/t/Table/Cell.t Term-Table
2309cpan/Term-Table/t/Table/CellStack.t Term-Table
2310cpan/Term-Table/t/Table/LineBreak.t Term-Table
bf8d7753
YO
2311cpan/Test-Harness/bin/prove The prove harness utility
2312cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility
2313cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility
2314cpan/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility
2315cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility
2316cpan/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol
2317cpan/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol
2318cpan/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol
2319cpan/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol
3dfcef7e 2320cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol
bf8d7753
YO
2321cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol
2322cpan/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol
2323cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol
2324cpan/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol
2325cpan/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol
6e0b8bd6 2326cpan/Test-Harness/lib/TAP/Harness/Beyond.pod Test::Harness
bf8d7753
YO
2327cpan/Test-Harness/lib/TAP/Harness/Env.pm A parser for Test Anything Protocol
2328cpan/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol
2329cpan/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol
2330cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol
2331cpan/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol
2332cpan/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol
2333cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol
2334cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol
2335cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol
2336cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol
2337cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol
2338cpan/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol
2339cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol
2340cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol
2341cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol
2342cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol
2343cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol
2344cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol
2345cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol
2346cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol
2347cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol
2348cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol
2349cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol
2350cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol
2351cpan/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol
3dfcef7e 2352cpan/Test-Harness/lib/TAP/Parser/SourceHandler.pm A parser for Test Anything Protocol
6e0b8bd6
LT
2353cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Executable.pm Module related to Test::Harness
2354cpan/Test-Harness/lib/TAP/Parser/SourceHandler/File.pm Module related to Test::Harness
2355cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Handle.pm Module related to Test::Harness
2356cpan/Test-Harness/lib/TAP/Parser/SourceHandler/Perl.pm Module related to Test::Harness
2357cpan/Test-Harness/lib/TAP/Parser/SourceHandler/RawTAP.pm Module related to Test::Harness
bf8d7753
YO
2358cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol
2359cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol
2360cpan/Test-Harness/lib/Test/Harness.pm A test harness
2361cpan/Test-Harness/t/aggregator.t Test::Harness test
2362cpan/Test-Harness/t/bailout.t Test::Harness test
2363cpan/Test-Harness/t/base.t Test::Harness test
2364cpan/Test-Harness/t/callbacks.t Test::Harness test
2365cpan/Test-Harness/t/compat/env.t Test::Harness test
2366cpan/Test-Harness/t/compat/env_opts.t Test::Harness test
2367cpan/Test-Harness/t/compat/failure.t Test::Harness test
2368cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test
2369cpan/Test-Harness/t/compat/inc_taint.t Test::Harness test
2370cpan/Test-Harness/t/compat/nonumbers.t Test::Harness test
2371cpan/Test-Harness/t/compat/regression.t Test::Harness test
6d313664 2372cpan/Test-Harness/t/compat/subclass.t Test::Harness test
bf8d7753
YO
2373cpan/Test-Harness/t/compat/switches.t Test::Harness test
2374cpan/Test-Harness/t/compat/test-harness-compat.t Test::Harness test
2375cpan/Test-Harness/t/compat/version.t Test::Harness test
2376cpan/Test-Harness/t/console.t Test::Harness test
2377cpan/Test-Harness/t/data/catme.1 Test data for Test::Harness
2378cpan/Test-Harness/t/data/proverc Test data for Test::Harness
2379cpan/Test-Harness/t/data/sample.yml Test data for Test::Harness
6e0b8bd6 2380cpan/Test-Harness/t/env_opts.t Test file related to Test::Harness
bf8d7753
YO
2381cpan/Test-Harness/t/errors.t Test::Harness test
2382cpan/Test-Harness/t/file.t Test::Harness test
2383cpan/Test-Harness/t/glob-to-regexp.t Test::Harness test
2384cpan/Test-Harness/t/grammar.t Test::Harness test
2385cpan/Test-Harness/t/harness.t Test::Harness test
2386cpan/Test-Harness/t/harness-bailout.t Test::Harness test
2387cpan/Test-Harness/t/harness-subclass.t Test::Harness test
6d313664 2388cpan/Test-Harness/t/iterator_factory.t Test::Harness test
bf8d7753
YO
2389cpan/Test-Harness/t/iterators.t Test::Harness test
2390cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness
2391cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness
2392cpan/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness
2393cpan/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness
2394cpan/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness
2395cpan/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness
2396cpan/Test-Harness/t/lib/MyFileSourceHandler.pm Test::Harness test
2397cpan/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness
2398cpan/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness
2399cpan/Test-Harness/t/lib/MyPerlSourceHandler.pm Test::Harness test
2400cpan/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness
2401cpan/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness
2402cpan/Test-Harness/t/lib/MySourceHandler.pm Test::Harness test
2403cpan/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness
2404cpan/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness
6e0b8bd6 2405cpan/Test-Harness/t/lib/TAP/Harness/TestSubclass.pm Module related to Test::Harness
bf8d7753
YO
2406cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness
2407cpan/Test-Harness/t/multiplexer.t Test::Harness test
2408cpan/Test-Harness/t/nested.t Test::Harness test
2409cpan/Test-Harness/t/nofork.t Test::Harness test
2410cpan/Test-Harness/t/nofork-mux.t Test::Harness test
2411cpan/Test-Harness/t/object.t Test::Harness test
2412cpan/Test-Harness/t/parse.t Test::Harness test
2413cpan/Test-Harness/t/parser-config.t Test::Harness test
2414cpan/Test-Harness/t/parser-subclass.t Test::Harness test
2415cpan/Test-Harness/t/perl5lib.t Test::Harness test
2416cpan/Test-Harness/t/premature-bailout.t Test::Harness test
2417cpan/Test-Harness/t/process.t Test::Harness test
2418cpan/Test-Harness/t/prove.t Test::Harness test
2419cpan/Test-Harness/t/proverc.t Test::Harness test
2420cpan/Test-Harness/t/proverc/emptyexec Test data for Test::Harness
2421cpan/Test-Harness/t/proverun.t Test::Harness test
686add28 2422cpan/Test-Harness/t/proveversion.t Test::Harness test
bf8d7753
YO
2423cpan/Test-Harness/t/regression.t Test::Harness test
2424cpan/Test-Harness/t/results.t Test::Harness test
6e0b8bd6 2425cpan/Test-Harness/t/rulesfile.t Test file related to Test::Harness
bf8d7753
YO
2426cpan/Test-Harness/t/sample-tests/bailout Test data for Test::Harness
2427cpan/Test-Harness/t/sample-tests/bignum Test data for Test::Harness
2428cpan/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness
2429cpan/Test-Harness/t/sample-tests/combined Test data for Test::Harness
2430cpan/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness
2431cpan/Test-Harness/t/sample-tests/delayed Test data for Test::Harness
2432cpan/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness
2433cpan/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness
2434cpan/Test-Harness/t/sample-tests/die Test data for Test::Harness
2435cpan/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness
2436cpan/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness
2437cpan/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness
2438cpan/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness
2439cpan/Test-Harness/t/sample-tests/echo Test data for Test::Harness
2440cpan/Test-Harness/t/sample-tests/empty Test data for Test::Harness
2441cpan/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness
2442cpan/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness
2443cpan/Test-Harness/t/sample-tests/head_end Test data for Test::Harness
2444cpan/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness
2445cpan/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness
2446cpan/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness
2447cpan/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness
2448cpan/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness
2449cpan/Test-Harness/t/sample-tests/no_output Test data for Test::Harness
2450cpan/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness
2451cpan/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness
2452cpan/Test-Harness/t/sample-tests/schwern Test data for Test::Harness
2453cpan/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness
2454cpan/Test-Harness/t/sample-tests/segfault Test data for Test::Harness
2455cpan/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness
2456cpan/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness
2457cpan/Test-Harness/t/sample-tests/simple Test data for Test::Harness
2458cpan/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness
2459cpan/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness
2460cpan/Test-Harness/t/sample-tests/simple_yaml_missing_version13 Test data for Test::Harness
2461cpan/Test-Harness/t/sample-tests/skip Test data for Test::Harness
2462cpan/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness
2463cpan/Test-Harness/t/sample-tests/skipall Test data for Test::Harness
2464cpan/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness
2465cpan/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness
2466cpan/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness
6e0b8bd6 2467cpan/Test-Harness/t/sample-tests/space_after_plan_v13 Test::Harness
bf8d7753
YO
2468cpan/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness
2469cpan/Test-Harness/t/sample-tests/strict Test data for Test::Harness
2470cpan/Test-Harness/t/sample-tests/switches Test data for Test::Harness
2471cpan/Test-Harness/t/sample-tests/taint Test data for Test::Harness
2472cpan/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness
2473cpan/Test-Harness/t/sample-tests/todo Test data for Test::Harness
2474cpan/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness
2475cpan/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness
2476cpan/Test-Harness/t/sample-tests/too_many Test data for Test::Harness
2477cpan/Test-Harness/t/sample-tests/version_good Test data for Test::Harness
2478cpan/Test-Harness/t/sample-tests/version_late Test data for Test::Harness
2479cpan/Test-Harness/t/sample-tests/version_old Test data for Test::Harness
2480cpan/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness
2481cpan/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness
2482cpan/Test-Harness/t/sample-tests/yaml_late_plan Test data for Test::Harness
2483cpan/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness
2484cpan/Test-Harness/t/scheduler.t Test::Harness test
2485cpan/Test-Harness/t/source.t Test::Harness test
3dfcef7e 2486cpan/Test-Harness/t/source_handler.t Test::Harness test
bf8d7753
YO
2487cpan/Test-Harness/t/source_tests/harness Test data for Test::Harness
2488cpan/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness
2489cpan/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness
2490cpan/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness
2491cpan/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness
2492cpan/Test-Harness/t/source_tests/psql.bat Test::Harness test
2493cpan/Test-Harness/t/source_tests/source Test data for Test::Harness
2494cpan/Test-Harness/t/source_tests/source.1 Test::Harness test
2495cpan/Test-Harness/t/source_tests/source.bat Test::Harness test
2496cpan/Test-Harness/t/source_tests/source.pl Test::Harness test
2497cpan/Test-Harness/t/source_tests/source.sh Test::Harness test
2498cpan/Test-Harness/t/source_tests/source.t Test::Harness test
2499cpan/Test-Harness/t/source_tests/source.tap Test::Harness test
2500cpan/Test-Harness/t/source_tests/source_args.sh Test::Harness test
6e0b8bd6 2501cpan/Test-Harness/t/source_tests/test.tap Test file related to Test::Harness
bf8d7753
YO
2502cpan/Test-Harness/t/spool.t Test::Harness test
2503cpan/Test-Harness/t/state.t Test::Harness test
2504cpan/Test-Harness/t/state_results.t Test::Harness test
2505cpan/Test-Harness/t/streams.t Test::Harness test
2506cpan/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness
2507cpan/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness
2508cpan/Test-Harness/t/taint.t Test::Harness test
2509cpan/Test-Harness/t/testargs.t Test::Harness test
2510cpan/Test-Harness/t/unicode.t Test::Harness test
2511cpan/Test-Harness/t/yamlish.t Test::Harness test
2512cpan/Test-Harness/t/yamlish-output.t Test::Harness test
2513cpan/Test-Harness/t/yamlish-writer.t Test::Harness test
3740cf6d
YO
2514cpan/Test-Simple/lib/ok.pm Module related to Test::Simple
2515cpan/Test-Simple/lib/Test/Builder.pm Module related to Test::Simple
2516cpan/Test-Simple/lib/Test/Builder/Formatter.pm Module related to Test::Simple
2517cpan/Test-Simple/lib/Test/Builder/IO/Scalar.pm Module related to Test::Simple
2518cpan/Test-Simple/lib/Test/Builder/Module.pm Module related to Test::Simple
2519cpan/Test-Simple/lib/Test/Builder/Tester.pm Module related to Test::Simple
2520cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Module related to Test::Simple
2521cpan/Test-Simple/lib/Test/Builder/TodoDiag.pm Module related to Test::Simple
2522cpan/Test-Simple/lib/Test/More.pm Module related to Test::Simple
2523cpan/Test-Simple/lib/Test/Simple.pm Module related to Test::Simple
2524cpan/Test-Simple/lib/Test/Tester.pm Module related to Test::Simple
2525cpan/Test-Simple/lib/Test/Tester/Capture.pm Module related to Test::Simple
2526cpan/Test-Simple/lib/Test/Tester/CaptureRunner.pm Module related to Test::Simple
2527cpan/Test-Simple/lib/Test/Tester/Delegate.pm Module related to Test::Simple
2528cpan/Test-Simple/lib/Test/Tutorial.pod Test::Simple
2529cpan/Test-Simple/lib/Test/use/ok.pm Module related to Test::Simple
2530cpan/Test-Simple/lib/Test2.pm Module related to Test::Simple
2531cpan/Test-Simple/lib/Test2/API.pm Module related to Test::Simple
2532cpan/Test-Simple/lib/Test2/API/Breakage.pm Module related to Test::Simple
2533cpan/Test-Simple/lib/Test2/API/Context.pm Module related to Test::Simple
2534cpan/Test-Simple/lib/Test2/API/Instance.pm Module related to Test::Simple
2535cpan/Test-Simple/lib/Test2/API/InterceptResult.pm Module related to Test::Simple
2536cpan/Test-Simple/lib/Test2/API/InterceptResult/Event.pm Module related to Test::Simple
2537cpan/Test-Simple/lib/Test2/API/InterceptResult/Facet.pm Module related to Test::Simple
2538cpan/Test-Simple/lib/Test2/API/InterceptResult/Hub.pm Module related to Test::Simple
2539cpan/Test-Simple/lib/Test2/API/InterceptResult/Squasher.pm Module related to Test::Simple
2540cpan/Test-Simple/lib/Test2/API/Stack.pm Module related to Test::Simple
2541cpan/Test-Simple/lib/Test2/Event.pm Module related to Test::Simple
2542cpan/Test-Simple/lib/Test2/Event/Bail.pm Module related to Test::Simple
2543cpan/Test-Simple/lib/Test2/Event/Diag.pm Module related to Test::Simple
2544cpan/Test-Simple/lib/Test2/Event/Encoding.pm Module related to Test::Simple
2545cpan/Test-Simple/lib/Test2/Event/Exception.pm Module related to Test::Simple
2546cpan/Test-Simple/lib/Test2/Event/Fail.pm Module related to Test::Simple
2547cpan/Test-Simple/lib/Test2/Event/Generic.pm Module related to Test::Simple
2548cpan/Test-Simple/lib/Test2/Event/Note.pm Module related to Test::Simple
2549cpan/Test-Simple/lib/Test2/Event/Ok.pm Module related to Test::Simple
2550cpan/Test-Simple/lib/Test2/Event/Pass.pm Module related to Test::Simple
2551cpan/Test-Simple/lib/Test2/Event/Plan.pm Module related to Test::Simple
2552cpan/Test-Simple/lib/Test2/Event/Skip.pm Module related to Test::Simple
2553cpan/Test-Simple/lib/Test2/Event/Subtest.pm Module related to Test::Simple
2554cpan/Test-Simple/lib/Test2/Event/TAP/Version.pm Module related to Test::Simple
2555cpan/Test-Simple/lib/Test2/Event/V2.pm Module related to Test::Simple
2556cpan/Test-Simple/lib/Test2/Event/Waiting.pm Module related to Test::Simple
2557cpan/Test-Simple/lib/Test2/EventFacet.pm Module related to Test::Simple
2558cpan/Test-Simple/lib/Test2/EventFacet/About.pm Module related to Test::Simple
2559cpan/Test-Simple/lib/Test2/EventFacet/Amnesty.pm Module related to Test::Simple
2560cpan/Test-Simple/lib/Test2/EventFacet/Assert.pm Module related to Test::Simple
2561cpan/Test-Simple/lib/Test2/EventFacet/Control.pm Module related to Test::Simple
2562cpan/Test-Simple/lib/Test2/EventFacet/Error.pm Module related to Test::Simple
2563cpan/Test-Simple/lib/Test2/EventFacet/Hub.pm Module related to Test::Simple
2564cpan/Test-Simple/lib/Test2/EventFacet/Info.pm Module related to Test::Simple
2565cpan/Test-Simple/lib/Test2/EventFacet/Info/Table.pm Module related to Test::Simple
2566cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm Module related to Test::Simple
2567cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm Module related to Test::Simple
2568cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm Module related to Test::Simple
2569cpan/Test-Simple/lib/Test2/EventFacet/Render.pm Module related to Test::Simple
2570cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm Module related to Test::Simple
2571cpan/Test-Simple/lib/Test2/Formatter.pm Module related to Test::Simple
2572cpan/Test-Simple/lib/Test2/Formatter/TAP.pm Module related to Test::Simple
2573cpan/Test-Simple/lib/Test2/Hub.pm Module related to Test::Simple
2574cpan/Test-Simple/lib/Test2/Hub/Interceptor.pm Module related to Test::Simple
2575cpan/Test-Simple/lib/Test2/Hub/Interceptor/Terminator.pm Module related to Test::Simple
2576cpan/Test-Simple/lib/Test2/Hub/Subtest.pm Module related to Test::Simple
2577cpan/Test-Simple/lib/Test2/IPC.pm Module related to Test::Simple
2578cpan/Test-Simple/lib/Test2/IPC/Driver.pm Module related to Test::Simple
2579cpan/Test-Simple/lib/Test2/IPC/Driver/Files.pm Module related to Test::Simple
2580cpan/Test-Simple/lib/Test2/Tools/Tiny.pm Module related to Test::Simple
2581cpan/Test-Simple/lib/Test2/Transition.pod Test::Simple
2582cpan/Test-Simple/lib/Test2/Util.pm Module related to Test::Simple
2583cpan/Test-Simple/lib/Test2/Util/ExternalMeta.pm Module related to Test::Simple
2584cpan/Test-Simple/lib/Test2/Util/Facets2Legacy.pm Module related to Test::Simple
2585cpan/Test-Simple/lib/Test2/Util/HashBase.pm Module related to Test::Simple
2586cpan/Test-Simple/lib/Test2/Util/Trace.pm Module related to Test::Simple
2587cpan/Test-Simple/t/HashBase.t Test file related to Test::Simple
2588cpan/Test-Simple/t/Legacy/00test_harness_check.t Test file related to Test::Simple
2589cpan/Test-Simple/t/Legacy/01-basic.t Test file related to Test::Simple
2590cpan/Test-Simple/t/Legacy/478-cmp_ok_hash.t Test file related to Test::Simple
2591cpan/Test-Simple/t/Legacy/auto.t Test file related to Test::Simple
2592cpan/Test-Simple/t/Legacy/bad_plan.t Test file related to Test::Simple
2593cpan/Test-Simple/t/Legacy/bail_out.t Test file related to Test::Simple
2594cpan/Test-Simple/t/Legacy/BEGIN_require_ok.t Test file related to Test::Simple
2595cpan/Test-Simple/t/Legacy/BEGIN_use_ok.t Test file related to Test::Simple
2596cpan/Test-Simple/t/Legacy/buffer.t Test file related to Test::Simple
2597cpan/Test-Simple/t/Legacy/Bugs/600.t Test file related to Test::Simple
2598cpan/Test-Simple/t/Legacy/Bugs/629.t Test file related to Test::Simple
2599cpan/Test-Simple/t/Legacy/Builder/Builder.t Test file related to Test::Simple
2600cpan/Test-Simple/t/Legacy/Builder/carp.t Test file related to Test::Simple
2601cpan/Test-Simple/t/Legacy/Builder/create.t Test file related to Test::Simple
2602cpan/Test-Simple/t/Legacy/Builder/current_test.t Test file related to Test::Simple
2603cpan/Test-Simple/t/Legacy/Builder/current_test_without_plan.t Test file related to Test::Simple
2604cpan/Test-Simple/t/Legacy/Builder/details.t Test file related to Test::Simple
2605cpan/Test-Simple/t/Legacy/Builder/done_testing.t Test file related to Test::Simple
2606cpan/Test-Simple/t/Legacy/Builder/done_testing_double.t Test file related to Test::Simple
2607cpan/Test-Simple/t/Legacy/Builder/done_testing_plan_mismatch.t Test file related to Test::Simple
2608cpan/Test-Simple/t/Legacy/Builder/done_testing_with_no_plan.t Test file related to Test::Simple
2609cpan/Test-Simple/t/Legacy/Builder/done_testing_with_number.t Test file related to Test::Simple
2610cpan/Test-Simple/t/Legacy/Builder/done_testing_with_plan.t Test file related to Test::Simple
2611cpan/Test-Simple/t/Legacy/Builder/fork_with_new_stdout.t Test file related to Test::Simple
2612cpan/Test-Simple/t/Legacy/Builder/has_plan.t Test file related to Test::Simple
2613cpan/Test-Simple/t/Legacy/Builder/has_plan2.t Test file related to Test::Simple
2614cpan/Test-Simple/t/Legacy/Builder/is_fh.t Test file related to Test::Simple
2615cpan/Test-Simple/t/Legacy/Builder/is_passing.t Test file related to Test::Simple
2616cpan/Test-Simple/t/Legacy/Builder/maybe_regex.t Test file related to Test::Simple
2617cpan/Test-Simple/t/Legacy/Builder/no_diag.t Test file related to Test::Simple
2618cpan/Test-Simple/t/Legacy/Builder/no_ending.t Test file related to Test::Simple
2619cpan/Test-Simple/t/Legacy/Builder/no_header.t Test file related to Test::Simple
2620cpan/Test-Simple/t/Legacy/Builder/no_plan_at_all.t Test file related to Test::Simple
2621cpan/Test-Simple/t/Legacy/Builder/ok_obj.t Test file related to Test::Simple
2622cpan/Test-Simple/t/Legacy/Builder/output.t Test file related to Test::Simple
2623cpan/Test-Simple/t/Legacy/Builder/reset.t Test file related to Test::Simple
2624cpan/Test-Simple/t/Legacy/Builder/reset_outputs.t Test file related to Test::Simple
2625cpan/Test-Simple/t/Legacy/Builder/try.t Test file related to Test::Simple
2626cpan/Test-Simple/t/Legacy/c_flag.t Test file related to Test::Simple
2627cpan/Test-Simple/t/Legacy/capture.t Test file related to Test::Simple
2628cpan/Test-Simple/t/Legacy/check_tests.t Test file related to Test::Simple
2629cpan/Test-Simple/t/Legacy/circular_data.t Test file related to Test::Simple
2630cpan/Test-Simple/t/Legacy/cmp_ok.t Test file related to Test::Simple
2631cpan/Test-Simple/t/Legacy/depth.t Test file related to Test::Simple
2632cpan/Test-Simple/t/Legacy/diag.t Test file related to Test::Simple
2633cpan/Test-Simple/t/Legacy/died.t Test file related to Test::Simple
2634cpan/Test-Simple/t/Legacy/dont_overwrite_die_handler.t Test file related to Test::Simple
2635cpan/Test-Simple/t/Legacy/eq_set.t Test file related to Test::Simple
2636cpan/Test-Simple/t/Legacy/exit.t Test file related to Test::Simple
2637cpan/Test-Simple/t/Legacy/explain.t Test file related to Test::Simple
2638cpan/Test-Simple/t/Legacy/explain_err_vars.t Test file related to Test::Simple
2639cpan/Test-Simple/t/Legacy/extra.t Test file related to Test::Simple
2640cpan/Test-Simple/t/Legacy/extra_one.t Test file related to Test::Simple
2641cpan/Test-Simple/t/Legacy/fail.t Test file related to Test::Simple
2642cpan/Test-Simple/t/Legacy/fail-like.t Test file related to Test::Simple
2643cpan/Test-Simple/t/Legacy/fail-more.t Test file related to Test::Simple
2644cpan/Test-Simple/t/Legacy/fail_one.t Test file related to Test::Simple
2645cpan/Test-Simple/t/Legacy/filehandles.t Test file related to Test::Simple
2646cpan/Test-Simple/t/Legacy/fork.t Test file related to Test::Simple
2647cpan/Test-Simple/t/Legacy/harness_active.t Test file related to Test::Simple
2648cpan/Test-Simple/t/Legacy/import.t Test file related to Test::Simple
2649cpan/Test-Simple/t/Legacy/is_deeply_dne_bug.t Test file related to Test::Simple
2650cpan/Test-Simple/t/Legacy/is_deeply_fail.t Test file related to Test::Simple
2651cpan/Test-Simple/t/Legacy/is_deeply_with_threads.t Test file related to Test::Simple
2652cpan/Test-Simple/t/Legacy/missing.t Test file related to Test::Simple
2653cpan/Test-Simple/t/Legacy/More.t Test file related to Test::Simple
2654cpan/Test-Simple/t/Legacy/new_ok.t Test file related to Test::Simple
2655cpan/Test-Simple/t/Legacy/no_log_results.t Test file related to Test::Simple
2656cpan/Test-Simple/t/Legacy/no_plan.t Test file related to Test::Simple
2657cpan/Test-Simple/t/Legacy/no_tests.t Test file related to Test::Simple
2658cpan/Test-Simple/t/Legacy/note.t Test file related to Test::Simple
2659cpan/Test-Simple/t/Legacy/overload.t Test file related to Test::Simple
2660cpan/Test-Simple/t/Legacy/overload_threads.t Test file related to Test::Simple
2661cpan/Test-Simple/t/Legacy/plan.t Test file related to Test::Simple
2662cpan/Test-Simple/t/Legacy/plan_bad.t Test file related to Test::Simple
2663cpan/Test-Simple/t/Legacy/plan_is_noplan.t Test file related to Test::Simple
2664cpan/Test-Simple/t/Legacy/plan_no_plan.t Test file related to Test::Simple
2665cpan/Test-Simple/t/Legacy/plan_shouldnt_import.t Test file related to Test::Simple
2666cpan/Test-Simple/t/Legacy/plan_skip_all.t Test file related to Test::Simple
2667cpan/Test-Simple/t/Legacy/Regression/637.t Test file related to Test::Simple
2668cpan/Test-Simple/t/Legacy/Regression/683_thread_todo.t Test file related to Test::Simple
2669cpan/Test-Simple/t/Legacy/Regression/6_cmp_ok.t Test file related to Test::Simple
2670cpan/Test-Simple/t/Legacy/Regression/736_use_ok.t Test file related to Test::Simple
2671cpan/Test-Simple/t/Legacy/Regression/789-read-only.t Test file related to Test::Simple
2672cpan/Test-Simple/t/Legacy/Regression/870-experimental-warnings.t Test file related to Test::Simple
2673cpan/Test-Simple/t/Legacy/Regression/is_capture.t Test file related to Test::Simple
2674cpan/Test-Simple/t/Legacy/require_ok.t Test file related to Test::Simple
2675cpan/Test-Simple/t/Legacy/run_test.t Test file related to Test::Simple
2676cpan/Test-Simple/t/Legacy/simple.t Test file related to Test::Simple
2677cpan/Test-Simple/t/Legacy/Simple/load.t Test file related to Test::Simple
2678cpan/Test-Simple/t/Legacy/skip.t Test file related to Test::Simple
2679cpan/Test-Simple/t/Legacy/skipall.t Test file related to Test::Simple
2680cpan/Test-Simple/t/Legacy/strays.t Test file related to Test::Simple
2681cpan/Test-Simple/t/Legacy/subtest/args.t Test file related to Test::Simple
2682cpan/Test-Simple/t/Legacy/subtest/bail_out.t Test file related to Test::Simple
2683cpan/Test-Simple/t/Legacy/subtest/basic.t Test file related to Test::Simple
2684cpan/Test-Simple/t/Legacy/subtest/callback.t Test file related to Test::Simple
2685cpan/Test-Simple/t/Legacy/subtest/die.t Test file related to Test::Simple
2686cpan/Test-Simple/t/Legacy/subtest/do.t Test file related to Test::Simple
2687cpan/Test-Simple/t/Legacy/subtest/events.t Test file related to Test::Simple
2688cpan/Test-Simple/t/Legacy/subtest/for_do_t.test Test file related to Test::Simple
2689cpan/Test-Simple/t/Legacy/subtest/fork.t Test file related to Test::Simple
2690cpan/Test-Simple/t/Legacy/subtest/implicit_done.t Test file related to Test::Simple
2691cpan/Test-Simple/t/Legacy/subtest/line_numbers.t Test file related to Test::Simple
2692cpan/Test-Simple/t/Legacy/subtest/plan.t Test file related to Test::Simple
2693cpan/Test-Simple/t/Legacy/subtest/predicate.t Test file related to Test::Simple
2694cpan/Test-Simple/t/Legacy/subtest/singleton.t Test file related to Test::Simple
2695cpan/Test-Simple/t/Legacy/subtest/threads.t Test file related to Test::Simple
2696cpan/Test-Simple/t/Legacy/subtest/todo.t Test file related to Test::Simple
2697cpan/Test-Simple/t/Legacy/subtest/wstat.t Test file related to Test::Simple
2698cpan/Test-Simple/t/Legacy/tbm_doesnt_set_exported_to.t Test file related to Test::Simple
2699cpan/Test-Simple/t/Legacy/Test2/Subtest.t Test file related to Test::Simple
2700cpan/Test-Simple/t/Legacy/Tester/tbt_01basic.t Test file related to Test::Simple
2701cpan/Test-Simple/t/Legacy/Tester/tbt_02fhrestore.t Test file related to Test::Simple
2702cpan/Test-Simple/t/Legacy/Tester/tbt_03die.t Test file related to Test::Simple
2703cpan/Test-Simple/t/Legacy/Tester/tbt_04line_num.t Test file related to Test::Simple
2704cpan/Test-Simple/t/Legacy/Tester/tbt_05faildiag.t Test file related to Test::Simple
2705cpan/Test-Simple/t/Legacy/Tester/tbt_06errormess.t Test file related to Test::Simple
2706cpan/Test-Simple/t/Legacy/Tester/tbt_07args.t Test file related to Test::Simple
2707cpan/Test-Simple/t/Legacy/Tester/tbt_08subtest.t Test file related to Test::Simple
2708cpan/Test-Simple/t/Legacy/Tester/tbt_09do.t Test file related to Test::Simple
2709cpan/Test-Simple/t/Legacy/Tester/tbt_09do_script.pl Script related to Test::Simple
2710cpan/Test-Simple/t/Legacy/thread_taint.t Test file related to Test::Simple
2711cpan/Test-Simple/t/Legacy/threads.t Test file related to Test::Simple
2712cpan/Test-Simple/t/Legacy/todo.t Test file related to Test::Simple
2713cpan/Test-Simple/t/Legacy/undef.t Test file related to Test::Simple
2714cpan/Test-Simple/t/Legacy/use_ok.t Test file related to Test::Simple
2715cpan/Test-Simple/t/Legacy/useing.t Test file related to Test::Simple
2716cpan/Test-Simple/t/Legacy/utf8.t Test file related to Test::Simple
2717cpan/Test-Simple/t/Legacy/versions.t Test file related to Test::Simple
2718cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t Test file related to Test::Simple
2719cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t Test file related to Test::Simple
2720cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t Test file related to Test::Simple
2721cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t Test file related to Test::Simple
2722cpan/Test-Simple/t/Legacy_And_Test2/thread_init_warning.t Test file related to Test::Simple
2723cpan/Test-Simple/t/lib/Dev/Null.pm Module related to Test::Simple
2724cpan/Test-Simple/t/lib/Dummy.pm Module related to Test::Simple
2725cpan/Test-Simple/t/lib/MyOverload.pm Module related to Test::Simple
2726cpan/Test-Simple/t/lib/MyTest.pm Module related to Test::Simple
2727cpan/Test-Simple/t/lib/NoExporter.pm Module related to Test::Simple
2728cpan/Test-Simple/t/lib/SigDie.pm Module related to Test::Simple
2729cpan/Test-Simple/t/lib/SkipAll.pm Module related to Test::Simple
2730cpan/Test-Simple/t/lib/SmallTest.pm Module related to Test::Simple
2731cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm Module related to Test::Simple
2732cpan/Test-Simple/t/lib/Test/Simple/Catch.pm Module related to Test::Simple
2733cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx Script related to Test::Simple
2734cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx Script related to Test::Simple
2735cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx Script related to Test::Simple
2736cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx Script related to Test::Simple
2737cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx Script related to Test::Simple
2738cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx Script related to Test::Simple
2739cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx Script related to Test::Simple
2740cpan/Test-Simple/t/lib/Test/Simple/sample_tests/missing_done_testing.plx Script related to Test::Simple
2741cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx Script related to Test::Simple
2742cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail_without_plan.plx Script related to Test::Simple
2743cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx Script related to Test::Simple
2744cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx Script related to Test::Simple
2745cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx Script related to Test::Simple
2746cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx Script related to Test::Simple
2747cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx Script related to Test::Simple
2748cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx Script related to Test::Simple
2749cpan/Test-Simple/t/lib/TieOut.pm Module related to Test::Simple
2750cpan/Test-Simple/t/regression/642_persistent_end.t Test file related to Test::Simple
2751cpan/Test-Simple/t/regression/662-tbt-no-plan.t Test file related to Test::Simple
2752cpan/Test-Simple/t/regression/684-nested_todo_diag.t Test file related to Test::Simple
2753cpan/Test-Simple/t/regression/694_note_diag_return_values.t Test file related to Test::Simple
2754cpan/Test-Simple/t/regression/696-intercept_skip_all.t Test file related to Test::Simple
2755cpan/Test-Simple/t/regression/721-nested-streamed-subtest.t Test file related to Test::Simple
2756cpan/Test-Simple/t/regression/757-reset_in_subtest.t Test file related to Test::Simple
2757cpan/Test-Simple/t/regression/812-todo.t Test file related to Test::Simple
2758cpan/Test-Simple/t/regression/817-subtest-todo.t Test file related to Test::Simple
2759cpan/Test-Simple/t/regression/862-intercept_tb_todo.t Test file related to Test::Simple
2760cpan/Test-Simple/t/regression/buffered_subtest_plan_buffered.t Test file related to Test::Simple
2761cpan/Test-Simple/t/regression/builder_does_not_init.t Test file related to Test::Simple
2762cpan/Test-Simple/t/regression/errors_facet.t Test file related to Test::Simple
2763cpan/Test-Simple/t/regression/fork_first.t Test file related to Test::Simple
2764cpan/Test-Simple/t/regression/inherit_trace.t Test file related to Test::Simple
2765cpan/Test-Simple/t/regression/no_name_in_subtest.t Test file related to Test::Simple
2766cpan/Test-Simple/t/regression/skip_reason_object_ipc.t Test file related to Test::Simple
2767cpan/Test-Simple/t/regression/todo_and_facets.t Test file related to Test::Simple
2768cpan/Test-Simple/t/Test2/acceptance/try_it_done_testing.t Test file related to Test::Simple
2769cpan/Test-Simple/t/Test2/acceptance/try_it_fork.t Test file related to Test::Simple
2770cpan/Test-Simple/t/Test2/acceptance/try_it_no_plan.t Test file related to Test::Simple
2771cpan/Test-Simple/t/Test2/acceptance/try_it_plan.t Test file related to Test::Simple
2772cpan/Test-Simple/t/Test2/acceptance/try_it_skip.t Test file related to Test::Simple
2773cpan/Test-Simple/t/Test2/acceptance/try_it_threads.t Test file related to Test::Simple
2774cpan/Test-Simple/t/Test2/acceptance/try_it_todo.t Test file related to Test::Simple
2775cpan/Test-Simple/t/Test2/behavior/disable_ipc_a.t Test file related to Test::Simple
2776cpan/Test-Simple/t/Test2/behavior/disable_ipc_b.t Test file related to Test::Simple
2777cpan/Test-Simple/t/Test2/behavior/disable_ipc_c.t Test file related to Test::Simple
2778cpan/Test-Simple/t/Test2/behavior/disable_ipc_d.t Test file related to Test::Simple
2779cpan/Test-Simple/t/Test2/behavior/err_var.t Test file related to Test::Simple
2780cpan/Test-Simple/t/Test2/behavior/Formatter.t Test file related to Test::Simple
2781cpan/Test-Simple/t/Test2/behavior/init_croak.t Test file related to Test::Simple
2782cpan/Test-Simple/t/Test2/behavior/intercept.t Test file related to Test::Simple
2783cpan/Test-Simple/t/Test2/behavior/ipc_wait_timeout.t Test file related to Test::Simple
2784cpan/Test-Simple/t/Test2/behavior/nested_context_exception.t Test file related to Test::Simple
2785cpan/Test-Simple/t/Test2/behavior/no_load_api.t Test file related to Test::Simple
2786cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t Test file related to Test::Simple
2787cpan/Test-Simple/t/Test2/behavior/special_names.t Test file related to Test::Simple
2788cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t Test file related to Test::Simple
2789cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t Test file related to Test::Simple
2790cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t Test file related to Test::Simple
2791cpan/Test-Simple/t/Test2/behavior/Subtest_events.t Test file related to Test::Simple
2792cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t Test file related to Test::Simple
2793cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t Test file related to Test::Simple
2794cpan/Test-Simple/t/Test2/behavior/Taint.t Test file related to Test::Simple
2795cpan/Test-Simple/t/Test2/behavior/trace_signature.t Test file related to Test::Simple
2ae2f22a 2796cpan/Test-Simple/t/Test2/behavior/trace_stamps.t Test-Simple
3740cf6d
YO
2797cpan/Test-Simple/t/Test2/behavior/uuid.t Test file related to Test::Simple
2798cpan/Test-Simple/t/Test2/legacy/TAP.t Test file related to Test::Simple
2799cpan/Test-Simple/t/Test2/modules/API.t Test file related to Test::Simple
2800cpan/Test-Simple/t/Test2/modules/API/Breakage.t Test file related to Test::Simple
2801cpan/Test-Simple/t/Test2/modules/API/Context.t Test file related to Test::Simple
2802cpan/Test-Simple/t/Test2/modules/API/Instance.t Test file related to Test::Simple
2803cpan/Test-Simple/t/Test2/modules/API/InterceptResult.t Test file related to Test::Simple
2804cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Event.t Test file related to Test::Simple
2805cpan/Test-Simple/t/Test2/modules/API/InterceptResult/Squasher.t Test file related to Test::Simple
2806cpan/Test-Simple/t/Test2/modules/API/Stack.t Test file related to Test::Simple
2807cpan/Test-Simple/t/Test2/modules/Event.t Test file related to Test::Simple
2808cpan/Test-Simple/t/Test2/modules/Event/Bail.t Test file related to Test::Simple
2809cpan/Test-Simple/t/Test2/modules/Event/Diag.t Test file related to Test::Simple
2810cpan/Test-Simple/t/Test2/modules/Event/Encoding.t Test file related to Test::Simple
2811cpan/Test-Simple/t/Test2/modules/Event/Exception.t Test file related to Test::Simple
2812cpan/Test-Simple/t/Test2/modules/Event/Fail.t Test file related to Test::Simple
2813cpan/Test-Simple/t/Test2/modules/Event/Generic.t Test file related to Test::Simple
2814cpan/Test-Simple/t/Test2/modules/Event/Note.t Test file related to Test::Simple
2815cpan/Test-Simple/t/Test2/modules/Event/Ok.t Test file related to Test::Simple
2816cpan/Test-Simple/t/Test2/modules/Event/Pass.t Test file related to Test::Simple
2817cpan/Test-Simple/t/Test2/modules/Event/Plan.t Test file related to Test::Simple
2818cpan/Test-Simple/t/Test2/modules/Event/Skip.t Test file related to Test::Simple
2819cpan/Test-Simple/t/Test2/modules/Event/Subtest.t Test file related to Test::Simple
2820cpan/Test-Simple/t/Test2/modules/Event/TAP/Version.t Test file related to Test::Simple
2821cpan/Test-Simple/t/Test2/modules/Event/V2.t Test file related to Test::Simple
2822cpan/Test-Simple/t/Test2/modules/Event/Waiting.t Test file related to Test::Simple
2823cpan/Test-Simple/t/Test2/modules/EventFacet.t Test file related to Test::Simple
2824cpan/Test-Simple/t/Test2/modules/EventFacet/About.t Test file related to Test::Simple
2825cpan/Test-Simple/t/Test2/modules/EventFacet/Amnesty.t Test file related to Test::Simple
2826cpan/Test-Simple/t/Test2/modules/EventFacet/Assert.t Test file related to Test::Simple
2827cpan/Test-Simple/t/Test2/modules/EventFacet/Control.t Test file related to Test::Simple
2828cpan/Test-Simple/t/Test2/modules/EventFacet/Error.t Test file related to Test::Simple
2829cpan/Test-Simple/t/Test2/modules/EventFacet/Info.t Test file related to Test::Simple
2830cpan/Test-Simple/t/Test2/modules/EventFacet/Meta.t Test file related to Test::Simple
2831cpan/Test-Simple/t/Test2/modules/EventFacet/Parent.t Test file related to Test::Simple
2832cpan/Test-Simple/t/Test2/modules/EventFacet/Plan.t Test file related to Test::Simple
2833cpan/Test-Simple/t/Test2/modules/EventFacet/Trace.t Test file related to Test::Simple
2834cpan/Test-Simple/t/Test2/modules/Formatter/TAP.t Test file related to Test::Simple
2835cpan/Test-Simple/t/Test2/modules/Hub.t Test file related to Test::Simple
2836cpan/Test-Simple/t/Test2/modules/Hub/Interceptor.t Test file related to Test::Simple
2837cpan/Test-Simple/t/Test2/modules/Hub/Interceptor/Terminator.t Test file related to Test::Simple
2838cpan/Test-Simple/t/Test2/modules/Hub/Subtest.t Test file related to Test::Simple
2839cpan/Test-Simple/t/Test2/modules/IPC.t Test file related to Test::Simple
2840cpan/Test-Simple/t/Test2/modules/IPC/Driver.t Test file related to Test::Simple
2841cpan/Test-Simple/t/Test2/modules/IPC/Driver/Files.t Test file related to Test::Simple
2842cpan/Test-Simple/t/Test2/modules/Tools/Tiny.t Test file related to Test::Simple
2843cpan/Test-Simple/t/Test2/modules/Util.t Test file related to Test::Simple
2844cpan/Test-Simple/t/Test2/modules/Util/ExternalMeta.t Test file related to Test::Simple
2845cpan/Test-Simple/t/Test2/modules/Util/Facets2Legacy.t Test file related to Test::Simple
2846cpan/Test-Simple/t/Test2/modules/Util/Trace.t Test file related to Test::Simple
2847cpan/Test-Simple/t/Test2/regression/693_ipc_ordering.t Test file related to Test::Simple
2848cpan/Test-Simple/t/Test2/regression/746-forking-subtest.t Test file related to Test::Simple
2849cpan/Test-Simple/t/Test2/regression/gh_16.t Test file related to Test::Simple
2850cpan/Test-Simple/t/Test2/regression/ipc_files_abort_exit.t Test file related to Test::Simple
6281b77d
PE
2851cpan/Test2-Suite/lib/Test2/AsyncSubtest.pm Test2-Suite
2852cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Attach.pm Test2-Suite
2853cpan/Test2-Suite/lib/Test2/AsyncSubtest/Event/Detach.pm Test2-Suite
2854cpan/Test2-Suite/lib/Test2/AsyncSubtest/Formatter.pm Test2-Suite
2855cpan/Test2-Suite/lib/Test2/AsyncSubtest/Hub.pm Test2-Suite
2856cpan/Test2-Suite/lib/Test2/Bundle.pm Test2-Suite
2857cpan/Test2-Suite/lib/Test2/Bundle/Extended.pm Test2-Suite
2858cpan/Test2-Suite/lib/Test2/Bundle/More.pm Test2-Suite
2859cpan/Test2-Suite/lib/Test2/Bundle/Simple.pm Test2-Suite
2860cpan/Test2-Suite/lib/Test2/Compare.pm Test2-Suite
2861cpan/Test2-Suite/lib/Test2/Compare/Array.pm Test2-Suite
2862cpan/Test2-Suite/lib/Test2/Compare/Bag.pm Test2-Suite
2863cpan/Test2-Suite/lib/Test2/Compare/Base.pm Test2-Suite
2864cpan/Test2-Suite/lib/Test2/Compare/Bool.pm Test2-Suite
2865cpan/Test2-Suite/lib/Test2/Compare/Custom.pm Test2-Suite
2866cpan/Test2-Suite/lib/Test2/Compare/DeepRef.pm Test2-Suite
2867cpan/Test2-Suite/lib/Test2/Compare/Delta.pm Test2-Suite
2868cpan/Test2-Suite/lib/Test2/Compare/Event.pm Test2-Suite
2869cpan/Test2-Suite/lib/Test2/Compare/EventMeta.pm Test2-Suite
2870cpan/Test2-Suite/lib/Test2/Compare/Float.pm Test2-Suite
2871cpan/Test2-Suite/lib/Test2/Compare/Hash.pm Test2-Suite
2872cpan/Test2-Suite/lib/Test2/Compare/Isa.pm Test2-Suite
2873cpan/Test2-Suite/lib/Test2/Compare/Meta.pm Test2-Suite
2874cpan/Test2-Suite/lib/Test2/Compare/Negatable.pm Test2-Suite
2875cpan/Test2-Suite/lib/Test2/Compare/Number.pm Test2-Suite
2876cpan/Test2-Suite/lib/Test2/Compare/Object.pm Test2-Suite
2877cpan/Test2-Suite/lib/Test2/Compare/OrderedSubset.pm Test2-Suite
2878cpan/Test2-Suite/lib/Test2/Compare/Pattern.pm Test2-Suite
2879cpan/Test2-Suite/lib/Test2/Compare/Ref.pm Test2-Suite
2880cpan/Test2-Suite/lib/Test2/Compare/Regex.pm Test2-Suite
2881cpan/Test2-Suite/lib/Test2/Compare/Scalar.pm Test2-Suite
2882cpan/Test2-Suite/lib/Test2/Compare/Set.pm Test2-Suite
2883cpan/Test2-Suite/lib/Test2/Compare/String.pm Test2-Suite
2884cpan/Test2-Suite/lib/Test2/Compare/Undef.pm Test2-Suite
2885cpan/Test2-Suite/lib/Test2/Compare/Wildcard.pm Test2-Suite
2886cpan/Test2-Suite/lib/Test2/Manual.pm Test2-Suite
2887cpan/Test2-Suite/lib/Test2/Manual/Anatomy.pm Test2-Suite
2888cpan/Test2-Suite/lib/Test2/Manual/Anatomy/API.pm Test2-Suite
2889cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Context.pm Test2-Suite
2890cpan/Test2-Suite/lib/Test2/Manual/Anatomy/EndToEnd.pm Test2-Suite
2891cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Event.pm Test2-Suite
2892cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Hubs.pm Test2-Suite
2893cpan/Test2-Suite/lib/Test2/Manual/Anatomy/IPC.pm Test2-Suite
2894cpan/Test2-Suite/lib/Test2/Manual/Anatomy/Utilities.pm Test2-Suite
2895cpan/Test2-Suite/lib/Test2/Manual/Concurrency.pm Test2-Suite
2896cpan/Test2-Suite/lib/Test2/Manual/Contributing.pm Test2-Suite
2897cpan/Test2-Suite/lib/Test2/Manual/Testing.pm Test2-Suite
2898cpan/Test2-Suite/lib/Test2/Manual/Testing/Introduction.pm Test2-Suite
2899cpan/Test2-Suite/lib/Test2/Manual/Testing/Migrating.pm Test2-Suite
2900cpan/Test2-Suite/lib/Test2/Manual/Testing/Planning.pm Test2-Suite
2901cpan/Test2-Suite/lib/Test2/Manual/Testing/Todo.pm Test2-Suite
2902cpan/Test2-Suite/lib/Test2/Manual/Tooling.pm Test2-Suite
2903cpan/Test2-Suite/lib/Test2/Manual/Tooling/FirstTool.pm Test2-Suite
2904cpan/Test2-Suite/lib/Test2/Manual/Tooling/Formatter.pm Test2-Suite
2905cpan/Test2-Suite/lib/Test2/Manual/Tooling/Nesting.pm Test2-Suite
2906cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestExit.pm Test2-Suite
2907cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/TestingDone.pm Test2-Suite
2908cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolCompletes.pm Test2-Suite
2909cpan/Test2-Suite/lib/Test2/Manual/Tooling/Plugin/ToolStarts.pm Test2-Suite
2910cpan/Test2-Suite/lib/Test2/Manual/Tooling/Subtest.pm Test2-Suite
2911cpan/Test2-Suite/lib/Test2/Manual/Tooling/TestBuilder.pm Test2-Suite
2912cpan/Test2-Suite/lib/Test2/Manual/Tooling/Testing.pm Test2-Suite
2913cpan/Test2-Suite/lib/Test2/Mock.pm Test2-Suite
2914cpan/Test2-Suite/lib/Test2/Plugin.pm Test2-Suite
2915cpan/Test2-Suite/lib/Test2/Plugin/BailOnFail.pm Test2-Suite
2916cpan/Test2-Suite/lib/Test2/Plugin/DieOnFail.pm Test2-Suite
2917cpan/Test2-Suite/lib/Test2/Plugin/ExitSummary.pm Test2-Suite
2918cpan/Test2-Suite/lib/Test2/Plugin/SRand.pm Test2-Suite
2919cpan/Test2-Suite/lib/Test2/Plugin/Times.pm Test2-Suite
2920cpan/Test2-Suite/lib/Test2/Plugin/UTF8.pm Test2-Suite
2921cpan/Test2-Suite/lib/Test2/Require.pm Test2-Suite
2922cpan/Test2-Suite/lib/Test2/Require/AuthorTesting.pm Test2-Suite
2923cpan/Test2-Suite/lib/Test2/Require/EnvVar.pm Test2-Suite
2924cpan/Test2-Suite/lib/Test2/Require/Fork.pm Test2-Suite
2925cpan/Test2-Suite/lib/Test2/Require/Module.pm Test2-Suite
2926cpan/Test2-Suite/lib/Test2/Require/Perl.pm Test2-Suite
2927cpan/Test2-Suite/lib/Test2/Require/RealFork.pm Test2-Suite
2928cpan/Test2-Suite/lib/Test2/Require/Threads.pm Test2-Suite
2929cpan/Test2-Suite/lib/Test2/Suite.pm Test2-Suite
2930cpan/Test2-Suite/lib/Test2/Todo.pm Test2-Suite
2931cpan/Test2-Suite/lib/Test2/Tools.pm Test2-Suite
2932cpan/Test2-Suite/lib/Test2/Tools/AsyncSubtest.pm Test2-Suite
2933cpan/Test2-Suite/lib/Test2/Tools/Basic.pm Test2-Suite
2934cpan/Test2-Suite/lib/Test2/Tools/Class.pm Test2-Suite
2935cpan/Test2-Suite/lib/Test2/Tools/ClassicCompare.pm Test2-Suite
2936cpan/Test2-Suite/lib/Test2/Tools/Compare.pm Test2-Suite
2937cpan/Test2-Suite/lib/Test2/Tools/Defer.pm Test2-Suite
2938cpan/Test2-Suite/lib/Test2/Tools/Encoding.pm Test2-Suite
2939cpan/Test2-Suite/lib/Test2/Tools/Event.pm Test2-Suite
2940cpan/Test2-Suite/lib/Test2/Tools/Exception.pm Test2-Suite
2941cpan/Test2-Suite/lib/Test2/Tools/Exports.pm Test2-Suite
2942cpan/Test2-Suite/lib/Test2/Tools/GenTemp.pm Test2-Suite
2943cpan/Test2-Suite/lib/Test2/Tools/Grab.pm Test2-Suite
2944cpan/Test2-Suite/lib/Test2/Tools/Mock.pm Test2-Suite
2945cpan/Test2-Suite/lib/Test2/Tools/Ref.pm Test2-Suite
2946cpan/Test2-Suite/lib/Test2/Tools/Refcount.pm Test2-Suite
2947cpan/Test2-Suite/lib/Test2/Tools/Spec.pm Test2-Suite
2948cpan/Test2-Suite/lib/Test2/Tools/Subtest.pm Test2-Suite
2949cpan/Test2-Suite/lib/Test2/Tools/Target.pm Test2-Suite
2950cpan/Test2-Suite/lib/Test2/Tools/Tester.pm Test2-Suite
2951cpan/Test2-Suite/lib/Test2/Tools/Warnings.pm Test2-Suite
2952cpan/Test2-Suite/lib/Test2/Util/Grabber.pm Test2-Suite
2953cpan/Test2-Suite/lib/Test2/Util/Guard.pm Test2-Suite
2954cpan/Test2-Suite/lib/Test2/Util/Importer.pm Test2-Suite
2955cpan/Test2-Suite/lib/Test2/Util/Ref.pm Test2-Suite
2956cpan/Test2-Suite/lib/Test2/Util/Stash.pm Test2-Suite
2957cpan/Test2-Suite/lib/Test2/Util/Sub.pm Test2-Suite
2958cpan/Test2-Suite/lib/Test2/Util/Table.pm Test2-Suite
2959cpan/Test2-Suite/lib/Test2/Util/Table/Cell.pm Test2-Suite
2960cpan/Test2-Suite/lib/Test2/Util/Table/LineBreak.pm Test2-Suite
2961cpan/Test2-Suite/lib/Test2/Util/Term.pm Test2-Suite
2962cpan/Test2-Suite/lib/Test2/Util/Times.pm Test2-Suite
2963cpan/Test2-Suite/lib/Test2/V0.pm Test2-Suite
2964cpan/Test2-Suite/lib/Test2/Workflow.pm Test2-Suite
2965cpan/Test2-Suite/lib/Test2/Workflow/BlockBase.pm Test2-Suite
2966cpan/Test2-Suite/lib/Test2/Workflow/Build.pm Test2-Suite
2967cpan/Test2-Suite/lib/Test2/Workflow/Runner.pm Test2-Suite
2968cpan/Test2-Suite/lib/Test2/Workflow/Task.pm Test2-Suite
2969cpan/Test2-Suite/lib/Test2/Workflow/Task/Action.pm Test2-Suite
2970cpan/Test2-Suite/lib/Test2/Workflow/Task/Group.pm Test2-Suite
2971cpan/Test2-Suite/t/acceptance/OO.t Test2-Suite
2972cpan/Test2-Suite/t/acceptance/skip.t Test2-Suite
2973cpan/Test2-Suite/t/acceptance/spec.t Test2-Suite
2974cpan/Test2-Suite/t/acceptance/Tools.t Test2-Suite
6281b77d
PE
2975cpan/Test2-Suite/t/acceptance/Workflow-Acceptance2.t Test2-Suite
2976cpan/Test2-Suite/t/acceptance/Workflow-Acceptance3.t Test2-Suite
2977cpan/Test2-Suite/t/acceptance/Workflow-Acceptance4.t Test2-Suite
2978cpan/Test2-Suite/t/acceptance/Workflow-Acceptance5.t Test2-Suite
2979cpan/Test2-Suite/t/behavior/async_trace.t Test2-Suite
2980cpan/Test2-Suite/t/behavior/filtering.t Test2-Suite
2981cpan/Test2-Suite/t/behavior/Mocking.t Test2-Suite
2982cpan/Test2-Suite/t/behavior/no_done_testing.t Test2-Suite
2983cpan/Test2-Suite/t/behavior/no_leaks_any.t Test2-Suite
2984cpan/Test2-Suite/t/behavior/no_leaks_no_fork.t Test2-Suite
2985cpan/Test2-Suite/t/behavior/no_leaks_no_iso.t Test2-Suite
2986cpan/Test2-Suite/t/behavior/no_leaks_no_threads.t Test2-Suite
2987cpan/Test2-Suite/t/behavior/simple.t Test2-Suite
2988cpan/Test2-Suite/t/lib/MyTest/Target.pm Test2-Suite
2989cpan/Test2-Suite/t/load_manual.t Test2-Suite
2990cpan/Test2-Suite/t/modules/AsyncSubtest.t Test2-Suite
2991cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Attach.t Test2-Suite
2992cpan/Test2-Suite/t/modules/AsyncSubtest/Event/Detach.t Test2-Suite
2993cpan/Test2-Suite/t/modules/AsyncSubtest/Hub.t Test2-Suite
2994cpan/Test2-Suite/t/modules/Bundle.t Test2-Suite
2995cpan/Test2-Suite/t/modules/Bundle/Extended.t Test2-Suite
2996cpan/Test2-Suite/t/modules/Bundle/More.t Test2-Suite
2997cpan/Test2-Suite/t/modules/Bundle/Simple.t Test2-Suite
2998cpan/Test2-Suite/t/modules/Compare.t Test2-Suite
2999cpan/Test2-Suite/t/modules/Compare/Array.t Test2-Suite
3000cpan/Test2-Suite/t/modules/Compare/Bag.t Test2-Suite
3001cpan/Test2-Suite/t/modules/Compare/Base.t Test2-Suite
3002cpan/Test2-Suite/t/modules/Compare/Bool.t Test2-Suite
3003cpan/Test2-Suite/t/modules/Compare/Custom.t Test2-Suite
3004cpan/Test2-Suite/t/modules/Compare/Delta.t Test2-Suite
3005cpan/Test2-Suite/t/modules/Compare/Event.t Test2-Suite
3006cpan/Test2-Suite/t/modules/Compare/EventMeta.t Test2-Suite
3007cpan/Test2-Suite/t/modules/Compare/Float.t Test2-Suite
3008cpan/Test2-Suite/t/modules/Compare/Hash.t Test2-Suite
3009cpan/Test2-Suite/t/modules/Compare/Isa.t Test2-Suite
3010cpan/Test2-Suite/t/modules/Compare/Meta.t Test2-Suite
3011cpan/Test2-Suite/t/modules/Compare/Number.t Test2-Suite
3012cpan/Test2-Suite/t/modules/Compare/Object.t Test2-Suite
3013cpan/Test2-Suite/t/modules/Compare/OrderedSubset.t Test2-Suite
3014cpan/Test2-Suite/t/modules/Compare/Pattern.t Test2-Suite
3015cpan/Test2-Suite/t/modules/Compare/Ref.t Test2-Suite
3016cpan/Test2-Suite/t/modules/Compare/Regex.t Test2-Suite
3017cpan/Test2-Suite/t/modules/Compare/Scalar.t Test2-Suite
3018cpan/Test2-Suite/t/modules/Compare/Set.t Test2-Suite
3019cpan/Test2-Suite/t/modules/Compare/String.t Test2-Suite
3020cpan/Test2-Suite/t/modules/Compare/Undef.t Test2-Suite
3021cpan/Test2-Suite/t/modules/Compare/Wildcard.t Test2-Suite
3022cpan/Test2-Suite/t/modules/Mock.t Test2-Suite
3023cpan/Test2-Suite/t/modules/Plugin.t Test2-Suite
3024cpan/Test2-Suite/t/modules/Plugin/BailOnFail.t Test2-Suite
3025cpan/Test2-Suite/t/modules/Plugin/DieOnFail.t Test2-Suite
3026cpan/Test2-Suite/t/modules/Plugin/ExitSummary.t Test2-Suite
3027cpan/Test2-Suite/t/modules/Plugin/SRand.t Test2-Suite
3028cpan/Test2-Suite/t/modules/Plugin/Times.t Test2-Suite
3029cpan/Test2-Suite/t/modules/Plugin/UTF8.t Test2-Suite
3030cpan/Test2-Suite/t/modules/Require.t Test2-Suite
3031cpan/Test2-Suite/t/modules/Require/AuthorTesting.t Test2-Suite
3032cpan/Test2-Suite/t/modules/Require/EnvVar.t Test2-Suite
3033cpan/Test2-Suite/t/modules/Require/Fork.t Test2-Suite
3034cpan/Test2-Suite/t/modules/Require/Module.t Test2-Suite
3035cpan/Test2-Suite/t/modules/Require/Perl.t Test2-Suite
3036cpan/Test2-Suite/t/modules/Require/RealFork.t Test2-Suite
3037cpan/Test2-Suite/t/modules/Require/Threads.t Test2-Suite
3038cpan/Test2-Suite/t/modules/Suite.t Test2-Suite
3039cpan/Test2-Suite/t/modules/Todo.t Test2-Suite
3040cpan/Test2-Suite/t/modules/Tools.t Test2-Suite
3041cpan/Test2-Suite/t/modules/Tools/AsyncSubtest.t Test2-Suite
3042cpan/Test2-Suite/t/modules/Tools/Basic.t Test2-Suite
3043cpan/Test2-Suite/t/modules/Tools/Class.t Test2-Suite
3044cpan/Test2-Suite/t/modules/Tools/ClassicCompare.t Test2-Suite
3045cpan/Test2-Suite/t/modules/Tools/ClassicCompare2.t Test2-Suite
3046cpan/Test2-Suite/t/modules/Tools/Compare.t Test2-Suite
3047cpan/Test2-Suite/t/modules/Tools/Defer.t Test2-Suite
3048cpan/Test2-Suite/t/modules/Tools/Encoding.t Test2-Suite
3049cpan/Test2-Suite/t/modules/Tools/Event.t Test2-Suite
3050cpan/Test2-Suite/t/modules/Tools/Exception.t Test2-Suite
3051cpan/Test2-Suite/t/modules/Tools/Exports.t Test2-Suite
3052cpan/Test2-Suite/t/modules/Tools/GenTemp.t Test2-Suite
3053cpan/Test2-Suite/t/modules/Tools/Grab.t Test2-Suite
3054cpan/Test2-Suite/t/modules/Tools/Mock.t Test2-Suite
3055cpan/Test2-Suite/t/modules/Tools/Ref.t Test2-Suite
3056cpan/Test2-Suite/t/modules/Tools/Spec.t Test2-Suite
3057cpan/Test2-Suite/t/modules/Tools/Subtest.t Test2-Suite
3058cpan/Test2-Suite/t/modules/Tools/Target.t Test2-Suite
3059cpan/Test2-Suite/t/modules/Tools/Test-Refcount/01count.t Test2-Suite
3060cpan/Test2-Suite/t/modules/Tools/Test-Refcount/02one.t Test2-Suite
3061cpan/Test2-Suite/t/modules/Tools/Test-Refcount/03weak.t Test2-Suite
3062cpan/Test2-Suite/t/modules/Tools/Test-Refcount/04reftypes.t Test2-Suite
3063cpan/Test2-Suite/t/modules/Tools/Tester.t Test2-Suite
3064cpan/Test2-Suite/t/modules/Tools/Warnings.t Test2-Suite
3065cpan/Test2-Suite/t/modules/Util/Grabber.t Test2-Suite
3066cpan/Test2-Suite/t/modules/Util/Ref.t Test2-Suite
3067cpan/Test2-Suite/t/modules/Util/Stash.t Test2-Suite
3068cpan/Test2-Suite/t/modules/Util/Sub.t Test2-Suite
3069cpan/Test2-Suite/t/modules/Util/Table.t Test2-Suite
3070cpan/Test2-Suite/t/modules/Util/Table/Cell.t Test2-Suite
3071cpan/Test2-Suite/t/modules/Util/Table/LineBreak.t Test2-Suite
3072cpan/Test2-Suite/t/modules/Util/Times.t Test2-Suite
3073cpan/Test2-Suite/t/modules/V0.t Test2-Suite
3074cpan/Test2-Suite/t/modules/Workflow.t Test2-Suite
3075cpan/Test2-Suite/t/modules/Workflow/BlockBase.t Test2-Suite
3076cpan/Test2-Suite/t/modules/Workflow/Build.t Test2-Suite
3077cpan/Test2-Suite/t/modules/Workflow/Runner.t Test2-Suite
3078cpan/Test2-Suite/t/modules/Workflow/Task.t Test2-Suite
3079cpan/Test2-Suite/t/modules/Workflow/Task/Action.t Test2-Suite
3080cpan/Test2-Suite/t/modules/Workflow/Task/Group.t Test2-Suite
3081cpan/Test2-Suite/t/regression/10-set_and_dne.t Test2-Suite
3082cpan/Test2-Suite/t/regression/132-bool.t Test2-Suite
3083cpan/Test2-Suite/t/regression/247_check_ref_bool.t Test2-Suite
3084cpan/Test2-Suite/t/regression/27-1-Test2-Bundle-More.t Test2-Suite
3085cpan/Test2-Suite/t/regression/27-2-Test2-Tools-Compare.t Test2-Suite
3086cpan/Test2-Suite/t/regression/27-3-Test2-Tools-ClassicCompare.t Test2-Suite
3087cpan/Test2-Suite/t/regression/43-bag-on-empty.t Test2-Suite
3088cpan/Test2-Suite/t/regression/async_subtest_missing_parent.t Test2-Suite
3089cpan/Test2-Suite/t/regression/Test2-Mock.t Test2-Suite
3090cpan/Test2-Suite/t/regression/Test2-Tools-Class.t Test2-Suite
3091cpan/Test2-Suite/t/regression/todo_and_facets.t Test2-Suite
3092cpan/Test2-Suite/t/regression/utf8-mock.t Test2-Suite
e916ef55 3093cpan/Text-Balanced/lib/Text/Balanced.pm Text::Balanced
e916ef55
NC
3094cpan/Text-Balanced/t/01_compile.t See if Text::Balanced works
3095cpan/Text-Balanced/t/02_extbrk.t See if Text::Balanced works
3096cpan/Text-Balanced/t/03_extcbk.t See if Text::Balanced works
3097cpan/Text-Balanced/t/04_extdel.t See if Text::Balanced works
3098cpan/Text-Balanced/t/05_extmul.t See if Text::Balanced works
3099cpan/Text-Balanced/t/06_extqlk.t See if Text::Balanced works
3100cpan/Text-Balanced/t/07_exttag.t See if Text::Balanced works
3101cpan/Text-Balanced/t/08_extvar.t See if Text::Balanced works
3102cpan/Text-Balanced/t/09_gentag.t See if Text::Balanced works
50c2de5a
MM
3103cpan/Text-Balanced/t/94_changes.t
3104cpan/Text-Balanced/t/95_critic.t
3105cpan/Text-Balanced/t/96_pmv.t
3106cpan/Text-Balanced/t/97_pod.t
3107cpan/Text-Balanced/t/98_pod_coverage.t
204606f4
NC
3108cpan/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
3109cpan/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works
3110cpan/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting
d1f77080
NC
3111cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand
3112cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter
bf333a6b
SH
3113cpan/Text-Tabs/t/124024.t See if Text::Tabs is working
3114cpan/Text-Tabs/t/148291.t See if Text::Tabs is working
d1f77080
NC
3115cpan/Text-Tabs/t/37000.t See if Text::Tabs is working
3116cpan/Text-Tabs/t/39548.t See if Text::Tabs is working
83aea42c 3117cpan/Text-Tabs/t/79766.t See if Text::Tabs is working
bf333a6b 3118cpan/Text-Tabs/t/95823.t See if Text::Tabs is working
d1f77080
NC
3119cpan/Text-Tabs/t/belg4mit.t See if Text::Tabs is working
3120cpan/Text-Tabs/t/dandv.t See if Text::Tabs is working
3121cpan/Text-Tabs/t/fill.t See if Text::Wrap::fill works
d1f77080 3122cpan/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
3dfcef7e 3123cpan/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
d1f77080 3124cpan/Text-Tabs/t/Jochen.t See if Text::Tabs is working
9a679b43 3125cpan/Text-Tabs/t/lib/ok.pl
d1f77080 3126cpan/Text-Tabs/t/sep.t See if Text::Tabs is working
3dfcef7e 3127cpan/Text-Tabs/t/sep2.t See if Text::Tabs is working
d1f77080 3128cpan/Text-Tabs/t/tabs.t See if Text::Tabs works
3dfcef7e 3129cpan/Text-Tabs/t/Tabs-ElCid.t See if Text::Tabs works
3c5ad6a8 3130cpan/Text-Tabs/t/undef.t
3dfcef7e 3131cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
e7b92d54 3132cpan/Text-Tabs/t/Wrap-JLB.t See if Text::Wrap::wrap works
d1f77080 3133cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
bf8d7753
YO
3134cpan/Tie-RefHash/lib/Tie/RefHash.pm Base class for tied hashes with references as keys
3135cpan/Tie-RefHash/t/rebless.t Test for Tie::RefHash with rebless
3136cpan/Tie-RefHash/t/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable
3137cpan/Tie-RefHash/t/storable.t Test for Tie::RefHash with storable
3138cpan/Tie-RefHash/t/threaded.t Test for Tie::RefHash with threads
b522078b
FR
3139cpan/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime
3140cpan/Time-Local/t/Local.t See if Time::Local works
bf8d7753
YO
3141cpan/Time-Piece/Piece.pm Time::Piece extension
3142cpan/Time-Piece/Piece.xs Time::Piece extension
3143cpan/Time-Piece/Seconds.pm Time::Piece extension
3144cpan/Time-Piece/t/01base.t Test for Time::Piece
3145cpan/Time-Piece/t/02core.t Test for Time::Piece
3dfcef7e 3146cpan/Time-Piece/t/02core_dst.t
bf8d7753
YO
3147cpan/Time-Piece/t/03compare.t Test for Time::Piece
3148cpan/Time-Piece/t/04mjd.t Test for Time::Piece
3149cpan/Time-Piece/t/05overload.t Test for Time::Piece
a5ebaea1 3150cpan/Time-Piece/t/06large.t
bf8d7753
YO
3151cpan/Time-Piece/t/06subclass.t Test for Time::Piece
3152cpan/Time-Piece/t/07arith.t Test for Time::Piece
2afd5366
JK
3153cpan/Time-Piece/t/08truncate.t
3154cpan/Time-Piece/t/09locales.t
3155cpan/Time-Piece/t/10overload.t
3156cpan/Time-Piece/t/99legacy.t
12bbe8b8 3157cpan/Time-Piece/t/lib/Time/Piece/Twin.pm
3dfcef7e
YO
3158cpan/Unicode-Collate/Collate.pm Unicode::Collate
3159cpan/Unicode-Collate/Collate.xs Unicode::Collate
a3e5f045 3160cpan/Unicode-Collate/Collate/allkeys.txt Unicode::Collate
bf8d7753
YO
3161cpan/Unicode-Collate/Collate/CJK/Big5.pm Unicode::Collate
3162cpan/Unicode-Collate/Collate/CJK/GB2312.pm Unicode::Collate
3163cpan/Unicode-Collate/Collate/CJK/JISX0208.pm Unicode::Collate
3164cpan/Unicode-Collate/Collate/CJK/Korean.pm Unicode::Collate
3165cpan/Unicode-Collate/Collate/CJK/Pinyin.pm Unicode::Collate
3166cpan/Unicode-Collate/Collate/CJK/Stroke.pm Unicode::Collate
8058d0d9 3167cpan/Unicode-Collate/Collate/CJK/Zhuyin.pm
a3e5f045 3168cpan/Unicode-Collate/Collate/keys.txt Unicode::Collate
bf8d7753
YO
3169cpan/Unicode-Collate/Collate/Locale.pm Unicode::Collate
3170cpan/Unicode-Collate/Collate/Locale/af.pl Unicode::Collate
3171cpan/Unicode-Collate/Collate/Locale/ar.pl Unicode::Collate
bd65daab 3172cpan/Unicode-Collate/Collate/Locale/as.pl Unicode::Collate
bf8d7753 3173cpan/Unicode-Collate/Collate/Locale/az.pl Unicode::Collate
bd65daab 3174cpan/Unicode-Collate/Collate/Locale/be.pl Unicode::Collate
bf8d7753
YO
3175cpan/Unicode-Collate/Collate/Locale/bn.pl Unicode::Collate
3176cpan/Unicode-Collate/Collate/Locale/ca.pl Unicode::Collate
3177cpan/Unicode-Collate/Collate/Locale/cs.pl Unicode::Collate
6330ea69 3178cpan/Unicode-Collate/Collate/Locale/cu.pl
bf8d7753
YO
3179cpan/Unicode-Collate/Collate/Locale/cy.pl Unicode::Collate
3180cpan/Unicode-Collate/Collate/Locale/da.pl Unicode::Collate
3181cpan/Unicode-Collate/Collate/Locale/de_at_ph.pl Unicode::Collate
3182cpan/Unicode-Collate/Collate/Locale/de_phone.pl Unicode::Collate
6608d2d5 3183cpan/Unicode-Collate/Collate/Locale/dsb.pl
cedc49d5 3184cpan/Unicode-Collate/Collate/Locale/ee.pl
bf8d7753
YO
3185cpan/Unicode-Collate/Collate/Locale/eo.pl Unicode::Collate
3186cpan/Unicode-Collate/Collate/Locale/es.pl Unicode::Collate
3187cpan/Unicode-Collate/Collate/Locale/es_trad.pl Unicode::Collate
3188cpan/Unicode-Collate/Collate/Locale/et.pl Unicode::Collate
d88bd77a 3189cpan/Unicode-Collate/Collate/Locale/fa.pl Unicode::Collate
bf8d7753 3190cpan/Unicode-Collate/Collate/Locale/fi.pl Unicode::Collate
3dfcef7e 3191cpan/Unicode-Collate/Collate/Locale/fi_phone.pl Unicode::Collate
bf8d7753
YO
3192cpan/Unicode-Collate/Collate/Locale/fil.pl Unicode::Collate
3193cpan/Unicode-Collate/Collate/Locale/fo.pl Unicode::Collate
3194cpan/Unicode-Collate/Collate/Locale/fr_ca.pl Unicode::Collate
bd65daab 3195cpan/Unicode-Collate/Collate/Locale/gu.pl Unicode::Collate
bf8d7753
YO
3196cpan/Unicode-Collate/Collate/Locale/ha.pl Unicode::Collate
3197cpan/Unicode-Collate/Collate/Locale/haw.pl Unicode::Collate
3f9b5325 3198cpan/Unicode-Collate/Collate/Locale/he.pl
b2ef759e 3199cpan/Unicode-Collate/Collate/Locale/hi.pl Unicode::Collate
bf8d7753
YO
3200cpan/Unicode-Collate/Collate/Locale/hr.pl Unicode::Collate
3201cpan/Unicode-Collate/Collate/Locale/hu.pl Unicode::Collate
3202cpan/Unicode-Collate/Collate/Locale/hy.pl Unicode::Collate
3203cpan/Unicode-Collate/Collate/Locale/ig.pl Unicode::Collate
3204cpan/Unicode-Collate/Collate/Locale/is.pl Unicode::Collate
3205cpan/Unicode-Collate/Collate/Locale/ja.pl Unicode::Collate
3206cpan/Unicode-Collate/Collate/Locale/kk.pl Unicode::Collate
3207cpan/Unicode-Collate/Collate/Locale/kl.pl Unicode::Collate
b2ef759e 3208cpan/Unicode-Collate/Collate/Locale/kn.pl Unicode::Collate
bf8d7753 3209cpan/Unicode-Collate/Collate/Locale/ko.pl Unicode::Collate
3dfcef7e 3210cpan/Unicode-Collate/Collate/Locale/kok.pl Unicode::Collate
6608d2d5 3211cpan/Unicode-Collate/Collate/Locale/lkt.pl
b2ef759e 3212cpan/Unicode-Collate/Collate/Locale/ln.pl Unicode::Collate
bf8d7753
YO
3213cpan/Unicode-Collate/Collate/Locale/lt.pl Unicode::Collate
3214cpan/Unicode-Collate/Collate/Locale/lv.pl Unicode::Collate
a47fb3fe
CBW
3215cpan/Unicode-Collate/Collate/Locale/mk.pl Unicode::Collate
3216cpan/Unicode-Collate/Collate/Locale/ml.pl Unicode::Collate
3217cpan/Unicode-Collate/Collate/Locale/mr.pl Unicode::Collate
bf8d7753
YO
3218cpan/Unicode-Collate/Collate/Locale/mt.pl Unicode::Collate
3219cpan/Unicode-Collate/Collate/Locale/nb.pl Unicode::Collate
3220cpan/Unicode-Collate/Collate/Locale/nn.pl Unicode::Collate
3221cpan/Unicode-Collate/Collate/Locale/nso.pl Unicode::Collate
3222cpan/Unicode-Collate/Collate/Locale/om.pl Unicode::Collate
a47fb3fe
CBW
3223cpan/Unicode-Collate/Collate/Locale/or.pl Unicode::Collate
3224cpan/Unicode-Collate/Collate/Locale/pa.pl Unicode::Collate
bf8d7753
YO
3225cpan/Unicode-Collate/Collate/Locale/pl.pl Unicode::Collate
3226cpan/Unicode-Collate/Collate/Locale/ro.pl Unicode::Collate
3227cpan/Unicode-Collate/Collate/Locale/sa.pl Unicode::Collate
3228cpan/Unicode-Collate/Collate/Locale/se.pl Unicode::Collate
d88bd77a 3229cpan/Unicode-Collate/Collate/Locale/si.pl Unicode::Collate
3dfcef7e 3230cpan/Unicode-Collate/Collate/Locale/si_dict.pl Unicode::Collate
bf8d7753
YO
3231cpan/Unicode-Collate/Collate/Locale/sk.pl Unicode::Collate
3232cpan/Unicode-Collate/Collate/Locale/sl.pl Unicode::Collate
3233cpan/Unicode-Collate/Collate/Locale/sq.pl Unicode::Collate
d88bd77a 3234cpan/Unicode-Collate/Collate/Locale/sr.pl Unicode::Collate
bf8d7753 3235cpan/Unicode-Collate/Collate/Locale/sv.pl Unicode::Collate
d88bd77a
CBW
3236cpan/Unicode-Collate/Collate/Locale/sv_refo.pl Unicode::Collate
3237cpan/Unicode-Collate/Collate/Locale/ta.pl Unicode::Collate
3238cpan/Unicode-Collate/Collate/Locale/te.pl Unicode::Collate
3239cpan/Unicode-Collate/Collate/Locale/th.pl Unicode::Collate
bf8d7753
YO
3240cpan/Unicode-Collate/Collate/Locale/tn.pl Unicode::Collate
3241cpan/Unicode-Collate/Collate/Locale/to.pl Unicode::Collate
3242cpan/Unicode-Collate/Collate/Locale/tr.pl Unicode::Collate
3243cpan/Unicode-Collate/Collate/Locale/ug_cyrl.pl Unicode::Collate
3244cpan/Unicode-Collate/Collate/Locale/uk.pl Unicode::Collate
d88bd77a 3245cpan/Unicode-Collate/Collate/Locale/ur.pl Unicode::Collate
bf8d7753 3246cpan/Unicode-Collate/Collate/Locale/vi.pl Unicode::Collate
3f9b5325 3247cpan/Unicode-Collate/Collate/Locale/vo.pl
d88bd77a 3248cpan/Unicode-Collate/Collate/Locale/wae.pl Unicode::Collate
bf8d7753
YO
3249cpan/Unicode-Collate/Collate/Locale/wo.pl Unicode::Collate
3250cpan/Unicode-Collate/Collate/Locale/yo.pl Unicode::Collate
3251cpan/Unicode-Collate/Collate/Locale/zh.pl Unicode::Collate
3252cpan/Unicode-Collate/Collate/Locale/zh_big5.pl Unicode::Collate
3253cpan/Unicode-Collate/Collate/Locale/zh_gb.pl Unicode::Collate
3254cpan/Unicode-Collate/Collate/Locale/zh_pin.pl Unicode::Collate
3255cpan/Unicode-Collate/Collate/Locale/zh_strk.pl Unicode::Collate
8058d0d9 3256cpan/Unicode-Collate/Collate/Locale/zh_zhu.pl
bf8d7753 3257cpan/Unicode-Collate/Makefile.PL Unicode::Collate
f58b9ef1 3258cpan/Unicode-Collate/mkheader Unicode::Collate
a3e5f045 3259cpan/Unicode-Collate/t/altern.t Unicode::Collate
bf8d7753
YO
3260cpan/Unicode-Collate/t/backwds.t Unicode::Collate
3261cpan/Unicode-Collate/t/cjk_b5.t Unicode::Collate
3262cpan/Unicode-Collate/t/cjk_gb.t Unicode::Collate
3263cpan/Unicode-Collate/t/cjk_ja.t Unicode::Collate
3264cpan/Unicode-Collate/t/cjk_ko.t Unicode::Collate
3265cpan/Unicode-Collate/t/cjk_py.t Unicode::Collate
3266cpan/Unicode-Collate/t/cjk_st.t Unicode::Collate
8058d0d9 3267cpan/Unicode-Collate/t/cjk_zy.t
3dfcef7e 3268cpan/Unicode-Collate/t/cjkrange.t Unicode::Collate
584e761d 3269cpan/Unicode-Collate/t/compatui.t Unicode::Collate
a3e5f045 3270cpan/Unicode-Collate/t/contract.t Unicode::Collate
00e00351 3271cpan/Unicode-Collate/t/default.t Unicode::Collate
a3e5f045
NC
3272cpan/Unicode-Collate/t/hangtype.t Unicode::Collate
3273cpan/Unicode-Collate/t/hangul.t Unicode::Collate
750da838 3274cpan/Unicode-Collate/t/ident.t
bf8d7753 3275cpan/Unicode-Collate/t/iglevel2.t Unicode::Collate
a3e5f045 3276cpan/Unicode-Collate/t/ignor.t Unicode::Collate
a3e5f045 3277cpan/Unicode-Collate/t/illegal.t Unicode::Collate
3dfcef7e 3278cpan/Unicode-Collate/t/illegalp.t Unicode::Collate
a3e5f045 3279cpan/Unicode-Collate/t/index.t Unicode::Collate
0bb7e24a 3280cpan/Unicode-Collate/t/khitan.t Unicode::Collate
6484f676 3281cpan/Unicode-Collate/t/loc_af.t Unicode::Collate
6709de88 3282cpan/Unicode-Collate/t/loc_ar.t Unicode::Collate
bf8d7753 3283cpan/Unicode-Collate/t/loc_as.t Unicode::Collate
f1a7422f 3284cpan/Unicode-Collate/t/loc_az.t Unicode::Collate
aa7758f7
CBW
3285cpan/Unicode-Collate/t/loc_be.t Unicode::Collate
3286cpan/Unicode-Collate/t/loc_bg.t Unicode::Collate
bf8d7753
YO
3287cpan/Unicode-Collate/t/loc_bn.t Unicode::Collate
3288cpan/Unicode-Collate/t/loc_bs.t Unicode::Collate
3dfcef7e 3289cpan/Unicode-Collate/t/loc_bscy.t
64dc7822 3290cpan/Unicode-Collate/t/loc_ca.t Unicode::Collate
46267efc 3291cpan/Unicode-Collate/t/loc_cjk.t Unicode::Collate
3dfcef7e 3292cpan/Unicode-Collate/t/loc_cjkc.t Unicode::Collate
456a1446 3293cpan/Unicode-Collate/t/loc_cs.t Unicode::Collate
6330ea69 3294cpan/Unicode-Collate/t/loc_cu.t
6484f676 3295cpan/Unicode-Collate/t/loc_cy.t Unicode::Collate
bf8d7753 3296cpan/Unicode-Collate/t/loc_cyrl.t Unicode::Collate
6484f676 3297cpan/Unicode-Collate/t/loc_da.t Unicode::Collate
1393fe00 3298cpan/Unicode-Collate/t/loc_de.t Unicode::Collate
bf8d7753
YO
3299cpan/Unicode-Collate/t/loc_deat.t Unicode::Collate
3300cpan/Unicode-Collate/t/loc_deph.t Unicode::Collate
6608d2d5 3301cpan/Unicode-Collate/t/loc_dsb.t
cedc49d5 3302cpan/Unicode-Collate/t/loc_ee.t
456a1446
CBW
3303cpan/Unicode-Collate/t/loc_eo.t Unicode::Collate
3304cpan/Unicode-Collate/t/loc_es.t Unicode::Collate
bf8d7753 3305cpan/Unicode-Collate/t/loc_estr.t Unicode::Collate
64dc7822 3306cpan/Unicode-Collate/t/loc_et.t Unicode::Collate
bf8d7753 3307cpan/Unicode-Collate/t/loc_fa.t Unicode::Collate
3dfcef7e 3308cpan/Unicode-Collate/t/loc_fi.t Unicode::Collate
bf8d7753
YO
3309cpan/Unicode-Collate/t/loc_fil.t Unicode::Collate
3310cpan/Unicode-Collate/t/loc_fiph.t Unicode::Collate
6484f676 3311cpan/Unicode-Collate/t/loc_fo.t Unicode::Collate
456a1446 3312cpan/Unicode-Collate/t/loc_fr.t Unicode::Collate
cc2b46b5 3313cpan/Unicode-Collate/t/loc_frca.t Unicode::Collate
bf8d7753 3314cpan/Unicode-Collate/t/loc_gu.t Unicode::Collate
f1a7422f 3315cpan/Unicode-Collate/t/loc_ha.t Unicode::Collate
bf8d7753 3316cpan/Unicode-Collate/t/loc_haw.t Unicode::Collate
3f9b5325 3317cpan/Unicode-Collate/t/loc_he.t
bf8d7753 3318cpan/Unicode-Collate/t/loc_hi.t Unicode::Collate
c02ee425 3319cpan/Unicode-Collate/t/loc_hr.t Unicode::Collate
6709de88
CBW
3320cpan/Unicode-Collate/t/loc_hu.t Unicode::Collate
3321cpan/Unicode-Collate/t/loc_hy.t Unicode::Collate
c02ee425 3322cpan/Unicode-Collate/t/loc_ig.t Unicode::Collate
6484f676 3323cpan/Unicode-Collate/t/loc_is.t Unicode::Collate
3dfcef7e 3324cpan/Unicode-Collate/t/loc_ja.t Unicode::Collate
bf8d7753
YO
3325cpan/Unicode-Collate/t/loc_jait.t Unicode::Collate
3326cpan/Unicode-Collate/t/loc_japr.t Unicode::Collate
aa7758f7 3327cpan/Unicode-Collate/t/loc_kk.t Unicode::Collate
6484f676 3328cpan/Unicode-Collate/t/loc_kl.t Unicode::Collate
bf8d7753 3329cpan/Unicode-Collate/t/loc_kn.t Unicode::Collate
584e761d 3330cpan/Unicode-Collate/t/loc_ko.t Unicode::Collate
bf8d7753 3331cpan/Unicode-Collate/t/loc_kok.t Unicode::Collate
6608d2d5 3332cpan/Unicode-Collate/t/loc_lkt.t
bf8d7753 3333cpan/Unicode-Collate/t/loc_ln.t Unicode::Collate
f1a7422f 3334cpan/Unicode-Collate/t/loc_lt.t Unicode::Collate
64dc7822 3335cpan/Unicode-Collate/t/loc_lv.t Unicode::Collate
aa7758f7 3336cpan/Unicode-Collate/t/loc_mk.t Unicode::Collate
bf8d7753 3337cpan/Unicode-Collate/t/loc_ml.t Unicode::Collate
fcd4e2f8 3338cpan/Unicode-Collate/t/loc_mncy.t Unicode::Collate
bf8d7753 3339cpan/Unicode-Collate/t/loc_mr.t Unicode::Collate
f1a7422f 3340cpan/Unicode-Collate/t/loc_mt.t Unicode::Collate
456a1446
CBW
3341cpan/Unicode-Collate/t/loc_nb.t Unicode::Collate
3342cpan/Unicode-Collate/t/loc_nn.t Unicode::Collate
bf8d7753 3343cpan/Unicode-Collate/t/loc_nso.t Unicode::Collate
1393fe00 3344cpan/Unicode-Collate/t/loc_om.t Unicode::Collate
bf8d7753
YO
3345cpan/Unicode-Collate/t/loc_or.t Unicode::Collate
3346cpan/Unicode-Collate/t/loc_pa.t Unicode::Collate
456a1446
CBW
3347cpan/Unicode-Collate/t/loc_pl.t Unicode::Collate
3348cpan/Unicode-Collate/t/loc_ro.t Unicode::Collate
aa7758f7 3349cpan/Unicode-Collate/t/loc_ru.t Unicode::Collate
bf8d7753 3350cpan/Unicode-Collate/t/loc_sa.t Unicode::Collate
6709de88 3351cpan/Unicode-Collate/t/loc_se.t Unicode::Collate
bf8d7753
YO
3352cpan/Unicode-Collate/t/loc_si.t Unicode::Collate
3353cpan/Unicode-Collate/t/loc_sidt.t Unicode::Collate
64dc7822
CBW
3354cpan/Unicode-Collate/t/loc_sk.t Unicode::Collate
3355cpan/Unicode-Collate/t/loc_sl.t Unicode::Collate
c02ee425 3356cpan/Unicode-Collate/t/loc_sq.t Unicode::Collate
aa7758f7 3357cpan/Unicode-Collate/t/loc_sr.t Unicode::Collate
bf8d7753 3358cpan/Unicode-Collate/t/loc_srla.t Unicode::Collate
456a1446 3359cpan/Unicode-Collate/t/loc_sv.t Unicode::Collate
bf8d7753 3360cpan/Unicode-Collate/t/loc_svrf.t Unicode::Collate
6484f676 3361cpan/Unicode-Collate/t/loc_sw.t Unicode::Collate
bf8d7753
YO
3362cpan/Unicode-Collate/t/loc_ta.t Unicode::Collate
3363cpan/Unicode-Collate/t/loc_te.t Unicode::Collate
3364cpan/Unicode-Collate/t/loc_test.t Unicode::Collate
3365cpan/Unicode-Collate/t/loc_th.t Unicode::Collate
1393fe00 3366cpan/Unicode-Collate/t/loc_tn.t Unicode::Collate
6709de88 3367cpan/Unicode-Collate/t/loc_to.t Unicode::Collate
f1a7422f 3368cpan/Unicode-Collate/t/loc_tr.t Unicode::Collate
fcd4e2f8 3369cpan/Unicode-Collate/t/loc_ugcy.t Unicode::Collate
6709de88 3370cpan/Unicode-Collate/t/loc_uk.t Unicode::Collate
bf8d7753 3371cpan/Unicode-Collate/t/loc_ur.t Unicode::Collate
1393fe00 3372cpan/Unicode-Collate/t/loc_vi.t Unicode::Collate
3f9b5325 3373cpan/Unicode-Collate/t/loc_vo.t
bf8d7753 3374cpan/Unicode-Collate/t/loc_wae.t Unicode::Collate
f1a7422f
CBW
3375cpan/Unicode-Collate/t/loc_wo.t Unicode::Collate
3376cpan/Unicode-Collate/t/loc_yo.t Unicode::Collate
3dfcef7e 3377cpan/Unicode-Collate/t/loc_zh.t Unicode::Collate
bf8d7753
YO
3378cpan/Unicode-Collate/t/loc_zhb5.t Unicode::Collate
3379cpan/Unicode-Collate/t/loc_zhgb.t Unicode::Collate
3380cpan/Unicode-Collate/t/loc_zhpy.t Unicode::Collate
3381cpan/Unicode-Collate/t/loc_zhst.t Unicode::Collate
8058d0d9 3382cpan/Unicode-Collate/t/loc_zhzy.t
bf8d7753 3383cpan/Unicode-Collate/t/nonchar.t Unicode::Collate
a3e5f045 3384cpan/Unicode-Collate/t/normal.t Unicode::Collate
f443a335 3385cpan/Unicode-Collate/t/notable.t
eaecde9a 3386cpan/Unicode-Collate/t/nushu.t
539ce3d8
CBW
3387cpan/Unicode-Collate/t/overcjk0.t Unicode::Collate
3388cpan/Unicode-Collate/t/overcjk1.t Unicode::Collate
a3e5f045
NC
3389cpan/Unicode-Collate/t/override.t Unicode::Collate
3390cpan/Unicode-Collate/t/rearrang.t Unicode::Collate
bf8d7753 3391cpan/Unicode-Collate/t/rewrite.t Unicode::Collate
6608d2d5 3392cpan/Unicode-Collate/t/tangut.t
a3e5f045
NC
3393cpan/Unicode-Collate/t/test.t Unicode::Collate
3394cpan/Unicode-Collate/t/trailwt.t Unicode::Collate
3395cpan/Unicode-Collate/t/variable.t Unicode::Collate
3396cpan/Unicode-Collate/t/version.t Unicode::Collate
3397cpan/Unicode-Collate/t/view.t Unicode::Collate
fb794281
NC
3398cpan/version/lib/version.pm Support for version objects
3399cpan/version/lib/version.pod Documentation of the version module
3dfcef7e 3400cpan/version/lib/version/Internals.pod Description of the internals of version objects
16885730 3401cpan/version/lib/version/regex.pm Regex for matching version objects
16885730 3402cpan/version/t/01base.t Tests for version objects
fb794281
NC
3403cpan/version/t/02derived.t Tests for version objects
3404cpan/version/t/03require.t Tests for version objects
3405cpan/version/t/04strict_lax.t Tests for version objects
3406cpan/version/t/05sigdie.t Tests for version objects
3407cpan/version/t/06noop.t Tests for version objects
3408cpan/version/t/07locale.t Tests for version objects
5565c738 3409cpan/version/t/08_corelist.t Tests for version objects
16885730 3410cpan/version/t/09_list_util.t Tests for version objects
130cad93 3411cpan/version/t/10_lyon.t Tests for version objects
dddb2275 3412cpan/version/t/11_taint.t Tests for version objects
fb794281 3413cpan/version/t/coretests.pm Tests for version objects
43aed010
NC
3414cpan/Win32/longpath.inc Win32 extension long path support
3415cpan/Win32/Makefile.PL Win32 extension makefile writer
c95f3a59 3416cpan/Win32/t/CodePage.t See if Win32 extension works
43aed010
NC
3417cpan/Win32/t/CreateFile.t See if Win32 extension works
3418cpan/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works
3419cpan/Win32/t/GetCurrentThreadId.t See if Win32 extension works
3420cpan/Win32/t/GetFileVersion.t See if Win32 extension works
3421cpan/Win32/t/GetFolderPath.t See if Win32 extension works
3422cpan/Win32/t/GetFullPathName.t See if Win32 extension works
3423cpan/Win32/t/GetLongPathName.t See if Win32 extension works
3424cpan/Win32/t/GetOSName.t See if Win32 extension works
3425cpan/Win32/t/GetOSVersion.t See if Win32 extension works
3426cpan/Win32/t/GetShortPathName.t See if Win32 extension works
3427cpan/Win32/t/GuidGen.t See if Win32 extension works
3428cpan/Win32/t/Names.t See if Win32 extension works
edfcb93d 3429cpan/Win32/t/Privileges.t
43aed010
NC
3430cpan/Win32/t/Unicode.t See if Win32 extension works
3431cpan/Win32/Win32.pm Win32 extension Perl module
3432cpan/Win32/Win32.xs Win32 extension external subroutines
bf8d7753
YO
3433cpan/Win32API-File/buffers.h Win32API::File extension
3434cpan/Win32API-File/cFile.h Win32API::File extension
3435cpan/Win32API-File/cFile.pc Win32API::File extension
3436cpan/Win32API-File/const2perl.h Win32API::File extension
3437cpan/Win32API-File/File.pm Win32API::File extension
3438cpan/Win32API-File/File.xs Win32API::File extension
3dfcef7e 3439cpan/Win32API-File/inc/ExtUtils/Myconst2perl.pm Win32API::File extension
bf8d7753
YO
3440cpan/Win32API-File/Makefile.PL Win32API::File extension makefile write
3441cpan/Win32API-File/t/file.t See if Win32API::File extension works
3442cpan/Win32API-File/t/tie.t See if Win32API::File extension works
3443cpan/Win32API-File/typemap Win32API::File extension interface types
3444Cross/build-arm-n770-sh Cross-compilation
3445Cross/cflags-cross-arm Cross-compilation
3446Cross/config Cross-compilation
3447Cross/config.sh-arm-linux Cross-compilation
3448Cross/config.sh-arm-linux-n770 Cross-compilation
3449Cross/generate_config_sh Cross-compilation
3450Cross/installperl.patch Cross-compilation
3451Cross/Makefile Cross-compilation
3452Cross/Makefile-cross-SH Cross-compilation
3453Cross/Makefile.SH.patch Cross-compilation
3454Cross/README Cross-compilation
3455Cross/README.new Cross-compilation
3456Cross/TODO Cross-compilation
3457Cross/warp Cross-compilation
3458cygwin/cygwin.c Additional code for Cygwin port
5fe6925c 3459dist/Attribute-Handlers/Changes Attribute::Handlers
3dfcef7e
YO
3460dist/Attribute-Handlers/demo/demo.pl Attribute::Handlers demo
3461dist/Attribute-Handlers/demo/Demo.pm Attribute::Handlers demo
5fe6925c
NC
3462dist/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo
3463dist/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo
3464dist/Attribute-Handlers/demo/demo4.pl Attribute::Handlers demo
3465dist/Attribute-Handlers/demo/demo_call.pl Attribute::Handlers demo
3466dist/Attribute-Handlers/demo/demo_chain.pl Attribute::Handlers demo
3467dist/Attribute-Handlers/demo/demo_cycle.pl Attribute::Handlers demo
3468dist/Attribute-Handlers/demo/demo_hashdir.pl Attribute::Handlers demo
3469dist/Attribute-Handlers/demo/demo_phases.pl Attribute::Handlers demo
5fe6925c
NC
3470dist/Attribute-Handlers/demo/demo_range.pl Attribute::Handlers demo
3471dist/Attribute-Handlers/demo/demo_rawdata.pl Attribute::Handlers demo
3472dist/Attribute-Handlers/demo/Descriptions.pm Attribute::Handlers demo
3473dist/Attribute-Handlers/demo/MyClass.pm Attribute::Handlers demo
3474dist/Attribute-Handlers/lib/Attribute/Handlers.pm Attribute::Handlers
f049b218 3475dist/Attribute-Handlers/Makefile.PL Attribute::Handlers
90d32986 3476dist/Attribute-Handlers/t/caller.t See if Attribute::Handlers works
5fe6925c
NC
3477dist/Attribute-Handlers/t/constants.t Test constants and Attribute::Handlers
3478dist/Attribute-Handlers/t/data_convert.t Test attribute data conversion
3479dist/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works
3480dist/Attribute-Handlers/t/multi.t See if Attribute::Handlers works
98be99db
FR
3481dist/autouse/lib/autouse.pm Load and call a function only when it's used
3482dist/autouse/t/autouse.t See if autouse works
3483dist/autouse/t/lib/MyTestModule.pm Test module for autouse
3dfcef7e 3484dist/autouse/t/lib/MyTestModule2.pm Test module for autouse
bf8d7753
YO
3485dist/base/Changes base.pm changelog
3486dist/base/lib/base.pm Establish IS-A relationship at compile time
3487dist/base/lib/fields.pm Set up object field names for pseudo-hash-using classes
3488dist/base/Makefile.PL base.pm Makefile.PL
3489dist/base/t/base.t See if base works
3490dist/base/t/base-open-chunk.t See if base works
3491dist/base/t/base-open-line.t See if base works
3492dist/base/t/compile-time.t See if base works
3493dist/base/t/core-global.t See if base works around CORE::GLOBAL::require
3494dist/base/t/fields.t See if fields work
3495dist/base/t/fields-5_6_0.t See if fields work
3496dist/base/t/fields-5_8_0.t See if fields work
3497dist/base/t/fields-base.t See if fields work
3498dist/base/t/incdot.t Test how base.pm handles '.' in @INC
3499dist/base/t/isa.t See if base's behaviour doesn't change
f1820d82
SH
3500dist/base/t/lib/BaseIncMandatory.pm Test module for base.pm
3501dist/base/t/lib/BaseIncOptional.pm Test module for base.pm
bf8d7753
YO
3502dist/base/t/lib/Broken.pm Test module for base.pm
3503dist/base/t/lib/Dummy.pm Test module for base.pm
3504dist/base/t/lib/HasSigDie.pm Module for testing base.pm
3505dist/base/t/sigdie.t See if base works with SIGDIE
3506dist/base/t/version.t See if base works with versions
3507dist/base/t/warnings.t See if base works with warnings
3508dist/Carp/Changes Changelog for Carp's CPAN releases
3509dist/Carp/lib/Carp.pm Error message extension
3510dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse
3511dist/Carp/Makefile.PL makefile writer for Carp
3512dist/Carp/README README for Carp's CPAN releases
e94bb470 3513dist/Carp/t/arg_regexp.t See if Carp formats regexp args OK in stack traces
6ffbec2c 3514dist/Carp/t/arg_string.t See if Carp formats string args OK in stack traces
bf8d7753 3515dist/Carp/t/baduni.t See if Carp handles non-char Unicode
d5dcec3a 3516dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm
bf8d7753
YO
3517dist/Carp/t/broken_can.t Test Carp with bad can implementations
3518dist/Carp/t/broken_univ_can.t Test Carp with bad UNIVERSAL::can
3519dist/Carp/t/Carp.t See if Carp works
3dfcef7e 3520dist/Carp/t/Carp_overload.t See if Carp handles overloads
b20e4102 3521dist/Carp/t/Carp_overloadless.t See if Carp handles overloads that dont use overload.pm
bf8d7753
YO
3522dist/Carp/t/errno.t See if Carp preserves $! and $^E
3523dist/Carp/t/heavy.t See if Carp::Heavy works
3dfcef7e 3524dist/Carp/t/heavy_mismatch.t See if Carp::Heavy catches version mismatch
bf8d7753 3525dist/Carp/t/stack_after_err.t Test stack traces after syntax errors
5bbc4d5d 3526dist/Carp/t/stash_deletion.t See if Carp handles stash deletion
bf8d7753
YO
3527dist/Carp/t/swash.t See if Carp avoids breaking swash loading
3528dist/Carp/t/vivify_gv.t See if Carp leaves utf8:: stuff alone
778a861b 3529dist/Carp/t/vivify_stash.t See if Carp leaves utf8:: stash alone
edda670c 3530dist/Carp/t/with_warnings.t See if Carp plays nicely with warnings
bf8d7753
YO
3531dist/constant/Changes Changes for constant.pm
3532dist/constant/lib/constant.pm For "use constant"
3533dist/constant/Makefile.PL Build constant.pm (from the cpan release)
3534dist/constant/t/constant.t See if compile-time constants work
3535dist/constant/t/utf8.t Test Unicode constants under utf8 pragma
3536dist/Data-Dumper/Changes Data pretty printer, changelog
3537dist/Data-Dumper/Dumper.pm Data pretty printer, module
3538dist/Data-Dumper/Dumper.xs Data pretty printer, externals
3539dist/Data-Dumper/Makefile.PL Data pretty printer, makefile writer
3540dist/Data-Dumper/t/bless.t See if Data::Dumper works
3541dist/Data-Dumper/t/bless_var_method.t See if Data::Dumper::Bless works
3542dist/Data-Dumper/t/bugs.t See if Data::Dumper works
3543dist/Data-Dumper/t/deparse.t See if Data::Dumper::Deparse works
3544dist/Data-Dumper/t/dumper.t See if Data::Dumper works
3545dist/Data-Dumper/t/dumpperl.t See if Data::Dumper::Dumpperl works
3546dist/Data-Dumper/t/freezer.t See if Data::Dumper::Freezer works
3547dist/Data-Dumper/t/freezer_useperl.t See if Data::Dumper works
3548dist/Data-Dumper/t/huge.t See if Data::Dumper works on huge inputs
3549dist/Data-Dumper/t/indent.t See if Data::Dumper::Indent works
3550dist/Data-Dumper/t/lib/Testing.pm Functions used in testing Data-Dumper
3551dist/Data-Dumper/t/misc.t Miscellaneous tests for Data-Dumper
3552dist/Data-Dumper/t/names.t See if Data::Dumper::Names works
3553dist/Data-Dumper/t/overload.t See if Data::Dumper works for overloaded data
3554dist/Data-Dumper/t/pair.t See if Data::Dumper pair separator works
3555dist/Data-Dumper/t/perl-74170.t Regression test for stack reallocation
3bd791fa 3556dist/Data-Dumper/t/purity_deepcopy_maxdepth.t See if three Data::Dumper functions work
bf8d7753
YO
3557dist/Data-Dumper/t/qr.t See if Data::Dumper works with qr|/|
3558dist/Data-Dumper/t/quotekeys.t See if Data::Dumper::Quotekeys works
3559dist/Data-Dumper/t/recurse.t See if Data::Dumper::Maxrecurse works
3560dist/Data-Dumper/t/seen.t See if Data::Dumper::Seen works
3561dist/Data-Dumper/t/sortkeys.t See if Data::Dumper::Sortkeys works
3562dist/Data-Dumper/t/sparseseen.t See if Data::Dumper::Sparseseen works
3563dist/Data-Dumper/t/terse.t See if Data::Dumper terse option works
3564dist/Data-Dumper/t/toaster.t See if Data::Dumper::Toaster works
3565dist/Data-Dumper/t/trailing_comma.t See if Data::Dumper::Trailingcomma works
3566dist/Data-Dumper/t/values.t See if Data::Dumper::Values works
3567dist/Data-Dumper/Todo Data pretty printer, futures
3568dist/Devel-PPPort/apicheck_c.PL Devel::PPPort apicheck generator
a7a54907 3569dist/Devel-PPPort/Changes Devel::PPPort Changes file
bf8d7753
YO
3570dist/Devel-PPPort/devel/buildperl.pl Devel::PPPort perl version builder
3571dist/Devel-PPPort/devel/devtools.pl Devel::PPPort development utilities
3572dist/Devel-PPPort/devel/mkapidoc.pl Devel::PPPort apidoc collector
3573dist/Devel-PPPort/devel/mkppport_fnc.pl Devel::PPPort
3574dist/Devel-PPPort/devel/mktodo Devel::PPPort baseline/todo generator
3575dist/Devel-PPPort/devel/mktodo.pl Devel::PPPort baseline/todo generator
3576dist/Devel-PPPort/devel/regenerate Devel::PPPort API re-generator
3577dist/Devel-PPPort/devel/scanprov Devel::PPPort provided API scanner
c8799aff 3578dist/Devel-PPPort/devel/update_release_date.pl Devel::PPPort timestamp builder
bf8d7753
YO
3579dist/Devel-PPPort/HACKERS Devel::PPPort hackers documentation
3580dist/Devel-PPPort/Makefile.PL Devel::PPPort makefile writer
3581dist/Devel-PPPort/MANIFEST.SKIP Devel::PPPort manifest skip file
3582dist/Devel-PPPort/mktests.PL Devel::PPPort test file writer
3583dist/Devel-PPPort/module2.c Devel::PPPort test file
3584dist/Devel-PPPort/module3.c Devel::PPPort test file
3585dist/Devel-PPPort/parts/apicheck.pl Devel::PPPort apicheck generator
3586dist/Devel-PPPort/parts/apidoc.fnc Devel::PPPort Perl API listing
3587dist/Devel-PPPort/parts/base/5003007 Devel::PPPort baseline todo file
3588dist/Devel-PPPort/parts/base/5004000 Devel::PPPort baseline todo file
3589dist/Devel-PPPort/parts/base/5004001 Devel::PPPort baseline todo file
3590dist/Devel-PPPort/parts/base/5004002 Devel::PPPort baseline todo file
3591dist/Devel-PPPort/parts/base/5004003 Devel::PPPort baseline todo file
3592dist/Devel-PPPort/parts/base/5004004 Devel::PPPort baseline todo file
3593dist/Devel-PPPort/parts/base/5004005 Devel::PPPort baseline todo file
3594dist/Devel-PPPort/parts/base/5005000 Devel::PPPort baseline todo file
3595dist/Devel-PPPort/parts/base/5005001 Devel::PPPort baseline todo file
3596dist/Devel-PPPort/parts/base/5005002 Devel::PPPort baseline todo file
3597dist/Devel-PPPort/parts/base/5005003 Devel::PPPort baseline todo file
3598dist/Devel-PPPort/parts/base/5005004 Devel::PPPort baseline todo file
3599dist/Devel-PPPort/parts/base/5006000 Devel::PPPort baseline todo file
3600dist/Devel-PPPort/parts/base/5006001 Devel::PPPort baseline todo file
3601dist/Devel-PPPort/parts/base/5006002 Devel::PPPort baseline todo file
3602dist/Devel-PPPort/parts/base/5007000 Devel::PPPort baseline todo file
3603dist/Devel-PPPort/parts/base/5007001 Devel::PPPort baseline todo file
3604dist/Devel-PPPort/parts/base/5007002 Devel::PPPort baseline todo file
3605dist/Devel-PPPort/parts/base/5007003 Devel::PPPort baseline todo file
3606dist/Devel-PPPort/parts/base/5008000 Devel::PPPort baseline todo file
3607dist/Devel-PPPort/parts/base/5008001 Devel::PPPort baseline todo file
3608dist/Devel-PPPort/parts/base/5008002 Devel::PPPort baseline todo file
3609dist/Devel-PPPort/parts/base/5008003 Devel::PPPort baseline todo file
3610dist/Devel-PPPort/parts/base/5008004 Devel::PPPort baseline todo file
3611dist/Devel-PPPort/parts/base/5008005 Devel::PPPort baseline todo file
3612dist/Devel-PPPort/parts/base/5008006 Devel::PPPort baseline todo file
3613dist/Devel-PPPort/parts/base/5008007 Devel::PPPort baseline todo file
3614dist/Devel-PPPort/parts/base/5008008 Devel::PPPort baseline todo file
3615dist/Devel-PPPort/parts/base/5008009 Devel::PPPort baseline todo file
3616dist/Devel-PPPort/parts/base/5009000 Devel::PPPort baseline todo file
3617dist/Devel-PPPort/parts/base/5009001 Devel::PPPort baseline todo file
3618dist/Devel-PPPort/parts/base/5009002 Devel::PPPort baseline todo file
3619dist/Devel-PPPort/parts/base/5009003 Devel::PPPort baseline todo file
3620dist/Devel-PPPort/parts/base/5009004 Devel::PPPort baseline todo file
3621dist/Devel-PPPort/parts/base/5009005 Devel::PPPort baseline todo file
3622dist/Devel-PPPort/parts/base/5010000 Devel::PPPort baseline todo file
3623dist/Devel-PPPort/parts/base/5010001 Devel::PPPort baseline todo file
3624dist/Devel-PPPort/parts/base/5011000 Devel::PPPort baseline todo file
3625dist/Devel-PPPort/parts/base/5011001 Devel::PPPort baseline todo file
3626dist/Devel-PPPort/parts/base/5011002 Devel::PPPort baseline todo file
3627dist/Devel-PPPort/parts/base/5011003 Devel::PPPort baseline todo file
3628dist/Devel-PPPort/parts/base/5011004 Devel::PPPort baseline todo file
3629dist/Devel-PPPort/parts/base/5011005 Devel::PPPort baseline todo file
3630dist/Devel-PPPort/parts/base/5012000 Devel::PPPort baseline todo file
3631dist/Devel-PPPort/parts/base/5012001 Devel::PPPort baseline todo file
3632dist/Devel-PPPort/parts/base/5012002 Devel::PPPort baseline todo file
3633dist/Devel-PPPort/parts/base/5012003 Devel::PPPort baseline todo file
3634dist/Devel-PPPort/parts/base/5012004 Devel::PPPort baseline todo file
3635dist/Devel-PPPort/parts/base/5012005 Devel::PPPort baseline todo file
3636dist/Devel-PPPort/parts/base/5013000 Devel::PPPort baseline todo file
3637dist/Devel-PPPort/parts/base/5013001 Devel::PPPort baseline todo file
3638dist/Devel-PPPort/parts/base/5013002 Devel::PPPort baseline todo file
3639dist/Devel-PPPort/parts/base/5013003 Devel::PPPort baseline todo file
3640dist/Devel-PPPort/parts/base/5013004 Devel::PPPort baseline todo file
3641dist/Devel-PPPort/parts/base/5013005 Devel::PPPort baseline todo file
3642dist/Devel-PPPort/parts/base/5013006 Devel::PPPort baseline todo file
3643dist/Devel-PPPort/parts/base/5013007 Devel::PPPort baseline todo file
3644dist/Devel-PPPort/parts/base/5013008 Devel::PPPort baseline todo file
3645dist/Devel-PPPort/parts/base/5013009 Devel::PPPort baseline todo file
3646dist/Devel-PPPort/parts/base/5013010 Devel::PPPort baseline todo file
3647dist/Devel-PPPort/parts/base/5013011 Devel::PPPort baseline todo file
3648dist/Devel-PPPort/parts/base/5014000 Devel::PPPort baseline todo file
3649dist/Devel-PPPort/parts/base/5014001 Devel::PPPort baseline todo file
3650dist/Devel-PPPort/parts/base/5014002 Devel::PPPort baseline todo file
3651dist/Devel-PPPort/parts/base/5014003 Devel::PPPort baseline todo file
3652dist/Devel-PPPort/parts/base/5014004 Devel::PPPort baseline todo file
3653dist/Devel-PPPort/parts/base/5015000 Devel::PPPort baseline todo file
3654dist/Devel-PPPort/parts/base/5015001 Devel::PPPort baseline todo file
3655dist/Devel-PPPort/parts/base/5015002 Devel::PPPort baseline todo file
3656dist/Devel-PPPort/parts/base/5015003 Devel::PPPort baseline todo file
3657dist/Devel-PPPort/parts/base/5015004 Devel::PPPort baseline todo file
3658dist/Devel-PPPort/parts/base/5015005 Devel::PPPort baseline todo file
3659dist/Devel-PPPort/parts/base/5015006 Devel::PPPort baseline todo file
3660dist/Devel-PPPort/parts/base/5015007 Devel::PPPort baseline todo file
3661dist/Devel-PPPort/parts/base/5015008 Devel::PPPort baseline todo file
3662dist/Devel-PPPort/parts/base/5015009 Devel::PPPort baseline todo file
3663dist/Devel-PPPort/parts/base/5016000 Devel::PPPort baseline todo file
3664dist/Devel-PPPort/parts/base/5016001 Devel::PPPort baseline todo file
3665dist/Devel-PPPort/parts/base/5016002 Devel::PPPort baseline todo file
3666dist/Devel-PPPort/parts/base/5016003 Devel::PPPort baseline todo file
3667dist/Devel-PPPort/parts/base/5017000 Devel::PPPort baseline todo file
3668dist/Devel-PPPort/parts/base/5017001 Devel::PPPort baseline todo file
3669dist/Devel-PPPort/parts/base/5017002 Devel::PPPort baseline todo file
3670dist/Devel-PPPort/parts/base/5017003 Devel::PPPort baseline todo file
3671dist/Devel-PPPort/parts/base/5017004 Devel::PPPort baseline todo file
3672dist/Devel-PPPort/parts/base/5017005 Devel::PPPort baseline todo file
3673dist/Devel-PPPort/parts/base/5017006 Devel::PPPort baseline todo file
3674dist/Devel-PPPort/parts/base/5017007 Devel::PPPort baseline todo file
3675dist/Devel-PPPort/parts/base/5017008 Devel::PPPort baseline todo file
3676dist/Devel-PPPort/parts/base/5017009 Devel::PPPort baseline todo file
3677dist/Devel-PPPort/parts/base/5017010 Devel::PPPort baseline todo file
3678dist/Devel-PPPort/parts/base/5017011 Devel::PPPort baseline todo file
3679dist/Devel-PPPort/parts/base/5018000 Devel::PPPort baseline todo file
3680dist/Devel-PPPort/parts/base/5018001 Devel::PPPort baseline todo file
3681dist/Devel-PPPort/parts/base/5018002 Devel::PPPort baseline todo file
3682dist/Devel-PPPort/parts/base/5018003 Devel::PPPort baseline todo file
3683dist/Devel-PPPort/parts/base/5018004 Devel::PPPort baseline todo file
3684dist/Devel-PPPort/parts/base/5019000 Devel::PPPort baseline todo file
3685dist/Devel-PPPort/parts/base/5019001 Devel::PPPort baseline todo file
3686dist/Devel-PPPort/parts/base/5019002 Devel::PPPort baseline todo file
3687dist/Devel-PPPort/parts/base/5019003 Devel::PPPort baseline todo file
3688dist/Devel-PPPort/parts/base/5019004 Devel::PPPort baseline todo file
3689dist/Devel-PPPort/parts/base/5019005 Devel::PPPort baseline todo file
3690dist/Devel-PPPort/parts/base/5019006 Devel::PPPort baseline todo file
3691dist/Devel-PPPort/parts/base/5019007 Devel::PPPort baseline todo file
3692dist/Devel-PPPort/parts/base/5019008 Devel::PPPort baseline todo file
3693dist/Devel-PPPort/parts/base/5019009 Devel::PPPort baseline todo file
3694dist/Devel-PPPort/parts/base/5019010 Devel::PPPort baseline todo file
3695dist/Devel-PPPort/parts/base/5019011 Devel::PPPort baseline todo file
3696dist/Devel-PPPort/parts/base/5020000 Devel::PPPort baseline todo file
3697dist/Devel-PPPort/parts/base/5020001 Devel::PPPort baseline todo file
3698dist/Devel-PPPort/parts/base/5020002 Devel::PPPort baseline todo file
3699dist/Devel-PPPort/parts/base/5020003 Devel::PPPort baseline todo file
3700dist/Devel-PPPort/parts/base/5021000 Devel::PPPort baseline todo file
3701dist/Devel-PPPort/parts/base/5021001 Devel::PPPort baseline todo file
3702dist/Devel-PPPort/parts/base/5021002 Devel::PPPort baseline todo file
3703dist/Devel-PPPort/parts/base/5021003 Devel::PPPort baseline todo file
3704dist/Devel-PPPort/parts/base/5021004 Devel::PPPort baseline todo file
3705dist/Devel-PPPort/parts/base/5021005 Devel::PPPort baseline todo file
3706dist/Devel-PPPort/parts/base/5021006 Devel::PPPort baseline todo file
3707dist/Devel-PPPort/parts/base/5021007 Devel::PPPort baseline todo file
3708dist/Devel-PPPort/parts/base/5021008 Devel::PPPort baseline todo file
3709dist/Devel-PPPort/parts/base/5021009 Devel::PPPort baseline todo file
3710dist/Devel-PPPort/parts/base/5021010 Devel::PPPort baseline todo file
3711dist/Devel-PPPort/parts/base/5021011 Devel::PPPort baseline todo file
3712dist/Devel-PPPort/parts/base/5022000 Devel::PPPort baseline todo file
3713dist/Devel-PPPort/parts/base/5022001 Devel::PPPort baseline todo file
3714dist/Devel-PPPort/parts/base/5022002 Devel::PPPort baseline todo file
3715dist/Devel-PPPort/parts/base/5022003 Devel::PPPort baseline todo file
3716dist/Devel-PPPort/parts/base/5022004 Devel::PPPort baseline todo file
3717dist/Devel-PPPort/parts/base/5023000 Devel::PPPort baseline todo file
3718dist/Devel-PPPort/parts/base/5023001 Devel::PPPort baseline todo file
3719dist/Devel-PPPort/parts/base/5023002 Devel::PPPort baseline todo file
3720dist/Devel-PPPort/parts/base/5023003 Devel::PPPort baseline todo file
3721dist/Devel-PPPort/parts/base/5023004 Devel::PPPort baseline todo file
3722dist/Devel-PPPort/parts/base/5023005 Devel::PPPort baseline todo file
3723dist/Devel-PPPort/parts/base/5023006 Devel::PPPort baseline todo file
3724dist/Devel-PPPort/parts/base/5023007 Devel::PPPort baseline todo file
3725dist/Devel-PPPort/parts/base/5023008 Devel::PPPort baseline todo file
3726dist/Devel-PPPort/parts/base/5023009 Devel::PPPort baseline todo file
3727dist/Devel-PPPort/parts/base/5024000 Devel::PPPort baseline todo file
3728dist/Devel-PPPort/parts/base/5024001 Devel::PPPort baseline todo file
3729dist/Devel-PPPort/parts/base/5024002 Devel::PPPort baseline todo file
3730dist/Devel-PPPort/parts/base/5024003 Devel::PPPort baseline todo file
3731dist/Devel-PPPort/parts/base/5024004 Devel::PPPort baseline todo file
3732dist/Devel-PPPort/parts/base/5025000 Devel::PPPort baseline todo file
3733dist/Devel-PPPort/parts/base/5025001 Devel::PPPort baseline todo file
3734dist/Devel-PPPort/parts/base/5025002 Devel::PPPort baseline todo file
3735dist/Devel-PPPort/parts/base/5025003 Devel::PPPort baseline todo file
3736dist/Devel-PPPort/parts/base/5025004 Devel::PPPort baseline todo file
3737dist/Devel-PPPort/parts/base/5025005 Devel::PPPort baseline todo file
3738dist/Devel-PPPort/parts/base/5025006 Devel::PPPort baseline todo file
3739dist/Devel-PPPort/parts/base/5025007 Devel::PPPort baseline todo file
3740dist/Devel-PPPort/parts/base/5025008 Devel::PPPort baseline todo file
3741dist/Devel-PPPort/parts/base/5025009 Devel::PPPort baseline todo file
3742dist/Devel-PPPort/parts/base/5025010 Devel::PPPort baseline todo file
3743dist/Devel-PPPort/parts/base/5025011 Devel::PPPort baseline todo file
3744dist/Devel-PPPort/parts/base/5025012 Devel::PPPort baseline todo file
3745dist/Devel-PPPort/parts/base/5026000 Devel::PPPort baseline todo file
3746dist/Devel-PPPort/parts/base/5026001 Devel::PPPort baseline todo file
3747dist/Devel-PPPort/parts/base/5026002 Devel::PPPort baseline todo file
3748dist/Devel-PPPort/parts/base/5026003 Devel::PPPort baseline todo file
3749dist/Devel-PPPort/parts/base/5027000 Devel::PPPort baseline todo file
3750dist/Devel-PPPort/parts/base/5027001 Devel::PPPort baseline todo file
3751dist/Devel-PPPort/parts/base/5027002 Devel::PPPort baseline todo file
3752dist/Devel-PPPort/parts/base/5027003 Devel::PPPort baseline todo file
3753dist/Devel-PPPort/parts/base/5027004 Devel::PPPort baseline todo file
3754dist/Devel-PPPort/parts/base/5027005 Devel::PPPort baseline todo file
3755dist/Devel-PPPort/parts/base/5027006 Devel::PPPort baseline todo file
3756dist/Devel-PPPort/parts/base/5027007 Devel::PPPort baseline todo file
3757dist/Devel-PPPort/parts/base/5027008 Devel::PPPort baseline todo file
3758dist/Devel-PPPort/parts/base/5027009 Devel::PPPort baseline todo file
3759dist/Devel-PPPort/parts/base/5027010 Devel::PPPort baseline todo file
3760dist/Devel-PPPort/parts/base/5027011 Devel::PPPort baseline todo file
3761dist/Devel-PPPort/parts/base/5028000 Devel::PPPort baseline todo file
3762dist/Devel-PPPort/parts/base/5028001 Devel::PPPort baseline todo file
3763dist/Devel-PPPort/parts/base/5028002 Devel::PPPort baseline todo file
3764dist/Devel-PPPort/parts/base/5028003 Devel::PPPort baseline todo file
3765dist/Devel-PPPort/parts/base/5029000 Devel::PPPort baseline todo file
3766dist/Devel-PPPort/parts/base/5029001 Devel::PPPort baseline todo file
3767dist/Devel-PPPort/parts/base/5029002 Devel::PPPort baseline todo file
3768dist/Devel-PPPort/parts/base/5029003 Devel::PPPort baseline todo file
3769dist/Devel-PPPort/parts/base/5029004 Devel::PPPort baseline todo file
3770dist/Devel-PPPort/parts/base/5029005 Devel::PPPort baseline todo file
3771dist/Devel-PPPort/parts/base/5029006 Devel::PPPort baseline todo file
3772dist/Devel-PPPort/parts/base/5029007 Devel::PPPort baseline todo file
3773dist/Devel-PPPort/parts/base/5029008 Devel::PPPort baseline todo file
3774dist/Devel-PPPort/parts/base/5029009 Devel::PPPort baseline todo file
3775dist/Devel-PPPort/parts/base/5029010 Devel::PPPort baseline todo file
3776dist/Devel-PPPort/parts/base/5030000 Devel::PPPort baseline todo file
3777dist/Devel-PPPort/parts/base/5030001 Devel::PPPort baseline todo file
3778dist/Devel-PPPort/parts/base/5030002 Devel::PPPort baseline todo file
3779dist/Devel-PPPort/parts/base/5030003 Devel::PPPort baseline todo file
3780dist/Devel-PPPort/parts/base/5031000 Devel::PPPort baseline todo file
3781dist/Devel-PPPort/parts/base/5031001 Devel::PPPort baseline todo file
3782dist/Devel-PPPort/parts/base/5031002 Devel::PPPort baseline todo file
3783dist/Devel-PPPort/parts/base/5031003 Devel::PPPort baseline todo file
3784dist/Devel-PPPort/parts/base/5031004 Devel::PPPort baseline todo file
3785dist/Devel-PPPort/parts/base/5031005 Devel::PPPort baseline todo file
3786dist/Devel-PPPort/parts/base/5031006 Devel::PPPort baseline todo file
3787dist/Devel-PPPort/parts/base/5031007 Devel::PPPort baseline todo file
8f62b02f 3788dist/Devel-PPPort/parts/base/5031008
bf8d7753
YO
3789dist/Devel-PPPort/parts/base/5031009 Devel::PPPort baseline todo file
3790dist/Devel-PPPort/parts/base/5031010 Devel::PPPort baseline todo file
3791dist/Devel-PPPort/parts/base/5031011 Devel::PPPort baseline todo file
3792dist/Devel-PPPort/parts/base/5032000 Devel::PPPort baseline todo file
fc8d4680 3793dist/Devel-PPPort/parts/base/5032001
bf8d7753
YO
3794dist/Devel-PPPort/parts/base/5033000 Devel::PPPort baseline todo file
3795dist/Devel-PPPort/parts/base/5033001 Devel::PPPort baseline todo file
3796dist/Devel-PPPort/parts/base/5033002 Devel::PPPort baseline todo file
fc8d4680
KW
3797dist/Devel-PPPort/parts/base/5033003
3798dist/Devel-PPPort/parts/base/5033004
3799dist/Devel-PPPort/parts/base/5033005
3800dist/Devel-PPPort/parts/base/5033006
3801dist/Devel-PPPort/parts/base/5033007
3802dist/Devel-PPPort/parts/base/5033008
3803dist/Devel-PPPort/parts/base/5033009
3804dist/Devel-PPPort/parts/base/5034000
3805dist/Devel-PPPort/parts/base/5035001
3806dist/Devel-PPPort/parts/base/5035002
d9ae9f58
RB
3807dist/Devel-PPPort/parts/base/5035003
3808dist/Devel-PPPort/parts/base/5035004
3809dist/Devel-PPPort/parts/base/5035005
3810dist/Devel-PPPort/parts/base/5035006
3811dist/Devel-PPPort/parts/base/5035007
3812dist/Devel-PPPort/parts/base/5035008
3813dist/Devel-PPPort/parts/base/5035009
3814dist/Devel-PPPort/parts/base/5035010
bf8d7753
YO
3815dist/Devel-PPPort/parts/embed.fnc Devel::PPPort Perl API listing
3816dist/Devel-PPPort/parts/inc/01_test Devel::PPPort include
3817dist/Devel-PPPort/parts/inc/call Devel::PPPort include
3818dist/Devel-PPPort/parts/inc/cop Devel::PPPort include
3819dist/Devel-PPPort/parts/inc/exception Devel::PPPort include
3820dist/Devel-PPPort/parts/inc/format Devel::PPPort include
3821dist/Devel-PPPort/parts/inc/grok Devel::PPPort include
3822dist/Devel-PPPort/parts/inc/gv Devel::PPPort include
3823dist/Devel-PPPort/parts/inc/HvNAME Devel::PPPort include
c58ad1f9 3824dist/Devel-PPPort/parts/inc/inctools
bf8d7753 3825dist/Devel-PPPort/parts/inc/limits Devel::PPPort include
c58ad1f9 3826dist/Devel-PPPort/parts/inc/locale
bf8d7753
YO
3827dist/Devel-PPPort/parts/inc/magic Devel::PPPort include
3828dist/Devel-PPPort/parts/inc/magic_defs Devel::PPPort include
3829dist/Devel-PPPort/parts/inc/memory Devel::PPPort include
3830dist/Devel-PPPort/parts/inc/mess Devel::PPPort include
3831dist/Devel-PPPort/parts/inc/misc Devel::PPPort include
3832dist/Devel-PPPort/parts/inc/mPUSH Devel::PPPort include
3833dist/Devel-PPPort/parts/inc/MY_CXT Devel::PPPort include
3834dist/Devel-PPPort/parts/inc/newCONSTSUB Devel::PPPort include
3835dist/Devel-PPPort/parts/inc/newRV Devel::PPPort include
3836dist/Devel-PPPort/parts/inc/newSV_type Devel::PPPort include
3837dist/Devel-PPPort/parts/inc/newSVpv Devel::PPPort include
3838dist/Devel-PPPort/parts/inc/podtest Devel::PPPort include
3839dist/Devel-PPPort/parts/inc/ppphbin Devel::PPPort include
3840dist/Devel-PPPort/parts/inc/ppphdoc Devel::PPPort include
3841dist/Devel-PPPort/parts/inc/ppphtest Devel::PPPort include
3842dist/Devel-PPPort/parts/inc/pv_tools Devel::PPPort include
3843dist/Devel-PPPort/parts/inc/pvs Devel::PPPort include
3844dist/Devel-PPPort/parts/inc/shared_pv Devel::PPPort include
3845dist/Devel-PPPort/parts/inc/snprintf Devel::PPPort include
3846dist/Devel-PPPort/parts/inc/sprintf Devel::PPPort include
3847dist/Devel-PPPort/parts/inc/strlfuncs Devel::PPPort include
c58ad1f9 3848dist/Devel-PPPort/parts/inc/subparse
bf8d7753
YO
3849dist/Devel-PPPort/parts/inc/Sv_set Devel::PPPort include
3850dist/Devel-PPPort/parts/inc/sv_xpvf Devel::PPPort include
3851dist/Devel-PPPort/parts/inc/SvPV Devel::PPPort include
3852dist/Devel-PPPort/parts/inc/SvREFCNT Devel::PPPort include
3853dist/Devel-PPPort/parts/inc/threads Devel::PPPort include
c58ad1f9 3854dist/Devel-PPPort/parts/inc/utf8
bf8d7753
YO
3855dist/Devel-PPPort/parts/inc/uv Devel::PPPort include
3856dist/Devel-PPPort/parts/inc/variables Devel::PPPort include
3857dist/Devel-PPPort/parts/inc/version Devel::PPPort include
3858dist/Devel-PPPort/parts/inc/warn Devel::PPPort include
3859dist/Devel-PPPort/parts/ppport.fnc Devel::PPPort API listing
3860dist/Devel-PPPort/parts/ppptools.pl Devel::PPPort various utilities
3861dist/Devel-PPPort/parts/todo/5003007 Devel::PPPort baseline todo file
3862dist/Devel-PPPort/parts/todo/5004000 Devel::PPPort todo file
3863dist/Devel-PPPort/parts/todo/5004001 Devel::PPPort baseline todo file
3864dist/Devel-PPPort/parts/todo/5004002 Devel::PPPort baseline todo file
3865dist/Devel-PPPort/parts/todo/5004003 Devel::PPPort baseline todo file
3866dist/Devel-PPPort/parts/todo/5004004 Devel::PPPort baseline todo file
3867dist/Devel-PPPort/parts/todo/5004005 Devel::PPPort baseline todo file
3868dist/Devel-PPPort/parts/todo/5005000 Devel::PPPort todo file
3869dist/Devel-PPPort/parts/todo/5005001 Devel::PPPort baseline todo file
3870dist/Devel-PPPort/parts/todo/5005002 Devel::PPPort baseline todo file
3871dist/Devel-PPPort/parts/todo/5005003 Devel::PPPort baseline todo file
3872dist/Devel-PPPort/parts/todo/5005004 Devel::PPPort baseline todo file
3873dist/Devel-PPPort/parts/todo/5006000 Devel::PPPort todo file
3874dist/Devel-PPPort/parts/todo/5006001 Devel::PPPort todo file
3875dist/Devel-PPPort/parts/todo/5006002 Devel::PPPort todo file
3876dist/Devel-PPPort/parts/todo/5007000 Devel::PPPort todo file
3877dist/Devel-PPPort/parts/todo/5007001 Devel::PPPort todo file
3878dist/Devel-PPPort/parts/todo/5007002 Devel::PPPort todo file
3879dist/Devel-PPPort/parts/todo/5007003 Devel::PPPort todo file
3880dist/Devel-PPPort/parts/todo/5008000 Devel::PPPort todo file
3881dist/Devel-PPPort/parts/todo/5008001 Devel::PPPort todo file
3882dist/Devel-PPPort/parts/todo/5008002 Devel::PPPort todo file
3883dist/Devel-PPPort/parts/todo/5008003 Devel::PPPort todo file
3884dist/Devel-PPPort/parts/todo/5008004 Devel::PPPort todo file
3885dist/Devel-PPPort/parts/todo/5008005 Devel::PPPort todo file
3886dist/Devel-PPPort/parts/todo/5008006 Devel::PPPort todo file
3887dist/Devel-PPPort/parts/todo/5008007 Devel::PPPort todo file
3888dist/Devel-PPPort/parts/todo/5008008 Devel::PPPort todo file
3889dist/Devel-PPPort/parts/todo/5008009 Devel::PPPort todo file
3890dist/Devel-PPPort/parts/todo/5009000 Devel::PPPort todo file
3891dist/Devel-PPPort/parts/todo/5009001 Devel::PPPort todo file
3892dist/Devel-PPPort/parts/todo/5009002 Devel::PPPort todo file
3893dist/Devel-PPPort/parts/todo/5009003 Devel::PPPort todo file
3894dist/Devel-PPPort/parts/todo/5009004 Devel::PPPort todo file
3895dist/Devel-PPPort/parts/todo/5009005 Devel::PPPort todo file
3896dist/Devel-PPPort/parts/todo/5010000 Devel::PPPort todo file
3897dist/Devel-PPPort/parts/todo/5010001 Devel::PPPort todo file
3898dist/Devel-PPPort/parts/todo/5011000 Devel::PPPort todo file
3899dist/Devel-PPPort/parts/todo/5011001 Devel::PPPort todo file
3900dist/Devel-PPPort/parts/todo/5011002 Devel::PPPort todo file
3901dist/Devel-PPPort/parts/todo/5011003 Devel::PPPort todo file
3902dist/Devel-PPPort/parts/todo/5011004 Devel::PPPort todo file
3903dist/Devel-PPPort/parts/todo/5011005 Devel::PPPort todo file
3904dist/Devel-PPPort/parts/todo/5012000 Devel::PPPort todo file
3905dist/Devel-PPPort/parts/todo/5012001 Devel::PPPort todo file
3906dist/Devel-PPPort/parts/todo/5012002 Devel::PPPort todo file
3907dist/Devel-PPPort/parts/todo/5012003 Devel::PPPort todo file
3908dist/Devel-PPPort/parts/todo/5012004 Devel::PPPort todo file
3909dist/Devel-PPPort/parts/todo/5012005 Devel::PPPort todo file
3910dist/Devel-PPPort/parts/todo/5013000 Devel::PPPort todo file
3911dist/Devel-PPPort/parts/todo/5013001 Devel::PPPort todo file
3912dist/Devel-PPPort/parts/todo/5013002 Devel::PPPort todo file
3913dist/Devel-PPPort/parts/todo/5013003 Devel::PPPort todo file
3914dist/Devel-PPPort/parts/todo/5013004 Devel::PPPort todo file
3915dist/Devel-PPPort/parts/todo/5013005 Devel::PPPort todo file
3916dist/Devel-PPPort/parts/todo/5013006 Devel::PPPort todo file
3917dist/Devel-PPPort/parts/todo/5013007 Devel::PPPort todo file
3918dist/Devel-PPPort/parts/todo/5013008 Devel::PPPort todo file
3919dist/Devel-PPPort/parts/todo/5013009 Devel::PPPort todo file
3920dist/Devel-PPPort/parts/todo/5013010 Devel::PPPort todo file
3921dist/Devel-PPPort/parts/todo/5013011 Devel::PPPort todo file
3922dist/Devel-PPPort/parts/todo/5014000 Devel::PPPort todo file
3923dist/Devel-PPPort/parts/todo/5014001 Devel::PPPort todo file
3924dist/Devel-PPPort/parts/todo/5014002 Devel::PPPort todo file
3925dist/Devel-PPPort/parts/todo/5014003 Devel::PPPort todo file
3926dist/Devel-PPPort/parts/todo/5014004 Devel::PPPort todo file
3927dist/Devel-PPPort/parts/todo/5015000 Devel::PPPort todo file
3928dist/Devel-PPPort/parts/todo/5015001 Devel::PPPort todo file
3929dist/Devel-PPPort/parts/todo/5015002 Devel::PPPort todo file
3930dist/Devel-PPPort/parts/todo/5015003 Devel::PPPort todo file
3931dist/Devel-PPPort/parts/todo/5015004 Devel::PPPort todo file
3932dist/Devel-PPPort/parts/todo/5015005 Devel::PPPort todo file
3933dist/Devel-PPPort/parts/todo/5015006 Devel::PPPort todo file
3934dist/Devel-PPPort/parts/todo/5015007 Devel::PPPort todo file
3935dist/Devel-PPPort/parts/todo/5015008 Devel::PPPort todo file
3936dist/Devel-PPPort/parts/todo/5015009 Devel::PPPort todo file
3937dist/Devel-PPPort/parts/todo/5016000 Devel::PPPort todo file
3938dist/Devel-PPPort/parts/todo/5016001 Devel::PPPort todo file
3939dist/Devel-PPPort/parts/todo/5016002 Devel::PPPort todo file
3940dist/Devel-PPPort/parts/todo/5016003 Devel::PPPort todo file
3941dist/Devel-PPPort/parts/todo/5017000 Devel::PPPort todo file
3942dist/Devel-PPPort/parts/todo/5017001 Devel::PPPort todo file
3943dist/Devel-PPPort/parts/todo/5017002 Devel::PPPort todo file
3944dist/Devel-PPPort/parts/todo/5017003 Devel::PPPort todo file
3945dist/Devel-PPPort/parts/todo/5017004 Devel::PPPort todo file
3946dist/Devel-PPPort/parts/todo/5017005 Devel::PPPort todo file
3947dist/Devel-PPPort/parts/todo/5017006 Devel::PPPort todo file
3948dist/Devel-PPPort/parts/todo/5017007 Devel::PPPort todo file
3949dist/Devel-PPPort/parts/todo/5017008 Devel::PPPort todo file
3950dist/Devel-PPPort/parts/todo/5017009 Devel::PPPort todo file
3951dist/Devel-PPPort/parts/todo/5017010 Devel::PPPort todo file
3952dist/Devel-PPPort/parts/todo/5017011 Devel::PPPort todo file
3953dist/Devel-PPPort/parts/todo/5018000 Devel::PPPort todo file
3954dist/Devel-PPPort/parts/todo/5018001 Devel::PPPort todo file
3955dist/Devel-PPPort/parts/todo/5018002 Devel::PPPort todo file
3956dist/Devel-PPPort/parts/todo/5018003 Devel::PPPort todo file
3957dist/Devel-PPPort/parts/todo/5018004 Devel::PPPort todo file
3958dist/Devel-PPPort/parts/todo/5019000 Devel::PPPort todo file
3959dist/Devel-PPPort/parts/todo/5019001 Devel::PPPort todo file
3960dist/Devel-PPPort/parts/todo/5019002 Devel::PPPort todo file
3961dist/Devel-PPPort/parts/todo/5019003 Devel::PPPort todo file
3962dist/Devel-PPPort/parts/todo/5019004 Devel::PPPort todo file
3963dist/Devel-PPPort/parts/todo/5019005 Devel::PPPort todo file
3964dist/Devel-PPPort/parts/todo/5019006 Devel::PPPort todo file
3965dist/Devel-PPPort/parts/todo/5019007 Devel::PPPort todo file
3966dist/Devel-PPPort/parts/todo/5019008 Devel::PPPort todo file
3967dist/Devel-PPPort/parts/todo/5019009 Devel::PPPort todo file
3968dist/Devel-PPPort/parts/todo/5019010 Devel::PPPort todo file
3969dist/Devel-PPPort/parts/todo/5019011 Devel::PPPort todo file
3970dist/Devel-PPPort/parts/todo/5020000 Devel::PPPort todo file
3971dist/Devel-PPPort/parts/todo/5020001 Devel::PPPort todo file
3972dist/Devel-PPPort/parts/todo/5020002 Devel::PPPort todo file
3973dist/Devel-PPPort/parts/todo/5020003 Devel::PPPort todo file
3974dist/Devel-PPPort/parts/todo/5021000 Devel::PPPort todo file
3975dist/Devel-PPPort/parts/todo/5021001 Devel::PPPort todo file
3976dist/Devel-PPPort/parts/todo/5021002 Devel::PPPort todo file
3977dist/Devel-PPPort/parts/todo/5021003 Devel::PPPort baseline todo file
3978dist/Devel-PPPort/parts/todo/5021004 Devel::PPPort todo file
3979dist/Devel-PPPort/parts/todo/5021005 Devel::PPPort todo file
3980dist/Devel-PPPort/parts/todo/5021006 Devel::PPPort todo file
3981dist/Devel-PPPort/parts/todo/5021007 Devel::PPPort todo file
3982dist/Devel-PPPort/parts/todo/5021008 Devel::PPPort todo file
3983dist/Devel-PPPort/parts/todo/5021009 Devel::PPPort todo file
3984dist/Devel-PPPort/parts/todo/5021010 Devel::PPPort todo file
3985dist/Devel-PPPort/parts/todo/5021011 Devel::PPPort todo file
3986dist/Devel-PPPort/parts/todo/5022000 Devel::PPPort todo file
3987dist/Devel-PPPort/parts/todo/5022001 Devel::PPPort todo file
3988dist/Devel-PPPort/parts/todo/5022002 Devel::PPPort baseline todo file
3989dist/Devel-PPPort/parts/todo/5022003 Devel::PPPort baseline todo file
3990dist/Devel-PPPort/parts/todo/5022004 Devel::PPPort baseline todo file
3991dist/Devel-PPPort/parts/todo/5023000 Devel::PPPort todo file
3992dist/Devel-PPPort/parts/todo/5023001 Devel::PPPort todo file
3993dist/Devel-PPPort/parts/todo/5023002 Devel::PPPort todo file
3994dist/Devel-PPPort/parts/todo/5023003 Devel::PPPort todo file
3995dist/Devel-PPPort/parts/todo/5023004 Devel::PPPort todo file
3996dist/Devel-PPPort/parts/todo/5023005 Devel::PPPort todo file
3997dist/Devel-PPPort/parts/todo/5023006 Devel::PPPort todo file
3998dist/Devel-PPPort/parts/todo/5023007 Devel::PPPort todo file
3999dist/Devel-PPPort/parts/todo/5023008 Devel::PPPort todo file
4000dist/Devel-PPPort/parts/todo/5023009 Devel::PPPort todo file
4001dist/Devel-PPPort/parts/todo/5024000 Devel::PPPort todo file
4002dist/Devel-PPPort/parts/todo/5024001 Devel::PPPort baseline todo file
4003dist/Devel-PPPort/parts/todo/5024002 Devel::PPPort baseline todo file
4004dist/Devel-PPPort/parts/todo/5024003 Devel::PPPort baseline todo file
4005dist/Devel-PPPort/parts/todo/5024004 Devel::PPPort baseline todo file
4006dist/Devel-PPPort/parts/todo/5025000 Devel::PPPort baseline todo file
4007dist/Devel-PPPort/parts/todo/5025001 Devel::PPPort baseline todo file
4008dist/Devel-PPPort/parts/todo/5025002 Devel::PPPort baseline todo file
4009dist/Devel-PPPort/parts/todo/5025003 Devel::PPPort baseline todo file
4010dist/Devel-PPPort/parts/todo/5025004 Devel::PPPort baseline todo file
4011dist/Devel-PPPort/parts/todo/5025005 Devel::PPPort baseline todo file
4012dist/Devel-PPPort/parts/todo/5025006 Devel::PPPort baseline todo file
4013dist/Devel-PPPort/parts/todo/5025007 Devel::PPPort baseline todo file
4014dist/Devel-PPPort/parts/todo/5025008 Devel::PPPort baseline todo file
4015dist/Devel-PPPort/parts/todo/5025009 Devel::PPPort baseline todo file
4016dist/Devel-PPPort/parts/todo/5025010 Devel::PPPort baseline todo file
4017dist/Devel-PPPort/parts/todo/5025011 Devel::PPPort baseline todo file
4018dist/Devel-PPPort/parts/todo/5025012 Devel::PPPort baseline todo file
4019dist/Devel-PPPort/parts/todo/5026000 Devel::PPPort baseline todo file
4020dist/Devel-PPPort/parts/todo/5026001 Devel::PPPort baseline todo file
4021dist/Devel-PPPort/parts/todo/5026002 Devel::PPPort baseline todo file
4022dist/Devel-PPPort/parts/todo/5026003 Devel::PPPort baseline todo file
4023dist/Devel-PPPort/parts/todo/5027000 Devel::PPPort baseline todo file
4024dist/Devel-PPPort/parts/todo/5027001 Devel::PPPort baseline todo file
4025dist/Devel-PPPort/parts/todo/5027002 Devel::PPPort baseline todo file
4026dist/Devel-PPPort/parts/todo/5027003 Devel::PPPort baseline todo file
4027dist/Devel-PPPort/parts/todo/5027004 Devel::PPPort baseline todo file
4028dist/Devel-PPPort/parts/todo/5027005 Devel::PPPort baseline todo file
4029dist/Devel-PPPort/parts/todo/5027006 Devel::PPPort baseline todo file
4030dist/Devel-PPPort/parts/todo/5027007 Devel::PPPort baseline todo file
4031dist/Devel-PPPort/parts/todo/5027008 Devel::PPPort baseline todo file
4032dist/Devel-PPPort/parts/todo/5027009 Devel::PPPort baseline todo file
4033dist/Devel-PPPort/parts/todo/5027010 Devel::PPPort baseline todo file
4034dist/Devel-PPPort/parts/todo/5027011 Devel::PPPort baseline todo file
4035dist/Devel-PPPort/parts/todo/5028000 Devel::PPPort baseline todo file
4036dist/Devel-PPPort/parts/todo/5028001 Devel::PPPort baseline todo file
4037dist/Devel-PPPort/parts/todo/5028002 Devel::PPPort todo file
4038dist/Devel-PPPort/parts/todo/5028003 Devel::PPPort todo file
4039dist/Devel-PPPort/parts/todo/5029000 Devel::PPPort baseline todo file
4040dist/Devel-PPPort/parts/todo/5029001 Devel::PPPort baseline todo file
4041dist/Devel-PPPort/parts/todo/5029002 Devel::PPPort baseline todo file
4042dist/Devel-PPPort/parts/todo/5029003 Devel::PPPort baseline todo file
4043dist/Devel-PPPort/parts/todo/5029004 Devel::PPPort baseline todo file
4044dist/Devel-PPPort/parts/todo/5029005 Devel::PPPort baseline todo file
4045dist/Devel-PPPort/parts/todo/5029006 Devel::PPPort baseline todo file
4046dist/Devel-PPPort/parts/todo/5029007 Devel::PPPort baseline todo file
4047dist/Devel-PPPort/parts/todo/5029008 Devel::PPPort baseline todo file
4048dist/Devel-PPPort/parts/todo/5029009 Devel::PPPort baseline todo file
4049dist/Devel-PPPort/parts/todo/5029010 Devel::PPPort baseline todo file
4050dist/Devel-PPPort/parts/todo/5030000 Devel::PPPort baseline todo file
4051dist/Devel-PPPort/parts/todo/5030001 Devel::PPPort todo file
4052dist/Devel-PPPort/parts/todo/5030002 Devel::PPPort todo file
4053dist/Devel-PPPort/parts/todo/5030003 Devel::PPPort todo file
4054dist/Devel-PPPort/parts/todo/5031000 Devel::PPPort todo file
4055dist/Devel-PPPort/parts/todo/5031001 Devel::PPPort baseline todo file
4056dist/Devel-PPPort/parts/todo/5031002 Devel::PPPort baseline todo file
4057dist/Devel-PPPort/parts/todo/5031003 Devel::PPPort baseline todo file
4058dist/Devel-PPPort/parts/todo/5031004 Devel::PPPort baseline todo file
4059dist/Devel-PPPort/parts/todo/5031005 Devel::PPPort baseline todo file
4060dist/Devel-PPPort/parts/todo/5031006 Devel::PPPort baseline todo file
4061dist/Devel-PPPort/parts/todo/5031007 Devel::PPPort baseline todo file
8f62b02f 4062dist/Devel-PPPort/parts/todo/5031008
bf8d7753
YO
4063dist/Devel-PPPort/parts/todo/5031009 Devel::PPPort todo file
4064dist/Devel-PPPort/parts/todo/5031010 Devel::PPPort todo file
4065dist/Devel-PPPort/parts/todo/5031011 Devel::PPPort todo file
4066dist/Devel-PPPort/parts/todo/5032000 Devel::PPPort todo file
fc8d4680 4067dist/Devel-PPPort/parts/todo/5032001
bf8d7753
YO
4068dist/Devel-PPPort/parts/todo/5033000 Devel::PPPort todo file
4069dist/Devel-PPPort/parts/todo/5033001 Devel::PPPort todo file
4070dist/Devel-PPPort/parts/todo/5033002 Devel::PPPort todo file
fc8d4680
KW
4071dist/Devel-PPPort/parts/todo/5033003
4072dist/Devel-PPPort/parts/todo/5033004
4073dist/Devel-PPPort/parts/todo/5033005
4074dist/Devel-PPPort/parts/todo/5033006
4075dist/Devel-PPPort/parts/todo/5033007
4076dist/Devel-PPPort/parts/todo/5033008
4077dist/Devel-PPPort/parts/todo/5033009
4078dist/Devel-PPPort/parts/todo/5034000
4079dist/Devel-PPPort/parts/todo/5035001
4080dist/Devel-PPPort/parts/todo/5035002
d9ae9f58
RB
4081dist/Devel-PPPort/parts/todo/5035003
4082dist/Devel-PPPort/parts/todo/5035004
4083dist/Devel-PPPort/parts/todo/5035005
4084dist/Devel-PPPort/parts/todo/5035006
4085dist/Devel-PPPort/parts/todo/5035007
4086dist/Devel-PPPort/parts/todo/5035008
4087dist/Devel-PPPort/parts/todo/5035009
4088dist/Devel-PPPort/parts/todo/5035010
bf8d7753
YO
4089dist/Devel-PPPort/PPPort.xs Devel::PPPort dummy PPPort.xs
4090dist/Devel-PPPort/ppport_h.PL Devel::PPPort ppport.h writer
4091dist/Devel-PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
3bfe1c68 4092dist/Devel-PPPort/RealPPPort_xs.PL Devel::PPPort RealPPPort.xs writer
bf8d7753 4093dist/Devel-PPPort/soak Devel::PPPort Test Harness to run under various Perls
c8799aff 4094dist/Devel-PPPort/t/testutil.pl Devel::PPPort test utilities
bf8d7753
YO
4095dist/Devel-PPPort/TODO Devel::PPPort developer notes
4096dist/Devel-PPPort/typemap Devel::PPPort Typemap
80f78a71
FR
4097dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm
4098dist/Devel-SelfStubber/t/Devel-SelfStubber.t See if Devel::SelfStubber works
bf8d7753
YO
4099dist/Dumpvalue/lib/Dumpvalue.pm Screen dump of perl values
4100dist/Dumpvalue/t/Dumpvalue.t See if Dumpvalue works
8a1dfc04 4101dist/Dumpvalue/t/extend-coverage.t Extend Dumpvalue's test coverage
bf8d7753 4102dist/Dumpvalue/t/lib/TieOut.pm Helper module for Dumpvalue tests
01aed385 4103dist/Dumpvalue/t/rt-134441-dumpvalue.t See if Dumpvalue works
f5dde4d1 4104dist/encoding-warnings/Changes encoding::warnings
e1c786ba 4105dist/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions
f5dde4d1 4106dist/encoding-warnings/Makefile.PL encoding::warnings
bf8d7753
YO
4107dist/encoding-warnings/t/1-warning.t tests for encoding::warnings
4108dist/encoding-warnings/t/2-fatal.t tests for encoding::warnings
4109dist/encoding-warnings/t/3-normal.t tests for encoding::warnings
4110dist/encoding-warnings/t/4-lexical.t tests for encoding::warnings
4111dist/Env/lib/Env.pm Map environment into ordinary variables
4112dist/Env/t/array.t See if Env works for arrays
4113dist/Env/t/env.t See if Env works
04528e74 4114dist/Exporter/Changes History of changes for Exporter
3110a055 4115dist/Exporter/lib/Exporter.pm Exporter base class
3dfcef7e 4116dist/Exporter/lib/Exporter/Heavy.pm Complicated routines for Exporter
04528e74 4117dist/Exporter/Makefile.PL Build Exporter
3110a055 4118dist/Exporter/t/Exporter.t See if Exporter works
0fe08b2b 4119dist/Exporter/t/warn.t See if Exporter respects warning handlers
bf8d7753
YO
4120dist/ExtUtils-CBuilder/Changes EU-CB change log
4121dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules
4122dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods
4123dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX
bbf115e5 4124dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/android.pm CBuilder methods for Android
bf8d7753
YO
4125dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm CBuilder methods for cygwin
4126dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm CBuilder methods for darwin
8ba25f7a 4127dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder methods for OSF
bf8d7753
YO
4128dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2
4129dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix
4130dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS
3dfcef7e 4131dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows
8ba25f7a
DG
4132dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm CBuilder methods for Windows
4133dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm CBuilder methods for Windows
4134dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm CBuilder methods for Windows
bf8d7753
YO
4135dist/ExtUtils-CBuilder/LICENSE EU-CB license
4136dist/ExtUtils-CBuilder/Makefile.PL EU-CB configuration script
4137dist/ExtUtils-CBuilder/README.patching EU-CB patching nstructions
4138dist/ExtUtils-CBuilder/README.release EU-CB release instructions
4139dist/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests
4140dist/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder
4141dist/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder
4142dist/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder
4143dist/ExtUtils-CBuilder/t/04-base.t tests for ExtUtils::CBuilder
2e06f601 4144dist/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log
3dfcef7e
YO
4145dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code
4146dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pod ExtUtils::ParseXS documentation
2e06f601 4147dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Constants.pm ExtUtils::ParseXS guts
9e831c8e 4148dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/CountLines.pm ExtUtils::ParseXS guts
9f8d2499 4149dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Eval.pm ExtUtils::ParseXS guts
9e831c8e 4150dist/ExtUtils-ParseXS/lib/ExtUtils/ParseXS/Utilities.pm ExtUtils::ParseXS guts
3dfcef7e 4151dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps.pm ExtUtils::Typemaps, a PXS helper
dbeddf83 4152dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Cmd.pm ExtUtils::Typemaps helper module
7320491e
S
4153dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/InputMap.pm ExtUtils::Typemaps guts
4154dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/OutputMap.pm ExtUtils::Typemaps guts
7320491e 4155dist/ExtUtils-ParseXS/lib/ExtUtils/Typemaps/Type.pm ExtUtils::Typemaps guts
2e06f601 4156dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor
0eb29def
S
4157dist/ExtUtils-ParseXS/lib/perlxs.pod Perl XS application programming interface
4158dist/ExtUtils-ParseXS/lib/perlxstut.pod Perl XS tutorial
4159dist/ExtUtils-ParseXS/lib/perlxstypemap.pod Perl XS C/Perl type conversion tools
2e06f601
JK
4160dist/ExtUtils-ParseXS/t/001-basic.t See if ExtUtils::ParseXS works
4161dist/ExtUtils-ParseXS/t/002-more.t Extended ExtUtils::ParseXS testing
4162dist/ExtUtils-ParseXS/t/003-usage.t ExtUtils::ParseXS tests
f3aadd09 4163dist/ExtUtils-ParseXS/t/101-standard_typemap_locations.t ExtUtils::ParseXS tests
2e06f601
JK
4164dist/ExtUtils-ParseXS/t/102-trim_whitespace.t ExtUtils::ParseXS tests
4165dist/ExtUtils-ParseXS/t/103-tidy_type.t ExtUtils::ParseXS tests
bb5e8eb4
JK
4166dist/ExtUtils-ParseXS/t/104-map_type.t ExtUtils::ParseXS tests
4167dist/ExtUtils-ParseXS/t/105-valid_proto_string.t ExtUtils::ParseXS tests
4168dist/ExtUtils-ParseXS/t/106-process_typemaps.t ExtUtils::ParseXS tests
e6de4093
JK
4169dist/ExtUtils-ParseXS/t/108-map_type.t ExtUtils::ParseXS tests
4170dist/ExtUtils-ParseXS/t/109-standard_XS_defs.t ExtUtils::ParseXS tests
4171dist/ExtUtils-ParseXS/t/110-assign_func_args.t ExtUtils::ParseXS tests
361d4be6 4172dist/ExtUtils-ParseXS/t/111-analyze_preprocessor_statements.t ExtUtils::ParseXS tests
e6de4093
JK
4173dist/ExtUtils-ParseXS/t/112-set_cond.t ExtUtils::ParseXS tests
4174dist/ExtUtils-ParseXS/t/113-check_cond_preproc_statements.t ExtUtils::ParseXS tests
2a09a23f 4175dist/ExtUtils-ParseXS/t/114-blurt_death_Warn.t ExtUtils::ParseXS tests
3f305fad 4176dist/ExtUtils-ParseXS/t/115-avoid-noise.t ExtUtils::ParseXS tests
7320491e
S
4177dist/ExtUtils-ParseXS/t/501-t-compile.t ExtUtils::Typemaps tests
4178dist/ExtUtils-ParseXS/t/510-t-bare.t ExtUtils::Typemaps tests
4179dist/ExtUtils-ParseXS/t/511-t-whitespace.t ExtUtils::Typemaps tests
4180dist/ExtUtils-ParseXS/t/512-t-file.t ExtUtils::Typemaps tests
4181dist/ExtUtils-ParseXS/t/513-t-merge.t ExtUtils::Typemaps tests
99da4e5f 4182dist/ExtUtils-ParseXS/t/514-t-embed.t ExtUtils::Typemaps tests
dbeddf83 4183dist/ExtUtils-ParseXS/t/515-t-cmd.t ExtUtils::Typemaps tests
e02e72da 4184dist/ExtUtils-ParseXS/t/516-t-clone.t ExtUtils::Typemaps tests
42dec8cf 4185dist/ExtUtils-ParseXS/t/517-t-targetable.t ExtUtils::Typemaps tests
e897cbec 4186dist/ExtUtils-ParseXS/t/600-t-compat.t ExtUtils::Typemaps tests
2d9f8a35 4187dist/ExtUtils-ParseXS/t/data/b.typemap ExtUtils::Typemaps test data
7320491e 4188dist/ExtUtils-ParseXS/t/data/combined.typemap ExtUtils::Typemaps test data
8226b442 4189dist/ExtUtils-ParseXS/t/data/confl_repl.typemap ExtUtils::Typemaps test data
8badd275 4190dist/ExtUtils-ParseXS/t/data/confl_skip.typemap ExtUtils::Typemaps test data
3dfcef7e 4191dist/ExtUtils-ParseXS/t/data/conflicting.typemap ExtUtils::Typemaps test data
7320491e 4192dist/ExtUtils-ParseXS/t/data/other.typemap ExtUtils::Typemaps test data
2d9f8a35 4193dist/ExtUtils-ParseXS/t/data/perl.typemap ExtUtils::Typemaps test data
7320491e 4194dist/ExtUtils-ParseXS/t/data/simple.typemap ExtUtils::Typemaps test data
dbeddf83 4195dist/ExtUtils-ParseXS/t/lib/ExtUtils/Typemaps/Test.pm ExtUtils::Typemaps tests
2e06f601 4196dist/ExtUtils-ParseXS/t/lib/IncludeTester.pm ExtUtils::ParseXS testing utility
361d4be6 4197dist/ExtUtils-ParseXS/t/lib/PrimitiveCapture.pm Primitive STDOUT/ERR capturing for tests
dbeddf83 4198dist/ExtUtils-ParseXS/t/lib/TypemapTest/Foo.pm ExtUtils::Typemaps tests
bb5e8eb4 4199dist/ExtUtils-ParseXS/t/pseudotypemap1 A test-typemap
2e06f601 4200dist/ExtUtils-ParseXS/t/typemap Standard typemap for controlled testing
cc287082 4201dist/ExtUtils-ParseXS/t/XSAlias.xs Test file for ExtUtils::ParseXS ALIAS tests
f1f3e123 4202dist/ExtUtils-ParseXS/t/XSBroken.xs Test file for ExtUtils::ParseXS tests
fd549653 4203dist/ExtUtils-ParseXS/t/XSFalsePositive.xs Test file for ExtUtils::ParseXS tests
364f7025 4204dist/ExtUtils-ParseXS/t/XSFalsePositive2.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
4205dist/ExtUtils-ParseXS/t/XSInclude.xsh Test file for ExtUtils::ParseXS tests
4206dist/ExtUtils-ParseXS/t/XSMore.xs Test file for ExtUtils::ParseXS tests
af53f37b 4207dist/ExtUtils-ParseXS/t/XSNoMap.xs
2e06f601
JK
4208dist/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests
4209dist/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests
21af17c9 4210dist/ExtUtils-ParseXS/t/XSTightDirectives.xs Test file for ExtUtils::ParseXS tests
2e06f601
JK
4211dist/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests
4212dist/ExtUtils-ParseXS/t/XSUsage.xs ExtUtils::ParseXS tests
3f305fad 4213dist/ExtUtils-ParseXS/t/XSWarn.xs ExtUtils::ParseXS tests
57f98c9a 4214dist/Filter-Simple/Changes History of change for Filter::Simple
ba41a17c 4215dist/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
57f98c9a 4216dist/Filter-Simple/Makefile.PL Build Filter::Simple
828d6195 4217dist/Filter-Simple/t/code_no_comments.t See if Filter::Simple works
ba41a17c
NC
4218dist/Filter-Simple/t/data.t See if Filter::Simple works
4219dist/Filter-Simple/t/export.t See if Filter::Simple works
ba41a17c 4220dist/Filter-Simple/t/filter.t See if Filter::Simple works
3dfcef7e 4221dist/Filter-Simple/t/filter_only.t See if Filter::Simple works
ba41a17c 4222dist/Filter-Simple/t/import.t See if Filter::Simple works
828d6195 4223dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm Helper file for Filter::Simple tests
b596a319 4224dist/Filter-Simple/t/lib/Filter/Simple/ExeNoComments.pm Helper file for Filter::Simple tests
ba41a17c
NC
4225dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests
4226dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests
4227dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests
4228dist/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests
7e9e80a7 4229dist/Filter-Simple/t/no.t See if Filter::Simple works
bf8d7753
YO
4230dist/FindBin/Changes Tracks changes made in blead
4231dist/FindBin/lib/FindBin.pm Find name of currently executing program
4232dist/FindBin/Makefile.PL Build FindBin
4233dist/FindBin/t/FindBin.t See if FindBin works
4234dist/I18N-Collate/lib/I18N/Collate.pm Routines to do strxfrm-based collation
4235dist/I18N-Collate/t/I18N-Collate.t See if I18N::Collate works
c42e4076 4236dist/I18N-LangTags/ChangeLog I18N::LangTags change history
3dfcef7e 4237dist/I18N-LangTags/lib/I18N/LangTags.pm I18N::LangTags
8b230635
NC
4238dist/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences
4239dist/I18N-LangTags/lib/I18N/LangTags/List.pm List of tags for human languages
c42e4076 4240dist/I18N-LangTags/Makefile.PL Build I18N::LangTags
8b230635
NC
4241dist/I18N-LangTags/README I18N::LangTags
4242dist/I18N-LangTags/t/01_about_verbose.t See whether I18N::LangTags works
4243dist/I18N-LangTags/t/05_main.t See whether I18N::LangTags works
4244dist/I18N-LangTags/t/07_listy.t See whether I18N::LangTags works
4245dist/I18N-LangTags/t/10_http.t See whether I18N::LangTags works
4246dist/I18N-LangTags/t/20_locales.t See whether I18N::LangTags works
4247dist/I18N-LangTags/t/50_super.t See whether I18N::LangTags works
4248dist/I18N-LangTags/t/55_supers_strict.t See whether I18N::LangTags works
4249dist/I18N-LangTags/t/80_all_env.t See whether I18N::LangTags works
bf8d7753
YO
4250dist/if/Changes if perl module change log
4251dist/if/if.pm For "use if"
6721733f 4252dist/if/Makefile.PL Makefile.PL for if.pm
bf8d7753
YO
4253dist/if/MANIFEST MANIFEST for if.pm
4254dist/if/META.json META.json for if.pm
4255dist/if/META.yml META.json for if.pm
4256dist/if/t/if.t Tests for "use if"
4257dist/IO/ChangeLog IO perl module change log
4258dist/IO/hints/sco.pl Hint for IO for named architecture
4259dist/IO/IO.pm Top-level interface to IO::* classes
4260dist/IO/IO.xs IO extension external subroutines
4261dist/IO/lib/IO/Dir.pm IO directory reading package
4262dist/IO/lib/IO/File.pm IO file handle package
4263dist/IO/lib/IO/Handle.pm IO base handle package
4264dist/IO/lib/IO/Pipe.pm IO pipe package
4265dist/IO/lib/IO/Poll.pm IO system poll() interface
4266dist/IO/lib/IO/Seekable.pm IO methods for seekable handles
4267dist/IO/lib/IO/Select.pm IO system select() interface
4268dist/IO/lib/IO/Socket.pm IO socket handle package
4269dist/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
4270dist/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
4271dist/IO/Makefile.PL IO extension makefile writer
4272dist/IO/poll.c IO poll() emulation using select()
4273dist/IO/poll.h IO poll() emulation using select()
4274dist/IO/README IO extension maintenance notice
4275dist/IO/t/cachepropagate-tcp.t See if IO::Socket duplication works
4276dist/IO/t/cachepropagate-udp.t See if IO::Socket duplication works
4277dist/IO/t/cachepropagate-unix.t See if IO::Socket duplication works
4278dist/IO/t/gh17447.t Tests fix for #17447
4279dist/IO/t/IO.t See if IO works
4280dist/IO/t/io_const.t See if constants from IO work
4281dist/IO/t/io_dir.t See if directory-related methods from IO work
4282dist/IO/t/io_dup.t See if dup()-related methods from IO work
4283dist/IO/t/io_file.t See if binmode()-related methods on IO::File work
4284dist/IO/t/io_file_export.t Test IO::File exports
4285dist/IO/t/io_getline.t Test getline and getlines
7f3e25ac 4286dist/IO/t/io_handle.t Test non-XS IO::Handle methods available
bf8d7753
YO
4287dist/IO/t/io_leak.t See if IO leaks SVs (only run in core)
4288dist/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
4289dist/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
4290dist/IO/t/io_pipe.t See if pipe()-related methods from IO work
4291dist/IO/t/io_poll.t See if poll()-related methods from IO work
4292dist/IO/t/io_sel.t See if select()-related methods from IO work
4293dist/IO/t/io_sock.t See if INET socket-related methods from IO work
4294dist/IO/t/io_sock_errstr.t See if socket constructors put error string in the right place
4295dist/IO/t/io_taint.t See if the untaint method from IO works
4296dist/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
4297dist/IO/t/io_udp.t See if UDP socket-related methods from IO work
4298dist/IO/t/io_unix.t See if UNIX socket-related methods from IO work
4299dist/IO/t/io_utf8.t See if perlio opens work
4300dist/IO/t/io_utf8argv.t See if <> respects open pragma
4301dist/IO/t/io_xs.t See if XSUB methods from IO work
4302dist/lib/lib_pm.PL For "use lib", produces lib/lib.pm
88697c04 4303dist/lib/Makefile.PL
bf8d7753 4304dist/lib/t/01lib.t For "use lib" testing
b667d99b 4305dist/Locale-Maketext/ChangeLog Locale::Maketext
b667d99b
NC
4306dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext
4307dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation
3dfcef7e
YO
4308dist/Locale-Maketext/lib/Locale/Maketext/Cookbook.pod Locale::Maketext
4309dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm Locale::Maketext
4310dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
b667d99b 4311dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article
c5f0c656 4312dist/Locale-Maketext/Makefile.PL Build Locale::Maketext
b667d99b 4313dist/Locale-Maketext/README Locale::Maketext
b667d99b 4314dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works
ace47d68 4315dist/Locale-Maketext/t/04_use_external_lex_cache.t See if Locale::Maketext works
bf8d7753 4316dist/Locale-Maketext/t/09_compile.t Test Locale::Maketext::_compile
b667d99b
NC
4317dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works
4318dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works
c30aeddd 4319dist/Locale-Maketext/t/30_eval_dollar_at.t See if Locale::Maketext works
b667d99b
NC
4320dist/Locale-Maketext/t/40_super.t See if Locale::Maketext works
4321dist/Locale-Maketext/t/50_super.t See if Locale::Maketext works
4322dist/Locale-Maketext/t/60_super.t See if Locale::Maketext works
dccfc75d 4323dist/Locale-Maketext/t/70_fail_auto.t See if Locale::Maketext works
b667d99b 4324dist/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works
35e037e8 4325dist/Locale-Maketext/t/91_backslash.t See if Locale::Maketext works
cf6c8146
TC
4326dist/Locale-Maketext/t/92_blacklist.t See if Locale::Maketext works
4327dist/Locale-Maketext/t/93_whitelist.t See if Locale::Maketext works
0b66d70f
MF
4328dist/Locale-Maketext/t/94_denylist.t See if Locale::Maketext works
4329dist/Locale-Maketext/t/95_allowlist.t See if Locale::Maketext works
bf8d7753
YO
4330dist/Math-Complex/ChangeLog History of changes for Math::Complex
4331dist/Math-Complex/lib/Math/Complex.pm A package for doing math with complex numbers
4332dist/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry
4333dist/Math-Complex/Makefile.PL Build Math::Complex
4334dist/Math-Complex/t/Complex.t See if Math::Complex works
4335dist/Math-Complex/t/Trig.t See if Math::Trig works
4336dist/Math-Complex/t/underbar.t See if Math::Complex works
4337dist/Math-Complex/TODO TODO for Math::Complex
4338dist/Module-CoreList/Changes Module::CoreList Changes
4339dist/Module-CoreList/corelist The corelist command-line utility
4340dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList
4341dist/Module-CoreList/lib/Module/CoreList.pm Module::CoreList
4342dist/Module-CoreList/lib/Module/CoreList.pod Module::CoreList
b6956a94 4343dist/Module-CoreList/lib/Module/CoreList/Utils.pm Module::CoreList guts
bf8d7753
YO
4344dist/Module-CoreList/Makefile.PL Module::CoreList
4345dist/Module-CoreList/MANIFEST Module::CoreList
4346dist/Module-CoreList/README Module::CoreList
4347dist/Module-CoreList/t/corelist.t Module::CoreList tests
4348dist/Module-CoreList/t/deprecated.t Module::CoreList tests
4349dist/Module-CoreList/t/find_modules.t Module::CoreList tests
4350dist/Module-CoreList/t/is_core.t Module::CoreList tests
22348369 4351dist/Module-CoreList/t/maintainer.t Module::CoreList tests
bf8d7753
YO
4352dist/Module-CoreList/t/pod.t Module::CoreList tests
4353dist/Module-CoreList/t/utils.t Module::CoreList tests
1996665e
NC
4354dist/Net-Ping/Changes Net::Ping
4355dist/Net-Ping/lib/Net/Ping.pm Hello, anybody home?
3cae8eb1 4356dist/Net-Ping/Makefile.PL Build Net::Ping
773d126d
CBW
4357dist/Net-Ping/t/000_load.t
4358dist/Net-Ping/t/001_new.t
4359dist/Net-Ping/t/010_pingecho.t
1996665e
NC
4360dist/Net-Ping/t/110_icmp_inst.t Ping Net::Ping
4361dist/Net-Ping/t/120_udp_inst.t Ping Net::Ping
4362dist/Net-Ping/t/130_tcp_inst.t Ping Net::Ping
4363dist/Net-Ping/t/140_stream_inst.t Ping Net::Ping
4364dist/Net-Ping/t/150_syn_inst.t Ping Net::Ping
bf8d7753 4365dist/Net-Ping/t/190_alarm.t Ping Net::Ping
1996665e
NC
4366dist/Net-Ping/t/200_ping_tcp.t Ping Net::Ping
4367dist/Net-Ping/t/250_ping_hires.t Ping Net::Ping
4368dist/Net-Ping/t/300_ping_stream.t Ping Net::Ping
4369dist/Net-Ping/t/400_ping_syn.t Ping Net::Ping
4370dist/Net-Ping/t/410_syn_host.t Ping Net::Ping
2e598186 4371dist/Net-Ping/t/420_ping_syn_port.t Ping Net::Ping
1996665e
NC
4372dist/Net-Ping/t/450_service.t Ping Net::Ping
4373dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping
2e598186 4374dist/Net-Ping/t/501_ping_icmpv6.t Ping Net::Ping
1996665e 4375dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping
1bd59f2c 4376dist/Net-Ping/t/520_icmp_ttl.t Ping Net::Ping
3cae8eb1 4377dist/Net-Ping/TODO TODO list for Net::Ping
bf8d7753 4378dist/PathTools/Changes Changelog for PathTools dist
cb8c8458
SH
4379dist/PathTools/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
4380dist/PathTools/Cwd.xs Cwd extension external subroutines
bf8d7753 4381dist/PathTools/lib/File/Spec.pm portable operations on file names
36f66789 4382dist/PathTools/lib/File/Spec/AmigaOS.pm portable operations on AmigaOS file names
bf8d7753 4383dist/PathTools/lib/File/Spec/Cygwin.pm portable operations on Cygwin file names
cb8c8458
SH
4384dist/PathTools/lib/File/Spec/Epoc.pm portable operations on EPOC file names
4385dist/PathTools/lib/File/Spec/Functions.pm Function interface to File::Spec object methods
4386dist/PathTools/lib/File/Spec/Mac.pm portable operations on Mac file names
4387dist/PathTools/lib/File/Spec/OS2.pm portable operations on OS2 file names
cb8c8458
SH
4388dist/PathTools/lib/File/Spec/Unix.pm portable operations on Unix file names
4389dist/PathTools/lib/File/Spec/VMS.pm portable operations on VMS file names
4390dist/PathTools/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names
4391dist/PathTools/Makefile.PL makefile writer for Cwd
bf8d7753
YO
4392dist/PathTools/MANIFEST MANIFEST for PathTools
4393dist/PathTools/META.json META.json for PathTools
4394dist/PathTools/META.yml META.yml for PathTools
4395dist/PathTools/t/abs2rel.t See if File::Spec->abs2rel works
cb8c8458 4396dist/PathTools/t/crossplatform.t See if File::Spec works crossplatform
bf8d7753 4397dist/PathTools/t/cwd.t See if Cwd works
d2e38af7 4398dist/PathTools/t/cwd_enoent.t See if getcwd errors correctly
cb8c8458 4399dist/PathTools/t/Functions.t See if File::Spec::Functions works
bf8d7753
YO
4400dist/PathTools/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works
4401dist/PathTools/t/Spec.t See if File::Spec works
cb8c8458
SH
4402dist/PathTools/t/Spec-taint.t See if File::Spec works with taint
4403dist/PathTools/t/taint.t See if Cwd works with taint
4404dist/PathTools/t/tmpdir.t See if File::Spec->tmpdir() works
4405dist/PathTools/t/win32.t See if Cwd works on Win32
bf8d7753
YO
4406dist/Safe/Changes Changes for Safe.pm
4407dist/Safe/Makefile.PL Makefile.PL for Safe.pm
4408dist/Safe/MANIFEST MANIFEST for Safe.pm
4409dist/Safe/META.yml META.yml for Safe.pm
4410dist/Safe/README README for Safe.pm
4411dist/Safe/Safe.pm Safe extension Perl module
4412dist/Safe/t/safe1.t See if Safe works
4413dist/Safe/t/safe2.t See if Safe works
4414dist/Safe/t/safe3.t See if Safe works
4415dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe
4416dist/Safe/t/safenamedcap.t Tests that Tie::Hash::NamedCapture can be loaded
4417dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe
4418dist/Safe/t/saferegexp.t Tests Safe with regular expressions
4419dist/Safe/t/safesecurity.t Tests misc. security fixes in Safe
324f14a4 4420dist/Safe/t/safesig.t Tests %SIG being cleared and restored
bf8d7753
YO
4421dist/Safe/t/safesort.t Tests Safe with sort
4422dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c
4423dist/Safe/t/safeutf8.t Tests Safe with utf8.pm
4424dist/Safe/t/safewrap.t Tests Safe::wrap_code_ref()
1d044122 4425dist/Search-Dict/Changes Change log
f80b753a 4426dist/Search-Dict/lib/Search/Dict.pm Perform binary search on dictionaries
1d044122
DG
4427dist/Search-Dict/Makefile.PL Makefile.PL
4428dist/Search-Dict/README.patching Patch instructions
4429dist/Search-Dict/README.release Release instructions
f80b753a 4430dist/Search-Dict/t/Dict.t See if Search::Dict works
793c3967 4431dist/SelfLoader/Changes History of changes for SelfLoader
2d994787 4432dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand
793c3967 4433dist/SelfLoader/Makefile.PL Build SelfLoader
2d994787
NC
4434dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works
4435dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works
3bd1fdf5 4436dist/SelfLoader/t/03taint.t See if SelfLoader works under taint
8b88b2b2
NC
4437dist/Storable/ChangeLog Storable extension
4438dist/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture
4439dist/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture
4440dist/Storable/hints/hpux.pl Hint for Storable for named architecture
4441dist/Storable/hints/linux.pl Hint for Storable for named architecture
4442dist/Storable/Makefile.PL Storable extension
12ee5913 4443dist/Storable/MANIFEST Storable MANIFEST file
8b88b2b2 4444dist/Storable/README Storable extension
dd7f75e0 4445dist/Storable/stacksize compute stack sizes
95173f94 4446dist/Storable/Storable.pm Storable perl module
8b88b2b2 4447dist/Storable/Storable.xs Storable extension
3dfcef7e 4448dist/Storable/t/attach.t Check STORABLE_attach doesn't create objects unnecessarily
8b88b2b2
NC
4449dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
4450dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
4451dist/Storable/t/blessed.t See if Storable works
7b92fe48 4452dist/Storable/t/boolean.t See if Storable works
8b88b2b2
NC
4453dist/Storable/t/canonical.t See if Storable works
4454dist/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
4455dist/Storable/t/code.t See if Storable works
4456dist/Storable/t/compat01.t See if Storable works
4457dist/Storable/t/compat06.t See if Storable works
4458dist/Storable/t/croak.t See if Storable works
fc10c8b7 4459dist/Storable/t/CVE-2015-1592.t See if Storable works
8b88b2b2 4460dist/Storable/t/dclone.t See if Storable works
f17010da 4461dist/Storable/t/destroy.t Test Storable in global destructon
8b88b2b2
NC
4462dist/Storable/t/downgrade.t See if Storable works
4463dist/Storable/t/file_magic.t See if file_magic function works
c86b4700 4464dist/Storable/t/flags.t See if Storable works
8b88b2b2
NC
4465dist/Storable/t/forgive.t See if Storable works
4466dist/Storable/t/freeze.t See if Storable works
4467dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
4468dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
4469dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
ec4c8774 4470dist/Storable/t/huge.t See how Storable handles huge data
a12eb729 4471dist/Storable/t/hugeids.t See how Storable handles huge object ids
8b88b2b2
NC
4472dist/Storable/t/integer.t See if Storable works
4473dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x
4474dist/Storable/t/just_plain_nasty.t See if Storable works
2c179de5 4475dist/Storable/t/leaks.t See if Storable leaks (skips in core)
8b88b2b2
NC
4476dist/Storable/t/lock.t See if Storable works
4477dist/Storable/t/make_56_interwork.pl Make test data for interwork56.t
4478dist/Storable/t/make_downgrade.pl Make test data for downgrade.t
4479dist/Storable/t/make_overload.pl Make test data for overload.t
4480dist/Storable/t/malice.t See if Storable copes with corrupt files
4481dist/Storable/t/overload.t See if Storable works
4482dist/Storable/t/recurse.t See if Storable works
d6ecacbc 4483dist/Storable/t/regexp.t See if Storable works with regexps
8b88b2b2
NC
4484dist/Storable/t/restrict.t See if Storable works
4485dist/Storable/t/retrieve.t See if Storable works
6fe613da 4486dist/Storable/t/robust.t See if it survives mangled %INC
8b88b2b2
NC
4487dist/Storable/t/sig_die.t See if Storable works
4488dist/Storable/t/st-dump.pl See if Storable works
4489dist/Storable/t/store.t See if Storable works
4490dist/Storable/t/testlib.pl more helper routines for tests
4491dist/Storable/t/threads.t Does Storable work with threads?
3dfcef7e 4492dist/Storable/t/tied.t See if Storable works
8b88b2b2
NC
4493dist/Storable/t/tied_hook.t See if Storable works
4494dist/Storable/t/tied_items.t See if Storable works
dd7f75e0 4495dist/Storable/t/tied_reify.t See if Storable works
4189a2e6 4496dist/Storable/t/tied_store.t See if Storable works
8b88b2b2 4497dist/Storable/t/utf8.t See if Storable works
3dfcef7e 4498dist/Storable/t/utf8hash.t See if Storable works
8b88b2b2 4499dist/Storable/t/weak.t Can Storable store weakrefs
7f4d7a86
FR
4500dist/Term-Complete/lib/Term/Complete.pm A command completion subroutine
4501dist/Term-Complete/t/Complete.t See if Term::Complete works
bf8d7753
YO
4502dist/Term-ReadLine/lib/Term/ReadLine.pm Stub readline library
4503dist/Term-ReadLine/t/AE.t See if Term::ReadLine works
4504dist/Term-ReadLine/t/AETk.t See if Term::ReadLine works
4505dist/Term-ReadLine/t/ReadLine.t See if Term::ReadLine works
4506dist/Term-ReadLine/t/ReadLine-STDERR.t See if Term::ReadLine works
4507dist/Term-ReadLine/t/Tk.t See if Term::ReadLine works
4508dist/Test/ChangeLog History of changes for the Test module
4509dist/Test/lib/Test.pm A simple framework for writing test scripts
4510dist/Test/Makefile.PL Build the Test module
4511dist/Test/t/05_about_verbose.t See if Test works
4512dist/Test/t/fail.t See if Test works
4513dist/Test/t/mix.t See if Test works
4514dist/Test/t/multiline.t See if Test works
4515dist/Test/t/onfail.t See if Test works
4516dist/Test/t/qr.t See if Test works
4517dist/Test/t/skip.t See if Test works
4518dist/Test/t/success.t See if Test works
4519dist/Test/t/todo.t See if Test works
4520dist/Text-Abbrev/lib/Text/Abbrev.pm An abbreviation table builder
005700e9 4521dist/Text-Abbrev/t/Abbrev.t Test Text::Abbrev
49830b9d
YO
4522dist/Thread-Queue/Changes Thread-safe queues
4523dist/Thread-Queue/examples/callback.pl Thread::Queue example script
4524dist/Thread-Queue/examples/queue.pl Thread::Queue example script
e4c73f03 4525dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
49830b9d 4526dist/Thread-Queue/Makefile.PL Build Thread::Queue
e4c73f03
NC
4527dist/Thread-Queue/t/01_basic.t Thread::Queue tests
4528dist/Thread-Queue/t/02_refs.t Thread::Queue tests
4529dist/Thread-Queue/t/03_peek.t Thread::Queue tests
4530dist/Thread-Queue/t/04_errs.t Thread::Queue tests
4531dist/Thread-Queue/t/05_extract.t Thread::Queue tests
4532dist/Thread-Queue/t/06_insert.t Thread::Queue tests
4533dist/Thread-Queue/t/07_lock.t Thread::Queue tests
4534dist/Thread-Queue/t/08_nothreads.t Thread::Queue tests
1fd4700e 4535dist/Thread-Queue/t/09_ended.t Thread::Queue tests
49830b9d
YO
4536dist/Thread-Queue/t/10_timed.t Thread::Queue tests
4537dist/Thread-Queue/t/11_limit.t Thread::Queue tests
9f3d08cd
YO
4538dist/Thread-Semaphore/Changes History of changes for Thread::Semaphore
4539dist/Thread-Semaphore/examples/semaphore.pl Thread::Semaphore example script
1fce97d8 4540dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores
9f3d08cd 4541dist/Thread-Semaphore/Makefile.PL Build Thread::Semaphore
1fce97d8
NC
4542dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests
4543dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests
4544dist/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests
04febe17 4545dist/Thread-Semaphore/t/04_nonblocking.t Thread::Semaphore tests
9f3d08cd
YO
4546dist/Thread-Semaphore/t/05_force.t Thread::Semaphore tests
4547dist/Thread-Semaphore/t/06_timed.t Thread::Semaphore tests
bf8d7753
YO
4548dist/threads/hints/hpux.pl Hint file for HPUX
4549dist/threads/hints/linux.pl Hint file for Linux
c68ea3c9 4550dist/threads/lib/threads.pm ithreads
bf8d7753
YO
4551dist/threads/t/basic.t ithreads
4552dist/threads/t/blocks.t Test threads in special blocks
4553dist/threads/t/context.t Explicit thread context
4554dist/threads/t/end.t Test end functions
4555dist/threads/t/err.t Test $thr->error()
4556dist/threads/t/exit.t Test exit and die in threads
4557dist/threads/t/free.t Test ithread destruction
4558dist/threads/t/free2.t More ithread destruction tests
4559dist/threads/t/join.t Testing the join function
4560dist/threads/t/kill.t Tests thread signalling
4561dist/threads/t/kill2.t Tests thread signalling
4562dist/threads/t/kill3.t Tests thread signalling
4563dist/threads/t/libc.t testing libc functions for threadsafety
4564dist/threads/t/list.t Test threads->list()
4565dist/threads/t/no_threads.t threads test for non-threaded Perls
4566dist/threads/t/problems.t Test various memory problems
4567dist/threads/t/stack.t Tests for stack limits
4568dist/threads/t/stack_env.t Tests for stack limits
4569dist/threads/t/state.t Tests state methods
4570dist/threads/t/stress_cv.t Test with multiple threads, coderef cv argument.
4571dist/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes.
4572dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
4573dist/threads/t/thread.t General ithread tests from thr5005
4574dist/threads/t/unique.t Test unique attribute with threads
4575dist/threads/t/version.t Test that pod version matches code version.
4576dist/threads/threads.h threads compatibility helper
4577dist/threads/threads.xs ithreads
4578dist/threads-shared/hints/linux.pl thread shared variables
c5bf8991 4579dist/threads-shared/lib/threads/shared.pm thread shared variables
bf8d7753
YO
4580dist/threads-shared/shared.xs thread shared variables
4581dist/threads-shared/t/0nothread.t Tests for basic shared array functionality.
4582dist/threads-shared/t/av_refs.t Tests for arrays containing references
4583dist/threads-shared/t/av_simple.t Tests for basic shared array functionality.
4584dist/threads-shared/t/blessed.t Test blessed shared variables
4585dist/threads-shared/t/clone.t Test shared cloning
4586dist/threads-shared/t/cond.t Test condition variables
4587dist/threads-shared/t/disabled.t Test threads::shared when threads are disabled.
4588dist/threads-shared/t/dualvar.t Test dual-valued variables
4589dist/threads-shared/t/hv_refs.t Test shared hashes containing references
4590dist/threads-shared/t/hv_simple.t Tests for basic shared hash functionality.
4591dist/threads-shared/t/no_share.t Tests for disabled share on variables.
4592dist/threads-shared/t/object.t Shared objects tests
4593dist/threads-shared/t/object2.t More shared objects tests
4594dist/threads-shared/t/shared_attr.t Test :shared attribute
4595dist/threads-shared/t/stress.t Stress test
4596dist/threads-shared/t/sv_refs.t thread shared variables
4597dist/threads-shared/t/sv_simple.t thread shared variables
4598dist/threads-shared/t/utf8.t Test UTF-8 keys in shared hashes
4599dist/threads-shared/t/wait.t Test cond_wait and cond_timedwait
4600dist/threads-shared/t/waithires.t Test sub-second cond_timedwait
54c7f532 4601dist/Tie-File/ChangeLog Tie::File
c0504019 4602dist/Tie-File/lib/Tie/File.pm Files as tied arrays
951cf800 4603dist/Tie-File/Makefile.PL Build Tie::File
c0504019
TR
4604dist/Tie-File/t/01_gen.t Generic read/write tests for Tie::File
4605dist/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File
4606dist/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File
4607dist/Tie-File/t/04_splice.t SPLICE method tests for Tie::File
4608dist/Tie-File/t/05_size.t $#a tests for Tie::File
4609dist/Tie-File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File
4610dist/Tie-File/t/07_rv_splice.t SPLICE method return value tests for Tie::File
4611dist/Tie-File/t/08_ro.t read-only mode tests for Tie::File
4612dist/Tie-File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator
4613dist/Tie-File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator
4614dist/Tie-File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator
4615dist/Tie-File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator
4616dist/Tie-File/t/13_size_rs.t Like 05_size.t, with unusual record separator
4617dist/Tie-File/t/14_lock.t File locking method tests for Tie::File
4618dist/Tie-File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File
4619dist/Tie-File/t/16_handle.t Tying a handle instead of a file for Tie::File
4620dist/Tie-File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File
4621dist/Tie-File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator
4622dist/Tie-File/t/19_cache.t Read cache exercises and regression for Tie::File
4623dist/Tie-File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File
4624dist/Tie-File/t/21_win32.t Win32 special behavior of Tie::File
4625dist/Tie-File/t/22_autochomp.t 'autochomp' option of Tie::File
4626dist/Tie-File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp
4627dist/Tie-File/t/24_cache_loop.t Regression for old Tie::File cache bug
4628dist/Tie-File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled
4629dist/Tie-File/t/26_twrite.t Unit tests for Tie::File::_twrite
4630dist/Tie-File/t/27_iwrite.t Unit tests for Tie::File::_iwrite
4631dist/Tie-File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite
c0504019 4632dist/Tie-File/t/29_downcopy.t Unit tests for Tie::File::_downcopy
3dfcef7e 4633dist/Tie-File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy
c0504019
TR
4634dist/Tie-File/t/30_defer.t deferred writing feature tests for Tie::File
4635dist/Tie-File/t/31_autodefer.t 'autodefer' feature tests for Tie::File
4636dist/Tie-File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing
4637dist/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records
4638dist/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache
4639dist/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap
4640dist/Tie-File/t/42_offset.t Unit tests for the offset method
50761467 4641dist/Tie-File/t/43_synopsis.t Demonstrate correctness of Tie::File synopsis
df003a36 4642dist/Time-HiRes/Changes Time::HiRes extension
91ba54d4
RS
4643dist/Time-HiRes/fallback/const-c.inc Time::HiRes extension
4644dist/Time-HiRes/fallback/const-xs.inc Time::HiRes extension
4645dist/Time-HiRes/hints/aix.pl Hint for Time::HiRes for named architecture
4646dist/Time-HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture
4647dist/Time-HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture
4648dist/Time-HiRes/hints/irix.pl Hint for Time::HiRes for named architecture
4649dist/Time-HiRes/hints/linux.pl Hints for Time::HiRes for named architecture
4650dist/Time-HiRes/hints/sco.pl Hints for Time::HiRes for named architecture
4651dist/Time-HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture
4652dist/Time-HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture
4653dist/Time-HiRes/HiRes.pm Time::HiRes extension
4654dist/Time-HiRes/HiRes.xs Time::HiRes extension
4655dist/Time-HiRes/Makefile.PL Time::HiRes extension
4656dist/Time-HiRes/t/alarm.t Test for Time::HiRes
4657dist/Time-HiRes/t/clock.t Test for Time::HiRes
4658dist/Time-HiRes/t/gettimeofday.t Test for Time::HiRes
4659dist/Time-HiRes/t/itimer.t Test for Time::HiRes
4660dist/Time-HiRes/t/nanosleep.t Test for Time::HiRes
4661dist/Time-HiRes/t/sleep.t Test for Time::HiRes
4662dist/Time-HiRes/t/stat.t Test for Time::HiRes
4663dist/Time-HiRes/t/time.t Test for Time::HiRes
4664dist/Time-HiRes/t/tv_interval.t Test for Time::HiRes
4665dist/Time-HiRes/t/ualarm.t Test for Time::HiRes
4666dist/Time-HiRes/t/usleep.t Test for Time::HiRes
c4a535af 4667dist/Time-HiRes/t/utime.t Test for Time::HiRes
91ba54d4
RS
4668dist/Time-HiRes/t/Watchdog.pm Test for Time::HiRes
4669dist/Time-HiRes/typemap Time::HiRes extension
c0cc035a 4670dist/Unicode-Normalize/Changes Unicode::Normalize
3baae3fa
KW
4671dist/Unicode-Normalize/Makefile.PL Unicode::Normalize
4672dist/Unicode-Normalize/mkheader Unicode::Normalize
4673dist/Unicode-Normalize/Normalize.pm Unicode::Normalize
4674dist/Unicode-Normalize/Normalize.xs Unicode::Normalize
4675dist/Unicode-Normalize/t/fcdc.t Unicode::Normalize
4676dist/Unicode-Normalize/t/form.t Unicode::Normalize
4677dist/Unicode-Normalize/t/func.t Unicode::Normalize
4678dist/Unicode-Normalize/t/illegal.t Unicode::Normalize
4679dist/Unicode-Normalize/t/norm.t Unicode::Normalize
4680dist/Unicode-Normalize/t/null.t Unicode::Normalize
bf8d7753
YO
4681dist/Unicode-Normalize/t/partial1.t Unicode::Normalize
4682dist/Unicode-Normalize/t/partial2.t Unicode::Normalize
3baae3fa
KW
4683dist/Unicode-Normalize/t/proto.t Unicode::Normalize
4684dist/Unicode-Normalize/t/split.t Unicode::Normalize
4685dist/Unicode-Normalize/t/test.t Unicode::Normalize
4686dist/Unicode-Normalize/t/tie.t Unicode::Normalize
bf8d7753
YO
4687dist/XSLoader/Makefile.PL Dynamic Loader makefile writer
4688dist/XSLoader/t/XSLoader.t See if XSLoader works
4689dist/XSLoader/XSLoader_pm.PL Simple XS Loader perl module
4ceeac64
AB
4690ext/Amiga-ARexx/__examples/simplecommand.pl Amiga::ARexx extension
4691ext/Amiga-ARexx/__examples/simplehost.pl Amiga::ARexx extension
bf8d7753
YO
4692ext/Amiga-ARexx/ARexx.pm Amiga::ARexx extension
4693ext/Amiga-ARexx/ARexx.xs Amiga::ARexx extension
4694ext/Amiga-ARexx/Makefile.PL Amiga::ARexx extension
4ceeac64 4695ext/Amiga-ARexx/tagtypes.h Amiga::ARexx extension
bf8d7753 4696ext/Amiga-ARexx/typemap Amiga::ARexx extension
4ceeac64
AB
4697ext/Amiga-Exec/__examples/simplecommand.pl Amiga::Exec extension
4698ext/Amiga-Exec/__examples/simplehost.pl Amiga::Exec extension
bf8d7753
YO
4699ext/Amiga-Exec/Exec.pm Amiga::Exec extension
4700ext/Amiga-Exec/Exec.xs Amiga::Exec extension
4ceeac64 4701ext/Amiga-Exec/Makefile.PL Amiga::Exec extension
bf8d7753
YO
4702ext/Amiga-Exec/tagtypes.h Amiga::Exec extension
4703ext/Amiga-Exec/typemap Amiga::Exec extension
48462a74
NC
4704ext/attributes/attributes.pm For "sub foo : attrlist"
4705ext/attributes/attributes.xs For "sub foo : attrlist"
bf8d7753
YO
4706ext/B/B.pm Compiler backend support functions and methods
4707ext/B/B.xs Compiler backend external subroutines
4708ext/B/B/Concise.pm Compiler Concise backend
4709ext/B/B/Showlex.pm Compiler Showlex backend
4710ext/B/B/Terse.pm Compiler Terse backend
4711ext/B/B/Xref.pm Compiler Xref backend
4712ext/B/hints/darwin.pl Hints for named architecture
4713ext/B/hints/openbsd.pl Hints for named architecture
4714ext/B/Makefile.PL Compiler backend makefile writer
4715ext/B/O.pm Compiler front-end module (-MO=...)
4716ext/B/t/b.t See if B works
4717ext/B/t/B/success.pm Test module for ext/B/t/o.t
4718ext/B/t/bool.t See if B works for bool
4719ext/B/t/concise.t See whether B::Concise works
4720ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
4721ext/B/t/f_map code from perldoc -f map
4722ext/B/t/f_map.t converted to optreeCheck()s
4723ext/B/t/f_sort optree test raw material
4724ext/B/t/f_sort.t optree test raw material
4725ext/B/t/invlist.t test B::INVLIST
4726ext/B/t/o.t See if O works
4727ext/B/t/optree_check.t test OptreeCheck apparatus
4728ext/B/t/optree_concise.t more B::Concise tests
4729ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs
4730ext/B/t/optree_for.t for loops
4731ext/B/t/optree_misc.t misc optree tests
4732ext/B/t/optree_samples.t various basic codes: if for while
4733ext/B/t/optree_sort.t inplace sort optimization regression
4734ext/B/t/optree_specials.t BEGIN, END, etc code
4735ext/B/t/optree_varinit.t my,our,local var init optimization
4736ext/B/t/OptreeCheck.pm optree comparison tool
4737ext/B/t/perlstring.t See if B::perlstring output roundtrips properly
4738ext/B/t/pragma.t See if user pragmas work.
4739ext/B/t/showlex.t See if B::ShowLex works
4740ext/B/t/strict.t See if B works with strict and warnings.
4741ext/B/t/sv_stash.t See if SvSTASH() works
4742ext/B/t/terse.t See if B::Terse works
4743ext/B/t/walkoptree.t See if B::walkoptree (and friends) work
4744ext/B/t/xref.t See if B::Xref works
4745ext/B/typemap Compiler backend interface types
4746ext/Devel-Peek/Changes Data debugging tool, changelog
4747ext/Devel-Peek/Peek.pm Data debugging tool, module and pod
4748ext/Devel-Peek/Peek.xs Data debugging tool, externals
4749ext/Devel-Peek/t/Peek.t See if Devel::Peek works
4750ext/DynaLoader/dl_aix.xs AIX implementation
4751ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation
4752ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
4753ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
4754ext/DynaLoader/dl_freemint.xs GNU dld style implementation for FreeMINT
4755ext/DynaLoader/dl_hpux.xs HP-UX implementation
4756ext/DynaLoader/dl_none.xs Stub implementation
4757ext/DynaLoader/dl_vms.xs VMS implementation
4758ext/DynaLoader/dl_win32.xs Win32 implementation
4759ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
4760ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
4761ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
4762ext/DynaLoader/hints/android.pl Hint for DynaLoader for named architecture
4b5bf9a6
NC
4763ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture
4764ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture
bf8d7753
YO
4765ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
4766ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
4767ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
4768ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
4769ext/DynaLoader/README Dynamic Loader notes and intro
4770ext/DynaLoader/t/DynaLoader.t See if DynaLoader works
4771ext/Errno/ChangeLog Errno changes
4772ext/Errno/Errno_pm.PL Errno perl module create script
4773ext/Errno/Makefile.PL Errno extension makefile writer
4774ext/Errno/t/Errno.t See if Errno works
c8935f6c 4775ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm Writes {mini,}perlmain.c
bf8d7753
YO
4776ext/Fcntl/Fcntl.pm Fcntl extension Perl module
4777ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
4778ext/Fcntl/Makefile.PL Fcntl extension makefile writer
4779ext/Fcntl/t/autoload.t See if Fcntl AUTOLOAD error messages work
4780ext/Fcntl/t/fcntl.t See if Fcntl works
4781ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work
4782ext/Fcntl/t/syslfs.t See if large files work for sysio
c619428f 4783ext/File-DosGlob/DosGlob.xs Win32 DOS-globbing module
005b65f9
FC
4784ext/File-DosGlob/lib/File/DosGlob.pm Win32 DOS-globbing module
4785ext/File-DosGlob/t/DosGlob.t See if File::DosGlob works
bf8d7753 4786ext/File-Find/lib/File/Find.pm Routines to do a find
414f14df 4787ext/File-Find/t/correct-absolute-path-with-follow.t
bf8d7753
YO
4788ext/File-Find/t/find.t See if File::Find works
4789ext/File-Find/t/lib/Testing.pm Functions used in testing File-find
4790ext/File-Find/t/taint.t See if File::Find works with taint
4791ext/File-Glob/bsd_glob.c File::Glob extension run time code
4792ext/File-Glob/bsd_glob.h File::Glob extension header file
4793ext/File-Glob/Changes File::Glob extension changelog
4794ext/File-Glob/Glob.pm File::Glob extension module
4795ext/File-Glob/Glob.xs File::Glob extension external subroutines
4796ext/File-Glob/Makefile.PL File::Glob extension makefile writer
4797ext/File-Glob/t/basic.t See if File::Glob works
4798ext/File-Glob/t/case.t See if File::Glob works
4799ext/File-Glob/t/global.t See if File::Glob works
4800ext/File-Glob/t/rt114984.t See if File::Glob works
4801ext/File-Glob/t/rt131211.t See if File::Glob works
4802ext/File-Glob/t/taint.t See if File::Glob works
4803ext/File-Glob/t/threads.t See if File::Glob + threads works
4804ext/File-Glob/TODO File::Glob extension todo list
4805ext/FileCache/lib/FileCache.pm Keep more files open than the system permits
4806ext/FileCache/t/01open.t See if FileCache works
4807ext/FileCache/t/02maxopen.t See if FileCache works
4808ext/FileCache/t/03append.t See if FileCache works
4809ext/FileCache/t/04twoarg.t See if FileCache works
4810ext/FileCache/t/05override.t See if FileCache works
4811ext/FileCache/t/06export.t See if FileCache exporting works
4812ext/FileCache/t/07noimport.t See if FileCache works without importing
4813ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
4814ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
4815ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
4816ext/GDBM_File/Makefile.PL GDBM extension makefile writer
4817ext/GDBM_File/t/count.t Test if the count method works
4818ext/GDBM_File/t/dump.t Test if export/import methods work
4819ext/GDBM_File/t/fatal.t Test the fatal_func argument to gdbm_open
4820ext/GDBM_File/t/gdbm.t See if GDBM_File works
4821ext/GDBM_File/t/opt.t Test if gdbm_setopt and derived methods work
4822ext/GDBM_File/t/snapshot.t Test if the latest_snapshot method works
4823ext/GDBM_File/typemap GDBM extension interface types
4824ext/Hash-Util/Changes Change history of Hash::Util
4825ext/Hash-Util/lib/Hash/Util.pm Hash::Util
4826ext/Hash-Util/Makefile.PL Makefile for Hash::Util
4827ext/Hash-Util/t/builtin.t See if Hash::Util builtin exports work as expected
4828ext/Hash-Util/t/Util.t See if Hash::Util works
4829ext/Hash-Util/Util.xs XS bits of Hash::Util
4830ext/Hash-Util-FieldHash/Changes Changes for Hash::Util::FieldHash
4831ext/Hash-Util-FieldHash/FieldHash.xs XS portion
c3d82578 4832ext/Hash-Util-FieldHash/lib/Hash/Util/FieldHash.pm Perl portion and documentation
bf8d7753
YO
4833ext/Hash-Util-FieldHash/t/01_load.t Test script
4834ext/Hash-Util-FieldHash/t/02_function.t Test script
4835ext/Hash-Util-FieldHash/t/03_class.t Test script
4836ext/Hash-Util-FieldHash/t/04_thread.t Test script
4837ext/Hash-Util-FieldHash/t/05_perlhook.t Test script
4838ext/Hash-Util-FieldHash/t/11_hashassign.t Adapted from t/op/hashassign.t
4839ext/Hash-Util-FieldHash/t/12_hashwarn.t Adapted from t/op/hashwarn.t
4840ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo
4841ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo
4842ext/I18N-Langinfo/Makefile.PL I18N::Langinfo
4843ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works
4844ext/IPC-Open3/lib/IPC/Open2.pm Open a two-ended pipe
4845ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe
4846ext/IPC-Open3/t/fd.t See if IPC::Open3 works w/ file descriptors
4847ext/IPC-Open3/t/IPC-Open2.t See if IPC::Open2 works
4848ext/IPC-Open3/t/IPC-Open3.t See if IPC::Open3 works
4849ext/mro/Changes mro extension
4850ext/mro/mro.pm mro extension
4851ext/mro/mro.xs mro extension
4852ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
4853ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
4854ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
4855ext/NDBM_File/hints/gnu.pl Hint for NDBM_File for named architecture
b2de6a21
NC
4856ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4857ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4858ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture
4859ext/NDBM_File/hints/MSWin32.pl Hint for NDBM_File for named architecture
4860ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture
4861ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
4862ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture
4863ext/NDBM_File/Makefile.PL NDBM extension makefile writer
4864ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
4865ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
4866ext/NDBM_File/t/ndbm.t See if NDBM_File works
4867ext/NDBM_File/typemap NDBM extension interface types
4868ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture
4869ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
4870ext/ODBM_File/hints/gnu.pl Hint for ODBM_File for named architecture
4b5bf9a6
NC
4871ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
4872ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
bf8d7753
YO
4873ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture
4874ext/ODBM_File/hints/linux.pl Hint for ODBM_File for named architecture
4875ext/ODBM_File/hints/MSWin32.pl Hint for ODBM_File for named architecture
4876ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
4877ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
4878ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
4879ext/ODBM_File/Makefile.PL ODBM extension makefile writer
4880ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
4881ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
4882ext/ODBM_File/t/odbm.t See if ODBM_File works
4883ext/ODBM_File/typemap ODBM extension interface types
4884ext/Opcode/Opcode.pm Opcode extension Perl module
4885ext/Opcode/Opcode.xs Opcode extension external subroutines
4886ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
4887ext/Opcode/t/Opcode.t See if Opcode works
4888ext/Opcode/t/ops.t See if Opcode works
4889ext/PerlIO-encoding/encoding.pm PerlIO::encoding
4890ext/PerlIO-encoding/encoding.xs PerlIO::encoding
d730472d
NC
4891ext/PerlIO-encoding/t/encoding.t See if PerlIO encoding conversion works
4892ext/PerlIO-encoding/t/fallback.t See if PerlIO fallbacks work
4893ext/PerlIO-encoding/t/nolooping.t Tests for PerlIO::encoding
0ee3fa26 4894ext/PerlIO-encoding/t/threads.t Tests PerlIO::encoding and threads
bf8d7753
YO
4895ext/PerlIO-mmap/mmap.pm PerlIO layer for memory maps
4896ext/PerlIO-mmap/mmap.xs PerlIO layer for memory maps
ec57fb93 4897ext/PerlIO-scalar/scalar.pm PerlIO layer for in-memory handles
bf8d7753 4898ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture
99b84769 4899ext/PerlIO-via/t/thread.t See if PerlIO::via works with threads
bf8d7753
YO
4900ext/PerlIO-via/t/via.t See if PerlIO::via works
4901ext/PerlIO-via/via.pm PerlIO layer for layers in perl
4902ext/PerlIO-via/via.xs PerlIO layer for layers in perl
6f7c8186
NC
4903ext/Pod-Functions/Functions_pm.PL Writes Functions.pm
4904ext/Pod-Functions/Makefile.PL Makefile writer
d5f215f1 4905ext/Pod-Functions/t/Functions.t See if Pod::Functions works
bf8d7753 4906ext/Pod-Html/bin/pod2html Translator to turn pod into HTML
8433f829
JK
4907ext/Pod-Html/corpus/perlpodspec-copy.pod
4908ext/Pod-Html/corpus/perlvar-copy.pod
bf8d7753
YO
4909ext/Pod-Html/lib/Pod/Html.pm Convert POD data to HTML
4910ext/Pod-Html/lib/Pod/Html/Util.pm Helper functions for Pod-Html
1022acf4 4911ext/Pod-Html/t/anchorify.t
ccf5eb14
MG
4912ext/Pod-Html/t/cache.pod
4913ext/Pod-Html/t/cache.t
c20321cd
RS
4914ext/Pod-Html/t/crossref.pod
4915ext/Pod-Html/t/crossref.t
3dfcef7e
YO
4916ext/Pod-Html/t/crossref2.t
4917ext/Pod-Html/t/crossref3.t
bf8d7753 4918ext/Pod-Html/t/eol.t test end of line agnosticism
c20321cd
RS
4919ext/Pod-Html/t/feature.pod
4920ext/Pod-Html/t/feature.t
3dfcef7e
YO
4921ext/Pod-Html/t/feature2.pod
4922ext/Pod-Html/t/feature2.t
c20321cd
RS
4923ext/Pod-Html/t/htmldir1.pod
4924ext/Pod-Html/t/htmldir1.t
4925ext/Pod-Html/t/htmldir2.pod
4926ext/Pod-Html/t/htmldir2.t
4927ext/Pod-Html/t/htmldir3.pod
4928ext/Pod-Html/t/htmldir3.t
4929ext/Pod-Html/t/htmldir4.pod
4930ext/Pod-Html/t/htmldir4.t
4931ext/Pod-Html/t/htmldir5.pod
4932ext/Pod-Html/t/htmldir5.t
bf8d7753
YO
4933ext/Pod-Html/t/htmlescp.pod pod2html escape test input data
4934ext/Pod-Html/t/htmlescp.t pod2html escape test
4935ext/Pod-Html/t/htmllink.pod pod2html link test input data
4936ext/Pod-Html/t/htmllink.t pod2html link test
4937ext/Pod-Html/t/htmlview.pod pod2html render test input data
4938ext/Pod-Html/t/htmlview.t pod2html render test
4939ext/Pod-Html/t/lib/Testing.pm Testing functions for Pod-Html
c20321cd
RS
4940ext/Pod-Html/t/poderr.pod
4941ext/Pod-Html/t/poderr.t
4942ext/Pod-Html/t/podnoerr.pod
4943ext/Pod-Html/t/podnoerr.t
bf8d7753
YO
4944ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
4945ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
4946ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
4947ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
4948ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture
4949ext/POSIX/hints/linux.pl Hint for POSIX for named architecture
4950ext/POSIX/hints/mint.pl Hint for POSIX for named architecture
4951ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture
4952ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
4953ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
4954ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
4955ext/POSIX/lib/POSIX.pm POSIX extension Perl module
4956ext/POSIX/lib/POSIX.pod POSIX extension documentation
4957ext/POSIX/Makefile.PL POSIX extension makefile writer
4958ext/POSIX/POSIX.xs POSIX extension external subroutines
4959ext/POSIX/t/export.t Test @EXPORT and @EXPORT_OK
4960ext/POSIX/t/fenv.t Floating-point rounding mode tests for POSIX
4961ext/POSIX/t/iscrash See if POSIX isxxx() crashes with threads on Win32
4962ext/POSIX/t/iv_const.t See if integer constants of POSIX are IV
4963ext/POSIX/t/math.t Basic math tests for POSIX
4964ext/POSIX/t/mb.t Multibyte function tests for POSIX
4965ext/POSIX/t/posix.t See if POSIX works
4966ext/POSIX/t/sigaction.t See if POSIX::sigaction works
4967ext/POSIX/t/sigset.t See if POSIX::SigSet works
4968ext/POSIX/t/strerror_errno.t See if POSIX:strerror doesn't trash $!
4969ext/POSIX/t/sysconf.t See if POSIX works
4970ext/POSIX/t/taint.t See if POSIX works with taint
4971ext/POSIX/t/termios.t See if POSIX works
4972ext/POSIX/t/time.t See if POSIX time-related functions work
4973ext/POSIX/t/unimplemented.t Test the diagnostics for unimplemented functions
4974ext/POSIX/t/usage.t Test the diagnostics for usage messages
4975ext/POSIX/t/waitpid.t See if waitpid works
4976ext/POSIX/t/wrappers.t Test the POSIX wrapper subroutines
4977ext/POSIX/typemap POSIX extension interface types
4978ext/re/Makefile.PL re extension makefile writer
4979ext/re/re.pm re extension Perl module
4980ext/re/re.xs re extension external subroutines
4981ext/re/re_comp.h re extension wrapper for regcomp.h
4982ext/re/re_top.h re extension symbol hiding header
4983ext/re/t/intflags.pl Program used by intflags.t
4984ext/re/t/intflags.t Test that intflags are serialized properly
4985ext/re/t/lexical_debug.pl generate debug output for lexical re 'debug'
4986ext/re/t/lexical_debug.t test that lexical re 'debug' works
4987ext/re/t/qr.t test that qr// is a Regexp
4988ext/re/t/re.t see if re pragma works
4989ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work
4990ext/re/t/re_funcs_u.t See if exportable 're' funcs in universal.c work
4991ext/re/t/reflags.t see if re '/xism' pragma works
4992ext/re/t/regop.pl generate debug output for various patterns
4993ext/re/t/regop.t test RE optimizations by scraping debug output
4994ext/re/t/strict.t see if re 'strict' subpragma works
4995ext/SDBM_File/biblio SDBM kit
4996ext/SDBM_File/CHANGES SDBM kit
4997ext/SDBM_File/dba.c SDBM kit
4998ext/SDBM_File/dbd.c SDBM kit
4999ext/SDBM_File/dbe.1 SDBM kit
5000ext/SDBM_File/dbe.c SDBM kit
5001ext/SDBM_File/dbu.c SDBM kit
5002ext/SDBM_File/grind SDBM kit
5003ext/SDBM_File/hash.c SDBM kit
5004ext/SDBM_File/Makefile.PL SDBM extension makefile writer
5005ext/SDBM_File/pair.c SDBM kit
5006ext/SDBM_File/pair.h SDBM kit
5007ext/SDBM_File/README SDBM kit
5008ext/SDBM_File/readme.ms SDBM kit
5009ext/SDBM_File/README.too SDBM kit
5010ext/SDBM_File/sdbm.3 SDBM kit
5011ext/SDBM_File/sdbm.c SDBM kit
5012ext/SDBM_File/sdbm.h SDBM kit
5013ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
5014ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
5015ext/SDBM_File/t/constants.t See if SDBM_File constants work
5016ext/SDBM_File/t/corrupt.t See if SDBM_File handles corrupt files
5017ext/SDBM_File/t/prep.t See if SDBM_File with extra argument works
5018ext/SDBM_File/t/sdbm.t See if SDBM_File works
5019ext/SDBM_File/tune.h SDBM kit
5020ext/SDBM_File/typemap SDBM extension interface types
5021ext/SDBM_File/util.c SDBM kit
5022ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module
5023ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines
5024ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works
8cf6f931 5025ext/Tie-Hash-NamedCapture/NamedCapture.pm Implements %- and %+ behaviour
557a4468 5026ext/Tie-Hash-NamedCapture/t/tiehash.t Tests TIEHASH
b7d7e1da
S
5027ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes
5028ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize
bf8d7753
YO
5029ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym
5030ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols
5031ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols
5032ext/VMS-DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym
5033ext/VMS-DCLsym/t/vms_dclsym.t regression tests for VMS::DCLsym
2d11a7e9
NC
5034ext/VMS-Filespec/lib/VMS/Filespec.pm VMS-Unix file syntax interconversion
5035ext/VMS-Filespec/t/filespec.t See if VMS::Filespec functions work
bf8d7753
YO
5036ext/VMS-Stdio/0README.txt ReadMe file for VMS::Stdio
5037ext/VMS-Stdio/Makefile.PL MakeMaker driver for VMS::Stdio
5038ext/VMS-Stdio/Stdio.pm VMS options to stdio routines
5039ext/VMS-Stdio/Stdio.xs VMS options to stdio routines
5040ext/VMS-Stdio/t/vms_stdio.t regression tests for VMS::Stdio
5041ext/Win32CORE/Makefile.PL Win32CORE extension
5042ext/Win32CORE/t/win32core.t Win32CORE extension
5043ext/Win32CORE/Win32CORE.c Win32CORE extension
5044ext/Win32CORE/Win32CORE.pm Win32CORE extension (stubs for Win32 CORE subs)
5045ext/XS-APItest/APItest.pm XS::APItest extension
5046ext/XS-APItest/APItest.xs XS::APItest extension
5047ext/XS-APItest/APItest_BS autogenerate APItest.bs
5048ext/XS-APItest/core.c Test API functions when PERL_CORE is defined
5049ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c
5050ext/XS-APItest/exception.c XS::APItest extension
5051ext/XS-APItest/Makefile.PL XS::APItest extension
5052ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined
5053ext/XS-APItest/numeric.xs XS::APItest wrappers for numeric.c
5054ext/XS-APItest/t/addissub.t test op check wrapping
5055ext/XS-APItest/t/arrayexpr.t test recursive descent expression parsing
5056ext/XS-APItest/t/autoload.t Test XS AUTOLOAD routines
5057ext/XS-APItest/t/BHK.pm Helper for ./blockhooks.t
5058ext/XS-APItest/t/Block.pm Helper for ./blockhooks.t
5059ext/XS-APItest/t/blockasexpr.t test recursive descent block parsing
5060ext/XS-APItest/t/blockhooks.t XS::APItest: tests for PL_blockhooks
5061ext/XS-APItest/t/blockhooks-csc.t XS::APItest: more tests for PL_blockhooks
5062ext/XS-APItest/t/boolean.t test SvIsBOOL
5063ext/XS-APItest/t/boolean-thr.t test SvIsBOOL on threads
5064ext/XS-APItest/t/bootstrap.t XS::APItest: test APItest.bs
5065ext/XS-APItest/t/call.t Test calling perl from C
5066ext/XS-APItest/t/call_checker.t test call checker plugin API
5067ext/XS-APItest/t/caller.t XS::APItest: tests for caller_cx
5068ext/XS-APItest/t/callregexec.t XS::APItest: tests for CALLREGEXEC()
5069ext/XS-APItest/t/check_warnings.t test scope of "Too late for CHECK"
5070ext/XS-APItest/t/cleanup.t test stack behaviour on unwinding
5071ext/XS-APItest/t/clone-with-stack.t test clone with CLONEf_COPY_STACKS works
5072ext/XS-APItest/t/cophh.t test COPHH API
5073ext/XS-APItest/t/coplabel.t test cop_*_label
5074ext/XS-APItest/t/copstash.t test alloccopstash
5075ext/XS-APItest/t/copyhints.t test hv_copy_hints_hv() API
5076ext/XS-APItest/t/customop.t XS::APItest: tests for custom ops
5077ext/XS-APItest/t/cv_name.t test cv_name
5078ext/XS-APItest/t/cv_refcounted_anysv.t test CvREFCOUNTED_ANYSV
5079ext/XS-APItest/t/delimcpy.t test delimcpy
5080ext/XS-APItest/t/eval-filter.t Simple source filter/eval test
5081ext/XS-APItest/t/exception.t XS::APItest extension
5082ext/XS-APItest/t/extend.t test EXTEND() macro
5083ext/XS-APItest/t/fetch_pad_names.t Tests for UTF8 names in pad
5084ext/XS-APItest/t/get.t test get_sv et al.
5085ext/XS-APItest/t/gotosub.t XS::APItest: tests goto &xsub and hints
5086ext/XS-APItest/t/grok.t XS::APItest: tests for grok* functions
5087ext/XS-APItest/t/gv_autoload4.t XS::APItest: tests for gv_autoload4() and variants
5088ext/XS-APItest/t/gv_const_sv.t XS::APItest: test gv_const_sv()
5089ext/XS-APItest/t/gv_fetchmeth.t XS::APItest: tests for gv_fetchmeth() and variants
d21989ed 5090ext/XS-APItest/t/gv_fetchmeth_autoload.t XS::APItest: tests for gv_fetchmeth_autoload() and variants
bf8d7753
YO
5091ext/XS-APItest/t/gv_fetchmethod_flags.t XS::APItest: tests for gv_fetchmethod_flags() and variants
5092ext/XS-APItest/t/gv_init.t XS::APItest: tests for gv_init and variants
5093ext/XS-APItest/t/handy00.t XS::APItest: tests for handy.h
5094ext/XS-APItest/t/handy01.t XS::APItest: tests for handy.h
5095ext/XS-APItest/t/handy02.t XS::APItest: tests for handy.h
5096ext/XS-APItest/t/handy03.t XS::APItest: tests for handy.h
5097ext/XS-APItest/t/handy04.t XS::APItest: tests for handy.h
5098ext/XS-APItest/t/handy05.t XS::APItest: tests for handy.h
5099ext/XS-APItest/t/handy06.t XS::APItest: tests for handy.h
5100ext/XS-APItest/t/handy07.t XS::APItest: tests for handy.h
5101ext/XS-APItest/t/handy08.t XS::APItest: tests for handy.h
5102ext/XS-APItest/t/handy09.t XS::APItest: tests for handy.h
5103ext/XS-APItest/t/handy_base.pl XS::APItest: tests for handy.h
5104ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs
5105ext/XS-APItest/t/hv_macro.t XS::APItest: tests for low level macros used in hashing
5106ext/XS-APItest/t/join_with_space.t test op_convert_list
5107ext/XS-APItest/t/keyword_multiline.t test keyword plugin parsing across lines
5108ext/XS-APItest/t/keyword_plugin.t test keyword plugin mechanism
fbc25bdd 5109ext/XS-APItest/t/keyword_plugin_threads.t test keyword plugin loading from multiple threads
bf8d7753
YO
5110ext/XS-APItest/t/labelconst.aux auxiliary file for label test
5111ext/XS-APItest/t/labelconst.t test recursive descent label parsing
5112ext/XS-APItest/t/labelconst_utf8.aux auxiliary file for label test in UTF-8
5113ext/XS-APItest/t/lexsub.t Test XS registration of lexical subs
5114ext/XS-APItest/t/load-module.t test load_module()
5115ext/XS-APItest/t/locale.t test locale-related things
5116ext/XS-APItest/t/loopblock.t test recursive descent block parsing
5117ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing
5118ext/XS-APItest/t/lvalue.t Test XS lvalue functions
5119ext/XS-APItest/t/magic.t test attaching, finding, and removing magic
5120ext/XS-APItest/t/magic_chain.t test low-level MAGIC chain handling
5121ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t
2f920c2f 5122ext/XS-APItest/t/mortal_destructor.t Test mortal_destructor api.
bf8d7753
YO
5123ext/XS-APItest/t/mro.t Test mro plugin api
5124ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros
5125ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface
5126ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit
5127ext/XS-APItest/t/my_strtod.t XS::APItest: test my_strtod
5128ext/XS-APItest/t/newAV.t XS::APItest: test newAV* functions
5129ext/XS-APItest/t/newCONSTSUB.t XS::APItest: test newCONSTSUB(_flags)
5130ext/XS-APItest/t/newDEFSVOP.t XS::APItest: test newDEFSVOP
5131ext/XS-APItest/t/Null.pm Helper for ./blockhooks.t
5132ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs
5133ext/XS-APItest/t/op_contextualize.t test op_contextualize() API
5134ext/XS-APItest/t/op_list.t test OP list construction API
5135ext/XS-APItest/t/overload.t XS::APItest: tests for overload related APIs
5136ext/XS-APItest/t/pad_scalar.t Test pad_findmy_* functions
5137ext/XS-APItest/t/peep.t test PL_peepp/PL_rpeepp
5138ext/XS-APItest/t/pmflag.t Test removal of Perl_pmflag()
5139ext/XS-APItest/t/postinc.t test op_lvalue()
5140ext/XS-APItest/t/printf.t XS::APItest extension
5141ext/XS-APItest/t/ptr_table.t Test ptr_table_* APIs
5142ext/XS-APItest/t/push.t XS::APItest extension
5143ext/XS-APItest/t/refs.t Test typemap ref handling
5144ext/XS-APItest/t/rmagical.t XS::APItest extension
8d69e95b 5145ext/XS-APItest/t/rpp_invoke_xs.t XS::APItest: test rpp_invoke_xs()
bf8d7753
YO
5146ext/XS-APItest/t/rv2cv_op_cv.t test rv2cv_op_cv() API
5147ext/XS-APItest/t/savehints.t test SAVEHINTS() API
5148ext/XS-APItest/t/savestack.t test savestack behavior, currently only in the regex engine
5149ext/XS-APItest/t/scopelessblock.t test recursive descent statement-sequence parsing
5150ext/XS-APItest/t/sort.t Test sort(xs_cmp ...)
5151ext/XS-APItest/t/stmtasexpr.t test recursive descent statement parsing
5152ext/XS-APItest/t/stmtsasexpr.t test recursive descent statement-sequence parsing
5153ext/XS-APItest/t/stuff_modify_bug.t test for eval side-effecting source string
5154ext/XS-APItest/t/stuff_svcur_bug.t test for a bug in lex_stuff_pvn
5155ext/XS-APItest/t/subcall.t Test XSUB calls
5156ext/XS-APItest/t/subsignature.t Test parse_subsignature()
5157ext/XS-APItest/t/sv_numeq.t Test sv_numeq
5158ext/XS-APItest/t/sv_streq.t Test sv_streq
5159ext/XS-APItest/t/svcat.t Test sv_catpvn
5160ext/XS-APItest/t/svcatpvf.t Test sv_catpvf argument reordering
5161ext/XS-APItest/t/sviscow.t Test SvIsCOW
5162ext/XS-APItest/t/svpeek.t XS::APItest extension
5163ext/XS-APItest/t/svpv.t More generic SvPVbyte and SvPVutf8 tests
5164ext/XS-APItest/t/svpv_magic.t Test behaviour of SvPVbyte/utf8 & get magic
5165ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE
5166ext/XS-APItest/t/swaplabel.t test recursive descent label parsing
5167ext/XS-APItest/t/swaptwostmts.t test recursive descent statement parsing
5168ext/XS-APItest/t/sym-hook.t Test rv2cv hooks for bareword lookup
5169ext/XS-APItest/t/synthetic_scope.t Test block_start/block_end/intro_my
5170ext/XS-APItest/t/temp_lv_sub.t XS::APItest: tests for lvalue subs returning temps
5171ext/XS-APItest/t/underscore_length.t Test find_rundefsv()
5172ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed}
5173ext/XS-APItest/t/utf8.t Tests for code in utf8.c
5174ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c
5175ext/XS-APItest/t/utf8_to_bytes.t Tests for code in utf8.c
5176ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c
5177ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c
5178ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c
5179ext/XS-APItest/t/utf8_warn03.t Tests for code in utf8.c
5180ext/XS-APItest/t/utf8_warn04.t Tests for code in utf8.c
5181ext/XS-APItest/t/utf8_warn05.t Tests for code in utf8.c
5182ext/XS-APItest/t/utf8_warn06.t Tests for code in utf8.c
5183ext/XS-APItest/t/utf8_warn07.t Tests for code in utf8.c
5184ext/XS-APItest/t/utf8_warn08.t Tests for code in utf8.c
5185ext/XS-APItest/t/utf8_warn09.t Tests for code in utf8.c
5186ext/XS-APItest/t/utf8_warn_base.pl Tests for code in utf8.c
5187ext/XS-APItest/t/weaken.t XS::APItest: tests for sv_rvweaken() and sv_get_backrefs()
5188ext/XS-APItest/t/whichsig.t XS::APItest: tests for whichsig() and variants
5189ext/XS-APItest/t/win32.t Test Win32 specific APIs
5190ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work
3dfcef7e 5191ext/XS-APItest/t/xs_special_subs_require.t for require too
c764d96b 5192ext/XS-APItest/t/xsppwrap.t Tests for XSPP_wrapped() macro
bf8d7753 5193ext/XS-APItest/t/xsub_h.t Tests for XSUB.h
36c2b1d0 5194ext/XS-APItest/typemap
bf8d7753
YO
5195ext/XS-APItest/XSUB-redefined-macros.xs XS code needing redefined macros.
5196ext/XS-APItest/XSUB-undef-XS_VERSION.xs XS code needing #undef XS_VERSION
5197ext/XS-Typemap/Makefile.PL XS::Typemap extension
5198ext/XS-Typemap/README XS::Typemap extension
5199ext/XS-Typemap/stdio.c XS::Typemap extension
5200ext/XS-Typemap/t/Typemap.t test that typemaps work
5201ext/XS-Typemap/Typemap.pm XS::Typemap extension
5202ext/XS-Typemap/Typemap.xs XS::Typemap extension
5203h2pl/cbreak.pl cbreak routines using .ph
5204h2pl/cbreak2.pl cbreak routines using .pl
5205h2pl/eg/sizeof.ph Sample sizeof array initialization
5206h2pl/eg/sys/errno.pl Sample translated errno.pl
5207h2pl/eg/sys/ioctl.pl Sample translated ioctl.pl
5208h2pl/eg/sysexits.pl Sample translated sysexits.pl
5209h2pl/getioctlsizes Program to extract types from ioctl.h
5210h2pl/mksizes Program to make %sizeof array
5211h2pl/mkvars Program to make .pl from .ph files
5212h2pl/README How to turn .ph files into .pl files
5213h2pl/tcbreak cbreak test routine using .ph
5214h2pl/tcbreak2 cbreak test routine using .pl
5215haiku/Haiku/Haiku.pm Haiku extension Perl module
5216haiku/Haiku/Haiku.xs Haiku extension external subroutines
5217haiku/Haiku/Makefile.PL Haiku extension makefile writer
5218haiku/haikuish.h Header for the Haiku port
5219hints/aix.sh Hints for named architecture
5220hints/aix_3.sh Hints for named architecture
5221hints/aix_4.sh Hints for named architecture
5222hints/altos486.sh Hints for named architecture
5223hints/amigaos.sh Hints for named architecture
5224hints/atheos.sh Hints for named architecture
5225hints/aux_3.sh Hints for named architecture
5226hints/bitrig.sh Hints for named architecture
5227hints/broken-db.msg Warning message for systems with broken DB library
5228hints/bsdos.sh Hints for named architecture
5229hints/catamount.sh Hints for named architecture
5230hints/convexos.sh Hints for named architecture
5231hints/cxux.sh Hints for named architecture
5232hints/cygwin.sh Hints for named architecture
5233hints/darwin.sh Hints for named architecture
5234hints/dcosx.sh Hints for named architecture
5235hints/dec_osf.sh Hints for named architecture
5236hints/dragonfly.sh Hints for named architecture
5237hints/dynix.sh Hints for named architecture
5238hints/dynixptx.sh Hints for named architecture
5239hints/epix.sh Hints for named architecture
5240hints/esix4.sh Hints for named architecture
5241hints/fps.sh Hints for named architecture
5242hints/freebsd.sh Hints for named architecture
5243hints/freemint.sh Hints for named architecture
5244hints/gnu.sh Hints for named architecture
5245hints/gnukfreebsd.sh Hints for named architecture
5246hints/gnuknetbsd.sh Hints for named architecture
5247hints/greenhills.sh Hints for named architecture
5248hints/haiku.sh Hints for named architecture
5249hints/hpux.sh Hints for named architecture
5250hints/i386.sh Hints for named architecture
5251hints/interix.sh Hints for named architecture
5252hints/irix_4.sh Hints for named architecture
5253hints/irix_5.sh Hints for named architecture
5254hints/irix_6.sh Hints for named architecture
5255hints/irix_6_0.sh Hints for named architecture
5256hints/irix_6_1.sh Hints for named architecture
5257hints/isc.sh Hints for named architecture
5258hints/isc_2.sh Hints for named architecture
5259hints/linux.sh Hints for named architecture
5260hints/linux-android.sh Hints for named architecture
5261hints/lynxos.sh Hints for named architecture
5262hints/midnightbsd.sh Hints for named architecture
5263hints/minix.sh Hints for named architecture
5264hints/mips.sh Hints for named architecture
5265hints/mirbsd.sh Hints for named architecture
5266hints/mpc.sh Hints for named architecture
5267hints/ncr_tower.sh Hints for named architecture
5268hints/netbsd.sh Hints for named architecture
5269hints/newsos4.sh Hints for named architecture
5270hints/nonstopux.sh Hints for named architecture
5271hints/openbsd.sh Hints for named architecture
5272hints/opus.sh Hints for named architecture
5273hints/os2.sh Hints for named architecture
5274hints/os390.sh Hints for named architecture
5275hints/os400.sh Hints for named architecture
5276hints/posix-bc.sh Hints for named architecture
5277hints/qnx.sh Hints for named architecture
5278hints/README.hints Notes about hints
5279hints/riscos.sh Hints for named architecture
5280hints/sco.sh Hints for named architecture
5281hints/sco_2_3_0.sh Hints for named architecture
5282hints/sco_2_3_1.sh Hints for named architecture
5283hints/sco_2_3_2.sh Hints for named architecture
5284hints/sco_2_3_3.sh Hints for named architecture
5285hints/sco_2_3_4.sh Hints for named architecture
d5101655 5286hints/serenity.sh Hints for named architecture
bf8d7753
YO
5287hints/solaris_2.sh Hints for named architecture
5288hints/stellar.sh Hints for named architecture
5289hints/sunos_4_0.sh Hints for named architecture
5290hints/sunos_4_1.sh Hints for named architecture
5291hints/super-ux.sh Hints for named architecture
5292hints/svr4.sh Hints for named architecture
5293hints/svr5.sh Hints for named architecture
5294hints/t001.c Test case for gcc bug
5295hints/ti1500.sh Hints for named architecture
5296hints/umips.sh Hints for named architecture
5297hints/unicos.sh Hints for named architecture
5298hints/unicosmk.sh Hints for named architecture
5299hints/unisysdynix.sh Hints for named architecture
5300hints/utekv.sh Hints for named architecture
5301hints/vos.sh Hints for named architecture
5302lib/_charnames.pm Character names
5303lib/AnyDBM_File.pm Perl module to emulate dbmopen
5304lib/AnyDBM_File.t See if AnyDBM_File works
5305lib/B/Deparse.pm Compiler Deparse backend
5306lib/B/Deparse.t See if B::Deparse works
5307lib/B/Deparse-core.t See if B::Deparse knows when to use CORE::
5308lib/B/Deparse-subclass.t See if B::Deparse can be subclassed
5309lib/B/Op_private.pm Definitions of OP op_private flags
5310lib/Benchmark.pm Measure execution time
5311lib/Benchmark.t See if Benchmark works
5312lib/blib.pm For "use blib"
5313lib/blib.t blib.pm test
5314lib/builtin.pm builtin function namespace
5315lib/builtin.t test builtin function namespace
3a4d94ec 5316lib/builtin-taint.t test builtin function namespace in taint mode
bf8d7753
YO
5317lib/bytes.pm Pragma to enable byte operations
5318lib/bytes.t bytes.pm test
5319lib/bytes_heavy.pl Support routines for byte pragma
5320lib/charnames.pm Character names
5321lib/charnames.t See if character names work
5322lib/Class/Struct.pm Declare struct-like datatypes as Perl classes
5323lib/Class/Struct.t See if Class::Struct works
5324lib/Config.t See if Config works
5325lib/Config/Extensions.pm Convenient hash lookup for built extensions
5326lib/Config/Extensions.t See if Config::Extensions works
5327lib/CORE.pod document the CORE namespace
5328lib/DB.pm Debugger API (draft)
5329lib/DB.t See if DB works
5330lib/DBM_Filter.pm DBM Filter module
5331lib/DBM_Filter/compress.pm DBM Filter to compress keys/values
5332lib/DBM_Filter/encode.pm DBM Filter for encoding
5333lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values
5334lib/DBM_Filter/null.pm DBM Filter for null termination
5335lib/DBM_Filter/t/01error.t test DBM_Filter::null
5336lib/DBM_Filter/t/02core.t test DBM_Filter::null
5337lib/DBM_Filter/t/compress.t test DBM_Filter::compress
5338lib/DBM_Filter/t/encode.t test DBM_Filter::encode
5339lib/DBM_Filter/t/int32.t test DBM_Filter::int32
5340lib/DBM_Filter/t/null.t test DBM_Filter::null
5341lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8
5342lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding
5343lib/dbm_filter_util.pl Utility functions used by DBM Filter tests
5344lib/deprecate.pm A pragma for deprecating modules from the core.
5345lib/diagnostics.pm Print verbose diagnostics
5346lib/diagnostics.t See if diagnostics.pm works
5347lib/DirHandle.pm like FileHandle only for directories
5348lib/DirHandle.t See if DirHandle works
5349lib/dumpvar.pl A variable dumper
5350lib/dumpvar.t A variable dumper tester
5351lib/English.pm Readable aliases for short variables
5352lib/English.t See if English works
5353lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs
5354lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works
5355lib/ExtUtils/typemap Extension interface types
5356lib/ExtUtils/XSSymSet.pm on VMS, manage linker symbols when building extensions
5357lib/feature.pm Pragma to enable new syntax
5358lib/feature.t See if features work
5359lib/feature/unicode_strings.t See if feature "unicode_strings" work
5360lib/File/Basename.pm Emulate the basename program
5361lib/File/Basename.t See if File::Basename works
5362lib/File/Compare.pm Emulation of cmp command
5363lib/File/Compare.t See if File::Compare works
5364lib/File/Copy.pm Emulation of cp command
5365lib/File/Copy.t See if File::Copy works
5366lib/File/stat.pm By-name interface to Perl's builtin stat
5367lib/File/stat.t See if File::stat works
5368lib/File/stat-7896.t A test for ID 20011110.104
5369lib/FileHandle.pm Backward-compatible front end to IO extension
5370lib/FileHandle.t See if FileHandle works
5371lib/filetest.pm For "use filetest"
5372lib/filetest.t See if filetest works
5373lib/Getopt/Std.pm Fetch command options (getopt, getopts)
5374lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work
5375lib/h2ph.t See if h2ph works like it should
5376lib/h2xs.t See if h2xs produces expected lists of files
5377lib/integer.pm For "use integer"
5378lib/integer.t For "use integer" testing
5379lib/Internals.pod Document the Internals namespace (implemented by universal.c)
5380lib/Internals.t For Internals::* testing
5381lib/less.pm For "use less"
5382lib/less.t See if less support works
5383lib/locale.pm For "use locale"
5384lib/locale.t See if locale support works
5385lib/locale_threads.t Tes locale and threads interactions
5386lib/meta_notation.pm Helper for certain /lib .pm's
5387lib/meta_notation.t See if meta_notation.t works
5388lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
5389lib/Net/hostent.t See if Net::hostent works
5390lib/Net/netent.pm By-name interface to Perl's builtin getnet*
5391lib/Net/netent.t See if Net::netent works
5392lib/Net/protoent.pm By-name interface to Perl's builtin getproto*
5393lib/Net/protoent.t See if Net::protoent works
5394lib/Net/servent.pm By-name interface to Perl's builtin getserv*
5395lib/Net/servent.t See if Net::servtent works
5396lib/open.pm Pragma to specify default I/O layers
5397lib/open.t See if the open pragma works
5398lib/overload.pm Module for overloading perl operators
5399lib/overload.t See if operator overloading works
5400lib/overload/numbers.pm Helper for overloading pragma
5401lib/overload64.t See if operator overloading works with 64-bit ints
5402lib/overloading.pm Pragma to lexically control overloading
5403lib/overloading.t Tests for overloading.pm
5404lib/perl5db.pl Perl debugging routines
5405lib/perl5db.t Tests for the Perl debugger
5406lib/perl5db/t/break-on-dot Test script used by perl5db.t
5407lib/perl5db/t/breakpoint-bug Test script used by perl5db.t
5408lib/perl5db/t/disable-breakpoints-1 Test script used by perl5db.t
5409lib/perl5db/t/disable-breakpoints-2 Test script used by perl5db.t
5410lib/perl5db/t/disable-breakpoints-3 Test script used by perl5db.t
5411lib/perl5db/t/EnableModule.pm Tests for the Perl debugger
5412lib/perl5db/t/eval-line-bug Tests for the Perl debugger
5413lib/perl5db/t/fact Tests for the Perl debugger
5414lib/perl5db/t/filename-line-breakpoint Tests for the Perl debugger
5415lib/perl5db/t/gh-17660 Tests for the Perl debugger
5416lib/perl5db/t/gh-17661 Tests for the Perl debugger
5417lib/perl5db/t/gh-17661b Tests for the Perl debugger
f36bd8db 5418lib/perl5db/t/gh-21350 Tests for the Perl debugger
bf8d7753
YO
5419lib/perl5db/t/load-modules Tests for the Perl debugger
5420lib/perl5db/t/lsub-n Test script used by perl5db.t
5421lib/perl5db/t/lvalue-bug Tests for the Perl debugger
5422lib/perl5db/t/MyModule.pm Tests for the Perl debugger
5423lib/perl5db/t/proxy-constants Tests for the Perl debugger
5424lib/perl5db/t/rt-104168 Tests for the Perl debugger
5425lib/perl5db/t/rt-120174 Tests for the Perl debugger
c59f1e04 5426lib/perl5db/t/rt-121509-restart-after-chdir Tests for the Perl debugger
bf8d7753
YO
5427lib/perl5db/t/rt-124203 Test threads in the Perl debugger
5428lib/perl5db/t/rt-124203b Test threads in the Perl debugger
5429lib/perl5db/t/rt-61222 Tests for the Perl debugger
5430lib/perl5db/t/rt-66110 Tests for the Perl debugger
5431lib/perl5db/t/source-cmd-test.perldb Tests for the Perl debugger
3dfcef7e 5432lib/perl5db/t/source-cmd-test-no-q.perldb Tests for the Perl debugger
bf8d7753
YO
5433lib/perl5db/t/symbol-table-bug Tests for the Perl debugger
5434lib/perl5db/t/taint Tests for the Perl debugger
5435lib/perl5db/t/test-a-statement-1 Tests for the Perl debugger
5436lib/perl5db/t/test-a-statement-2 Tests for the Perl debugger
5437lib/perl5db/t/test-a-statement-3 Tests for the Perl debugger
5438lib/perl5db/t/test-dieLevel-option-1 Tests for the Perl debugger
5439lib/perl5db/t/test-frame-option-1 Tests for the Perl debugger
5440lib/perl5db/t/test-l-statement-1 Tests for the Perl debugger
5441lib/perl5db/t/test-l-statement-2 Tests for the Perl debugger
5442lib/perl5db/t/test-m-statement-1 Tests for the Perl debugger
e3d167f6 5443lib/perl5db/t/test-passing-at-underscore-to-x-etc Tests for the Perl debugger
bf8d7753
YO
5444lib/perl5db/t/test-PrintRet-option-1 Tests for the Perl debugger
5445lib/perl5db/t/test-r-statement Tests for the Perl debugger
5446lib/perl5db/t/test-w-statement-1 Tests for the Perl debugger
5447lib/perl5db/t/test-warnLevel-option-1 Tests for the Perl debugger
5448lib/perl5db/t/uncalled-subroutine Tests for the Perl debugger
5449lib/perl5db/t/with-subroutine Tests for the Perl debugger
5450lib/perlbug.t Tests for the Perl bug reporter
5451lib/PerlIO.pm PerlIO support module
5452lib/Pod/t/Usage.t See if Pod::Usage works
5453lib/SelectSaver.pm Enforce proper select scoping
5454lib/SelectSaver.t See if SelectSaver works
5455lib/sigtrap.pm For trapping an abort and giving traceback
5456lib/sigtrap.t See if sigtrap works
5457lib/sort.pm For "use sort"
5458lib/sort.t See if "use sort" works
5459lib/strict.pm For "use strict"
5460lib/strict.t See if strictures work
5461lib/subs.pm Declare overriding subs
5462lib/subs.t See if subroutine pseudo-importation works
5463lib/Symbol.pm Symbol table manipulation routines
5464lib/Symbol.t See if Symbol works
5465lib/Thread.pm Thread extensions frontend
5466lib/Thread.t Thread extensions frontend tests
5467lib/Tie/Array.pm Base class for tied arrays
5468lib/Tie/Array/push.t Test for Tie::Array
5469lib/Tie/Array/splice.t Test for Tie::Array::SPLICE
5470lib/Tie/Array/std.t Test for Tie::StdArray
5471lib/Tie/Array/stdpush.t Test for Tie::StdArray
5472lib/Tie/ExtraHash.t Test for Tie::ExtraHash (in Tie/Hash.pm)
5473lib/Tie/Handle.pm Base class for tied handles
5474lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle
3dfcef7e 5475lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat
bf8d7753
YO
5476lib/Tie/Hash.pm Base class for tied hashes
5477lib/Tie/Hash.t See if Tie::Hash works
5478lib/Tie/Scalar.pm Base class for tied scalars
5479lib/Tie/Scalar.t See if Tie::Scalar works
5480lib/Tie/StdHandle.pm Tie::StdHandle
5481lib/Tie/SubstrHash.pm Compact hash for known key, value and table size
5482lib/Tie/SubstrHash.t Test for Tie::SubstrHash
5483lib/Time/gmtime.pm By-name interface to Perl's builtin gmtime
5484lib/Time/gmtime.t Test for Time::gmtime
5485lib/Time/localtime.pm By-name interface to Perl's builtin localtime
5486lib/Time/localtime.t Test for Time::localtime
5487lib/Time/tm.pm Internal object for Time::{gm,local}time
5488lib/Unicode/README Explanation what happened to lib/unicode.
5489lib/Unicode/testnorm.t Run official Unicode Consortium's normalization tests
5490lib/Unicode/UCD.pm Unicode character database
5491lib/Unicode/UCD.t See if Unicode character database works
e1010889 5492lib/unicore/ArabicShaping.txt Unicode character database
bf8d7753 5493lib/unicore/auxiliary/GCBTest.txt Unicode character database
0ea850f0 5494lib/unicore/auxiliary/GraphemeBreakProperty.txt Unicode character database
bf8d7753
YO
5495lib/unicore/auxiliary/LBTest.txt Unicode character database
5496lib/unicore/auxiliary/SBTest.txt Unicode character database
0ea850f0 5497lib/unicore/auxiliary/SentenceBreakProperty.txt Unicode character database
bf8d7753 5498lib/unicore/auxiliary/WBTest.txt Unicode character database
0ea850f0 5499lib/unicore/auxiliary/WordBreakProperty.txt Unicode character database
a9c9e371 5500lib/unicore/BidiBrackets.txt Unicode character database
e1010889
NC
5501lib/unicore/BidiMirroring.txt Unicode character database
5502lib/unicore/Blocks.txt Unicode character database
5503lib/unicore/CaseFolding.txt Unicode character database
8cf8bfae 5504lib/unicore/CJKRadicals.txt Unicode character database
e1010889
NC
5505lib/unicore/CompositionExclusions.txt Unicode character database
5506lib/unicore/DAge.txt Unicode character database
5507lib/unicore/DCoreProperties.txt Unicode character database
5508lib/unicore/DNormalizationProps.txt Unicode character database
5509lib/unicore/EastAsianWidth.txt Unicode character database
b6dbf1d3 5510lib/unicore/emoji/emoji.txt Unicode character database
bd84d130 5511lib/unicore/EmojiSources.txt Unicode character database
8a6698d7 5512lib/unicore/EquivalentUnifiedIdeograph.txt Unicode character database
0ea850f0
RGS
5513lib/unicore/extracted/DBidiClass.txt Unicode character database
5514lib/unicore/extracted/DBinaryProperties.txt Unicode character database
5515lib/unicore/extracted/DCombiningClass.txt Unicode character database
5516lib/unicore/extracted/DDecompositionType.txt Unicode character database
5517lib/unicore/extracted/DEastAsianWidth.txt Unicode character database
5518lib/unicore/extracted/DGeneralCategory.txt Unicode character database
e1010889
NC
5519lib/unicore/extracted/DJoinGroup.txt Unicode character database
5520lib/unicore/extracted/DJoinType.txt Unicode character database
5521lib/unicore/extracted/DLineBreak.txt Unicode character database
5522lib/unicore/extracted/DNumType.txt Unicode character database
5523lib/unicore/extracted/DNumValues.txt Unicode character database
5524lib/unicore/HangulSyllableType.txt Unicode character database
ac92cca2
KW
5525lib/unicore/IdStatus.txt Unicode UTS 39 database
5526lib/unicore/IdType.txt Unicode UTS 39 database
e1010889 5527lib/unicore/Index.txt Unicode character database
ac71d2a0 5528lib/unicore/IndicPositionalCategory.txt Unicode character database
bd84d130 5529lib/unicore/IndicSyllabicCategory.txt Unicode character database
e1010889
NC
5530lib/unicore/Jamo.txt Unicode character database
5531lib/unicore/LineBreak.txt Unicode character database
5532lib/unicore/Makefile Unicode character database
5533lib/unicore/mktables Unicode character database generator
e1010889
NC
5534lib/unicore/NameAliases.txt Unicode character database
5535lib/unicore/NamedSequences.txt Unicode character database
5536lib/unicore/NamedSqProv.txt Unicode character database
5537lib/unicore/NamesList.txt Unicode character database
12ac2576 5538lib/unicore/NormalizationCorrections.txt Unicode character database
4f543aad 5539lib/unicore/NormTest.txt Unicode character database
e1010889
NC
5540lib/unicore/PropertyAliases.txt Unicode character database
5541lib/unicore/PropList.txt Unicode character database
5542lib/unicore/PropValueAliases.txt Unicode character database
5543lib/unicore/README.perl Unicode character database
e1010889 5544lib/unicore/ReadMe.txt Unicode character database info
bd84d130 5545lib/unicore/ScriptExtensions.txt Unicode character database
e1010889
NC
5546lib/unicore/Scripts.txt Unicode character database
5547lib/unicore/SpecialCasing.txt Unicode character database
5548lib/unicore/StandardizedVariants.txt Unicode character database
4f543aad 5549lib/unicore/TestNorm.pl Unicode character database
21c34e97 5550lib/unicore/uni_keywords.pl Indices into array in charclass_invlists.h
e1010889
NC
5551lib/unicore/UnicodeData.txt Unicode character database
5552lib/unicore/version The version of the Unicode
fce4ebb4 5553lib/unicore/VerticalOrientation.txt Unicode character database
bf8d7753
YO
5554lib/UNIVERSAL.pm Base class for ALL classes
5555lib/User/grent.pm By-name interface to Perl's builtin getgr*
5556lib/User/grent.t See if User::grwent works
5557lib/User/pwent.pm By-name interface to Perl's builtin getpw*
5558lib/User/pwent.t See if User::pwent works
5559lib/utf8.pm Pragma to control Unicode support
5560lib/utf8.t See if utf8 operations work
5561lib/vars.pm Declare pseudo-imported global variables
5562lib/vars.t See if "use vars" works
5563lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default
5564lib/vmsish.pm Control VMS-specific behavior of Perl core
5565lib/vmsish.t Tests for vmsish.pm
5566lib/warnings.pm For "use warnings"
5567lib/warnings.t See if warning controls work
5568lib/warnings/register.pm For "use warnings::register"
5569os2/Changes Changelog for OS/2 port
5570os2/diff.configure Patches to Configure
5571os2/dl_os2.c Addon for dl_open
5572os2/dlfcn.h Addon for dl_open
5573os2/Makefile.SHs Shared library generation for OS/2
5574os2/os2.c Additional code for OS/2
5575os2/os2.sym Additional symbols to export
5576os2/OS2/OS2-ExtAttr/Changes EA access module
5577os2/OS2/OS2-ExtAttr/ExtAttr.pm EA access module
5578os2/OS2/OS2-ExtAttr/ExtAttr.xs EA access module
5579os2/OS2/OS2-ExtAttr/Makefile.PL EA access module
5580os2/OS2/OS2-ExtAttr/MANIFEST EA access module
5581os2/OS2/OS2-ExtAttr/myea.h EA access module
5582os2/OS2/OS2-ExtAttr/t/os2_ea.t EA access module
5583os2/OS2/OS2-ExtAttr/typemap EA access module
5584os2/OS2/OS2-PrfDB/Changes System database access module
5585os2/OS2/OS2-PrfDB/Makefile.PL System database access module
5586os2/OS2/OS2-PrfDB/MANIFEST System database access module
5587os2/OS2/OS2-PrfDB/PrfDB.pm System database access module
5588os2/OS2/OS2-PrfDB/PrfDB.xs System database access module
5589os2/OS2/OS2-PrfDB/t/os2_prfdb.t System database access module
5590os2/OS2/OS2-Process/Makefile.PL system() constants in a module
5591os2/OS2/OS2-Process/MANIFEST system() constants in a module
5592os2/OS2/OS2-Process/Process.pm system() constants in a module
5593os2/OS2/OS2-Process/Process.xs system() constants in a module
5594os2/OS2/OS2-Process/t/os2_atoms.t Test for OS2::Process
5595os2/OS2/OS2-Process/t/os2_clipboard.t Test for OS2::Process
5596os2/OS2/OS2-Process/t/os2_process.t Tests
5597os2/OS2/OS2-Process/t/os2_process_kid.t Tests
a4a5dee5 5598os2/OS2/OS2-Process/t/os2_process_text.t Tests
bf8d7753
YO
5599os2/OS2/OS2-REXX/Changes DLL access module
5600os2/OS2/OS2-REXX/DLL/Changes DLL access module
5601os2/OS2/OS2-REXX/DLL/DLL.pm DLL access module
5602os2/OS2/OS2-REXX/DLL/DLL.xs DLL access module
5603os2/OS2/OS2-REXX/DLL/Makefile.PL DLL access module
5604os2/OS2/OS2-REXX/DLL/MANIFEST DLL access module
5605os2/OS2/OS2-REXX/Makefile.PL DLL access module
5606os2/OS2/OS2-REXX/MANIFEST DLL access module
5607os2/OS2/OS2-REXX/REXX.pm DLL access module
5608os2/OS2/OS2-REXX/REXX.xs DLL access module
5609os2/OS2/OS2-REXX/t/rx_cmprt.t DLL access module
5610os2/OS2/OS2-REXX/t/rx_dllld.t DLL access module
5611os2/OS2/OS2-REXX/t/rx_emxrv.t DLL access module
5612os2/OS2/OS2-REXX/t/rx_objcall.t DLL access module
5613os2/OS2/OS2-REXX/t/rx_sql.test DLL access module
5614os2/OS2/OS2-REXX/t/rx_tiesql.test DLL access module
5615os2/OS2/OS2-REXX/t/rx_tievar.t DLL access module
5616os2/OS2/OS2-REXX/t/rx_tieydb.t DLL access module
5617os2/OS2/OS2-REXX/t/rx_varset.t DLL access module
5618os2/OS2/OS2-REXX/t/rx_vrexx.t DLL access module
5619os2/OS2/typemap Common typemap for OS/2 types
5620os2/os2_base.t Additional tests for builtin methods
5621os2/os2_pipe.t Tests for pipe creation logic
5622os2/os2add.sym Overriding symbols to export
5623os2/os2ish.h Header for OS/2
5624os2/os2thread.h pthread-like typedefs
5625os2/perl2cmd.pl Corrects installed binaries under OS/2
5626os2/perlrexx.c Support perl interpreter embedded in REXX
5627os2/perlrexx.cmd Test perl interpreter embedded in REXX
5628plan9/9front.patch Plan9 port: patch for 9front-specific flavor of Plan 9
5629plan9/aperl Plan9 port: shell to make Perl error messages Acme-friendly
5630plan9/arpa/inet.h Plan9 port: replacement C header file
5631plan9/buildinfo Plan9 port: configuration information
5632plan9/config.plan9 Plan9 port: config.h template
5633plan9/config_h.sample Plan9 port: 5.32.0 sample config.h
5634plan9/config_sh.sample Plan9 port: 5.32.0 sample config.sh
5635plan9/exclude Plan9 port: tests to skip
5636plan9/fndvers Plan9 port: update Perl version in config.plan9
5637plan9/genconfig.pl Plan9 port: generate config.sh
5638plan9/math.h Plan9 port: Plan9-specific math.h
5639plan9/mkfile Plan9 port: Mk driver for build
5640plan9/myconfig.plan9 Plan9 port: script to print config summary
5641plan9/plan9.c Plan9 port: Plan9-specific C routines
5642plan9/plan9ish.h Plan9 port: Plan9-specific C header file
5643plan9/setup.rc Plan9 port: script for easy build+install
5644plan9/uninstall.rc Plan9 port: uninstall script
5645plan9/versnum Plan9 port: script to print version number
5646pod/buildtoc Generate pod/perltoc.pod and pod/roffitall
5647pod/Makefile.SH generate Makefile which makes pods into something else
5648pod/perl.pod Perl overview (this section)
5649pod/perl5004delta.pod Perl changes in version 5.004
5650pod/perl5005delta.pod Perl changes in version 5.005
5651pod/perl5100delta.pod Perl changes in version 5.10.0
5652pod/perl5101delta.pod Perl changes in version 5.10.1
5653pod/perl5120delta.pod Perl changes in version 5.12.0
5654pod/perl5121delta.pod Perl changes in version 5.12.1
5655pod/perl5122delta.pod Perl changes in version 5.12.2
5656pod/perl5123delta.pod Perl changes in version 5.12.3
5657pod/perl5124delta.pod Perl changes in version 5.12.4
5658pod/perl5125delta.pod Perl changes in version 5.12.5
5659pod/perl5140delta.pod Perl changes in version 5.14.0
5660pod/perl5141delta.pod Perl changes in version 5.14.1
5661pod/perl5142delta.pod Perl changes in version 5.14.2
5662pod/perl5143delta.pod Perl changes in version 5.14.3
5663pod/perl5144delta.pod Perl changes in version 5.14.4
5664pod/perl5160delta.pod Perl changes in version 5.16.0
5665pod/perl5161delta.pod Perl changes in version 5.16.1
5666pod/perl5162delta.pod Perl changes in version 5.16.2
5667pod/perl5163delta.pod Perl changes in version 5.16.3
5668pod/perl5180delta.pod Perl changes in version 5.18.0
5669pod/perl5181delta.pod Perl changes in version 5.18.1
5670pod/perl5182delta.pod Perl changes in version 5.18.2
5671pod/perl5184delta.pod Perl changes in version 5.18.4
5672pod/perl5200delta.pod Perl changes in version 5.20.0
5673pod/perl5201delta.pod Perl changes in version 5.20.1
5674pod/perl5202delta.pod Perl changes in version 5.20.2
5675pod/perl5203delta.pod Perl changes in version 5.20.3
5676pod/perl5220delta.pod Perl changes in version 5.22.0
5677pod/perl5221delta.pod Perl changes in version 5.22.1
5678pod/perl5222delta.pod Perl changes in version 5.22.2
5679pod/perl5223delta.pod Perl changes in version 5.22.3
5680pod/perl5224delta.pod Perl changes in version 5.22.4
5681pod/perl5240delta.pod Perl changes in version 5.24.0
5682pod/perl5241delta.pod Perl changes in version 5.24.1
5683pod/perl5242delta.pod Perl changes in version 5.24.2
5684pod/perl5243delta.pod Perl changes in version 5.24.3
5685pod/perl5244delta.pod Perl changes in version 5.24.4
5686pod/perl5260delta.pod Perl changes in version 5.26.0
5687pod/perl5261delta.pod Perl changes in version 5.26.1
5688pod/perl5262delta.pod Perl changes in version 5.26.2
5689pod/perl5263delta.pod Perl changes in version 5.26.3
5690pod/perl5280delta.pod Perl changes in version 5.28.0
5691pod/perl5281delta.pod Perl changes in version 5.28.1
5692pod/perl5282delta.pod Perl changes in version 5.28.2
5693pod/perl5283delta.pod Perl changes in version 5.28.3
5694pod/perl5300delta.pod Perl changes in version 5.30.0
5695pod/perl5301delta.pod Perl changes in version 5.30.1
5696pod/perl5302delta.pod Perl changes in version 5.30.2
5697pod/perl5303delta.pod Perl changes in version 5.30.3
5698pod/perl5320delta.pod Perl changes in version 5.32.0
5699pod/perl5321delta.pod Perl changes in version 5.32.1
5700pod/perl5340delta.pod Perl changes in version 5.34.0
5701pod/perl5341delta.pod Perl changes in version 5.34.1
4d10a1cc 5702pod/perl5342delta.pod Perl changes in version 5.34.2
949a89d7 5703pod/perl5343delta.pod Perl changes in version 5.34.3
bf8d7753 5704pod/perl5360delta.pod Perl changes in version 5.36.0
4ddebfb8 5705pod/perl5361delta.pod Perl changes in version 5.36.1
4d10a1cc 5706pod/perl5362delta.pod Perl changes in version 5.36.2
949a89d7 5707pod/perl5363delta.pod Perl changes in version 5.36.3
e897d1e8 5708pod/perl5380delta.pod Perl changes in version 5.38.0
4d10a1cc 5709pod/perl5381delta.pod Perl changes in version 5.38.1
949a89d7 5710pod/perl5382delta.pod Perl changes in version 5.38.2
76a2388e 5711pod/perl5390delta.pod Perl changes in version 5.39.0
2de32dae 5712pod/perl5391delta.pod Perl changes in version 5.39.1
7a3daaa5 5713pod/perl5392delta.pod Perl changes in version 5.39.2
eb1b0be1 5714pod/perl5393delta.pod Perl changes in version 5.39.3
b16abda0 5715pod/perl5394delta.pod Perl changes in version 5.39.4
46b23771 5716pod/perl5395delta.pod Perl changes in version 5.39.5
bf8d7753
YO
5717pod/perl561delta.pod Perl changes in version 5.6.1
5718pod/perl56delta.pod Perl changes in version 5.6
5719pod/perl581delta.pod Perl changes in version 5.8.1
5720pod/perl582delta.pod Perl changes in version 5.8.2
5721pod/perl583delta.pod Perl changes in version 5.8.3
5722pod/perl584delta.pod Perl changes in version 5.8.4
5723pod/perl585delta.pod Perl changes in version 5.8.5
5724pod/perl586delta.pod Perl changes in version 5.8.6
5725pod/perl587delta.pod Perl changes in version 5.8.7
5726pod/perl588delta.pod Perl changes in version 5.8.8
5727pod/perl589delta.pod Perl changes in version 5.8.9
5728pod/perl58delta.pod Perl changes in version 5.8.0
5729pod/perlapio.pod Perl internal IO abstraction interface
5730pod/perlartistic.pod Perl Artistic License
5731pod/perlbook.pod Perl book information
5732pod/perlboot.pod
5733pod/perlbot.pod
5734pod/perlcall.pod Perl calling conventions from C
5735pod/perlcheat.pod Perl cheat sheet
5736pod/perlclass.pod Perl class syntax
5737pod/perlclassguts.pod Internals of class syntax
5738pod/perlclib.pod Internal replacements for standard C library functions
5739pod/perlcommunity.pod Perl community information
5740pod/perldata.pod Perl data structures
5741pod/perldbmfilter.pod Perl DBM filters
5742pod/perldebguts.pod Perl debugging guts and tips
5743pod/perldebtut.pod Perl debugging tutorial
5744pod/perldebug.pod Perl debugging
5745pod/perldelta.pod Perl changes since previous version
5746pod/perldeprecation.pod Perl deprecations
5747pod/perldiag.pod Perl diagnostic messages
5748pod/perldocstyle.pod Perl style guide for core docs
5749pod/perldsc.pod Perl data structures intro
5750pod/perldtrace.pod Perl's support for DTrace
5751pod/perlebcdic.pod Considerations for running Perl on EBCDIC platforms
5752pod/perlembed.pod Perl ways to embed perl in your C or C++ application
5753pod/perlexperiment.pod A listing of experimental features in Perl
5754pod/perlfilter.pod Perl source filters
5755pod/perlfork.pod Perl fork() information
5756pod/perlform.pod Perl formats
5757pod/perlfunc.pod Perl built-in functions
5758pod/perlgit.pod Using git with the Perl repository
5759pod/perlgov.pod Perl Rules of Governance
5760pod/perlgpl.pod GNU General Public License
5761pod/perlguts.pod Perl internal functions for those doing extensions
5762pod/perlhack.pod Perl hackers guide
5763pod/perlhacktips.pod Tips for Perl core C code hacking
5764pod/perlhacktut.pod Walk through the creation of a simple C code patch
5765pod/perlhist.pod Perl history records
5766pod/perlinterp.pod Overview of the Perl interpreter source and how it works
5767pod/perlintro.pod Perl introduction for beginners
5768pod/perliol.pod C API for Perl's implementation of IO in Layers
5769pod/perlipc.pod Perl interprocess communication
5770pod/perllexwarn.pod Perl warnings and their control
5771pod/perllocale.pod Perl locale support
5772pod/perllol.pod Perl data structures: arrays of arrays
5773pod/perlmod.pod Perl modules: how they work
5774pod/perlmodinstall.pod Perl modules: how to install from CPAN
5775pod/perlmodlib.PL Generate pod/perlmodlib.pod
5776pod/perlmodstyle.pod Perl modules: how to write modules with style
5777pod/perlmroapi.pod Perl method resolution plugin interface
5778pod/perlnewmod.pod Perl modules: preparing a new module for distribution
5779pod/perlnumber.pod Perl number semantics
5780pod/perlobj.pod Perl objects
5781pod/perlootut.pod Perl OO tutorial for beginners
1b2f9fc3 5782pod/perlop.pod Perl expressions: operators, precedence, string literals
bf8d7753
YO
5783pod/perlopentut.pod Perl open() tutorial
5784pod/perlpacktut.pod Perl pack() and unpack() tutorial
5785pod/perlperf.pod Perl Performance and Optimization Techniques
5786pod/perlpod.pod Perl plain old documentation
5787pod/perlpodspec.pod Perl plain old documentation format specification
5788pod/perlpodstyle.pod Perl POD style guide
5789pod/perlpolicy.pod Perl development policies
5790pod/perlport.pod Perl portability guide
5791pod/perlpragma.pod Perl modules: writing a user pragma
5792pod/perlre.pod Perl regular expressions, the rest of the story
5793pod/perlreapi.pod Perl regular expression plugin interface
5794pod/perlrebackslash.pod Perl regular expression backslash sequences
5795pod/perlrecharclass.pod Perl regular expression character classes
5796pod/perlref.pod Perl references, the rest of the story
5797pod/perlreftut.pod Perl references short introduction
5798pod/perlreguts.pod Perl regular expression engine internals
5799pod/perlrepository.pod
5800pod/perlrequick.pod Perl regular expressions quick start
5801pod/perlreref.pod Perl regular expressions quick reference
5802pod/perlretut.pod Perl regular expressions tutorial
5803pod/perlrun.pod Perl execution and options
5804pod/perlsec.pod Perl security
5805pod/perlsecpolicy.pod Perl security report handling policy
5806pod/perlsource.pod Guide to the Perl source tree
5807pod/perlstyle.pod Perl style guide
5808pod/perlsub.pod Perl subroutines
1b2f9fc3 5809pod/perlsyn.pod Perl syntax: declarations, statements, comments
bf8d7753
YO
5810pod/perlthrtut.pod Perl threads tutorial
5811pod/perltie.pod Perl objects hidden behind simple variables
5812pod/perltodo.pod
5813pod/perltooc.pod
5814pod/perltoot.pod
5815pod/perltrap.pod Perl traps for the unwary
5816pod/perlunicode.pod Perl Unicode support
5817pod/perlunicook.pod Perl Unicode cookbook
5818pod/perlunifaq.pod Perl Unicode FAQ
5819pod/perluniintro.pod Perl Unicode introduction
5820pod/perlunitut.pod Perl Unicode tutorial
5821pod/perlutil.pod utilities packaged with the Perl distribution
5822pod/perlvar.pod Perl predefined variables
5823pod/perlvms.pod Perl notes for VMS
5824pod/rofftoc Generate a table of contents in troff format
5825pod/splitman Splits perlfunc into multiple man pages
5826pod/splitpod Splits perlfunc into multiple pod pages
5827Porting/acknowledgements.pl Generate perldelta acknowledgements text
5828Porting/add-package.pl Add/Update CPAN modules that are part of Core
5829Porting/add-pod-file Utility to add new pod/*.pod file to core distribution
5830Porting/bench.pl Run benchmarks against t/perf/benchmarks
5831Porting/bisect.pl A tool to make bisecting easy
5832Porting/bisect-example.sh Example script to use with git bisect run
5833Porting/bisect-runner.pl Tool to be called by git bisect run
5834Porting/bump-perl-version bump the perl version in relevant files
5835Porting/check-cpan-pollution Check for commits that may wrongly touch CPAN distros
5836Porting/checkansi.pl Check source code for ANSI-C violations
5837Porting/checkcfguse.pl Check that config symbols are being used
5838Porting/checkcfgvar.pl Check that config scripts define all symbols
5839Porting/checkpodencoding.pl Check POD encoding
5840Porting/checkURL.pl Check whether we have working URLs
5841Porting/checkVERSION.pl Check whether we have $VERSIONs
5842Porting/cmpVERSION.pl Compare whether two trees have changed modules
5843Porting/config.sh Sample config.sh
5844Porting/config_H Sample config.h
5845Porting/config_h.pl Reorder config_h.SH after metaconfig
5846Porting/core-cpan-diff Compare core distros with their CPAN equivalents
5847Porting/core-team.json Membership of the Perl Core Team
5848Porting/corecpan.pl Reports outdated dual-lived modules
5849Porting/corelist.pl Generates data for Module::CoreList
5850Porting/corelist-diff Tool to produce corelist diffs
5851Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList
5852Porting/deparse-skips.txt List of test files to ignore/skip for deparse tests.
5853Porting/docs-team-charter.pod Perl Documentation Team charter
5854Porting/epigraphs.pod the release epigraphs used over the years
5855Porting/exclude_contrib.txt Data about contributors that do not want to be listed in AUTHORS
5856Porting/exec-bit.txt List of files that get +x in release tarball
5857Porting/exercise_makedef.pl Brute force testing for makedef.pl
5858Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source
5859Porting/findrfuncs Find reentrant variants of functions used in an executable
5860Porting/git-deltatool Mark commits for perldelta in git notes
5861Porting/git-find-p4-change Find the change for a p4 change number
5862Porting/git-make-p4-refs Output git refs for each p4 change number, suitable for appending to .git/packed-refs
5863Porting/GitUtils.pm Generate the contents of a .patch file
5864Porting/Glossary Glossary of config.sh variables
5865Porting/harness-timer-report.pl Analyze the timings from the test harness
5866Porting/how_to_write_a_perldelta.pod Bluffer's guide to writing a perldelta.
5867Porting/leakfinder.pl Hacky script for finding memory leaks
5868Porting/Maintainers Program to pretty print info in Maintainers.pl
5869Porting/Maintainers.pl Information about maintainers
5870Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
5871Porting/make-rmg-checklist Generates a checklist 4 the release manager
5872Porting/make_dot_patch.pl Make a .patch file from a git WD
5873Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it
5874Porting/makemeta Create the top-level META.yml
5875Porting/makerel Release making utility
5876Porting/manicheck Check against MANIFEST
5877Porting/manifest_lib.pl Library for checking and sorting the MANIFEST
5878Porting/manisort Sort the MANIFEST
5879Porting/mksample Generate Porting/config_H and Porting/config.sh
5880Porting/new-perldelta.pl Generate a new perldelta
5881Porting/newtests-perldelta.pl Generate Perldelta stub for newly added tests
5882Porting/perldelta_template.pod Template for creating new perldelta.pod files
c492ef5c 5883Porting/perlgov-team-update Tool to update perlgov from perl-core-teaml
bf8d7753
YO
5884Porting/perlhist_calculate.pl Perform calculations to update perlhist
5885Porting/pod_lib.pl Code for handling generated pods
5886Porting/pod_rules.pl generate lists of pod files for Makefiles
5887Porting/podtidy Reformat pod using Pod::Tidy
5888Porting/pumpkin.pod Guidelines and hints for Perl maintainers
5889Porting/README.pod Outline of contents of Porting directory
5890Porting/README.y2038 Perl notes for the 2038 fix
098d30ef 5891Porting/release_announcement_template.txt
bf8d7753
YO
5892Porting/release_managers_guide.pod Release Manager's Guide
5893Porting/release_schedule.pod Schedule for future releases
5894Porting/rt_list_patches A tool to help you apply patches from RT
5895Porting/security_template.pod Template for vulnerability announcements
5896Porting/sort_perldiag.pl Keep our diagnostics orderly
5897Porting/sync-with-cpan Sync with CPAN
5898Porting/test-dist-modules.pl Test dist/ modules on currently active perl (used for CI)
5899Porting/timecheck.c Test program for the 2038 fix
5900Porting/timecheck2.c Test program for the 2038 fix
5901Porting/todo.pod Perl things to do
5902Porting/updateAUTHORS.pl Tool to automatically update AUTHORS and .mailmap from git log data
5903Porting/updateAUTHORS.pm Brains of updateAUTHORS.pl
5904Porting/valgrindpp.pl Summarize valgrind reports
5905Porting/vote_admin_guide.pod Perlgov Vote Administrator guide
5906qnx/ar QNX implementation of "ar" utility
5907qnx/cpp QNX implementation of preprocessor filter
5908qnx/qnx.c QNX silent matherr callback
5909regen/charset_translations.pl Character set utilities
5910regen/ebcdic.pl Generates ebcdic_tables.h
5911regen/embed.pl Produces {embed,embedvar,proto}.h
5912regen/embed_lib.pl Reads embed.fnc and regen/opcodes
5913regen/feature.pl Generates feature.pm
5914regen/genpacksizetables.pl Generate the size tables for pack/unpack
5915regen/HeaderParser.pm Module used to parse header files
5916regen/keywords.pl Program to write keywords.h
5917regen/lib_cleanup.pl Generate lib/.gitignore from MANIFEST
5918regen/mg_vtable.pl generate mg_vtable.h
5919regen/miniperlmain.pl generate miniperlmain.c
5920regen/mk_invlists.pl Generates charclass_invlists.h
5921regen/mk_PL_charclass.pl Populate the PL_charclass table
5922regen/mph.pl Generate perfect hashes
5923regen/op_private Definitions of bits in an OP's op_private field
5924regen/opcode.pl Opcode header generator
5925regen/opcodes Opcode data
5926regen/overload.pl generate overload.h
5927regen/reentr.pl Reentrant interfaces
5928regen/regcharclass.pl Generate regcharclass.h from inline data
3dfcef7e 5929regen/regcharclass_multi_char_folds.pl Generate input for regcharclass.pl
bf8d7753
YO
5930regen/regcomp.pl Builder of regnodes.h
5931regen/regen_lib.pl Common file routines for generator scripts
5932regen/scope_types.pl Regenerate scope_types.h
5933regen/tidy_embed.pl Program to clean up embed.fnc manually
bf8d7753
YO
5934regen/unicode_constants.pl generate unicode_constants.h
5935regen/warnings.pl Program to write warnings.h and lib/warnings.pm
5936t/base/cond.t See if conditionals work
5937t/base/if.t See if if works
5938t/base/lex.t See if lexical items work
5939t/base/num.t See if numbers work
5940t/base/pat.t See if pattern matching works
5941t/base/rs.t See if record-read works
5942t/base/term.t See if various terms work
5943t/base/translate.t See if character set translation works
5944t/base/while.t See if while work
8034715d 5945t/benchmark/gh7094-speed-up-keys-on-empty-hash.t Benchmark if keys on empty hashes is fast enough
bf8d7753
YO
5946t/bigmem/hash.t Check hashing too large strings throws an exception
5947t/bigmem/index.t Check that index() handles large offsets
5948t/bigmem/pos.t Check that pos() handles large offsets
5949t/bigmem/read.t Check read() handles large offsets
5950t/bigmem/regexp.t Test regular expressions with large strings
c0588928 5951t/bigmem/stack.t Check handling of large value stacks (including MARK values)
8f470747 5952t/bigmem/stack_over.t Check handling of stack overflows with 32-bit MARK on 64-bit systems
e2c62bff 5953t/bigmem/str.t Test string primitives with large strings
bf8d7753 5954t/bigmem/subst.t Test s/// with large strings
fb929d46 5955t/bigmem/subst2.t Test s//EXPR/e with large strings
bf8d7753
YO
5956t/bigmem/vec.t Check vec() handles large offsets
5957t/charset_tools.pl To aid in portable testing across platforms with different character sets
5958t/class/class.t See if class declarations work
5959t/class/construct.t See if class constructors work
5960t/class/destruct.t See if class destruction works
5961t/class/field.t See if class field declarations work
5962t/class/inherit.t See if class inheritance works
5963t/class/method.t See if class method declarations work
5964t/class/phasers.t See if class phaser blocks work
5965t/class/threads.t See if classes work across multiple threads
5966t/cmd/elsif.t See if else-if works
5967t/cmd/for.t See if for loops work
5968t/cmd/mod.t See if statement modifiers work
5969t/cmd/subval.t See if subroutine values work
5970t/cmd/switch.t See if switch optimizations work
5971t/comp/bproto.t See if builtins conform to their prototypes
5972t/comp/cmdopt.t See if command optimization works
5973t/comp/colon.t See if colons are parsed correctly
5974t/comp/decl.t See if declarations work
5975t/comp/filter_exception.t See if $@ survives source filters
5976t/comp/final_line_num.t See if line numbers are correct at EOF
5977t/comp/fold.t See if constant folding works
5978t/comp/form_scope.t See if format scoping works
5979t/comp/hints.aux Auxiliary file for %^H test
5980t/comp/hints.t See if %^H works
5981t/comp/line_debug.t See if @{"_<$file"} works
5982t/comp/line_debug_0.aux Auxiliary file for @{"_<$file"} test
5983t/comp/multiline.t See if multiline strings work
5984t/comp/opsubs.t See if q() etc. are not parsed as functions
5985t/comp/our.t Tests for our declaration
5986t/comp/package.t See if packages work
5987t/comp/package_block.t See if package block syntax works
5988t/comp/parser.t See if the parser works in edge cases
36aa5d0d 5989t/comp/parser_run.t See if parser works in additional edge case
bf8d7753
YO
5990t/comp/proto.t See if function prototypes work
5991t/comp/redef.t See if we get correct warnings on redefined subs
5992t/comp/require.t See if require works
5993t/comp/retainedlines.t See if the debugger can retain eval's lines
5994t/comp/term.t See if more terms work
5995t/comp/uproto.t See if the _ prototype works
5996t/comp/use.t See if pragmata work
5997t/comp/utf.t See if UTFs work
5998t/harness Finer diagnostics from test suite
5999t/io/argv.t See if ARGV stuff works
6000t/io/binmode.t See if binmode() works
6001t/io/bom.t See if scripts can start with a byte order mark
6002t/io/closepid.t See if close works for subprocesses
6003t/io/crlf.t See if :crlf works
6004t/io/crlf_through.t See if pipe passes data intact with :crlf
6005t/io/data.t See if DATA works
6006t/io/defout.t See if PL_defoutgv works
6007t/io/dup.t See if >& works right
6008t/io/eintr.t See if code called during EINTR is safe
6009t/io/eintr_print.t Test that print is not returning EINTR
6010t/io/errno.t See if $! is correctly set
6011t/io/errnosig.t Test case for restoration $! when leaving signal handlers
6012t/io/fflush.t See if auto-flush on fork/exec/system/qx works
6013t/io/fs.t See if directory manipulations work
6014t/io/getcwd.t See if Internals::getcwd is sane
6015t/io/inplace.t See if inplace editing works
6016t/io/iofile.t See if we can load IO::File on demand
6017t/io/iprefix.t See if inplace editing works with prefixes
6018t/io/layers.t See if PerlIO layers work
6019t/io/msg.t See if SysV message queues work
6020t/io/nargv.t See if nested ARGV stuff works
6021t/io/open.t See if open works
6022t/io/openpid.t See if open works for subprocesses
bf8c3686 6023t/io/paragraph_mode.t See if paragraph mode works
bf8d7753
YO
6024t/io/perlio.t See if PerlIO works
6025t/io/perlio_fail.t See if bad layers fail
6026t/io/perlio_leaks.t See if PerlIO layers are leaking
6027t/io/perlio_open.t See if certain special forms of open work
6028t/io/pipe.t See if secure pipes work
6029t/io/print.t See if print commands work
6030t/io/pvbm.t See if PVBMs break IO commands
6031t/io/read.t See if read works
6032t/io/say.t See if say works
ec57fb93
LT
6033t/io/scalar.t See if PerlIO::scalar works
6034t/io/scalar_ungetc.t Tests for PerlIO layer for scalars
bf8d7753
YO
6035t/io/sem.t See if SysV semaphores work
6036t/io/semctl.t See if SysV semaphore semctl works
6037t/io/shm.t See if SysV shared memory works
6038t/io/socket.t See if socket functions work
6039t/io/socketpair.t See if socketpair function works
6040t/io/tell.t See if file seeking works
6041t/io/through.t See if pipe passes data intact
6042t/io/utf8.t See if file seeking works
6043t/japh/abigail.t Obscure tests
93f6f965
YO
6044t/lib/caller/Apack.pm test Module for caller.t and t/op/hook/require.t
6045t/lib/caller/Bicycle.pm test Module for t/op/hook/require.t (cyclic)
6046t/lib/caller/Bpack.pm test Module for caller.t and t/op/hook/require.t
6047t/lib/caller/Cpack.pm test Module for caller.t and t/op/hook/require.t
6048t/lib/caller/Cycle.pm test Module for t/op/hook/require.t (cyclic)
6049t/lib/caller/Foo.pm test Module for caller.t and t/op/hook/require.t
6050t/lib/caller/Tricycle.pm test Module for t/op/hook/require.t (cyclic)
bf8d7753
YO
6051t/lib/CannotParse.pm For test case in op/require_errors.t
6052t/lib/charnames/alias Tests of "use charnames" with aliases.
bcd084d7
TC
6053t/lib/class/A.pm Test class loading of hierarchical parent
6054t/lib/class/A/B.pm Test class loading of hierarchical parent
bf8d7753
YO
6055t/lib/Cname.pm Test charnames in regexes (op/pat.t)
6056t/lib/common.pl Helper for lib/{warnings,feature}.t
6057t/lib/commonsense.t See if configuration meets basic needs
6058t/lib/Count.pm Helper for t/op/method.t
6059t/lib/croak.t Test calls to Perl_croak() in the C source.
6060t/lib/croak/class Test croak calls from class.c
6061t/lib/croak/gv Test croak calls from gv.c
6062t/lib/croak/mg Test croak calls from mg.c
6063t/lib/croak/op Test croak calls from op.c
6064t/lib/croak/pp Test croak calls from pp.c
6065t/lib/croak/pp_ctl Test croak calls from pp_ctl.c
6066t/lib/croak/pp_hot Test croak calls from pp_hot.c
6067t/lib/croak/pp_sys Test croak calls from pp_sys.c
6068t/lib/croak/regcomp Test croak calls from regcomp.c
6069t/lib/croak/toke Test croak calls from toke.c
6070t/lib/croak/toke_l1 Test croak calls from toke.c; file is not UTF-8 encoded
6071t/lib/cygwin.t Builtin cygwin function tests
6072t/lib/dbmt_common.pl Common functionality for ?DBM_File tests
6073t/lib/deprecate.t Test deprecate.pm
6074t/lib/deprecate/Deprecated.pm Deprecated module to test deprecate.pm
6075t/lib/deprecate/Optionally.pm Optionally deprecated module to test deprecate.pm
6076t/lib/Devel/nodb.pm Module for t/run/switchd.t
6077t/lib/Devel/switchd.pm Module for t/run/switchd.t
6078t/lib/Devel/switchd_empty.pm Module for t/run/switchd.t
6079t/lib/Devel/switchd_goto.pm Module for t/run/switchd.t
6080t/lib/Dies.pm For test case in op/require_errors.t
6081t/lib/feature/api Test API for checking features enabled/disabled
0f2beabb 6082t/lib/feature/bareword_filehandles Tests for enabling/disabling bareword_filehandles feature
bf8d7753
YO
6083t/lib/feature/bits Tests for feature bit handling
6084t/lib/feature/bundle Tests for feature bundles
6085t/lib/feature/implicit Tests for implicit loading of feature.pm
6086t/lib/feature/indirect Tests for enabling/disabling indirect method calls
6087t/lib/feature/multidimensional Tests for enabling/disabling $foo{$x, $y} => $foo{join($;, $x, $y)}
6088t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature
6089t/lib/feature/removed Tests for enabling/disabling removed feature
6090t/lib/feature/say Tests for enabling/disabling say feature
6091t/lib/feature/switch Tests for enabling/disabling switch feature
bf8d7753
YO
6092t/lib/h2ph.h Test header file for h2ph
6093t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison
6094t/lib/locale/latin1 Part of locale.t in Latin 1
6095t/lib/locale/utf8 Part of locale.t in UTF8
6096t/lib/mypragma.pm An example user pragma
6097t/lib/mypragma.t Test the example user pragma
6098t/lib/no_load.t Test that some modules don't load others
6099t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback
6100t/lib/overload_nomethod.t Test that nomethod works as expected
6101t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly
6102t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t
6103t/lib/strict/refs Tests of "use strict 'refs'" for strict.t
6104t/lib/strict/subs Tests of "use strict 'subs'" for strict.t
6105t/lib/strict/vars Tests of "use strict 'vars'" for strict.t
6106t/lib/subs/subs Tests of "use subs"
6107t/lib/test_require.pm A test file for t/op/inccode.t
6108t/lib/test_use.pm A test pragma for t/comp/use.t
6109t/lib/test_use_14937.pm A test pragma for t/comp/use.t
6110t/lib/universal.t Tests for functions in universal.c
6111t/lib/warnings/1global Tests of global warnings for warnings.t
6112t/lib/warnings/2use Tests for "use warnings" for warnings.t
6113t/lib/warnings/3both Tests for interaction of $^W and "use warnings"
6114t/lib/warnings/4lint Tests for -W switch
6115t/lib/warnings/5nolint Tests for -X switch
6116t/lib/warnings/6default Tests default warnings
6117t/lib/warnings/7fatal Tests fatal warnings
6118t/lib/warnings/8signal Tests warnings + __WARN__ and __DIE__
6119t/lib/warnings/9enabled Tests warnings
6120t/lib/warnings/9uninit Tests "Use of uninitialized" warnings
6121t/lib/warnings/av Tests for av.c for warnings.t
6122t/lib/warnings/builtin Tests for builtin.c for warnings.t
6123t/lib/warnings/class Tests for class.c for warnings.t
6124t/lib/warnings/doio Tests for doio.c for warnings.t
6125t/lib/warnings/gv Tests for gv.c for warnings.t
6126t/lib/warnings/hv Tests for hv.c for warnings.t
6127t/lib/warnings/malloc Tests for malloc.c for warnings.t
6128t/lib/warnings/mg Tests for mg.c for warnings.t
6129t/lib/warnings/op Tests for op.c for warnings.t
6130t/lib/warnings/pad Tests for pad.c for warnings.t
6131t/lib/warnings/perl Tests for perl.c for warnings.t
6132t/lib/warnings/perlio Tests for perlio.c for warnings.t
6133t/lib/warnings/pp Tests for pp.c for warnings.t
6134t/lib/warnings/pp_ctl Tests for pp_ctl.c for warnings.t
6135t/lib/warnings/pp_hot Tests for pp_hot.c for warnings.t
6136t/lib/warnings/pp_pack Tests for pp_pack.c for warnings.t
6137t/lib/warnings/pp_sys Tests for pp_sys.c for warnings.t
6138t/lib/warnings/regcomp Tests for regcomp.c for warnings.t
6139t/lib/warnings/regexec Tests for regexec.c for warnings.t
6140t/lib/warnings/run Tests for run.c for warnings.t
6141t/lib/warnings/sv Tests for sv.c for warnings.t
6142t/lib/warnings/taint Tests for taint.c for warnings.t
6143t/lib/warnings/toke Tests for toke.c for warnings.t
6144t/lib/warnings/universal Tests for universal.c for warnings.t
6145t/lib/warnings/utf8 Tests for utf8.c for warnings.t
6146t/lib/warnings/util Tests for util.c for warnings.t
6147t/loc_tools.pl Common functions for finding platform's locales
6148t/mro/basic.t mro tests
6149t/mro/basic_01_c3.t mro tests
6150t/mro/basic_01_c3_utf8.t utf8 mro tests
6151t/mro/basic_01_dfs.t mro tests
6152t/mro/basic_01_dfs_utf8.t utf8 mro tests
6153t/mro/basic_02_c3.t mro tests
6154t/mro/basic_02_c3_utf8.t utf8 mro tests
6155t/mro/basic_02_dfs.t mro tests
6156t/mro/basic_02_dfs_utf8.t utf8 mro tests
6157t/mro/basic_03_c3.t mro tests
6158t/mro/basic_03_c3_utf8.t utf8 mro tests
6159t/mro/basic_03_dfs.t mro tests
6160t/mro/basic_03_dfs_utf8.t utf8 mro tests
6161t/mro/basic_04_c3.t mro tests
6162t/mro/basic_04_c3_utf8.t utf8 mro tests
6163t/mro/basic_04_dfs.t mro tests
6164t/mro/basic_04_dfs_utf8.t utf8 mro tests
6165t/mro/basic_05_c3.t mro tests
6166t/mro/basic_05_c3_utf8.t utf8 mro tests
6167t/mro/basic_05_dfs.t mro tests
6168t/mro/basic_05_dfs_utf8.t utf8 mro tests
6169t/mro/basic_utf8.t utf8 mro tests
6170t/mro/c3_with_overload.t mro tests
6171t/mro/c3_with_overload_utf8.t utf8 mro tests
6172t/mro/complex_c3.t mro tests
6173t/mro/complex_c3_utf8.t utf8 mro tests
6174t/mro/complex_dfs.t mro tests
6175t/mro/complex_dfs_utf8.t utf8 mro tests
6176t/mro/dbic_c3.t mro tests
6177t/mro/dbic_c3_utf8.t utf8 mro tests
6178t/mro/dbic_dfs.t mro tests
6179t/mro/dbic_dfs_utf8.t utf8 mro tests
6180t/mro/inconsistent_c3.t mro tests
6181t/mro/inconsistent_c3_utf8.t utf8 mro tests
6182t/mro/isa_aliases.t tests for shared @ISA arrays
6183t/mro/isa_aliases_utf8.t utf8 mro tests
6184t/mro/isa_c3.t test for optimisatised mro_get_linear_isa_c3
6185t/mro/isa_c3_utf8.t utf8 mro tests
6186t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs
6187t/mro/isa_dfs_utf8.t utf8 mro tests
6188t/mro/isarev.t PL_isarev/mro::get_isarev tests
6189t/mro/isarev_utf8.t utf8 mro tests
6190t/mro/method_caching.t mro tests
6191t/mro/method_caching_utf8.t utf8 mro tests
6192t/mro/next_edgecases.t mro tests
6193t/mro/next_edgecases_utf8.t utf8 mro tests
6194t/mro/next_goto.t mro tests
6195t/mro/next_goto_utf8.t utf8 mro tests
6196t/mro/next_inanon.t mro tests
6197t/mro/next_inanon_utf8.t utf8 mro tests
6198t/mro/next_ineval.t mro tests
6199t/mro/next_ineval_utf8.t utf8 mro tests
6200t/mro/next_method.t mro tests
6201t/mro/next_method_utf8.t utf8 mro tests
6202t/mro/next_NEXT.t mro tests
6203t/mro/next_NEXT_utf8.t utf8 mro tests
6204t/mro/next_skip.t mro tests
6205t/mro/next_skip_utf8.t utf8 mro tests
6206t/mro/overload_c3.t mro tests
6207t/mro/overload_c3_utf8.t utf8 mro tests
6208t/mro/overload_dfs.t mro tests
6209t/mro/package_aliases.t mro tests
6210t/mro/package_aliases_utf8.t utf8 mro tests
6211t/mro/pkg_gen.t mro tests
6212t/mro/pkg_gen_utf8.t utf8 mro tests
6213t/mro/recursion_c3.t mro tests
6214t/mro/recursion_c3_utf8.t utf8 mro tests
6215t/mro/recursion_dfs.t mro tests
6216t/mro/recursion_dfs_utf8.t utf8 mro tests
6217t/mro/vulcan_c3.t mro tests
6218t/mro/vulcan_c3_utf8.t utf8 mro tests
6219t/mro/vulcan_dfs.t mro tests
6220t/mro/vulcan_dfs_utf8.t utf8 mro tests
6221t/op/64bitint.t See if 64 bit integers work
6222t/op/aassign.t test list assign
6223t/op/alarm.t See if alarm works
6224t/op/anonconst.t See if :const works
6225t/op/anonsub.t See if anonymous subroutines work
6226t/op/append.t See if . works
6227t/op/args.t See if operations on @_ work
6228t/op/arith2.t See if arithmetic works
6229t/op/array.t See if array operations work
6230t/op/assignwarn.t See if OP= operators warn correctly for undef targets
6231t/op/attrhand.t See if attribute handlers work
6232t/op/attrproto.t See if the prototype attribute works
6233t/op/attrs.t See if attributes on declarations work
6234t/op/auto.t See if autoincrement et all work
6235t/op/avhv.t See if pseudo-hashes work
6236t/op/bless.t See if bless works
6237t/op/blocks.t See if BEGIN and friends work
6238t/op/bool.t Check misc details of boolean values
6239t/op/bop.t See if bitops work
6240t/op/caller.pl Tests shared between caller.t and XS op.t
6241t/op/caller.t See if caller() works
6242t/op/catch.t See if catching exception works
6243t/op/chars.t See if character escapes work
6244t/op/chdir.t See if chdir works
6245t/op/chop.t See if chop works
6246t/op/chr.t See if chr works
6247t/op/closure.t See if closures work
6248t/op/closure_test.pl Extra file for closure.t
6249t/op/cmpchain.t See if comparison chaining works
6250t/op/concat2.t Tests too complex for concat.t
6251t/op/cond.t See if conditional expressions work
6252t/op/const-optree.t Tests for sub(){...} becoming constant
6253t/op/context.t See if context propagation works
6254t/op/coreamp.t Test &foo() calls for CORE subs
6255t/op/coresubs.t Generic tests for CORE subs
6256t/op/cproto.t Check builtin prototypes
6257t/op/crypt.t See if crypt works
6258t/op/current_sub.t __SUB__ tests
6259t/op/dbm.t See if dbmopen/dbmclose work
6260t/op/decl-refs.t See if my \$foo works
6261t/op/defer.t See if defer blocks work
6262t/op/defined.t See if defined() edge cases work
6263t/op/defins.t See if auto-insert of defined() works
6264t/op/delete.t See if delete works
6265t/op/die.t See if die works
6266t/op/die_except.t See if die/eval avoids $@ clobberage
6267t/op/die_exit.t See if die and exit status interaction works
6268t/op/die_keeperr.t See if G_KEEPERR works for destructors
6269t/op/die_unwind.t Check die/eval early-$@ backcompat hack
6270t/op/do.t See if subroutines work
6271t/op/dor.t See if defined-or (//) works
6272t/op/dump.t See if dump works.
6273t/op/each.t See if hash iterators work
6274t/op/each_array.t See if array iterators work
6275t/op/eval.t See if eval operator works
6276t/op/evalbytes.t See if evalbytes operator works
6277t/op/exec.t See if exec, system and qx work
6278t/op/exists_sub.t See if exists(&sub) works
6279t/op/exp.t See if math functions work
6280t/op/fh.t See if filehandles work
6281t/op/filehandle.t Tests for https://github.com/Perl/perl5/issues/10133
6282t/op/filetest.t See if file tests work
6283t/op/filetest_stack_ok.t See if file tests leave their argument on the stack
6284t/op/filetest_t.t See if -t file test works
6285t/op/flip.t See if range operator works
6286t/op/for.t See if for loops work
6287t/op/for-many.t See if n-at-a-time for loops work
6288t/op/fork.t See if fork works
6289t/op/fresh_perl_utf8.t UTF8 tests for pads and gvs
6290t/op/getpid.t See if $$ and getppid work with threads
6291t/op/getppid.t See if getppid works
6292t/op/glob.t See if <*> works
6293t/op/gmagic.t See if GMAGIC works
6294t/op/goto.t See if goto works
6295t/op/goto_xs.t See if "goto &sub" works on XSUBs
6296t/op/grent.t See if getgr*() functions work
6297t/op/grep.t See if grep() and map() work
6298t/op/groups.t See if $( works
6299t/op/gv.t See if typeglobs work
6300t/op/hash.t See if the complexity attackers are repelled
6301t/op/hash-clear-placeholders.t Tests for corner cases in S_clear_placeholders
6302t/op/hash-rt85026.t See if hash iteration/deletion works
6303t/op/hashassign.t See if hash assignments work
6304t/op/hashwarn.t See if warnings for bad hash assignments work
6305t/op/heredoc.t See if heredoc edge and corner cases work
6306t/op/hexfp.t See if hexadecimal float literals work
93f6f965 6307t/op/hook/require.t See if require hooks work properly.
bf8d7753
YO
6308t/op/inc.t See if inc/dec of integers near 32 bit limit work
6309t/op/inccode.t See if coderefs work in @INC
6310t/op/inccode-tie.t See if tie to @INC works
6311t/op/incfilter.t See if the source filters in coderef-in-@INC work
6312t/op/index.t See if index works
6313t/op/index_thr.t See if index works in another thread
6314t/op/infnan.t See if inf/nan work
6315t/op/int.t See if int works
6316t/op/isa.t See if isa works
6317t/op/join.t See if join works
6318t/op/kill0.t See if kill works
6319t/op/kill0_child Process tree script that is kill()ed
6320t/op/kvaslice.t See if index/value array slices work
6321t/op/kvhslice.t See if key/value hash slices work
6322t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work
6323t/op/leaky-magic.t See whether vars' magic leaks into packages
6324t/op/length.t See if length works
6325t/op/lex.t Tests too complex for t/base/lex.t
6326t/op/lex_assign.t See if ops involving lexicals or pad temps work
6327t/op/lexsub.t See if lexical subroutines work
6328t/op/lfs.t See if large files work for perlio
6329t/op/list.t See if lists and list slices work
6330t/op/local.t See if local works
6331t/op/localref.t See if local ${deref} works
6332t/op/lock.t Tests for lock args & retval (no threads)
6333t/op/loopctl.t See if next/last/redo work
6334t/op/lop.t See if logical operators work
6335t/op/lvref.t See if aliasing via references works
6336t/op/magic.t See if magic variables work
6337t/op/magic-27839.t Test for #27839, skipped for minitest
6338t/op/method.t See if method calls work
6339t/op/mkdir.t See if mkdir works
6340t/op/multideref.t See if "$a[0]{foo}[$i]{$k}" etc works
6341t/op/my.t See if lexical scoping works
6342t/op/my_stash.t See if my Package works
6343t/op/mydef.t See if "my $_" works
6344t/op/negate.t See if unary minus works
6345t/op/not.t See if not works
6346t/op/numconvert.t See if accessing fields does not change numeric values
6347t/op/numify.t See if string-to-number conversion works
6348t/op/numify_chkflags.t See if string-to-number conversion behaves correctly
6349t/op/oct.t See if oct and hex work
6350t/op/or.t See if || works in weird situations
6351t/op/ord.t See if ord works
6352t/op/overload_integer.t See if overload::constant for integer works after "use".
6353t/op/override.t See if operator overriding works
6354t/op/pack.t See if pack and unpack work
6355t/op/packagev.t See if package VERSION work
6356t/op/pos.t See if pos works
6357t/op/postfixderef.t See if ->$* ->@[ et al work
6358t/op/pow.t See if ** works
6359t/op/print.t See if print works
6360t/op/protowarn.t See if the illegalproto warnings work
6361t/op/push.t See if push and pop work
6362t/op/pwent.t See if getpw*() functions work
6363t/op/qr.t See if qr works
6364t/op/quotemeta.t See if quotemeta works
6365t/op/rand.t See if rand works
6366t/op/range.t See if .. works
6367t/op/read.t See if read() works
6368t/op/readdir.t See if readdir() works
6369t/op/readline.t See if <> / readline / rcatline work
6370t/op/recurse.t See if deep recursion works
6371t/op/ref.t See if refs and objects work
a61d85e1 6372t/op/refstack.t See if a ref counted stack fixes things
bf8d7753
YO
6373t/op/repeat.t See if x operator works
6374t/op/require_37033.t See if require always closes rsfp
6375t/op/require_errors.t See if errors from require are reported correctly
6376t/op/require_gh20577.t Make sure updating %INC from an INC hook doesnt break @INC
6377t/op/require_override.t See if require handles no argument properly
6378t/op/reset.t See if reset operator works
6379t/op/reverse.t See if reverse operator works
6380t/op/rt119311.t Test bug #119311 (die/DESTROY/recursion)
6381t/op/runlevel.t See if die() works from perl_call_*()
6382t/op/select.t See if 0- and 1-argument select works
6383t/op/setpgrpstack.t See if setpgrp works
6384t/op/sigdispatch.t See if signals are always dispatched
6385t/op/signame_canonical.t See if duplicate signal names always use the canonical name when the handler is invoked.
6386t/op/signatures.t See if sub signatures work
6387t/op/sigsystem.t See if system and SIGCHLD handlers play together nicely
6388t/op/sleep.t See if sleep works
6389t/op/smartkve.t See if smart deref for keys/values/each works
6390t/op/smartmatch.t See if the ~~ operator works
6391t/op/sort.t See if sort works
6392t/op/splice.t See if splice works
6393t/op/split.t See if split works
6394t/op/split_unicode.t Test split /\s/ and Unicode
6395t/op/sprintf.t See if sprintf works
6396t/op/sprintf2.t See if sprintf works
6397t/op/srand.t See if srand works
6398t/op/sselect.t See if 4 argument select works
6399t/op/stash.t See if %:: stashes work
6400t/op/stash_parse_gv.t See if parse_gv_stash_name works
6401t/op/stat.t See if stat works
6402t/op/stat_errors.t See if stat and file tests handle threshold errors
6403t/op/state.t See if state variables work
6404t/op/study.t See if study works
6405t/op/studytied.t See if study works with tied scalars
6406t/op/sub.t See if subroutines work
6407t/op/sub_lval.t See if lvalue subroutines work
6408t/op/substr.t See if substr works
6409t/op/substr_thr.t See if substr works in another thread
6410t/op/svflags.t See if POK is set as expected.
6411t/op/svleak.pl Test file for svleak.t
6412t/op/svleak.t See if stuff leaks SVs
6413t/op/switch.t See if switches (given/when) work
6414t/op/symbolcache.t See if undef/delete works on stashes with functions
6415t/op/sysio.t See if sysread and syswrite work
6416t/op/taint.t See if tainting works
6417t/op/threads.t Misc. tests for perl features with threads
6418t/op/threads-dirh.t Test interaction of threads and dir handles
6419t/op/threads_create.pl Ancillary file for t/op/threads.t
6420t/op/tie.t See if tie/untie functions work
6421t/op/tie_fetch_count.t See if FETCH is only called once on tied variables
6422t/op/tiearray.t See if tie for arrays works
6423t/op/tiehandle.t See if tie for handles works
6424t/op/tiehash.t Tests for tied hashes using test.pl
6425t/op/time.t See if time functions work
6426t/op/time_loop.t Test that very large values don't hang gmtime and localtime.
6427t/op/tr.t See if tr works
6428t/op/tr_latin1.t See if tr works, but file isn't encoded in UTF-8
6429t/op/try.t See if try works
6430t/op/undef.t See if undef works
6431t/op/universal.t See if UNIVERSAL class works
6432t/op/unlink.t See if unlink works
6433t/op/unshift.t See if unshift works
6434t/op/upgrade.t See if upgrading and assigning scalars works
6435t/op/utf8cache.t Tests malfunctions of utf8 cache
6436t/op/utf8decode.t See if UTF-8 decoding works
6437t/op/utf8magic.t See if utf8:: functions handle magic variables
6438t/op/utfhash.t See if utf8 keys in hashes behave
6439t/op/utftaint.t See if utf8 and taint work together
6440t/op/vec.t See if vectors work
6441t/op/ver.t See if v-strings and the %v format flag work
6442t/op/waitpid.t See if waitpid works
6443t/op/wantarray.t See if wantarray works
6444t/op/warn.t See if warn works
6445t/op/while.t See if while loops work
6446t/op/write.t See if write works (formats work)
6447t/op/yadayada.t See if ... works
3dfcef7e 6448t/opbasic/arith.t See if arithmetic works
bf8d7753 6449t/opbasic/cmp.t See if the various string and numeric compare work
3dfcef7e 6450t/opbasic/concat.t See if string concatenation works
bf8d7753
YO
6451t/opbasic/magic_phase.t See if ${^GLOBAL_PHASE} works
6452t/opbasic/qq.t See if qq works
6453t/perf/benchmarks snippets of benchmarking/profiling code
6454t/perf/benchmarks.t test t/perf/benchmarks syntax
6455t/perf/opcount.t See if optimised subs have the right op counts
6456t/perf/optree.t Test presence of some op optimisations
6457t/perf/speed.t See if optimisations are keeping things fast
6458t/perf/taint.t See if optimisations are keeping things fast (taint issues)
6459t/perl.supp Perl valgrind suppressions
6460t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used
6461t/porting/authors.t Check that all authors have been acknowledged
6462t/porting/bench.t Check Porting/bench.pl runs ok
6463t/porting/bench/badhash a test file for t/porting/bench.t
6464t/porting/bench/badname a test file for t/porting/bench.t
6465t/porting/bench/badversion.json a test file for t/porting/bench.t
6466t/porting/bench/callsub.json a test file for t/porting/bench.t
6467t/porting/bench/callsub2.json a test file for t/porting/bench.t
6468t/porting/bench/oddentry a test file for t/porting/bench.t
6469t/porting/bench/ret0 a test file for t/porting/bench.t
6470t/porting/bench/synerr a test file for t/porting/bench.t
6471t/porting/bench_selftest.t run Porting/bench.pl's selftest facility
6472t/porting/bincompat.t Check that {non_,}bincompat_options are ordered
6473t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly
6474t/porting/checkcfgvar.t Check that all config.sh-like files are good
6475t/porting/cmp_version.t Test whether all changed module files have their VERSION bumped
6476t/porting/copyright.t Check that copyright years match
6477t/porting/corelist.t Check that Module-CoreList has perl versions for the current perl
cfc6c78d 6478t/porting/customized.dat Data file for porting/customized.t
bf8d7753 6479t/porting/customized.t Check all CUSTOMIZED files are as they should be
0144c000 6480t/porting/deprecation.t Test that deprecation warnings are handled right
bf8d7753
YO
6481t/porting/diag.t Test completeness of perldiag.pod
6482t/porting/dual-life.t Check that dual-life bins are in utils/
6483t/porting/exec-bit.t Check that exec-bit bins are identified
6484t/porting/extrefs.t Check perl headers don't make extern refs
6485t/porting/filenames.t Check the MANIFEST for filename portability.
6486t/porting/FindExt.t Test win32/FindExt.pm
6487t/porting/globvar.t Check that globvar.sym is sane
6488t/porting/header_parser.t Check that regen/HeaderParser.pm works as expected
6489t/porting/known_pod_issues.dat Data file for porting/podcheck.t
6490t/porting/libperl.t Check libperl.a sanity
6491t/porting/maintainers.t Test that Porting/Maintainers.pl is up to date
6492t/porting/manifest.t Test that this MANIFEST file is well formed
6493t/porting/perlfunc.t Test that Functions_pm.PL can parse perlfunc.pod
6494t/porting/pod_rules.t Check that various pod lists are consistent
6495t/porting/podcheck.t Test the POD of shipped modules is well formed
6496t/porting/re_context.t Check assumptions made by save_re_context()
6497t/porting/readme.t Check that all files in Porting/ are mentioned in Porting/README.pod
6498t/porting/regen.t Check that regen.pl doesn't need running
6499t/porting/ss_dup.t Check that sv.c:ss_dup handles everything
6500t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked.
ca54131a 6501t/porting/test_testlist.t Test that we t/harness and t/TEST and MANIFEST agree on our test list
bf8d7753
YO
6502t/porting/update_authors.t Tests for Porting/updateAUTHORS.pl
6503t/porting/utils.t Check that utility scripts still compile
6504t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly
6505t/re/anyof.t See if bracketed char classes [...] compile properly
6506t/re/begin-once.t Checking that /o freeze a variable in a RegExp
6507t/re/bigfuzzy_not_utf8.t Big and ugly tests not storable as UTF-8
6508t/re/charset.t See if regex modifiers like /d, /u work properly
6509t/re/fold_grind.pl Core file to see if regex case folding works properly
6510t/re/fold_grind_8.t Wrapper for fold_grind.pl for /l testing with a UTF-8 locale
6511t/re/fold_grind_a.t Wrapper for fold_grind.pl for /a testing
6512t/re/fold_grind_aa.t Wrapper for fold_grind.pl for /aa testing
6513t/re/fold_grind_d.t Wrapper for fold_grind.pl for /d testing
6514t/re/fold_grind_l.t Wrapper for fold_grind.pl for /l testing with a C locale
6515t/re/fold_grind_T.t Wrapper for fold_grind.pl for /l testing with a Turkic locale
6516t/re/fold_grind_u.t Wrapper for fold_grind.pl for /u testing
6517t/re/keep_tabs.t Tests where \t can't be expanded.
6518t/re/no_utf8_pm.t Verify utf8.pm doesn't get loaded unless required
961cdb3c 6519t/re/opt.t Test regexp optimizations
bf8d7753
YO
6520t/re/overload.t Test against string corruption in pattern matches on overloaded objects
6521t/re/pat.t See if esoteric patterns work
6522t/re/pat_advanced.t See if advanced esoteric patterns work
6523t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread
6524t/re/pat_psycho.t See if insane esoteric and slow patterns work
6525t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread
6526t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work
6527t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread
6528t/re/pat_rt_report.t See if esoteric patterns from rt reports work
6529t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread
6530t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s])
6531t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads
6532t/re/pat_thr.t See if esoteric patterns work in another thread
6533t/re/pos.t Ensure pos() gets set properly after pre-match failures in pp_match
6534t/re/qr.t See if qr works
6535t/re/qr-72922.t Test for bug #72922
6536t/re/qr_gc.t See if qr doesn't leak
6537t/re/qrstack.t See if qr expands the stack properly
6538t/re/re_tests Regular expressions for regexp.t
6539t/re/recompile.t See if pattern caching/recompilation works
6540t/re/reg_60508.t See if bug #60508 is fixed
6541t/re/reg_email.t See if regex recursion works by parsing email addresses
6542t/re/reg_email_thr.t See if regex recursion works by parsing email addresses in another thread
6543t/re/reg_eval.t Test again regexp state corruption in (?{ }) and (??{ })
6544t/re/reg_eval_scope.t Test scoping issues with (?{ }) and (??{ })
6545t/re/reg_fold.t See if case folding works properly
6546t/re/reg_mesg.t See if one can get regular expression errors
6547t/re/reg_namedcapture.t Make sure glob assignment doesn't break named capture
6548t/re/reg_nc_tie.t Test the tied methods of Tie::Hash::NamedCapture
6549t/re/reg_nocapture.t Test the /n flag for regexps
6550t/re/reg_pmod.t See if regexp /p modifier works as expected
6551t/re/reg_posixcc.t See if posix character classes behave consistently
6552t/re/regex_sets.t Test (?[ ])
6553t/re/regex_sets_compat.t Test (?[ ]) is compatible with old [ ]
6554t/re/regexp.t See if regular expressions work
6555t/re/regexp_noamp.t See if regular expressions work with optimizations
6556t/re/regexp_nonull.t See if regexps work without trailing nulls
6557t/re/regexp_normal.t See if regexps work when expressions are normalized in various ways
6558t/re/regexp_notrie.t See if regular expressions work without trie optimisation
6559t/re/regexp_qr.t See if regular expressions work as qr//
6560t/re/regexp_qr_embed.t See if regular expressions work with embedded qr//
6561t/re/regexp_qr_embed_thr.t See if regular expressions work with embedded qr// in another thread
6562t/re/regexp_trielist.t See if regular expressions work with trie optimisation
6563t/re/regexp_unicode_prop.t See if unicode properties work in regular expressions as expected
6564t/re/regexp_unicode_prop_thr.t See if unicode properties work in regular expressions as expected under threads
6565t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING)
6566t/re/rxcode.t See if /(?{ code })/ works
6567t/re/script_run.t See if script runs works
6568t/re/speed.t See if optimisations are keeping things fast
6569t/re/speed_thr.t ditto under threads
6570t/re/stclass_threads.t Test if stclass is preserved across threads
6571t/re/subst.t See if substitution works
6572t/re/subst_amp.t See if $&-related substitution works
6573t/re/subst_wamp.t See if substitution works with $& present
6574t/re/substT.t See if substitution works with -T
6575t/re/uniprops01.t Test unicode \p{} regex constructs
6576t/re/uniprops02.t Test unicode \p{} regex constructs
6577t/re/uniprops03.t Test unicode \p{} regex constructs
6578t/re/uniprops04.t Test unicode \p{} regex constructs
6579t/re/uniprops05.t Test unicode \p{} regex constructs
6580t/re/uniprops06.t Test unicode \p{} regex constructs
6581t/re/uniprops07.t Test unicode \p{} regex constructs
6582t/re/uniprops08.t Test unicode \p{} regex constructs
6583t/re/uniprops09.t Test unicode \p{} regex constructs
6584t/re/uniprops10.t Test unicode \p{} regex constructs
6585t/re/user_prop_race_thr.t Test races in user-defined \p{} under threads
6586t/README Instructions for regression tests
6587t/run/cloexec.t Test close-on-exec.
6588t/run/dtrace.pl For dtrace.t
6589t/run/dtrace.t Test for DTrace probes
6590t/run/exit.t Test perl's exit status.
6591t/run/flib/broken.pm Bad .pm file for switchM.t
6592t/run/flib/t2.pm Test for .pmcs with -I/dir/
6593t/run/flib/t2.pmc Test for .pmcs with -I/dir/
6594t/run/fresh_perl.t Tests that require a fresh perl.
6595t/run/locale.t Tests related to locale handling
6596t/run/noswitch.t Test aliasing ARGV for other switch tests
6597t/run/runenv.t Test if perl honors its environment variables.
6598t/run/runenv_hashseed.t Test if perl honors PERL_HASH_SEED.
6599t/run/runenv_randseed.t Test if perl honors PERL_RAND_SEED.
6600t/run/script.t See if script invocation works
6601t/run/switch0.t Test the -0 switch
6602t/run/switcha.t Test the -a switch
6603t/run/switchC.t Test the -C switch
6604t/run/switchd.t Test the -d switch
6605t/run/switchd-78586.t See whether bug 78586 is fixed
6606t/run/switchDx.t Test the -D switch
6607t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i)
6608t/run/switchF.t Test the -F switch
6609t/run/switchF1.t Pathological tests for the -F switch
6610t/run/switchF2.t Pathological tests for the -F switch
6611t/run/switchI.t Test the -I switch
6612t/run/switchM.t Test the -M switch
6613t/run/switchn.t Test the -n switch
6614t/run/switchp.t Test the -p switch
6615t/run/switcht.t Test the -t switch
6616t/run/switchx.aux Data for switchx.t
6617t/run/switchx.t Test the -x switch
6618t/run/switchx2.aux Data for switchx.t
6619t/run/switchx3.aux Data for switchx.t
6620t/TEST The regression tester
6621t/test.pl Simple testing library
6622t/test_pl/_num_to_alpha.t Tests for the simple testing library
6623t/test_pl/can_isa_ok.t Tests for the simple testing library
6624t/test_pl/plan_skip_all.t Tests for the simple testing library
6625t/test_pl/tempfile.t Tests for the simple testing library
6626t/thread_it.pl Run regression tests in a new thread
6627t/uni/attrs.t See if Unicode attributes work
6628t/uni/bless.t See if Unicode bless works
6629t/uni/caller.t See if Unicode doesn't get mangled in caller()
6630t/uni/case.pl See if Unicode casing works
6631t/uni/chomp.t See if Unicode chomp works
6632t/uni/class.t See if Unicode classes work (\p)
6633t/uni/eval.t See if Unicode hints don't affect eval()
6634t/uni/fold.t See if Unicode folding works
6635t/uni/goto.t See if Unicode goto &sub works
6636t/uni/greek.t See if Unicode in greek works
6637t/uni/gv.t See if Unicode GVs work.
6638t/uni/labels.t See if Unicode labels work
6639t/uni/latin2.t See if Unicode in latin2 works
6640t/uni/lex_utf8.t See if Unicode in lexer works
6641t/uni/lower.t See if Unicode casing works
6642t/uni/method.t See if Unicode methods work
6643t/uni/opcroak.t See if Unicode croaks from op.c work
6644t/uni/overload.t See if Unicode overloading works
6645t/uni/package.t See if Unicode in package declarations works
6646t/uni/parser.t See if Unicode in the parser works in edge cases.
6647t/uni/readline.t See if Unicode filehandles in <FH> work
6648t/uni/select.t See if Unicode filehandles aren't mangled by select()
6649t/uni/sprintf.t See if Unicode sprintf works
6650t/uni/stash.t See if Unicode stashes work
6651t/uni/tie.t See if Unicode tie works
6652t/uni/title.t See if Unicode casing works
6653t/uni/tr_utf8.t See if Unicode tr/// in utf8 works
6654t/uni/universal.t See if Unicode in calls to UNIVERSAL works
6655t/uni/upper.t See if Unicode casing works
6656t/uni/variables.t See that the rules for variable names work
6657t/uni/write.t See if Unicode formats work
6658t/win32/crypt.t Test Win32 crypt for compatibility
6659t/win32/fs.t Test Win32 link for compatibility
6660t/win32/popen.t Test for stdout races in backticks, etc
6661t/win32/runenv.t Test if Win* perl honors its env variables
6662t/win32/seekdir.t Test that seekdir/readdir are restricted to relevant memory
6663t/win32/signal.t Test Win32 signal emulation
6664t/win32/stat.t Test Win32 stat emulation
6665t/win32/symlink.t Test Win32 symlink
6666t/win32/system.t See if system works in Win*
6667t/win32/system_tests Test runner for system.t
6668utils/corelist.PL Module::CoreList
6669utils/cpan.PL easily interact with CPAN from the command line
6670utils/enc2xs.PL Encode module generator
59658819 6671utils/encguess.PL guess character encodings of files
bf8d7753
YO
6672utils/h2ph.PL A thing to turn C .h files into perl .ph files
6673utils/h2xs.PL Program to make .xs files from C header files
6674utils/instmodsh.PL Give information about installed extensions
6675utils/json_pp.PL JSON::PP command line utility
6676utils/libnetcfg.PL libnet
6677utils/Makefile.PL Extract the utility scripts
6678utils/perlbug.PL A simple tool to submit a bug report
6679utils/perldoc.PL A simple tool to find & display perl's documentation
6680utils/perlivp.PL installation verification procedure
6681utils/piconv.PL iconv(1), reinvented in perl
6682utils/pl2pm.PL A pl to pm translator
6683utils/pod2html.PL Translator to turn pod into HTML
6684utils/prove.PL The prove harness utility
6685utils/ptar.PL The ptar utility
6686utils/ptardiff.PL The ptardiff utility
6687utils/ptargrep.PL The ptargrep utility
6688utils/shasum.PL filter for computing SHA digests (analogous to md5sum)
6689utils/splain.PL Stand-alone version of diagnostics.pm
d3d73539 6690utils/streamzip.PL
bf8d7753 6691utils/xsubpp.PL External subroutine preprocessor
08ad9465 6692utils/zipdetails.PL display the internal structure of zip files
bf8d7753
YO
6693vms/descrip_mms.template Template MM[SK] description file for build
6694vms/gen_shrfls.pl generate options files and glue for shareable image
6695vms/genopt.com hack to write options files in case of broken makes
6696vms/make_command.com record MM[SK] command used to build Perl
6697vms/mms2make.pl convert descrip.mms to make syntax
6698vms/munchconfig.c performs shell $var substitution for VMS
6699vms/myconfig.com record local configuration info for bug report
6700vms/test.com DCL driver for regression tests
6701vms/vms.c VMS-specific C code for Perl core
6702vms/vmsish.h VMS-specific C header for Perl core
6703vms/vmspipe.com VMS-specific piped command helper script
6704vos/Changes Changes made to port Perl to the VOS operating system
6705vos/compile_full_perl.cm VOS command macro to build "full" Perl
6706vos/configure_full_perl.sh VOS shell script to configure "full" perl before building
6707vos/make_full_perl.sh VOS shell script to build and test "full" perl
6708vos/vos.c VOS emulations for missing POSIX functions
6709vos/vosish.h VOS-specific header file
6710win32/bin/exetype.pl Set executable type to CONSOLE or WINDOWS
6711win32/bin/perlglob.pl Win32 globbing
6712win32/bin/pl2bat.pl wrap perl scripts into batch files
6713win32/bin/runperl.pl run perl script via batch file namesake
6714win32/bin/search.pl Win32 port
6715win32/config.gc Win32 base line config.sh (MinGW build)
6716win32/config.vc Win32 base line config.sh (Visual C++ build)
6717win32/config_H.gc Win32 config header (MinGW build)
6718win32/config_h.PL Perl code to convert Win32 config.sh to config.h
6719win32/config_H.vc Win32 config header (Visual C++ build)
6720win32/config_sh.PL Perl code to update Win32 config.sh from Makefile
f276fe5c 6721win32/configure/rt.c identify default runtime
bf8d7753
YO
6722win32/create_perllibst_h.pl creates perllibst.h file for inclusion from perllib.c
6723win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST
6724win32/fcrypt.c crypt() implementation
6725win32/FindExt.pm Scan for extensions
6726win32/GNUmakefile Win32 makefile for GNU make
6727win32/include/arpa/inet.h Win32 port
6728win32/include/dirent.h Win32 port
6729win32/include/netdb.h Win32 port
6730win32/include/sys/errno2.h Win32 port
6731win32/include/sys/socket.h Win32 port
6732win32/list_static_libs.pl prints libraries for static linking
6733win32/Makefile Win32 makefile for NMAKE (Visual C++ build)
6734win32/perlexe.ico perlexe.ico image file
6735win32/perlexe.manifest Assembly manifest file
6736win32/perlexe.rc associated perl binary with icon
6737win32/perlglob.c Win32 port
6738win32/perlhost.h Perl "host" implementation
6739win32/perllib.c Win32 port
6740win32/pod.mak Win32 port
6741win32/runperl.c Win32 port
6742win32/vdir.h Perl "host" virtual directory manager for Win32
6743win32/vmem.h Perl "host" memory manager for Win32
6744win32/win32.c Win32 port
6745win32/win32.h Win32 port
6746win32/win32iop.h Win32 port
6747win32/win32sck.c Win32 port
6748win32/win32thread.c Win32 functions for threads
6749win32/win32thread.h Win32 port mapping to threads