This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
We lied about strtoq way back in #8120
[perl5.git] / MANIFEST
index 58e7fb1..f0c34a4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1926,6 +1926,7 @@ lib/Term/Complete.t               See if Term::Complete works
 lib/Term/ReadLine.pm           Stub readline library
 lib/Term/ReadLine.t            See if Term::ReadLine works
 lib/Test/Builder.pm            For writing new test libraries
+lib/Test/Builder/Module.pm     Base class for test modules
 lib/Test/Harness/Assert.pm     Test::Harness::Assert (internal use only)
 lib/Test/Harness/bin/prove     The prove harness utility
 lib/Test/Harness/Changes       Test::Harness
@@ -1959,6 +1960,7 @@ lib/Test/Simple.pm                Basic utility for writing tests
 lib/Test/Simple/README         Test::Simple README
 lib/Test/Simple/t/00test_harness_check.t       Test::Simple test
 lib/Test/Simple/t/bad_plan.t   Test::Builder plan() test
+lib/Test/Simple/t/bail_out.t   Test::Builder BAIL_OUT test
 lib/Test/Simple/t/buffer.t     Test::Builder buffering test
 lib/Test/Simple/t/Builder.t    Test::Builder tests
 lib/Test/Simple/t/circular_data.t      Test::Simple test
@@ -2493,6 +2495,7 @@ Porting/apply             Apply patches sent by mail
 Porting/check83.pl     Check whether we are 8.3-friendly
 Porting/checkAUTHORS.pl        Check that the AUTHORS file is complete
 Porting/checkcase.pl   Check whether we are case-insensitive-fs-friendly
+Porting/checkcfgvar.pl Check that config scripts define all symbols
 Porting/checkURL.pl    Check whether we have working URLs
 Porting/checkVERSION.pl        Check whether we have $VERSIONs
 Porting/cmpVERSION.pl  Compare whether two trees have changed modules
@@ -2667,6 +2670,7 @@ thread.h                  Threading header
 t/io/argv.t                    See if ARGV stuff works
 t/io/binmode.t                 See if binmode() works
 t/io/crlf.t                    See if :crlf works
+t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/dup.t                     See if >& works right
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
@@ -2680,6 +2684,7 @@ t/io/pipe.t                       See if secure pipes work
 t/io/print.t                   See if print commands work
 t/io/read.t                    See if read 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
 t/japh/abigail.t               Obscure tests
 t/lib/1_compile.t              See if the various libraries and extensions compile
@@ -2727,6 +2732,7 @@ t/lib/Math/BigRat/Test.pm         Math::BigRat test helper
 t/lib/NoExporter.pm                    Part of Test-Simple
 t/lib/sample-tests/bailout             Test data for Test::Harness
 t/lib/sample-tests/bignum              Test data for Test::Harness
+t/lib/sample-tests/bignum_many          Test data for Test::Harness
 t/lib/sample-tests/combined            Test data for Test::Harness
 t/lib/sample-tests/descriptive         Test data for Test::Harness
 t/lib/sample-tests/die                 Test data for Test::Harness
@@ -2771,6 +2777,7 @@ t/lib/Test/Simple/sample_tests/pre_plan_death.plx         for exit.t
 t/lib/Test/Simple/sample_tests/require.plx             for exit.t
 t/lib/Test/Simple/sample_tests/success.plx             for exit.t
 t/lib/Test/Simple/sample_tests/too_few.plx             for exit.t
+t/lib/Test/Simple/sample_tests/too_few_fail.plx                for exit.t
 t/lib/Test/Simple/sample_tests/two_fail.plx            for exit.t
 t/lib/TieIn.pm                 Testing library for dummy input handles
 t/lib/TieOut.pm                        Testing library to capture prints