X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f68519ee3f12e5ba41a022ef88ce3d6c3901807f..13022195f4c28c117edae79e1b2ff1be3911ed37:/MANIFEST diff --git a/MANIFEST b/MANIFEST index e0f01b9..e152251 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 @@ -2406,6 +2409,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 @@ -2501,6 +2505,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 @@ -3627,6 +3632,7 @@ dist/PathTools/Makefile.PL makefile writer for Cwd 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 @@ -5031,6 +5037,7 @@ 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/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 @@ -5437,6 +5444,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 @@ -5664,7 +5672,6 @@ t/op/fork.t See if fork works t/op/fresh_perl_utf8.t UTF8 tests for pads and gvs t/op/getpid.t See if $$ and getppid work with threads t/op/getppid.t See if getppid works -t/op/given.t See if given works t/op/glob.t See if <*> works t/op/gmagic.t See if GMAGIC works t/op/goto.t See if goto works @@ -5806,8 +5813,6 @@ t/op/ver.t See if v-strings and the %v format flag work t/op/waitpid.t See if waitpid works t/op/wantarray.t See if wantarray works t/op/warn.t See if warn works -t/op/whereis.t See if whereis works -t/op/whereso.t See if whereso works t/op/while.t See if while loops work t/op/write.t See if write works (formats work) t/op/yadayada.t See if ... works @@ -5915,6 +5920,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