bugfix, AutoLoader 0.67
[p5sagit/p5-mst-13.2.git] / MANIFEST
index ad3c353..2872eeb 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -42,7 +42,6 @@ Cross/TODO            Cross-compilation
 Cross/warp             Cross-compilation
 cv.h                   Code value header
 cygwin/cygwin.c                Additional code for Cygwin port
-cygwin/Makefile.SHs    Shared library generation for Cygwin port
 deb.c                  Debugging routines
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
@@ -75,8 +74,8 @@ ext/attrs/t/attrs.t           See if attrs works with C<sub : attrs>
 ext/B/B/Concise.pm     Compiler Concise backend
 ext/B/B/Debug.pm       Compiler Debug backend
 ext/B/B/Deparse.pm     Compiler Deparse backend
-ext/B/B/Lint.pm                Compiler Lint backend
 ext/B/B/Lint/Debug.pm  Adds debugging stringification to B::
+ext/B/B/Lint.pm                Compiler Lint backend
 ext/B/B.pm             Compiler backend support functions and methods
 ext/B/B/Showlex.pm     Compiler Showlex backend
 ext/B/B/Terse.pm       Compiler Terse backend
@@ -350,6 +349,7 @@ ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file
 ext/Devel/PPPort/t/newCONSTSUB.t       Devel::PPPort test file
 ext/Devel/PPPort/t/newRV.t     Devel::PPPort test file
 ext/Devel/PPPort/t/newSVpv.t   Devel::PPPort test file
+ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Devel/PPPort/t/podtest.t   Devel::PPPort test file
 ext/Devel/PPPort/t/ppphtest.t  Devel::PPPort test file
 ext/Devel/PPPort/t/pvs.t       Devel::PPPort test file
@@ -365,7 +365,6 @@ ext/Devel/PPPort/t/threads.t        Devel::PPPort test file
 ext/Devel/PPPort/t/uv.t                Devel::PPPort test file
 ext/Devel/PPPort/t/variables.t Devel::PPPort test file
 ext/Devel/PPPort/t/warn.t      Devel::PPPort test file
-ext/Devel/PPPort/TODO          Devel::PPPort Todo
 ext/Devel/PPPort/typemap       Devel::PPPort Typemap
 ext/Digest/MD5/Changes         Digest::MD5 extension changes
 ext/Digest/MD5/hints/dec_osf.pl        Hints for named architecture
@@ -517,6 +516,7 @@ ext/Encode/t/gb2312.utf             test data
 ext/Encode/t/grow.t            test script
 ext/Encode/t/gsm0338.t         test script
 ext/Encode/t/guess.t           test script
+ext/Encode/t/jis7-fallback.t   test script
 ext/Encode/t/jisx0201.enc      test data
 ext/Encode/t/jisx0201.utf      test data
 ext/Encode/t/jisx0208.enc      test data
@@ -603,7 +603,6 @@ ext/Encode/ucm/euc-jp.ucm   Unicode Character Map
 ext/Encode/ucm/euc-kr.ucm      Unicode Character Map
 ext/Encode/ucm/gb12345.ucm     Unicode Character Map
 ext/Encode/ucm/gb2312.ucm      Unicode Character Map
-ext/Encode/ucm/gsm0338.ucm     Unicode Character Map
 ext/Encode/ucm/hp-roman8.ucm   Unicode Character Map
 ext/Encode/ucm/ir-165.ucm      Unicode Character Map
 ext/Encode/ucm/jis0201.ucm     Unicode Character Map
@@ -848,12 +847,12 @@ ext/IPC/SysV/README               IPC::SysV README
 ext/IPC/SysV/regen.pl  IPC::SysV file regeneration script
 ext/IPC/SysV/SysV.xs           IPC::SysV extension Perl module
 ext/IPC/SysV/t/ipcsysv.t               IPC::SysV test file
-ext/IPC/SysV/t/pod.t   IPC::SysV test file
-ext/IPC/SysV/t/podcov.t        IPC::SysV test file
 ext/IPC/SysV/t/msg.t           IPC::SysV test file
+ext/IPC/SysV/TODO      IPC::SysV todo file
+ext/IPC/SysV/t/podcov.t        IPC::SysV test file
+ext/IPC/SysV/t/pod.t   IPC::SysV test file
 ext/IPC/SysV/t/sem.t           IPC::SysV test file
 ext/IPC/SysV/t/shm.t   IPC::SysV test file
-ext/IPC/SysV/TODO      IPC::SysV todo file
 ext/IPC/SysV/typemap   IPC::SysV typemap
 ext/List/Util/Changes          Util extension
 ext/List/Util/lib/List/Util.pm List::Util
