This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Now that the backreference array has no NULL entries, and is correctly
[perl5.git] / MANIFEST
index eaedbe1..6018a97 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -708,6 +708,7 @@ ext/List/Util/lib/Scalar/Util.pm    Scalar::Util
 ext/List/Util/Makefile.PL      Util extension
 ext/List/Util/multicall.h      Util extension
 ext/List/Util/README           Util extension
+ext/List/Util/t/00version.t    Scalar::Util
 ext/List/Util/t/blessed.t      Scalar::Util
 ext/List/Util/t/dualvar.t      Scalar::Util
 ext/List/Util/t/first.t                List::Util
@@ -754,6 +755,7 @@ ext/MIME/Base64/Base64.xs   MIME::Base64 extension
 ext/MIME/Base64/Changes                MIME::Base64 extension
 ext/MIME/Base64/Makefile.PL    MIME::Base64 extension
 ext/MIME/Base64/QuotedPrint.pm MIME::Base64 extension
+ext/MIME/Base64/README         README for MIME::Base64
 ext/MIME/Base64/t/base64.t     See whether MIME::Base64 works
 ext/MIME/Base64/t/quoted-print.t       See whether MIME::QuotedPrint works
 ext/MIME/Base64/t/unicode.t    See whether MIME::Base64 works
@@ -830,9 +832,11 @@ ext/POSIX/POSIX.pm         POSIX extension Perl module
 ext/POSIX/POSIX.pod            POSIX extension documentation
 ext/POSIX/POSIX.xs             POSIX extension external subroutines
 ext/POSIX/t/is.t               See if POSIX isxxx() work
+ext/POSIX/t/math.t             Basic math tests for POSIX
 ext/POSIX/t/posix.t            See if POSIX works
 ext/POSIX/t/sigaction.t                See if POSIX::sigaction works
 ext/POSIX/t/taint.t            See if POSIX works with taint
+ext/POSIX/t/time.t             See if POSIX time-related functions work
 ext/POSIX/t/waitpid.t          See if waitpid works
 ext/POSIX/typemap              POSIX extension interface types
 ext/re/hints/mpeix.pl          Hints for re for named architecture
@@ -892,10 +896,12 @@ ext/Storable/t/blessed.t  See if Storable works
 ext/Storable/t/canonical.t     See if Storable works
 ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs
 ext/Storable/t/code.t          See if Storable works
+ext/Storable/t/compat01.t      See if Storable works
 ext/Storable/t/compat06.t      See if Storable works
 ext/Storable/t/croak.t         See if Storable works
 ext/Storable/t/dclone.t                See if Storable works
 ext/Storable/t/downgrade.t     See if Storable works
+ext/Storable/t/file_magic.t    See if file_magic function works
 ext/Storable/t/forgive.t       See if Storable works
 ext/Storable/t/freeze.t                See if Storable works
 ext/Storable/t/HAS_ATTACH.pm   For auto-requiring of modules for STORABLE_attach
@@ -928,9 +934,20 @@ ext/Sys/Hostname/Hostname.pm       Sys::Hostname extension Perl module
 ext/Sys/Hostname/Hostname.xs   Sys::Hostname extension external subroutines
 ext/Sys/Hostname/Makefile.PL   Sys::Hostname extension makefile writer
 ext/Sys/Hostname/t/Hostname.t  See if Sys::Hostname works
+ext/Sys/Syslog/Changes         Changlog for Sys::Syslog
 ext/Sys/Syslog/Makefile.PL     Sys::Syslog extension makefile writer
+ext/Sys/Syslog/README          README for Sys::Syslog
 ext/Sys/Syslog/Syslog.pm       Sys::Syslog extension Perl module
 ext/Sys/Syslog/Syslog.xs       Sys::Syslog extension external subroutines
+ext/Sys/Syslog/fallback/const-c.inc    Sys::Syslog constants fallback file
+ext/Sys/Syslog/fallback/const-xs.inc   Sys::Syslog constants fallback file
+ext/Sys/Syslog/t/00-load.t     test for Sys::Syslog
+ext/Sys/Syslog/t/constants.t   test for Sys::Syslog
+ext/Sys/Syslog/t/distchk.t     test for Sys::Syslog
+ext/Sys/Syslog/t/pod.t         test for Sys::Syslog
+ext/Sys/Syslog/t/podcover.t    test for Sys::Syslog
+ext/Sys/Syslog/t/podspell.t    test for Sys::Syslog
+ext/Sys/Syslog/t/portfs.t      test for Sys::Syslog
 ext/Sys/Syslog/t/syslog.t      See if Sys::Syslog works
 ext/Thread/create.tx           Test thread creation
 ext/Thread/die2.tx             Test thread die() differently
