Re: [PATCH] Abstract "utility" information from installman
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 8405076..52e4367 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -32,6 +32,7 @@ Porting/patching.pod  How to report changes made to Perl
 Porting/patchls                Flexible patch file listing utility
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
 Porting/repository.pod How to use the Perl repository
+Porting/testall.atom   Cumulative profile of the test suite with Third Degree
 README                 The Instructions
 README.Y2K             Notes about Year 2000 concerns
 README.aix             Notes about AIX port
@@ -40,7 +41,8 @@ README.apollo         Notes about Apollo DomainOS port
 README.beos            Notes about BeOS port
 README.bs2000          Notes about BS2000 POSIX port
 README.cygwin          Notes about Cygwin port
-README.dos             Notes about dos/djgpp port
+README.dgux            Notes about DG/UX port
+README.dos             Notes about DOS/DJGPP port
 README.epoc            Notes about EPOC port
 README.hpux            Notes about HP-UX port
 README.hurd            Notes about GNU/Hurd port
@@ -59,8 +61,6 @@ README.vmesa          Notes about VM/ESA port
 README.vms             Notes about installing the VMS port
 README.vos             Notes about Stratus VOS port
 README.win32           Notes about Win32 port
-Todo                   The Wishlist
-Todo-5.6               What needs doing before/during the 5.6.x release cycle
 Todo.micro             The Wishlist for microperl
 XSUB.h                 Include file for extension subroutines
 apollo/netinet/in.h    Apollo DomainOS port: C header file frontend
@@ -362,6 +362,12 @@ ext/IPC/SysV/hints/cygwin.pl       Hint for IPC::SysV for named architecture
 ext/IPC/SysV/hints/next_3.pl   Hint for IPC::SysV for named architecture
 ext/IPC/SysV/t/msg.t           IPC::SysV extension Perl module
 ext/IPC/SysV/t/sem.t           IPC::SysV extension Perl module
+ext/List/Util/ChangeLog        Util extension
+ext/List/Util/Makefile.PL      Util extension
+ext/List/Util/README           Util extension
+ext/List/Util/Util.xs  Util extension
+ext/List/Util/lib/List/Util.pm List::Util
+ext/List/Util/lib/Scalar/Util.pm       Scalar::Util
 ext/MIME/Base64/Base64.pm      MIME::Base64 extension
 ext/MIME/Base64/Base64.xs      MIME::Base64 extension
 ext/MIME/Base64/Changes                MIME::Base64 extension
@@ -407,6 +413,7 @@ ext/POSIX/hints/next_3.pl       Hint for POSIX for named architecture
 ext/POSIX/hints/openbsd.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/sunos_4.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/svr4.pl                Hint for POSIX for named architecture
+ext/POSIX/hints/uts.pl         Hint for POSIX for named architecture
 ext/POSIX/typemap              POSIX extension interface types
 ext/PerlIO/Scalar/Makefile.PL  PerlIO layer for scalars
 ext/PerlIO/Scalar/Scalar.pm    PerlIO layer for scalars
@@ -427,8 +434,6 @@ ext/SDBM_File/sdbm/dba.c            SDBM kit
 ext/SDBM_File/sdbm/dbd.c               SDBM kit
 ext/SDBM_File/sdbm/dbe.1               SDBM kit
 ext/SDBM_File/sdbm/dbe.c               SDBM kit
-ext/SDBM_File/sdbm/dbm.c               SDBM kit
-ext/SDBM_File/sdbm/dbm.h               SDBM kit
 ext/SDBM_File/sdbm/dbu.c               SDBM kit
 ext/SDBM_File/sdbm/grind               SDBM kit
 ext/SDBM_File/sdbm/hash.c              SDBM kit
@@ -484,6 +489,15 @@ ext/Thread/unsync.t        Test thread implicit synchronisation
 ext/Thread/unsync2.t   Test thread implicit synchronisation
 ext/Thread/unsync3.t   Test thread implicit synchronisation
 ext/Thread/unsync4.t   Test thread implicit synchronisation
