X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=8e0559f5050d513f4f3c5aa4825528f5fd6178d7;hb=cb0d96b9c873979acbc861b2863a39dda41d3ace;hp=de0fe88f97fbec30c602801ad06160ab2afde7cf;hpb=a6ea7cf34722a779b9808bb114d537198b1a1d0d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index de0fe88..8e0559f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -933,6 +933,7 @@ ext/PerlIO/encoding/encoding.pm PerlIO::encoding ext/PerlIO/encoding/encoding.xs PerlIO::encoding ext/PerlIO/encoding/Makefile.PL PerlIO::encoding makefile writer ext/PerlIO/encoding/MANIFEST PerlIO::encoding list of files +ext/PerlIO/encoding/t/nolooping.t Tests for PerlIO::encoding ext/PerlIO/scalar/Makefile.PL PerlIO layer for scalars ext/PerlIO/scalar/scalar.pm PerlIO layer for scalars ext/PerlIO/scalar/scalar.xs PerlIO layer for scalars @@ -1172,6 +1173,7 @@ ext/Time/HiRes/hints/aix.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/irix.pl Hint for Time::HiRes for named architecture +ext/Time/HiRes/hints/linux.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture @@ -1213,6 +1215,23 @@ ext/util/make_ext Used by Makefile to execute extension Makefiles ext/Win32/Makefile.PL Win32 extension makefile writer ext/Win32/Win32.pm Win32 extension Perl module ext/Win32/Win32.xs Win32 extension external subroutines +ext/Win32API/File/buffers.h Win32API::File extension +ext/Win32API/File/cFile.h Win32API::File extension +ext/Win32API/File/cFile.pc Win32API::File extension +ext/Win32API/File/Changes Win32API::File extension changes +ext/Win32API/File/const2perl.h Win32API::File extension +ext/Win32API/File/ExtUtils/Myconst2perl.pm Win32API::File extension +ext/Win32API/File/File.pm Win32API::File extension +ext/Win32API/File/File.xs Win32API::File extension +ext/Win32API/File/Makefile.PL Win32API::File extension makefile write +ext/Win32API/File/README Win32API::File extension Readme +ext/Win32API/File/t/file.t See if Win32API::File extension works +ext/Win32API/File/t/tie.t See if Win32API::File extension works +ext/Win32API/File/typemap Win32API::File extension interface types +ext/Win32CORE/Makefile.PL Win32CORE extension +ext/Win32CORE/t/win32core.t Win32CORE extension +ext/Win32CORE/Win32CORE.c Win32CORE extension +ext/Win32CORE/Win32CORE.pm Win32CORE extension (stubs for Win32 CORE subs) ext/XS/APItest/APItest.pm XS::APItest extension ext/XS/APItest/APItest.xs XS::APItest extension ext/XS/APItest/core.c Test API functions when PERL_CORE is defined @@ -1798,6 +1817,8 @@ lib/Getopt/Long/t/gol-basic.t See if Getopt::Long works lib/Getopt/Long/t/gol-compat.t See if Getopt::Long works lib/Getopt/Long/t/gol-linkage.t See if Getopt::Long works lib/Getopt/Long/t/gol-oo.t See if Getopt::Long works +lib/Getopt/Long/t/gol-xargv.t See if Getopt::Long works +lib/Getopt/Long/t/gol-xstring.t See if Getopt::Long works lib/getopt.pl Perl library supporting option parsing lib/getopts.pl Perl library supporting option parsing lib/Getopt/Std.pm Fetch command options (getopt, getopts) @@ -3578,6 +3599,7 @@ 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/qrstack.t See if qr expands the stack properly t/op/quotemeta.t See if quotemeta works t/op/rand.t See if rand works t/op/range.t See if .. works @@ -3586,7 +3608,7 @@ t/op/readline.t See if <> / readline / rcatline work t/op/read.t See if read() works t/op/recurse.t See if deep recursion works t/op/ref.t See if refs and objects work -t/op/regexp_kmod.t See if regexp /k modifier works as expected +t/op/regexp_pmod.t See if regexp /p modifier works as expected t/op/regexp_noamp.t See if regular expressions work with optimizations t/op/regexp_notrie.t See if regular expressions work without trie optimisation t/op/regexp_qr_embed.t See if regular expressions work with embedded qr// @@ -3621,6 +3643,7 @@ t/op/substT.t See if substitution works with -T t/op/subst_wamp.t See if substitution works with $& present t/op/sub.t See if subroutines work t/op/switch.t See if switches (given/when) work +t/op/symbolcache.t See if undef/delete works on stashes with functions t/op/sysio.t See if sysread and syswrite work t/op/taint.t See if tainting works t/op/threads_create.pl Ancillary file for t/op/threads.t @@ -3827,19 +3850,6 @@ win32/config.vc Win32 base line config.sh (Visual C++ build) win32/config.vc64 Win64 base line config.sh (Visual C++ build) win32/distclean.bat Remove _ALL_ files not listed here in MANIFEST win32/dl_win32.xs Win32 port -win32/ext/Win32API/File/buffers.h Win32API::File extension -win32/ext/Win32API/File/cFile.h Win32API::File extension -win32/ext/Win32API/File/cFile.pc Win32API::File extension -win32/ext/Win32API/File/Changes Win32API::File extension changes -win32/ext/Win32API/File/const2perl.h Win32API::File extension -win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm Win32API::File extension -win32/ext/Win32API/File/File.pm Win32API::File extension -win32/ext/Win32API/File/File.xs Win32API::File extension -win32/ext/Win32API/File/Makefile.PL Win32API::File extension makefile write -win32/ext/Win32API/File/README Win32API::File extension Readme -win32/ext/Win32API/File/t/file.t See if Win32API::File extension works -win32/ext/Win32API/File/t/tie.t See if Win32API::File extension works -win32/ext/Win32API/File/typemap Win32API::File extension interface types win32/fcrypt.c crypt() implementation win32/FindExt.pm Scan for extensions win32/genmk95.pl Perl code to generate command.com-usable makefile.95