@@ -960,6 +977,7 @@ ext/threads/shared/shared.xs        thread shared variables
 ext/threads/shared/t/0nothread.t       Tests for basic shared array functionality.
 ext/threads/shared/t/av_refs.t Tests for arrays containing references
 ext/threads/shared/t/av_simple.t       Tests for basic shared array functionality.
+ext/threads/shared/t/blessed.t Test blessed shared variables
 ext/threads/shared/t/cond.t    Test condition variables
 ext/threads/shared/t/disabled.t        Test threads::shared when threads are disabled.
 ext/threads/shared/t/hv_refs.t Test shared hashes containing references
@@ -1032,6 +1050,7 @@ ext/XS/APItest/Makefile.PL        XS::APItest extension
 ext/XS/APItest/MANIFEST                XS::APItest extension
 ext/XS/APItest/README          XS::APItest extension
 ext/XS/APItest/t/call.t                XS::APItest extension
+ext/XS/APItest/t/my_cxt.t      XS::APItest: test MY_CXT interface
 ext/XS/APItest/t/exception.t   XS::APItest extension
 ext/XS/APItest/t/hash.t                XS::APItest extension
 ext/XS/APItest/t/printf.t      XS::APItest extension
@@ -1327,6 +1346,7 @@ lib/CGI/t/fast.t          See if CGI::Fast works (if FCGI is installed)
 lib/CGI/t/form.t               See if CGI.pm works
 lib/CGI/t/function.t           See if CGI.pm works
 lib/CGI/t/html.t               See if CGI.pm works
+lib/CGI/t/no_tabindex.t        See if CGI.pm works
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
 lib/CGI/t/request.t            See if CGI.pm works
@@ -1349,11 +1369,14 @@ lib/Config.t                    See if Config works
 lib/constant.pm                        For "use constant"
 lib/constant.t                 See if compile-time constants work
 lib/CPAN/bin/cpan              easily interact with CPAN from the command line
-lib/CPAN/Admin.pm              A CPAN Shell for CPAN admins
+lib/CPAN/Debug.pm              helper package for CPAN.pm
 lib/CPAN/FirstTime.pm          Utility for creating CPAN config files
+lib/CPAN/HandleConfig.pm       helper package for CPAN.pm
 lib/CPAN/Nox.pm                        Runs CPAN while avoiding compiled extensions
 lib/CPAN/PAUSE2003.pub         CPAN public key
 lib/CPAN/PAUSE2005.pub         CPAN public key
+lib/CPAN/SIGNATURE             CPAN public key
+lib/CPAN/Tarzip.pm             helper package for CPAN.pm
 lib/CPAN/Version.pm            Simple math with different flavors of version strings
 lib/CPAN.pm                    Interface to Comprehensive Perl Archive Network
 lib/CPAN/t/loadme.t            See if CPAN the module works
@@ -1428,6 +1451,7 @@ lib/ExtUtils/Command/MM.pm        Calling MM functions from the cmd line
 lib/ExtUtils/Command.pm                Utilities for Make on non-UNIX platforms
 lib/ExtUtils/Constant/Base.pm  generate XS code to import C header constants
 lib/ExtUtils/Constant.pm       generate XS code to import C header constants
+lib/ExtUtils/Constant/ProxySubs.pm     generate XS code for proxy constants
 lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants
 lib/ExtUtils/Constant/XS.pm    generate XS code to import C header constants
 lib/ExtUtils/Embed.pm          Utilities for embedding Perl in C programs
@@ -1522,6 +1546,8 @@ lib/ExtUtils/xsubpp               External subroutine preprocessor
 lib/fastcwd.pl                 a faster but more dangerous getcwd
 lib/Fatal.pm                   Make errors in functions/builtins fatal
 lib/Fatal.t                    See if Fatal works
