Tidy up some more Pod nits.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 1e5872e..ad1a707 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1468,6 +1468,7 @@ ext/threads/t/join.t              Testing the join function
 ext/threads/t/kill.t           Tests thread signalling
 ext/threads/t/libc.t           testing libc functions for threadsafety
 ext/threads/t/list.t           Test threads->list()
+ext/threads/t/no_threads.t     threads test for non-threaded Perls
 ext/threads/t/problems.t       Test various memory problems
 ext/threads/t/stack_env.t      Tests for stack limits
 ext/threads/t/stack.t          Tests for stack limits
@@ -1658,10 +1659,7 @@ hints/isc_2.sh                   Hints for named architecture
 hints/isc.sh                   Hints for named architecture
 hints/linux.sh                 Hints for named architecture
 hints/lynxos.sh                        Hints for named architecture
-hints/machten_2.sh             Hints for named architecture
-hints/machten.sh               Hints for named architecture
 hints/midnightbsd.sh           Hints for named architecture
-hints/mint.sh                  Hints for named architecture
 hints/mips.sh                  Hints for named architecture
 hints/mirbsd.sh                        Hints for named architecture
 hints/mpc.sh                   Hints for named architecture
@@ -1780,7 +1778,7 @@ lib/autodie/t/autodie_test_module.pm      autodie - test helper
 lib/autodie/t/backcompat.t             autodie - More Fatal backcompat
 lib/autodie/t/basic_exceptions.t       autodie - Basic exception tests
 lib/autodie/t/binmode.t                        autodie - Binmode testing
-lib/autodie/t/blog_hints.t              autodie - Tests fro PJF's blog
+lib/autodie/t/blog_hints.t             autodie - Tests fro PJF's blog
 lib/autodie/t/caller.t                 autodie - Caller diagnostics
 lib/autodie/t/context_lexical.t                autodie - Context clobbering lexically
 lib/autodie/t/context.t                        autodie - Context clobbering tests
@@ -1814,18 +1812,18 @@ lib/autodie/t/lib/Hints_provider_easy_does_it.pm        autodie - Hints/easy helper
 lib/autodie/t/lib/Hints_provider_isa.pm        autodie - Hints/inherit helper
 lib/autodie/t/lib/Hints_test.pm                autodie - Hints test helper
 lib/autodie/t/lib/lethal.pm            autodie - with a better name
-lib/autodie/t/lib/my/autodie.pm         autodie - blog_hints.t helper
+lib/autodie/t/lib/my/autodie.pm                autodie - blog_hints.t helper
 lib/autodie/t/lib/OtherTypes.pm                autodie - Format clobberer helper.
 lib/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
 lib/autodie/t/lib/pujHa/ghach.pm       autodie - Like a Klingon
-lib/autodie/t/lib/Some/Module.pm        autodie - blog_hints.t helper
+lib/autodie/t/lib/Some/Module.pm       autodie - blog_hints.t helper
 lib/autodie/t/mkdir.t                  autodie - filesystem tests
 lib/autodie/t/open.t                   autodie - Testing open
 lib/autodie/t/recv.t                   autodie - send/recv tests
 lib/autodie/t/repeat.t                 autodie - repeat autodie leak tests
 lib/autodie/t/scope_leak.t             autodie - file scope leak tests
-lib/autodie/t/string-eval-basic.t       autodie - Basic string eval test
-lib/autodie/t/string-eval-leak.t        autodie - String eval leak test
+lib/autodie/t/string-eval-basic.t      autodie - Basic string eval test
+lib/autodie/t/string-eval-leak.t       autodie - String eval leak test
 lib/autodie/t/sysopen.t                        autodie - sysopen tests
 lib/autodie/t/truncate.t               autodie - File truncation tests
 lib/autodie/t/unlink.t                 autodie - Unlink system tests.
@@ -1928,21 +1926,26 @@ lib/CGI/t/apache.t              See if CGI::Apache still loads
 lib/CGI/t/can.t                        See if CGI.pm works
 lib/CGI/t/carp.t               See if CGI::Carp works
 lib/CGI/t/cookie.t             See if CGI::Cookie works
+lib/CGI/t/Dump.t               See if CGI->Dump works
 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/popup_menu.t         See if CGI pop menus work
 lib/CGI/t/pretty.t             See if CGI.pm works
 lib/CGI/t/push.t               See if CGI::Push works