+ext/Time/HiRes/Changes Time::HiRes extension
+ext/Time/HiRes/HiRes.pm        Time::HiRes extension
+ext/Time/HiRes/HiRes.xs        Time::HiRes extension
+ext/Time/HiRes/Makefile.PL     Time::HiRes extension
+ext/Time/Piece/Makefile.PL     Time::Piece extension
+ext/Time/Piece/Piece.pm        Time::Piece extension
+ext/Time/Piece/Piece.xs        Time::Piece extension
+ext/Time/Piece/README  Time::Piece extension
+ext/Time/Piece/Seconds.pm      Time::Piece extension
 ext/XS/Typemap/Makefile.PL     XS::Typemap extension
 ext/XS/Typemap/README          XS::Typemap extension
 ext/XS/Typemap/Typemap.pm      XS::Typemap extension
@@ -527,6 +541,7 @@ hints/aix.sh                Hints for named architecture
 hints/altos486.sh      Hints for named architecture
 hints/amigaos.sh       Hints for named architecture
 hints/apollo.sh                Hints for named architecture
+hints/atheos.sh                Hints for named architecture
 hints/aux_3.sh         Hints for named architecture
 hints/beos.sh          Hints for named architecture
 hints/broken-db.msg    Warning message for systems with broken DB library
@@ -610,6 +625,7 @@ installman          Perl script to install man pages for pods
 installperl            Perl script to do "make install" dirty work
 intrpvar.h             Variables held in each interpreter instance
 iperlsys.h             Perl's interface to the system
+jpl/ChangeLog          Java/Perl Lingo change log
 jpl/JNI/Changes                Java Native Interface changes
 jpl/JNI/Closer.java    Java Native Interface example
 jpl/JNI/JNI.pm         Java Native Interface module
@@ -637,12 +653,14 @@ jpl/PerlInterpreter/PerlInterpreter.c             Perl interpreter abstraction
 jpl/PerlInterpreter/PerlInterpreter.h          Perl interpreter abstraction
 jpl/PerlInterpreter/PerlInterpreter.java       Perl interpreter abstraction
 jpl/README                                     JPL instructions
+jpl/README.JUST-JNI                            JPL instructions
 jpl/SETVARS.PL                                 JPL setup
 jpl/Sample/Makefile.PL                         JPL sample makefile generator
 jpl/Sample/Sample.jpl                          JPL sample
 jpl/Test/Makefile.PL                           JPL tests makefile generator
 jpl/Test/Test.jpl                              JPL tests
 jpl/bin/jpl                                    JPL compiler
+jpl/docs/Tutorial.pod                          Perl and Java Tutorial
 jpl/get_jdk/README     Instructions for using get_jdk.pl
 jpl/get_jdk/get_jdk.pl JDK download tool
 jpl/get_jdk/jdk_hosts  JDK availability list
@@ -756,6 +774,7 @@ lib/Math/BigFloat.pm        An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm     An arbitrary precision integer arithmetic package
 lib/Math/Complex.pm    A Complex package
 lib/Math/Trig.pm       A simple interface to complex trigonometry
+lib/NEXT.pm            Pseudo-class NEXT for method redispatch
 lib/Net/Ping.pm                Hello, anybody home?
 lib/Net/hostent.pm     By-name interface to Perl's builtin gethost*
 lib/Net/netent.pm      By-name interface to Perl's builtin getnet*
@@ -869,7 +888,7 @@ lib/unicode/ArabLnkGrp.pl                   Unicode character database
 lib/unicode/ArabShap.txt                       Unicode character database
 lib/unicode/BidiMirr.txt                       Unicode character database
 lib/unicode/Bidirectional.pl                   Unicode character database
-lib/unicode/Block.pl                           Unicode character database
+lib/unicode/Blocks.pl                          Unicode character database
 lib/unicode/Blocks.txt                         Unicode character database
 lib/unicode/CaseFold.txt                       Unicode character database
 lib/unicode/Category.pl                                Unicode character database
