X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=bcf95723aa77fd24d731dbe64ba72a884cf71f3c;hb=b41b8addf5576a157ecc804475e7a0a036c02641;hp=3f5cf85cd0aad646149c1521eaa3cd8b04fe2c17;hpb=2b4af749f7cacd3b6a62c0a94085b36fc60d36d6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 3f5cf85..bcf9572 100644 --- a/MANIFEST +++ b/MANIFEST @@ -81,31 +81,51 @@ ext/Attribute-Handlers/t/linerep.t See if Attribute::Handlers works ext/Attribute-Handlers/t/multi.t See if Attribute::Handlers works ext/attributes/attributes.pm For "sub foo : attrlist" ext/attributes/attributes.xs For "sub foo : attrlist" +ext/autouse/lib/autouse.pm Load and call a function only when it's used +ext/autouse/t/autouse.t See if autouse works +ext/base/Changes base.pm changelog +ext/base/lib/base.pm Establish IS-A relationship at compile time +ext/base/lib/fields.pm Set up object field names for pseudo-hash-using classes +ext/base/MANIFEST base.pm manifest +ext/base/META.yml base.pm META.yml file +ext/base/t/base.t See if base works +ext/base/t/compile-time.t See if base works +ext/base/t/fields-5.6.0.t See if fields work +ext/base/t/fields-5.8.0.t See if fields work +ext/base/t/fields-base.t See if fields work +ext/base/t/fields.t See if fields work +ext/base/t/isa.t See if base's behaviour doesn't change +ext/base/t/lib/Dummy.pm Test module for base.pm +ext/base/t/lib/HasSigDie.pm Module for testing base.pm +ext/base/t/sigdie.t See if base works with SIGDIE +ext/base/t/version.t See if base works with versions +ext/base/t/warnings.t See if base works with warnings ext/B/B/Concise.pm Compiler Concise backend -ext/B/B/Debug.pm Compiler Debug backend -ext/B/B/Deparse.pm Compiler Deparse backend -ext/B/B/Lint/Debug.pm Adds debugging stringification to B:: -ext/B/B/Lint.pm Compiler Lint backend ext/B/B.pm Compiler backend support functions and methods ext/B/B/Showlex.pm Compiler Showlex backend ext/B/B/Terse.pm Compiler Terse backend ext/B/B/Xref.pm Compiler Xref backend ext/B/B.xs Compiler backend external subroutines +ext/B-Debug/Debug.pm Compiler Debug backend +ext/B-Debug/t/debug.t See if B::Debug works ext/B/defsubs_h.PL Generator for constant subroutines +ext/B-Deparse/Deparse.pm Compiler Deparse backend +ext/B-Deparse/t/deparse.t See if B::Deparse works ext/B/hints/darwin.pl Hints for named architecture ext/B/hints/openbsd.pl Hints for named architecture +ext/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B:: +ext/B-Lint/lib/B/Lint.pm Compiler Lint backend +ext/B-Lint/t/lint.t See if B::Lint works +ext/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works ext/B/Makefile.PL Compiler backend makefile writer ext/B/O.pm Compiler front-end module (-MO=...) ext/B/t/b.t See if B works ext/B/t/concise.t See whether B::Concise works ext/B/t/concise-xs.t See whether B::Concise recognizes XS functions -ext/B/t/debug.t See if B::Debug works -ext/B/t/deparse.t See if B::Deparse works ext/B/t/f_map code from perldoc -f map ext/B/t/f_map.t converted to optreeCheck()s ext/B/t/f_sort optree test raw material ext/B/t/f_sort.t optree test raw material -ext/B/t/lint.t See if B::Lint works ext/B/t/OptreeCheck.pm optree comparison tool ext/B/t/optree_check.t test OptreeCheck apparatus ext/B/t/optree_concise.t more B::Concise tests @@ -116,7 +136,6 @@ ext/B/t/optree_sort.t inplace sort optimization regression ext/B/t/optree_specials.t BEGIN, END, etc code ext/B/t/optree_varinit.t my,our,local var init optimization ext/B/t/o.t See if O works -ext/B/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works ext/B/t/pragma.t See if user pragmas work. ext/B/t/showlex.t See if B::ShowLex works ext/B/t/terse.t See if B::Terse works @@ -151,6 +170,7 @@ ext/Compress-Raw-Bzip2/t/000prereq.t ext/Compress-Raw-Bzip2/t/01bzip2.t ext/Compress-Raw-Bzip2/t/09limitoutput.t ext/Compress-Raw-Bzip2/t/99pod.t +ext/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm ext/Compress-Raw-Bzip2/typemap ext/Compress-Raw-Zlib/Changes Compress::Raw::Zlib ext/Compress-Raw-Zlib/config.in Compress::Raw::Zlib @@ -168,6 +188,7 @@ ext/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib ext/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib ext/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib ext/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib +ext/Compress-Raw-Zlib/t/compress/CompTestUtils.pm ext/Compress-Raw-Zlib/typemap Compress::Raw::Zlib ext/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib ext/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib @@ -223,6 +244,23 @@ ext/DB_File/typemap Berkeley DB extension interface types ext/DB_File/version.c Berkeley DB extension interface version check ext/Devel-DProf/Changes Perl code profiler changelog ext/Devel-DProf/DProf.pm Perl code profiler +ext/Devel-DProf/dprof/test1_t Perl code profiler tests +ext/Devel-DProf/dprof/test1_v Perl code profiler tests +ext/Devel-DProf/dprof/test2_t Perl code profiler tests +ext/Devel-DProf/dprof/test2_v Perl code profiler tests +ext/Devel-DProf/dprof/test3_t Perl code profiler tests +ext/Devel-DProf/dprof/test3_v Perl code profiler tests +ext/Devel-DProf/dprof/test4_t Perl code profiler tests +ext/Devel-DProf/dprof/test4_v Perl code profiler tests +ext/Devel-DProf/dprof/test5_t Perl code profiler tests +ext/Devel-DProf/dprof/test5_v Perl code profiler tests +ext/Devel-DProf/dprof/test6_t Perl code profiler tests +ext/Devel-DProf/dprof/test6_v Perl code profiler tests +ext/Devel-DProf/dprof/test7_t Perl code profiler tests +ext/Devel-DProf/dprof/test7_v Perl code profiler tests +ext/Devel-DProf/dprof/test8_t Perl code profiler tests +ext/Devel-DProf/dprof/test8_v Perl code profiler tests +ext/Devel-DProf/dprof/V.pm Perl code profiler tests ext/Devel-DProf/DProf.xs Perl code profiler ext/Devel-DProf/Makefile.PL Perl code profiler makefile writer ext/Devel-DProf/t/DProf.t Perl code profiler @@ -400,6 +438,8 @@ ext/Devel-PPPort/t/uv.t Devel::PPPort test file ext/Devel-PPPort/t/variables.t Devel::PPPort test file ext/Devel-PPPort/t/warn.t Devel::PPPort test file ext/Devel-PPPort/typemap Devel::PPPort Typemap +ext/Devel-SelfStubber/lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm +ext/Devel-SelfStubber/t/Devel-SelfStubber.t See if Devel::SelfStubber works ext/Digest-MD5/Changes Digest::MD5 extension changes ext/Digest-MD5/hints/dec_osf.pl Hints for named architecture ext/Digest-MD5/hints/irix_6.pl Hints for named architecture @@ -565,7 +605,6 @@ ext/Encode/t/mime-header.t test script ext/Encode/t/mime-name.t test script ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses ext/Encode/t/perlio.t test script -ext/Encode/t/piconv.t test script ext/Encode/t/rt.pl test script ext/Encode/t/unibench.pl benchmark script ext/Encode/t/Unicode.t test script @@ -689,6 +728,16 @@ ext/Fcntl/Makefile.PL Fcntl extension makefile writer ext/Fcntl/t/fcntl.t See if Fcntl works ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work ext/Fcntl/t/syslfs.t See if large files work for sysio +ext/FileCache/lib/FileCache.pm Keep more files open than the system permits +ext/FileCache/t/01open.t See if FileCache works +ext/FileCache/t/02maxopen.t See if FileCache works +ext/FileCache/t/03append.t See if FileCache works +ext/FileCache/t/04twoarg.t See if FileCache works +ext/FileCache/t/05override.t See if FileCache works +ext/FileCache/t/06export.t See if FileCache exporting works +ext/FileCache/t/07noimport.t See if FileCache works without importing +ext/File-Fetch/lib/File/Fetch.pm File::Fetch +ext/File-Fetch/t/01_File-Fetch.t File::Fetch tests ext/File-Glob/bsd_glob.c File::Glob extension run time code ext/File-Glob/bsd_glob.h File::Glob extension header file ext/File-Glob/Changes File::Glob extension changelog @@ -700,8 +749,20 @@ ext/File-Glob/t/case.t See if File::Glob works ext/File-Glob/t/global.t See if File::Glob works ext/File-Glob/TODO File::Glob extension todo list ext/File-Glob/t/taint.t See if File::Glob works +ext/Filter-Simple/Changes Filter::Simple +ext/Filter-Simple/lib/Filter/Simple.pm Simple frontend to Filter::Util::Call +ext/Filter-Simple/t/data.t See if Filter::Simple works +ext/Filter-Simple/t/export.t See if Filter::Simple works +ext/Filter-Simple/t/filter_only.t See if Filter::Simple works +ext/Filter-Simple/t/filter.t See if Filter::Simple works +ext/Filter-Simple/t/import.t See if Filter::Simple works +ext/Filter-Simple/t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests +ext/Filter-Simple/t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests +ext/Filter-Simple/t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests +ext/Filter-Simple/t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests ext/Filter-Util-Call/Call.pm Filter::Util::Call extension module ext/Filter-Util-Call/Call.xs Filter::Util::Call extension external subroutines +ext/Filter-Util-Call/filter-util.pl See if Filter::Util::Call works ext/Filter-Util-Call/t/call.t See if Filter::Util::Call works ext/GDBM_File/GDBM_File.pm GDBM extension Perl module ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines @@ -731,6 +792,19 @@ ext/I18N-Langinfo/Langinfo.pm I18N::Langinfo ext/I18N-Langinfo/Langinfo.xs I18N::Langinfo ext/I18N-Langinfo/Makefile.PL I18N::Langinfo ext/I18N-Langinfo/t/Langinfo.t See whether I18N::Langinfo works +ext/I18N-LangTags/ChangeLog I18N::LangTags +ext/I18N-LangTags/lib/I18N/LangTags/Detect.pm Detect language preferences +ext/I18N-LangTags/lib/I18N/LangTags/List.pm List of tags for human languages +ext/I18N-LangTags/lib/I18N/LangTags.pm I18N::LangTags +ext/I18N-LangTags/README I18N::LangTags +ext/I18N-LangTags/t/01_about_verbose.t See whether I18N::LangTags works +ext/I18N-LangTags/t/05_main.t See whether I18N::LangTags works +ext/I18N-LangTags/t/07_listy.t See whether I18N::LangTags works +ext/I18N-LangTags/t/10_http.t See whether I18N::LangTags works +ext/I18N-LangTags/t/20_locales.t See whether I18N::LangTags works +ext/I18N-LangTags/t/50_super.t See whether I18N::LangTags works +ext/I18N-LangTags/t/55_supers_strict.t See whether I18N::LangTags works +ext/I18N-LangTags/t/80_all_env.t See whether I18N::LangTags works ext/IO/ChangeLog IO perl module change log ext/IO-Compress/Changes IO::Compress ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress @@ -855,6 +929,20 @@ ext/IO-Compress/t/110encode-gzip.t IO::Compress ext/IO-Compress/t/110encode-rawdeflate.t IO::Compress ext/IO-Compress/t/110encode-zip.t IO::Compress ext/IO-Compress/t/999pod.t IO::Compress +ext/IO-Compress/t/compress/any.pl Compress::Zlib +ext/IO-Compress/t/compress/anyunc.pl Compress::Zlib +ext/IO-Compress/t/compress/CompTestUtils.pm Compress::Zlib +ext/IO-Compress/t/compress/destroy.pl Compress::Zlib +ext/IO-Compress/t/compress/encode.pl Compress::Zlib +ext/IO-Compress/t/compress/generic.pl Compress::Zlib +ext/IO-Compress/t/compress/merge.pl Compress::Zlib +ext/IO-Compress/t/compress/multi.pl Compress::Zlib +ext/IO-Compress/t/compress/newtied.pl Compress::Zlib +ext/IO-Compress/t/compress/oneshot.pl Compress::Zlib +ext/IO-Compress/t/compress/prime.pl Compress::Zlib +ext/IO-Compress/t/compress/tied.pl Compress::Zlib +ext/IO-Compress/t/compress/truncate.pl Compress::Zlib +ext/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib ext/IO-Compress/t/cz-01version.t IO::Compress ext/IO-Compress/t/cz-05examples.t IO::Compress ext/IO-Compress/t/cz-06gzsetp.t IO::Compress @@ -895,6 +983,16 @@ ext/IO/t/io_udp.t See if UDP socket-related methods from IO work ext/IO/t/io_unix.t See if UNIX socket-related methods from IO work ext/IO/t/io_utf8.t See if perlio opens work ext/IO/t/io_xs.t See if XSUB methods from IO work +ext/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd +ext/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests +ext/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests +ext/IPC-Cmd/t/src/child.pl IPC::Cmd tests +ext/IPC-Cmd/t/src/output.pl IPC::Cmd tests +ext/IPC-Cmd/t/src/x.tgz IPC::Cmd tests +ext/IPC-Open2/lib/IPC/Open2.pm Open a two-ended pipe +ext/IPC-Open2/t/IPC-Open2.t See if IPC::Open2 works +ext/IPC-Open3/lib/IPC/Open3.pm Open a three-ended pipe +ext/IPC-Open3/t/IPC-Open3.t See if IPC::Open3 works ext/IPC-SysV/Changes IPC::SysV changes ext/IPC-SysV/hints/cygwin.pl Hint for IPC::SysV for named architecture ext/IPC-SysV/hints/next_3.pl Hint for IPC::SysV for named architecture @@ -964,6 +1062,18 @@ ext/List-Util/t/sum.t List::Util ext/List-Util/t/tainted.t Scalar::Util ext/List-Util/t/weak.t Scalar::Util ext/List-Util/XS.pp List::Util +ext/Log-Message/lib/Log/Message/Config.pm Log::Message +ext/Log-Message/lib/Log/Message/Handlers.pm Log::Message +ext/Log-Message/lib/Log/Message/Item.pm Log::Message +ext/Log-Message/lib/Log/Message.pm Log::Message +ext/Log-Message/t/01_Log-Message-Config.t Log::Message tests +ext/Log-Message/t/02_Log-Message.t Log::Message tests +ext/Log-Message/t/conf/config_file Log::Message tests +ext/Log-Message/t/conf/LoadMe.pl Log::Message tests +ext/Log-Message-Simple/lib/Log/Message/Simple.pm Log::Simple +ext/Log-Message-Simple/t/01_use.t Log::Simple tests +ext/Log-Message-Simple/t/02_imports.t Log::Simple tests +ext/Log-Message-Simple/t/03_functions.t Log::Simple tests ext/Math-BigInt-FastCalc/FastCalc.pm Math::BigInt::FastCalc extension ext/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension ext/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension @@ -980,6 +1090,36 @@ ext/MIME-Base64/t/base64.t See whether MIME::Base64 works ext/MIME-Base64/t/quoted-print.t See whether MIME::QuotedPrint works ext/MIME-Base64/t/unicode.t See whether MIME::Base64 works ext/MIME-Base64/t/warn.t See whether MIME::Base64 works +ext/Module-CoreList/Changes Module::CoreList Changes +ext/Module-CoreList/corelist The corelist command-line utility +ext/Module-CoreList/identify-dependencies A usage example for Module::CoreList +ext/Module-CoreList/lib/Module/CoreList.pm Module::CoreList +ext/Module-CoreList/Makefile.PL Module::CoreList +ext/Module-CoreList/MANIFEST Module::CoreList +ext/Module-CoreList/META.yml Module::CoreList +ext/Module-CoreList/README Module::CoreList +ext/Module-CoreList/t/corelist.t Module::CoreList tests +ext/Module-CoreList/t/find_modules.t Module::CoreList tests +ext/Module-CoreList/t/pod.t Module::CoreList tests +ext/Module-Load/lib/Module/Load.pm Module::Load +ext/Module-Load/t/01_Module-Load.t Module::Load tests +ext/Module-Load/t/to_load/config_file Module::Load tests +ext/Module-Load/t/to_load/LoadIt.pm Module::Load tests +ext/Module-Load/t/to_load/LoadMe.pl Module::Load tests +ext/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests +ext/Module-Load/t/to_load/TestModule.pm Module::Load tests +ext/Module-Load/t/to_load/ToBeLoaded Module::Load tests +ext/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional +ext/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests +ext/Module-Load-Conditional/t/02_Parse_Version.t Module::Load::Conditional tests +ext/Module-Load-Conditional/t/to_load/Commented.pm Module::Conditional tests +ext/Module-Load-Conditional/t/to_load/InPod.pm Module::Load::Conditional tests +ext/Module-Load-Conditional/t/to_load/LoadIt.pm Module::Conditional tests +ext/Module-Load-Conditional/t/to_load/LoadMe.pl Module::Conditional tests +ext/Module-Load-Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests +ext/Module-Load-Conditional/t/to_load/ToBeLoaded Module::Conditional tests +ext/Module-Loaded/lib/Module/Loaded.pm Module::Loaded +ext/Module-Loaded/t/01_Module-Loaded.t Module::Loaded tests ext/Module-Pluggable/lib/Devel/InnerPackage.pm Find inner packages ext/Module-Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable ext/Module-Pluggable/lib/Module/Pluggable.pm Module::Pluggable @@ -1061,6 +1201,23 @@ ext/NDBM_File/NDBM_File.pm NDBM extension Perl module ext/NDBM_File/NDBM_File.xs NDBM extension external subroutines ext/NDBM_File/t/ndbm.t See if NDBM_File works ext/NDBM_File/typemap NDBM extension interface types +ext/Net-Ping/Changes Net::Ping +ext/Net-Ping/lib/Net/Ping.pm Hello, anybody home? +ext/Net-Ping/t/100_load.t Ping Net::Ping +ext/Net-Ping/t/110_icmp_inst.t Ping Net::Ping +ext/Net-Ping/t/120_udp_inst.t Ping Net::Ping +ext/Net-Ping/t/130_tcp_inst.t Ping Net::Ping +ext/Net-Ping/t/140_stream_inst.t Ping Net::Ping +ext/Net-Ping/t/150_syn_inst.t Ping Net::Ping +ext/Net-Ping/t/190_alarm.t Ping Net::Ping +ext/Net-Ping/t/200_ping_tcp.t Ping Net::Ping +ext/Net-Ping/t/250_ping_hires.t Ping Net::Ping +ext/Net-Ping/t/300_ping_stream.t Ping Net::Ping +ext/Net-Ping/t/400_ping_syn.t Ping Net::Ping +ext/Net-Ping/t/410_syn_host.t Ping Net::Ping +ext/Net-Ping/t/450_service.t Ping Net::Ping +ext/Net-Ping/t/500_ping_icmp.t Ping Net::Ping +ext/Net-Ping/t/510_ping_udp.t Ping Net::Ping ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture @@ -1081,6 +1238,8 @@ ext/Opcode/Opcode.xs Opcode extension external subroutines ext/Opcode/ops.pm "Pragma" form of Opcode extension Perl module ext/Opcode/t/Opcode.t See if Opcode works ext/Opcode/t/ops.t See if Opcode works +ext/Package-Constants/lib/Package/Constants.pm Package::Constants +ext/Package-Constants/t/01_list.t Package::Constants tests ext/PerlIO-encoding/encoding.pm PerlIO::encoding ext/PerlIO-encoding/encoding.xs PerlIO::encoding ext/PerlIO-encoding/MANIFEST PerlIO::encoding list of files @@ -1095,6 +1254,8 @@ ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture ext/PerlIO-via/t/via.t See if PerlIO::via works ext/PerlIO-via/via.pm PerlIO layer for layers in perl ext/PerlIO-via/via.xs PerlIO layer for layers in perl +ext/Pod-Plainer/Plainer.pm Pod migration utility module +ext/Pod-Plainer/t/plainer.t Test Pod::Plainer ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture @@ -1135,6 +1296,11 @@ ext/re/t/re_funcs.t See if exportable 're' funcs in re.xs work ext/re/t/regop.pl generate debug output for various patterns ext/re/t/regop.t test RE optimizations by scraping debug output ext/re/t/re.t see if re pragma works +ext/Safe/Changes Changes for Safe.pm +ext/Safe/Makefile.PL Makefile.PL for Safe.pm +ext/Safe/MANIFEST MANIFEST for Safe.pm +ext/Safe/META.yml META.yml for Safe.pm +ext/Safe/README README for Safe.pm ext/Safe/Safe.pm Safe extension Perl module ext/Safe/t/safe1.t See if Safe works ext/Safe/t/safe2.t See if Safe works @@ -1170,6 +1336,11 @@ ext/SDBM_File/sdbm/tune.h SDBM kit ext/SDBM_File/sdbm/util.c SDBM kit ext/SDBM_File/t/sdbm.t See if SDBM_File works ext/SDBM_File/typemap SDBM extension interface types +ext/SelfLoader/lib/SelfLoader.pm Load functions only on demand +ext/SelfLoader/t/01SelfLoader.t See if SelfLoader works +ext/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works +ext/Shell/Shell.pm Make AUTOLOADed system() calls +ext/Shell/t/Shell.t Tests for above ext/Socket/Makefile.PL Socket extension makefile writer ext/Socket/Socket.pm Socket extension Perl module ext/Socket/Socket.xs Socket extension external subroutines @@ -1224,6 +1395,15 @@ ext/Storable/t/tied.t See if Storable works ext/Storable/t/utf8hash.t See if Storable works ext/Storable/t/utf8.t See if Storable works ext/Storable/t/weak.t Can Storable store weakrefs +ext/Switch/Changes Changes for Switch.pm +ext/Switch/Makefile.PL Makefile.PL for Switch.pm +ext/Switch/MANIFEST MANIFEST for Switch.pm +ext/Switch/META.yml META.yml for Switch.pm +ext/Switch/README README for Switch.pm +ext/Switch/Switch.pm Switch for Perl +ext/Switch/t/given.t See if Perl 6 given (switch) works +ext/Switch/t/nested.t See if nested switch works +ext/Switch/t/switch.t See if Perl 5 switch works ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works @@ -1244,6 +1424,17 @@ ext/Sys-Syslog/win32/PerlLog_dll.uu Sys::Syslog extension Win32 related file ext/Sys-Syslog/win32/PerlLog.mc Sys::Syslog extension Win32 related file ext/Sys-Syslog/win32/PerlLog_RES.uu Sys::Syslog extension Win32 related file ext/Sys-Syslog/win32/Win32.pm Sys::Syslog extension Win32 related file +ext/Term-ANSIColor/ANSIColor.pm Perl module supporting termcap usage +ext/Term-ANSIColor/ChangeLog Term::ANSIColor +ext/Term-ANSIColor/README Term::ANSIColor +ext/Term-ANSIColor/t/basic.t Tests for Term::ANSIColor +ext/Term-Cap/Cap.pm Perl module supporting termcap usage +ext/Term-Cap/test.pl See if Term::Cap works +ext/Term-UI/lib/Term/UI/History.pm Term::UI +ext/Term-UI/lib/Term/UI.pm Term::UI +ext/Term-UI/t/00_load.t Term::UI tests +ext/Term-UI/t/01_history.t Term::UI tests +ext/Term-UI/t/02_ui.t Term::UI tests ext/Test-Harness/bin/prove The prove harness utility ext/Test-Harness/Changes Test::Harness change log ext/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility @@ -1424,11 +1615,36 @@ ext/Test-Harness/t/utils.t Test::Harness test ext/Test-Harness/t/yamlish-output.t Test::Harness test ext/Test-Harness/t/yamlish.t Test::Harness test ext/Test-Harness/t/yamlish-writer.t Test::Harness test +ext/Text-Balanced/Changes Text::Balanced +ext/Text-Balanced/lib/Text/Balanced.pm Text::Balanced +ext/Text-Balanced/README Text::Balanced +ext/Text-Balanced/t/01_compile.t See if Text::Balanced works +ext/Text-Balanced/t/02_extbrk.t See if Text::Balanced works +ext/Text-Balanced/t/03_extcbk.t See if Text::Balanced works +ext/Text-Balanced/t/04_extdel.t See if Text::Balanced works +ext/Text-Balanced/t/05_extmul.t See if Text::Balanced works +ext/Text-Balanced/t/06_extqlk.t See if Text::Balanced works +ext/Text-Balanced/t/07_exttag.t See if Text::Balanced works +ext/Text-Balanced/t/08_extvar.t See if Text::Balanced works +ext/Text-Balanced/t/09_gentag.t See if Text::Balanced works ext/Text-Soundex/Changes Changelog for Text::Soundex ext/Text-Soundex/README README for Text::Soundex ext/Text-Soundex/Soundex.pm Text::Soundex extension Perl module ext/Text-Soundex/Soundex.xs Text::Soundex extension external subroutines ext/Text-Soundex/t/Soundex.t test for Text::Soundex +ext/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues +ext/Thread-Queue/t/01_basic.t Thread::Queue tests +ext/Thread-Queue/t/02_refs.t Thread::Queue tests +ext/Thread-Queue/t/03_peek.t Thread::Queue tests +ext/Thread-Queue/t/04_errs.t Thread::Queue tests +ext/Thread-Queue/t/05_extract.t Thread::Queue tests +ext/Thread-Queue/t/06_insert.t Thread::Queue tests +ext/Thread-Queue/t/07_lock.t Thread::Queue tests +ext/Thread-Queue/t/08_nothreads.t Thread::Queue tests +ext/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores +ext/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests +ext/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests +ext/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests ext/threads/hints/hpux.pl Hint file for HPUX ext/threads/hints/linux.pl Hint file for Linux ext/threads/Makefile.PL ithreads @@ -1468,6 +1684,7 @@ ext/threads/t/join.t Testing the join function ext/threads/t/kill.t Tests thread signalling ext/threads/t/libc.t testing libc functions for threadsafety ext/threads/t/list.t Test threads->list() +ext/threads/t/no_threads.t threads test for non-threaded Perls ext/threads/t/problems.t Test various memory problems ext/threads/t/stack_env.t Tests for stack limits ext/threads/t/stack.t Tests for stack limits @@ -1476,6 +1693,47 @@ ext/threads/t/stress_cv.t Test with multiple threads, coderef cv argument. ext/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes. ext/threads/t/stress_string.t Test with multiple threads, string cv argument. ext/threads/t/thread.t General ithread tests from thr5005 +ext/Tie-File/lib/Tie/File.pm Files as tied arrays +ext/Tie-File/t/00_version.t Trivial test for Tie::File +ext/Tie-File/t/01_gen.t Generic read/write tests for Tie::File +ext/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File +ext/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File +ext/Tie-File/t/04_splice.t SPLICE method tests for Tie::File +ext/Tie-File/t/05_size.t $#a tests for Tie::File +ext/Tie-File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File +ext/Tie-File/t/07_rv_splice.t SPLICE method return value tests for Tie::File +ext/Tie-File/t/08_ro.t read-only mode tests for Tie::File +ext/Tie-File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator +ext/Tie-File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator +ext/Tie-File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator +ext/Tie-File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator +ext/Tie-File/t/13_size_rs.t Like 05_size.t, with unusual record separator +ext/Tie-File/t/14_lock.t File locking method tests for Tie::File +ext/Tie-File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File +ext/Tie-File/t/16_handle.t Tying a handle instead of a file for Tie::File +ext/Tie-File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File +ext/Tie-File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator +ext/Tie-File/t/19_cache.t Read cache exercises and regression for Tie::File +ext/Tie-File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File +ext/Tie-File/t/21_win32.t Win32 special behavior of Tie::File +ext/Tie-File/t/22_autochomp.t 'autochomp' option of Tie::File +ext/Tie-File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp +ext/Tie-File/t/24_cache_loop.t Regression for old Tie::File cache bug +ext/Tie-File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled +ext/Tie-File/t/26_twrite.t Unit tests for Tie::File::_twrite +ext/Tie-File/t/27_iwrite.t Unit tests for Tie::File::_iwrite +ext/Tie-File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite +ext/Tie-File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy +ext/Tie-File/t/29_downcopy.t Unit tests for Tie::File::_downcopy +ext/Tie-File/t/30_defer.t deferred writing feature tests for Tie::File +ext/Tie-File/t/31_autodefer.t 'autodefer' feature tests for Tie::File +ext/Tie-File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing +ext/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records +ext/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache +ext/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap +ext/Tie-File/t/42_offset.t Unit tests for the offset method +ext/Tie-Memoize/lib/Tie/Memoize.pm Base class for memoized tied hashes +ext/Tie-Memoize/t/Tie-Memoize.t Test for Tie::Memoize ext/Time-HiRes/Changes Time::HiRes extension ext/Time-HiRes/fallback/const-c.inc Time::HiRes extension ext/Time-HiRes/fallback/const-xs.inc Time::HiRes extension @@ -1521,6 +1779,16 @@ ext/Unicode-Normalize/t/proto.t Unicode::Normalize ext/Unicode-Normalize/t/split.t Unicode::Normalize ext/Unicode-Normalize/t/test.t Unicode::Normalize ext/Unicode-Normalize/t/tie.t Unicode::Normalize +ext/VMS-DCLsym/0README.txt ReadMe file for VMS::DCLsym +ext/VMS-DCLsym/DCLsym.pm Perl access to CLI symbols +ext/VMS-DCLsym/DCLsym.xs Perl access to CLI symbols +ext/VMS-DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym +ext/VMS-DCLsym/t/vms_dclsym.t regression tests for VMS::DCLsym +ext/VMS-Stdio/0README.txt ReadMe file for VMS::Stdio +ext/VMS-Stdio/Makefile.PL MakeMaker driver for VMS::Stdio +ext/VMS-Stdio/Stdio.pm VMS options to stdio routines +ext/VMS-Stdio/Stdio.xs VMS options to stdio routines +ext/VMS-Stdio/t/vms_stdio.t regression tests for VMS::Stdio ext/Win32API-File/buffers.h Win32API::File extension ext/Win32API-File/cFile.h Win32API::File extension ext/Win32API-File/cFile.pc Win32API::File extension @@ -1658,10 +1926,7 @@ hints/isc_2.sh Hints for named architecture hints/isc.sh Hints for named architecture hints/linux.sh Hints for named architecture hints/lynxos.sh Hints for named architecture -hints/machten_2.sh Hints for named architecture -hints/machten.sh Hints for named architecture hints/midnightbsd.sh Hints for named architecture -hints/mint.sh Hints for named architecture hints/mips.sh Hints for named architecture hints/mirbsd.sh Hints for named architecture hints/mpc.sh Hints for named architecture @@ -1837,22 +2102,6 @@ lib/AutoLoader.pm Autoloader base class lib/AutoLoader/t/01AutoLoader.t See if AutoLoader works lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works lib/AutoSplit.pm Split up autoload functions -lib/autouse.pm Load and call a function only when it's used -lib/autouse.t See if autouse works -lib/base/Changes base.pm changelog -lib/base.pm Establish IS-A relationship at compile time -lib/base/t/base.t See if base works -lib/base/t/compile-time.t See if base works -lib/base/t/fields-5.6.0.t See if fields work -lib/base/t/fields-5.8.0.t See if fields work -lib/base/t/fields-base.t See if fields work -lib/base/t/fields.t See if fields work -lib/base/t/isa.t See if base's behaviour doesn't change -lib/base/t/lib/Dummy.pm Test module for base.pm -lib/base/t/lib/HasSigDie.pm Module for testing base.pm -lib/base/t/sigdie.t See if base works with SIGDIE -lib/base/t/version.t See if base works with versions -lib/base/t/warnings.t See if base works with warnings lib/Benchmark.pm Measure execution time lib/Benchmark.t See if Benchmark works lib/bigfloat.pl An arbitrary precision floating point package @@ -1928,21 +2177,26 @@ lib/CGI/t/apache.t See if CGI::Apache still loads lib/CGI/t/can.t See if CGI.pm works lib/CGI/t/carp.t See if CGI::Carp works lib/CGI/t/cookie.t See if CGI::Cookie works +lib/CGI/t/Dump.t See if CGI->Dump works lib/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) lib/CGI/t/form.t See if CGI.pm works lib/CGI/t/function.t See if CGI.pm works lib/CGI/t/html.t See if CGI.pm works lib/CGI/t/no_tabindex.t See if CGI.pm works +lib/CGI/t/popup_menu.t See if CGI pop menus work lib/CGI/t/pretty.t See if CGI.pm works lib/CGI/t/push.t See if CGI::Push works +lib/CGI/t/query_string.t See if CGI->query_string() works lib/CGI/t/request.t See if CGI.pm works lib/CGI/t/start_end_asterisk.t See if CGI.pm works lib/CGI/t/start_end_end.t See if CGI.pm works lib/CGI/t/start_end_start.t See if CGI.pm works lib/CGI/t/switch.t See if CGI::Switch still loads +lib/CGI/t/unescapeHTML.t See if CGI::unescapeHTML() works lib/CGI/t/uploadInfo.t See if CGI.pm works lib/CGI/t/upload_post_text.txt.packed Test data for CGI.pm lib/CGI/t/upload.t See if CGI.pm works +lib/CGI/t/user_agent.t See if CGI->user_agent() works lib/CGI/t/util-58.t See if 5.8-dependent features work lib/CGI/t/util.t See if CGI.pm works lib/CGI/Util.pm Utility functions @@ -2117,8 +2371,6 @@ lib/dbm_filter_util.pl Utility functions used by DBM Filter tests lib/DB.pm Debugger API (draft) lib/DB.t See if DB works lib/deprecate.pm A pragma for deprecating modules from the core. -lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm -lib/Devel/SelfStubber.t See if Devel::SelfStubber works lib/diagnostics.pm Print verbose diagnostics lib/diagnostics.t See if diagnostics.pm works lib/Digest/base.pm Digest extensions @@ -2293,17 +2545,8 @@ lib/fastcwd.pl a faster but more dangerous getcwd lib/Fatal.pm Make errors in functions/builtins fatal lib/feature.pm Pragma to enable new syntax lib/feature.t See if features work -lib/fields.pm Set up object field names for pseudo-hash-using classes lib/File/Basename.pm Emulate the basename program lib/File/Basename.t See if File::Basename works -lib/FileCache.pm Keep more files open than the system permits -lib/FileCache/t/01open.t See if FileCache works -lib/FileCache/t/02maxopen.t See if FileCache works -lib/FileCache/t/03append.t See if FileCache works -lib/FileCache/t/04twoarg.t See if FileCache works -lib/FileCache/t/05override.t See if FileCache works -lib/FileCache/t/06export.t See if FileCache exporting works -lib/FileCache/t/07noimport.t See if FileCache works without importing lib/File/CheckTree.pm Perl module supporting wholesale file mode validation lib/File/CheckTree.t See if File::CheckTree works lib/File/Compare.pm Emulation of cmp command @@ -2312,8 +2555,6 @@ lib/File/Copy.pm Emulation of cp command lib/File/Copy.t See if File::Copy works lib/File/DosGlob.pm Win32 DOS-globbing module lib/File/DosGlob.t See if File::DosGlob works -lib/File/Fetch.pm File::Fetch -lib/File/Fetch/t/01_File-Fetch.t File::Fetch tests lib/File/Find.pm Routines to do a find lib/File/Find/t/find.t See if File::Find works lib/File/Find/t/taint.t See if File::Find works with taint @@ -2349,13 +2590,6 @@ lib/File/Temp/t/seekable.t See if File::Temp works lib/File/Temp/t/tempfile.t See if File::Temp works lib/filetest.pm For "use filetest" lib/filetest.t See if filetest works -lib/Filter/Simple/Changes Filter::Simple -lib/Filter/Simple.pm Simple frontend to Filter::Util::Call -lib/Filter/Simple/t/data.t See if Filter::Simple works -lib/Filter/Simple/t/export.t See if Filter::Simple works -lib/Filter/Simple/t/filter_only.t See if Filter::Simple works -lib/Filter/Simple/t/filter.t See if Filter::Simple works -lib/Filter/Simple/t/import.t See if Filter::Simple works lib/FindBin.pm Find name of currently executing program lib/FindBin.t See if FindBin works lib/finddepth.pl A depth-first find emulator--used by find2perl @@ -2380,19 +2614,6 @@ lib/h2xs.t See if h2xs produces expected lists of files 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 -lib/I18N/LangTags/ChangeLog I18N::LangTags -lib/I18N/LangTags/Detect.pm Detect language preferences -lib/I18N/LangTags/List.pm List of tags for human languages -lib/I18N/LangTags.pm I18N::LangTags -lib/I18N/LangTags/README I18N::LangTags -lib/I18N/LangTags/t/01_about_verbose.t See whether I18N::LangTags works -lib/I18N/LangTags/t/05_main.t See whether I18N::LangTags works -lib/I18N/LangTags/t/07_listy.t See whether I18N::LangTags works -lib/I18N/LangTags/t/10_http.t See whether I18N::LangTags works -lib/I18N/LangTags/t/20_locales.t See whether I18N::LangTags works -lib/I18N/LangTags/t/50_super.t See whether I18N::LangTags works -lib/I18N/LangTags/t/55_supers_strict.t See whether I18N::LangTags works -lib/I18N/LangTags/t/80_all_env.t See whether I18N::LangTags works lib/if.pm For "use if" lib/if.t Tests for "use if" lib/importenv.pl Perl routine to get environment into variables @@ -2409,16 +2630,6 @@ lib/IO/Zlib/t/large.t Tests for IO::Zlib lib/IO/Zlib/t/tied.t Tests for IO::Zlib lib/IO/Zlib/t/uncomp1.t Tests for IO::Zlib lib/IO/Zlib/t/uncomp2.t Tests for IO::Zlib -lib/IPC/Cmd.pm IPC::Cmd -lib/IPC/Cmd/t/01_IPC-Cmd.t IPC::Cmd tests -lib/IPC/Cmd/t/02_Interactive.t IPC::Cmd tests -lib/IPC/Cmd/t/src/child.pl IPC::Cmd tests -lib/IPC/Cmd/t/src/output.pl IPC::Cmd tests -lib/IPC/Cmd/t/src/x.tgz.packed IPC::Cmd tests -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! -lib/IPC/Open3.t See if IPC::Open3 works lib/less.pm For "use less" lib/less.t See if less support works lib/lib_pm.PL For "use lib", produces lib/lib.pm @@ -2463,18 +2674,6 @@ lib/locale.pm For "use locale" lib/Locale/Script.pm Locale::Codes lib/Locale/Script.pod Locale::Codes documentation lib/locale.t See if locale support works -lib/Log/Message/Config.pm Log::Message -lib/Log/Message/Handlers.pm Log::Message -lib/Log/Message/Item.pm Log::Message -lib/Log/Message.pm Log::Message -lib/Log/Message/Simple.pm Log::Simple -lib/Log/Message/Simple/t/01_use.t Log::Simple tests -lib/Log/Message/Simple/t/02_imports.t Log::Simple tests -lib/Log/Message/Simple/t/03_functions.t Log::Simple tests -lib/Log/Message/t/01_Log-Message-Config.t Log::Message tests -lib/Log/Message/t/02_Log-Message.t Log::Message tests -lib/Log/Message/t/conf/config_file Log::Message tests -lib/Log/Message/t/conf/LoadMe.pl Log::Message tests lib/look.pl A "look" equivalent lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package lib/Math/BigFloat/Trace.pm bignum tracing @@ -2621,6 +2820,7 @@ lib/Module/Build/t/extend.t Module::Build lib/Module/Build/t/ext.t Module::Build lib/Module/Build/t/files.t Module::Build lib/Module/Build/t/help.t Module::Build +lib/Module/Build/t/install_extra_target.t Module::Build tests lib/Module/Build/t/install.t Module::Build lib/Module/Build/t/lib/DistGen.pm Module::Build lib/Module/Build/t/lib/MBTest.pm Module::Build @@ -2647,29 +2847,6 @@ lib/Module/Build/t/write_default_maniskip.t Module::Build tests lib/Module/Build/t/xs.t Module::Build lib/Module/Build/Version.pm Module::Build lib/Module/Build/YAML.pm Module::Build -lib/Module/CoreList/bin/corelist Module::CoreList -lib/Module/CoreList.pm Module::CoreList -lib/Module/CoreList/t/corelist.t Module::CoreList -lib/Module/CoreList/t/find_modules.t Module::CoreList -lib/Module/Load/Conditional.pm Module::Conditional -lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests -lib/Module/Load/Conditional/t/02_Parse_Version.t Module::Load::Conditional tests -lib/Module/Load/Conditional/t/to_load/Commented.pm Module::Conditional tests -lib/Module/Load/Conditional/t/to_load/InPod.pm Module::Load::Conditional tests -lib/Module/Load/Conditional/t/to_load/LoadIt.pm Module::Conditional tests -lib/Module/Load/Conditional/t/to_load/LoadMe.pl Module::Conditional tests -lib/Module/Load/Conditional/t/to_load/MustBe/Loaded.pm Module::Load::Conditional tests -lib/Module/Load/Conditional/t/to_load/ToBeLoaded Module::Conditional tests -lib/Module/Loaded.pm Module::Loaded -lib/Module/Loaded/t/01_Module-Loaded.t Module::Loaded tests -lib/Module/Load.pm Module::Load -lib/Module/Load/t/01_Module-Load.t Module::Load tests -lib/Module/Load/t/to_load/config_file Module::Load tests -lib/Module/Load/t/to_load/LoadIt.pm Module::Load tests -lib/Module/Load/t/to_load/LoadMe.pl Module::Load tests -lib/Module/Load/t/to_load/Must/Be/Loaded.pm Module::Load tests -lib/Module/Load/t/to_load/TestModule.pm Module::Load tests -lib/Module/Load/t/to_load/ToBeLoaded Module::Load tests lib/Net/Changes libnet lib/Net/Cmd.pm libnet lib/Net/Config.eg libnet @@ -2696,23 +2873,6 @@ lib/Net/netent.pm By-name interface to Perl's builtin getnet* lib/Net/netent.t See if Net::netent works lib/Net/Netrc.pm libnet lib/Net/NNTP.pm libnet -lib/Net/Ping/Changes Net::Ping -lib/Net/Ping.pm Hello, anybody home? -lib/Net/Ping/t/100_load.t Ping Net::Ping -lib/Net/Ping/t/110_icmp_inst.t Ping Net::Ping -lib/Net/Ping/t/120_udp_inst.t Ping Net::Ping -lib/Net/Ping/t/130_tcp_inst.t Ping Net::Ping -lib/Net/Ping/t/140_stream_inst.t Ping Net::Ping -lib/Net/Ping/t/150_syn_inst.t Ping Net::Ping -lib/Net/Ping/t/190_alarm.t Ping Net::Ping -lib/Net/Ping/t/200_ping_tcp.t Ping Net::Ping -lib/Net/Ping/t/250_ping_hires.t Ping Net::Ping -lib/Net/Ping/t/300_ping_stream.t Ping Net::Ping -lib/Net/Ping/t/400_ping_syn.t Ping Net::Ping -lib/Net/Ping/t/410_syn_host.t Ping Net::Ping -lib/Net/Ping/t/450_service.t Ping Net::Ping -lib/Net/Ping/t/500_ping_icmp.t Ping Net::Ping -lib/Net/Ping/t/510_ping_udp.t Ping Net::Ping lib/Net/POP3.pm libnet lib/Net/protoent.pm By-name interface to Perl's builtin getproto* lib/Net/protoent.t See if Net::protoent works @@ -2759,8 +2919,6 @@ 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 lib/Params/Check/t/01_Params-Check.t Params::Check tests lib/parent.pm Establish an ISA relationship with base classes at compile time @@ -2843,7 +3001,6 @@ lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod lib/Pod/Perldoc/ToXml.pm convert POD to XML lib/Pod/Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText -lib/Pod/Plainer.pm Pod migration utility module lib/Pod/PlainText.pm Convert POD data to formatted ASCII text lib/Pod/Select.pm Pod-Parser - select portions of POD docs lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox @@ -3067,11 +3224,6 @@ lib/Search/Dict.pm Perform binary search on dictionaries lib/Search/Dict.t See if Search::Dict works lib/SelectSaver.pm Enforce proper select scoping lib/SelectSaver.t See if SelectSaver works -lib/SelfLoader.pm Load functions only on demand -lib/SelfLoader/t/01SelfLoader.t See if SelfLoader works -lib/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works -lib/Shell.pm Make AUTOLOADed system() calls -lib/Shell.t Tests for above lib/shellwords.pl Perl library to split into words with shell quoting lib/sigtrap.pm For trapping an abort and giving traceback lib/sigtrap.t See if sigtrap works @@ -3082,30 +3234,15 @@ lib/strict.pm For "use strict" lib/strict.t See if strictures work lib/subs.pm Declare overriding subs lib/subs.t See if subroutine pseudo-importation works -lib/Switch.pm Switch for Perl -lib/Switch/t/given.t See if Perl 6 given (switch) works -lib/Switch/t/nested.t See if nested switch works -lib/Switch/t/switch.t See if Perl 5 switch works lib/Symbol.pm Symbol table manipulation routines lib/Symbol.t See if Symbol works lib/syslog.pl Perl library supporting syslogging lib/tainted.pl Old code for tainting -lib/Term/ANSIColor/ChangeLog Term::ANSIColor -lib/Term/ANSIColor.pm Perl module supporting termcap usage -lib/Term/ANSIColor/README Term::ANSIColor -lib/Term/ANSIColor/t/basic.t Tests for Term::ANSIColor lib/termcap.pl Perl library supporting termcap usage -lib/Term/Cap.pm Perl module supporting termcap usage -lib/Term/Cap.t See if Term::Cap works lib/Term/Complete.pm A command completion subroutine lib/Term/Complete.t See if Term::Complete works lib/Term/ReadLine.pm Stub readline library lib/Term/ReadLine.t See if Term::ReadLine works -lib/Term/UI/History.pm Term::UI -lib/Term/UI.pm Term::UI -lib/Term/UI/t/00_load.t Term::UI tests -lib/Term/UI/t/01_history.t Term::UI tests -lib/Term/UI/t/02_ui.t Term::UI tests lib/Test/Builder/Module.pm Base class for test modules lib/Test/Builder.pm For writing new test libraries lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester @@ -3219,18 +3356,6 @@ lib/Test/t/todo.t See if Test works lib/Test/Tutorial.pod A tutorial on writing tests lib/Text/Abbrev.pm An abbreviation table builder lib/Text/Abbrev.t Test Text::Abbrev -lib/Text/Balanced/Changes Text::Balanced -lib/Text/Balanced.pm Text::Balanced -lib/Text/Balanced/README Text::Balanced -lib/Text/Balanced/t/00-load.t See if Text::Balanced works -lib/Text/Balanced/t/extbrk.t See if Text::Balanced works -lib/Text/Balanced/t/extcbk.t See if Text::Balanced works -lib/Text/Balanced/t/extdel.t See if Text::Balanced works -lib/Text/Balanced/t/extmul.t See if Text::Balanced works -lib/Text/Balanced/t/extqlk.t See if Text::Balanced works -lib/Text/Balanced/t/exttag.t See if Text::Balanced works -lib/Text/Balanced/t/extvar.t See if Text::Balanced works -lib/Text/Balanced/t/gentag.t See if Text::Balanced works lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter lib/Text/ParseWords.t See if Text::ParseWords works lib/Text/ParseWords/taint.t See if Text::ParseWords works with tainting @@ -3251,71 +3376,17 @@ lib/Text/TabsWrap/t/wrap_separator2.t See if Text::Wrap::wrap works lib/Text/TabsWrap/t/wrap.t See if Text::Wrap::wrap works lib/Text/Wrap.pm Paragraph formatter lib/Thread.pm Thread extensions frontend -lib/Thread/Queue.pm Thread-safe queues -lib/Thread/Queue/t/01_basic.t Thread::Queue tests -lib/Thread/Queue/t/02_refs.t Thread::Queue tests -lib/Thread/Queue/t/03_peek.t Thread::Queue tests -lib/Thread/Queue/t/04_errs.t Thread::Queue tests -lib/Thread/Queue/t/05_extract.t Thread::Queue tests -lib/Thread/Queue/t/06_insert.t Thread::Queue tests -lib/Thread/Queue/t/07_lock.t Thread::Queue tests -lib/Thread/Queue/t/08_nothreads.t Thread::Queue tests -lib/Thread/Semaphore.pm Thread-safe semaphores -lib/Thread/Semaphore/t/01_basic.t Thread::Semaphore tests -lib/Thread/Semaphore/t/02_errs.t Thread::Semaphore tests -lib/Thread/Semaphore/t/03_nothreads.t Thread::Semaphore tests lib/Thread.t Thread extensions frontend tests lib/Tie/Array.pm Base class for tied arrays lib/Tie/Array/push.t Test for Tie::Array lib/Tie/Array/splice.t Test for Tie::Array::SPLICE lib/Tie/Array/stdpush.t Test for Tie::StdArray lib/Tie/Array/std.t Test for Tie::StdArray -lib/Tie/File.pm Files as tied arrays -lib/Tie/File/t/00_version.t Trivial test for Tie::File -lib/Tie/File/t/01_gen.t Generic read/write tests for Tie::File -lib/Tie/File/t/02_fetchsize.t File length fetch test for Tie::File -lib/Tie/File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File -lib/Tie/File/t/04_splice.t SPLICE method tests for Tie::File -lib/Tie/File/t/05_size.t $#a tests for Tie::File -lib/Tie/File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File -lib/Tie/File/t/07_rv_splice.t SPLICE method return value tests for Tie::File -lib/Tie/File/t/08_ro.t read-only mode tests for Tie::File -lib/Tie/File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator -lib/Tie/File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator -lib/Tie/File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator -lib/Tie/File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator -lib/Tie/File/t/13_size_rs.t Like 05_size.t, with unusual record separator -lib/Tie/File/t/14_lock.t File locking method tests for Tie::File -lib/Tie/File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File -lib/Tie/File/t/16_handle.t Tying a handle instead of a file for Tie::File -lib/Tie/File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File -lib/Tie/File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator -lib/Tie/File/t/19_cache.t Read cache exercises and regression for Tie::File -lib/Tie/File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File -lib/Tie/File/t/21_win32.t Win32 special behavior of Tie::File -lib/Tie/File/t/22_autochomp.t 'autochomp' option of Tie::File -lib/Tie/File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp -lib/Tie/File/t/24_cache_loop.t Regression for old Tie::File cache bug -lib/Tie/File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled -lib/Tie/File/t/26_twrite.t Unit tests for Tie::File::_twrite -lib/Tie/File/t/27_iwrite.t Unit tests for Tie::File::_iwrite -lib/Tie/File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite -lib/Tie/File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy -lib/Tie/File/t/29_downcopy.t Unit tests for Tie::File::_downcopy -lib/Tie/File/t/30_defer.t deferred writing feature tests for Tie::File -lib/Tie/File/t/31_autodefer.t 'autodefer' feature tests for Tie::File -lib/Tie/File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing -lib/Tie/File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records -lib/Tie/File/t/40_abs_cache.t Unit tests for Tie::File::Cache -lib/Tie/File/t/41_heap.t Unit tests for Tie::File::Heap -lib/Tie/File/t/42_offset.t Unit tests for the offset method lib/Tie/Handle.pm Base class for tied handles lib/Tie/Handle/stdhandle_from_handle.t Test for Tie::StdHandle/Handle backwards compat lib/Tie/Handle/stdhandle.t Test for Tie::StdHandle lib/Tie/Hash/NamedCapture.pm Implements %- and %+ behaviour lib/Tie/Hash.pm Base class for tied hashes -lib/Tie/Memoize.pm Base class for memoized tied hashes -lib/Tie/Memoize.t Test for Memoize.t lib/Tie/RefHash.pm Base class for tied hashes with references as keys lib/Tie/RefHash/rebless.t Test for Tie::RefHash with rebless lib/Tie/RefHash/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable @@ -3433,13 +3504,6 @@ mg.c Magic code mg.h Magic header minimod.pl Writes lib/ExtUtils/Miniperl.pm miniperlmain.c Basic perl w/o dynamic loading or extensions -mint/errno.h MiNT port -mint/Makefile MiNT port -mint/pwd.c MiNT port -mint/README MiNT port -mint/stdio.h MiNT port -mint/sys/time.h MiNT port -mint/time.h MiNT port mkppport A script that distributes ppport.h mkppport.lst List of extensions that need a ppport.h mpeix/mpeix.c MPE/iX port @@ -3520,51 +3584,51 @@ os2/Makefile.SHs Shared library generation for OS/2 os2/os2add.sym Overriding symbols to export os2/os2_base.t Additional tests for builtin methods os2/os2.c Additional code for OS/2 -os2/OS2/ExtAttr/Changes EA access module -os2/OS2/ExtAttr/ExtAttr.pm EA access module -os2/OS2/ExtAttr/ExtAttr.xs EA access module -os2/OS2/ExtAttr/Makefile.PL EA access module -os2/OS2/ExtAttr/MANIFEST EA access module -os2/OS2/ExtAttr/myea.h EA access module -os2/OS2/ExtAttr/t/os2_ea.t EA access module -os2/OS2/ExtAttr/typemap EA access module os2/os2ish.h Header for OS/2 +os2/OS2/OS2-ExtAttr/Changes EA access module +os2/OS2/OS2-ExtAttr/ExtAttr.pm EA access module +os2/OS2/OS2-ExtAttr/ExtAttr.xs EA access module +os2/OS2/OS2-ExtAttr/Makefile.PL EA access module +os2/OS2/OS2-ExtAttr/MANIFEST EA access module +os2/OS2/OS2-ExtAttr/myea.h EA access module +os2/OS2/OS2-ExtAttr/t/os2_ea.t EA access module +os2/OS2/OS2-ExtAttr/typemap EA access module +os2/OS2/OS2-PrfDB/Changes System database access module +os2/OS2/OS2-PrfDB/Makefile.PL System database access module +os2/OS2/OS2-PrfDB/MANIFEST System database access module +os2/OS2/OS2-PrfDB/PrfDB.pm System database access module +os2/OS2/OS2-PrfDB/PrfDB.xs System database access module +os2/OS2/OS2-PrfDB/t/os2_prfdb.t System database access module +os2/OS2/OS2-Process/Makefile.PL system() constants in a module +os2/OS2/OS2-Process/MANIFEST system() constants in a module +os2/OS2/OS2-Process/Process.pm system() constants in a module +os2/OS2/OS2-Process/Process.xs system() constants in a module +os2/OS2/OS2-Process/t/os2_atoms.t Test for OS2::Process +os2/OS2/OS2-Process/t/os2_clipboard.t Test for OS2::Process +os2/OS2/OS2-Process/t/os2_process_kid.t Tests +os2/OS2/OS2-Process/t/os2_process.t Tests +os2/OS2/OS2-Process/t/os2_process_text.t Tests +os2/OS2/OS2-REXX/Changes DLL access module +os2/OS2/OS2-REXX/DLL/Changes DLL access module +os2/OS2/OS2-REXX/DLL/DLL.pm DLL access module +os2/OS2/OS2-REXX/DLL/DLL.xs DLL access module +os2/OS2/OS2-REXX/DLL/Makefile.PL DLL access module +os2/OS2/OS2-REXX/DLL/MANIFEST DLL access module +os2/OS2/OS2-REXX/Makefile.PL DLL access module +os2/OS2/OS2-REXX/MANIFEST DLL access module +os2/OS2/OS2-REXX/REXX.pm DLL access module +os2/OS2/OS2-REXX/REXX.xs DLL access module +os2/OS2/OS2-REXX/t/rx_cmprt.t DLL access module +os2/OS2/OS2-REXX/t/rx_dllld.t DLL access module +os2/OS2/OS2-REXX/t/rx_emxrv.t DLL access module +os2/OS2/OS2-REXX/t/rx_objcall.t DLL access module +os2/OS2/OS2-REXX/t/rx_sql.test DLL access module +os2/OS2/OS2-REXX/t/rx_tiesql.test DLL access module +os2/OS2/OS2-REXX/t/rx_tievar.t DLL access module +os2/OS2/OS2-REXX/t/rx_tieydb.t DLL access module +os2/OS2/OS2-REXX/t/rx_varset.t DLL access module +os2/OS2/OS2-REXX/t/rx_vrexx.t DLL access module os2/os2_pipe.t Tests for pipe creation logic -os2/OS2/PrfDB/Changes System database access module -os2/OS2/PrfDB/Makefile.PL System database access module -os2/OS2/PrfDB/MANIFEST System database access module -os2/OS2/PrfDB/PrfDB.pm System database access module -os2/OS2/PrfDB/PrfDB.xs System database access module -os2/OS2/PrfDB/t/os2_prfdb.t System database access module -os2/OS2/Process/Makefile.PL system() constants in a module -os2/OS2/Process/MANIFEST system() constants in a module -os2/OS2/Process/Process.pm system() constants in a module -os2/OS2/Process/Process.xs system() constants in a module -os2/OS2/Process/t/os2_atoms.t Test for OS2::Process -os2/OS2/Process/t/os2_clipboard.t Test for OS2::Process -os2/OS2/Process/t/os2_process_kid.t Tests -os2/OS2/Process/t/os2_process.t Tests -os2/OS2/Process/t/os2_process_text.t Tests -os2/OS2/REXX/Changes DLL access module -os2/OS2/REXX/DLL/Changes DLL access module -os2/OS2/REXX/DLL/DLL.pm DLL access module -os2/OS2/REXX/DLL/DLL.xs DLL access module -os2/OS2/REXX/DLL/Makefile.PL DLL access module -os2/OS2/REXX/DLL/MANIFEST DLL access module -os2/OS2/REXX/Makefile.PL DLL access module -os2/OS2/REXX/MANIFEST DLL access module -os2/OS2/REXX/REXX.pm DLL access module -os2/OS2/REXX/REXX.xs DLL access module -os2/OS2/REXX/t/rx_cmprt.t DLL access module -os2/OS2/REXX/t/rx_dllld.t DLL access module -os2/OS2/REXX/t/rx_emxrv.t DLL access module -os2/OS2/REXX/t/rx_objcall.t DLL access module -os2/OS2/REXX/t/rx_sql.test DLL access module -os2/OS2/REXX/t/rx_tiesql.test DLL access module -os2/OS2/REXX/t/rx_tievar.t DLL access module -os2/OS2/REXX/t/rx_tieydb.t DLL access module -os2/OS2/REXX/t/rx_varset.t DLL access module -os2/OS2/REXX/t/rx_vrexx.t DLL access module os2/os2.sym Additional symbols to export os2/os2thread.h pthread-like typedefs os2/OS2/typemap Common typemap for OS/2 types @@ -3618,6 +3682,7 @@ pod/Makefile.SH generate Makefile which makes pods into something else pod/perl5004delta.pod Perl changes in version 5.004 pod/perl5005delta.pod Perl changes in version 5.005 pod/perl5100delta.pod Perl changes in version 5.10.0 +pod/perl5101delta.pod Perl changes in version 5.10.1 pod/perl5110delta.pod Perl changes in version 5.11.0 pod/perl561delta.pod Perl changes in version 5.6.1 pod/perl56delta.pod Perl changes in version 5.6 @@ -3752,7 +3817,6 @@ 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 Porting/checkAUTHORS.pl Check that the AUTHORS file is complete -Porting/checkcase.pl Check whether we are case-insensitive-fs-friendly Porting/checkcfgvar.pl Check that config scripts define all symbols Porting/checkURL.pl Check whether we have working URLs Porting/checkVERSION.pl Check whether we have $VERSIONs @@ -3785,6 +3849,7 @@ Porting/makerel Release making utility Porting/make_snapshot.pl Make a tgz snapshot of our tree with a .patch file in it Porting/manicheck Check against MANIFEST Porting/manisort Sort the MANIFEST +Porting/perldelta_template Template for creating new perldelta.pod files 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 @@ -3829,11 +3894,9 @@ README.irix Perl notes for Irix README.jp Perl for Japanese (in EUC-JP) README.ko Perl for Korean (in EUC-KR) README.linux Perl notes for Linux -README.machten Perl notes for Power MachTen README.macos Perl notes for Mac OS (Classic) README.macosx Perl notes for Mac OS X README.micro Notes about microperl -README.mint Perl notes for MiNT README.mpeix Perl notes for MPE/iX README.netware Perl notes for NetWare README.openbsd Perl notes for OpenBSD @@ -3941,6 +4004,7 @@ t/comp/cmdopt.t See if command optimization works t/comp/colon.t See if colons are parsed correctly t/comp/decl.t See if declarations work t/comp/fold.t See if constant folding works +t/comp/hints.aux Auxillary file for %^H test t/comp/hints.t See if %^H works t/comp/multiline.t See if multiline strings work t/comp/opsubs.t See if q() etc. are not parsed as functions @@ -3956,6 +4020,7 @@ t/comp/term.t See if more terms work t/comp/uproto.t See if the _ prototype works t/comp/use.t See if pragmata work t/comp/utf.t See if UTFs work +TestInit.pm Preamble library for tests t/harness Finer diagnostics from test suite thread.h Threading header time64.c 64 bit clean time.h (code) @@ -3993,20 +4058,6 @@ t/lib/Cname.pm Test charnames in regexes (op/pat.t) t/lib/common.pl Helper for lib/{warnings,feature}.t t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t -t/lib/compress/any.pl Compress::Zlib -t/lib/compress/anyunc.pl Compress::Zlib -t/lib/compress/CompTestUtils.pm Compress::Zlib -t/lib/compress/destroy.pl Compress::Zlib -t/lib/compress/encode.pl Compress::Zlib -t/lib/compress/generic.pl Compress::Zlib -t/lib/compress/merge.pl Compress::Zlib -t/lib/compress/multi.pl Compress::Zlib -t/lib/compress/newtied.pl Compress::Zlib -t/lib/compress/oneshot.pl Compress::Zlib -t/lib/compress/prime.pl Compress::Zlib -t/lib/compress/tied.pl Compress::Zlib -t/lib/compress/truncate.pl Compress::Zlib -t/lib/compress/zlib-generic.pl Compress::Zlib t/lib/contains_bad_pod.xr Pod-Parser test file t/lib/contains_pod.xr Pod-Parser test file t/lib/croak.t Test calls to Perl_croak() in the C source. @@ -4016,33 +4067,11 @@ t/lib/deprecate/Optionally.pm Optionally deprecated module to test deprecate.pm t/lib/deprecate.t Test deprecate.pm t/lib/Devel/switchd.pm Module for t/run/switchd.t t/lib/Dev/Null.pm Test::More test module -t/lib/dprof/test1_t Perl code profiler tests -t/lib/dprof/test1_v Perl code profiler tests -t/lib/dprof/test2_t Perl code profiler tests -t/lib/dprof/test2_v Perl code profiler tests -t/lib/dprof/test3_t Perl code profiler tests -t/lib/dprof/test3_v Perl code profiler tests -t/lib/dprof/test4_t Perl code profiler tests -t/lib/dprof/test4_v Perl code profiler tests -t/lib/dprof/test5_t Perl code profiler tests -t/lib/dprof/test5_v Perl code profiler tests -t/lib/dprof/test6_t Perl code profiler tests -t/lib/dprof/test6_v Perl code profiler tests -t/lib/dprof/test7_t Perl code profiler tests -t/lib/dprof/test7_v Perl code profiler tests -t/lib/dprof/test8_t Perl code profiler tests -t/lib/dprof/test8_v Perl code profiler tests -t/lib/dprof/V.pm Perl code profiler tests t/lib/feature/bundle Tests for feature bundles t/lib/feature/implicit Tests for implicit loading of feature.pm t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature t/lib/feature/say Tests for enabling/disabling say feature t/lib/feature/switch Tests for enabling/disabling switch feature -t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests -t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests -t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests -t/lib/Filter/Simple/ImportTest.pm Helper file for Filter::Simple tests -t/lib/filter-util.pl See if Filter::Util::Call works t/lib/h2ph.h Test header file for h2ph t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison t/lib/locale/latin1 Part of locale.t in Latin 1 @@ -4142,6 +4171,8 @@ t/mro/complex_dfs.t mro tests t/mro/dbic_c3.t mro tests t/mro/dbic_dfs.t mro tests t/mro/inconsistent_c3.t mro tests +t/mro/isa_c3.t test for optimisatised mro_get_linear_isa_c3 +t/mro/isa_dfs.t test for optimisatised mro_get_linear_isa_dfs t/mro/method_caching.t mro tests t/mro/next_edgecases.t mro tests t/mro/next_goto.t mro tests @@ -4158,7 +4189,6 @@ t/mro/recursion_c3.t mro tests t/mro/recursion_dfs.t mro tests t/mro/vulcan_c3.t mro tests t/mro/vulcan_dfs.t mro tests -Todo.micro The Wishlist for microperl toke.c The tokener t/op/64bitint.t See if 64 bit integers work t/op/alarm.t See if alarm works @@ -4366,7 +4396,6 @@ t/pod/nested_seqs.xr Expected results for nested_seqs.t t/pod/oneline_cmds.t Test single paragraph ==cmds t/pod/oneline_cmds.xr Expected results for oneline_cmds.t t/pod/p2u_data.pl Test Pod::Usage -t/pod/plainer.t Test Pod::Plainer t/pod/pod2usage2.t Test Pod::Usage t/pod/pod2usage.t Test Pod::Usage t/pod/pod2usage.xr Expected results for pod2usage.t @@ -4385,6 +4414,7 @@ t/pod/testpods/lib/Pod/Stuff.pm Sample data for t/pod/find.t t/pod/twice.t Test Pod::Parser t/pod/usage2.pod Test POD for pod2usage tests t/pod/usage.pod Test POD for pod2usage tests +t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly t/README Instructions for regression tests t/run/cloexec.t Test close-on-exec. t/run/exit.t Test perl's exit status. @@ -4406,7 +4436,6 @@ t/run/switchx2.aux Data for switchx.t t/run/switchx.aux Data for switchx.t t/run/switchx.t Test the -x switch t/TEST The regression tester -t/TestInit.pm Preamble library for core tests t/test.pl Simple testing library t/thread_it.pl Run regression tests in a new thread t/uni/cache.t See if Unicode swash caching works @@ -4475,18 +4504,8 @@ vmesa/Makefile VM/ESA Makefile vmesa/vmesa.c VM/ESA-specific C code for Perl core vmesa/vmesaish.h VM/ESA-specific C header for Perl core vms/descrip_mms.template Template MM[SK] description file for build -vms/ext/DCLsym/0README.txt ReadMe file for VMS::DCLsym -vms/ext/DCLsym/DCLsym.pm Perl access to CLI symbols -vms/ext/DCLsym/DCLsym.xs Perl access to CLI symbols -vms/ext/DCLsym/Makefile.PL MakeMaker driver for VMS::DCLsym -vms/ext/DCLsym/test.pl regression tests for VMS::DCLsym vms/ext/Filespec.pm VMS-Unix file syntax interconversion vms/ext/filespec.t See if VMS::Filespec functions work -vms/ext/Stdio/0README.txt ReadMe file for VMS::Stdio -vms/ext/Stdio/Makefile.PL MakeMaker driver for VMS::Stdio -vms/ext/Stdio/Stdio.pm VMS options to stdio routines -vms/ext/Stdio/Stdio.xs VMS options to stdio routines -vms/ext/Stdio/test.pl regression tests for VMS::Stdio vms/genopt.com hack to write options files in case of broken makes vms/gen_shrfls.pl generate options files and glue for shareable image vms/make_command.com record MM[SK] command used to build Perl