This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
embed.fnc: White-space only
[perl5.git] / MANIFEST
index fdb316a..b10f84f 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -136,6 +136,35 @@ cpan/AutoLoader/t/01AutoLoader.t   See if AutoLoader works
 cpan/AutoLoader/t/02AutoSplit.t                See if AutoSplit works
 cpan/B-Debug/Debug.pm  Compiler Debug backend
 cpan/B-Debug/t/debug.t See if B::Debug works
+cpan/bignum/lib/bigint.pm              bigint
+cpan/bignum/lib/bignum.pm              bignum
+cpan/bignum/lib/bigrat.pm              bigrat
+cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
+cpan/bignum/lib/Math/BigInt/Trace.pm   bignum tracing
+cpan/bignum/t/auth-bigint-hex.t                See if bignum works
+cpan/bignum/t/auth-bigint-oct.t                See if bignum works
+cpan/bignum/t/big_e_pi.t               See if bignum exports e() and PI()
+cpan/bignum/t/bigexp.t                 See if bignum works
+cpan/bignum/t/bigint.t                 See if bigint works
+cpan/bignum/t/bignum.t                 See if bignum works
+cpan/bignum/t/bigrat.t                 See if bigrat works
+cpan/bignum/t/bii_e_pi.t               See if bigint exports e() and PI()
+cpan/bignum/t/biinfnan.t               See if bignum works
+cpan/bignum/t/bir_e_pi.t               See if bigrat exports e() and PI()
+cpan/bignum/t/bninfnan.t               See if bignum works
+cpan/bignum/t/bn_lite.t                        See if bignum with Math::BigInt::Lite works
+cpan/bignum/t/brinfnan.t               See if bignum works
+cpan/bignum/t/br_lite.t                        See if bigrat with Math::BigInt::Lite works
+cpan/bignum/t/in_effect.t              See if in_effect() works
+cpan/bignum/t/infnan.inc               See if bignum with inf/NaN works
+cpan/bignum/t/option_a.t               See if bignum a => X works
+cpan/bignum/t/option_l.t               See if bignum l => X works
+cpan/bignum/t/option_p.t               See if bignum p => X works
+cpan/bignum/t/overrides.t              See if global overrides behave
+cpan/bignum/t/ratopt_a.t               See if bigrat a => X works
+cpan/bignum/t/scope_f.t                        See if no bignum works
+cpan/bignum/t/scope_i.t                        See if no bigint works
+cpan/bignum/t/scope_r.t                        See if no bigrat works
 cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c
 cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h
@@ -206,9 +235,12 @@ cpan/Config-Perl-V/t/25_plv516.t           Config::Perl::V
 cpan/Config-Perl-V/t/26_plv5182.t              Config::Perl::V
 cpan/Config-Perl-V/t/26_plv518.t               Config::Perl::V
 cpan/Config-Perl-V/t/27_plv5200.t              Config::Perl::V
+cpan/Config-Perl-V/t/27_plv5202.t              Config::Perl::V
+cpan/Config-Perl-V/t/28_plv52201w.t            Config::Perl::V
+cpan/Config-Perl-V/t/28_plv5220.t              Config::Perl::V
 cpan/Config-Perl-V/V.pm                                Config::Perl::V
 cpan/CPAN/lib/App/Cpan.pm              helper package for CPAN.pm
-cpan/CPAN/lib/CPAN/API/HOWTO.pod               recipe book for programming with CPAN.pm
+cpan/CPAN/lib/CPAN/API/HOWTO.pod       recipe book for programming with CPAN.pm
 cpan/CPAN/lib/CPAN/Author.pm           helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/Bundle.pm           helper package for CPAN.pm
 cpan/CPAN/lib/CPAN/CacheMgr.pm         helper package for CPAN.pm
@@ -1000,11 +1032,6 @@ cpan/Encode/ucm/viscii.ucm               Unicode Character Map
 cpan/Encode/Unicode/Makefile.PL                Encode extension
 cpan/Encode/Unicode/Unicode.pm         Encode extension
 cpan/Encode/Unicode/Unicode.xs         Encode extension
-cpan/encoding-warnings/lib/encoding/warnings.pm        warn on implicit encoding conversions
-cpan/encoding-warnings/t/1-warning.t   tests for encoding::warnings
-cpan/encoding-warnings/t/2-fatal.t     tests for encoding::warnings
-cpan/encoding-warnings/t/3-normal.t    tests for encoding::warnings
-cpan/encoding-warnings/t/4-lexical.t   tests for encoding::warnings
 cpan/experimental/lib/experimental.pm
 cpan/experimental/t/basic.t
 cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm           generate XS code to import C header constants
@@ -1037,7 +1064,6 @@ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm         Write Makefiles for extension
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod    Writing a module with MakeMaker
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version.pm
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/regex.pm
-cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/version/vpp.pm
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm            Writes a bootstrap file (see MakeMaker)
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm             Writes a linker options file for extensions
 cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm                 MakeMaker methods for AIX