@@ -1122,6 +1121,170 @@ ext/Sys/Syslog/win32/PerlLog_dll.uu     Sys::Syslog extension Win32 related file
 ext/Sys/Syslog/win32/PerlLog.mc        Sys::Syslog extension Win32 related file
 ext/Sys/Syslog/win32/PerlLog_RES.uu    Sys::Syslog extension Win32 related file
 ext/Sys/Syslog/win32/Win32.pm  Sys::Syslog extension Win32 related file
+ext/Test/Harness/bin/prove             The prove harness utility
+ext/Test/Harness/Changes               Test::Harness change log
+ext/Test/Harness/lib/App/Prove.pm      Gubbins for the prove utility
+ext/Test/Harness/lib/App/Prove/State.pm        Gubbins for the prove utility
+ext/Test/Harness/lib/TAP/Base.pm                       A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Formatter/Color.pm            A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Formatter/Console/ParallelSession.pm  A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Formatter/Console.pm          A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Formatter/Console/Session.pm  A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Harness.pm                    A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Object.pm                     A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Aggregator.pm          A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Grammar.pm             A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Iterator/Array.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/IteratorFactory.pm     A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Iterator.pm            A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Iterator/Process.pm    A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Iterator/Stream.pm     A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Multiplexer.pm         A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser.pm                     A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Bailout.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Comment.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/ResultFactory.pm       A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Plan.pm         A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result.pm              A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Pragma.pm       A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Test.pm         A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Unknown.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/Version.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Result/YAML.pm         A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Scheduler/Job.pm       A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Scheduler.pm           A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Scheduler/Spinner.pm   A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Source/Perl.pm         A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Source.pm              A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/Utils.pm               A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/YAMLish/Reader.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/TAP/Parser/YAMLish/Writer.pm      A parser for Test Anything Protocol
+ext/Test/Harness/lib/Test/Harness.pm                   A test harness
+ext/Test/Harness/Makefile.PL                           Makefile.PL for Test::Harness
+ext/Test/Harness/t/000-load.t                          Test::Harness test
+ext/Test/Harness/t/aggregator.t                                Test::Harness test
+ext/Test/Harness/t/bailout.t                           Test::Harness test
+ext/Test/Harness/t/base.t                              Test::Harness test
+ext/Test/Harness/t/callbacks.t                         Test::Harness test
+ext/Test/Harness/t/compat/env.t                                Test::Harness test
+ext/Test/Harness/t/compat/failure.t                    Test::Harness test
+ext/Test/Harness/t/compat/inc-propagation.t            Test::Harness test
+ext/Test/Harness/t/compat/inc_taint.t                  Test::Harness test
+ext/Test/Harness/t/compat/nonumbers.t                  Test::Harness test
+ext/Test/Harness/t/compat/regression.t                 Test::Harness test
+ext/Test/Harness/t/compat/test-harness-compat.t                Test::Harness test
+ext/Test/Harness/t/compat/version.t                    Test::Harness test
+ext/Test/Harness/t/console.t                           Test::Harness test
+ext/Test/Harness/t/data/catme.1                                Test data for Test::Harness
+ext/Test/Harness/t/data/proverc                                Test data for Test::Harness
+ext/Test/Harness/t/data/sample.yml                     Test data for Test::Harness
+ext/Test/Harness/t/errors.t                            Test::Harness test
+ext/Test/Harness/t/grammar.t                           Test::Harness test
+ext/Test/Harness/t/harness.t                           Test::Harness test
+ext/Test/Harness/t/iterators.t                         Test::Harness test
+ext/Test/Harness/t/lib/App/Prove/Plugin/Dummy.pm       Module for testing Test::Harness
+ext/Test/Harness/t/lib/Dev/Null.pm                     Module for testing Test::Harness
+ext/Test/Harness/t/lib/EmptyParser.pm                  Module for testing Test::Harness
+ext/Test/Harness/t/lib/IO/c55Capture.pm                        Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyCustom.pm                     Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyGrammar.pm                    Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyIteratorFactory.pm            Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyIterator.pm                   Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyPerlSource.pm                 Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyResultFactory.pm              Module for testing Test::Harness
+ext/Test/Harness/t/lib/MyResult.pm                     Module for testing Test::Harness
+ext/Test/Harness/t/lib/MySource.pm                     Module for testing Test::Harness
+ext/Test/Harness/t/lib/NoFork.pm                       Module for testing Test::Harness
+ext/Test/Harness/t/lib/TAP/Parser/SubclassTest.pm      Module for testing Test::Harness
+ext/Test/Harness/t/multiplexer.t                       Test::Harness test
+ext/Test/Harness/t/nofork-mux.t                                Test::Harness test
+ext/Test/Harness/t/nofork.t                            Test::Harness test
+ext/Test/Harness/t/object.t                            Test::Harness test
+ext/Test/Harness/t/parser-config.t                     Test::Harness test
+ext/Test/Harness/t/parser-subclass.t                   Test::Harness test
+ext/Test/Harness/t/parse.t                             Test::Harness test
+ext/Test/Harness/t/premature-bailout.t                 Test::Harness test
+ext/Test/Harness/t/process.t                           Test::Harness test
+ext/Test/Harness/t/proveenv.t                          Test::Harness test
+ext/Test/Harness/t/proverc.t                           Test::Harness test
+ext/Test/Harness/t/proverun.t                          Test::Harness test
+ext/Test/Harness/t/prove.t                             Test::Harness test
+ext/Test/Harness/t/regression.t                                Test::Harness test
+ext/Test/Harness/t/results.t                           Test::Harness test
+ext/Test/Harness/t/sample-tests/bailout                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/bignum                 Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/bignum_many            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/combined               Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/combined_compat                Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/delayed                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/descriptive            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/descriptive_trailing   Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/die                    Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/die_head_end           Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/die_last_minute                Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/die_unfinished         Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/duplicates             Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/echo                   Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/empty                  Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/escape_eol             Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/escape_hash            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/head_end               Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/head_fail              Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/inc_taint              Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/junk_before_plan       Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/lone_not_bug           Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/no_nums                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/no_output              Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/out_err_mix            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/out_of_order           Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/schwern                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/schwern-todo-quiet     Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/segfault               Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/sequence_misparse      Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/shbang_misparse                Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/simple                 Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/simple_fail            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/simple_yaml            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/skip                   Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/skipall                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/skipall_nomsg          Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/skipall_v13            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/skip_nomsg             Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/space_after_plan       Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/stdout_stderr          Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/strict                 Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/switches               Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/taint                  Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/taint_warn             Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/todo                   Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/todo_inline            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/todo_misparse          Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/too_many               Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/version_good           Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/version_late           Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/version_old            Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/vms_nit                        Test data for Test::Harness
+ext/Test/Harness/t/sample-tests/with_comments          Test data for Test::Harness
+ext/Test/Harness/t/scheduler.t                         Test::Harness test
+ext/Test/Harness/t/source.t                            Test::Harness test
+ext/Test/Harness/t/source_tests/harness                        Test data for Test::Harness
+ext/Test/Harness/t/source_tests/harness_badtap         Test data for Test::Harness
+ext/Test/Harness/t/source_tests/harness_complain       Test data for Test::Harness
+ext/Test/Harness/t/source_tests/harness_directives     Test data for Test::Harness
+ext/Test/Harness/t/source_tests/harness_failure                Test data for Test::Harness
+ext/Test/Harness/t/source_tests/source                 Test data for Test::Harness
+ext/Test/Harness/t/spool.t                             Test::Harness test
+ext/Test/Harness/t/state.t                             Test::Harness test
+ext/Test/Harness/t/streams.t                           Test::Harness test
+ext/Test/Harness/t/subclass_tests/non_perl_source      Test data for Test::Harness
+ext/Test/Harness/t/subclass_tests/perl_source          Test data for Test::Harness
+ext/Test/Harness/t/taint.t                             Test::Harness test
+ext/Test/Harness/t/testargs.t                          Test::Harness test
+ext/Test/Harness/t/unicode.t                           Test::Harness test
+ext/Test/Harness/t/utils.t                             Test::Harness test
+ext/Test/Harness/t/yamlish-output.t                    Test::Harness test
+ext/Test/Harness/t/yamlish.t                           Test::Harness test
+ext/Test/Harness/t/yamlish-writer.t                    Test::Harness test
 ext/Text/Soundex/Changes       Changelog for Text::Soundex
 ext/Text/Soundex/Makefile.PL   Text::Soundex extension makefile writer
 ext/Text/Soundex/README                README for Text::Soundex