@@ -877,93 +896,103 @@ lib/unicode/CombiningClass.pl                    Unicode character database
 lib/unicode/CompExcl.txt                       Unicode character database
 lib/unicode/Decomposition.pl                   Unicode character database
 lib/unicode/EAWidth.txt                                Unicode character database
-lib/unicode/In/AlphabeticPresentationForms.pl  Unicode character database
-lib/unicode/In/Arabic.pl                       Unicode character database
-lib/unicode/In/ArabicPresentationForms-A.pl    Unicode character database
-lib/unicode/In/ArabicPresentationForms-B.pl    Unicode character database
-lib/unicode/In/Armenian.pl                     Unicode character database
-lib/unicode/In/Arrows.pl                       Unicode character database
-lib/unicode/In/BasicLatin.pl                   Unicode character database
-lib/unicode/In/Bengali.pl                      Unicode character database
-lib/unicode/In/BlockElements.pl                        Unicode character database
-lib/unicode/In/Bopomofo.pl                     Unicode character database
-lib/unicode/In/BopomofoExtended.pl             Unicode character database
-lib/unicode/In/BoxDrawing.pl                   Unicode character database
-lib/unicode/In/BraillePatterns.pl              Unicode character database
-lib/unicode/In/CJKCompatibility.pl             Unicode character database
-lib/unicode/In/CJKCompatibilityForms.pl                Unicode character database
-lib/unicode/In/CJKCompatibilityIdeographs.pl   Unicode character database
-lib/unicode/In/CJKRadicalsSupplement.pl                Unicode character database
-lib/unicode/In/CJKSymbolsandPunctuation.pl     Unicode character database
-lib/unicode/In/CJKUnifiedIdeographs.pl         Unicode character database
-lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl       Unicode character database
-lib/unicode/In/Cherokee.pl                     Unicode character database
-lib/unicode/In/CombiningDiacriticalMarks.pl    Unicode character database
-lib/unicode/In/CombiningHalfMarks.pl           Unicode character database
-lib/unicode/In/CombiningMarksforSymbols.pl     Unicode character database
-lib/unicode/In/ControlPictures.pl              Unicode character database
-lib/unicode/In/CurrencySymbols.pl              Unicode character database
-lib/unicode/In/Cyrillic.pl                     Unicode character database
-lib/unicode/In/Devanagari.pl                   Unicode character database
-lib/unicode/In/Dingbats.pl                     Unicode character database
-lib/unicode/In/EnclosedAlphanumerics.pl                Unicode character database
-lib/unicode/In/EnclosedCJKLettersandMonths.pl  Unicode character database
-lib/unicode/In/Ethiopic.pl                     Unicode character database
-lib/unicode/In/GeneralPunctuation.pl           Unicode character database
-lib/unicode/In/GeometricShapes.pl              Unicode character database
-lib/unicode/In/Georgian.pl                     Unicode character database
-lib/unicode/In/Greek.pl                                Unicode character database
-lib/unicode/In/GreekExtended.pl                        Unicode character database
-lib/unicode/In/Gujarati.pl                     Unicode character database
-lib/unicode/In/Gurmukhi.pl                     Unicode character database
-lib/unicode/In/HalfwidthandFullwidthForms.pl   Unicode character database
-lib/unicode/In/HangulCompatibilityJamo.pl      Unicode character database
-lib/unicode/In/HangulJamo.pl                   Unicode character database
-lib/unicode/In/HangulSyllables.pl              Unicode character database
-lib/unicode/In/Hebrew.pl                       Unicode character database
-lib/unicode/In/HighPrivateUseSurrogates.pl     Unicode character database
-lib/unicode/In/HighSurrogates.pl               Unicode character database
-lib/unicode/In/Hiragana.pl                     Unicode character database
-lib/unicode/In/IPAExtensions.pl                        Unicode character database
-lib/unicode/In/IdeographicDescriptionCharacters.pl     Unicode character database
-lib/unicode/In/Kanbun.pl                       Unicode character database
-lib/unicode/In/KangxiRadicals.pl               Unicode character database
-lib/unicode/In/Kannada.pl                      Unicode character database
-lib/unicode/In/Katakana.pl                     Unicode character database
-lib/unicode/In/Khmer.pl                                Unicode character database
-lib/unicode/In/Lao.pl                          Unicode character database
-lib/unicode/In/Latin-1Supplement.pl            Unicode character database
-lib/unicode/In/LatinExtended-A.pl              Unicode character database
-lib/unicode/In/LatinExtended-B.pl              Unicode character database
-lib/unicode/In/LatinExtendedAdditional.pl      Unicode character database
-lib/unicode/In/LetterlikeSymbols.pl            Unicode character database
-lib/unicode/In/LowSurrogates.pl                        Unicode character database
-lib/unicode/In/Malayalam.pl                    Unicode character database
-lib/unicode/In/MathematicalOperators.pl                Unicode character database
-lib/unicode/In/MiscellaneousSymbols.pl         Unicode character database
-lib/unicode/In/MiscellaneousTechnical.pl       Unicode character database
-lib/unicode/In/Mongolian.pl                    Unicode character database
-lib/unicode/In/Myanmar.pl                      Unicode character database
-lib/unicode/In/NumberForms.pl                  Unicode character database
-lib/unicode/In/Ogham.pl                                Unicode character database
-lib/unicode/In/OpticalCharacterRecognition.pl  Unicode character database
-lib/unicode/In/Oriya.pl                                Unicode character database
-lib/unicode/In/PrivateUse.pl                   Unicode character database
-lib/unicode/In/Runic.pl                                Unicode character database
-lib/unicode/In/Sinhala.pl                      Unicode character database
-lib/unicode/In/SmallFormVariants.pl            Unicode character database
-lib/unicode/In/SpacingModifierLetters.pl       Unicode character database
-lib/unicode/In/Specials.pl                     Unicode character database
-lib/unicode/In/SuperscriptsandSubscripts.pl    Unicode character database
-lib/unicode/In/Syriac.pl                       Unicode character database
-lib/unicode/In/Tamil.pl                                Unicode character database
-lib/unicode/In/Telugu.pl                       Unicode character database
-lib/unicode/In/Thaana.pl                       Unicode character database
-lib/unicode/In/Thai.pl                         Unicode character database
-lib/unicode/In/Tibetan.pl                      Unicode character database
-lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl   Unicode character database
-lib/unicode/In/YiRadicals.pl                   Unicode character database
-lib/unicode/In/YiSyllables.pl                  Unicode character database
+lib/unicode/In.pl                              Unicode character database
+lib/unicode/In/0.pl                            Unicode character database
+lib/unicode/In/1.pl                            Unicode character database
+lib/unicode/In/10.pl                           Unicode character database
+lib/unicode/In/11.pl                           Unicode character database
+lib/unicode/In/12.pl                           Unicode character database
+lib/unicode/In/13.pl                           Unicode character database
+lib/unicode/In/14.pl                           Unicode character database
+lib/unicode/In/15.pl                           Unicode character database
+lib/unicode/In/16.pl                           Unicode character database
+lib/unicode/In/17.pl                           Unicode character database
+lib/unicode/In/18.pl                           Unicode character database
+lib/unicode/In/19.pl                           Unicode character database
+lib/unicode/In/2.pl                            Unicode character database
+lib/unicode/In/20.pl                           Unicode character database
+lib/unicode/In/21.pl                           Unicode character database
+lib/unicode/In/22.pl                           Unicode character database
+lib/unicode/In/23.pl                           Unicode character database
+lib/unicode/In/24.pl                           Unicode character database
+lib/unicode/In/25.pl                           Unicode character database
+lib/unicode/In/26.pl                           Unicode character database
+lib/unicode/In/27.pl                           Unicode character database
+lib/unicode/In/28.pl                           Unicode character database
+lib/unicode/In/29.pl                           Unicode character database
+lib/unicode/In/3.pl                            Unicode character database
+lib/unicode/In/30.pl                           Unicode character database
+lib/unicode/In/31.pl                           Unicode character database
+lib/unicode/In/32.pl                           Unicode character database
+lib/unicode/In/33.pl                           Unicode character database
+lib/unicode/In/34.pl                           Unicode character database
+lib/unicode/In/35.pl                           Unicode character database
+lib/unicode/In/36.pl                           Unicode character database
+lib/unicode/In/37.pl                           Unicode character database
+lib/unicode/In/38.pl                           Unicode character database
+lib/unicode/In/39.pl                           Unicode character database
+lib/unicode/In/4.pl                            Unicode character database
+lib/unicode/In/40.pl                           Unicode character database
+lib/unicode/In/41.pl                           Unicode character database
+lib/unicode/In/42.pl                           Unicode character database
+lib/unicode/In/43.pl                           Unicode character database
+lib/unicode/In/44.pl                           Unicode character database
+lib/unicode/In/45.pl                           Unicode character database
+lib/unicode/In/46.pl                           Unicode character database
+lib/unicode/In/47.pl                           Unicode character database
+lib/unicode/In/48.pl                           Unicode character database
+lib/unicode/In/49.pl                           Unicode character database
+lib/unicode/In/5.pl                            Unicode character database
+lib/unicode/In/50.pl                           Unicode character database
+lib/unicode/In/51.pl                           Unicode character database
+lib/unicode/In/52.pl                           Unicode character database
+lib/unicode/In/53.pl                           Unicode character database
+lib/unicode/In/54.pl                           Unicode character database
+lib/unicode/In/55.pl                           Unicode character database
+lib/unicode/In/56.pl                           Unicode character database
+lib/unicode/In/57.pl                           Unicode character database
+lib/unicode/In/58.pl                           Unicode character database
+lib/unicode/In/59.pl                           Unicode character database
+lib/unicode/In/6.pl                            Unicode character database
+lib/unicode/In/60.pl                           Unicode character database
+lib/unicode/In/61.pl                           Unicode character database
+lib/unicode/In/62.pl                           Unicode character database
+lib/unicode/In/63.pl                           Unicode character database
+lib/unicode/In/64.pl                           Unicode character database
+lib/unicode/In/65.pl                           Unicode character database
+lib/unicode/In/66.pl                           Unicode character database
+lib/unicode/In/67.pl                           Unicode character database
+lib/unicode/In/68.pl                           Unicode character database
+lib/unicode/In/69.pl                           Unicode character database
+lib/unicode/In/7.pl                            Unicode character database
+lib/unicode/In/70.pl                           Unicode character database
+lib/unicode/In/71.pl                           Unicode character database
+lib/unicode/In/72.pl                           Unicode character database
+lib/unicode/In/73.pl                           Unicode character database
+lib/unicode/In/74.pl                           Unicode character database
+lib/unicode/In/75.pl                           Unicode character database
+lib/unicode/In/76.pl                           Unicode character database
+lib/unicode/In/77.pl                           Unicode character database
+lib/unicode/In/78.pl                           Unicode character database
+lib/unicode/In/79.pl                           Unicode character database
+lib/unicode/In/8.pl                            Unicode character database
+lib/unicode/In/80.pl                           Unicode character database
+lib/unicode/In/81.pl                           Unicode character database
+lib/unicode/In/82.pl                           Unicode character database
+lib/unicode/In/83.pl                           Unicode character database
+lib/unicode/In/84.pl                           Unicode character database
+lib/unicode/In/85.pl                           Unicode character database
+lib/unicode/In/86.pl                           Unicode character database
+lib/unicode/In/87.pl                           Unicode character database
+lib/unicode/In/88.pl                           Unicode character database
+lib/unicode/In/89.pl                           Unicode character database
+lib/unicode/In/9.pl                            Unicode character database
+lib/unicode/In/90.pl                           Unicode character database
+lib/unicode/In/91.pl                           Unicode character database
+lib/unicode/In/92.pl                           Unicode character database
+lib/unicode/In/93.pl                           Unicode character database
+lib/unicode/In/94.pl                           Unicode character database
+lib/unicode/In/95.pl                           Unicode character database
 lib/unicode/Index.txt                          Unicode character database
 lib/unicode/Is/ASCII.pl                                Unicode character database
 lib/unicode/Is/Alnum.pl                                Unicode character database
