ext/Data/Dumper/Dumper.xs Data pretty printer, externals
ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
ext/Data/Dumper/t/dumper.t See if Data::Dumper works
-ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data
+ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works
ext/Data/Dumper/Todo Data pretty printer, futures
ext/DB_File/Changes Berkeley DB extension change log
ext/DB_File/dbinfo Berkeley DB database version checker
ext/Encode/Symbol/Makefile.PL Encode extension
ext/Encode/Symbol/Symbol.pm Encode extension
ext/Encode/t/Aliases.t test script
-ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
ext/Encode/t/at-cn.t test script
ext/Encode/t/at-tw.t test script
ext/Encode/t/big5-eten.enc test data
ext/Encode/t/CJKT.t test script
ext/Encode/t/Encode.t test script
ext/Encode/t/Encoder.t test script
+ext/Encode/t/encoding.t test script
ext/Encode/t/enc_data.t test script for utf8 DATA
ext/Encode/t/enc_eucjp.t test script
ext/Encode/t/enc_module.enc test data for t/enc_module.t
ext/Encode/t/enc_module.t test script
ext/Encode/t/enc_utf8.t test script
-ext/Encode/t/encoding.t test script
ext/Encode/t/fallback.t test script
ext/Encode/t/gb2312.enc test data
ext/Encode/t/gb2312.utf test data
ext/Encode/t/ksc5601.enc test data
ext/Encode/t/ksc5601.utf test data
ext/Encode/t/mime-header.t test script
+ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses
ext/Encode/t/perlio.t test script
ext/Encode/t/rt.pl test script
ext/Encode/t/unibench.pl benchmark script
ext/IO/ChangeLog IO perl module change log
ext/IO/hints/sco.pl Hint for IO for named architecture
ext/IO/IO.pm Top-level interface to IO::* classes
-ext/IO/lib/IO/t/IO.t See if IO works
ext/IO/IO.xs IO extension external subroutines
ext/IO/lib/IO/Dir.pm IO directory reading package
ext/IO/lib/IO/File.pm IO file handle package
ext/IO/lib/IO/Socket.pm IO socket handle package
ext/IO/lib/IO/Socket/INET.pm IO INET specific socket methods
ext/IO/lib/IO/Socket/UNIX.pm IO UNIX specific socket methods
+ext/IO/lib/IO/t/IO.t See if IO works
ext/IO/lib/IO/t/io_const.t See if constants from IO work
ext/IO/lib/IO/t/io_dir.t See if directory-related methods from IO work
ext/IO/lib/IO/t/io_dup.t See if dup()-related methods from IO work
lib/bigint.pm bignum
lib/bigintpl.t See if bigint.pl works
lib/bignum.pm bignum
-lib/bignum/t/bn_lite.t See if bignum works
-lib/bignum/t/br_lite.t See if bignum works
lib/bignum/t/bigint.t See if bignum works
lib/bignum/t/bignum.t See if bignum works
lib/bignum/t/bigrat.t See if bignum works
lib/bignum/t/biinfnan.t See if bignum works
lib/bignum/t/bninfnan.t See if bignum works
+lib/bignum/t/bn_lite.t See if bignum works
lib/bignum/t/brinfnan.t See if bignum works
+lib/bignum/t/br_lite.t See if bignum works
lib/bignum/t/infnan.inc See if bignum works
lib/bignum/t/option_a.t See if bignum works
lib/bignum/t/option_l.t See if bignum works
lib/constant.pm For "use constant"
lib/constant.t See if compile-time constants work
lib/CPAN.pm Interface to Comprehensive Perl Archive Network
-lib/CPAN/README README of CPAN
+lib/CPAN/bin/cpan easily interact with CPAN from the command line
lib/CPAN/FirstTime.pm Utility for creating CPAN config files
lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions
+lib/CPAN/README README of CPAN
lib/CPAN/t/loadme.t See if CPAN the module works
lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works
lib/CPAN/t/Nox.t See if CPAN::Nox works
lib/CPAN/t/vcmp.t See if CPAN the module works
-lib/CPAN/bin/cpan easily interact with CPAN from the command line
lib/ctime.pl A ctime workalike
lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir)
lib/DB.pm Debugger API (draft)
lib/Math/BigInt/t/with_sub.t Test use Math::BigFloat with => package
lib/Math/BigInt/Trace.pm bignum tracing
lib/Math/BigRat.pm Math::BigRat
-lib/Math/BigRat/t/big_ap.t Math::BigRat test
lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test
lib/Math/BigRat/t/bigfltrt.t Math::BigRat test
lib/Math/BigRat/t/bigrat.t Math::BigRat test
lib/Math/BigRat/t/bigratpm.inc Math::BigRat test
lib/Math/BigRat/t/bigratpm.t Math::BigRat test
+lib/Math/BigRat/t/big_ap.t Math::BigRat test
lib/Math/Complex.pm A Complex package
lib/Math/Complex.t See if Math::Complex works
lib/Math/Trig.pm A simple interface to complex trigonometry
lib/Pod/Perldoc.pm guts of the 'perldoc' utility
lib/Pod/Perldoc/BaseTo.pm utility module for perldoc
lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc
+lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker
+lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation
+lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText
lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors
lib/Pod/Perldoc/ToMan.pm render POD as man pages
lib/Pod/Perldoc/ToNroff.pm convert POD to nroff
lib/Pod/Perldoc/ToText.pm convert POD to plain text
lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod
lib/Pod/Perldoc/ToXml.pm convert POD to XML
-lib/Pod/Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker
-lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation
-lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText
lib/Pod/Plainer.pm Pod migration utility module
lib/Pod/PlainText.pm Convert POD data to formatted ASCII text
lib/Pod/Select.pm Pod-Parser - select portions of POD docs
lib/Test/Simple/t/has_plan2.t Test::More->plan tests
lib/Test/Simple/t/import.t Test::More test, importing functions
lib/Test/Simple/t/is_deeply.t Test::More test, is_deeply()
-lib/Test/Simple/t/ok_obj.t Test::Builder object tests
lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests
lib/Test/Simple/t/missing.t Test::Simple test, missing tests
lib/Test/Simple/t/More.t Test::More test, basic stuff
lib/Test/Simple/t/no_ending.t Test::Builder test, no_ending()
lib/Test/Simple/t/no_header.t Test::Builder test, no_header()
lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan
+lib/Test/Simple/t/ok_obj.t Test::Builder object tests
lib/Test/Simple/t/output.t Test::Builder test, output methods
lib/Test/Simple/t/plan.t Test::More test, plan()
lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan
os2/os2_base.t Additional tests for builtin methods
os2/perl2cmd.pl Corrects installed binaries under OS/2
os2/perlrexx.c Support perl interpreter embedded in REXX
-patchlevel.h The current patch level of perl
pad.c Scratchpad functions
pad.h Scratchpad headers
+patchlevel.h The current patch level of perl
perl.c main()
perl.h Global declarations
perlapi.c Perl API functions
Porting/fixvars Find undeclared variables with C compiler and fix em
Porting/genlog Generate formatted changelogs by querying p4d
Porting/Glossary Glossary of config.sh variables
-Porting/manicheck Check against MANIFEST
Porting/makerel Release making utility
+Porting/manicheck Check against MANIFEST
Porting/p4d2p Generate patch from p4 diff
Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc)
Porting/patching.pod How to report changes made to Perl
t/op/rand.t See if rand works
t/op/range.t See if .. works
t/op/read.t See if read() works
-t/op/readline.t See if <> / readline / rcatline work
t/op/readdir.t See if readdir() works
+t/op/readline.t See if <> / readline / rcatline work
t/op/recurse.t See if deep recursion works
t/op/ref.t See if refs and objects work
t/op/regexp.t See if regular expressions work
t/run/switches.t Tests for the other switches
t/run/switchF.t Test the -F switch
t/run/switchI.t Test the -I switch
-t/run/switch_A.t Test the -A switch
t/run/switchn.t Test the -n switch
t/run/switchp.t Test the -p switch
t/run/switchPx.aux Data for switchPx.t
t/run/switcht.t Test the -t switch
t/run/switchx.aux Data for switchx.t
t/run/switchx.t Test the -x switch
+t/run/switch_A.t Test the -A switch
t/TEST The regression tester
t/test.pl Simple testing library
t/TestInit.pm Preamble library for core tests
util.c Utility routines
util.h Dummy header
utils.lst Lists utilities bundled with Perl
-utils/cpan.PL easily interact with CPAN from the command line
utils/c2ph.PL program to translate dbx stabs to perl
+utils/cpan.PL easily interact with CPAN from the command line
utils/dprofpp.PL Perl code profile post-processor
utils/enc2xs.PL Encode module generator
utils/h2ph.PL A thing to turn C .h files into perl .ph files
wince/bin/search.pl WinCE port
wince/cecopy-lib.pl WinCE port
wince/comp.pl WinCE port
-wince/compile.bat WinCE port
wince/compile-all.bat WinCE port
+wince/compile.bat WinCE port
wince/config.ce WinCE port
wince/config_H.ce WinCE port
wince/config_h.PL WinCE port
wince/include/arpa/inet.h WinCE port
wince/include/netdb.h WinCE port
wince/include/sys/socket.h WinCE port
+wince/makedist.pl WinCE port
wince/Makefile.ce WinCE port
wince/makeico.pl WinCE port
-wince/makedist.pl WinCE port
wince/perl.rc WinCE port
wince/perllib.c WinCE port
wince/perlmain.c WinCE port