Regression test for [perl #67912]
[p5sagit/p5-mst-13.2.git] / MANIFEST
index ded3e46..8418f61 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -565,6 +565,7 @@ ext/Encode/t/mime-header.t  test script
 ext/Encode/t/mime-name.t       test script
 ext/Encode/t/Mod_EUCJP.pm      module that t/enc_module.enc uses
 ext/Encode/t/perlio.t          test script
+ext/Encode/t/piconv.t          test script
 ext/Encode/t/rt.pl             test script
 ext/Encode/t/unibench.pl       benchmark script
 ext/Encode/t/Unicode.t         test script
@@ -962,7 +963,7 @@ ext/List-Util/t/stack-corruption.t  List::Util
 ext/List-Util/t/sum.t          List::Util
 ext/List-Util/t/tainted.t      Scalar::Util
 ext/List-Util/t/weak.t         Scalar::Util
-ext/List-Util/XS.pp             List::Util
+ext/List-Util/XS.pp            List::Util
 ext/Math-BigInt-FastCalc/FastCalc.pm   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
@@ -1793,14 +1794,14 @@ lib/autodie/t/filehandles.t             autodie - filehandle tests
 lib/autodie/t/fileno.t                 autodie - fileno tests
 lib/autodie/t/flock.t                  autodie - File locking tests
 lib/autodie/t/format-clobber.t         autodie - Don't clobber scalars
-lib/autodie/t/hints.t                  autodie - Test hints interface
 lib/autodie/t/hints_insist.t           autodie - Test hints insistance
 lib/autodie/t/hints_pod_examples.t     autodie - Test hints POD examples
 lib/autodie/t/hints_provider_does.t    autodie - Test hints/does roles
-lib/autodie/t/hints_provider_easy_does_it.t autodie - Test easy hints/does
+lib/autodie/t/hints_provider_easy_does_it.t    autodie - Test easy hints/does
 lib/autodie/t/hints_provider_isa.t     autodie - Test hints/inheritance
-lib/autodie/t/internal.t               autodie - internal interface tests
+lib/autodie/t/hints.t                  autodie - Test hints interface
 lib/autodie/t/internal-backcompat.t    autodie - Back-compatibility tests
+lib/autodie/t/internal.t               autodie - internal interface tests
 lib/autodie/t/lethal.t                 autodie - lethal is the one true name
 lib/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
 lib/autodie/t/lib/autodie/test/au.pm           autodie - Austrlaian helper
@@ -1808,8 +1809,8 @@ lib/autodie/t/lib/autodie/test/badname.pm autodie - Bad exception class
 lib/autodie/t/lib/autodie/test/missing.pm      autodie - Missing exception class
 lib/autodie/t/lib/Caller_helper.pm     autodie - Caller helper
 lib/autodie/t/lib/Hints_pod_examples.pm        autodie - Hints/pod helper
-lib/autodie/t/lib/Hints_provider_does.pm    autodie - Hints/does helper
-lib/autodie/t/lib/Hints_provider_easy_does_it.pm    autodie - Hints/easy helper
+lib/autodie/t/lib/Hints_provider_does.pm       autodie - Hints/does helper
+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
@@ -1823,6 +1824,8 @@ 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/sysopen.t                        autodie - sysopen tests
 lib/autodie/t/truncate.t               autodie - File truncation tests
 lib/autodie/t/unlink.t                 autodie - Unlink system tests.
@@ -2203,6 +2206,7 @@ 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/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
@@ -2234,12 +2238,14 @@ 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.t     See if ExtUtils::Installed works
 lib/ExtUtils/t/Install.t       See if ExtUtils::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/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
@@ -2273,6 +2279,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
@@ -2609,6 +2616,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
@@ -2798,6 +2806,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
@@ -3114,8 +3125,16 @@ lib/Test/Simple/t/buffer.t       Test::Builder buffering test
 lib/Test/Simple/t/Builder/Builder.t    Test::Builder tests
 lib/Test/Simple/t/Builder/carp.t       Test::Builder test
 lib/Test/Simple/t/Builder/create.t     Test::Builder test 
-lib/Test/Simple/t/Builder/curr_test.t  Test::Builder->curr_test tests
+lib/Test/Simple/t/Builder/current_test.t       Test::Builder tests
+lib/Test/Simple/t/Builder/current_test_without_plan.t  Test::Builder tests
 lib/Test/Simple/t/Builder/details.t    Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_double.t        Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing.t               Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_no_plan.t  Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_number.t   Test::Builder tests
+lib/Test/Simple/t/Builder/done_testing_with_plan.t     Test::Builder tests
+lib/Test/Simple/t/Builder/fork_with_new_stdout.t       Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan2.t  Test::Builder tests
 lib/Test/Simple/t/Builder/has_plan.t   Test::Builder tests
 lib/Test/Simple/t/Builder/is_fh.t      Test::Builder tests
@@ -3123,6 +3142,7 @@ lib/Test/Simple/t/Builder/maybe_regex.t   Test::Builder tests
 lib/Test/Simple/t/Builder/no_diag.t    Test::Builder tests
 lib/Test/Simple/t/Builder/no_ending.t  Test::Builder tests
 lib/Test/Simple/t/Builder/no_header.t  Test::Builder tests
+lib/Test/Simple/t/Builder/no_plan_at_all.t     Test::Builder tests
 lib/Test/Simple/t/Builder/ok_obj.t     Test::Builder tests
 lib/Test/Simple/t/Builder/output.t     Test::Builder tests
 lib/Test/Simple/t/Builder/reset.t      Test::Builder tests
@@ -3187,6 +3207,7 @@ lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings
 lib/Test/Simple/t/useing.t     Test::More test, compile test
 lib/Test/Simple/t/use_ok.t     Test::More test, use_ok()
 lib/Test/Simple/t/utf8.t       Test::More test
+lib/Test/Simple/t/versions.t   Test::More test
 lib/Test/t/05_about_verbose.t  See if Test works
 lib/Test/t/fail.t              See if Test works
 lib/Test/t/mix.t               See if Test works
@@ -3726,6 +3747,7 @@ pod/splitman                      Splits perlfunc into multiple man pages
 pod/splitpod                   Splits perlfunc into multiple pod pages
 Policy_sh.SH           Hold site-wide preferences between Configure runs.
 Porting/add-package.pl Add/Update CPAN modules that are part of Core
+Porting/bump-perl-version      bump the perl version in relevant files
 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
@@ -4043,6 +4065,7 @@ t/lib/Sans_mypragma.pm                    Test module for t/lib/mypragma.t
 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/Builder/NoOutput.pm Utility module for testing Test::Builder
 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.plx               for exit.t
@@ -4241,6 +4264,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