@@ -1262,6 +1291,7 @@ pod/perl5005delta.pod     Changes from 5.004 to 5.005
 pod/perl56delta.pod    Changes from 5.005 to 5.6
 pod/perl570delta.pod   Changes from 5.6 to 5.7.0
 pod/perl571delta.pod   Changes from 5.7.0 to 5.7.1
+pod/perl572delta.pod   Changes from 5.7.1 to 5.7.2
 pod/perlapi.pod         Perl API documentation (autogenerated)
 pod/perlapio.pod       PerlIO IO API info
 pod/perlbook.pod       Perl book information
@@ -1379,7 +1409,6 @@ t/base/lex.t              See if lexical items work
 t/base/pat.t           See if pattern matching works
 t/base/rs.t            See if record-read works
 t/base/term.t          See if various terms work
-t/camel-III/vstring.t  See if Camel 3rd edition is lying.
 t/cmd/elsif.t          See if else-if works
 t/cmd/for.t            See if for loops work
 t/cmd/mod.t            See if statement modifiers work
@@ -1403,6 +1432,7 @@ t/comp/use.t              See if pragmas work
 t/harness              Finer diagnostics from test suite
 t/io/argv.t            See if ARGV stuff works
 t/io/dup.t             See if >& works right
+t/io/fflush.t          See if auto-flush on fork/exec/system/qx works
 t/io/fs.t              See if directory manipulations work
 t/io/inplace.t         See if inplace editing works
 t/io/iprefix.t         See if inplace editing works with prefixes