@@ -1628,12 +1654,15 @@ cpan/Math-BigInt/t/bigints.t            See if BigInt.pm works
 cpan/Math-BigInt/t/biglog.t            Test the log function
 cpan/Math-BigInt/t/big_pi_e.t          test bpi() and bexp()
 cpan/Math-BigInt/t/bigroot.t           Test the broot function
+cpan/Math-BigInt/t/blog-mbf.t          Math::BigInt tests
+cpan/Math-BigInt/t/blog-mbi.t          Math::BigInt tests
 cpan/Math-BigInt/t/calling.t           Test calling conventions
 cpan/Math-BigInt/t/config.t            Test Math::BigInt->config()
 cpan/Math-BigInt/t/constant.t          Test Math::BigInt/BigFloat under :constant
 cpan/Math-BigInt/t/const_mbf.t         Test Math::BigInt
 cpan/Math-BigInt/t/downgrade.t         Test if use Math::BigInt(); under downgrade works
 cpan/Math-BigInt/t/_e_math.t           Helper routine in BigFloat for _e math
+cpan/Math-BigInt/t/from_hex-mbf.t      Test Math::BigInt
 cpan/Math-BigInt/t/inf_nan.t           Special tests for inf and *NaN* handling
 cpan/Math-BigInt/t/isa.t               Test for Math::BigInt inheritance
 cpan/Math-BigInt/t/lib_load.t          Test sane lib names
@@ -1648,6 +1677,8 @@ cpan/Math-BigInt/t/mbimbf.t               BigInt/BigFloat accuracy, precision and fallback, r
 cpan/Math-BigInt/t/mbi_rand.t          Test Math::BigInt randomly
 cpan/Math-BigInt/t/nan_cmp.t           overloaded comparison involving *NaN*
 cpan/Math-BigInt/t/new_overloaded.t    test overloaded numbers in BigFloat's new()
+cpan/Math-BigInt/t/objectify_mbf.t     Math::BigInt tests
+cpan/Math-BigInt/t/objectify_mbi.t     Math::BigInt tests
 cpan/Math-BigInt/t/req_mbf0.t          test: require Math::BigFloat; ->bzero();
 cpan/Math-BigInt/t/req_mbf1.t          test: require Math::BigFloat; ->bone();
 cpan/Math-BigInt/t/req_mbfa.t          test: require Math::BigFloat; ->bnan();
@@ -2875,7 +2906,9 @@ cpan/Unicode-Collate/t/variable.t         Unicode::Collate
 cpan/Unicode-Collate/t/version.t               Unicode::Collate
 cpan/Unicode-Collate/t/view.t                  Unicode::Collate
 cpan/Unicode-Normalize/Makefile.PL     Unicode::Normalize
+cpan/Unicode-Normalize/mkheader                Unicode::Normalize
 cpan/Unicode-Normalize/Normalize.pm    Unicode::Normalize
+cpan/Unicode-Normalize/Normalize.xs    Unicode::Normalize
 cpan/Unicode-Normalize/t/fcdc.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/form.t                Unicode::Normalize
 cpan/Unicode-Normalize/t/func.t                Unicode::Normalize
@@ -2892,8 +2925,6 @@ cpan/version/lib/version/Internals.pod    Description of the internals of version o
 cpan/version/lib/version.pm            Support for version objects
 cpan/version/lib/version.pod           Documentation of the version module
 cpan/version/lib/version/regex.pm      Regex for matching version objects
-cpan/version/lib/version/vpp.pm                Pure Perl implementation of XS code
-cpan/version/t/00impl-pp.t             Tests for version objects
 cpan/version/t/01base.t                        Tests for version objects
 cpan/version/t/02derived.t             Tests for version objects
 cpan/version/t/03require.t             Tests for version objects
@@ -2978,8 +3009,7 @@ dist/autouse/t/lib/MyTestModule.pm        Test module for autouse
 dist/base/Changes              base.pm changelog
 dist/base/lib/base.pm          Establish IS-A relationship at compile time
 dist/base/lib/fields.pm                Set up object field names for pseudo-hash-using classes
-dist/base/MANIFEST             base.pm manifest
-dist/base/META.yml             base.pm META.yml file
+dist/base/Makefile.PL  base.pm Makefile.PL
 dist/base/t/base-open-chunk.t  See if base works
 dist/base/t/base-open-line.t   See if base works
 dist/base/t/base.t             See if base works
@@ -2996,36 +3026,11 @@ dist/base/t/lib/HasSigDie.pm    Module for testing base.pm
 dist/base/t/sigdie.t           See if base works with SIGDIE
 dist/base/t/version.t          See if base works with versions
 dist/base/t/warnings.t         See if base works with warnings