@@ -1150,6 +1313,7 @@ ext/threads/shared/t/shared_attr.t        Test :shared attribute
 ext/threads/shared/t/stress.t  Stress test
 ext/threads/shared/t/sv_refs.t thread shared variables
 ext/threads/shared/t/sv_simple.t       thread shared variables
+ext/threads/shared/t/utf8.t    Test UTF-8 keys in shared hashes
 ext/threads/shared/t/waithires.t       Test sub-second cond_timedwait
 ext/threads/shared/t/wait.t    Test cond_wait and cond_timedwait
 ext/threads/t/basic.t          ithreads
@@ -1406,6 +1570,7 @@ hv.c                              Hash value code
 hv.h                           Hash value header
 INSTALL                                Detailed installation instructions
 installhtml                    Perl script to install html files for pods
+install_lib.pl                 functions shared between install* scripts
 installman                     Perl script to install man pages for pods
 installperl                    Perl script to do "make install" dirty work
 INTERN.h                       Included before domestic .h files
@@ -1416,8 +1581,6 @@ keywords.pl                       Program to write keywords.h
 lib/abbrev.pl                  An abbreviation table builder
 lib/AnyDBM_File.pm             Perl module to emulate dbmopen
 lib/AnyDBM_File.t              See if AnyDBM_File works