+lib/feature.pm                 Pragma to enable new syntax
+lib/feature.t                  See if features work
 lib/fields.pm                  Set up object field names for pseudo-hash-using classes
 lib/File/Basename.pm           Emulate the basename program
 lib/File/Basename.t            See if File::Basename works
@@ -1558,6 +1584,7 @@ lib/File/Spec/t/crossplatform.t   See if File::Spec works crossplatform
 lib/File/Spec/t/Functions.t    See if File::Spec::Functions works
 lib/File/Spec/t/rel2abs2rel.t  See if File::Spec->rel2abs/abs2rel works
 lib/File/Spec/t/Spec.t         See if File::Spec works
+lib/File/Spec/t/tmpdir.t       See if File::Spec->tmpdir() works
 lib/File/Spec/Unix.pm          portable operations on Unix file names
 lib/File/Spec/VMS.pm           portable operations on VMS file names
 lib/File/Spec/Win32.pm         portable operations on Win32 and NetWare file names
@@ -1860,6 +1887,12 @@ lib/PerlIO/via/QuotedPrint.pm    PerlIO::via::QuotedPrint
 lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint
 lib/ph.t                       See if h2ph works
 lib/Pod/Checker.pm             Pod-Parser - check POD documents for syntax errors
+lib/Pod/Escapes/ChangeLog      ChangeLog for Pod::Escapes
+lib/Pod/Escapes/README         README for Pod::Escapes
+lib/Pod/Escapes/t/01_about_verbose.t   test Pod::Escapes
+lib/Pod/Escapes/t/10_main.t    test Pod::Escapes
+lib/Pod/Escapes/t/15_name2charnum.t    test Pod::Escapes
+lib/Pod/Escapes.pm             Pod::Escapes
 lib/Pod/Find.pm                        used by pod/splitpod
 lib/Pod/Functions.pm           used by pod/splitpod
 lib/Pod/Html.pm                        Convert POD data to HTML