+lib/CGI/t/query_string.t       See if CGI->query_string() works
 lib/CGI/t/request.t            See if CGI.pm works
 lib/CGI/t/start_end_asterisk.t See if CGI.pm works
 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/unescapeHTML.t       See if CGI::unescapeHTML() works
 lib/CGI/t/uploadInfo.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/user_agent.t         See if CGI->user_agent() 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
@@ -2206,8 +2209,8 @@ lib/ExtUtils/MM_Win95.pm  MakeMaker methods for Win95
 lib/ExtUtils/MY.pm             MakeMaker user override class
 lib/ExtUtils/NOTES             Notes about MakeMaker internals
 lib/ExtUtils/Packlist.pm       Manipulates .packlist files
-lib/ExtUtils/ParseXS.pm                converts Perl XS code into C code
 lib/ExtUtils/ParseXS/Changes   ExtUtils::ParseXS change log
+lib/ExtUtils/ParseXS.pm                converts Perl XS code into C code
 lib/ExtUtils/ParseXS/t/basic.t See if ExtUtils::ParseXS works
 lib/ExtUtils/ParseXS/t/usage.t ExtUtils::ParseXS tests
 lib/ExtUtils/ParseXS/t/XSTest.pm       Test file for ExtUtils::ParseXS tests
@@ -2219,9 +2222,7 @@ lib/ExtUtils/README               MakeMaker README
 lib/ExtUtils/t/00compile.t     See if MakeMaker modules compile
 lib/ExtUtils/t/arch_check.t    Test MakeMaker's arch_check()
 lib/ExtUtils/t/backwards.t     Check MakeMaker's backwards compatibility
-lib/ExtUtils/t/basic_finish.pl See if MakeMaker can build a module (part 2)
-lib/ExtUtils/t/basic.pl                See if MakeMaker can build a module (part 1)
-lib/ExtUtils/t/basic.t         See if MakeMaker can build a module (wrapper for basic.pl and basic_finish.pl)
+lib/ExtUtils/t/basic.t         See if MakeMaker can build a module
 lib/ExtUtils/t/build_man.t     Set if MakeMaker builds manpages
 lib/ExtUtils/t/can_write_dir.t Does the _can_write_dir function of ExtUtils::Install work properly?
 lib/ExtUtils/t/cd.t            Test to see cd works
@@ -2230,7 +2231,6 @@ lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works
 lib/ExtUtils/t/cp.t            See if ExtUtils::Command works
 lib/ExtUtils/t/dir_target.t    Verify if dir_target() is supported
 lib/ExtUtils/t/Embed.t         See if ExtUtils::Embed and embedding works
-lib/ExtUtils/t/test_boilerplate.t MakeMaker test
 lib/ExtUtils/testlib.pm                Fixes up @INC to use just-built extension
 lib/ExtUtils/t/eu_command.t    See if ExtUtils::Command works
 lib/ExtUtils/t/FIRST_MAKEFILE.t                See if FIRST_MAKEFILE works
@@ -2239,13 +2239,15 @@ lib/ExtUtils/t/fix_libs.t       Test for ExtUtils::MakeMaker
 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_file.t Test for ExtUtils::MakeMaker
+lib/ExtUtils/t/installed_file.t        Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Installed.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::Install works
+lib/ExtUtils/t/InstallWithMM.t See if ExtUtils::Install works (related to EUMM/t/basic.t)
 lib/ExtUtils/t/INST_PREFIX.t   See if MakeMaker can apply PREFIXs
 lib/ExtUtils/t/INST.t          Check MakeMaker INST_* macros
 lib/ExtUtils/t/is_of_type.t    Test for ExtUtils::MakeMaker
 lib/ExtUtils/t/Liblist.t       See if ExtUtils::Liblist works
+lib/ExtUtils/t/MakeMaker_Parameters.t  test "MakeMaker Parameters" section
 lib/ExtUtils/t/make.t          See if make detection works
 lib/ExtUtils/t/maketext_filter.t       See if maketext_filter works
 lib/ExtUtils/t/Manifest.t      See if ExtUtils::Manifest works
@@ -2279,6 +2281,7 @@ lib/ExtUtils/t/prompt.t           See if E::MM::prompt() works
 lib/ExtUtils/t/recurs.t                See if recursive builds work
 lib/ExtUtils/t/revision.t      See if $Revision is correct
 lib/ExtUtils/t/split_command.t See if MM's xargs-like function works
+lib/ExtUtils/t/test_boilerplate.t      MakeMaker test
 lib/ExtUtils/t/testdata/reallylongdirectoryname/arch1/Config.pm                test data for MakeMaker
 lib/ExtUtils/t/testdata/reallylongdirectoryname/arch2/Config.pm                test data for MakeMaker
 lib/ExtUtils/t/testlib.t       See if ExtUtils::testlib works