-lib/App/Prove.pm               Gubbins for the prove utility
-lib/App/Prove/State.pm         Gubbins for the prove utility
 lib/Archive/Extract.pm Archive::Extract
 lib/Archive/Extract/t/01_Archive-Extract.t     Archive::Extract tests
 lib/Archive/Extract/t/src/double_dir.zip.packed        Archive::Extract tests
@@ -1477,9 +1640,9 @@ lib/Attribute/Handlers/t/data_convert.t   Test attribute data conversion
 lib/Attribute/Handlers/t/linerep.t     See if Attribute::Handlers works
 lib/Attribute/Handlers/t/multi.t       See if Attribute::Handlers works
 lib/attributes.pm              For "sub foo : attrlist"
+lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
 lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
-lib/AutoLoader.pm              Autoloader base class
 lib/AutoSplit.pm               Split up autoload functions
 lib/autouse.pm                 Load and call a function only when it's used
 lib/autouse.t                  See if autouse works
@@ -1581,8 +1744,8 @@ lib/CGI/t/start_end_end.t See if CGI.pm works
 lib/CGI/t/start_end_start.t    See if CGI.pm works
 lib/CGI/t/switch.t             See if CGI::Switch still loads
 lib/CGI/t/uploadInfo.t         See if CGI.pm works
-lib/CGI/t/upload.t             See if CGI.pm works
 lib/CGI/t/upload_post_text.txt.packed  Test data for CGI.pm
+lib/CGI/t/upload.t             See if CGI.pm works
 lib/CGI/t/util-58.t            See if 5.8-dependent features work
 lib/CGI/t/util.t               See if CGI.pm works
 lib/CGI/Util.pm                        Utility functions
@@ -1838,10 +2001,10 @@ lib/ExtUtils/t/eu_command.t     See if ExtUtils::Command works
 lib/ExtUtils/t/FIRST_MAKEFILE.t                See if FIRST_MAKEFILE works
 lib/ExtUtils/t/fixin.t         See if ExtUtils::MakeMaker works
 lib/ExtUtils/t/hints.t         See if hint files are honored.
+lib/ExtUtils/t/Installapi2.t   See if new api for ExtUtils::Install::install() works
 lib/ExtUtils/t/INSTALL_BASE.t  Test INSTALL_BASE in MakeMaker
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::Install works
-lib/ExtUtils/t/Installapi2.t   See if new api for ExtUtils::Install::install() works
 lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
 lib/ExtUtils/t/Liblist.t       See if ExtUtils::Liblist works
@@ -2330,6 +2493,7 @@ lib/Object/Accessor/t/02_Object-Accessor-allow.t  Object::Accessor tests
 lib/Object/Accessor/t/03_Object-Accessor-local.t       Object::Accessor tests
 lib/Object/Accessor/t/04_Object-Accessor-lvalue.t      Object::Accessor tests
 lib/Object/Accessor/t/05_Object-Accessor-callback.t    Object::Accessor tests
+lib/Object/Accessor/t/06_Object-Accessor-alias.t       Object::Accessor tests
 lib/open2.pl                   Open a two-ended pipe (uses IPC::Open2)
 lib/open3.pl                   Open a three-ended pipe (uses IPC::Open3)
 lib/open.pm                    Pragma to specify default I/O layers
@@ -2345,8 +2509,8 @@ lib/parent.pm     Establish an ISA relationship with base classes at compile time
 lib/parent/t/compile-time-file.t       tests for parent.pm
 lib/parent/t/compile-time.t    tests for parent.pm
 lib/parent/t/lib/Dummy2.plugin test files for parent.pm
-lib/parent/t/lib/Dummy.pm      test files for parent.pm
 lib/parent/t/lib/Dummy/Outside.pm      test files for parent.pm
+lib/parent/t/lib/Dummy.pm      test files for parent.pm
 lib/parent/t/lib/FileThatOnlyExistsAsPMC.pmc   test files for parent.pm
 lib/parent/t/lib/ReturnsFalse.pm       test files for parent.pm
 lib/parent/t/parent-classfromclassfile.t       tests for parent.pm