@@ -1887,6 +1920,171 @@ 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/Pod/Simple/BlackBox.pm     Pod::Simple::BlackBox
+lib/Pod/Simple/ChangeLog       Pod::Simple ChangeLog
+lib/Pod/Simple/Checker.pm      check the Pod syntax of a document
+lib/Pod/Simple/Debug.pm                put Pod::Simple into trace/debug mode
+lib/Pod/Simple/DumpAsText.pm   dump Pod-parsing events as text
+lib/Pod/Simple/DumpAsXML.pm    turn Pod into XML
+lib/Pod/Simple/HTMLBatch.pm    convert several Pod files to several HTML files
+lib/Pod/Simple/HTMLLegacy.pm   Pod::Simple::HTMLLegacy
+lib/Pod/Simple/HTML.pm         convert Pod to HTML
+lib/Pod/Simple/LinkSection.pm  represent "section" attributes of L codes
+lib/Pod/Simple/Methody.pm      turn Pod::Simple events into method calls
+lib/Pod/Simple.pm              Pod made simple
+lib/Pod/Simple.pod             Pod for Pod::Simple
+lib/Pod/Simple/Progress.pm     Pod::Simple::Progress
+lib/Pod/Simple/PullParserEndToken.pm   end-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParser.pm           a pull-parser interface to parsing Pod 
+lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParserTextToken.pm  text-tokens from Pod::Simple::PullParser
+lib/Pod/Simple/PullParserToken.pm      tokens from Pod::Simple::PullParser
+lib/Pod/Simple/README          Pod::Simple README file
+lib/Pod/Simple/RTF.pm          format Pod as RTF
+lib/Pod/Simple/Search.pm       find POD documents in directory trees
+lib/Pod/Simple/SimpleTree.pm   parse Pod into a simple parse tree 
+lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass
+lib/Pod/Simple/t/00about.t             Pod::Simple test file
+lib/Pod/Simple/t/20_skip_before_58.t   Pod::Simple test file
+lib/Pod/Simple/t/ac_c_extend.t         Pod::Simple test file
+lib/Pod/Simple/t/ac_c_simple.t         Pod::Simple test file
+lib/Pod/Simple/t/ac_d.t                        Pod::Simple test file
+lib/Pod/Simple/t/basic.t               Pod::Simple test file
+lib/Pod/Simple/t/beginend.t            Pod::Simple test file
+lib/Pod/Simple/t/cbacks.t              Pod::Simple test file
+lib/Pod/Simple/t/chunking.t            Pod::Simple test file
+lib/Pod/Simple/t/closeys.t             Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_cp1256.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_cp1256.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_iso6.txt                Pod::Simple test file
+lib/Pod/Simple/t/corpus/buniya_iso6.xml                Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_contradiction.txt  Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_contradiction.xml  Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_duplication.txt    Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_duplication.xml    Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_when_koi8r.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/fet_when_koi8r.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_implicit_latin1.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_implicit_latin1.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_latin1.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus/french_latin1.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod   Pod::Simple test file
+lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml    Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt   Pod::Simple test file
+lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38b.txt           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38b.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38p.pod           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38p.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38.txt            Pod::Simple test file
+lib/Pod/Simple/t/corpus/laozi38.xml            Pod::Simple test file
+lib/Pod/Simple/t/corpus/nonesuch.txt           Pod::Simple test file
+lib/Pod/Simple/t/corpus/nonesuch.xml           Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt        Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml        Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt  Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt      Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml      Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt       Pod::Simple test file
+lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml       Pod::Simple test file
+lib/Pod/Simple/t/corpus/pasternak_cp1251.txt   Pod::Simple test file
+lib/Pod/Simple/t/corpus/pasternak_cp1251.xml   Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_explicit.txt     Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_explicit.xml     Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_latin1.txt       Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_latin1.xml       Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain.txt              Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_utf8.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain_utf8.xml                 Pod::Simple test file
+lib/Pod/Simple/t/corpus/plain.xml              Pod::Simple test file
+lib/Pod/Simple/t/corpus/polish_utf8.txt                Pod::Simple test file
+lib/Pod/Simple/t/corpus/polish_utf8.xml                Pod::Simple test file
+lib/Pod/Simple/t/corpus/s2763_sjis.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/s2763_sjis.xml         Pod::Simple test file
+lib/Pod/Simple/t/corpustest.t          Pod::Simple test file
+lib/Pod/Simple/t/corpus/thai_iso11.txt         Pod::Simple test file
+lib/Pod/Simple/t/corpus/thai_iso11.xml         Pod::Simple test file
+lib/Pod/Simple/t/encoding_nonesuch.t   Pod::Simple test file
+lib/Pod/Simple/t/encoding_not_error0.t Pod::Simple test file
+lib/Pod/Simple/t/encoding_not_error.t  Pod::Simple test file
+lib/Pod/Simple/TextContent.pm  get the text content of Pod
+lib/Pod/Simple/Text.pm         format Pod as plaintext
+lib/Pod/Simple/t/fcodes_ee.t           Pod::Simple test file
+lib/Pod/Simple/t/fcodes_ell.t          Pod::Simple test file
+lib/Pod/Simple/t/fcodes_ess.t          Pod::Simple test file
+lib/Pod/Simple/t/fcodes.t              Pod::Simple test file
+lib/Pod/Simple/t/fornot.t              Pod::Simple test file
+lib/Pod/Simple/t/for.t                 Pod::Simple test file
+lib/Pod/Simple/t/fullstop_spaces.t     Pod::Simple test file
+lib/Pod/Simple/t/head_ends_over.t      Pod::Simple test file
+lib/Pod/Simple/t/heads.t               Pod::Simple test file
+lib/Pod/Simple/t/htmlbatch_01.t                Pod::Simple test file
+lib/Pod/Simple/t/html-para.t           Pod::Simple test file
+lib/Pod/Simple/t/html-styles.t         Pod::Simple test file
+lib/Pod/Simple/t/html-title.t          Pod::Simple test file
+lib/Pod/Simple/TiedOutFH.pm    Pod::Simple::TiedOutFH
+lib/Pod/Simple/t/itemadapt.t           Pod::Simple test file
+lib/Pod/Simple/t/itemstar.t            Pod::Simple test file
+lib/Pod/Simple/t/items.t               Pod::Simple test file
+lib/Pod/Simple/t/linkclass.t           Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod    Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt   Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm     Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod      Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod                Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm                Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm         Pod::Simple test file
+lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod         Pod::Simple test file
+lib/Pod/Simple/t/puller.t              Pod::Simple test file
+lib/Pod/Simple/t/pulltitle.t           Pod::Simple test file
+lib/Pod/Simple/TranscodeDumb.pm                Pod::Simple::TranscodeDumb
+lib/Pod/Simple/Transcode.pm    Pod::Simple::Transcode
+lib/Pod/Simple/TranscodeSmart.pm       Pod::Simple::TranscodeSmart
+lib/Pod/Simple/t/render.t              Pod::Simple test file
+lib/Pod/Simple/t/sanity_tfh.t          Pod::Simple test file
+lib/Pod/Simple/t/search_05sane.t       Pod::Simple test file
+lib/Pod/Simple/t/search_10survey_specific.t    Pod::Simple test file
+lib/Pod/Simple/t/search_12survey_cwd.t Pod::Simple test file
+lib/Pod/Simple/t/search_20survey_two.t Pod::Simple test file
+lib/Pod/Simple/t/search_22survey_two_shadowing.t       Pod::Simple test file
+lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t      Pod::Simple test file
+lib/Pod/Simple/t/search_26_glob_kleene_k.t     Pod::Simple test file
+lib/Pod/Simple/t/search_27_glob_squaa_kleene.t Pod::Simple test file
+lib/Pod/Simple/t/search_28_glob_z_kleene_k.t   Pod::Simple test file
+lib/Pod/Simple/t/search_29_glob_z_qmark_k.t    Pod::Simple test file
+lib/Pod/Simple/t/search_50survey_inc.t Pod::Simple test file
+lib/Pod/Simple/t/stree.t               Pod::Simple test file
+lib/Pod/Simple/t/junk1_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk1.pod     Pod::Simple test file
+lib/Pod/Simple/t/junk2_out.txt Pod::Simple test file
+lib/Pod/Simple/t/junk2.pod     Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Blorm.pm             Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod  Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/readme.txt Pod::Simple test file
+lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm   Pod::Simple test file
+lib/Pod/Simple/t/test_lib/pod/perlfliff.pod    Pod::Simple test file
+lib/Pod/Simple/t/test_lib/pod/perlthang.pod    Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa/Glunk.pod      Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa.pm             Pod::Simple test file
+lib/Pod/Simple/t/test_lib/squaa/Vliff.pm       Pod::Simple test file
+lib/Pod/Simple/t/test_lib/zikzik.pod           Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt      Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm                Pod::Simple test file
+lib/Pod/Simple/t/test_lib/Zonk/Veng.pm         Pod::Simple test file
+lib/Pod/Simple/t/perlcyg_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlcyg.pod   Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3_out.txt      Pod::Simple test file
+lib/Pod/Simple/t/perlfaq3.pod  Pod::Simple test file
+lib/Pod/Simple/t/perlvar_out.txt       Pod::Simple test file
+lib/Pod/Simple/t/perlvar.pod   Pod::Simple test file
+lib/Pod/Simple/t/verbatim_formatted.t  Pod::Simple test file
+lib/Pod/Simple/t/verbatims.t           Pod::Simple test file
+lib/Pod/Simple/t/x_nixer.t             Pod::Simple test file
+lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm   Pod::Simple test file
+lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
 lib/Pod/t/basic.cap            podlators test
 lib/Pod/t/basic.clr            podlators test
 lib/Pod/t/basic.man            podlators test