@@ -2615,6 +2618,7 @@ lib/Module/Build/t/basic.t        Module::Build
 lib/Module/Build/t/bundled/Tie/CPHash.pm       Module::Build.pm
 lib/Module/Build/t/compat/exit.t       Module::Build
 lib/Module/Build/t/compat.t    Module::Build
+lib/Module/Build/t/debug.t     Module::Build tests
 lib/Module/Build/t/destinations.t      Module::Build
 lib/Module/Build/t/extend.t    Module::Build
 lib/Module/Build/t/ext.t       Module::Build
@@ -2804,6 +2808,9 @@ lib/perl5db.pl                    Perl debugging routines
 lib/perl5db.t                  Tests for the Perl debugger
 lib/perl5db/t/eval-line-bug    Tests for the Perl debugger
 lib/perl5db/t/lvalue-bug       Tests for the Perl debugger
+lib/perl5db/t/proxy-constants  Tests for the Perl debugger
+lib/perl5db/t/rt-61222         Tests for the Perl debugger
+lib/perl5db/t/rt-66110         Tests for the Perl debugger
 lib/perl5db/t/symbol-table-bug Tests for the Perl debugger
 lib/PerlIO.pm                  PerlIO support module
 lib/PerlIO/via/QuotedPrint.pm  PerlIO::via::QuotedPrint
@@ -3395,6 +3402,7 @@ lib/validate.pl                   Perl library supporting wholesale file mode validation
 lib/vars_carp.t                        See if "use vars" doesn't load Carp.pm per default
 lib/vars.pm                    Declare pseudo-imported global variables
 lib/vars.t                     See if "use vars" works
+lib/version/Internals.pod      Description of the internals of version objects
 lib/version.pm                 Support for version objects
 lib/version.pod                        Documentation of the version module
 lib/version.t                  Tests for version objects
@@ -3428,13 +3436,6 @@ mg.c                             Magic code
 mg.h                           Magic header
 minimod.pl                     Writes lib/ExtUtils/Miniperl.pm
 miniperlmain.c                 Basic perl w/o dynamic loading or extensions
-mint/errno.h                   MiNT port
-mint/Makefile                  MiNT port
-mint/pwd.c                     MiNT port
-mint/README                    MiNT port
-mint/stdio.h                   MiNT port
-mint/sys/time.h                        MiNT port
-mint/time.h                    MiNT port
 mkppport                       A script that distributes ppport.h
 mkppport.lst                   List of extensions that need a ppport.h
 mpeix/mpeix.c                  MPE/iX port
@@ -3613,6 +3614,7 @@ pod/Makefile.SH                   generate Makefile which makes pods into something else
 pod/perl5004delta.pod          Perl changes in version 5.004
 pod/perl5005delta.pod          Perl changes in version 5.005
 pod/perl5100delta.pod          Perl changes in version 5.10.0
+pod/perl5101delta.pod          Perl changes in version 5.10.1
 pod/perl5110delta.pod          Perl changes in version 5.11.0
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
@@ -3747,7 +3749,6 @@ Porting/check83.pl        Check whether we are 8.3-friendly
 Porting/checkansi.pl   Check source code for ANSI-C violations
 Porting/checkARGS_ASSERT.pl    Check we use every PERL_ARGS_ASSERT* macro
 Porting/checkAUTHORS.pl        Check that the AUTHORS file is complete
-Porting/checkcase.pl   Check whether we are case-insensitive-fs-friendly
 Porting/checkcfgvar.pl Check that config scripts define all symbols
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
@@ -3768,14 +3769,19 @@ Porting/fixvars         Find undeclared variables with C compiler and fix em
 Porting/genlog         Generate formatted changelogs by querying p4d
 Porting/git-find-p4-change     Find the change for a p4 change number
 Porting/git-make-p4-refs       Output git refs for each p4 change number, suitable for appending to .git/packed-refs
+Porting/GitUtils.pm    Generate the contents of a .patch file
 Porting/Glossary       Glossary of config.sh variables
 Porting/how_to_write_a_perldelta.pod   Bluffer's guide to writing a perldelta.
 Porting/Maintainers    Program to pretty print info in Maintainers.pl
 Porting/Maintainers.pl Information about maintainers
 Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
+Porting/make_dot_patch.pl      Make a .patch file from a git WD
 Porting/makemeta       Create the top-level META.yml
 Porting/makerel                Release making utility
+Porting/make_snapshot.pl       Make a tgz snapshot of our tree with a .patch file in it
 Porting/manicheck      Check against MANIFEST
