Documentation
- INSTALL
- PACKAGING - notes and best practice for packaging perl 5
- README.pod - README for the Porting/ directory in the Perl 5 core distribution.
- bench.pl - Compare the performance of perl code snippets across multiple perls.
- bisect.pl - use git bisect to pinpoint changes
- checkURL.pl - Check that all the URLs in the Perl source are valid
- checkansi.pl - Check source code for ANSI-C violations
- perlepigraphs - list of Perl release epigraphs
- expand-macro.pl - expand C macros using the C preprocessor
- git-deltatool - Annotate commits for perldelta
- how_to_write_a_perldelta - How to write a perldelta
- Release
- Pumpkin - Notes on handling the Perl Patch Pumpkin And Porting Perl
- release_managers_guide - Releasing a new version of perl 5.x
- release_schedule - Perl 5 release schedule
- sort_perldiag.pl - Sort warning and error messages in perldiag.pod
- todo - Perl TO-DO list
- valgrindpp.pl - A post processor for make test.valgrind
- Config - access Perl configuration information
- lib - manipulate @INC at compile time
- DynaLoader - Dynamically load C libraries into Perl code
- Errno - System errno constants
- Pod::Functions - Group Perl's functions a la perlfunc.pod
- Functions.t - Test Pod::Functions
- pod2html - convert .pod files to .html files
- anchorify - Test Pod::Html::anchorify()
- the
- htmlcrossref - Test HTML cross reference links
- crlf
- ext::Pod-Html::t::feature
- ext::Pod-Html::t::feature2
- htmldir - Test --htmldir feature
- htmldir - Test --htmldir feature
- htmldir - Test --htmldir feature
- htmldir - Test --htmldir feature
- htmldir - Test --htmldir feature
- Escape
- htmllink - Test HTML links
- Test
- Test
- Test
- perlpodspeccopy - Plain Old Documentation: format specification and notes
- perlvarcopy - Perl predefined variables
- installhtml - converts a collection of POD pages to HTML format.
- CORE - Namespace for Perl's core routines
- Internals - Reserved special namespace for internals related functions
- InputObjects.t - The tests for Pod::InputObjects
- Select.t - Tests for Pod::Select.
- Usage.t - Tests for Pod::Usage
- perl5db.pl - the perl debugger
- make_patchnum.pl - make patchnum
- mkppport - distribute ppport.h among extensions
- perl - The Perl 5 language interpreter
- perl5004delta - what's new for perl5.004
- perl5005delta - what's new for perl5.005
- perl5100delta - what is new for perl 5.10.0
- perl5101delta - what is new for perl v5.10.1
- perl5120delta - what is new for perl v5.12.0
- perl5121delta - what is new for perl v5.12.1
- perl5122delta - what is new for perl v5.12.2
- perl5123delta - what is new for perl v5.12.3
- perl5124delta - what is new for perl v5.12.4
- perl5125delta - what is new for perl v5.12.5
- perl5140delta - what is new for perl v5.14.0
- perl5141delta - what is new for perl v5.14.1
- perl5142delta - what is new for perl v5.14.2
- perl5143delta - what is new for perl v5.14.3
- perl5144delta - what is new for perl v5.14.4
- perl5160delta - what is new for perl v5.16.0
- perl5161delta - what is new for perl v5.16.1
- perl5162delta - what is new for perl v5.16.2
- perl5163delta - what is new for perl v5.16.3
- perl5180delta - what is new for perl v5.18.0
- perl5181delta - what is new for perl v5.18.1
- perl5182delta - what is new for perl v5.18.2
- perl5184delta - what is new for perl v5.18.4
- perl5200delta - what is new for perl v5.20.0
- perl5201delta - what is new for perl v5.20.1
- perl5202delta - what is new for perl v5.20.2
- perl5203delta - what is new for perl v5.20.3
- perl5220delta - what is new for perl v5.22.0
- perl5221delta - what is new for perl v5.22.1
- perl5222delta - what is new for perl v5.22.2
- perl5223delta - what is new for perl v5.22.3
- perl5224delta - what is new for perl v5.22.4
- perl5240delta - what is new for perl v5.24.0
- perl5241delta - what is new for perl v5.24.1
- perl5242delta - what is new for perl v5.24.2
- perl5243delta - what is new for perl v5.24.3
- perl5244delta - what is new for perl v5.24.4
- perl5260delta - what is new for perl v5.26.0
- perl5261delta - what is new for perl v5.26.1
- perl5262delta - what is new for perl v5.26.2
- perl5263delta - what is new for perl v5.26.3
- perl5280delta - what is new for perl v5.28.0
- perl5281delta - what is new for perl v5.28.1
- perl5282delta - what is new for perl v5.28.2
- perl5300delta - what is new for perl v5.30.0
- perl5301delta - what is new for perl v5.30.1
- perl5302delta - what is new for perl v5.30.2
- perl561delta - what's new for perl v5.6.1
- perl56delta - what's new for perl v5.6.0
- perl581delta - what is new for perl v5.8.1
- perl582delta - what is new for perl v5.8.2
- perl583delta - what is new for perl v5.8.3
- perl584delta - what is new for perl v5.8.4
- perl585delta - what is new for perl v5.8.5
- perl586delta - what is new for perl v5.8.6
- perl587delta - what is new for perl v5.8.7
- perl588delta - what is new for perl v5.8.8
- perl589delta - what is new for perl v5.8.9
- perl58delta - what is new for perl v5.8.0
- perlapio - perl's IO abstraction interface.
- perlartistic - the Perl Artistic License
- perlbook - Books about and related to Perl
- perlboot - Links to information on object-oriented programming in Perl
- perlbot - Links to information on object-oriented programming in Perl
- perlcall - Perl calling conventions from C
- perlcheat - Perl 5 Cheat Sheet
- perlclib - Internal replacements for standard C library functions
- perlcommunity - a brief overview of the Perl community
- perldata - Perl data types
- perldbmfilter - Perl DBM Filters
- perldebguts - Guts of Perl debugging
- perldebtut - Perl debugging tutorial
- perldebug - Perl debugging
- perldelta - what is new for perl v5.30.3
- perldeprecation - list Perl deprecations
- perldiag - various Perl diagnostics
- perldsc - Perl Data Structures Cookbook
- perldtrace - Perl's support for DTrace
- perlebcdic - Considerations for running Perl on EBCDIC platforms
- perlembed - how to embed perl in your C program
- perlexperiment - A listing of experimental features in Perl
- perlfilter - Source Filters
- perlfork - Perl's fork() emulation
- perlform - Perl formats
- perlfunc - Perl builtin functions
- perlgit - Detailed information about git and the Perl repository
- perlgpl - the GNU General Public License, version 1
- perlguts - Introduction to the Perl API
- perlhack - How to hack on Perl
- perlhacktips - Tips for Perl core C code hacking
- perlhacktut - Walk through the creation of a simple C code patch
- perlhist - the Perl history records
- perlinterp - An overview of the Perl interpreter
- perlintro - a brief introduction and overview of Perl
- perliol - C API for Perl's implementation of IO in Layers.
- perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)
- perllexwarn - Perl Lexical Warnings
- perllocale - Perl locale handling (internationalization and localization)
- perllol - Manipulating Arrays of Arrays in Perl
- perlmod - Perl modules (packages and symbol tables)
- perlmodinstall - Installing CPAN Modules
- perlmodlib - constructing new Perl modules and finding existing ones
- perlmodstyle - Perl module style guide
- perlmroapi - Perl method resolution plugin interface
- perlnewmod - preparing a new module for distribution
- perlnumber - semantics of numbers and numeric operations in Perl
- perlobj - Perl object reference
- perlootut - Object-Oriented Programming in Perl Tutorial
- perlop - Perl operators and precedence
- perlopentut - simple recipes for opening files and pipes in Perl
- perlpacktut - tutorial on pack and unpack
- perlperf - Perl Performance and Optimization Techniques
- perlpod - the Plain Old Documentation format
- perlpodspec - Plain Old Documentation: format specification and notes
- perlpodstyle - Perl POD style guide
- perlpolicy - Various and sundry policies and commitments related to the Perl core
- perlport - Writing portable Perl
- perlpragma - how to write a user pragma
- perlre - Perl regular expressions
- perlreapi - Perl regular expression plugin interface
- perlrebackslash - Perl Regular Expression Backslash Sequences and Escapes
- perlrecharclass - Perl Regular Expression Character Classes
- perlref - Perl references and nested data structures
- perlreftut - Mark's very short tutorial about references
- perlreguts - Description of the Perl regular expression engine.
- perlrepository - Links to current information on the Perl source repository
- perlrequick - Perl regular expressions quick start
- perlreref - Perl Regular Expressions Reference
- perlretut - Perl regular expressions tutorial
- perlrun - how to execute the Perl interpreter
- perlsec - Perl security
- perlsource - A guide to the Perl source tree
- perlstyle - Perl style guide
- perlsub - Perl subroutines
- perlsyn - Perl syntax
- perlthrtut - Tutorial on threads in Perl
- perltie - how to hide an object class in a simple variable
- perltodo - Link to the Perl to-do list
- perltooc - Links to information on object-oriented programming in Perl
- perltoot - Links to information on object-oriented programming in Perl
- perltrap - Perl traps for the unwary
- perlunicode - Unicode support in Perl
- perlunicook - cookbookish examples of handling Unicode in Perl
- perlunifaq - Perl Unicode FAQ
- perluniintro - Perl Unicode introduction
- perlunitut - Perl Unicode Tutorial
- perlutil - utilities packaged with the Perl distribution
- perlvar - Perl predefined variables
- perlvms - VMS-specific documentation for Perl
- feature - Perl pragma to enable new features
- CharClass::Matcher - Generate C macros that match character classes efficiently
- warnings - Perl pragma to control optional warnings
- CPerlBase - a C++ base class encapsulating a Perl interpreter in Symbian
- PerlUtil - a C++ utility class for Perl/Symbian
- h2ph - convert .h C header files to .ph Perl header files
- h2xs - convert .h C header files to Perl extensions
- libnetcfg - configure libnet
- perlbug - how to submit bug reports on Perl
- perlivp - Perl Installation Verification Procedure
- pl2pm - Rough tool to translate Perl4 .pl files to Perl5 .pm modules.
- exetype
Modules
- autodie::exception
- cpan/autodie/t/lib/autodie/test/au/exception.pm
- I18N::LangTags - functions for dealing with RFC3066-style language tags
- I18N::LangTags::Detect - detect the user's language preferences
- I18N::LangTags::List - tags and names for human languages
- IO - load various IO modules
- IO::Dir - supply object methods for directory handles
- IO::File - supply object methods for filehandles
- IO::Handle - supply object methods for I/O handles
- IO::Pipe - supply object methods for pipes
- IO::Poll - Object interface to system poll call
- IO::Seekable - supply seek based methods for I/O objects
- IO::Select - OO interface to the select system call
- IO::Socket - Object interface to socket communications
- IO::Socket::INET - Object interface for AF_INET domain sockets
- IO::Socket::UNIX - Object interface for AF_UNIX domain sockets
- Amiga::ARexx - Perl extension for ARexx support
- Amiga::Exec - Perl extension for low level amiga support
- B - The Perl Compiler Backend
- B::Concise - Walk Perl syntax tree, printing concise info about ops
- B::Showlex - Show lexical variables used in functions or files
- B::Terse - Walk Perl syntax tree, printing terse info about ops
- B::Xref - Generates cross reference reports for Perl programs
- O - Generic interface to Perl Compiler backends
- OptreeCheck - check optrees as rendered by B::Concise
- Devel::Peek - A data debugging tool for the XS programmer
- ExtUtils::Miniperl - write the C code for miniperlmain.c and perlmain.c
- Fcntl - load the C Fcntl.h defines
- File::DosGlob - DOS like globbing and then some
- File::Find - Traverse a directory tree.
- File::Glob - Perl extension for BSD glob routine
- FileCache - keep more files open than the system permits
- GDBM_File - Perl5 access to the gdbm library.
- Hash::Util::FieldHash - Support for Inside-Out Classes
- Hash::Util - A selection of general-utility hash subroutines
- I18N::Langinfo - query locale information
- IPC::Open2 - open a process for both reading and writing using open2()
- IPC::Open3 - open a process for reading, writing, and error handling using open3()
- NDBM_File - Tied access to ndbm files
- ODBM_File - Tied access to odbm files
- Opcode - Disable named opcodes when compiling perl code
- ops - Perl pragma to restrict unsafe operations when compiling
- POSIX - Perl interface to IEEE Std 1003.1
- PerlIO::encoding - encoding layer
- PerlIO::mmap - Memory mapped IO
- PerlIO::scalar - in-memory IO, scalar IO
- PerlIO::via - Helper class for PerlIO layers implemented in perl
- Pod::Html - module to convert pod files to HTML
- SDBM_File - Tied access to sdbm files
- Sys::Hostname - Try every conceivable way to get hostname
- Tie::Hash::NamedCapture - Named regexp capture buffers
- Tie::Memoize - add data to hash when needed
- VMS::DCLsym - Perl extension to manipulate DCL symbols
- VMS::Filespec - convert between VMS and Unix file specification syntax
- VMS::Stdio - standard I/O functions via VMS extensions
- Win32CORE - Win32 CORE function stubs
- XS::APItest - Test the perl C API
- ext/XS-APItest/t/Block.pm
- XS::Typemap - module to test the XS typemaps distributed with perl
- attributes - get/set subroutine or variable attributes
- mro - Method Resolution Order
- re - Perl pragma to alter regular expression behaviour
- Haiku - Interfaces to some Haiku API Functions
- AnyDBM_File - provide framework for multiple DBMs
- B::Deparse - Perl compiler backend to produce perl code
- B::Op_private - OP op_private flag definitions
- Benchmark - benchmark running times of Perl code
- Class::Struct - declare struct-like datatypes as Perl classes
- Config::Extensions - hash lookup of which core extensions were built.
- DB - programmatic interface to the Perl debugging API
- DBM_Filter - Filter DBM keys/values
- DBM_Filter::compress - filter for DBM_Filter
- DBM_Filter::encode - filter for DBM_Filter
- DBM_Filter::int32 - filter for DBM_Filter
- DBM_Filter::null - filter for DBM_Filter
- DBM_Filter::utf8 - filter for DBM_Filter
- DirHandle - (obsolete) supply object methods for directory handles
- English - use nice English (or awk) names for ugly punctuation variables
- ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
- ExtUtils::XSSymSet - keep sets of symbol names palatable to the VMS linker
- File::Basename - Parse file paths into directory, filename and suffix.
- File::Compare - Compare files or filehandles
- File::Copy - Copy files or filehandles
- File::stat - by-name interface to Perl's built-in stat() functions
- FileHandle - supply object methods for filehandles
- FindBin - Locate directory of original perl script
- Getopt::Std - Process single-character switches with switch clustering
- Net::hostent - by-name interface to Perl's built-in gethost*() functions
- Net::netent - by-name interface to Perl's built-in getnet*() functions
- Net::protoent - by-name interface to Perl's built-in getproto*() functions
- Net::servent - by-name interface to Perl's built-in getserv*() functions
- PerlIO - On demand loader for PerlIO layers and root of PerlIO::* name space
- SelectSaver - save and restore selected file handle
- Symbol - manipulate Perl symbols and their names
- Thread - Manipulate threads in Perl (for old code only)
- Tie::Array - base class for tied arrays
- Tie::Handle - base class definitions for tied handles
- Tie::StdHandle - base class definitions for tied handles
- Tie::SubstrHash - Fixed-table-size, fixed-key-length hashing
- Time::gmtime - by-name interface to Perl's built-in gmtime() function
- Time::localtime - by-name interface to Perl's built-in localtime() function
- Time::tm - internal object used by Time::gmtime and Time::localtime
- UNIVERSAL - base class for ALL classes (blessed references)
- Unicode::UCD - Unicode character database
- User::grent - by-name interface to Perl's built-in getgr*() functions
- User::pwent - by-name interface to Perl's built-in getpw*() functions
- blib - Use MakeMaker's uninstalled version of a package
- bytes - Perl pragma to expose the individual bytes of characters
- charnames - access to Unicode character names and named character sequences; also define character names
- deprecate - Perl pragma for deprecating the inclusion of a module in core
- feature - Perl pragma to enable new features
- filetest - Perl pragma to control the filetest permission operators
- integer - Perl pragma to use integer arithmetic instead of floating point
- less - perl pragma to request less of something
- locale - Perl pragma to use or avoid POSIX locales for built-in operations
- open - perl pragma to set default PerlIO layers for input and output
- overload - Package for overloading Perl operations
- overloading - perl pragma to lexically control overloading
- sigtrap - Perl pragma to enable simple signal handling
- sort - perl pragma to control sort() behaviour
- strict - Perl pragma to restrict unsafe constructs
- subs - Perl pragma to predeclare subroutine names
- utf8 - Perl pragma to enable/disable UTF-8 (or UTF-EBCDIC) in source code
- vars - Perl pragma to predeclare global variable names
- vmsish - Perl pragma to control VMS-specific language features
- warnings - Perl pragma to control optional warnings
- warnings::register - warnings import function
- OS2::ExtAttr - Perl access to extended attributes.
- OS2::PrfDB - Perl extension for access to OS/2 setting database.
- OS2::Process - exports constants for system() call, and process control on OS2.
- OS2::DLL - access to DLLs with REXX calling convention.
- OS2::REXX - access to DLLs with REXX calling convention and REXX runtime.
Provides
- Amiga::ARexx::Msg in ext/Amiga-ARexx/ARexx.pm
- B::OBJECT in ext/B/B.pm
- Class::Struct::Tie_ISA in lib/Class/Struct.pm
- Moped::Msg in symbian/ext/Moped/Msg/Msg.pm
- OS2::DLL::dll in os2/OS2/OS2-REXX/DLL/DLL.pm
- OS2::PrfDB::Hini in os2/OS2/OS2-PrfDB/PrfDB.pm
- OS2::PrfDB::Sub in os2/OS2/OS2-PrfDB/PrfDB.pm
- OS2::REXX::_ARRAY in os2/OS2/OS2-REXX/REXX.pm
- OS2::REXX::_HASH in os2/OS2/OS2-REXX/REXX.pm
- OS2::REXX::_SCALAR in os2/OS2/OS2-REXX/REXX.pm
- OS2::localMorphPM in os2/OS2/OS2-Process/Process.pm
- POSIX::SigAction in ext/POSIX/lib/POSIX.pm
- POSIX::SigRt in ext/POSIX/lib/POSIX.pm
- POSIX::SigSet in ext/POSIX/lib/POSIX.pm
- Pod::Simple::XHTML::LocalPodLinks in ext/Pod-Html/lib/Pod/Html.pm
- Testing in ext/File-Find/t/lib/Testing.pm
- Tie::ExtraHash in lib/Tie/Hash.pm
- Tie::Hash in lib/DBM_Filter.pm
- Tie::Hash in lib/Tie/Hash.pm
- Tie::Scalar in lib/Tie/Scalar.pm
- Tie::StdArray in lib/Tie/Array.pm
- Tie::StdHash in lib/Tie/Hash.pm
- Tie::StdScalar in lib/Tie/Scalar.pm
- diagnostics in lib/diagnostics.pm
- overload::numbers in lib/overload/numbers.pm
- t::BHK in ext/XS-APItest/t/BHK.pm
- t::Markers in ext/XS-APItest/t/Markers.pm
Examples
Other files
- AUTHORS
- Changes
- Copying
- MANIFEST
- META.json
- META.yml
- Porting/acknowledgements.pl
- Porting/bisect.pl
- Porting/corelist-perldelta.pl
- Porting/exec-bit.txt
- Porting/manifest_lib.pl
- Porting/newtests-perldelta.pl
- Porting/pod_lib.pl
- Porting/sync-with-cpan
- README
- cpan/IO-Zlib/t/external.t
- cpan/Memoize/t/expfile.t
- cpan/Memoize/t/expire.t
- cpan/Memoize/t/expmod_n.t
- cpan/Memoize/t/expmod_t.t
- cpan/Module-Metadata/t/extract-package.t
- cpan/Module-Metadata/t/extract-version.t
- cpan/Scalar-List-Utils/t/exotic_names.t
- cpan/Test-Simple/t/Legacy/explain.t
- cpan/Test-Simple/t/Legacy/explain_err_vars.t
- cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx
- cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx
- cpan/autodie/t/exception_class.t
- cpan/autodie/t/exceptions.t
- cpan/autodie/t/exec.t
- dist/Devel-PPPort/parts/inc/exception
- dist/Devel-PPPort/t/exception.t
- dist/Filter-Simple/t/export.t
- dist/threads/t/exit.t
- ext/Amiga-ARexx/tagtypes.h
- ext/Amiga-Exec/Exec.xs
- ext/Amiga-Exec/tagtypes.h
- ext/Amiga-Exec/typemap
- ext/B/Makefile.PL
- ext/B/t/concise-xs.t
- ext/B/t/concise.t
- ext/B/t/f_map.t
- ext/B/t/f_sort
- ext/B/t/f_sort.t
- ext/B/t/optree_check.t
- ext/B/t/optree_concise.t
- ext/B/t/optree_constants.t
- ext/B/t/optree_specials.t
- ext/B/t/optree_varinit.t
- ext/B/t/pragma.t
- ext/B/t/strict.t
- ext/Devel-Peek/t/Peek.t
- ext/DynaLoader/dl_aix.xs
- ext/DynaLoader/dl_dllload.xs
- ext/DynaLoader/dl_freemint.xs
- ext/DynaLoader/dl_symbian.xs
- ext/DynaLoader/dl_vms.xs
- ext/DynaLoader/dl_win32.xs
- ext/DynaLoader/hints/android.pl
- ext/DynaLoader/hints/gnukfreebsd.pl
- ext/DynaLoader/hints/gnuknetbsd.pl
- ext/DynaLoader/hints/netbsd.pl
- ext/DynaLoader/hints/openbsd.pl
- ext/DynaLoader/t/DynaLoader.t
- ext/Errno/ChangeLog
- ext/Fcntl/t/autoload.t
- ext/Fcntl/t/syslfs.t
- ext/File-DosGlob/DosGlob.xs
- ext/File-Find/t/find.t
- ext/File-Glob/Glob.xs
- ext/File-Glob/Makefile.PL
- ext/File-Glob/TODO
- ext/File-Glob/t/basic.t
- ext/File-Glob/t/case.t
- ext/File-Glob/t/global.t
- ext/File-Glob/t/rt114984.t
- ext/File-Glob/t/taint.t
- ext/FileCache/t/01open.t
- ext/FileCache/t/02maxopen.t
- ext/FileCache/t/04twoarg.t
- ext/FileCache/t/07noimport.t
- ext/GDBM_File/GDBM_File.xs
- ext/GDBM_File/Makefile.PL
- ext/GDBM_File/hints/sco.pl
- ext/GDBM_File/t/gdbm.t
- ext/GDBM_File/typemap
- ext/Hash-Util-FieldHash/Changes
- ext/Hash-Util-FieldHash/FieldHash.xs
- ext/Hash-Util-FieldHash/t/01_load.t
- ext/Hash-Util-FieldHash/t/02_function.t
- ext/Hash-Util-FieldHash/t/03_class.t
- ext/Hash-Util-FieldHash/t/04_thread.t
- ext/Hash-Util-FieldHash/t/05_perlhook.t
- ext/Hash-Util-FieldHash/t/11_hashassign.t
- ext/Hash-Util-FieldHash/t/12_hashwarn.t
- ext/Hash-Util/Changes
- ext/Hash-Util/Makefile.PL
- ext/Hash-Util/t/Util.t
- ext/I18N-Langinfo/Langinfo.xs
- ext/I18N-Langinfo/Makefile.PL
- ext/I18N-Langinfo/t/Langinfo.t
- ext/IPC-Open3/t/IPC-Open2.t
- ext/IPC-Open3/t/IPC-Open3.t
- ext/IPC-Open3/t/fd.t
- ext/NDBM_File/Makefile.PL
- ext/NDBM_File/NDBM_File.xs
- ext/NDBM_File/hints/MSWin32.pl
- ext/NDBM_File/hints/cygwin.pl
- ext/NDBM_File/hints/dec_osf.pl
- ext/NDBM_File/hints/dynixptx.pl
- ext/NDBM_File/hints/gnu.pl
- ext/NDBM_File/hints/gnukfreebsd.pl
- ext/NDBM_File/hints/gnuknetbsd.pl
- ext/NDBM_File/hints/linux.pl
- ext/NDBM_File/hints/solaris.pl
- ext/NDBM_File/hints/svr4.pl
- ext/NDBM_File/t/ndbm.t
- ext/NDBM_File/typemap
- ext/ODBM_File/Makefile.PL
- ext/ODBM_File/ODBM_File.xs
- ext/ODBM_File/hints/linux.pl
- ext/ODBM_File/hints/solaris.pl
- ext/ODBM_File/hints/ultrix.pl
- ext/Opcode/t/Opcode.t
- ext/POSIX/POSIX.xs
- ext/POSIX/hints/bsdos.pl
- ext/POSIX/hints/freebsd.pl
- ext/POSIX/hints/gnuknetbsd.pl
- ext/POSIX/hints/linux.pl
- ext/POSIX/hints/mint.pl
- ext/POSIX/hints/netbsd.pl
- ext/POSIX/hints/openbsd.pl
- ext/POSIX/hints/sunos_4.pl
- ext/POSIX/hints/svr4.pl
- ext/POSIX/t/export.t
- ext/POSIX/t/iscrash
- ext/POSIX/t/sigset.t
- ext/POSIX/t/sysconf.t
- ext/POSIX/t/taint.t
- ext/POSIX/t/termios.t
- ext/POSIX/t/time.t
- ext/POSIX/t/unimplemented.t
- ext/POSIX/t/usage.t
- ext/POSIX/t/waitpid.t
- ext/PerlIO-encoding/encoding.xs
- ext/PerlIO-encoding/t/encoding.t
- ext/PerlIO-encoding/t/threads.t
- ext/Pod-Functions/Makefile.PL
- ext/Pod-Html/t/cache.t
- ext/Pod-Html/t/crossref2.t
- ext/Pod-Html/t/htmldir1.t
- ext/Pod-Html/t/htmlview.t
- ext/Pod-Html/t/pod2html-lib.pl
- ext/Pod-Html/t/podnoerr.t
- ext/SDBM_File/Makefile.PL
- ext/SDBM_File/README
- ext/SDBM_File/README.too
- ext/SDBM_File/dbu.c
- ext/SDBM_File/grind
- ext/SDBM_File/hash.c
- ext/SDBM_File/pair.c
- ext/SDBM_File/sdbm.h
- ext/VMS-DCLsym/Makefile.PL
- ext/VMS-Filespec/t/filespec.t
- ext/VMS-Stdio/0README.txt
- ext/VMS-Stdio/Stdio.xs
- ext/Win32CORE/Makefile.PL
- ext/XS-APItest/APItest.xs
- ext/XS-APItest/APItest_BS
- ext/XS-APItest/XSUB-undef-XS_VERSION.xs
- ext/XS-APItest/core_or_not.inc
- ext/XS-APItest/exception.c
- ext/XS-APItest/t/arrayexpr.t
- ext/XS-APItest/t/blockasexpr.t
- ext/XS-APItest/t/call_checker.t
- ext/XS-APItest/t/caller.t
- ext/XS-APItest/t/check_warnings.t
- ext/XS-APItest/t/cophh.t
- ext/XS-APItest/t/coplabel.t
- ext/XS-APItest/t/copstash.t
- ext/XS-APItest/t/exception.t
- ext/XS-APItest/t/get.t
- ext/XS-APItest/t/grok.t
- ext/XS-APItest/t/gv_const_sv.t
- ext/XS-APItest/t/gv_fetchmeth.t
- ext/XS-APItest/t/handy01.t
- ext/XS-APItest/t/handy03.t
- ext/XS-APItest/t/handy04.t
- ext/XS-APItest/t/handy08.t
- ext/XS-APItest/t/handy09.t
- ext/XS-APItest/t/handy_base.pl
- ext/XS-APItest/t/keyword_multiline.t
- ext/XS-APItest/t/labelconst.t
- ext/XS-APItest/t/mro.t
- ext/XS-APItest/t/op.t
- ext/XS-APItest/t/pad_scalar.t
- ext/XS-APItest/t/peep.t
- ext/XS-APItest/t/printf.t
- ext/XS-APItest/t/refs.t
- ext/XS-APItest/t/rmagical.t
- ext/XS-APItest/t/rv2cv_op_cv.t
- ext/XS-APItest/t/savehints.t
- ext/XS-APItest/t/stuff_svcur_bug.t
- ext/XS-APItest/t/svcat.t
- ext/XS-APItest/t/svpeek.t
- ext/XS-APItest/t/svpv_magic.t
- ext/XS-APItest/t/swaplabel.t
- ext/XS-APItest/t/utf8_to_bytes.t
- ext/XS-APItest/t/utf8_warn03.t
- ext/XS-APItest/t/utf8_warn06.t
- ext/XS-APItest/t/utf8_warn08.t
- ext/XS-Typemap/Makefile.PL
- ext/XS-Typemap/README
- ext/XS-Typemap/stdio.c
- ext/XS-Typemap/t/Typemap.t
- ext/attributes/attributes.xs
- ext/mro/mro.xs
- ext/re/re_comp.h
- ext/re/re_top.h
- ext/re/t/lexical_debug.t
- ext/re/t/reflags.t
- ext/re/t/regop.pl
- ext/re/t/regop.t
- plan9/exclude
- regen/op_private
- regen/unicode_constants.pl
- symbian/TODO