@@ -1894,6 +2092,7 @@ lib/Pod/t/basic.ovr               podlators test
 lib/Pod/t/basic.pod            podlators test
 lib/Pod/t/basic.t              podlators test
 lib/Pod/t/basic.txt            podlators test
+lib/Pod/t/color.t              podlators test
 lib/Pod/t/contains_pod.t       Pod-Parser test
 lib/Pod/t/eol.t                        end of line agnosticism
 lib/Pod/Text/Color.pm          Convert POD data to color ASCII text
@@ -1913,7 +2112,7 @@ lib/Pod/t/parselink.t             podlators test
 lib/Pod/t/pod2html-lib.pl      pod2html testing library
 lib/Pod/t/pod2latex.t          See if Pod::LaTeX works
 lib/Pod/t/Select.t             See if Pod::Select works
-lib/Pod/t/text-errors.t                podlators test
+lib/Pod/t/termcap.t            podlators test
 lib/Pod/t/text-options.t               podlators test
 lib/Pod/t/text.t               podlators test
 lib/Pod/t/Usage.t              See if Pod::Usage works
@@ -2602,6 +2801,7 @@ README.hurd                       Perl notes for Hurd
 README.irix                    Perl notes for Irix
 README.jp                      Perl for Japanese (in EUC-JP)
 README.ko                      Perl for Korean (in EUC-KR)
