This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
(perl #132925) don't use $0 to get the name of mk_invlists.pl
[perl5.git] / MANIFEST
index 1f2bf30..b41aa29 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -2297,6 +2297,7 @@ cpan/Test-Simple/lib/Test2/EventFacet/Info.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Meta.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Parent.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Plan.pm
+cpan/Test-Simple/lib/Test2/EventFacet/Render.pm
 cpan/Test-Simple/lib/Test2/EventFacet/Trace.pm
 cpan/Test-Simple/lib/Test2/Formatter.pm
 cpan/Test-Simple/lib/Test2/Formatter/TAP.pm
@@ -2965,11 +2966,16 @@ 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
 dist/Carp/t/baduni_warnings.t          See if Carp handles non-char Unicode when loaded via warnings.pm
+dist/Carp/t/broken_can.t       Test Carp with bad can implementations
+dist/Carp/t/broken_univ_can.t  Test Carp with bad UNIVERSAL::can
 dist/Carp/t/Carp.t             See if Carp works
 dist/Carp/t/Carp_overload.t            See if Carp handles overloads
+dist/Carp/t/Carp_overloadless.t                See if Carp handles overloads that dont use overload.pm
 dist/Carp/t/errno.t            See if Carp preserves $! and $^E
 dist/Carp/t/heavy.t            See if Carp::Heavy works
 dist/Carp/t/heavy_mismatch.t           See if Carp::Heavy catches version mismatch
+dist/Carp/t/rt52610_crash.t            Test that we can gracefully handle serializing the stack with stack-refcounting bugs
+dist/Carp/t/stack_after_err.t  Test stack traces after syntax errors
 dist/Carp/t/stash_deletion.t           See if Carp handles stash deletion
 dist/Carp/t/swash.t            See if Carp avoids breaking swash loading
 dist/Carp/t/vivify_gv.t                See if Carp leaves utf8:: stuff alone
@@ -3513,6 +3519,9 @@ dist/I18N-LangTags/t/55_supers_strict.t           See whether I18N::LangTags works
 dist/I18N-LangTags/t/80_all_env.t              See whether I18N::LangTags works
 dist/if/Changes                        if perl module change log
 dist/if/if.pm                  For "use if"
+dist/if/MANIFEST               MANIFEST for if.pm
+dist/if/META.json              META.json for if.pm
+dist/if/META.yml               META.json for if.pm
 dist/if/t/if.t                 Tests for "use if"
 dist/IO/ChangeLog              IO perl module change log
 dist/IO/hints/sco.pl           Hint for IO for named architecture
@@ -3585,7 +3594,6 @@ dist/Module-CoreList/corelist                     The corelist command-line utility
 dist/Module-CoreList/identify-dependencies     A usage example for Module::CoreList
 dist/Module-CoreList/lib/Module/CoreList.pm    Module::CoreList
 dist/Module-CoreList/lib/Module/CoreList.pod   Module::CoreList
-dist/Module-CoreList/lib/Module/CoreList/TieHashDelta.pm       Module::CoreList guts
 dist/Module-CoreList/lib/Module/CoreList/Utils.pm      Module::CoreList guts
 dist/Module-CoreList/Makefile.PL               Module::CoreList
 dist/Module-CoreList/MANIFEST                  Module::CoreList
@@ -3631,6 +3639,9 @@ dist/PathTools/lib/File/Spec/Unix.pm              portable operations on Unix file names
 dist/PathTools/lib/File/Spec/VMS.pm            portable operations on VMS file names
 dist/PathTools/lib/File/Spec/Win32.pm          portable operations on Win32 and NetWare file names
 dist/PathTools/Makefile.PL                     makefile writer for Cwd
+dist/PathTools/MANIFEST                MANIFEST for PathTools
+dist/PathTools/META.json               META.json for PathTools
+dist/PathTools/META.yml                META.yml for PathTools
 dist/PathTools/t/abs2rel.t             See if File::Spec->abs2rel works
 dist/PathTools/t/crossplatform.t               See if File::Spec works crossplatform
 dist/PathTools/t/cwd.t                 See if Cwd works
@@ -3678,6 +3689,7 @@ dist/Storable/hints/hpux.pl               Hint for Storable for named architecture
 dist/Storable/hints/linux.pl           Hint for Storable for named architecture
 dist/Storable/Makefile.PL              Storable extension
 dist/Storable/README                   Storable extension
+dist/Storable/stacksize                        compute stack sizes
 dist/Storable/Storable.xs              Storable extension
 dist/Storable/Storable.pm.PL   perl script to generate Storable.pm from template
 dist/Storable/t/attach.t               Check STORABLE_attach doesn't create objects unnecessarily
@@ -3690,15 +3702,20 @@ dist/Storable/t/code.t                  See if Storable works
 dist/Storable/t/compat01.t             See if Storable works
 dist/Storable/t/compat06.t             See if Storable works
 dist/Storable/t/croak.t                        See if Storable works
+dist/Storable/t/CVE-2015-1592.inc      See if Storable works
+dist/Storable/t/CVE-2015-1592.t                See if Storable works
 dist/Storable/t/dclone.t               See if Storable works
 dist/Storable/t/destroy.t              Test Storable in global destructon
 dist/Storable/t/downgrade.t            See if Storable works
 dist/Storable/t/file_magic.t           See if file_magic function works
+dist/Storable/t/flags.t                        See if Storable works
 dist/Storable/t/forgive.t              See if Storable works
 dist/Storable/t/freeze.t               See if Storable works
 dist/Storable/t/HAS_ATTACH.pm          For auto-requiring of modules for STORABLE_attach
 dist/Storable/t/HAS_HOOK.pm            For auto-requiring of modules for STORABLE_thaw
 dist/Storable/t/HAS_OVERLOAD.pm                For auto-requiring of mdoules for overload
+dist/Storable/t/huge.t                 See how Storable handles huge data
+dist/Storable/t/hugeids.t              See how Storable handles huge object ids
 dist/Storable/t/integer.t              See if Storable works
 dist/Storable/t/interwork56.t          Test compatibility kludge for 64bit data under 5.6.x
 dist/Storable/t/just_plain_nasty.t     See if Storable works
@@ -3710,6 +3727,7 @@ dist/Storable/t/make_overload.pl  Make test data for overload.t
 dist/Storable/t/malice.t               See if Storable copes with corrupt files
 dist/Storable/t/overload.t             See if Storable works
 dist/Storable/t/recurse.t              See if Storable works
+dist/Storable/t/regexp.t               See if Storable works with regexps
 dist/Storable/t/restrict.t             See if Storable works
 dist/Storable/t/retrieve.t             See if Storable works
 dist/Storable/t/robust.t               See if it survives mangled %INC
@@ -3721,6 +3739,7 @@ dist/Storable/t/threads.t         Does Storable work with threads?
 dist/Storable/t/tied.t                 See if Storable works
 dist/Storable/t/tied_hook.t            See if Storable works
 dist/Storable/t/tied_items.t           See if Storable works
+dist/Storable/t/tied_reify.t           See if Storable works
 dist/Storable/t/tied_store.t           See if Storable works
 dist/Storable/t/utf8.t                 See if Storable works
 dist/Storable/t/utf8hash.t             See if Storable works
@@ -4395,6 +4414,7 @@ ext/XS-APItest/t/underscore_length.t      Test find_rundefsv()
 ext/XS-APItest/t/utf16_to_utf8.t       Test behaviour of utf16_to_utf8{,reversed}
 ext/XS-APItest/t/utf8.t                Tests for code in utf8.c
 ext/XS-APItest/t/utf8_setup.pl Tests for code in utf8.c
+ext/XS-APItest/t/utf8_to_bytes.t       Tests for code in utf8.c
 ext/XS-APItest/t/utf8_warn00.t Tests for code in utf8.c
 ext/XS-APItest/t/utf8_warn01.t Tests for code in utf8.c
 ext/XS-APItest/t/utf8_warn02.t Tests for code in utf8.c
@@ -5040,6 +5060,8 @@ pod/perl5274delta.pod             Perl changes in version 5.27.4
 pod/perl5275delta.pod          Perl changes in version 5.27.5
 pod/perl5276delta.pod          Perl changes in version 5.27.6
 pod/perl5277delta.pod          Perl changes in version 5.27.7
+pod/perl5278delta.pod          Perl changes in version 5.27.8
+pod/perl5279delta.pod          Perl changes in version 5.27.9
 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
@@ -5871,6 +5893,7 @@ t/porting/regen.t         Check that regen.pl doesn't need running
 t/porting/ss_dup.t             Check that sv.c:ss_dup handles everything
 t/porting/test_bootstrap.t     Test that the instructions for test bootstrapping aren't accidentally overlooked.
 t/porting/utils.t              Check that utility scripts still compile
+t/re/alpha_assertions.t                See if things like '(*postive_lookahed:...) work properly
 t/re/anyof.t                   See if bracketed char classes [...] compile properly
 t/re/charset.t                 See if regex modifiers like /d, /u work properly
 t/re/fold_grind.t              See if case folding works properly