@@ -2563,7 +2727,10 @@ lib/Pod/Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file
 lib/Pod/Simple/t/tiedfh.t      Pod::Simple test file
 lib/Pod/Simple/t/verbatim.t            Pod::Simple test file
 lib/Pod/Simple/t/verb_fmt.t    Pod::Simple test file
+lib/Pod/Simple/t/xhtml01.t     Pod::Simple test file
+lib/Pod/Simple/t/xhtml05.t     Pod::Simple test file
 lib/Pod/Simple/t/x_nixer.t             Pod::Simple test file
+lib/Pod/Simple/XHTML.pm                turn Pod into XHTML
 lib/Pod/Simple/XMLOutStream.pm turn Pod into XML
 lib/Pod/t/basic.cap            podlators test
 lib/Pod/t/basic.clr            podlators test
@@ -2588,11 +2755,14 @@ lib/Pod/t/htmllink.t            pod2html link test
 lib/Pod/t/htmlview.pod         pod2html render test input data
 lib/Pod/t/htmlview.t           pod2html render test
 lib/Pod/t/InputObjects.t       See if Pod::InputObjects works
+lib/Pod/t/man-options.t                podlators test
 lib/Pod/t/man.t                        podlators test
 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/pod-parser.t         podlators test
+lib/Pod/t/pod-spelling.t       podlators test
+lib/Pod/t/pod.t                        podlators test
 lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/termcap.t            podlators test
 lib/Pod/t/text-options.t               podlators test
@@ -2606,9 +2776,9 @@ lib/Search/Dict.pm                Perform binary search on dictionaries
 lib/Search/Dict.t              See if Search::Dict works
 lib/SelectSaver.pm             Enforce proper select scoping
 lib/SelectSaver.t              See if SelectSaver works
-lib/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 lib/SelfLoader.pm              Load functions only on demand
 lib/SelfLoader/t/01SelfLoader.t        See if SelfLoader works
+lib/SelfLoader/t/02SelfLoader-buggy.t  See if SelfLoader works
 lib/Shell.pm                   Make AUTOLOADed system() calls
 lib/Shell.t                    Tests for above
 lib/shellwords.pl              Perl library to split into words with shell quoting
@@ -2629,34 +2799,6 @@ lib/Symbol.pm                    Symbol table manipulation routines
 lib/Symbol.t                   See if Symbol works
 lib/syslog.pl                  Perl library supporting syslogging
 lib/tainted.pl                 Old code for tainting
-lib/TAP/Base.pm                                A parser for Test Anything Protocol
-lib/TAP/Formatter/Color.pm             A parser for Test Anything Protocol
-lib/TAP/Formatter/Console.pm           A parser for Test Anything Protocol
-lib/TAP/Formatter/Console/ParallelSession.pm   A parser for Test Anything Protocol
-lib/TAP/Formatter/Console/Session.pm   A parser for Test Anything Protocol
-lib/TAP/Harness.pm                     A parser for Test Anything Protocol
-lib/TAP/Parser.pm                      A parser for Test Anything Protocol
-lib/TAP/Parser/Aggregator.pm           A parser for Test Anything Protocol
-lib/TAP/Parser/Grammar.pm              A parser for Test Anything Protocol
-lib/TAP/Parser/Iterator.pm             A parser for Test Anything Protocol
-lib/TAP/Parser/Iterator/Array.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/Iterator/Process.pm     A parser for Test Anything Protocol
-lib/TAP/Parser/Iterator/Stream.pm      A parser for Test Anything Protocol
-lib/TAP/Parser/Multiplexer.pm          A parser for Test Anything Protocol
-lib/TAP/Parser/Result.pm               A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Bailout.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Comment.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Plan.pm          A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Pragma.pm                A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Test.pm          A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Unknown.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/Result/Version.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/Result/YAML.pm          A parser for Test Anything Protocol
-lib/TAP/Parser/Source.pm               A parser for Test Anything Protocol
-lib/TAP/Parser/Source/Perl.pm          A parser for Test Anything Protocol
-lib/TAP/Parser/Utils.pm                        A parser for Test Anything Protocol
-lib/TAP/Parser/YAMLish/Reader.pm       A parser for Test Anything Protocol
-lib/TAP/Parser/YAMLish/Writer.pm       A parser for Test Anything Protocol
 lib/Term/ANSIColor/ChangeLog   Term::ANSIColor
 lib/Term/ANSIColor.pm          Perl module supporting termcap usage
 lib/Term/ANSIColor/README      Term::ANSIColor
@@ -2677,49 +2819,6 @@ lib/Test/Builder/Module.pm       Base class for test modules
 lib/Test/Builder.pm            For writing new test libraries
 lib/Test/Builder/Tester/Color.pm       Turn on color in Test::Builder::Tester
 lib/Test/Builder/Tester.pm     For testing Test::Builder based classes
