X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f568d64db9fd2f50b6dedca8aa82de25c5eb915a..b6ae81ab4ba7b0896bceb63e146b4be2b21fe260:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 3026ced..ed16802 100644 --- a/MANIFEST +++ b/MANIFEST @@ -45,6 +45,7 @@ cpan/Archive-Extract/t/src/y.txz Archive::Extract tests cpan/Archive-Extract/t/src/y.zip Archive::Extract tests cpan/Archive-Tar/bin/ptar the ptar utility cpan/Archive-Tar/bin/ptardiff the ptardiff utility +cpan/Archive-Tar/bin/ptargrep the ptardiff utility cpan/Archive-Tar/lib/Archive/Tar/Constant.pm Archive::Tar cpan/Archive-Tar/lib/Archive/Tar/File.pm Archive::Tar cpan/Archive-Tar/lib/Archive/Tar.pm Archive::Tar @@ -1351,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 @@ -1382,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 @@ -2441,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 @@ -3434,6 +3440,7 @@ ext/XS-APItest/t/labelconst.t test recursive descent label parsing ext/XS-APItest/t/loopblock.t test recursive descent block parsing ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing ext/XS-APItest/t/magic_chain.t test low-level MAGIC chain handling +ext/XS-APItest/t/magic.t test attaching, finding, and removing magic ext/XS-APItest/t/Markers.pm Helper for ./blockhooks.t ext/XS-APItest/t/multicall.t XS::APItest: test MULTICALL macros ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface @@ -3833,6 +3840,7 @@ lib/unicore/DAge.txt Unicode character database lib/unicore/DCoreProperties.txt Unicode character database lib/unicore/DNormalizationProps.txt Unicode character database lib/unicore/EastAsianWidth.txt Unicode character database +lib/unicore/EmojiSources.txt Unicode character database lib/unicore/extracted/DBidiClass.txt Unicode character database lib/unicore/extracted/DBinaryProperties.txt Unicode character database lib/unicore/extracted/DCombiningClass.txt Unicode character database @@ -3846,6 +3854,8 @@ lib/unicore/extracted/DNumType.txt Unicode character database lib/unicore/extracted/DNumValues.txt Unicode character database lib/unicore/HangulSyllableType.txt Unicode character database lib/unicore/Index.txt Unicode character database +lib/unicore/IndicMatraCategory.txt Unicode character database +lib/unicore/IndicSyllabicCategory.txt Unicode character database lib/unicore/Jamo.txt Unicode character database lib/unicore/LineBreak.txt Unicode character database lib/unicore/Makefile Unicode character database @@ -3860,6 +3870,7 @@ lib/unicore/PropList.txt Unicode character database lib/unicore/PropValueAliases.txt Unicode character database lib/unicore/README.perl Unicode character database lib/unicore/ReadMe.txt Unicode character database info +lib/unicore/ScriptExtensions.txt Unicode character database lib/unicore/Scripts.txt Unicode character database lib/unicore/SpecialCasing.txt Unicode character database lib/unicore/StandardizedVariants.txt Unicode character database @@ -3894,7 +3905,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 @@ -4104,6 +4114,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 @@ -4469,11 +4480,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 @@ -4784,12 +4797,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 @@ -4917,6 +4932,7 @@ utils/piconv.PL iconv(1), reinvented in perl utils/pl2pm.PL A pl to pm translator utils/prove.PL The prove harness utility utils/ptardiff.PL The ptardiff utility +utils/ptargrep.PL The ptargrep utility utils/ptar.PL The ptar utility utils/shasum.PL filter for computing SHA digests (analogous to md5sum) utils/splain.PL Stand-alone version of diagnostics.pm @@ -4941,7 +4957,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 @@ -4981,7 +4996,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 @@ -5017,7 +5031,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