+Porting/manisort       Sort the MANIFEST
+Porting/perldelta_template     Template for creating new perldelta.pod files
 Porting/podtidy                Reformat pod using Pod::Tidy
 Porting/pumpkin.pod    Guidelines and hints for Perl maintainers
 Porting/README.y2038   Perl notes for the 2038 fix
@@ -3820,11 +3826,9 @@ 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
 README.micro                   Notes about microperl
-README.mint                    Perl notes for MiNT
 README.mpeix                   Perl notes for MPE/iX
 README.netware                 Perl notes for NetWare
 README.openbsd                 Perl notes for OpenBSD
@@ -3932,6 +3936,7 @@ t/comp/cmdopt.t                   See if command optimization works
 t/comp/colon.t                 See if colons are parsed correctly
 t/comp/decl.t                  See if declarations work
 t/comp/fold.t                  See if constant folding works
+t/comp/hints.aux               Auxillary file for %^H test
 t/comp/hints.t                 See if %^H works
 t/comp/multiline.t             See if multiline strings work
 t/comp/opsubs.t                        See if q() etc. are not parsed as functions
@@ -4038,6 +4043,7 @@ t/lib/h2ph.h                      Test header file for h2ph
 t/lib/h2ph.pht                 Generated output from h2ph.h by h2ph, for comparison
 t/lib/locale/latin1            Part of locale.t in Latin 1
 t/lib/locale/utf8              Part of locale.t in UTF8
+t/lib/maintainers.t            Test that Porting/Maintaners.pl is up to date
 t/lib/MakeMaker/Test/NoXS.pm           MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/BFD.pm      MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/MPV.pm      MakeMaker test utilities
@@ -4046,6 +4052,7 @@ t/lib/MakeMaker/Test/Setup/Problem.pm     MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/Recurs.pm   MakeMaker test utilities
 t/lib/MakeMaker/Test/Setup/XS.pm       MakeMaker test utilities
 t/lib/MakeMaker/Test/Utils.pm  MakeMaker test utilities
+t/lib/manifest.t               Test that this MANIFEST file is well formed
 t/lib/Math/BigFloat/Subclass.pm        Empty subclass of BigFloat for test
 t/lib/Math/BigInt/BareCalc.pm  Bigint's simulation of Calc
 t/lib/Math/BigInt/Scalar.pm    Pure Perl module to support Math::BigInt
@@ -4131,6 +4138,8 @@ t/mro/complex_dfs.t               mro tests
 t/mro/dbic_c3.t                        mro tests
 t/mro/dbic_dfs.t               mro tests
 t/mro/inconsistent_c3.t                mro tests
+t/mro/isa_c3.t                 test for optimisatised mro_get_linear_isa_c3
+t/mro/isa_dfs.t                        test for optimisatised mro_get_linear_isa_dfs
 t/mro/method_caching.t         mro tests
 t/mro/next_edgecases.t         mro tests
 t/mro/next_goto.t              mro tests
@@ -4147,7 +4156,6 @@ t/mro/recursion_c3.t              mro tests
 t/mro/recursion_dfs.t          mro tests
 t/mro/vulcan_c3.t              mro tests
 t/mro/vulcan_dfs.t             mro tests
-Todo.micro                     The Wishlist for microperl
 toke.c                         The tokener
 t/op/64bitint.t                        See if 64 bit integers work
 t/op/alarm.t                   See if alarm works
@@ -4259,6 +4267,7 @@ t/op/readline.t                   See if <> / readline / rcatline work
 t/op/read.t                    See if read() works
 t/op/recurse.t                 See if deep recursion works
 t/op/ref.t                     See if refs and objects work
+t/op/reg_60508.t               See if bug #60508 is fixed
 t/op/reg_email.t               See if regex recursion works by parsing email addresses
 t/op/reg_email_thr.t           See if regex recursion works by parsing email addresses in another thread
 t/op/regexp_noamp.t            See if regular expressions work with optimizations
@@ -4373,6 +4382,7 @@ t/pod/testpods/lib/Pod/Stuff.pm           Sample data for t/pod/find.t
 t/pod/twice.t                  Test Pod::Parser
 t/pod/usage2.pod               Test POD for pod2usage tests
 t/pod/usage.pod                        Test POD for pod2usage tests
+t/porting/checkcase.t  Check whether we are case-insensitive-fs-friendly
 t/README                       Instructions for regression tests
 t/run/cloexec.t                        Test close-on-exec.
 t/run/exit.t                   Test perl's exit status.