@@ -1415,12 +1445,17 @@ t/io/read.t             See if read works
 t/io/tell.t            See if file seeking works
 t/io/utf8.t            See if file seeking works
 t/lib/1_compile.t      See if the various libraries and extensions compile
+t/lib/MyFilter.pm      Helper file for t/lib/filter-simple.t
 t/lib/abbrev.t         See if Text::Abbrev works
 t/lib/ansicolor.t      See if Term::ANSIColor works
 t/lib/anydbm.t         See if AnyDBM_File works
 t/lib/attrs.t          See if attrs works with C<sub : attrs>
 t/lib/autoloader.t     See if AutoLoader works
-t/lib/b.t              See if B backends work
+t/lib/b-debug.t         See if B::Debug works
+t/lib/b-deparse.t       See if B::Deparse works
+t/lib/b-showlex.t       See if B::ShowLex works
+t/lib/b-stash.t         See if B::Stash works
+t/lib/b.t              See if B works
 t/lib/basename.t       See if File::Basename works
 t/lib/bigfloat.t       See if bigfloat.pl works
 t/lib/bigfltpm.t       See if BigFloat.pm works
@@ -1438,6 +1473,8 @@ t/lib/class-isa.t See if Class::ISA works
 t/lib/class-struct.t   See if Class::Struct works
 t/lib/complex.t                See if Math::Complex works
 t/lib/compmod.pl       Helper for 1_compile.t