-lib/Test/Harness/bin/prove     The prove harness utility
-lib/Test/Harness/Changes       Test::Harness change log
-lib/Test/Harness.pm            A test harness
-lib/Test/Harness/t/000-load.t          Test::Harness test
-lib/Test/Harness/t/aggregator.t                Test::Harness test
-lib/Test/Harness/t/bailout.t           Test::Harness test
-lib/Test/Harness/t/base.t              Test::Harness test
-lib/Test/Harness/t/callbacks.t         Test::Harness test
-lib/Test/Harness/t/compat/env.t                Test::Harness test
-lib/Test/Harness/t/compat/failure.t    Test::Harness test
-lib/Test/Harness/t/compat/inc-propagation.t            Test::Harness test
-lib/Test/Harness/t/compat/inc_taint.t  Test::Harness test
-lib/Test/Harness/t/compat/nonumbers.t  Test::Harness test
-lib/Test/Harness/t/compat/regression.t Test::Harness test
-lib/Test/Harness/t/compat/test-harness-compat.t                Test::Harness test
-lib/Test/Harness/t/compat/version.t    Test::Harness test
-lib/Test/Harness/t/console.t           Test::Harness test
-lib/Test/Harness/t/errors.t            Test::Harness test
-lib/Test/Harness/t/grammar.t           Test::Harness test
-lib/Test/Harness/t/harness.t           Test::Harness test
-lib/Test/Harness/t/iterators.t         Test::Harness test
-lib/Test/Harness/t/multiplexer.t       Test::Harness test
-lib/Test/Harness/t/nofork-mux.t                Test::Harness test
-lib/Test/Harness/t/nofork.t            Test::Harness test
-lib/Test/Harness/t/parse.t             Test::Harness test
-lib/Test/Harness/t/premature-bailout.t Test::Harness test
-lib/Test/Harness/t/process.t           Test::Harness test
-lib/Test/Harness/t/prove.t             Test::Harness test
-lib/Test/Harness/t/proverc.t           Test::Harness test
-lib/Test/Harness/t/proverun.t          Test::Harness test
-lib/Test/Harness/t/regression.t                Test::Harness test
-lib/Test/Harness/t/results.t           Test::Harness test
-lib/Test/Harness/t/source.t            Test::Harness test
-lib/Test/Harness/t/spool.t             Test::Harness test
-lib/Test/Harness/t/state.t             Test::Harness test
-lib/Test/Harness/t/streams.t           Test::Harness test
-lib/Test/Harness/t/taint.t             Test::Harness test
-lib/Test/Harness/t/testargs.t          Test::Harness test
-lib/Test/Harness/t/unicode.t           Test::Harness test
-lib/Test/Harness/t/utils.t             Test::Harness test
-lib/Test/Harness/t/yamlish-output.t    Test::Harness test
-lib/Test/Harness/t/yamlish-writer.t    Test::Harness test
-lib/Test/Harness/t/yamlish.t           Test::Harness test
 lib/Test/More.pm               More utilities for writing tests
 lib/Test.pm                    A simple framework for writing test scripts
 lib/Test/Simple/Changes                Test::Simple changes
@@ -3167,8 +3266,8 @@ parser.h                  parser object header
 patchlevel.h                   The current patch level of perl
 perlapi.c                      Perl API functions
 perlapi.h                      Perl API function declarations
-perldtrace.d                   D script for Perl probes
 perl.c                         main()
+perldtrace.d                   D script for Perl probes
 perl.h                         Global declarations
 perlio.c                       C code for PerlIO abstraction
 perlio.h                       PerlIO abstraction
@@ -3550,6 +3649,7 @@ t/io/openpid.t                    See if open works for subprocesses
 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/pvbm.t                    See if PVBMs break IO commands
 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
@@ -3577,9 +3677,8 @@ t/lib/compress/truncate.pl        Compress::Zlib
 t/lib/compress/zlib-generic.pl Compress::Zlib
 t/lib/contains_pod.xr          Pod-Parser test file
 t/lib/cygwin.t                 Builtin cygwin function tests
-t/lib/App/Prove/Plugin/Dummy.pm        Module for testing Test::Harness
 t/lib/Devel/switchd.pm         Module for t/run/switchd.t
-t/lib/Dev/Null.pm              Module for testing Test::Harness
+t/lib/Dev/Null.pm              Test::More test module
 t/lib/dprof/test1_t            Perl code profiler tests
 t/lib/dprof/test1_v            Perl code profiler tests
 t/lib/dprof/test2_t            Perl code profiler tests
