X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/8b88b2b2a83b118e358c4d04557659e32d47c01b..d2ab4a7b0a87b2386836ad59b9ff1c91bf2d3247:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 2c2ed0c..93042f6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -163,13 +163,14 @@ cpan/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B:: cpan/B-Lint/lib/B/Lint.pm Compiler Lint backend cpan/B-Lint/t/lint.t See if B::Lint works cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works +cpan/CGI/Changes Changelog for CGI.pm cpan/CGI/examples/caution.xbm CGI example cpan/CGI/examples/clickable_image.cgi CGI example cpan/CGI/examples/cookie.cgi CGI example cpan/CGI/examples/crash.cgi CGI example cpan/CGI/examples/customize.cgi CGI example cpan/CGI/examples/diff_upload.cgi CGI example -cpan/CGI/examples/dna_small_gif.uu Small image for CGI examples +cpan/CGI/examples/dna.small.gif Small image for CGI examples cpan/CGI/examples/file_upload.cgi CGI example cpan/CGI/examples/frameset.cgi CGI example cpan/CGI/examples/index.html Index page for CGI examples @@ -181,13 +182,11 @@ cpan/CGI/examples/multiple_forms.cgi CGI example cpan/CGI/examples/nph-clock.cgi CGI example cpan/CGI/examples/nph-multipart.cgi CGI example cpan/CGI/examples/popup.cgi CGI example -cpan/CGI/examples/RunMeFirst Setup script for CGI examples cpan/CGI/examples/save_state.cgi CGI example cpan/CGI/examples/tryit.cgi CGI example -cpan/CGI/examples/wilogo_gif.uu CGI example +cpan/CGI/examples/wilogo.gif CGI example cpan/CGI/lib/CGI/Apache.pm Support for Apache's Perl module cpan/CGI/lib/CGI/Carp.pm Log server errors with helpful context -cpan/CGI/lib/CGI/Changes Changelog for CGI.pm cpan/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies cpan/CGI/lib/CGI/Fast.pm Support for FastCGI (persistent server process) cpan/CGI/lib/CGI.pm Web server interface ("Common Gateway Interface") @@ -196,20 +195,27 @@ cpan/CGI/lib/CGI/Push.pm Support for server push cpan/CGI/lib/CGI/Switch.pm Simple interface for multiple server types cpan/CGI/lib/CGI/Util.pm Utility functions cpan/CGI/t/apache.t See if CGI::Apache still loads +cpan/CGI/t/autoescape.t See if CGI.pm works cpan/CGI/t/can.t See if CGI.pm works cpan/CGI/t/carp.t See if CGI::Carp works +cpan/CGI/t/checkbox_group.t See if CGI.pm works cpan/CGI/t/cookie.t See if CGI::Cookie works cpan/CGI/t/Dump.t See if CGI->Dump works -cpan/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) +cpan/CGI/t/end_form.t See if CGI.pm works cpan/CGI/t/form.t See if CGI.pm works cpan/CGI/t/function.t See if CGI.pm works +cpan/CGI/t/hidden.t See if CGI.pm works cpan/CGI/t/html.t See if CGI.pm works +cpan/CGI/t/http.t See if CGI.pm works +cpan/CGI/t/init.t See if CGI.pm works +cpan/CGI/t/init_test.txt See if CGI.pm works cpan/CGI/t/no_tabindex.t See if CGI.pm works cpan/CGI/t/popup_menu.t See if CGI pop menus work cpan/CGI/t/pretty.t See if CGI.pm works cpan/CGI/t/push.t See if CGI::Push works cpan/CGI/t/query_string.t See if CGI->query_string() works cpan/CGI/t/request.t See if CGI.pm works +cpan/CGI/t/save_read_roundtrip.t See if CGI.pm works cpan/CGI/t/start_end_asterisk.t See if CGI.pm works cpan/CGI/t/start_end_end.t See if CGI.pm works cpan/CGI/t/start_end_start.t See if CGI.pm works @@ -219,6 +225,7 @@ cpan/CGI/t/uploadInfo.t See if CGI.pm works cpan/CGI/t/upload_post_text.txt Test data for CGI.pm cpan/CGI/t/upload.t See if CGI.pm works cpan/CGI/t/user_agent.t See if CGI->user_agent() works +cpan/CGI/t/utf8.t See if CGI.pm works cpan/CGI/t/util-58.t See if 5.8-dependent features work cpan/CGI/t/util.t See if CGI.pm works cpan/Class-ISA/ChangeLog Changes for Class::ISA @@ -911,11 +918,15 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder method cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm CBuilder methods for Windows +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm CBuilder methods for Windows +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm CBuilder methods for Windows cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules cpan/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests cpan/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder cpan/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder +cpan/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder cpan/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms cpan/ExtUtils-Command/t/cp.t See if ExtUtils::Command works cpan/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works @@ -1035,7 +1046,11 @@ cpan/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor cpan/ExtUtils-ParseXS/t/basic.t See if ExtUtils::ParseXS works +cpan/ExtUtils-ParseXS/t/more.t Extended ExtUtils::ParseXS testing +cpan/ExtUtils-ParseXS/t/typemap Standard typemap for controlled testing cpan/ExtUtils-ParseXS/t/usage.t ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSInclude.xsh Test file for ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSMore.xs Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests @@ -1044,6 +1059,7 @@ cpan/File-Fetch/lib/File/Fetch.pm File::Fetch cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r' cpan/File-Path/t/Path.t See if File::Path works +cpan/File-Path/t/taint.t See if File::Path works with -T cpan/File-Temp/t/cmp.t See if File::Temp works cpan/File-Temp/Temp.pm create safe temporary files and file handles cpan/File-Temp/t/fork.t See if File::Temp works @@ -1207,6 +1223,7 @@ cpan/IO-Compress/t/compress/tied.pl Compress::Zlib cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib cpan/IO-Compress/t/cz-01version.t IO::Compress +cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress cpan/IO-Compress/t/cz-05examples.t IO::Compress cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress cpan/IO-Compress/t/cz-08encoding.t IO::Compress @@ -1355,6 +1372,16 @@ cpan/Locale-Codes/t/language.t See if Locale::Codes work cpan/Locale-Codes/t/rename.t See if Locale::Codes work cpan/Locale-Codes/t/script.t See if Locale::Codes work cpan/Locale-Codes/t/uk.t See if Locale::Codes work +cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple +cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests cpan/Log-Message/lib/Log/Message/Config.pm Log::Message cpan/Log-Message/lib/Log/Message/Handlers.pm Log::Message cpan/Log-Message/lib/Log/Message/Item.pm Log::Message @@ -1697,9 +1724,11 @@ cpan/Parse-CPAN-Meta/t/data/sample.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/toolbar.yml Parse::CPAN::Meta -cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta +cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta - manually generated; see Porting/Maintainers.pl +cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/vanilla.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm Parse::CPAN::Meta testing library +cpan/Parse-CPAN-Meta/uupacktool.pl Parse::CPAN::Meta cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint cpan/Pod-Escapes/ChangeLog ChangeLog for Pod::Escapes @@ -1851,6 +1880,7 @@ cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus2/README Pod::Simple test file cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file @@ -1938,6 +1968,7 @@ cpan/Pod-Simple/t/search28.t Pod::Simple test file cpan/Pod-Simple/t/search29.t Pod::Simple test file cpan/Pod-Simple/t/search50.t Pod::Simple test file cpan/Pod-Simple/t/stree.t Pod::Simple test file +cpan/Pod-Simple/t/strpvbtm.t Pod::Simple test file cpan/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file @@ -1965,6 +1996,7 @@ cpan/Pod-Simple/t/verbatim.t Pod::Simple test file cpan/Pod-Simple/t/verb_fmt.t Pod::Simple test file cpan/Pod-Simple/t/xhtml01.t Pod::Simple test file cpan/Pod-Simple/t/xhtml05.t Pod::Simple test file +cpan/Pod-Simple/t/xhtml10.t Pod::Simple test file cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file cpan/Shell/Shell.pm Make AUTOLOADed system() calls cpan/Shell/t/Shell.t Tests for above @@ -2178,6 +2210,8 @@ cpan/Test-Harness/t/yamlish.t Test::Harness test cpan/Test-Harness/t/yamlish-writer.t Test::Harness test cpan/Test/lib/Test.pm A simple framework for writing test scripts cpan/Test-Simple/Changes Test::Simple changes +cpan/Test-Simple/examples/indent.pl Test::Simple examples +cpan/Test-Simple/examples/subtest.t Test::Simple examples cpan/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules cpan/Test-Simple/lib/Test/Builder.pm For writing new test libraries cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester @@ -2208,6 +2242,7 @@ cpan/Test-Simple/t/Builder/fork_with_new_stdout.t Test::Builder tests cpan/Test-Simple/t/Builder/has_plan2.t Test::Builder tests cpan/Test-Simple/t/Builder/has_plan.t Test::Builder tests cpan/Test-Simple/t/Builder/is_fh.t Test::Builder tests +cpan/Test-Simple/t/Builder/is_passing.t Test::Builder tests cpan/Test-Simple/t/Builder/maybe_regex.t Test::Builder tests cpan/Test-Simple/t/Builder/no_diag.t Test::Builder tests cpan/Test-Simple/t/Builder/no_ending.t Test::Builder tests @@ -2220,6 +2255,7 @@ cpan/Test-Simple/t/Builder/try.t Test::Builder tests cpan/Test-Simple/t/c_flag.t Test::Simple test cpan/Test-Simple/t/circular_data.t Test::Simple test cpan/Test-Simple/t/cmp_ok.t Test::More test +cpan/Test-Simple/t/dependents.t Test::More test cpan/Test-Simple/t/diag.t Test::More diag() test cpan/Test-Simple/t/died.t Test::Simple test cpan/Test-Simple/t/dont_overwrite_die_handler.t Test::More tests @@ -2280,6 +2316,13 @@ cpan/Test-Simple/t/require_ok.t Test::Simple test cpan/Test-Simple/t/simple.t Test::Simple test, basic stuff cpan/Test-Simple/t/skipall.t Test::More test, skip all tests cpan/Test-Simple/t/skip.t Test::More test, SKIP tests +cpan/Test-Simple/t/subtest/args.t Test::More test +cpan/Test-Simple/t/subtest/basic.t Test::More test +cpan/Test-Simple/t/subtest/die.t Test::More test +cpan/Test-Simple/t/subtest/do.t Test::More test +cpan/Test-Simple/t/subtest/exceptions.t Test::More test +cpan/Test-Simple/t/subtest/for_do_t.test Test::More test +cpan/Test-Simple/t/subtest/singleton.t Test::More test cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test cpan/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test cpan/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test @@ -2634,16 +2677,6 @@ dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article dist/Locale-Maketext/README Locale::Maketext -dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple -dist/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works @@ -2661,6 +2694,7 @@ dist/Module-CoreList/MANIFEST Module::CoreList dist/Module-CoreList/META.yml Module::CoreList dist/Module-CoreList/README Module::CoreList dist/Module-CoreList/t/corelist.t Module::CoreList tests +dist/Module-CoreList/t/deprecated.t Module::CoreList tests dist/Module-CoreList/t/find_modules.t Module::CoreList tests dist/Module-CoreList/t/pod.t Module::CoreList tests dist/Net-Ping/Changes Net::Ping @@ -3164,6 +3198,11 @@ ext/XS-APItest/APItest.xs XS::APItest extension ext/XS-APItest/core.c Test API functions when PERL_CORE is defined ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c ext/XS-APItest/exception.c XS::APItest extension +ext/XS-APItest-KeywordRPN/KeywordRPN.pm XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/KeywordRPN.xs XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/Makefile.PL XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/README XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/t/keyword_plugin.t test keyword plugin mechanism ext/XS-APItest/Makefile.PL XS::APItest extension ext/XS-APItest/MANIFEST XS::APItest extension ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined @@ -3172,12 +3211,15 @@ ext/XS-APItest/t/call.t XS::APItest extension ext/XS-APItest/t/exception.t XS::APItest extension ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface +ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs +ext/XS-APItest/t/pmflag.t Test deprecation warning for Perl_pmflag() ext/XS-APItest/t/printf.t XS::APItest extension ext/XS-APItest/t/push.t XS::APItest extension ext/XS-APItest/t/rmagical.t XS::APItest extension ext/XS-APItest/t/svpeek.t XS::APItest extension ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE +ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed} ext/XS-APItest/t/xs_special_subs_require.t for require too ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work ext/XS-Typemap/Makefile.PL XS::Typemap extension @@ -3433,6 +3475,7 @@ lib/importenv.pl Perl routine to get environment into variables lib/integer.pm For "use integer" lib/integer.t For "use integer" testing lib/Internals.t For Internals::* testing +lib/legacy.pm Pragma to preserve legacy behavior lib/less.pm For "use less" lib/less.t See if less support works lib/locale.pm For "use locale" @@ -3805,6 +3848,8 @@ 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/perl5111delta.pod Perl changes in version 5.11.1 +pod/perl5112delta.pod Perl changes in version 5.11.2 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 pod/perl570delta.pod Perl changes in version 5.7.0 @@ -3887,6 +3932,7 @@ pod/perlperf.pod Perl Performance and Optimization Techniques pod/perl.pod Perl overview (this section) pod/perlpod.pod Perl plain old documentation pod/perlpodspec.pod Perl plain old documentation format specification +pod/perlpolicy.pod Perl development policies pod/perlport.pod Perl portability guide pod/perlpragma.pod Perl modules: writing a user pragma pod/perlreapi.pod Perl regular expression plugin interface @@ -3944,7 +3990,6 @@ Porting/cmpVERSION.pl Compare whether two trees have changed modules Porting/config_H Sample config.h Porting/config_h.pl Reorder config_h.SH after metaconfig Porting/config.sh Sample config.sh -Porting/Contract Social contract for contributed modules in Perl core Porting/core-cpan-diff Compare core distros with their CPAN equivalents Porting/corecpan.pl Reports outdated dual-lived modules Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList @@ -3970,12 +4015,13 @@ 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/perldelta_template.pod 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 Porting/regcharclass.pl Generate regcharclass.h from inline data Porting/release_managers_guide.pod Release Manager's Guide +Porting/release_schedule.pod Schedule for future releases Porting/sort_perldiag.pl Keep our diagnostics orderly Porting/testall.atom Cumulative profile with Third Degree Porting/thirdclean Cleanup Third Degree reports @@ -4137,7 +4183,6 @@ t/comp/proto.t See if function prototypes work t/comp/redef.t See if we get correct warnings on redefined subs t/comp/require.t See if require works t/comp/retainedlines.t See if the debugger can retain eval's lines -t/comp/script.t See if script invocation works t/comp/term.t See if more terms work t/comp/uproto.t See if the _ prototype works t/comp/use.t See if pragmata work @@ -4198,6 +4243,7 @@ t/lib/locale/utf8 Part of locale.t in UTF8 t/lib/mypragma.pm An example user pragma t/lib/mypragma.t Test the example user pragma t/lib/no_load.t Test that some modules don't load others +t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t t/lib/strict/refs Tests of "use strict 'refs'" for strict.t @@ -4283,6 +4329,8 @@ t/op/anonsub.t See if anonymous subroutines work t/op/append.t See if . works t/op/args.t See if operations on @_ work t/op/arith.t See if arithmetic works +t/op/array_base.aux Auxiliary file for the $[ test +t/op/array_base.t Tests for the $[, which is deprecated t/op/array.t See if array operations work t/op/assignwarn.t See if OP= operators warn correctly for undef targets t/op/attrhand.t See if attribute handlers work @@ -4348,6 +4396,7 @@ t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work t/op/lc_user.t See if user-defined lc et alia work t/op/length.t See if length works t/op/lex_assign.t See if ops involving lexicals or pad temps work +t/op/lex.t Tests too complex for t/base/lex.t t/op/lfs.t See if large files work for perlio t/op/list.t See if array lists work t/op/localref.t See if local ${deref} works @@ -4424,6 +4473,7 @@ t/op/utftaint.t See if utf8 and taint work together 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/while_readdir.t See if while(readdir) works t/op/write.t See if write works (formats work) t/op/yadayada.t See if ... works t/perl.supp Perl valgrind suppressions @@ -4432,6 +4482,8 @@ t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly t/porting/diag.t Test completeness of perldiag.pod t/porting/maintainers.t Test that Porting/Maintaners.pl is up to date t/porting/manifest.t Test that this MANIFEST file is well formed +t/porting/podcheck.t Test the POD of shipped modules is well formed +t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked. t/README Instructions for regression tests t/re/pat_advanced.t See if advanced esoteric patterns work t/re/pat_advanced_thr.t See if advanced esoteric patterns work in another thread @@ -4441,6 +4493,8 @@ t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread t/re/pat_rt_report.t See if esoteric patterns from rt reports work t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread +t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) +t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads t/re/pat.t See if esoteric patterns work t/re/pat_thr.t See if esoteric patterns work in another thread t/re/qr_gc.t See if qr doesn't leak @@ -4480,6 +4534,7 @@ t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl. t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. +t/run/script.t See if script invocation works t/run/switch0.t Test the -0 switch t/run/switcha.t Test the -a switch t/run/switchC.t Test the -C switch @@ -4599,10 +4654,14 @@ win32/ce-helpers/makedist.pl WinCE port win32/ce-helpers/registry.bat WinCE port win32/config.bc Win32 base line config.sh (Borland C++ build) win32/config.ce WinCE port -win32/config.gc Win32 base line config.sh (mingw32/gcc build) +win32/config.gc Win32 base line config.sh (MinGW build) +win32/config.gc64 Win64 base line config.sh (MinGW build) +win32/config.gc64nox Win64 base line config.sh (MinGW build) win32/config_H.bc Win32 config header (Borland C++ build) win32/config_H.ce WinCE port -win32/config_H.gc Win32 config header (GNU build)? +win32/config_H.gc Win32 config header (MinGW build) +win32/config_H.gc64 Win64 config header (MinGW build) +win32/config_H.gc64nox Win64 config header (MinGW build) win32/config_h.PL Perl code to convert Win32 config.sh to config.h win32/config_H.vc Win32 config header (Visual C++ build) win32/config_H.vc64 Win64 config header (Visual C++ build)