This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta for 9f300641fc6f
[perl5.git] / MANIFEST
index 09eaa75..bec5b5f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -4182,6 +4182,7 @@ ext/POSIX/POSIX.xs                POSIX extension external subroutines
 ext/POSIX/t/export.t           Test @EXPORT and @EXPORT_OK
 ext/POSIX/t/iscrash            See if POSIX isxxx() crashes with threads on Win32
 ext/POSIX/t/math.t             Basic math tests for POSIX
+ext/POSIX/t/mb.t               Multibyte function tests for POSIX
 ext/POSIX/t/posix.t            See if POSIX works
 ext/POSIX/t/sigaction.t                See if POSIX::sigaction works
 ext/POSIX/t/sigset.t           See if POSIX::SigSet works
@@ -4654,6 +4655,7 @@ lib/perl5db/t/rt-104168           Tests for the Perl debugger
 lib/perl5db/t/rt-120174                Tests for the Perl debugger
 lib/perl5db/t/rt-121509-restart-after-chdir            Tests for the Perl debugger
 lib/perl5db/t/rt-124203                Test threads in the Perl debugger
+lib/perl5db/t/rt-124203b       Test threads in the Perl debugger
 lib/perl5db/t/rt-61222         Tests for the Perl debugger
 lib/perl5db/t/rt-66110         Tests for the Perl debugger
 lib/perl5db/t/source-cmd-test.perldb           Tests for the Perl debugger
@@ -5026,7 +5028,9 @@ pod/perl5262delta.pod             Perl changes in version 5.26.2
 pod/perl5263delta.pod          Perl changes in version 5.26.3
 pod/perl5280delta.pod          Perl changes in version 5.28.0
 pod/perl5281delta.pod          Perl changes in version 5.28.1
+pod/perl5282delta.pod          Perl changes in version 5.28.2
 pod/perl5290delta.pod          Perl changes in version 5.29.0
+pod/perl52910delta.pod         Perl changes in version 5.29.10
 pod/perl5291delta.pod          Perl changes in version 5.29.1
 pod/perl5292delta.pod          Perl changes in version 5.29.2
 pod/perl5293delta.pod          Perl changes in version 5.29.3
@@ -5035,6 +5039,7 @@ pod/perl5295delta.pod             Perl changes in version 5.29.5
 pod/perl5296delta.pod          Perl changes in version 5.29.6
 pod/perl5297delta.pod          Perl changes in version 5.29.7
 pod/perl5298delta.pod          Perl changes in version 5.29.8
+pod/perl5299delta.pod          Perl changes in version 5.29.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
@@ -5422,6 +5427,7 @@ t/io/errno.t                      See if $! is correctly set
 t/io/errnosig.t                        Test case for restoration $! when leaving signal handlers
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
+t/io/getcwd.t                  See if Internals::getcwd is sane
 t/io/inplace.t                 See if inplace editing works
 t/io/iofile.t                  See if we can load IO::File on demand
 t/io/iprefix.t                 See if inplace editing works with prefixes
@@ -5799,6 +5805,7 @@ t/op/tiehandle.t          See if tie for handles works
 t/op/time.t                    See if time functions work
 t/op/time_loop.t               Test that very large values don't hang gmtime and localtime.
 t/op/tr.t                      See if tr works
+t/op/tr_latin1.t               See if tr works, but file isn't encoded in UTF-8
 t/op/undef.t                   See if undef works
 t/op/universal.t               See if UNIVERSAL class works
 t/op/unlink.t                  See if unlink works