+t/lib/cpan-loadme.t    See if CPAN the module works
+t/lib/cpan-vcmp.t      See if CPAN the module works
 t/lib/cwd.t            See if Cwd works
 t/lib/db-btree.t       See if DB_File works
 t/lib/db-hash.t                See if DB_File works
@@ -1466,6 +1503,7 @@ t/lib/english.t           See if English works
 t/lib/env-array.t      See if Env works for arrays
 t/lib/env.t            See if Env works
 t/lib/errno.t          See if Errno works
+t/lib/exporter.t        See if Exporter works
 t/lib/fatal.t           See if Fatal works
 t/lib/fields.t          See if base/fields works
 t/lib/filecache.t      See if FileCache works
@@ -1475,6 +1513,7 @@ t/lib/filefunc.t  See if File::Spec::Functions works
 t/lib/filehand.t       See if FileHandle works
 t/lib/filepath.t       See if File::Path works
 t/lib/filespec.t       See if File::Spec works
+t/lib/filter-simple.t  See if Filter::Simple works
 t/lib/filter-util.pl   See if Filter::Util::Call works
 t/lib/filter-util.t    See if Filter::Util::Call works
 t/lib/findbin.t                See if FindBin works
@@ -1527,6 +1566,7 @@ t/lib/mimeb64u.t          see whether MIME::Base64 works
 t/lib/mimeqp.t         see whether MIME::QuotedPrint works
 t/lib/ndbm.t           See if NDBM_File works
 t/lib/net-hostent.t    See if Net::hostent works
