X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=84e323b1dcde19baa51184dc49e33274a6be3ebc;hb=9469eb4a69f2671f0af6c58baf2e0a7e08975fc1;hp=21770c959d29d4607dfd28de62154d50ce818b50;hpb=eb5c076f82ef750418ce94e05feaaccc9df9696e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 21770c9..84e323b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -2545,11 +2545,11 @@ lib/open3.pl Open a three-ended pipe (uses IPC::Open3) lib/open.pm Pragma to specify default I/O layers lib/open.t See if the open pragma works lib/overload64.t See if operator overloading works with 64-bit ints -lib/overload.pm Module for overloading perl operators -lib/overload.t See if operator overloading works -lib/overload/numbers.pm Helper for overloading pragma lib/overloading.pm Pragma to lexically control overloading lib/overloading.t Tests for overloading.pm +lib/overload/numbers.pm Helper for overloading pragma +lib/overload.pm Module for overloading perl operators +lib/overload.t See if operator overloading works lib/Package/Constants.pm Package::Constants lib/Package/Constants/t/01_list.t Package::Constants tests lib/Params/Check.pm Params::Check @@ -3171,7 +3171,7 @@ makedir.SH Precursor to makedir Makefile.micro microperl Makefile Makefile.SH A script that generates Makefile make_patchnum.com DCL script to generate .patchnum file on VMS (should be replaced by make_patchnum.pl) -make_patchnum.pl Script to generate git_Version.h and lib/Config_git.pl files for all OS'es +make_patchnum.pl Script to generate git_version.h and lib/Config_git.pl files for all OS'es malloc.c A version of malloc you might not want malloc_ctl.h A version of malloc you might not want MANIFEST This list of files @@ -3497,7 +3497,6 @@ pod/splitman Splits perlfunc into multiple man pages pod/splitpod Splits perlfunc into multiple pod pages Policy_sh.SH Hold site-wide preferences between Configure runs. Porting/add-package.pl Add/Update CPAN modules that are part of Core -Porting/apply Apply patches sent by mail Porting/check83.pl Check whether we are 8.3-friendly Porting/checkansi.pl Check source code for ANSI-C violations Porting/checkARGS_ASSERT.pl Check we use every PERL_ARGS_ASSERT* macro @@ -3528,16 +3527,11 @@ Porting/Maintainers.pm Library to pretty print info in Maintainers.pl Porting/makemeta Create the top-level META.yml Porting/makerel Release making utility Porting/manicheck Check against MANIFEST -Porting/p4d2p Generate patch from p4 diff -Porting/p4genpatch Generate patch from p4 change in repository (obsoletes p4desc) -Porting/patching.pod How to report changes made to Perl -Porting/patchls Flexible patch file listing utility Porting/podtidy Reformat pod using Pod::Tidy Porting/pumpkin.pod Guidelines and hints for Perl maintainers Porting/README.y2038 Perl notes for the 2038 fix Porting/regcharclass.pl Generate regcharclass.h from inline data Porting/sort_perldiag.pl Keep our diagnostics orderly -Porting/switch_to_perforce_id.pl Checkout a given p4 change number Porting/testall.atom Cumulative profile with Third Degree Porting/thirdclean Cleanup Third Degree reports Porting/timecheck2.c Test program for the 2038 fix @@ -3670,9 +3664,6 @@ symbian/uid.pl Helper code for config.pl symbian/version.pl Helper code for config.pl symbian/xsbuild.pl Building extensions taint.c Tainting code -time64.c 64 bit clean time.h (code) -time64.h 64 bit clean time.h (header) -time64_config.h 64 bit clean time.h (configuration) t/base/cond.t See if conditionals work t/base/if.t See if if works t/base/lex.t See if lexical items work @@ -3708,6 +3699,9 @@ t/comp/use.t See if pragmata work t/comp/utf.t See if UTFs work t/harness Finer diagnostics from test suite thread.h Threading header +time64.c 64 bit clean time.h (code) +time64_config.h 64 bit clean time.h (configuration) +time64.h 64 bit clean time.h (header) t/io/argv.t See if ARGV stuff works t/io/binmode.t See if binmode() works t/io/crlf.t See if :crlf works @@ -4085,9 +4079,9 @@ t/op/pow.t See if ** works t/op/push.t See if push and pop work t/op/pwent.t See if getpw*() functions work t/op/qq.t See if qq works +t/op/qr_gc.t See if qr doesn't leak t/op/qrstack.t See if qr expands the stack properly t/op/qr.t See if qr works -t/op/qr_gc.t See if qr doesn't leak t/op/quotemeta.t See if quotemeta works t/op/rand.t See if rand works t/op/range.t See if .. works