+README.linux                   Perl notes for Linux
 README.machten                 Perl notes for Power MachTen
 README.macos                   Perl notes for Mac OS (Classic)
 README.macosx                  Perl notes for Mac OS X
@@ -2745,12 +2945,14 @@ t/io/open.t                     See if open works
 t/io/pipe.t                    See if secure pipes work
 t/io/print.t                   See if print commands work
 t/io/read.t                    See if read works
+t/io/say.t                     See if say works
 t/io/tell.t                    See if file seeking works
 t/io/through.t                 See if pipe passes data intact
 t/io/utf8.t                    See if file seeking works
 t/japh/abigail.t               Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
 t/lib/commonsense.t            See if configuration meets basic needs
+t/lib/common.pl                        Helper for lib/{warnings,feature}.t
 t/lib/compmod.pl               Helper for 1_compile.t
 t/lib/contains_pod.xr          Pod-Parser test file
 t/lib/cygwin.t                 Builtin cygwin function tests
@@ -2773,6 +2975,11 @@ t/lib/dprof/test7_v              Perl code profiler tests
 t/lib/dprof/test8_t            Perl code profiler tests
 t/lib/dprof/test8_v            Perl code profiler tests
 t/lib/dprof/V.pm               Perl code profiler tests
+t/lib/feature/err              Tests for enabling/disabling err feature
+t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
+t/lib/feature/say              Tests for enabling/disabling say feature
+t/lib/feature/smartmatch       Tests for enabling/disabling smartmatch feature
+t/lib/feature/switch           Tests for enabling/disabling switch feature
 t/lib/Filter/Simple/ExportTest.pm      Helper file for Filter::Simple tests
 t/lib/Filter/Simple/FilterOnlyTest.pm  Helper file for Filter::Simple tests
 t/lib/Filter/Simple/FilterTest.pm      Helper file for Filter::Simple tests
@@ -2958,6 +3165,7 @@ t/op/mydef.t                      See if "my $_" works
 t/op/my_stash.t                        See if my Package works
 t/op/my.t                      See if lexical scoping works
 t/op/not.t                     See if not works
+t/op/negate.t                  See if unary minus works
 t/op/numconvert.t              See if accessing fields does not change numeric values
 t/op/oct.t                     See if oct and hex work
 t/op/ord.t                     See if ord works
@@ -2990,6 +3198,7 @@ t/op/re_tests                     Regular expressions for regexp.t
 t/op/reverse.t                 See if reverse operator works
 t/op/runlevel.t                        See if die() works from perl_call_*()
 t/op/sleep.t                   See if sleep works
+t/op/smartmatch.t              See if the ~~ operator works
 t/op/sort.t                    See if sort works
 t/op/splice.t                  See if splice works
 t/op/split.t                   See if split works
@@ -3006,6 +3215,7 @@ t/op/substr.t                     See if substr works
 t/op/subst.t                   See if substitution works
 t/op/subst_wamp.t              See if substitution works with $& present
 t/op/sub.t                     See if subroutines work
+t/op/switch.t                  See if switches (given/when) work
 t/op/sysio.t                   See if sysread and syswrite work
 t/op/taint.t                   See if tainting works
 t/op/threads.t                 Misc. tests for perl features with threads
@@ -3246,7 +3456,6 @@ wince/perlhost.h  Perl "host" implementation
 wince/perllib.c                                WinCE port
 wince/perlmain.c                       WinCE port
 wince/perl.rc                          WinCE port
-wince/README.perlce                    WinCE port
 wince/registry.bat                     WinCE port
 wince/runperl.c                                WinCE port
 wince/splittree.pl                     WinCE port
@@ -3273,7 +3482,6 @@ x2p/hash.c                        Hashes again
 x2p/hash.h                     Public declarations for the above
 x2p/INTERN.h                   Same as above
 x2p/Makefile.SH                        Precursor to Makefile
-x2p/proto.h                    Dummy header
 x2p/s2p.PL                     Sed to perl translator
 x2p/str.c                      String handling package
 x2p/str.h                      Public declarations for the above