+t/lib/next.t           See if NEXT works
 t/lib/odbm.t           See if ODBM_File works
 t/lib/opcode.t         See if Opcode works
 t/lib/open2.t          See if IPC::Open2 works
@@ -1554,6 +1594,7 @@ t/lib/sdbm.t              See if SDBM_File works
 t/lib/searchdict.t     See if Search::Dict works
 t/lib/selectsaver.t    See if SelectSaver works
 t/lib/selfloader.t     See if SelfLoader works
+t/lib/selfstubber.t    See if Devel::SelfStubber works
 t/lib/sigaction.t       See if POSIX::sigaction works
 t/lib/socket.t         See if Socket works
 t/lib/soundex.t                See if Soundex works
@@ -1597,8 +1638,23 @@ t/lib/tie-stdarray.t     Test for Tie::StdArray
 t/lib/tie-stdhandle.t  Test for Tie::StdHandle
 t/lib/tie-stdpush.t    Test for Tie::StdArray
 t/lib/tie-substrhash.t Test for Tie::SubstrHash
+t/lib/time-hires.t     Test for Time::HiRes
+t/lib/time-piece.t     Test for Time::Piece
 t/lib/timelocal.t      See if Time::Local works
 t/lib/trig.t           See if Math::Trig works
+t/lib/u-blessed.t      Scalar::Util
+t/lib/u-dualvar.t      Scalar::Util
+t/lib/u-first.t                List::Util
+t/lib/u-max.t          List::Util
+t/lib/u-maxstr.t       List::Util
+t/lib/u-min.t          List::Util
+t/lib/u-minstr.t       List::Util
+t/lib/u-readonly.t     Scalar::Util
+t/lib/u-reduce.t       List::Util
+t/lib/u-reftype.t      Scalar::Util
+t/lib/u-sum.t          List::Util
+t/lib/u-tainted.t      Scalar::Util
+t/lib/u-weak.t         Scalar::Util
 t/lib/xs-typemap.t     test that typemaps work
 t/op/64bitint.t                See if 64 bit integers work
 t/op/anonsub.t         See if anonymous subroutines work
@@ -1728,6 +1784,7 @@ t/pod/nested_seqs.t       Test nested interior sequences
 t/pod/nested_seqs.xr   Expected results for nested_seqs.t
 t/pod/oneline_cmds.t   Test single paragraph ==cmds
 t/pod/oneline_cmds.xr  Expected results for oneline_cmds.t
+t/pod/plainer.t                Test Pod::Plainer
 t/pod/pod2usage.t      Test Pod::Usage
 t/pod/pod2usage.xr     Expected results for pod2usage.t
 t/pod/poderrs.t                Test POD errors
@@ -1801,6 +1858,7 @@ utf8.h                    Unicode header
 utfebcdic.h            Unicode on EBCDIC (UTF-EBCDIC, tr16) header
 util.c                 Utility routines
 util.h                 Dummy header
+utils.lst              Lists utilities bundled with Perl
 utils/Makefile         Extract the utility scripts
 utils/c2ph.PL          program to translate dbx stabs to perl
 utils/dprofpp.PL       Perl code profile post-processor