This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update README.freebsd with the new approach for making $^X absolute.
[perl5.git] / MANIFEST
index 5617164..aa7e9fd 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -362,6 +362,7 @@ cpan/CPAN-Meta/t/data/META-2.json
 cpan/CPAN-Meta/t/data/resources.yml
 cpan/CPAN-Meta/t/data/restricted-2.json
 cpan/CPAN-Meta/t/data/restrictive-1_4.yml
+cpan/CPAN-Meta/t/data/unicode.yml
 cpan/CPAN-Meta/t/load-bad.t
 cpan/CPAN-Meta/t/meta-obj.t
 cpan/CPAN-Meta/t/no-index.t
@@ -1866,6 +1867,7 @@ cpan/perlfaq/lib/perlfaq8.pod     System Interaction
 cpan/perlfaq/lib/perlfaq9.pod  Networking
 cpan/perlfaq/lib/perlfaq.pm    Perl frequently asked questions
 cpan/perlfaq/lib/perlfaq.pod   Perl frequently asked questions
+cpan/perlfaq/lib/perlglossary.pod      Perl Glossary
 cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm      PerlIO::via::QuotedPrint
 cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t                    PerlIO::via::QuotedPrint
 cpan/Perl-OSType/lib/Perl/OSType.pm                    Perl::OSType
@@ -3109,11 +3111,13 @@ dist/ExtUtils-ParseXS/t/XSUsage.xs                              ExtUtils::ParseXS tests
 dist/File-CheckTree/lib/File/CheckTree.pm      Perl module supporting wholesale file mode validation
 dist/File-CheckTree/t/CheckTree.t              See if File::CheckTree works
 dist/Filter-Simple/lib/Filter/Simple.pm                                Simple frontend to Filter::Util::Call
+dist/Filter-Simple/t/code_no_comments.t                                See if Filter::Simple works
 dist/Filter-Simple/t/data.t                                    See if Filter::Simple works
 dist/Filter-Simple/t/export.t                                  See if Filter::Simple works
 dist/Filter-Simple/t/filter_only.t                             See if Filter::Simple works
 dist/Filter-Simple/t/filter.t                                  See if Filter::Simple works
 dist/Filter-Simple/t/import.t                                  See if Filter::Simple works
+dist/Filter-Simple/t/lib/Filter/Simple/CodeNoComments.pm       Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm           Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm       Helper file for Filter::Simple tests
 dist/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm           Helper file for Filter::Simple tests
@@ -3169,6 +3173,7 @@ dist/IO/t/io_taint.t              See if the untaint method from IO works
 dist/IO/t/io_tell.t            See if seek()/tell()-related methods from IO work
 dist/IO/t/io_udp.t             See if UDP socket-related methods from IO work
 dist/IO/t/io_unix.t            See if UNIX socket-related methods from IO work
+dist/IO/t/io_utf8argv.t                See if <> respects open pragma
 dist/IO/t/io_utf8.t            See if perlio opens work
 dist/IO/t/io_xs.t              See if XSUB methods from IO work
 dist/lib/lib_pm.PL             For "use lib", produces lib/lib.pm
@@ -3692,6 +3697,7 @@ ext/POSIX/t/is.t          See if POSIX isxxx() work
 ext/POSIX/t/math.t             Basic math 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
 ext/POSIX/t/sysconf.t          See if POSIX works
 ext/POSIX/t/taint.t            See if POSIX works with taint
 ext/POSIX/t/termios.t          See if POSIX works
@@ -3801,6 +3807,7 @@ 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/fetch_pad_names.t     Tests for UTF8 names in pad
+ext/XS-APItest/t/gotosub.t     XS::APItest: tests goto &xsub and hints
 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
 ext/XS-APItest/t/keyword_multiline.t   test keyword plugin parsing across lines
@@ -4437,9 +4444,11 @@ pod/perl5123delta.pod            Perl changes in version 5.12.3
 pod/perl5124delta.pod          Perl changes in version 5.12.4
 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/perl5150delta.pod          Perl changes in version 5.15.0
 pod/perl5151delta.pod          Perl changes in version 5.15.1
 pod/perl5152delta.pod          Perl changes in version 5.15.2
+pod/perl5153delta.pod          Perl changes in version 5.15.3
 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
@@ -4455,6 +4464,8 @@ pod/perl58delta.pod               Perl changes in version 5.8.0
 pod/perlapio.pod               Perl internal IO abstraction interface
 pod/perlartistic.pod           Perl Artistic License
 pod/perlbook.pod               Perl book information
+pod/perlboot.pod               
+pod/perlbot.pod                        
 pod/perlcall.pod               Perl calling conventions from C
 pod/perlcheat.pod              Perl cheat sheet
 pod/perlclib.pod               Internal replacements for standard C library functions
@@ -4476,7 +4487,6 @@ pod/perlfork.pod          Perl fork() information
 pod/perlform.pod               Perl formats
 pod/perlfunc.pod               Perl built-in functions
 pod/perlgit.pod                        Using git with the Perl repository
-pod/perlglossary.pod           Perl Glossary
 pod/perlgpl.pod                        GNU General Public License
 pod/perlguts.pod               Perl internal functions for those doing extensions
 pod/perlhack.pod               Perl hackers guide
@@ -4529,6 +4539,8 @@ pod/perlsyn.pod                   Perl syntax
 pod/perlthrtut.pod             Perl threads tutorial
 pod/perltie.pod                        Perl objects hidden behind simple variables
 pod/perltodo.pod               Perl things to do
+pod/perltooc.pod               
+pod/perltoot.pod               
 pod/perltrap.pod               Perl traps for the unwary
 pod/perlunicode.pod            Perl Unicode support
 pod/perlunifaq.pod             Perl Unicode FAQ
@@ -4809,6 +4821,7 @@ t/io/print.t                      See if print commands work
 t/io/pvbm.t                    See if PVBMs break IO commands
 t/io/read.t                    See if read works
 t/io/say.t                     See if say works
+t/io/shm.t                     See if SysV shared memory 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
@@ -5111,6 +5124,7 @@ t/porting/authors.t               Check that all authors have been acknowledged
 t/porting/bincompat.t          Check that {non_,}bincompat_options are ordered
 t/porting/buildtoc.t           Check that various pod lists are consistent
 t/porting/checkcase.t          Check whether we are case-insensitive-fs-friendly
+t/porting/checkcfgvar.t                Check that all config.sh-like files are good
 t/porting/cmp_version.t                Test whether all changed module files have their VERSION bumped
 t/porting/diag.t               Test completeness of perldiag.pod
 t/porting/dual-life.t          Check that dual-life bins are in utils/