This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/loc_tools.pl: Implement fail() if not available
[perl5.git] / MANIFEST
index 778521b..e152251 100644 (file)
--- 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
@@ -5912,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