This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Oops.
[perl5.git] / MANIFEST
index 22b7f34..d9281f4 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1352,7 +1352,6 @@ cpan/Memoize/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File
 cpan/Memoize/Memoize.pm                        Memoize
 cpan/Memoize/Memoize/SDBM_File.pm      Memoize glue layer for SDBM_File
 cpan/Memoize/Memoize/Storable.pm       Memoize glue layer for Storable
-cpan/Memoize/README                    Memoize release notes
 cpan/Memoize/t/array_confusion.t       Memoize ambiguous array return tests
 cpan/Memoize/t/array.t                 Memoize array context return tests
 cpan/Memoize/t/correctness.t           Memoize basic correctness tests
@@ -1383,7 +1382,6 @@ cpan/MIME-Base64/t/base64.t               See whether MIME::Base64 works
 cpan/MIME-Base64/t/length.t    See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/quoted-print.t      See whether MIME::QuotedPrint works
 cpan/MIME-Base64/t/unicode.t           See whether MIME::Base64 works
-cpan/MIME-Base64/t/warn.t              See whether MIME::Base64 works
 cpan/Module-Build/Changes                              Module::Build
 cpan/Module-Build/lib/inc/latest.pm                    Module::Build
 cpan/Module-Build/lib/inc/latest/private.pm            Module::Build
@@ -2442,7 +2440,14 @@ cpan/Unicode-Collate/Collate/Locale/zh_strk.pl                   Unicode::Collate
 cpan/Unicode-Collate/Collate.pm                        Unicode::Collate
 cpan/Unicode-Collate/README                    Unicode::Collate
 cpan/Unicode-Collate/t/altern.t                        Unicode::Collate
+cpan/Unicode-Collate/t/backwds.t                       Unicode::Collate
+cpan/Unicode-Collate/t/cjk_b5.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_gb.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_ja.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_ko.t                Unicode::Collate
+cpan/Unicode-Collate/t/cjk_py.t                Unicode::Collate
 cpan/Unicode-Collate/t/cjkrange.t              Unicode::Collate
+cpan/Unicode-Collate/t/cjk_st.t                Unicode::Collate
 cpan/Unicode-Collate/t/compatui.t              Unicode::Collate
 cpan/Unicode-Collate/t/contract.t              Unicode::Collate
 cpan/Unicode-Collate/t/default.t               Unicode::Collate
@@ -3899,7 +3904,6 @@ mad/P5AST.pm                      Used by nomad
 mad/P5re.pm                    Used by nomad
 mad/PLXML.pm                   Used by nomad
 mad/t/p55.t                    Test for the Perl 5 to Perl 5 translator
-makeaperl.SH                   perl script that produces a new perl binary
 makedef.pl                     Create symbol export lists for linking
 makedepend.SH                  Precursor to makedepend
 make_ext.pl                    Used by Makefile to execute extension Makefiles
@@ -4109,6 +4113,7 @@ pod/perl5133delta.pod             Perl changes in version 5.13.3
 pod/perl5134delta.pod          Perl changes in version 5.13.4
 pod/perl5135delta.pod          Perl changes in version 5.13.5
 pod/perl5136delta.pod          Perl changes in version 5.13.6
+pod/perl5137delta.pod          Perl changes in version 5.13.7
 pod/perl561delta.pod           Perl changes in version 5.6.1
 pod/perl56delta.pod            Perl changes in version 5.6
 pod/perl570delta.pod           Perl changes in version 5.7.0
@@ -4474,11 +4479,13 @@ t/io/crlf.t                     See if :crlf works
 t/io/crlf_through.t            See if pipe passes data intact with :crlf
 t/io/defout.t                  See if PL_defoutgv works
 t/io/dup.t                     See if >& works right
+t/io/eintr.t                   See if code called during EINTR is safe
 t/io/errnosig.t                        Test case for restoration $! when leaving signal handlers
 t/io/errno.t                   See if $! is correctly set
 t/io/fflush.t                  See if auto-flush on fork/exec/system/qx works
 t/io/fs.t                      See if directory manipulations work
 t/io/inplace.t                 See if inplace editing works
+t/io/iofile.t                  See if we can load IO::File on demand
 t/io/iprefix.t                 See if inplace editing works with prefixes
 t/io/layers.t                  See if PerlIO layers work
 t/io/nargv.t                   See if nested ARGV stuff works
@@ -4789,12 +4796,14 @@ t/porting/checkcase.t           Check whether we are case-insensitive-fs-friendly
 t/porting/diag.t               Test completeness of perldiag.pod
 t/porting/dual-life.t          Check that dual-life bins are in utils/
 t/porting/exec-bit.t           Check that exec-bit bins are identified
+t/porting/FindExt.t            Test win32/FindExt.pm
 t/porting/maintainers.t                Test that Porting/Maintaners.pl is up to date
 t/porting/manifest.t           Test that this MANIFEST file is well formed
 t/porting/podcheck.t           Test the POD of shipped modules is well formed
 t/porting/regen.t              Check that regen.pl doesn't need running
 t/porting/test_bootstrap.t     Test that the instructions for test bootstrapping aren't accidentally overlooked.
 t/README                       Instructions for regression tests
+t/re/fold_grind.t              See if case folding works properly
 t/re/overload.t                Test against string corruption in pattern matches on overloaded objects
 t/re/pat_advanced.t            See if advanced esoteric patterns work
 t/re/pat_advanced_thr.t                See if advanced esoteric patterns work in another thread
@@ -4947,7 +4956,6 @@ vms/test.com                      DCL driver for regression tests
 vms/vms.c                      VMS-specific C code for Perl core
 vms/vmsish.h                   VMS-specific C header for Perl core
 vms/vmspipe.com                        VMS-specific piped command helper script
-vms/writemain.pl               Generate perlmain.c from miniperlmain.c+extensions
 vos/Changes                    Changes made to port Perl to the VOS operating system
 vos/compile_full_perl.cm       VOS command macro to build "full" Perl
 vos/configure_full_perl.sh     VOS shell script to configure "full" perl before building
@@ -4987,7 +4995,6 @@ win32/create_perllibst_h.pl       creates perllibst.h file for inclusion from perllib.
 win32/distclean.bat            Remove _ALL_ files not listed here in MANIFEST
 win32/fcrypt.c                 crypt() implementation
 win32/FindExt.pm               Scan for extensions
-win32/FindExt.t                        Test FindExt.pm
 win32/genmk95.pl               Perl code to generate command.com-usable makefile.95
 win32/include/arpa/inet.h      Win32 port
 win32/include/dirent.h         Win32 port
@@ -5023,7 +5030,6 @@ win32/win32thread.h               Win32 port mapping to threads
 win32/wince.c                  WinCE port
 win32/wince.h                  WinCE port
 win32/wincesck.c               WinCE port
-writemain.SH                   Generate perlmain.c from miniperlmain.c+extensions
 x2p/a2p.c                      Output of a2p.y run through byacc
 x2p/a2p.h                      Global declarations
 x2p/a2p.pod                    Pod for awk to perl translator