X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/7d00a3405ca1345227668bfc2bac750590adf68f..74e28a4a737c72840f2576bed7ebacf4a288760e:/MANIFEST diff --git a/MANIFEST b/MANIFEST index add651c..b41aa29 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1311,6 +1311,8 @@ cpan/Locale-Codes/t/currency_func.t Locale::Codes tests cpan/Locale-Codes/t/currency_old.t Locale::Codes tests cpan/Locale-Codes/t/currency_oo.t Locale::Codes tests cpan/Locale-Codes/t/do_tests.pl Locale::Codes tests +cpan/Locale-Codes/t/errors.1.t Locale::Codes tests +cpan/Locale-Codes/t/errors.2.t Locale::Codes tests cpan/Locale-Codes/t/langext_func.t Locale::Codes tests cpan/Locale-Codes/t/langext_oo.t Locale::Codes tests cpan/Locale-Codes/t/langfam_func.t Locale::Codes tests @@ -1326,6 +1328,7 @@ cpan/Locale-Codes/t/script_oo.t Locale::Codes tests cpan/Locale-Codes/t/testfunc.pl Locale::Codes tests cpan/Locale-Codes/t/vals_country.pl Locale::Codes tests cpan/Locale-Codes/t/vals_currency.pl Locale::Codes tests +cpan/Locale-Codes/t/vals_error.pl Locale::Codes tests cpan/Locale-Codes/t/vals_langext.pl Locale::Codes tests cpan/Locale-Codes/t/vals_langfam.pl Locale::Codes tests cpan/Locale-Codes/t/vals_language.pl Locale::Codes tests @@ -2294,6 +2297,7 @@ cpan/Test-Simple/lib/Test2/EventFacet/Info.pm cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm +cpan/Test-Simple/lib/Test2/EventFacet/Render.pm cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm cpan/Test-Simple/lib/Test2/Formatter.pm cpan/Test-Simple/lib/Test2/Formatter/TAP.pm @@ -2406,6 +2410,7 @@ cpan/Test-Simple/t/Legacy/strays.t cpan/Test-Simple/t/Legacy/subtest/args.t cpan/Test-Simple/t/Legacy/subtest/bail_out.t cpan/Test-Simple/t/Legacy/subtest/basic.t +cpan/Test-Simple/t/Legacy/subtest/callback.t cpan/Test-Simple/t/Legacy/subtest/die.t cpan/Test-Simple/t/Legacy/subtest/do.t cpan/Test-Simple/t/Legacy/subtest/events.t @@ -2440,6 +2445,7 @@ cpan/Test-Simple/t/Legacy/useing.t cpan/Test-Simple/t/Legacy/utf8.t cpan/Test-Simple/t/Legacy/versions.t cpan/Test-Simple/t/Legacy_And_Test2/builder_loaded_late.t +cpan/Test-Simple/t/Legacy_And_Test2/diag_event_on_ok.t cpan/Test-Simple/t/Legacy_And_Test2/hidden_warnings.t cpan/Test-Simple/t/Legacy_And_Test2/preload_diag_note.t cpan/Test-Simple/t/lib/Dev/Null.pm @@ -2500,6 +2506,7 @@ cpan/Test-Simple/t/Test2/behavior/run_subtest_inherit.t cpan/Test-Simple/t/Test2/behavior/special_names.t cpan/Test-Simple/t/Test2/behavior/subtest_bailout.t cpan/Test-Simple/t/Test2/behavior/Subtest_buffer_formatter.t +cpan/Test-Simple/t/Test2/behavior/Subtest_callback.t cpan/Test-Simple/t/Test2/behavior/Subtest_events.t cpan/Test-Simple/t/Test2/behavior/Subtest_plan.t cpan/Test-Simple/t/Test2/behavior/Subtest_todo.t @@ -2959,11 +2966,16 @@ dist/Carp/t/arg_regexp.t See if Carp formats regexp args OK in stack traces dist/Carp/t/arg_string.t See if Carp formats string args OK in stack traces dist/Carp/t/baduni.t See if Carp handles non-char Unicode dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm +dist/Carp/t/broken_can.t Test Carp with bad can implementations +dist/Carp/t/broken_univ_can.t Test Carp with bad UNIVERSAL::can dist/Carp/t/Carp.t See if Carp works dist/Carp/t/Carp_overload.t See if Carp handles overloads +dist/Carp/t/Carp_overloadless.t See if Carp handles overloads that dont use overload.pm dist/Carp/t/errno.t See if Carp preserves $! and $^E dist/Carp/t/heavy.t See if Carp::Heavy works dist/Carp/t/heavy_mismatch.t See if Carp::Heavy catches version mismatch +dist/Carp/t/rt52610_crash.t Test that we can gracefully handle serializing the stack with stack-refcounting bugs +dist/Carp/t/stack_after_err.t Test stack traces after syntax errors dist/Carp/t/stash_deletion.t See if Carp handles stash deletion dist/Carp/t/swash.t See if Carp avoids breaking swash loading dist/Carp/t/vivify_gv.t See if Carp leaves utf8:: stuff alone @@ -3166,6 +3178,7 @@ dist/Devel-PPPort/parts/inc/HvNAME Devel::PPPort include dist/Devel-PPPort/parts/inc/limits Devel::PPPort include dist/Devel-PPPort/parts/inc/magic Devel::PPPort include dist/Devel-PPPort/parts/inc/memory Devel::PPPort include +dist/Devel-PPPort/parts/inc/mess Devel::PPPort include dist/Devel-PPPort/parts/inc/misc Devel::PPPort include dist/Devel-PPPort/parts/inc/mPUSH Devel::PPPort include dist/Devel-PPPort/parts/inc/MY_CXT Devel::PPPort include @@ -3346,6 +3359,7 @@ dist/Devel-PPPort/t/HvNAME.t Devel::PPPort test file dist/Devel-PPPort/t/limits.t Devel::PPPort test file dist/Devel-PPPort/t/magic.t Devel::PPPort test file dist/Devel-PPPort/t/memory.t Devel::PPPort test file +dist/Devel-PPPort/t/mess.t Devel::PPPort test file dist/Devel-PPPort/t/misc.t Devel::PPPort test file dist/Devel-PPPort/t/mPUSH.t Devel::PPPort test file dist/Devel-PPPort/t/MY_CXT.t Devel::PPPort test file @@ -3505,6 +3519,9 @@ dist/I18N-LangTags/t/55_supers_strict.t See whether I18N::LangTags works dist/I18N-LangTags/t/80_all_env.t See whether I18N::LangTags works dist/if/Changes if perl module change log dist/if/if.pm For "use if" +dist/if/MANIFEST MANIFEST for if.pm +dist/if/META.json META.json for if.pm +dist/if/META.yml META.json for if.pm dist/if/t/if.t Tests for "use if" dist/IO/ChangeLog IO perl module change log dist/IO/hints/sco.pl Hint for IO for named architecture @@ -3577,7 +3594,6 @@ dist/Module-CoreList/corelist The corelist command-line utility dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pm Module::CoreList dist/Module-CoreList/lib/Module/CoreList.pod Module::CoreList -dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm Module::CoreList guts dist/Module-CoreList/lib/Module/CoreList/Utils.pm Module::CoreList guts dist/Module-CoreList/Makefile.PL Module::CoreList dist/Module-CoreList/MANIFEST Module::CoreList @@ -3623,9 +3639,13 @@ dist/PathTools/lib/File/Spec/Unix.pm portable operations on Unix file names dist/PathTools/lib/File/Spec/VMS.pm portable operations on VMS file names dist/PathTools/lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names dist/PathTools/Makefile.PL makefile writer for Cwd +dist/PathTools/MANIFEST MANIFEST for PathTools +dist/PathTools/META.json META.json for PathTools +dist/PathTools/META.yml META.yml for PathTools dist/PathTools/t/abs2rel.t See if File::Spec->abs2rel works dist/PathTools/t/crossplatform.t See if File::Spec works crossplatform dist/PathTools/t/cwd.t See if Cwd works +dist/PathTools/t/cwd_enoent.t See if getcwd errors correctly dist/PathTools/t/Functions.t See if File::Spec::Functions works dist/PathTools/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works dist/PathTools/t/Spec.t See if File::Spec works @@ -3669,6 +3689,7 @@ dist/Storable/hints/hpux.pl Hint for Storable for named architecture dist/Storable/hints/linux.pl Hint for Storable for named architecture dist/Storable/Makefile.PL Storable extension dist/Storable/README Storable extension +dist/Storable/stacksize compute stack sizes dist/Storable/Storable.xs Storable extension dist/Storable/Storable.pm.PL perl script to generate Storable.pm from template dist/Storable/t/attach.t Check STORABLE_attach doesn't create objects unnecessarily @@ -3681,15 +3702,20 @@ dist/Storable/t/code.t See if Storable works dist/Storable/t/compat01.t See if Storable works dist/Storable/t/compat06.t See if Storable works dist/Storable/t/croak.t See if Storable works +dist/Storable/t/CVE-2015-1592.inc See if Storable works +dist/Storable/t/CVE-2015-1592.t See if Storable works dist/Storable/t/dclone.t See if Storable works dist/Storable/t/destroy.t Test Storable in global destructon dist/Storable/t/downgrade.t See if Storable works dist/Storable/t/file_magic.t See if file_magic function works +dist/Storable/t/flags.t See if Storable works dist/Storable/t/forgive.t See if Storable works dist/Storable/t/freeze.t See if Storable works dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload +dist/Storable/t/huge.t See how Storable handles huge data +dist/Storable/t/hugeids.t See how Storable handles huge object ids dist/Storable/t/integer.t See if Storable works dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x dist/Storable/t/just_plain_nasty.t See if Storable works @@ -3701,6 +3727,7 @@ dist/Storable/t/make_overload.pl Make test data for overload.t dist/Storable/t/malice.t See if Storable copes with corrupt files dist/Storable/t/overload.t See if Storable works dist/Storable/t/recurse.t See if Storable works +dist/Storable/t/regexp.t See if Storable works with regexps dist/Storable/t/restrict.t See if Storable works dist/Storable/t/retrieve.t See if Storable works dist/Storable/t/robust.t See if it survives mangled %INC @@ -3712,6 +3739,7 @@ dist/Storable/t/threads.t Does Storable work with threads? dist/Storable/t/tied.t See if Storable works dist/Storable/t/tied_hook.t See if Storable works dist/Storable/t/tied_items.t See if Storable works +dist/Storable/t/tied_reify.t See if Storable works dist/Storable/t/tied_store.t See if Storable works dist/Storable/t/utf8.t See if Storable works dist/Storable/t/utf8hash.t See if Storable works @@ -4386,6 +4414,7 @@ ext/XS-APItest/t/underscore_length.t Test find_rundefsv() ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed} ext/XS-APItest/t/utf8.t Tests for code in utf8.c ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c +ext/XS-APItest/t/utf8_to_bytes.t Tests for code in utf8.c ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c @@ -5029,6 +5058,10 @@ pod/perl5272delta.pod Perl changes in version 5.27.2 pod/perl5273delta.pod Perl changes in version 5.27.3 pod/perl5274delta.pod Perl changes in version 5.27.4 pod/perl5275delta.pod Perl changes in version 5.27.5 +pod/perl5276delta.pod Perl changes in version 5.27.6 +pod/perl5277delta.pod Perl changes in version 5.27.7 +pod/perl5278delta.pod Perl changes in version 5.27.8 +pod/perl5279delta.pod Perl changes in version 5.27.9 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 pod/perl581delta.pod Perl changes in version 5.8.1 @@ -5435,6 +5468,7 @@ t/io/sem.t See if SysV semaphores work t/io/semctl.t See if SysV semaphore semctl works t/io/shm.t See if SysV shared memory works t/io/socket.t See if socket functions work +t/io/socketpair.t See if socketpair function works t/io/tell.t See if file seeking works t/io/through.t See if pipe passes data intact t/io/utf8.t See if file seeking works @@ -5764,6 +5798,7 @@ t/op/sselect.t See if 4 argument select works t/op/stash.t See if %:: stashes work t/op/stash_parse_gv.t See if parse_gv_stash_name works t/op/stat.t See if stat works +t/op/stat_errors.t See if stat and file tests handle threshold errors t/op/state.t See if state variables work t/op/study.t See if study works t/op/studytied.t See if study works with tied scalars @@ -5858,6 +5893,7 @@ t/porting/regen.t Check that regen.pl doesn't need running t/porting/ss_dup.t Check that sv.c:ss_dup handles everything t/porting/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked. t/porting/utils.t Check that utility scripts still compile +t/re/alpha_assertions.t See if things like '(*postive_lookahed:...) work properly t/re/anyof.t See if bracketed char classes [...] compile properly t/re/charset.t See if regex modifiers like /d, /u work properly t/re/fold_grind.t See if case folding works properly @@ -5909,6 +5945,7 @@ t/re/regexp_unicode_prop.t See if unicode properties work in regular expressions t/re/regexp_unicode_prop_thr.t See if unicode properties work in regular expressions as expected under threads t/re/rt122747.t Test rt122747 assert faile (requires DEBUGGING) t/re/rxcode.t See if /(?{ code })/ works +t/re/script_run.t See if script runs works t/re/speed.t See if optimisations are keeping things fast t/re/speed_thr.t ditto under threads t/re/subst.t See if substitution works