X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=aa0fce643cb3b46ca18c578b01026003108cbf3b;hb=efa45b016f1daccac9890930086f21fb53a44069;hp=1a7e8f5658f51a96be4dc4c10c1cacdf57a0aacb;hpb=659fb51c3fcc70af67fc81c5528c2700672063bc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 1a7e8f5..aa0fce6 100644 --- a/MANIFEST +++ b/MANIFEST @@ -102,9 +102,11 @@ ext/B/t/bblock.t See if B::Bblock works ext/B/t/concise.t See whether B::Concise works ext/B/t/debug.t See if B::Debug works ext/B/t/deparse.t See if B::Deparse works +ext/B/t/lint.t See if B::Lint works ext/B/t/showlex.t See if B::ShowLex works ext/B/t/stash.t See if B::Stash works ext/B/t/terse.t See if B::Terse works +ext/B/t/xref.t See if B::Xref works ext/B/TESTS Compiler backend test data ext/B/Todo Compiler backend Todo list ext/B/typemap Compiler backend interface types @@ -1079,6 +1081,8 @@ lib/Getopt/Std.t See if Getopt::Std and Getopt::Long work lib/getopts.pl Perl library supporting option parsing lib/h2ph.t See if h2ph works like it should lib/h2xs.t See if h2xs produces expected lists of files +lib/Hash/Util.pm Hash::Util +lib/Hash/Util.t See if Hash::Util works lib/hostname.pl Old hostname code lib/I18N/Collate.pm Routines to do strxfrm-based collation lib/I18N/Collate.t See if I18N::Collate works @@ -1092,6 +1096,7 @@ lib/if.t Tests for "use if" lib/importenv.pl Perl routine to get environment into variables lib/integer.pm For "use integer" lib/integer.t For "use integer" testing +lib/Internals.t For Internals::* testing lib/IPC/Open2.pm Open a two-ended pipe lib/IPC/Open2.t See if IPC::Open2 works lib/IPC/Open3.pm Open a three-ended pipe! @@ -1110,6 +1115,7 @@ lib/Locale/Codes/t/constants.t See if Locale::Codes work lib/Locale/Codes/t/country.t See if Locale::Codes work lib/Locale/Codes/t/currency.t See if Locale::Codes work lib/Locale/Codes/t/languages.t See if Locale::Codes work +lib/Locale/Codes/t/rename.t See if Locale::Codes work lib/Locale/Codes/t/script.t See if Locale::Codes work lib/Locale/Codes/t/uk.t See if Locale::Codes work lib/Locale/Constants.pm Locale::Codes @@ -1416,6 +1422,7 @@ lib/Tie/Array/splice.t Test for Tie::Array::SPLICE lib/Tie/Array/std.t Test for Tie::StdArray lib/Tie/Array/stdpush.t Test for Tie::StdArray lib/Tie/File.pm Files as tied arrays. +lib/Tie/File/t/00_version.t Test for Tie::File. lib/Tie/File/t/01_gen.t Test for Tie::File. lib/Tie/File/t/02_fetchsize.t Test for Tie::File. lib/Tie/File/t/03_longfetch.t Test for Tie::File. @@ -1433,6 +1440,10 @@ lib/Tie/File/t/14_lock.t Test for Tie::File. lib/Tie/File/t/15_pushpop.t Test for Tie::File. lib/Tie/File/t/16_handle.t Test for Tie::File. lib/Tie/File/t/17_misc_meth.t Test for Tie::File. +lib/Tie/File/t/18_rs_fixrec.t Test for Tie::File. +lib/Tie/File/t/19_cache.t Test for Tie::File. +lib/Tie/File/t/20_cache_full.t Test for Tie::File. +lib/Tie/File/t/21_win32.t Test for Tie::File. lib/Tie/Handle.pm Base class for tied handles lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle lib/Tie/Hash.pm Base class for tied hashes @@ -2055,6 +2066,7 @@ Porting/checkVERSION.pl Check whether we have $VERSIONs Porting/config.sh Sample config.sh Porting/config_H Sample config.h Porting/Contract Social contract for contributed modules in Perl core +Porting/findrfuncs Find reentrant variants of functions used in an executable Porting/findvars Find occurrences of words Porting/fixCORE Find and fix modules that generate warnings Porting/fixvars Find undeclared variables with C compiler and fix em @@ -2112,6 +2124,9 @@ README.vms Notes about installing the VMS port README.vos Notes about Stratus VOS port README.win32 Notes about Win32 port README.Y2K Notes about Year 2000 concerns +reentr.c Reentrant interfaces +reentr.h Reentrant interfaces +reentr.pl Reentrant interfaces regcomp.c Regular expression compiler regcomp.h Private declarations for above regcomp.pl Builder of regnodes.h @@ -2168,7 +2183,6 @@ t/io/read.t See if read works t/io/tell.t See if file seeking works t/io/utf8.t See if file seeking works t/lib/1_compile.t See if the various libraries and extensions compile -t/lib/access.t See if access::readonly and readonly hashes work t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t t/lib/dprof/test1_t Perl code profiler tests