@@ -3610,7 +3709,6 @@ t/lib/filter-util.pl              See if Filter::Util::Call works
 t/lib/h2ph.h                   Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 t/lib/HasSigDie.pm             Module for testing base.pm
-t/lib/IO/c55Capture.pm         Module for testing Test::Harness
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
 t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
@@ -3626,80 +3724,16 @@ t/lib/Math/BigInt/Subclass.pm   Empty subclass of BigInt for test
 t/lib/Math/BigRat/Test.pm              Math::BigRat test helper
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
-t/lib/NoFork.pm                        Module for testing Test::Harness
 t/lib/no_load.t                        Test that some modules don't load others
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
-t/lib/data/catme.1                     Test data for Test::Harness
-t/lib/data/proverc                     Test data for Test::Harness
-t/lib/data/sample.yml                  Test data for Test::Harness
-t/lib/sample-tests/bailout             Test data for Test::Harness
-t/lib/sample-tests/bignum              Test data for Test::Harness
-t/lib/sample-tests/bignum_many         Test data for Test::Harness
-t/lib/sample-tests/combined            Test data for Test::Harness
-t/lib/sample-tests/combined_compat     Test data for Test::Harness
-t/lib/sample-tests/delayed             Test data for Test::Harness
-t/lib/sample-tests/descriptive         Test data for Test::Harness
-t/lib/sample-tests/descriptive_trailing        Test data for Test::Harness
-t/lib/sample-tests/die                 Test data for Test::Harness
-t/lib/sample-tests/die_head_end                Test data for Test::Harness
-t/lib/sample-tests/die_last_minute     Test data for Test::Harness
-t/lib/sample-tests/die_unfinished      Test data for Test::Harness
-t/lib/sample-tests/duplicates          Test data for Test::Harness
-t/lib/sample-tests/echo                        Test data for Test::Harness
-t/lib/sample-tests/empty               Test data for Test::Harness
-t/lib/sample-tests/escape_eol          Test data for Test::Harness
-t/lib/sample-tests/escape_hash         Test data for Test::Harness
-t/lib/sample-tests/head_end            Test data for Test::Harness
-t/lib/sample-tests/head_fail           Test data for Test::Harness
-t/lib/sample-tests/inc_taint           Test data for Test::Harness
-t/lib/sample-tests/junk_before_plan    Test data for Test::Harness
-t/lib/sample-tests/lone_not_bug                Test data for Test::Harness
-t/lib/sample-tests/no_nums             Test data for Test::Harness
-t/lib/sample-tests/no_output           Test data for Test::Harness
-t/lib/sample-tests/out_err_mix         Test data for Test::Harness
-t/lib/sample-tests/out_of_order                Test data for Test::Harness
-t/lib/sample-tests/schwern             Test data for Test::Harness
-t/lib/sample-tests/schwern-todo-quiet  Test data for Test::Harness
-t/lib/sample-tests/segfault            Test data for Test::Harness
-t/lib/sample-tests/sequence_misparse   Test data for Test::Harness
-t/lib/sample-tests/shbang_misparse     Test data for Test::Harness
-t/lib/sample-tests/simple              Test data for Test::Harness
-t/lib/sample-tests/simple_fail         Test data for Test::Harness
-t/lib/sample-tests/simple_yaml         Test data for Test::Harness
-t/lib/sample-tests/skip                        Test data for Test::Harness
-t/lib/sample-tests/skip_nomsg          Test data for Test::Harness
-t/lib/sample-tests/skipall             Test data for Test::Harness
-t/lib/sample-tests/skipall_nomsg       Test data for Test::Harness
-t/lib/sample-tests/skipall_v13         Test data for Test::Harness
-t/lib/sample-tests/space_after_plan    Test data for Test::Harness
-t/lib/sample-tests/stdout_stderr       Test data for Test::Harness
-t/lib/sample-tests/strict              Test data for Test::Harness
-t/lib/sample-tests/switches            Test data for Test::Harness
-t/lib/sample-tests/taint               Test data for Test::Harness
-t/lib/sample-tests/taint_warn          Test data for Test::Harness
-t/lib/sample-tests/todo                        Test data for Test::Harness
-t/lib/sample-tests/todo_inline         Test data for Test::Harness
-t/lib/sample-tests/todo_misparse       Test data for Test::Harness
-t/lib/sample-tests/too_many            Test data for Test::Harness
-t/lib/sample-tests/version_good                Test data for Test::Harness
-t/lib/sample-tests/version_late                Test data for Test::Harness
-t/lib/sample-tests/version_old         Test data for Test::Harness
-t/lib/sample-tests/vms_nit             Test data for Test::Harness
-t/lib/sample-tests/with_comments       Test data for Test::Harness
 t/lib/Sans_mypragma.pm                 Test module for t/lib/mypragma.t
