This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach Configure about "procselfexe" on Solaris and NetBSD
[perl5.git] / MANIFEST
index 5dcb889..ed67d45 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2869,6 +2869,7 @@ dist/B-Lint/t/lint.t                              See if B::Lint works
 dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm    See if B::Lint works
 dist/constant/lib/constant.pm  For "use constant"
 dist/constant/t/constant.t     See if compile-time constants work
+dist/constant/t/utf8.t         Test Unicode constants under utf8 pragma
 dist/Cwd/Cwd.pm                                Various cwd routines (getcwd, fastcwd, chdir)
 dist/Cwd/Cwd.xs                                Cwd extension external subroutines
 dist/Cwd/lib/File/Spec/Cygwin.pm       portable operations on Cygwin file names
@@ -3009,6 +3010,7 @@ dist/IO/README                    IO extension maintenance notice
 dist/IO/t/io_const.t           See if constants from IO work
 dist/IO/t/io_dir.t             See if directory-related methods from IO work
 dist/IO/t/io_dup.t             See if dup()-related methods from IO work
+dist/IO/t/io_file_export.t     Test IO::File exports
 dist/IO/t/io_file.t            See if binmode()-related methods on IO::File work
 dist/IO/t/io_linenum.t         See if I/O line numbers are tracked correctly
 dist/IO/t/io_multihomed.t      See if INET sockets work with multi-homed hosts
@@ -3633,6 +3635,7 @@ ext/XS-APItest/t/cleanup.t        test stack behaviour on unwinding
 ext/XS-APItest/t/cophh.t       test COPHH API
 ext/XS-APItest/t/copyhints.t   test hv_copy_hints_hv() API
 ext/XS-APItest/t/customop.t    XS::APItest: tests for custom ops
+ext/XS-APItest/t/eval-filter.t Simple source filter/eval test
 ext/XS-APItest/t/exception.t   XS::APItest extension
 ext/XS-APItest/t/grok.t                XS::APItest: tests for grok* functions
 ext/XS-APItest/t/hash.t                XS::APItest: tests for hash related APIs
@@ -4316,6 +4319,9 @@ pod/perl5136delta.pod             Perl changes in version 5.13.6
 pod/perl5137delta.pod          Perl changes in version 5.13.7
 pod/perl5138delta.pod          Perl changes in version 5.13.8
 pod/perl5139delta.pod          Perl changes in version 5.13.9
+pod/perl5140delta.pod          Perl changes in version 5.14.0
+pod/perl5141delta.pod          Perl changes in version 5.14.1
+pod/perl5142delta.pod          Perl changes in version 5.14.2
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl570delta.pod           Perl changes in version 5.7.0
@@ -4682,6 +4688,7 @@ time64_config.h                   64 bit clean time.h (configuration)
 time64.h                       64 bit clean time.h (header)
 t/io/argv.t                    See if ARGV stuff works
 t/io/binmode.t                 See if binmode() works
+t/io/bom.t                     See if scripts can start with a byte order mark
 t/io/crlf.t                    See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/data.t                    See if DATA works
@@ -5021,6 +5028,7 @@ t/porting/test_bootstrap.t        Test that the instructions for test bootstrapping are
 t/README                       Instructions for regression tests
 t/re/charset.t                 See if regex modifiers like /d, /u work properly
 t/re/fold_grind.t              See if case folding works properly
+t/re/no_utf8_pm.t              Verify utf8.pm doesn't get loaded unless required
 t/re/overload.t                Test against string corruption in pattern matches on overloaded objects
 t/re/pat_advanced.t            See if advanced esoteric patterns work
 t/re/pat_advanced_thr.t                See if advanced esoteric patterns work in another thread