This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add test boilerplate to the new MakeMaker tests
[perl5.git] / MANIFEST
index 81796a5..0903a46 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -9,16 +9,7 @@ beos/beosish.h         BeOS port
 beos/nm.c              BeOS port
 cc_runtime.h           Macros need by runtime of compiler-generated code
 cflags.SH              A script that emits C compilation flags per file
-Changes                        Differences from previous version
-Changes5.000           Differences between 4.x and 5.000
-Changes5.001           Differences between 5.000 and 5.001
-Changes5.002           Differences between 5.001 and 5.002
-Changes5.003           Differences between 5.002 and 5.003
-Changes5.004           Differences between 5.003 and 5.004
-Changes5.005           Differences between 5.004 and 5.005
-Changes5.10            Differences between 5.8.0 and 5.10.0 (and maint-5.8)
-Changes5.6             Differences between 5.005 and 5.6
-Changes5.8             Differences between 5.6.0 and 5.8.0 (and maint-5.6)
+Changes                        Describe how to peruse changes between releases
 config_h.SH            Produces config.h
 configpm               Produces lib/Config.pm
 Configure              Portability tool
@@ -158,6 +149,7 @@ ext/Compress-Raw-Bzip2/private/MakeUtil.pm
 ext/Compress-Raw-Bzip2/README
 ext/Compress-Raw-Bzip2/t/000prereq.t
 ext/Compress-Raw-Bzip2/t/01bzip2.t
+ext/Compress-Raw-Bzip2/t/09limitoutput.t
 ext/Compress-Raw-Bzip2/t/99pod.t
 ext/Compress-Raw-Bzip2/typemap
 ext/Compress-Raw-Zlib/Changes          Compress::Raw::Zlib
@@ -174,6 +166,7 @@ ext/Compress-Raw-Zlib/README                Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/01version.t    Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/02zlib.t       Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/07bufsize.t    Compress::Raw::Zlib
+ext/Compress-Raw-Zlib/t/09limitoutput.t        Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/t/18lvalue.t     Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/typemap          Compress::Raw::Zlib
 ext/Compress-Raw-Zlib/zlib-src/adler32.c       Compress::Raw::Zlib
@@ -1767,6 +1760,46 @@ lib/assert.pl                    assertion and panic with stack trace
 lib/autodie/exception.pm       Exception class for autodie
 lib/autodie/exception/system.pm        Exception class for autodying system()
 lib/autodie.pm                 Functions suceed or die with lexical scope
+lib/autodie/t/00-load.t                        autodie - basic load
+lib/autodie/t/autodie.t                        autodie - Basic functionality
+lib/autodie/t/autodie_test_module.pm   autodie - test helper
+lib/autodie/t/backcompat.t             autodie - More Fatal backcompat
+lib/autodie/t/basic_exceptions.t       autodie - Basic exception tests
+lib/autodie/t/binmode.t                        autodie - Binmode testing
+lib/autodie/t/caller.t                 autodie - Caller diagnostics
+lib/autodie/t/context_lexical.t                autodie - Context clobbering lexically
+lib/autodie/t/context.t                        autodie - Context clobbering tests
+lib/autodie/t/crickey.t                        autodie - Like an Australian
+lib/autodie/t/dbmopen.t                        autodie - dbm tests
+lib/autodie/t/exception_class.t                autodie - Exception class subclasses
+lib/autodie/t/exceptions.t             autodie - 5.10 exception tests.
+lib/autodie/t/exec.t                   autodie - exec tests.
+lib/autodie/t/Fatal.t                  autodie - Fatal backcompatibility
+lib/autodie/t/filehandles.t            autodie - filehandle tests
+lib/autodie/t/fileno.t                 autodie - fileno tests
+lib/autodie/t/flock.t                  autodie - File locking tests
+lib/autodie/t/internal.t               autodie - internal interface tests
+lib/autodie/t/lethal.t                 autodie - lethal is the one true name
+lib/autodie/t/lib/autodie/test/au/exception.pm autodie - Australian helper
+lib/autodie/t/lib/autodie/test/au.pm           autodie - Austrlaian helper
+lib/autodie/t/lib/autodie/test/badname.pm      autodie - Bad exception class
+lib/autodie/t/lib/autodie/test/missing.pm      autodie - Missing exception class
+lib/autodie/t/lib/Caller_helper.pm     autodie - Caller helper
+lib/autodie/t/lib/lethal.pm            autodie - with a better name
+lib/autodie/t/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
+lib/autodie/t/lib/pujHa/ghach.pm       autodie - Like a Klingon
+lib/autodie/t/mkdir.t                  autodie - filesystem tests
+lib/autodie/t/open.t                   autodie - Testing open
+lib/autodie/t/recv.t                   autodie - send/recv tests
+lib/autodie/t/repeat.t                 autodie - repeat autodie leak tests
+lib/autodie/t/scope_leak.t             autodie - file scope leak tests
+lib/autodie/t/sysopen.t                        autodie - sysopen tests
+lib/autodie/t/truncate.t               autodie - File truncation tests
+lib/autodie/t/unlink.t                 autodie - Unlink system tests.
+lib/autodie/t/user-context.t           autodie - Context changes for usersubs
+lib/autodie/t/usersub.t                        autodie - user subroutine tests
+lib/autodie/t/version.t                        autodie - versioning tests
+lib/autodie/t/version_tag.t
 lib/AutoLoader.pm              Autoloader base class
 lib/AutoLoader/t/01AutoLoader.t        See if AutoLoader works
 lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
