source: trunk/essentials/dev-lang/perl/MANIFEST@ 3394

Last change on this file since 3394 was 3299, checked in by bird, 19 years ago

os2/dlfcn.h is dead.

  • Property svn:eol-style set to native
File size: 150.9 KB
Line 
1apollo/netinet/in.h Apollo DomainOS port: C header file frontend
2Artistic The "Artistic License"
3AUTHORS Contact info for contributors
4autodoc.pl Creates pod/perlintern.pod and pod/perlapi.pod
5av.c Array value code
6av.h Array value header
7beos/beos.c BeOS port
8beos/beosish.h BeOS port
9beos/nm.c BeOS port
10bytecode.pl Produces ext/ByteLoader/byterun.h, ext/ByteLoader/byterun.c and ext/B/Asmdata.pm
11cc_runtime.h Macros need by runtime of compiler-generated code
12cflags.SH A script that emits C compilation flags per file
13Changes Differences from previous version
14Changes5.000 Differences between 4.x and 5.000
15Changes5.001 Differences between 5.000 and 5.001
16Changes5.002 Differences between 5.001 and 5.002
17Changes5.003 Differences between 5.002 and 5.003
18Changes5.004 Differences between 5.003 and 5.004
19Changes5.005 Differences between 5.004 and 5.005
20Changes5.6 Differences between 5.005 and 5.6
21Changes5.8 Differences between 5.6.0 and 5.8.0 (and maint-5.6)
22Changes5.8.1 Differences between 5.8.0 and 5.8.1
23Changes5.8.2 Differences between 5.8.1 and 5.8.2
24Changes5.8.3 Differences between 5.8.2 and 5.8.3
25Changes5.8.4 Differences between 5.8.3 and 5.8.4
26Changes5.8.5 Differences between 5.8.4 and 5.8.5
27Changes5.8.6 Differences between 5.8.5 and 5.8.6
28Changes5.8.7 Differences between 5.8.6 and 5.8.7
29config_h.SH Produces config.h
30configpm Produces lib/Config.pm
31Configure Portability tool
32configure.com Configure-equivalent for VMS
33configure.gnu Crude emulation of GNU configure
34cop.h Control operator header
35Copying The GNU General Public License
36Cross/config Cross-compilation
37Cross/config.sh-arm-linux Cross-compilation
38Cross/generate_config_sh Cross-compilation
39Cross/installperl.patch Cross-compilation
40Cross/Makefile Cross-compilation
41Cross/Makefile.SH.patch Cross-compilation
42Cross/README Cross-compilation
43Cross/TODO Cross-compilation
44Cross/warp Cross-compilation
45cv.h Code value header
46cygwin/cygwin.c Additional code for Cygwin port
47cygwin/ld2.in ld wrapper template for Cygwin port
48cygwin/Makefile.SHs Shared library generation for Cygwin port
49cygwin/perlld.in dll generator template for Cygwin port
50deb.c Debugging routines
51djgpp/config.over DOS/DJGPP port
52djgpp/configure.bat DOS/DJGPP port
53djgpp/djgpp.c DOS/DJGPP port
54djgpp/djgpp.h DOS/DJGPP port
55djgpp/djgppsed.sh DOS/DJGPP port
56djgpp/fixpmain DOS/DJGPP port
57doio.c I/O operations
58doop.c Support code for various operations
59dosish.h Some defines for MS/DOSish machines
60dump.c Debugging output
61emacs/cperl-mode.el An alternate perl-mode
62emacs/e2ctags.pl etags to ctags converter
63emacs/ptags Creates smart TAGS file
64embed.fnc Database used by embed.pl
65embed.h Maps symbols to safer names
66embed.pl Produces {embed,embedvar,proto}.h, global.sym
67embedvar.h C namespace management
68epoc/config.sh EPOC port config.sh template
69epoc/createpkg.pl EPOC port generate PKG file
70epoc/epoc.c EPOC port
71epoc/epocish.c EPOC port
72epoc/epocish.h EPOC port
73epoc/epoc_stubs.c EPOC port
74epoc/link.pl EPOC port link a exe
75ext/attrs/attrs.pm attrs extension Perl module
76ext/attrs/attrs.xs attrs extension external subroutines
77ext/attrs/Makefile.PL attrs extension makefile writer
78ext/attrs/t/attrs.t See if attrs works with C<sub : attrs>
79ext/B/B/Asmdata.pm Compiler backend data for assembler
80ext/B/B/assemble Assemble compiler bytecode
81ext/B/B/Assembler.pm Compiler backend assembler support functions
82ext/B/B/Bblock.pm Compiler basic block analysis support
83ext/B/B/Bytecode.pm Compiler Bytecode backend
84ext/B/B/cc_harness Simplistic wrapper for using -MO=CC compiler
85ext/B/B/CC.pm Compiler CC backend
86ext/B/B/Concise.pm Compiler Concise backend
87ext/B/B/C.pm Compiler C backend
88ext/B/B/Debug.pm Compiler Debug backend
89ext/B/B/Deparse.pm Compiler Deparse backend
90ext/B/B/disassemble Disassemble compiler bytecode output
91ext/B/B/Disassembler.pm Compiler Disassembler backend
92ext/B/B/Lint.pm Compiler Lint backend
93ext/B/B/makeliblinks Make a simplistic XSUB .so symlink tree for compiler
94ext/B/B.pm Compiler backend support functions and methods
95ext/B/B/Showlex.pm Compiler Showlex backend
96ext/B/B/Stackobj.pm Compiler stack objects support functions
97ext/B/B/Stash.pm Compiler module to identify stashes
98ext/B/B/Terse.pm Compiler Terse backend
99ext/B/B/Xref.pm Compiler Xref backend
100ext/B/B.xs Compiler backend external subroutines
101ext/B/C/C.xs Compiler C backend external subroutines
102ext/B/C/Makefile.PL Compiler C backend makefile writer
103ext/B/defsubs_h.PL Generator for constant subroutines
104ext/B/hints/darwin.pl Hints for named architecture
105ext/B/hints/openbsd.pl Hints for named architecture
106ext/B/Makefile.PL Compiler backend makefile writer
107ext/B/NOTES Compiler backend notes
108ext/B/O.pm Compiler front-end module (-MO=...)
109ext/B/ramblings/cc.notes Compiler ramblings: notes on CC backend
110ext/B/ramblings/curcop.runtime Compiler ramblings: notes on curcop use
111ext/B/ramblings/flip-flop Compiler ramblings: notes on flip-flop
112ext/B/ramblings/magic Compiler ramblings: notes on magic
113ext/B/ramblings/reg.alloc Compiler ramblings: register allocation
114ext/B/ramblings/runtime.porting Compiler ramblings: porting PP engine
115ext/B/README Compiler backend README
116ext/B/t/asmdata.t See if B::Asmdata works
117ext/B/t/assembler.t See if B::Assembler, B::Disassembler comply
118ext/B/t/bblock.t See if B::Bblock works
119ext/B/t/b.t See if B works
120ext/B/t/bytecode.t See whether B::Bytecode works
121ext/B/t/concise.t See whether B::Concise works
122ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions
123ext/B/t/debug.t See if B::Debug works
124ext/B/t/deparse.t See if B::Deparse works
125ext/B/TESTS Compiler backend test data
126ext/B/t/f_map code from perldoc -f map
127ext/B/t/f_map.t converted to optreeCheck()s
128ext/B/t/f_sort optree test raw material
129ext/B/t/f_sort.t optree test raw material
130ext/B/t/lint.t See if B::Lint works
131ext/B/Todo Compiler backend Todo list
132ext/B/t/OptreeCheck.pm optree comparison tool
133ext/B/t/optree_check.t test OptreeCheck apparatus
134ext/B/t/optree_concise.t more B::Concise tests
135ext/B/t/optree_samples.t various basic codes: if for while
136ext/B/t/optree_sort.t inplace sort optimization regression
137ext/B/t/optree_specials.t BEGIN, END, etc code
138ext/B/t/optree_varinit.t my,our,local var init optimization
139ext/B/t/o.t See if O works
140ext/B/t/showlex.t See if B::ShowLex works
141ext/B/t/stash.t See if B::Stash works
142ext/B/t/terse.t See if B::Terse works
143ext/B/t/xref.t See if B::Xref works
144ext/B/typemap Compiler backend interface types
145ext/ByteLoader/bytecode.h Bytecode header for bytecode loader
146ext/ByteLoader/ByteLoader.pm Bytecode loader Perl module
147ext/ByteLoader/ByteLoader.xs Bytecode loader external subroutines
148ext/ByteLoader/byterun.c Runtime support for bytecode loader
149ext/ByteLoader/byterun.h Header for byterun.c
150ext/ByteLoader/hints/sunos.pl Hints for named architecture
151ext/ByteLoader/Makefile.PL Bytecode loader makefile writer
152ext/Cwd/Changes Cwd extension Changelog
153ext/Cwd/Cwd.xs Cwd extension external subroutines
154ext/Cwd/Makefile.PL Cwd extension makefile maker
155ext/Cwd/ppport.h portability header for Cwd
156ext/Cwd/t/cwd.t See if Cwd works
157ext/Cwd/t/taint.t See if Cwd works with taint
158ext/Cwd/t/win32.t See if Cwd works on Win32
159ext/Data/Dumper/Changes Data pretty printer, changelog
160ext/Data/Dumper/Dumper.pm Data pretty printer, module
161ext/Data/Dumper/Dumper.xs Data pretty printer, externals
162ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
163ext/Data/Dumper/t/bugs.t See if Data::Dumper works
164ext/Data/Dumper/t/dumper.t See if Data::Dumper works
165ext/Data/Dumper/t/freezer.t See if $Data::Dumper::Freezer works
166ext/Data/Dumper/Todo Data pretty printer, futures
167ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data
168ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
169ext/DB_File/Changes Berkeley DB extension change log
170ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
171ext/DB_File/DB_File.pm Berkeley DB extension Perl module
172ext/DB_File/DB_File.xs Berkeley DB extension external subroutines
173ext/DB_File/dbinfo Berkeley DB database version checker
174ext/DB_File/hints/dynixptx.pl Hint for DB_File for named architecture
175ext/DB_File/hints/sco.pl Hint for DB_File for named architecture
176ext/DB_File/Makefile.PL Berkeley DB extension makefile writer
177ext/DB_File/t/db-btree.t See if DB_File works
178ext/DB_File/t/db-hash.t See if DB_File works
179ext/DB_File/t/db-recno.t See if DB_File works
180ext/DB_File/typemap Berkeley DB extension interface types
181ext/DB_File/version.c Berkeley DB extension interface version check
182ext/Devel/DProf/Changes Perl code profiler changelog
183ext/Devel/DProf/DProf.pm Perl code profiler
184ext/Devel/DProf/DProf.xs Perl code profiler
185ext/Devel/DProf/Makefile.PL Perl code profiler makefile writer
186ext/Devel/DProf/t/DProf.t Perl code profiler
187ext/Devel/DProf/Todo Perl code profiler todo list
188ext/Devel/Peek/Changes Data debugging tool, changelog
189ext/Devel/Peek/Makefile.PL Data debugging tool, makefile writer
190ext/Devel/Peek/Peek.pm Data debugging tool, module and pod
191ext/Devel/Peek/Peek.xs Data debugging tool, externals
192ext/Devel/Peek/t/Peek.t See if Devel::Peek works
193ext/Devel/PPPort/apicheck_c.PL Devel::PPPort apicheck generator
194ext/Devel/PPPort/Changes Devel::PPPort changes
195ext/Devel/PPPort/devel/buildperl.pl Devel::PPPort perl version builder
196ext/Devel/PPPort/devel/mkapidoc.sh Devel::PPPort apidoc collector
197ext/Devel/PPPort/devel/mktodo Devel::PPPort baseline/todo generator
198ext/Devel/PPPort/devel/mktodo.pl Devel::PPPort baseline/todo generator
199ext/Devel/PPPort/devel/scanprov Devel::PPPort provided API scanner
200ext/Devel/PPPort/HACKERS Devel::PPPort hackers documentation
201ext/Devel/PPPort/Makefile.PL Devel::PPPort makefile writer
202ext/Devel/PPPort/MANIFEST Devel::PPPort Manifest
203ext/Devel/PPPort/MANIFEST.SKIP Devel::PPPort Manifest skip specs
204ext/Devel/PPPort/META.yml Devel::PPPort meta-data in YAML
205ext/Devel/PPPort/mktests.PL Devel::PPPort test file writer
206ext/Devel/PPPort/module2.c Devel::PPPort test file
207ext/Devel/PPPort/module3.c Devel::PPPort test file
208ext/Devel/PPPort/parts/apicheck.pl Devel::PPPort apicheck generator
209ext/Devel/PPPort/parts/apidoc.fnc Devel::PPPort Perl API listing
210ext/Devel/PPPort/parts/base/5004000 Devel::PPPort baseline todo file
211ext/Devel/PPPort/parts/base/5004010 Devel::PPPort baseline todo file
212ext/Devel/PPPort/parts/base/5004020 Devel::PPPort baseline todo file
213ext/Devel/PPPort/parts/base/5004030 Devel::PPPort baseline todo file
214ext/Devel/PPPort/parts/base/5004040 Devel::PPPort baseline todo file
215ext/Devel/PPPort/parts/base/5004050 Devel::PPPort baseline todo file
216ext/Devel/PPPort/parts/base/5005000 Devel::PPPort baseline todo file
217ext/Devel/PPPort/parts/base/5005010 Devel::PPPort baseline todo file
218ext/Devel/PPPort/parts/base/5005020 Devel::PPPort baseline todo file
219ext/Devel/PPPort/parts/base/5005030 Devel::PPPort baseline todo file
220ext/Devel/PPPort/parts/base/5005040 Devel::PPPort baseline todo file
221ext/Devel/PPPort/parts/base/5006000 Devel::PPPort baseline todo file
222ext/Devel/PPPort/parts/base/5006001 Devel::PPPort baseline todo file
223ext/Devel/PPPort/parts/base/5006002 Devel::PPPort baseline todo file
224ext/Devel/PPPort/parts/base/5007000 Devel::PPPort baseline todo file
225ext/Devel/PPPort/parts/base/5007001 Devel::PPPort baseline todo file
226ext/Devel/PPPort/parts/base/5007002 Devel::PPPort baseline todo file
227ext/Devel/PPPort/parts/base/5007003 Devel::PPPort baseline todo file
228ext/Devel/PPPort/parts/base/5008000 Devel::PPPort baseline todo file
229ext/Devel/PPPort/parts/base/5008001 Devel::PPPort baseline todo file
230ext/Devel/PPPort/parts/base/5008002 Devel::PPPort baseline todo file
231ext/Devel/PPPort/parts/base/5008003 Devel::PPPort baseline todo file
232ext/Devel/PPPort/parts/base/5008004 Devel::PPPort baseline todo file
233ext/Devel/PPPort/parts/base/5008005 Devel::PPPort baseline todo file
234ext/Devel/PPPort/parts/base/5008006 Devel::PPPort baseline todo file
235ext/Devel/PPPort/parts/base/5009000 Devel::PPPort baseline todo file
236ext/Devel/PPPort/parts/base/5009001 Devel::PPPort baseline todo file
237ext/Devel/PPPort/parts/base/5009002 Devel::PPPort baseline todo file
238ext/Devel/PPPort/parts/embed.fnc Devel::PPPort Perl API listing
239ext/Devel/PPPort/parts/inc/call Devel::PPPort include
240ext/Devel/PPPort/parts/inc/cop Devel::PPPort include
241ext/Devel/PPPort/parts/inc/exception Devel::PPPort include
242ext/Devel/PPPort/parts/inc/format Devel::PPPort include
243ext/Devel/PPPort/parts/inc/grok Devel::PPPort include
244ext/Devel/PPPort/parts/inc/limits Devel::PPPort include
245ext/Devel/PPPort/parts/inc/magic Devel::PPPort include
246ext/Devel/PPPort/parts/inc/misc Devel::PPPort include
247ext/Devel/PPPort/parts/inc/mPUSH Devel::PPPort include
248ext/Devel/PPPort/parts/inc/MY_CXT Devel::PPPort include
249ext/Devel/PPPort/parts/inc/newCONSTSUB Devel::PPPort include
250ext/Devel/PPPort/parts/inc/newRV Devel::PPPort include
251ext/Devel/PPPort/parts/inc/ppphbin Devel::PPPort include
252ext/Devel/PPPort/parts/inc/ppphdoc Devel::PPPort include
253ext/Devel/PPPort/parts/inc/ppphtest Devel::PPPort include
254ext/Devel/PPPort/parts/inc/SvPV Devel::PPPort include
255ext/Devel/PPPort/parts/inc/sv_xpvf Devel::PPPort include
256ext/Devel/PPPort/parts/inc/threads Devel::PPPort include
257ext/Devel/PPPort/parts/inc/uv Devel::PPPort include
258ext/Devel/PPPort/parts/inc/version Devel::PPPort include
259ext/Devel/PPPort/parts/ppptools.pl Devel::PPPort various utilities
260ext/Devel/PPPort/parts/todo/5004000 Devel::PPPort todo file
261ext/Devel/PPPort/parts/todo/5004010 Devel::PPPort todo file
262ext/Devel/PPPort/parts/todo/5004020 Devel::PPPort todo file
263ext/Devel/PPPort/parts/todo/5004030 Devel::PPPort todo file
264ext/Devel/PPPort/parts/todo/5004040 Devel::PPPort todo file
265ext/Devel/PPPort/parts/todo/5004050 Devel::PPPort todo file
266ext/Devel/PPPort/parts/todo/5005000 Devel::PPPort todo file
267ext/Devel/PPPort/parts/todo/5005010 Devel::PPPort todo file
268ext/Devel/PPPort/parts/todo/5005020 Devel::PPPort todo file
269ext/Devel/PPPort/parts/todo/5005030 Devel::PPPort todo file
270ext/Devel/PPPort/parts/todo/5005040 Devel::PPPort todo file
271ext/Devel/PPPort/parts/todo/5006000 Devel::PPPort todo file
272ext/Devel/PPPort/parts/todo/5006001 Devel::PPPort todo file
273ext/Devel/PPPort/parts/todo/5006002 Devel::PPPort todo file
274ext/Devel/PPPort/parts/todo/5007000 Devel::PPPort todo file
275ext/Devel/PPPort/parts/todo/5007001 Devel::PPPort todo file
276ext/Devel/PPPort/parts/todo/5007002 Devel::PPPort todo file
277ext/Devel/PPPort/parts/todo/5007003 Devel::PPPort todo file
278ext/Devel/PPPort/parts/todo/5008000 Devel::PPPort todo file
279ext/Devel/PPPort/parts/todo/5008001 Devel::PPPort todo file
280ext/Devel/PPPort/parts/todo/5008002 Devel::PPPort todo file
281ext/Devel/PPPort/parts/todo/5008003 Devel::PPPort todo file
282ext/Devel/PPPort/parts/todo/5008004 Devel::PPPort todo file
283ext/Devel/PPPort/parts/todo/5008005 Devel::PPPort todo file
284ext/Devel/PPPort/parts/todo/5008006 Devel::PPPort todo file
285ext/Devel/PPPort/parts/todo/5009000 Devel::PPPort todo file
286ext/Devel/PPPort/parts/todo/5009001 Devel::PPPort todo file
287ext/Devel/PPPort/parts/todo/5009002 Devel::PPPort todo file
288ext/Devel/PPPort/ppport_h.PL Devel::PPPort ppport.h writer
289ext/Devel/PPPort/PPPort.pm Devel::PPPort extension
290ext/Devel/PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer
291ext/Devel/PPPort/PPPort.xs Devel::PPPort extension
292ext/Devel/PPPort/PPPort_xs.PL Devel::PPPort PPPort.xs writer
293ext/Devel/PPPort/README Devel::PPPort Readme
294ext/Devel/PPPort/soak Devel::PPPort Test Harness to run under various Perls
295ext/Devel/PPPort/t/call.t Devel::PPPort test file
296ext/Devel/PPPort/t/cop.t Devel::PPPort test file
297ext/Devel/PPPort/t/exception.t Devel::PPPort test file
298ext/Devel/PPPort/t/grok.t Devel::PPPort test file
299ext/Devel/PPPort/t/limits.t Devel::PPPort test file
300ext/Devel/PPPort/t/magic.t Devel::PPPort test file
301ext/Devel/PPPort/t/misc.t Devel::PPPort test file
302ext/Devel/PPPort/t/mPUSH.t Devel::PPPort test file
303ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file
304ext/Devel/PPPort/t/newCONSTSUB.t Devel::PPPort test file
305ext/Devel/PPPort/t/newRV.t Devel::PPPort test file
306ext/Devel/PPPort/TODO Devel::PPPort Todo
307ext/Devel/PPPort/t/ppphtest.t Devel::PPPort test file
308ext/Devel/PPPort/t/SvPV.t Devel::PPPort test file
309ext/Devel/PPPort/t/sv_xpvf.t Devel::PPPort test file
310ext/Devel/PPPort/t/testutil.pl Devel::PPPort test utilities
311ext/Devel/PPPort/t/threads.t Devel::PPPort test file
312ext/Devel/PPPort/t/uv.t Devel::PPPort test file
313ext/Devel/PPPort/typemap Devel::PPPort Typemap
314ext/Digest/MD5/Changes Digest::MD5 extension changes
315ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture
316ext/Digest/MD5/hints/irix_6.pl Hints for named architecture
317ext/Digest/MD5/hints/MacOS.pl Hints for named architecture
318ext/Digest/MD5/Makefile.PL Digest::MD5 extension makefile writer
319ext/Digest/MD5/MD5.pm Digest::MD5 extension
320ext/Digest/MD5/MD5.xs Digest::MD5 extension
321ext/Digest/MD5/README Digest::MD5 extension Readme
322ext/Digest/MD5/t/align.t See if Digest::MD5 extension works
323ext/Digest/MD5/t/badfile.t See if Digest::MD5 extension works
324ext/Digest/MD5/t/bits.t See if Digest::MD5 extension works
325ext/Digest/MD5/t/clone.t See if Digest::MD5 extension works
326ext/Digest/MD5/t/files.t See if Digest::MD5 extension works
327ext/Digest/MD5/t/md5-aaa.t See if Digest::MD5 extension works
328ext/Digest/MD5/t/utf8.t See if Digest::MD5 extension works
329ext/Digest/MD5/typemap Digest::MD5 extension
330ext/DynaLoader/dl_aix.xs AIX implementation
331ext/DynaLoader/dl_beos.xs BeOS implementation
332ext/DynaLoader/dl_dld.xs GNU dld style implementation
333ext/DynaLoader/dl_dllload.xs S/390 dllload() style implementation
334ext/DynaLoader/dl_dlopen.xs BSD/SunOS4&5 dlopen() style implementation
335ext/DynaLoader/dl_dyld.xs NeXT/Apple dyld implementation
336ext/DynaLoader/dl_hpux.xs HP-UX implementation
337ext/DynaLoader/dl_mac.xs MacOS implementation
338ext/DynaLoader/dl_mpeix.xs MPE/iX implementation
339ext/DynaLoader/dl_next.xs NeXT implementation
340ext/DynaLoader/dl_none.xs Stub implementation
341ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
342ext/DynaLoader/dl_vmesa.xs VM/ESA implementation
343ext/DynaLoader/dl_vms.xs VMS implementation
344ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
345ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture
346ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture
347ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture
348ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
349ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture
350ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture
351ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
352ext/DynaLoader/README Dynamic Loader notes and intro
353ext/DynaLoader/t/XSLoader.t See if XSLoader works
354ext/DynaLoader/XSLoader_pm.PL Simple XS Loader perl module
355ext/Encode/AUTHORS List of authors
356ext/Encode/bin/enc2xs Encode module generator
357ext/Encode/bin/piconv iconv by perl
358ext/Encode/bin/ucm2table Table Generator for testing
359ext/Encode/bin/ucmlint A UCM Lint utility
360ext/Encode/bin/ucmsort A UCM sort utility
361ext/Encode/bin/unidump Unicode Dump like hexdump(1)
362ext/Encode/Byte/Byte.pm Encode extension
363ext/Encode/Byte/Makefile.PL Encode extension
364ext/Encode/Changes Change Log
365ext/Encode/CN/CN.pm Encode extension
366ext/Encode/CN/Makefile.PL Encode extension
367ext/Encode/EBCDIC/EBCDIC.pm Encode extension
368ext/Encode/EBCDIC/Makefile.PL Encode extension
369ext/Encode/encengine.c Encode extension
370ext/Encode/Encode/Changes.e2x Skeleton file for enc2xs
371ext/Encode/Encode/ConfigLocal_PM.e2x Skeleton file for enc2xs
372ext/Encode/Encode/encode.h Encode extension header file
373ext/Encode/Encode/Makefile_PL.e2x Skeleton file for enc2xs
374ext/Encode/Encode.pm Mother of all Encode extensions
375ext/Encode/Encode/_PM.e2x Skeleton file for enc2xs
376ext/Encode/Encode/README.e2x Skeleton file for enc2xs
377ext/Encode/Encode/_T.e2x Skeleton file for enc2xs
378ext/Encode/Encode.xs Encode extension
379ext/Encode/encoding.pm Perl Pragmatic Module
380ext/Encode/JP/JP.pm Encode extension
381ext/Encode/JP/Makefile.PL Encode extension
382ext/Encode/KR/KR.pm Encode extension
383ext/Encode/KR/Makefile.PL Encode extension
384ext/Encode/lib/Encode/Alias.pm Encode extension
385ext/Encode/lib/Encode/CJKConstants.pm Encode extension
386ext/Encode/lib/Encode/CN/HZ.pm Encode extension
387ext/Encode/lib/Encode/Config.pm Encode configuration module
388ext/Encode/lib/Encode/Encoder.pm OO Encoder
389ext/Encode/lib/Encode/Encoding.pm Encode extension
390ext/Encode/lib/Encode/Guess.pm Encode Extension
391ext/Encode/lib/Encode/JP/H2Z.pm Encode extension
392ext/Encode/lib/Encode/JP/JIS7.pm Encode extension
393ext/Encode/lib/Encode/KR/2022_KR.pm Encode extension
394ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension
395ext/Encode/lib/Encode/MIME/Header.pm Encode extension
396ext/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO
397ext/Encode/lib/Encode/Supported.pod Documents for supported encodings
398ext/Encode/lib/Encode/Unicode/UTF7.pm Encode extension
399ext/Encode/Makefile.PL Encode extension makefile writer
400ext/Encode/MANIFEST Encode extension
401ext/Encode/META.yml Module meta-data in YAML
402ext/Encode/README Encode extension
403ext/Encode/Symbol/Makefile.PL Encode extension
404ext/Encode/Symbol/Symbol.pm Encode extension
405ext/Encode/t/Aliases.t test script
406ext/Encode/t/at-cn.t test script
407ext/Encode/t/at-tw.t test script
408ext/Encode/t/big5-eten.enc test data
409ext/Encode/t/big5-eten.utf test data
410ext/Encode/t/big5-hkscs.enc test data
411ext/Encode/t/big5-hkscs.utf test data
412ext/Encode/t/CJKT.t test script
413ext/Encode/t/enc_data.t test script for utf8 DATA
414ext/Encode/t/enc_eucjp.t test script
415ext/Encode/t/enc_module.enc test data for t/enc_module.t
416ext/Encode/t/enc_module.t test script
417ext/Encode/t/Encoder.t test script
418ext/Encode/t/Encode.t test script
419ext/Encode/t/encoding.t test script
420ext/Encode/t/enc_utf8.t test script
421ext/Encode/t/fallback.t test script
422ext/Encode/t/gb2312.enc test data
423ext/Encode/t/gb2312.utf test data
424ext/Encode/t/grow.t test script
425ext/Encode/t/gsm0338.t test script
426ext/Encode/t/guess.t test script
427ext/Encode/t/jisx0201.enc test data
428ext/Encode/t/jisx0201.utf test data
429ext/Encode/t/jisx0208.enc test data
430ext/Encode/t/jisx0208.utf test data
431ext/Encode/t/jisx0212.enc test data
432ext/Encode/t/jisx0212.utf test data
433ext/Encode/t/jperl.t test script
434ext/Encode/t/ksc5601.enc test data
435ext/Encode/t/ksc5601.utf test data
436ext/Encode/t/mime_header_iso2022jp.t test script
437ext/Encode/t/mime-header.t test script
438ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
439ext/Encode/t/perlio.t test script
440ext/Encode/t/rt.pl test script
441ext/Encode/t/unibench.pl benchmark script
442ext/Encode/t/Unicode.t test script
443ext/Encode/t/utf8strict.t test script
444ext/Encode/TW/Makefile.PL Encode extension
445ext/Encode/TW/TW.pm Encode extension
446ext/Encode/ucm/8859-10.ucm Unicode Character Map
447ext/Encode/ucm/8859-11.ucm Unicode Character Map
448ext/Encode/ucm/8859-13.ucm Unicode Character Map
449ext/Encode/ucm/8859-14.ucm Unicode Character Map
450ext/Encode/ucm/8859-15.ucm Unicode Character Map
451ext/Encode/ucm/8859-16.ucm Unicode Character Map
452ext/Encode/ucm/8859-1.ucm Unicode Character Map
453ext/Encode/ucm/8859-2.ucm Unicode Character Map
454ext/Encode/ucm/8859-3.ucm Unicode Character Map
455ext/Encode/ucm/8859-4.ucm Unicode Character Map
456ext/Encode/ucm/8859-5.ucm Unicode Character Map
457ext/Encode/ucm/8859-6.ucm Unicode Character Map
458ext/Encode/ucm/8859-7.ucm Unicode Character Map
459ext/Encode/ucm/8859-8.ucm Unicode Character Map
460ext/Encode/ucm/8859-9.ucm Unicode Character Map
461ext/Encode/ucm/adobeStdenc.ucm Unicode Character Map
462ext/Encode/ucm/adobeSymbol.ucm Unicode Character Map
463ext/Encode/ucm/adobeZdingbat.ucm Unicode Character Map
464ext/Encode/ucm/ascii.ucm Unicode Character Map
465ext/Encode/ucm/big5-eten.ucm Unicode Character Map
466ext/Encode/ucm/big5-hkscs.ucm Unicode Character Map
467ext/Encode/ucm/cp037.ucm Unicode Character Map
468ext/Encode/ucm/cp1006.ucm Unicode Character Map
469ext/Encode/ucm/cp1026.ucm Unicode Character Map
470ext/Encode/ucm/cp1047.ucm Unicode Character Map
471ext/Encode/ucm/cp1250.ucm Unicode Character Map
472ext/Encode/ucm/cp1251.ucm Unicode Character Map
473ext/Encode/ucm/cp1252.ucm Unicode Character Map
474ext/Encode/ucm/cp1253.ucm Unicode Character Map
475ext/Encode/ucm/cp1254.ucm Unicode Character Map
476ext/Encode/ucm/cp1255.ucm Unicode Character Map
477ext/Encode/ucm/cp1256.ucm Unicode Character Map
478ext/Encode/ucm/cp1257.ucm Unicode Character Map
479ext/Encode/ucm/cp1258.ucm Unicode Character Map
480ext/Encode/ucm/cp424.ucm Unicode Character Map
481ext/Encode/ucm/cp437.ucm Unicode Character Map
482ext/Encode/ucm/cp500.ucm Unicode Character Map
483ext/Encode/ucm/cp737.ucm Unicode Character Map
484ext/Encode/ucm/cp775.ucm Unicode Character Map
485ext/Encode/ucm/cp850.ucm Unicode Character Map
486ext/Encode/ucm/cp852.ucm Unicode Character Map
487ext/Encode/ucm/cp855.ucm Unicode Character Map
488ext/Encode/ucm/cp856.ucm Unicode Character Map
489ext/Encode/ucm/cp857.ucm Unicode Character Map
490ext/Encode/ucm/cp860.ucm Unicode Character Map
491ext/Encode/ucm/cp861.ucm Unicode Character Map
492ext/Encode/ucm/cp862.ucm Unicode Character Map
493ext/Encode/ucm/cp863.ucm Unicode Character Map
494ext/Encode/ucm/cp864.ucm Unicode Character Map
495ext/Encode/ucm/cp865.ucm Unicode Character Map
496ext/Encode/ucm/cp866.ucm Unicode Character Map
497ext/Encode/ucm/cp869.ucm Unicode Character Map
498ext/Encode/ucm/cp874.ucm Unicode Character Map
499ext/Encode/ucm/cp875.ucm Unicode Character Map
500ext/Encode/ucm/cp932.ucm Unicode Character Map
501ext/Encode/ucm/cp936.ucm Unicode Character Map
502ext/Encode/ucm/cp949.ucm Unicode Character Map
503ext/Encode/ucm/cp950.ucm Unicode Character Map
504ext/Encode/ucm/ctrl.ucm Unicode Character Map
505ext/Encode/ucm/dingbats.ucm Unicode Character Map
506ext/Encode/ucm/euc-cn.ucm Unicode Character Map
507ext/Encode/ucm/euc-jp.ucm Unicode Character Map
508ext/Encode/ucm/euc-kr.ucm Unicode Character Map
509ext/Encode/ucm/gb12345.ucm Unicode Character Map
510ext/Encode/ucm/gb2312.ucm Unicode Character Map
511ext/Encode/ucm/gsm0338.ucm Unicode Character Map
512ext/Encode/ucm/hp-roman8.ucm Unicode Character Map
513ext/Encode/ucm/ir-165.ucm Unicode Character Map
514ext/Encode/ucm/jis0201.ucm Unicode Character Map
515ext/Encode/ucm/jis0208.ucm Unicode Character Map
516ext/Encode/ucm/jis0212.ucm Unicode Character Map
517ext/Encode/ucm/johab.ucm Unicode Character Map
518ext/Encode/ucm/koi8-f.ucm Unicode Character Map
519ext/Encode/ucm/koi8-r.ucm Unicode Character Map
520ext/Encode/ucm/koi8-u.ucm Unicode Character Map
521ext/Encode/ucm/ksc5601.ucm Unicode Character Map
522ext/Encode/ucm/macArabic.ucm Unicode Character Map
523ext/Encode/ucm/macCentEuro.ucm Unicode Character Map
524ext/Encode/ucm/macChinsimp.ucm Unicode Character Map
525ext/Encode/ucm/macChintrad.ucm Unicode Character Map
526ext/Encode/ucm/macCroatian.ucm Unicode Character Map
527ext/Encode/ucm/macCyrillic.ucm Unicode Character Map
528ext/Encode/ucm/macDingbats.ucm Unicode Character Map
529ext/Encode/ucm/macFarsi.ucm Unicode Character Map
530ext/Encode/ucm/macGreek.ucm Unicode Character Map
531ext/Encode/ucm/macHebrew.ucm Unicode Character Map
532ext/Encode/ucm/macIceland.ucm Unicode Character Map
533ext/Encode/ucm/macJapanese.ucm Unicode Character Map
534ext/Encode/ucm/macKorean.ucm Unicode Character Map
535ext/Encode/ucm/macRoman.ucm Unicode Character Map
536ext/Encode/ucm/macROMnn.ucm Unicode Character Map
537ext/Encode/ucm/macRUMnn.ucm Unicode Character Map
538ext/Encode/ucm/macSami.ucm Unicode Character Map
539ext/Encode/ucm/macSymbol.ucm Unicode Character Map
540ext/Encode/ucm/macThai.ucm Unicode Character Map
541ext/Encode/ucm/macTurkish.ucm Unicode Character Map
542ext/Encode/ucm/macUkraine.ucm Unicode Character Map
543ext/Encode/ucm/nextstep.ucm Unicode Character Map
544ext/Encode/ucm/null.ucm Unicode Character Map
545ext/Encode/ucm/posix-bc.ucm Unicode Character Map
546ext/Encode/ucm/shiftjis.ucm Unicode Character Map
547ext/Encode/ucm/symbol.ucm Unicode Character Map
548ext/Encode/ucm/viscii.ucm Unicode Character Map
549ext/Encode/Unicode/Makefile.PL Encode extension
550ext/Encode/Unicode/Unicode.pm Encode extension
551ext/Encode/Unicode/Unicode.xs Encode extension
552EXTERN.h Included before foreign .h files
553ext/Errno/ChangeLog Errno changes
554ext/Errno/Errno_pm.PL Errno perl module create script
555ext/Errno/Makefile.PL Errno extension makefile writer
556ext/Errno/t/Errno.t See if Errno works
557ext/Fcntl/Fcntl.pm Fcntl extension Perl module
558ext/Fcntl/Fcntl.xs Fcntl extension external subroutines
559ext/Fcntl/Makefile.PL Fcntl extension makefile writer
560ext/Fcntl/t/fcntl.t See if Fcntl works
561ext/Fcntl/t/syslfs.t See if large files work for sysio
562ext/File/Glob/bsd_glob.c File::Glob extension run time code
563ext/File/Glob/bsd_glob.h File::Glob extension header file
564ext/File/Glob/Changes File::Glob extension changelog
565ext/File/Glob/Glob.pm File::Glob extension module
566ext/File/Glob/Glob.xs File::Glob extension external subroutines
567ext/File/Glob/Makefile.PL File::Glob extension makefile writer
568ext/File/Glob/t/basic.t See if File::Glob works
569ext/File/Glob/t/case.t See if File::Glob works
570ext/File/Glob/t/global.t See if File::Glob works
571ext/File/Glob/TODO File::Glob extension todo list
572ext/File/Glob/t/taint.t See if File::Glob works
573ext/Filter/t/call.t See if Filter::Util::Call works
574ext/Filter/Util/Call/Call.pm Filter::Util::Call extension module
575ext/Filter/Util/Call/Call.xs Filter::Util::Call extension external subroutines
576ext/Filter/Util/Call/Makefile.PL Filter::Util::Call extension makefile writer
577ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
578ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
579ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture
580ext/GDBM_File/Makefile.PL GDBM extension makefile writer
581ext/GDBM_File/t/gdbm.t See if GDBM_File works
582ext/GDBM_File/typemap GDBM extension interface types
583ext/I18N/Langinfo/fallback/const-c.inc I18N::Langinfo
584ext/I18N/Langinfo/fallback/const-xs.inc I18N::Langinfo
585ext/I18N/Langinfo/Langinfo.pm I18N::Langinfo
586ext/I18N/Langinfo/Langinfo.xs I18N::Langinfo
587ext/I18N/Langinfo/Makefile.PL I18N::Langinfo
588ext/I18N/Langinfo/t/Langinfo.t See whether I18N::Langinfo works
589ext/IO/ChangeLog IO perl module change log
590ext/IO/hints/sco.pl Hint for IO for named architecture
591ext/IO/IO.pm Top-level interface to IO::* classes
592ext/IO/IO.xs IO extension external subroutines
593ext/IO/lib/IO/Dir.pm IO directory reading package
594ext/IO/lib/IO/File.pm IO file handle package
595ext/IO/lib/IO/Handle.pm IO base handle package
596ext/IO/lib/IO/Pipe.pm IO pipe package
597ext/IO/lib/IO/Poll.pm IO system poll() interface
598ext/IO/lib/IO/Seekable.pm IO methods for seekable handles
599ext/IO/lib/IO/Select.pm IO system select() interface
600ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
601ext/IO/lib/IO/Socket.pm IO socket handle package
602ext/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
603ext/IO/Makefile.PL IO extension makefile writer
604ext/IO/poll.c IO poll() emulation using select()
605ext/IO/poll.h IO poll() emulation using select()
606ext/IO/README IO extension maintenance notice
607ext/IO/t/io_const.t See if constants from IO work
608ext/IO/t/io_dir.t See if directory-related methods from IO work
609ext/IO/t/io_dup.t See if dup()-related methods from IO work
610ext/IO/t/io_file.t See if binmode()-related methods on IO::File work
611ext/IO/t/io_linenum.t See if I/O line numbers are tracked correctly
612ext/IO/t/io_multihomed.t See if INET sockets work with multi-homed hosts
613ext/IO/t/io_pipe.t See if pipe()-related methods from IO work
614ext/IO/t/io_poll.t See if poll()-related methods from IO work
615ext/IO/t/io_sel.t See if select()-related methods from IO work
616ext/IO/t/io_sock.t See if INET socket-related methods from IO work
617ext/IO/t/IO.t See if IO works
618ext/IO/t/io_taint.t See if the untaint method from IO works
619ext/IO/t/io_tell.t See if seek()/tell()-related methods from IO work
620ext/IO/t/io_udp.t See if UDP socket-related methods from IO work
621ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work
622ext/IO/t/io_utf8.t See if perlio opens work
623ext/IO/t/io_xs.t See if XSUB methods from IO work
624ext/IPC/SysV/ChangeLog IPC::SysV extension Perl module
625ext/IPC/SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture
626ext/IPC/SysV/hints/next_3.pl Hint for IPC::SysV for named architecture
627ext/IPC/SysV/Makefile.PL IPC::SysV extension Perl module
628ext/IPC/SysV/MANIFEST IPC::SysV extension Perl module
629ext/IPC/SysV/Msg.pm IPC::SysV extension Perl module
630ext/IPC/SysV/README IPC::SysV extension Perl module
631ext/IPC/SysV/Semaphore.pm IPC::SysV extension Perl module
632ext/IPC/SysV/SysV.pm IPC::SysV extension Perl module
633ext/IPC/SysV/SysV.xs IPC::SysV extension Perl module
634ext/IPC/SysV/t/ipcsysv.t See if IPC::SysV works
635ext/IPC/SysV/t/msg.t IPC::SysV extension Perl module
636ext/IPC/SysV/t/sem.t IPC::SysV extension Perl module
637ext/List/Util/Changes Util extension
638ext/List/Util/lib/List/Util.pm List::Util
639ext/List/Util/lib/Scalar/Util.pm Scalar::Util
640ext/List/Util/Makefile.PL Util extension
641ext/List/Util/multicall.h Util extension
642ext/List/Util/README Util extension
643ext/List/Util/t/00version.t Scalar::Util
644ext/List/Util/t/blessed.t Scalar::Util
645ext/List/Util/t/dualvar.t Scalar::Util
646ext/List/Util/t/first.t List::Util
647ext/List/Util/t/isvstring.t Scalar::Util
648ext/List/Util/t/lln.t Scalar::Util
649ext/List/Util/t/maxstr.t List::Util
650ext/List/Util/t/max.t List::Util
651ext/List/Util/t/minstr.t List::Util
652ext/List/Util/t/min.t List::Util
653ext/List/Util/t/openhan.t Scalar::Util
654ext/List/Util/t/p_blessed.t Scalar::Util
655ext/List/Util/t/p_first.t List::Util
656ext/List/Util/t/p_lln.t Scalar::Util
657ext/List/Util/t/p_maxstr.t List::Util
658ext/List/Util/t/p_max.t List::Util
659ext/List/Util/t/p_minstr.t List::Util
660ext/List/Util/t/p_min.t List::Util
661ext/List/Util/t/p_openhan.t Scalar::Util
662ext/List/Util/t/p_readonly.t Scalar::Util
663ext/List/Util/t/p_reduce.t List::Util
664ext/List/Util/t/p_refaddr.t Scalar::Util
665ext/List/Util/t/p_reftype.t Scalar::Util
666ext/List/Util/t/proto.t Scalar::Util
667ext/List/Util/t/p_shuffle.t List::Util
668ext/List/Util/t/p_sum.t List::Util
669ext/List/Util/t/p_tainted.t Scalar::Util
670ext/List/Util/t/readonly.t Scalar::Util
671ext/List/Util/t/reduce.t List::Util
672ext/List/Util/t/refaddr.t Scalar::Util
673ext/List/Util/t/reftype.t Scalar::Util
674ext/List/Util/t/shuffle.t List::Util
675ext/List/Util/t/sum.t List::Util
676ext/List/Util/t/tainted.t Scalar::Util
677ext/List/Util/t/weak.t Scalar::Util
678ext/List/Util/Util.xs Util extension
679ext/MIME/Base64/Base64.pm MIME::Base64 extension
680ext/MIME/Base64/Base64.xs MIME::Base64 extension
681ext/MIME/Base64/Changes MIME::Base64 extension
682ext/MIME/Base64/Makefile.PL MIME::Base64 extension
683ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
684ext/MIME/Base64/README README for MIME::Base64
685ext/MIME/Base64/t/base64.t See whether MIME::Base64 works
686ext/MIME/Base64/t/quoted-print.t See whether MIME::QuotedPrint works
687ext/MIME/Base64/t/unicode.t See whether MIME::Base64 works
688ext/MIME/Base64/t/warn.t See whether MIME::Base64 works
689ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture
690ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture
691ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture
692ext/NDBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
693ext/NDBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
694ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture
695ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture
696ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture
697ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture
698ext/NDBM_File/Makefile.PL NDBM extension makefile writer
699ext/NDBM_File/NDBM_File.pm NDBM extension Perl module
700ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines
701ext/NDBM_File/t/ndbm.t See if NDBM_File works
702ext/NDBM_File/typemap NDBM extension interface types
703ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture
704ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture
705ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture
706ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture
707ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture
708ext/ODBM_File/hints/linux.pl Hint for NDBM_File for named architecture
709ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture
710ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture
711ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture
712ext/ODBM_File/hints/ultrix.pl Hint for ODBM_File for named architecture
713ext/ODBM_File/Makefile.PL ODBM extension makefile writer
714ext/ODBM_File/ODBM_File.pm ODBM extension Perl module
715ext/ODBM_File/ODBM_File.xs ODBM extension external subroutines
716ext/ODBM_File/t/odbm.t See if ODBM_File works
717ext/ODBM_File/typemap ODBM extension interface types
718ext/Opcode/Makefile.PL Opcode extension makefile writer
719ext/Opcode/Opcode.pm Opcode extension Perl module
720ext/Opcode/Opcode.xs Opcode extension external subroutines
721ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module
722ext/Opcode/Safe.pm Safe extension Perl module
723ext/Opcode/t/Opcode.t See if Opcode works
724ext/Opcode/t/ops.t See if Opcode works
725ext/PerlIO/encoding/encoding.pm PerlIO::encoding
726ext/PerlIO/encoding/encoding.xs PerlIO::encoding
727ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer
728ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files
729ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars
730ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars
731ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars
732ext/PerlIO/t/encoding.t See if PerlIO encoding conversion works
733ext/PerlIO/t/fail.t See if bad layers fail
734ext/PerlIO/t/fallback.t See if PerlIO fallbacks work
735ext/PerlIO/t/open.t See if PerlIO certain special opens work
736ext/PerlIO/t/PerlIO.t See if PerlIO works
737ext/PerlIO/t/scalar.t See if PerlIO::scalar works
738ext/PerlIO/t/via.t See if PerlIO::via works
739ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture
740ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl
741ext/PerlIO/via/via.pm PerlIO layer for layers in perl
742ext/PerlIO/via/via.xs PerlIO layer for layers in perl
743ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture
744ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture
745ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture
746ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture
747ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture
748ext/POSIX/hints/linux.pl Hint for POSIX for named architecture
749ext/POSIX/hints/mint.pl Hint for POSIX for named architecture
750ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture
751ext/POSIX/hints/next_3.pl Hint for POSIX for named architecture
752ext/POSIX/hints/openbsd.pl Hint for POSIX for named architecture
753ext/POSIX/hints/sunos_4.pl Hint for POSIX for named architecture
754ext/POSIX/hints/svr4.pl Hint for POSIX for named architecture
755ext/POSIX/hints/uts.pl Hint for POSIX for named architecture
756ext/POSIX/Makefile.PL POSIX extension makefile writer
757ext/POSIX/POSIX.pm POSIX extension Perl module
758ext/POSIX/POSIX.pod POSIX extension documentation
759ext/POSIX/POSIX.xs POSIX extension external subroutines
760ext/POSIX/t/is.t See if POSIX isxxx() work
761ext/POSIX/t/posix.t See if POSIX works
762ext/POSIX/t/sigaction.t See if POSIX::sigaction works
763ext/POSIX/t/taint.t See if POSIX works with taint
764ext/POSIX/t/waitpid.t See if waitpid works
765ext/POSIX/typemap POSIX extension interface types
766ext/re/hints/mpeix.pl Hints for re for named architecture
767ext/re/Makefile.PL re extension makefile writer
768ext/re/re.pm re extension Perl module
769ext/re/re.xs re extension external subroutines
770ext/re/t/re.t see if re pragma works
771ext/Safe/t/safe1.t See if Safe works
772ext/Safe/t/safe2.t See if Safe works
773ext/Safe/t/safe3.t See if Safe works
774ext/SDBM_File/Makefile.PL SDBM extension makefile writer
775ext/SDBM_File/sdbm/biblio SDBM kit
776ext/SDBM_File/sdbm/CHANGES SDBM kit
777ext/SDBM_File/sdbm/COMPARE SDBM kit
778ext/SDBM_File/sdbm/dba.c SDBM kit
779ext/SDBM_File/sdbm/dbd.c SDBM kit
780ext/SDBM_File/sdbm/dbe.1 SDBM kit
781ext/SDBM_File/sdbm/dbe.c SDBM kit
782ext/SDBM_File/sdbm/dbu.c SDBM kit
783ext/SDBM_File/SDBM_File.pm SDBM extension Perl module
784ext/SDBM_File/SDBM_File.xs SDBM extension external subroutines
785ext/SDBM_File/sdbm/grind SDBM kit
786ext/SDBM_File/sdbm/hash.c SDBM kit
787ext/SDBM_File/sdbm/linux.patches SDBM kit
788ext/SDBM_File/sdbm/Makefile.PL SDBM kit
789ext/SDBM_File/sdbm/makefile.sdbm SDBM kit
790ext/SDBM_File/sdbm/pair.c SDBM kit
791ext/SDBM_File/sdbm/pair.h SDBM kit
792ext/SDBM_File/sdbm/README SDBM kit
793ext/SDBM_File/sdbm/readme.ms SDBM kit
794ext/SDBM_File/sdbm/README.too SDBM kit
795ext/SDBM_File/sdbm/sdbm.3 SDBM kit
796ext/SDBM_File/sdbm/sdbm.c SDBM kit
797ext/SDBM_File/sdbm/sdbm.h SDBM kit
798ext/SDBM_File/sdbm/tune.h SDBM kit
799ext/SDBM_File/sdbm/util.c SDBM kit
800ext/SDBM_File/t/sdbm.t See if SDBM_File works
801ext/SDBM_File/typemap SDBM extension interface types
802ext/Socket/Makefile.PL Socket extension makefile writer
803ext/Socket/Socket.pm Socket extension Perl module
804ext/Socket/Socket.xs Socket extension external subroutines
805ext/Socket/t/socketpair.t See if socketpair works
806ext/Socket/t/Socket.t See if Socket works
807ext/Storable/ChangeLog Storable extension
808ext/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture
809ext/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture
810ext/Storable/hints/linux.pl Hint for Storable for named architecture
811ext/Storable/Makefile.PL Storable extension
812ext/Storable/MANIFEST Storable extension
813ext/Storable/README Storable extension
814ext/Storable/Storable.pm Storable extension
815ext/Storable/Storable.xs Storable extension
816ext/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors
817ext/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern
818ext/Storable/t/blessed.t See if Storable works
819ext/Storable/t/canonical.t See if Storable works
820ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
821ext/Storable/t/code.t See if Storable works
822ext/Storable/t/compat06.t See if Storable works
823ext/Storable/t/croak.t See if Storable works
824ext/Storable/t/dclone.t See if Storable works
825ext/Storable/t/downgrade.t See if Storable works
826ext/Storable/t/forgive.t See if Storable works
827ext/Storable/t/freeze.t See if Storable works
828ext/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach
829ext/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw
830ext/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload
831ext/Storable/t/integer.t See if Storable works
832ext/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x
833ext/Storable/t/just_plain_nasty.t See if Storable works
834ext/Storable/t/lock.t See if Storable works
835ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t
836ext/Storable/t/make_downgrade.pl Make test data for downgrade.t
837ext/Storable/t/make_overload.pl Make test data for overload.t
838ext/Storable/t/malice.t See if Storable copes with corrupt files
839ext/Storable/t/overload.t See if Storable works
840ext/Storable/t/recurse.t See if Storable works
841ext/Storable/t/restrict.t See if Storable works
842ext/Storable/t/retrieve.t See if Storable works
843ext/Storable/t/sig_die.t See if Storable works
844ext/Storable/t/st-dump.pl See if Storable works
845ext/Storable/t/store.t See if Storable works
846ext/Storable/t/testlib.pl more helper routines for tests
847ext/Storable/t/threads.t Does Storable work with threads?
848ext/Storable/t/tied_hook.t See if Storable works
849ext/Storable/t/tied_items.t See if Storable works
850ext/Storable/t/tied.t See if Storable works
851ext/Storable/t/utf8hash.t See if Storable works
852ext/Storable/t/utf8.t See if Storable works
853ext/Storable/t/weak.t Can Storable store weakrefs
854ext/Sys/Hostname/Hostname.pm Sys::Hostname extension Perl module
855ext/Sys/Hostname/Hostname.xs Sys::Hostname extension external subroutines
856ext/Sys/Hostname/Makefile.PL Sys::Hostname extension makefile writer
857ext/Sys/Hostname/t/Hostname.t See if Sys::Hostname works
858ext/Sys/Syslog/Changes Changlog for Sys::Syslog
859ext/Sys/Syslog/fallback/const-c.inc Sys::Syslog constants fallback file
860ext/Sys/Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file
861ext/Sys/Syslog/Makefile.PL Sys::Syslog extension makefile writer
862ext/Sys/Syslog/README README for Sys::Syslog
863ext/Sys/Syslog/Syslog.pm Sys::Syslog extension Perl module