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 27ffee5..e152251 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3632,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
@@ -5036,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
@@ -5442,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
@@ -5917,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