@@ -1935,6 +1968,10 @@ lib/CPANPLUS/Dist/Build/Constants.pm     CPANPLUS::Dist::Build
 lib/CPANPLUS/Dist/Build.pm     CPANPLUS::Dist::Build
 lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t   CPANPLUS::Dist::Build tests
 lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t     CPANPLUS::Dist::Build tests
+lib/CPANPLUS/Dist/Build/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
+lib/CPANPLUS/Dist/Build/t/dummy-CPAN/modules/02packages.details.txt.gz.packed
+lib/CPANPLUS/Dist/Build/t/dummy-CPAN/modules/03modlist.data.gz.packed
+lib/CPANPLUS/Dist/Build/t/dummy-perl/.hidden   CPANPLUS::Dist::Build tests
 lib/CPANPLUS/Dist/Build/t/inc/conf.pl  CPANPLUS::Dist::Build tests
 lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed  CPANPLUS::Dist::Build tests
 lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed    CPANPLUS::Dist::Build tests
@@ -2208,7 +2245,6 @@ lib/ExtUtils/XSSymSet.pm  on VMS, manage linker symbols when building extensions
 lib/ExtUtils/xsubpp            External subroutine preprocessor
 lib/fastcwd.pl                 a faster but more dangerous getcwd
 lib/Fatal.pm                   Make errors in functions/builtins fatal
-lib/Fatal.t                    See if Fatal works
 lib/feature.pm                 Pragma to enable new syntax
 lib/feature.t                  See if features work
 lib/fields.pm                  Set up object field names for pseudo-hash-using classes
@@ -2697,6 +2733,7 @@ lib/Parse/CPAN/Meta/t/01_compile.t                                Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/02_basic.t                               Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/03_regression.t                          Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/04_scalar.t                              Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/05_export.t                              Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/11_meta_yml.t                            Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/12_plagger.t                             Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/13_perl_smith.t                          Parse::CPAN::Meta
@@ -2704,9 +2741,13 @@ lib/Parse/CPAN/Meta/t/14_yaml_org.t                              Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/15_multibyte.t                           Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/16_nullrefs.t                            Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/17_toolbar.t                             Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/18_tap.t                                 Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/19_errors.t                              Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/21_bom.t                                 Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/HTML-WebDAO.yml                     Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/multibyte.yml                       Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/sample.yml                          Parse::CPAN::Meta
+lib/Parse/CPAN/Meta/t/data/Spreadsheet-Read.yml                        Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/Template-Provider-Unicode-Japanese.yml      Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/toolbar.yml                         Parse::CPAN::Meta
 lib/Parse/CPAN/Meta/t/data/utf_16_le_bom.yml                   Parse::CPAN::Meta
@@ -3528,6 +3569,7 @@ pod/perl585delta.pod              Perl changes in version 5.8.5
 pod/perl586delta.pod           Perl changes in version 5.8.6
 pod/perl587delta.pod           Perl changes in version 5.8.7
 pod/perl588delta.pod           Perl changes in version 5.8.8
+pod/perl589delta.pod           Perl changes in version 5.8.9
 pod/perl58delta.pod            Perl changes in version 5.8.0
 pod/perl590delta.pod           Perl changes in version 5.9.0
 pod/perl591delta.pod           Perl changes in version 5.9.1
