This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don’t skip pat_re_eval.t under miniperl
[perl5.git] / MANIFEST
index da75c5f..17bda1e 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3,6 +3,7 @@ AUTHORS                 Contact info for contributors
 autodoc.pl             Creates pod/perlintern.pod and pod/perlapi.pod
 av.c                   Array value code
 av.h                   Array value header
+caretx.c               C file to create $^X
 cflags.SH              A script that emits C compilation flags per file
 Changes                        Describe how to peruse changes between releases
 charclass_invlists.h   Compiled-in inversion lists
@@ -1112,6 +1113,8 @@ cpan/HTTP-Tiny/t/BrokenCookieJar.pm
 cpan/HTTP-Tiny/t/cases/auth-01.txt
 cpan/HTTP-Tiny/t/cases/auth-02.txt
 cpan/HTTP-Tiny/t/cases/auth-03.txt
+cpan/HTTP-Tiny/t/cases/auth-04.txt
+cpan/HTTP-Tiny/t/cases/auth-05.txt
 cpan/HTTP-Tiny/t/cases/cookies-01.txt
 cpan/HTTP-Tiny/t/cases/cookies-02.txt
 cpan/HTTP-Tiny/t/cases/cookies-03.txt
@@ -1625,6 +1628,7 @@ cpan/Module-Build/t/runthrough.t
 cpan/Module-Build/t/sample.t
 cpan/Module-Build/t/script_dist.t
 cpan/Module-Build/t/test_file_exts.t
+cpan/Module-Build/t/test_reqs.t
 cpan/Module-Build/t/test_types.t
 cpan/Module-Build/t/test_type.t
 cpan/Module-Build/t/tilde.t
@@ -3138,6 +3142,7 @@ dist/Locale-Maketext/t/50_super.t                 See if Locale::Maketext works
 dist/Locale-Maketext/t/60_super.t                      See if Locale::Maketext works
 dist/Locale-Maketext/t/70_fail_auto.t                  See if Locale::Maketext works
 dist/Locale-Maketext/t/90_utf8.t                       See if Locale::Maketext works
+dist/Locale-Maketext/t/91_backslash.t                  See if Locale::Maketext works
 dist/Math-BigInt-FastCalc/FastCalc.xs  Math::BigInt::FastCalc extension
 dist/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm  Math::BigInt::FastCalc extension
 dist/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
@@ -4502,6 +4507,7 @@ pod/perl5192delta.pod             Perl changes in version 5.19.2
 pod/perl5193delta.pod          Perl changes in version 5.19.3
 pod/perl5194delta.pod          Perl changes in version 5.19.4
 pod/perl5195delta.pod          Perl changes in version 5.19.5
+pod/perl5196delta.pod          Perl changes in version 5.19.6
 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
@@ -4716,6 +4722,7 @@ README.qnx                        Perl notes for QNX
 README.riscos                  Perl notes for RISC OS
 README.solaris                 Perl notes for Solaris
 README.symbian                 Perl notes for Symbian
+README.synology                        Perl notes for Synology
 README.tru64                   Perl notes for Tru64
 README.tw                      Perl for Traditional Chinese (in Big5)
 README.vms                     Notes about installing the VMS port
@@ -4904,6 +4911,7 @@ t/lib/compmod.pl          Helper for 1_compile.t
 t/lib/Count.pm                 Helper for t/op/method.t
 t/lib/croak/mg                 Test croak calls from mg.c
 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.t                  Test calls to Perl_croak() in the C source.