-dist/bignum/lib/bigint.pm              bigint
-dist/bignum/lib/bignum.pm              bignum
-dist/bignum/lib/bigrat.pm              bigrat
-dist/bignum/lib/Math/BigFloat/Trace.pm bignum tracing
-dist/bignum/lib/Math/BigInt/Trace.pm   bignum tracing
-dist/bignum/t/big_e_pi.t               See if bignum exports e() and PI()
-dist/bignum/t/bigexp.t                 See if bignum works
-dist/bignum/t/bigint.t                 See if bigint works
-dist/bignum/t/bignum.t                 See if bignum works
-dist/bignum/t/bigrat.t                 See if bigrat works
-dist/bignum/t/bii_e_pi.t               See if bigint exports e() and PI()
-dist/bignum/t/biinfnan.t               See if bignum works
-dist/bignum/t/bir_e_pi.t               See if bigrat exports e() and PI()
-dist/bignum/t/bninfnan.t               See if bignum works
-dist/bignum/t/bn_lite.t                        See if bignum with Math::BigInt::Lite works
-dist/bignum/t/brinfnan.t               See if bignum works
-dist/bignum/t/br_lite.t                        See if bigrat with Math::BigInt::Lite works
-dist/bignum/t/in_effect.t              See if in_effect() works
-dist/bignum/t/infnan.inc               See if bignum with inf/NaN works
-dist/bignum/t/option_a.t               See if bignum a => X works
-dist/bignum/t/option_l.t               See if bignum l => X works
-dist/bignum/t/option_p.t               See if bignum p => X works
-dist/bignum/t/overrides.t              See if global overrides behave
-dist/bignum/t/ratopt_a.t               See if bigrat a => X works
-dist/bignum/t/scope_f.t                        See if no bignum works
-dist/bignum/t/scope_i.t                        See if no bigint works
-dist/bignum/t/scope_r.t                        See if no bigrat works
+dist/Carp/Changes              Changelog for Carp's CPAN releases
 dist/Carp/lib/Carp/Heavy.pm    Error message retired workhorse
 dist/Carp/lib/Carp.pm          Error message extension
 dist/Carp/Makefile.PL          makefile writer for Carp
+dist/Carp/README               README for Carp's CPAN releases
 dist/Carp/t/arg_regexp.t               See if Carp formats regexp args OK in stack traces
 dist/Carp/t/arg_string.t               See if Carp formats string args OK in stack traces
 dist/Carp/t/baduni.t           See if Carp handles non-char Unicode
@@ -3076,6 +3081,11 @@ dist/Devel-SelfStubber/lib/Devel/SelfStubber.pm  Generate stubs for SelfLoader.pm
 dist/Devel-SelfStubber/t/Devel-SelfStubber.t   See if Devel::SelfStubber works
 dist/Dumpvalue/lib/Dumpvalue.pm        Screen dump of perl values
 dist/Dumpvalue/t/Dumpvalue.t   See if Dumpvalue works
+dist/encoding-warnings/lib/encoding/warnings.pm        warn on implicit encoding conversions
+dist/encoding-warnings/t/1-warning.t   tests for encoding::warnings
+dist/encoding-warnings/t/2-fatal.t     tests for encoding::warnings
+dist/encoding-warnings/t/3-normal.t    tests for encoding::warnings
+dist/encoding-warnings/t/4-lexical.t   tests for encoding::warnings
 dist/Env/lib/Env.pm            Map environment into ordinary variables
 dist/Env/t/array.t             See if Env works for arrays
 dist/Env/t/env.t               See if Env works
@@ -4617,6 +4627,8 @@ pod/perl5230delta.pod             Perl changes in version 5.23.0
 pod/perl5231delta.pod          Perl changes in version 5.23.1
 pod/perl5232delta.pod          Perl changes in version 5.23.2
 pod/perl5233delta.pod          Perl changes in version 5.23.3
+pod/perl5234delta.pod          Perl changes in version 5.23.4
+pod/perl5235delta.pod          Perl changes in version 5.23.5
 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
@@ -5035,6 +5047,7 @@ t/lib/croak/op                    Test croak calls from op.c
 t/lib/croak/pp                 Test croak calls from pp.c
 t/lib/croak/pp_ctl             Test croak calls from pp_ctl.c
 t/lib/croak/pp_hot             Test croak calls from pp_hot.c
+t/lib/croak/pp_sys             Test croak calls from pp_sys.c
 t/lib/croak.t                  Test calls to Perl_croak() in the C source.
 t/lib/croak/toke               Test croak calls from toke.c
 t/lib/cygwin.t                 Builtin cygwin function tests
@@ -5537,6 +5550,7 @@ t/uni/fold.t                      See if Unicode folding works
 t/uni/goto.t                   See if Unicode goto &sub works
 t/uni/greek.t                  See if Unicode in greek works
 t/uni/gv.t                     See if Unicode GVs work.
+t/uni/heavy.t                  See if utf8_heavy.pl uses perl that depends on it
 t/uni/labels.t                 See if Unicode labels work
 t/uni/latin2.t                 See if Unicode in latin2 works
 t/uni/lex_utf8.t               See if Unicode in lexer works