-t/lib/source_tests/harness             Test data for Test::Harness
-t/lib/source_tests/harness_badtap      Test data for Test::Harness
-t/lib/source_tests/harness_complain    Test data for Test::Harness
-t/lib/source_tests/harness_directives  Test data for Test::Harness
-t/lib/source_tests/harness_failure     Test data for Test::Harness
-t/lib/source_tests/source              Test data for Test::Harness
 t/lib/strict/refs              Tests of "use strict 'refs'" for strict.t
 t/lib/strict/subs              Tests of "use strict 'subs'" for strict.t
 t/lib/strict/vars              Tests of "use strict 'vars'" for strict.t
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
-t/lib/Test/Simple/sample_tests/death_with_handler.plx  for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t
+t/lib/Test/Simple/sample_tests/death_with_handler.plx  for exit.t
 t/lib/Test/Simple/sample_tests/exit.plx                        for exit.t
 t/lib/Test/Simple/sample_tests/extras.plx              for exit.t
 t/lib/Test/Simple/sample_tests/five_fail.plx           for exit.t
@@ -3785,11 +3819,11 @@ t/Module_Pluggable/20dodgy_files.t      Module::Pluggable tests
 t/Module_Pluggable/21editor_junk.t                     Module::Pluggable tests
 t/Module_Pluggable/acme/Acme/MyTest/Plugin/Foo.pm      Module::Pluggable tests
 t/Module_Pluggable/lib/Acme/MyTest/Plugin/Foo.pm       Module::Pluggable tests
-t/Module_Pluggable/lib/EditorJunk/Plugin/Foo.pm                Module::Pluggable tests
-t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm~       Module::Pluggable tests
-t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm.swp    Module::Pluggable tests
 t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm                Module::Pluggable tests
+t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm~       Module::Pluggable tests
 t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm.swo    Module::Pluggable tests
+t/Module_Pluggable/lib/EditorJunk/Plugin/Bar.pm.swp    Module::Pluggable tests
+t/Module_Pluggable/lib/EditorJunk/Plugin/Foo.pm                Module::Pluggable tests
 t/Module_Pluggable/lib/ExtTest/Plugin/Bar.plugin       Module::Pluggable tests
 t/Module_Pluggable/lib/ExtTest/Plugin/Foo.plugin       Module::Pluggable tests
 t/Module_Pluggable/lib/ExtTest/Plugin/Quux/Foo.plugin  Module::Pluggable tests
@@ -3874,8 +3908,8 @@ t/op/die_exit.t                   See if die and exit status interaction works
 t/op/die.t                     See if die works
 t/op/dor.t                     See if defined-or (//) works
 t/op/do.t                      See if subroutines work
-t/op/each.t                    See if hash iterators work
 t/op/each_array.t              See if array iterators work
+t/op/each.t                    See if hash iterators work
 t/op/eval.t                    See if eval operator works
 t/op/exec.t                    See if exec, system and qx work
 t/op/exists_sub.t              See if exists(&sub) works
@@ -4015,6 +4049,7 @@ t/op/vec.t                        See if vectors work
 t/op/ver.t                     See if v-strings and the %v format flag work
 t/op/wantarray.t               See if wantarray works
 t/op/write.t                   See if write works (formats work)
+t/op/yadayada.t                        See if ..., !!! and ??? work
 t/perl.supp                    Perl valgrind suppressions
 t/pod/emptycmd.t               Test empty pod directives
 t/pod/emptycmd.xr              Expected results for emptycmd.t
@@ -4088,6 +4123,7 @@ t/uni/latin2.t                    See if Unicode in latin2 works
 t/uni/lower.t                  See if Unicode casing works
 t/uni/overload.t               See if Unicode overloading works
 t/uni/sprintf.t                        See if Unicode sprintf works
+t/uni/tie.t                    See if Unicode tie works
 t/uni/title.t                  See if Unicode casing works
 t/uni/tr_7jis.t                        See if Unicode tr/// in 7jis works
 t/uni/tr_eucjp.t               See if Unicode tr/// in eucjp works
@@ -4097,7 +4133,6 @@ t/uni/upper.t                     See if Unicode casing works
 t/uni/write.t                  See if Unicode formats work
 t/win32/system.t               See if system works in Win*
 t/win32/system_tests           Test runner for system.t
-t/uni/tie.t                    See if Unicode tie works
 t/x2p/s2p.t                    See if s2p/psed work
 uconfig.h                      Configuration header for microperl
 uconfig.sh                     Configuration script for microperl