@@ -3666,6 +3708,7 @@ Porting/genlog            Generate formatted changelogs by querying p4d
 Porting/git-find-p4-change     Find the change for a p4 change number
 Porting/git-make-p4-refs       Output git refs for each p4 change number, suitable for appending to .git/packed-refs
 Porting/Glossary       Glossary of config.sh variables
+Porting/how_to_write_a_perldelta.pod   Bluffer's guide to writing a perldelta.
 Porting/Maintainers    Program to pretty print info in Maintainers.pl
 Porting/Maintainers.pl Information about maintainers
 Porting/Maintainers.pm Library to pretty print info in Maintainers.pl
@@ -3873,46 +3916,6 @@ 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
-t/lib/autodie/00-load.t                        autodie - basic load
-t/lib/autodie/autodie.t                        autodie - Basic functionality
-t/lib/autodie/autodie_test_module.pm   autodie - test helper
-t/lib/autodie/backcompat.t             autodie - More Fatal backcompat
-t/lib/autodie/basic_exceptions.t       autodie - Basic exception tests
-t/lib/autodie/binmode.t                        autodie - Binmode testing
-t/lib/autodie/caller.t                 autodie - Caller diagnostics
-t/lib/autodie/context_lexical.t                autodie - Context clobbering lexically
-t/lib/autodie/context.t                        autodie - Context clobbering tests
-t/lib/autodie/crickey.t                        autodie - Like an Australian
-t/lib/autodie/dbmopen.t                        autodie - dbm tests
-t/lib/autodie/exception_class.t                autodie - Exception class subclasses
-t/lib/autodie/exceptions.t             autodie - 5.10 exception tests.
-t/lib/autodie/exec.t                   autodie - exec tests.
-t/lib/autodie/Fatal.t                  autodie - Fatal backcompatibility
-t/lib/autodie/filehandles.t            autodie - filehandle tests
-t/lib/autodie/fileno.t                 autodie - fileno tests
-t/lib/autodie/flock.t                  autodie - File locking tests
-t/lib/autodie/internal.t               autodie - internal interface tests
-t/lib/autodie/lethal.t                 autodie - lethal is the one true name
-t/lib/autodie/lib/autodie/test/au/exception.pm autodie - Australian helper
-t/lib/autodie/lib/autodie/test/au.pm           autodie - Austrlaian helper
-t/lib/autodie/lib/autodie/test/badname.pm      autodie - Bad exception class
-t/lib/autodie/lib/autodie/test/missing.pm      autodie - Missing exception class
-t/lib/autodie/lib/Caller_helper.pm     autodie - Caller helper
-t/lib/autodie/lib/lethal.pm            autodie - with a better name
-t/lib/autodie/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
-t/lib/autodie/lib/pujHa/ghach.pm       autodie - Like a Klingon
-t/lib/autodie/mkdir.t                  autodie - filesystem tests
-t/lib/autodie/open.t                   autodie - Testing open
-t/lib/autodie/recv.t                   autodie - send/recv tests
-t/lib/autodie/repeat.t                 autodie - repeat autodie leak tests
-t/lib/autodie/scope_leak.t             autodie - file scope leak tests
-t/lib/autodie/sysopen.t                        autodie - sysopen tests
-t/lib/autodie/truncate.t               autodie - File truncation tests
-t/lib/autodie/unlink.t                 autodie - Unlink system tests.
-t/lib/autodie/user-context.t           autodie - Context changes for usersubs
-t/lib/autodie/usersub.t                        autodie - user subroutine tests
-t/lib/autodie/version.t                        autodie - versioning tests
-t/lib/autodie/version_tag.t
 t/lib/Cname.pm                 Test charnames in regexes (op/pat.t)
 t/lib/common.pl                        Helper for lib/{warnings,feature}.t
 t/lib/commonsense.t            See if configuration meets basic needs
@@ -3933,6 +3936,7 @@ t/lib/compress/truncate.pl        Compress::Zlib
 t/lib/compress/zlib-generic.pl Compress::Zlib
 t/lib/contains_bad_pod.xr      Pod-Parser test file
 t/lib/contains_pod.xr          Pod-Parser test file
+t/lib/croak.t                  Test calls to Perl_croak() in the C source.
 t/lib/cygwin.t                 Builtin cygwin function tests
 t/lib/deprecate/Deprecated.pm  Deprecated module to test deprecate.pm
 t/lib/deprecate/Optionally.pm  Optionally deprecated module to test deprecate.pm