X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=cb599fdc82bcdd3206b607b8f30b2a7133a97a96;hb=5b79a2243fad631bde9802bdfa8903ea90aca08d;hp=6b914a13831054de217bf96cf1315ef7b9e03b78;hpb=1996665eb2c109625e05a30baf70adf11570e7e1;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 6b914a1..cb599fd 100644 --- a/MANIFEST +++ b/MANIFEST @@ -131,10 +131,179 @@ cpan/AutoLoader/lib/AutoLoader.pm Autoloader base class cpan/AutoLoader/lib/AutoSplit.pm Split up autoload functions cpan/AutoLoader/t/01AutoLoader.t See if AutoLoader works cpan/AutoLoader/t/02AutoSplit.t See if AutoSplit works +cpan/B-Debug/Debug.pm Compiler Debug backend +cpan/B-Debug/t/debug.t See if B::Debug works +cpan/bignum/lib/bigint.pm bigint +cpan/bignum/lib/bignum.pm bignum +cpan/bignum/lib/bigrat.pm bigrat +cpan/bignum/lib/Math/BigFloat/Trace.pm bignum tracing +cpan/bignum/lib/Math/BigInt/Trace.pm bignum tracing +cpan/bignum/t/big_e_pi.t See if bignum exports e() and PI() +cpan/bignum/t/bigexp.t See if bignum works +cpan/bignum/t/bigint.t See if bigint works +cpan/bignum/t/bignum.t See if bignum works +cpan/bignum/t/bigrat.t See if bigrat works +cpan/bignum/t/bii_e_pi.t See if bigint exports e() and PI() +cpan/bignum/t/biinfnan.t See if bignum works +cpan/bignum/t/bir_e_pi.t See if bigrat exports e() and PI() +cpan/bignum/t/bninfnan.t See if bignum works +cpan/bignum/t/bn_lite.t See if bignum with Math::BigInt::Lite works +cpan/bignum/t/brinfnan.t See if bignum works +cpan/bignum/t/br_lite.t See if bigrat with Math::BigInt::Lite works +cpan/bignum/t/in_effect.t See if in_effect() works +cpan/bignum/t/infnan.inc See if bignum with inf/NaN works +cpan/bignum/t/option_a.t See if bignum a => X works +cpan/bignum/t/option_l.t See if bignum l => X works +cpan/bignum/t/option_p.t See if bignum p => X works +cpan/bignum/t/ratopt_a.t See if bigrat a => X works +cpan/bignum/t/scope_f.t See if no bignum works +cpan/bignum/t/scope_i.t See if no bigint works +cpan/bignum/t/scope_r.t See if no bigrat works +cpan/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B:: +cpan/B-Lint/lib/B/Lint.pm Compiler Lint backend +cpan/B-Lint/t/lint.t See if B::Lint works +cpan/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint works +cpan/CGI/Changes Changelog for CGI.pm +cpan/CGI/examples/caution.xbm CGI example +cpan/CGI/examples/clickable_image.cgi CGI example +cpan/CGI/examples/cookie.cgi CGI example +cpan/CGI/examples/crash.cgi CGI example +cpan/CGI/examples/customize.cgi CGI example +cpan/CGI/examples/diff_upload.cgi CGI example +cpan/CGI/examples/dna.small.gif Small image for CGI examples +cpan/CGI/examples/file_upload.cgi CGI example +cpan/CGI/examples/frameset.cgi CGI example +cpan/CGI/examples/index.html Index page for CGI examples +cpan/CGI/examples/internal_links.cgi CGI example +cpan/CGI/examples/javascript.cgi CGI example +cpan/CGI/examples/make_links.pl CGI example +cpan/CGI/examples/monty.cgi CGI example +cpan/CGI/examples/multiple_forms.cgi CGI example +cpan/CGI/examples/nph-clock.cgi CGI example +cpan/CGI/examples/nph-multipart.cgi CGI example +cpan/CGI/examples/popup.cgi CGI example +cpan/CGI/examples/save_state.cgi CGI example +cpan/CGI/examples/tryit.cgi CGI example +cpan/CGI/examples/wilogo.gif CGI example +cpan/CGI/lib/CGI/Apache.pm Support for Apache's Perl module +cpan/CGI/lib/CGI/Carp.pm Log server errors with helpful context +cpan/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies +cpan/CGI/lib/CGI/Fast.pm Support for FastCGI (persistent server process) +cpan/CGI/lib/CGI.pm Web server interface ("Common Gateway Interface") +cpan/CGI/lib/CGI/Pretty.pm Output nicely formatted HTML +cpan/CGI/lib/CGI/Push.pm Support for server push +cpan/CGI/lib/CGI/Switch.pm Simple interface for multiple server types +cpan/CGI/lib/CGI/Util.pm Utility functions +cpan/CGI/t/apache.t See if CGI::Apache still loads +cpan/CGI/t/autoescape.t See if CGI.pm works +cpan/CGI/t/can.t See if CGI.pm works +cpan/CGI/t/carp.t See if CGI::Carp works +cpan/CGI/t/checkbox_group.t See if CGI.pm works +cpan/CGI/t/cookie.t See if CGI::Cookie works +cpan/CGI/t/Dump.t See if CGI->Dump works +cpan/CGI/t/end_form.t See if CGI.pm works +cpan/CGI/t/form.t See if CGI.pm works +cpan/CGI/t/function.t See if CGI.pm works +cpan/CGI/t/hidden.t See if CGI.pm works +cpan/CGI/t/html.t See if CGI.pm works +cpan/CGI/t/http.t See if CGI.pm works +cpan/CGI/t/init.t See if CGI.pm works +cpan/CGI/t/init_test.txt See if CGI.pm works +cpan/CGI/t/no_tabindex.t See if CGI.pm works +cpan/CGI/t/popup_menu.t See if CGI pop menus work +cpan/CGI/t/pretty.t See if CGI.pm works +cpan/CGI/t/push.t See if CGI::Push works +cpan/CGI/t/query_string.t See if CGI->query_string() works +cpan/CGI/t/request.t See if CGI.pm works +cpan/CGI/t/save_read_roundtrip.t See if CGI.pm works +cpan/CGI/t/start_end_asterisk.t See if CGI.pm works +cpan/CGI/t/start_end_end.t See if CGI.pm works +cpan/CGI/t/start_end_start.t See if CGI.pm works +cpan/CGI/t/switch.t See if CGI::Switch still loads +cpan/CGI/t/unescapeHTML.t See if CGI::unescapeHTML() works +cpan/CGI/t/uploadInfo.t See if CGI.pm works +cpan/CGI/t/upload_post_text.txt Test data for CGI.pm +cpan/CGI/t/upload.t See if CGI.pm works +cpan/CGI/t/user_agent.t See if CGI->user_agent() works +cpan/CGI/t/utf8.t See if CGI.pm works +cpan/CGI/t/util-58.t See if 5.8-dependent features work +cpan/CGI/t/util.t See if CGI.pm works cpan/Class-ISA/ChangeLog Changes for Class::ISA cpan/Class-ISA/lib/Class/ISA.pm Class::ISA cpan/Class-ISA/t/00_about_verbose.t Tests for Class::ISA cpan/Class-ISA/t/01_old_junk.t Tests for Class::ISA +cpan/Compress-Raw-Bzip2/bzip2-src/blocksort.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzip2.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.c +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib.h +cpan/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h +cpan/Compress-Raw-Bzip2/bzip2-src/compress.c +cpan/Compress-Raw-Bzip2/bzip2-src/crctable.c +cpan/Compress-Raw-Bzip2/bzip2-src/decompress.c +cpan/Compress-Raw-Bzip2/bzip2-src/dlltest.c +cpan/Compress-Raw-Bzip2/bzip2-src/huffman.c +cpan/Compress-Raw-Bzip2/bzip2-src/LICENSE +cpan/Compress-Raw-Bzip2/bzip2-src/mk251.c +cpan/Compress-Raw-Bzip2/bzip2-src/randtable.c +cpan/Compress-Raw-Bzip2/bzip2-src/spewG.c +cpan/Compress-Raw-Bzip2/bzip2-src/unzcrash.c +cpan/Compress-Raw-Bzip2/Bzip2.xs +cpan/Compress-Raw-Bzip2/Changes +cpan/Compress-Raw-Bzip2/fallback/constants.h +cpan/Compress-Raw-Bzip2/fallback/constants.xs +cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +cpan/Compress-Raw-Bzip2/Makefile.PL +cpan/Compress-Raw-Bzip2/pod/FAQ.pod +cpan/Compress-Raw-Bzip2/private/MakeUtil.pm +cpan/Compress-Raw-Bzip2/README +cpan/Compress-Raw-Bzip2/t/000prereq.t +cpan/Compress-Raw-Bzip2/t/01bzip2.t +cpan/Compress-Raw-Bzip2/t/09limitoutput.t +cpan/Compress-Raw-Bzip2/t/99pod.t +cpan/Compress-Raw-Bzip2/t/compress/CompTestUtils.pm +cpan/Compress-Raw-Bzip2/typemap +cpan/Compress-Raw-Zlib/Changes Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/config.in Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/pod/FAQ.pod Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/README Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/02zlib.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/07bufsize.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/09limitoutput.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/18lvalue.t Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/t/compress/CompTestUtils.pm +cpan/Compress-Raw-Zlib/typemap Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/adler32.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/compress.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib +cpan/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib +cpan/CPAN/Changes CPAN.pm Changes file cpan/CPAN/lib/CPAN/API/HOWTO.pod recipe book for programming with CPAN.pm cpan/CPAN/lib/CPAN/Author.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Bundle.pm helper package for CPAN.pm @@ -160,19 +329,18 @@ cpan/CPAN/lib/CPAN/Kwalify.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/LWP/UserAgent.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Module.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions -cpan/CPAN/lib/CPAN/PAUSE2003.pub CPAN public key -cpan/CPAN/lib/CPAN/PAUSE2005.pub CPAN public key -cpan/CPAN/lib/CPAN/PAUSE2007.pub CPAN public key -cpan/CPAN/lib/CPAN/PAUSE2009.pub CPAN public key cpan/CPAN/lib/CPAN.pm Interface to Comprehensive Perl Archive Network cpan/CPAN/lib/CPAN/Prompt.pm cpan/CPAN/lib/CPAN/Queue.pm queueing system for CPAN.pm cpan/CPAN/lib/CPAN/Shell.pm -cpan/CPAN/lib/CPAN/SIGNATURE CPAN public key cpan/CPAN/lib/CPAN/Tarzip.pm helper package for CPAN.pm cpan/CPAN/lib/CPAN/URL.pm cpan/CPAN/lib/CPAN/Version.pm Simple math with different flavors of version strings cpan/CPAN/Makefile.PL +cpan/CPAN/PAUSE2003.pub CPAN public key +cpan/CPAN/PAUSE2005.pub CPAN public key +cpan/CPAN/PAUSE2007.pub CPAN public key +cpan/CPAN/PAUSE2009.pub CPAN public key cpan/CPANPLUS/bin/cpan2dist the cpan2dist utility cpan/CPANPLUS/bin/cpanp the cpanp utility cpan/CPANPLUS/bin/cpanp-run-perl the cpanp-run-perl utility @@ -475,6 +643,63 @@ cpan/Devel-PPPort/t/uv.t Devel::PPPort test file cpan/Devel-PPPort/t/variables.t Devel::PPPort test file cpan/Devel-PPPort/t/warn.t Devel::PPPort test file cpan/Devel-PPPort/typemap Devel::PPPort Typemap +cpan/Digest/Changes Digest changelog +cpan/Digest/Digest/base.pm Digest extensions +cpan/Digest/Digest/file.pm Digest extensions +cpan/Digest/Digest.pm Digest extensions +cpan/Digest-MD5/Changes Digest::MD5 extension changes +cpan/Digest-MD5/hints/dec_osf.pl Hints for named architecture +cpan/Digest-MD5/hints/irix_6.pl Hints for named architecture +cpan/Digest-MD5/hints/MacOS.pl Hints for named architecture +cpan/Digest-MD5/Makefile.PL Digest::MD5 extension makefile writer +cpan/Digest-MD5/MD5.pm Digest::MD5 extension +cpan/Digest-MD5/MD5.xs Digest::MD5 extension +cpan/Digest-MD5/README Digest::MD5 extension Readme +cpan/Digest-MD5/t/align.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/badfile.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/bits.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/clone.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/files.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/md5-aaa.t See if Digest::MD5 extension works +cpan/Digest-MD5/t/utf8.t See if Digest::MD5 extension works +cpan/Digest-MD5/typemap Digest::MD5 extension +cpan/Digest-SHA/Changes Digest::SHA changes +cpan/Digest-SHA/lib/Digest/SHA.pm Digest::SHA extension +cpan/Digest-SHA/Makefile.PL Digest::SHA Makefile.PL +cpan/Digest-SHA/README Digest::SHA README +cpan/Digest-SHA/shasum shasum script +cpan/Digest-SHA/SHA.xs Digest::SHA extension +cpan/Digest-SHA/src/hmac.c Digest::SHA extension +cpan/Digest-SHA/src/hmac.h Digest::SHA extension +cpan/Digest-SHA/src/hmacxtra.c Digest::SHA extension +cpan/Digest-SHA/src/sha64bit.c Digest::SHA extension +cpan/Digest-SHA/src/sha64bit.h Digest::SHA extension +cpan/Digest-SHA/src/sha.c Digest::SHA extension +cpan/Digest-SHA/src/sha.h Digest::SHA extension +cpan/Digest-SHA/src/shaxtra.c Digest::SHA extension +cpan/Digest-SHA/t/allfcns.t See if Digest::SHA works +cpan/Digest-SHA/t/base64.t See if Digest::SHA works +cpan/Digest-SHA/t/bitbuf.t See if Digest::SHA works +cpan/Digest-SHA/t/dumpload.t See if Digest::SHA works +cpan/Digest-SHA/t/fips198.t See if Digest::SHA works +cpan/Digest-SHA/t/gglong.t See if Digest::SHA works +cpan/Digest-SHA/t/gg.t See if Digest::SHA works +cpan/Digest-SHA/t/hmacsha.t See if Digest::SHA works +cpan/Digest-SHA/t/ireland.t See if Digest::SHA works +cpan/Digest-SHA/t/methods.t See if Digest::SHA works +cpan/Digest-SHA/t/nistbit.t See if Digest::SHA works +cpan/Digest-SHA/t/nistbyte.t See if Digest::SHA works +cpan/Digest-SHA/t/rfc2202.t See if Digest::SHA works +cpan/Digest-SHA/t/sha1.t See if Digest::SHA works +cpan/Digest-SHA/t/sha224.t See if Digest::SHA works +cpan/Digest-SHA/t/sha256.t See if Digest::SHA works +cpan/Digest-SHA/t/sha384.t See if Digest::SHA works +cpan/Digest-SHA/t/sha512.t See if Digest::SHA works +cpan/Digest-SHA/t/woodbury.t See if Digest::SHA works +cpan/Digest-SHA/typemap Typemap for Digest::SHA +cpan/Digest/t/base.t See if Digest extensions work +cpan/Digest/t/digest.t See if Digest extensions work +cpan/Digest/t/file.t See if Digest extensions work cpan/Encode/AUTHORS List of authors cpan/Encode/bin/enc2xs Encode module generator cpan/Encode/bin/piconv iconv by perl @@ -678,6 +903,12 @@ cpan/Encode/ucm/viscii.ucm Unicode Character Map cpan/Encode/Unicode/Makefile.PL Encode extension cpan/Encode/Unicode/Unicode.pm Encode extension cpan/Encode/Unicode/Unicode.xs Encode extension +cpan/encoding-warnings/Changes Changelog for encoding::warnings +cpan/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions +cpan/encoding-warnings/t/1-warning.t tests for encoding::warnings +cpan/encoding-warnings/t/2-fatal.t tests for encoding::warnings +cpan/encoding-warnings/t/3-normal.t tests for encoding::warnings +cpan/encoding-warnings/t/4-lexical.t tests for encoding::warnings cpan/ExtUtils-CBuilder/Changes Changes for ExtUtils::CBuilder cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm Base class for ExtUtils::CBuilder methods cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm CBuilder methods for AIX @@ -687,16 +918,139 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm CBuilder method cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm CBuilder methods for OS/2 cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm CBuilder methods for Unix cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm CBuilder methods for VMS +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm CBuilder methods for Windows +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm CBuilder methods for Windows +cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm CBuilder methods for Windows cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm CBuilder methods for Windows cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Perl modules cpan/ExtUtils-CBuilder/t/00-have-compiler.t ExtUtils::CBuilder tests cpan/ExtUtils-CBuilder/t/01-basic.t tests for ExtUtils::CBuilder cpan/ExtUtils-CBuilder/t/02-link.t tests for ExtUtils::CBuilder +cpan/ExtUtils-CBuilder/t/03-cplusplus.t tests for ExtUtils::CBuilder +cpan/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms +cpan/ExtUtils-Command/t/cp.t See if ExtUtils::Command works +cpan/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works +cpan/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants +cpan/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works +cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions +cpan/ExtUtils-MakeMaker/Changes MakeMaker change log +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2 +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32 +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95 +cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class +cpan/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension +cpan/ExtUtils-MakeMaker/MANIFEST ExtUtils::MakeMaker MANIFEST +cpan/ExtUtils-MakeMaker/NOTES Notes about MakeMaker internals +cpan/ExtUtils-MakeMaker/PATCHING Suggestions for patching MakeMaker +cpan/ExtUtils-MakeMaker/README MakeMaker README +cpan/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile +cpan/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check() +cpan/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility +cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module +cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages +cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works +cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config +cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported +cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works +cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works +cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker +cpan/ExtUtils-MakeMaker/t/hints.t See if hint files are honored. +cpan/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker +cpan/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker +cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs +cpan/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros +cpan/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker +cpan/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities +cpan/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles +cpan/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints +cpan/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section +cpan/ExtUtils-MakeMaker/t/make.t See if make detection works +cpan/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works +cpan/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works +cpan/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works +cpan/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl +cpan/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile. +cpan/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works +cpan/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works +cpan/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works +cpan/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works +cpan/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works +cpan/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works +cpan/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works +cpan/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works +cpan/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works +cpan/ExtUtils-MakeMaker/TODO Things TODO in MakeMaker +cpan/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners +cpan/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works +cpan/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker +cpan/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM +cpan/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker +cpan/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man +cpan/ExtUtils-MakeMaker/t/postamble.t See if postamble works +cpan/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX +cpan/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works +cpan/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works +cpan/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems +cpan/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works +cpan/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work +cpan/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct +cpan/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works +cpan/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test +cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker +cpan/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker +cpan/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works +cpan/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works +cpan/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works +cpan/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works +cpan/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite +cpan/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files +cpan/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP +cpan/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works cpan/ExtUtils-ParseXS/Changes ExtUtils::ParseXS change log cpan/ExtUtils-ParseXS/lib/ExtUtils/ParseXS.pm converts Perl XS code into C code cpan/ExtUtils-ParseXS/lib/ExtUtils/xsubpp External subroutine preprocessor cpan/ExtUtils-ParseXS/t/basic.t See if ExtUtils::ParseXS works +cpan/ExtUtils-ParseXS/t/more.t Extended ExtUtils::ParseXS testing +cpan/ExtUtils-ParseXS/t/typemap Standard typemap for controlled testing cpan/ExtUtils-ParseXS/t/usage.t ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSInclude.xsh Test file for ExtUtils::ParseXS tests +cpan/ExtUtils-ParseXS/t/XSMore.xs Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSTest.pm Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSTest.xs Test file for ExtUtils::ParseXS tests cpan/ExtUtils-ParseXS/t/XSUsage.pm ExtUtils::ParseXS tests @@ -705,6 +1059,21 @@ cpan/File-Fetch/lib/File/Fetch.pm File::Fetch cpan/File-Fetch/t/01_File-Fetch.t File::Fetch tests cpan/File-Path/lib/File/Path.pm Do things like 'mkdir -p' and 'rm -r' cpan/File-Path/t/Path.t See if File::Path works +cpan/File-Path/t/taint.t See if File::Path works with -T +cpan/File-Temp/t/cmp.t See if File::Temp works +cpan/File-Temp/Temp.pm create safe temporary files and file handles +cpan/File-Temp/t/fork.t See if File::Temp works +cpan/File-Temp/t/lock.t See if File::Temp works +cpan/File-Temp/t/mktemp.t See if File::Temp works +cpan/File-Temp/t/object.t See if File::Temp works +cpan/File-Temp/t/posix.t See if File::Temp works +cpan/File-Temp/t/security.t See if File::Temp works +cpan/File-Temp/t/seekable.t See if File::Temp works +cpan/File-Temp/t/tempfile.t See if File::Temp works +cpan/Filter-Util-Call/Call.pm Filter::Util::Call extension module +cpan/Filter-Util-Call/Call.xs Filter::Util::Call extension external subroutines +cpan/Filter-Util-Call/filter-util.pl See if Filter::Util::Call works +cpan/Filter-Util-Call/t/call.t See if Filter::Util::Call works cpan/Getopt-Long/CHANGES Getopt::Long changes cpan/Getopt-Long/lib/Getopt/Long.pm Fetch command options (GetOptions) cpan/Getopt-Long/README Getopt::Long README @@ -714,6 +1083,162 @@ cpan/Getopt-Long/t/gol-linkage.t See if Getopt::Long works cpan/Getopt-Long/t/gol-oo.t See if Getopt::Long works cpan/Getopt-Long/t/gol-xargv.t See if Getopt::Long works cpan/Getopt-Long/t/gol-xstring.t See if Getopt::Long works +cpan/if/if.pm For "use if" +cpan/if/t/if.t Tests for "use if" +cpan/IO-Compress/Changes IO::Compress +cpan/IO-Compress/examples/compress-zlib/filtdef IO::Compress +cpan/IO-Compress/examples/compress-zlib/filtinf IO::Compress +cpan/IO-Compress/examples/compress-zlib/gzcat IO::Compress +cpan/IO-Compress/examples/compress-zlib/gzgrep IO::Compress +cpan/IO-Compress/examples/compress-zlib/gzstream IO::Compress +cpan/IO-Compress/examples/io/anycat IO::Compress +cpan/IO-Compress/examples/io/bzip2/bzcat IO::Compress +cpan/IO-Compress/examples/io/bzip2/bzgrep IO::Compress +cpan/IO-Compress/examples/io/bzip2/bzstream IO::Compress +cpan/IO-Compress/examples/io/gzip/gzappend IO::Compress +cpan/IO-Compress/examples/io/gzip/gzcat IO::Compress +cpan/IO-Compress/examples/io/gzip/gzgrep IO::Compress +cpan/IO-Compress/examples/io/gzip/gzstream IO::Compress +cpan/IO-Compress/lib/Compress/Zlib.pm IO::Compress +cpan/IO-Compress/lib/File/GlobMapper.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Adapter/Identity.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Base/Common.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Base.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Bzip2.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Deflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Gzip.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress +cpan/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/AnyInflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Base.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Bunzip2.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Gunzip.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Inflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress +cpan/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress +cpan/IO-Compress/Makefile.PL IO::Compress +cpan/IO-Compress/pod/FAQ.pod IO::Compress +cpan/IO-Compress/private/MakeUtil.pm IO::Compress +cpan/IO-Compress/README IO::Compress +cpan/IO-Compress/t/000prereq.t IO::Compress +cpan/IO-Compress/t/001bzip2.t IO::Compress +cpan/IO-Compress/t/001zlib-generic-deflate.t IO::Compress +cpan/IO-Compress/t/001zlib-generic-gzip.t IO::Compress +cpan/IO-Compress/t/001zlib-generic-rawdeflate.t IO::Compress +cpan/IO-Compress/t/001zlib-generic-zip.t IO::Compress +cpan/IO-Compress/t/002any-deflate.t IO::Compress +cpan/IO-Compress/t/002any-gzip.t IO::Compress +cpan/IO-Compress/t/002any-rawdeflate.t IO::Compress +cpan/IO-Compress/t/002any-transparent.t IO::Compress +cpan/IO-Compress/t/002any-zip.t IO::Compress +cpan/IO-Compress/t/004gziphdr.t IO::Compress +cpan/IO-Compress/t/005defhdr.t IO::Compress +cpan/IO-Compress/t/006zip.t IO::Compress +cpan/IO-Compress/t/010examples-bzip2.t IO::Compress +cpan/IO-Compress/t/010examples-zlib.t IO::Compress +cpan/IO-Compress/t/01misc.t IO::Compress +cpan/IO-Compress/t/020isize.t IO::Compress +cpan/IO-Compress/t/050interop-gzip.t IO::Compress +cpan/IO-Compress/t/100generic-bzip2.t IO::Compress +cpan/IO-Compress/t/100generic-deflate.t IO::Compress +cpan/IO-Compress/t/100generic-gzip.t IO::Compress +cpan/IO-Compress/t/100generic-rawdeflate.t IO::Compress +cpan/IO-Compress/t/100generic-zip.t IO::Compress +cpan/IO-Compress/t/101truncate-bzip2.t IO::Compress +cpan/IO-Compress/t/101truncate-deflate.t IO::Compress +cpan/IO-Compress/t/101truncate-gzip.t IO::Compress +cpan/IO-Compress/t/101truncate-rawdeflate.t IO::Compress +cpan/IO-Compress/t/101truncate-zip.t IO::Compress +cpan/IO-Compress/t/102tied-bzip2.t IO::Compress +cpan/IO-Compress/t/102tied-deflate.t IO::Compress +cpan/IO-Compress/t/102tied-gzip.t IO::Compress +cpan/IO-Compress/t/102tied-rawdeflate.t IO::Compress +cpan/IO-Compress/t/102tied-zip.t IO::Compress +cpan/IO-Compress/t/103newtied-bzip2.t IO::Compress +cpan/IO-Compress/t/103newtied-deflate.t IO::Compress +cpan/IO-Compress/t/103newtied-gzip.t IO::Compress +cpan/IO-Compress/t/103newtied-rawdeflate.t IO::Compress +cpan/IO-Compress/t/103newtied-zip.t IO::Compress +cpan/IO-Compress/t/104destroy-bzip2.t IO::Compress +cpan/IO-Compress/t/104destroy-deflate.t IO::Compress +cpan/IO-Compress/t/104destroy-gzip.t IO::Compress +cpan/IO-Compress/t/104destroy-rawdeflate.t IO::Compress +cpan/IO-Compress/t/104destroy-zip.t IO::Compress +cpan/IO-Compress/t/105oneshot-bzip2.t IO::Compress +cpan/IO-Compress/t/105oneshot-deflate.t IO::Compress +cpan/IO-Compress/t/105oneshot-gzip-only.t IO::Compress +cpan/IO-Compress/t/105oneshot-gzip.t IO::Compress +cpan/IO-Compress/t/105oneshot-rawdeflate.t IO::Compress +cpan/IO-Compress/t/105oneshot-zip-bzip2-only.t IO::Compress +cpan/IO-Compress/t/105oneshot-zip-only.t IO::Compress +cpan/IO-Compress/t/105oneshot-zip.t IO::Compress +cpan/IO-Compress/t/106prime-bzip2.t IO::Compress +cpan/IO-Compress/t/106prime-deflate.t IO::Compress +cpan/IO-Compress/t/106prime-gzip.t IO::Compress +cpan/IO-Compress/t/106prime-rawdeflate.t IO::Compress +cpan/IO-Compress/t/106prime-zip.t IO::Compress +cpan/IO-Compress/t/107multi-bzip2.t IO::Compress +cpan/IO-Compress/t/107multi-deflate.t IO::Compress +cpan/IO-Compress/t/107multi-gzip.t IO::Compress +cpan/IO-Compress/t/107multi-rawdeflate.t IO::Compress +cpan/IO-Compress/t/107multi-zip.t IO::Compress +cpan/IO-Compress/t/108anyunc-bzip2.t IO::Compress +cpan/IO-Compress/t/108anyunc-deflate.t IO::Compress +cpan/IO-Compress/t/108anyunc-gzip.t IO::Compress +cpan/IO-Compress/t/108anyunc-rawdeflate.t IO::Compress +cpan/IO-Compress/t/108anyunc-transparent.t IO::Compress +cpan/IO-Compress/t/108anyunc-zip.t IO::Compress +cpan/IO-Compress/t/109merge-deflate.t IO::Compress +cpan/IO-Compress/t/109merge-gzip.t IO::Compress +cpan/IO-Compress/t/109merge-rawdeflate.t IO::Compress +cpan/IO-Compress/t/109merge-zip.t IO::Compress +cpan/IO-Compress/t/110encode-bzip2.t IO::Compress +cpan/IO-Compress/t/110encode-deflate.t IO::Compress +cpan/IO-Compress/t/110encode-gzip.t IO::Compress +cpan/IO-Compress/t/110encode-rawdeflate.t IO::Compress +cpan/IO-Compress/t/110encode-zip.t IO::Compress +cpan/IO-Compress/t/999pod.t IO::Compress +cpan/IO-Compress/t/compress/any.pl Compress::Zlib +cpan/IO-Compress/t/compress/anyunc.pl Compress::Zlib +cpan/IO-Compress/t/compress/CompTestUtils.pm Compress::Zlib +cpan/IO-Compress/t/compress/destroy.pl Compress::Zlib +cpan/IO-Compress/t/compress/encode.pl Compress::Zlib +cpan/IO-Compress/t/compress/generic.pl Compress::Zlib +cpan/IO-Compress/t/compress/merge.pl Compress::Zlib +cpan/IO-Compress/t/compress/multi.pl Compress::Zlib +cpan/IO-Compress/t/compress/newtied.pl Compress::Zlib +cpan/IO-Compress/t/compress/oneshot.pl Compress::Zlib +cpan/IO-Compress/t/compress/prime.pl Compress::Zlib +cpan/IO-Compress/t/compress/tied.pl Compress::Zlib +cpan/IO-Compress/t/compress/truncate.pl Compress::Zlib +cpan/IO-Compress/t/compress/zlib-generic.pl Compress::Zlib +cpan/IO-Compress/t/cz-01version.t IO::Compress +cpan/IO-Compress/t/cz-03zlib-v1.t IO::Compress +cpan/IO-Compress/t/cz-05examples.t IO::Compress +cpan/IO-Compress/t/cz-06gzsetp.t IO::Compress +cpan/IO-Compress/t/cz-08encoding.t IO::Compress +cpan/IO-Compress/t/cz-14gzopen.t IO::Compress +cpan/IO-Compress/t/globmapper.t IO::Compress +cpan/IO-Zlib/t/basic.t Tests for IO::Zlib +cpan/IO-Zlib/t/external.t Tests for IO::Zlib +cpan/IO-Zlib/t/getc.t Tests for IO::Zlib +cpan/IO-Zlib/t/getline.t Tests for IO::Zlib +cpan/IO-Zlib/t/import.t Tests for IO::Zlib +cpan/IO-Zlib/t/large.t Tests for IO::Zlib +cpan/IO-Zlib/t/tied.t Tests for IO::Zlib +cpan/IO-Zlib/t/uncomp1.t Tests for IO::Zlib +cpan/IO-Zlib/t/uncomp2.t Tests for IO::Zlib +cpan/IO-Zlib/Zlib.pm IO::Zlib cpan/IPC-Cmd/lib/IPC/Cmd.pm IPC::Cmd cpan/IPC-Cmd/t/01_IPC-Cmd.t IPC::Cmd tests cpan/IPC-Cmd/t/02_Interactive.t IPC::Cmd tests @@ -740,6 +1265,123 @@ cpan/IPC-SysV/t/pod.t IPC::SysV test file cpan/IPC-SysV/t/sem.t IPC::SysV test file cpan/IPC-SysV/t/shm.t IPC::SysV test file cpan/IPC-SysV/typemap IPC::SysV typemap +cpan/libnet/Changes libnet +cpan/libnet/Config.eg libnet +cpan/libnet/demos/ftp libnet +cpan/libnet/demos/inetd libnet +cpan/libnet/demos/nntp libnet +cpan/libnet/demos/nntp.mirror libnet +cpan/libnet/demos/pop3 libnet +cpan/libnet/demos/smtp.self libnet +cpan/libnet/demos/time libnet +cpan/libnet/Hostname.pm.eg libnet +cpan/libnet/Makefile.PL +cpan/libnet/Net/Cmd.pm libnet +cpan/libnet/Net/Config.pm libnet +cpan/libnet/Net/Domain.pm libnet +cpan/libnet/Net/FTP/A.pm libnet +cpan/libnet/Net/FTP/dataconn.pm libnet +cpan/libnet/Net/FTP/E.pm libnet +cpan/libnet/Net/FTP/I.pm libnet +cpan/libnet/Net/FTP/L.pm libnet +cpan/libnet/Net/FTP.pm libnet +cpan/libnet/Net/libnetFAQ.pod libnet +cpan/libnet/Net/Netrc.pm libnet +cpan/libnet/Net/NNTP.pm libnet +cpan/libnet/Net/POP3.pm libnet +cpan/libnet/Net/SMTP.pm libnet +cpan/libnet/Net/Time.pm libnet +cpan/libnet/README libnet +cpan/libnet/t/config.t libnet +cpan/libnet/t/datasend.t libnet +cpan/libnet/t/ftp.t libnet +cpan/libnet/t/hostname.t libnet +cpan/libnet/t/libnet_t.pl libnet +cpan/libnet/t/netrc.t libnet +cpan/libnet/t/nntp.t libnet +cpan/libnet/t/require.t libnet +cpan/libnet/t/smtp.t libnet +cpan/libnet/t/time.t libnet +cpan/List-Util/Changes Util extension +cpan/List-Util/lib/List/Util.pm List::Util +cpan/List-Util/lib/List/Util/PP.pm List::Util +cpan/List-Util/lib/List/Util/XS.pm List::Util +cpan/List-Util/lib/Scalar/Util.pm Scalar::Util +cpan/List-Util/lib/Scalar/Util/PP.pm Scalar::Util +cpan/List-Util/ListUtil.xs Util extension +cpan/List-Util/Makefile.PL Util extension +cpan/List-Util/multicall.h Util extension +cpan/List-Util/README Util extension +cpan/List-Util/t/00version.t Scalar::Util +cpan/List-Util/t/blessed.t Scalar::Util +cpan/List-Util/t/dualvar.t Scalar::Util +cpan/List-Util/t/expfail.t List::Util +cpan/List-Util/t/first.t List::Util +cpan/List-Util/t/isvstring.t Scalar::Util +cpan/List-Util/t/lln.t Scalar::Util +cpan/List-Util/t/maxstr.t List::Util +cpan/List-Util/t/max.t List::Util +cpan/List-Util/t/minstr.t List::Util +cpan/List-Util/t/min.t List::Util +cpan/List-Util/t/openhan.t Scalar::Util +cpan/List-Util/t/p_00version.t Scalar::Util +cpan/List-Util/t/p_blessed.t Scalar::Util +cpan/List-Util/t/p_first.t List::Util +cpan/List-Util/t/p_lln.t Scalar::Util +cpan/List-Util/t/p_maxstr.t List::Util +cpan/List-Util/t/p_max.t List::Util +cpan/List-Util/t/p_minstr.t List::Util +cpan/List-Util/t/p_min.t List::Util +cpan/List-Util/t/p_openhan.t Scalar::Util +cpan/List-Util/t/p_readonly.t Scalar::Util +cpan/List-Util/t/p_reduce.t List::Util +cpan/List-Util/t/p_refaddr.t Scalar::Util +cpan/List-Util/t/p_reftype.t Scalar::Util +cpan/List-Util/t/proto.t Scalar::Util +cpan/List-Util/t/p_shuffle.t List::Util +cpan/List-Util/t/p_sum.t List::Util +cpan/List-Util/t/p_tainted.t Scalar::Util +cpan/List-Util/t/readonly.t Scalar::Util +cpan/List-Util/t/reduce.t List::Util +cpan/List-Util/t/refaddr.t Scalar::Util +cpan/List-Util/t/reftype.t Scalar::Util +cpan/List-Util/t/shuffle.t List::Util +cpan/List-Util/t/stack-corruption.t List::Util +cpan/List-Util/t/sum.t List::Util +cpan/List-Util/t/tainted.t Scalar::Util +cpan/List-Util/t/weak.t Scalar::Util +cpan/List-Util/XS.pp List::Util +cpan/Locale-Codes/ChangeLog Locale::Codes +cpan/Locale-Codes/lib/Locale/Constants.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Constants.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Country.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Country.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Currency.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Currency.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Language.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Language.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Script.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Script.pod Locale::Codes documentation +cpan/Locale-Codes/Makefile.PL +cpan/Locale-Codes/README Locale::Codes +cpan/Locale-Codes/t/all.t See if Locale::Codes work +cpan/Locale-Codes/t/constants.t See if Locale::Codes work +cpan/Locale-Codes/t/country.t See if Locale::Codes work +cpan/Locale-Codes/t/currency.t See if Locale::Codes work +cpan/Locale-Codes/t/language.t See if Locale::Codes work +cpan/Locale-Codes/t/rename.t See if Locale::Codes work +cpan/Locale-Codes/t/script.t See if Locale::Codes work +cpan/Locale-Codes/t/uk.t See if Locale::Codes work +cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple +cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests cpan/Log-Message/lib/Log/Message/Config.pm Log::Message cpan/Log-Message/lib/Log/Message/Handlers.pm Log::Message cpan/Log-Message/lib/Log/Message/Item.pm Log::Message @@ -752,16 +1394,139 @@ cpan/Log-Message/t/01_Log-Message-Config.t Log::Message tests cpan/Log-Message/t/02_Log-Message.t Log::Message tests cpan/Log-Message/t/conf/config_file Log::Message tests cpan/Log-Message/t/conf/LoadMe.pl Log::Message tests +cpan/Math-BigInt-FastCalc/FastCalc.pm Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc +cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension +cpan/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package +cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt +cpan/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt +cpan/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package +cpan/Math-BigInt/t/alias.inc Support for BigInt tests +cpan/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc +cpan/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc +cpan/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc +cpan/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t +cpan/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works +cpan/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works +cpan/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t +cpan/Math-BigInt/t/bigintpm.t See if BigInt.pm works +cpan/Math-BigInt/t/bigints.t See if BigInt.pm works +cpan/Math-BigInt/t/biglog.t Test the log function +cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp() +cpan/Math-BigInt/t/bigroot.t Test the broot function +cpan/Math-BigInt/t/calling.t Test calling conventions +cpan/Math-BigInt/t/config.t Test Math::BigInt->config() +cpan/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant +cpan/Math-BigInt/t/const_mbf.t Test Math::BigInt +cpan/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works +cpan/Math-BigInt/t/_e_math.t Helper routine in BigFloat for _e math +cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling +cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance +cpan/Math-BigInt/t/lib_load.t Test sane lib names +cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test +cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc +cpan/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt +cpan/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test +cpan/Math-BigInt/t/mbf_ali.t Tests for BigFloat +cpan/Math-BigInt/t/mbi_ali.t Tests for BigInt +cpan/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests +cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode +cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly +cpan/Math-BigInt/t/nan_cmp.t overloaded comparision involving *NaN* +cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new() +cpan/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); +cpan/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); +cpan/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); +cpan/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); +cpan/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); +cpan/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); +cpan/Math-BigInt/t/require.t Test if require Math::BigInt works +cpan/Math-BigInt/t/round.t Test rounding with non-integer A and P +cpan/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses +cpan/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat +cpan/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt +cpan/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc +cpan/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work +cpan/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works +cpan/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t +cpan/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works +cpan/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time +cpan/Math-BigInt/t/use.t Test if use Math::BigInt(); works +cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package +cpan/Math-BigRat/lib/Math/BigRat.pm Math::BigRat +cpan/Math-BigRat/t/big_ap.t Math::BigRat test +cpan/Math-BigRat/t/bigfltpm.inc Math::BigRat test +cpan/Math-BigRat/t/bigfltrt.t Math::BigRat test +cpan/Math-BigRat/t/biglog.t Math::BigRat test +cpan/Math-BigRat/t/bigratpm.inc Math::BigRat test +cpan/Math-BigRat/t/bigratpm.t Math::BigRat test +cpan/Math-BigRat/t/bigrat.t Math::BigRat test +cpan/Math-BigRat/t/bigratup.t test under $Math::BigInt::upgrade +cpan/Math-BigRat/t/bigroot.t Math::BigRat test +cpan/Math-BigRat/t/hang.t Math::BigRat test for bug #34584 - hang in exp() +cpan/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper +cpan/Math-BigRat/t/requirer.t see if require works properly +cpan/Math-BigRat/t/trap.t see if trap_nan and trap_inf work cpan/Math-Complex/lib/Math/Complex.pm A Complex package cpan/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry cpan/Math-Complex/t/Complex.t See if Math::Complex works cpan/Math-Complex/t/Trig.t See if Math::Trig works cpan/Math-Complex/t/underbar.t See if Math::Complex works +cpan/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File +cpan/Memoize/Memoize/ExpireFile.pm Memoize expiry manager test scaffold +cpan/Memoize/Memoize/Expire.pm Memoize expiry manager example +cpan/Memoize/Memoize/ExpireTest.pm Memoize expiry manager test scaffold +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 +cpan/Memoize/t/errors.t Memoize PEBKAC detection tests +cpan/Memoize/t/expfile.t Memoize expiry manager tests +cpan/Memoize/t/expire.t Memoize expiry manager tests +cpan/Memoize/t/expmod_n.t Memoize expiry manager tests +cpan/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests +cpan/Memoize/t/flush.t Memoize 'flush_cache' function tests +cpan/Memoize/t/normalize.t Memoize 'normalizer' feature tests +cpan/Memoize/TODO Memoize to-do list +cpan/Memoize/t/prototype.t Memoize prototyped function handling tests +cpan/Memoize/t/speed.t "Makes functions faster" advertisement test +cpan/Memoize/t/tiefeatures.t Memoize FAULT / MERGE / HASH options test +cpan/Memoize/t/tie_gdbm.t Memoize GDBM interface test +cpan/Memoize/t/tie_ndbm.t Memoize NDBM interface test +cpan/Memoize/t/tie_sdbm.t Memoize SDBM interface test +cpan/Memoize/t/tie_storable.t Memoize Storable interface test +cpan/Memoize/t/tie.t Memoize tied file test +cpan/Memoize/t/unmemoize.t Memoize 'unmemoize' function test +cpan/MIME-Base64/Base64.pm MIME::Base64 extension +cpan/MIME-Base64/Base64.xs MIME::Base64 extension +cpan/MIME-Base64/Changes MIME::Base64 extension +cpan/MIME-Base64/Makefile.PL MIME::Base64 extension +cpan/MIME-Base64/QuotedPrint.pm MIME::Base64 extension +cpan/MIME-Base64/README README for MIME::Base64 +cpan/MIME-Base64/t/base64.t See whether MIME::Base64 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 cpan/Module-Build/lib/Module/Build/API.pod Module::Build cpan/Module-Build/lib/Module/Build/Authoring.pod Module::Build cpan/Module-Build/lib/Module/Build/Base.pm Module::Build +cpan/Module-Build/lib/Module/Build/Bundling.pod Module::Build cpan/Module-Build/lib/Module/Build/Compat.pm Module::Build +cpan/Module-Build/lib/Module/Build/ConfigData.pm Configuration for Module::Build cpan/Module-Build/lib/Module/Build/Config.pm Module::Build cpan/Module-Build/lib/Module/Build/Cookbook.pm Module::Build cpan/Module-Build/lib/Module/Build/Dumper.pm Module::Build @@ -787,33 +1552,42 @@ cpan/Module-Build/lib/Module/Build/PPMMaker.pm Module::Build cpan/Module-Build/lib/Module/Build/Version.pm Module::Build cpan/Module-Build/lib/Module/Build/YAML.pm Module::Build cpan/Module-Build/scripts/config_data Module::Build +cpan/Module-Build/t/actions/installdeps.t Module::Build cpan/Module-Build/t/add_property.t Module::Build cpan/Module-Build/t/basic.t Module::Build -cpan/Module-Build/t/bundled/Tie/CPHash.pm Module::Build.pm +cpan/Module-Build/t/bundled/Tie/CPHash.pm Module::Build +cpan/Module-Build/t/bundle_inc.t Module::Build cpan/Module-Build/t/compat/exit.t Module::Build cpan/Module-Build/t/compat.t Module::Build -cpan/Module-Build/t/debug.t Module::Build tests +cpan/Module-Build/t/debug.t Module::Build cpan/Module-Build/t/destinations.t Module::Build cpan/Module-Build/t/extend.t Module::Build cpan/Module-Build/t/ext.t Module::Build cpan/Module-Build/t/files.t Module::Build cpan/Module-Build/t/help.t Module::Build -cpan/Module-Build/t/install_extra_target.t Module::Build tests +cpan/Module-Build/t/install_extra_target.t Module::Build cpan/Module-Build/t/install.t Module::Build cpan/Module-Build/t/lib/DistGen.pm Module::Build cpan/Module-Build/t/lib/MBTest.pm Module::Build cpan/Module-Build/t/manifypods.t Module::Build -cpan/Module-Build/t/mbyaml.t Module::Build cpan/Module-Build/t/metadata2.t Module::Build cpan/Module-Build/t/metadata.t Module::Build cpan/Module-Build/t/moduleinfo.t Module::Build +cpan/Module-Build/t/mymeta.t Module::Build cpan/Module-Build/t/new_from_context.t Module::Build cpan/Module-Build/t/notes.t Module::Build cpan/Module-Build/t/parents.t Module::Build -cpan/Module-Build/t/PL_files.t Module::Build tests +cpan/Module-Build/t/perl_mb_opt.t Module::Build +cpan/Module-Build/t/PL_files.t Module::Build cpan/Module-Build/t/pod_parser.t Module::Build cpan/Module-Build/t/ppm.t Module::Build +cpan/Module-Build/t/properties/module_name.t Module::Build +cpan/Module-Build/t/properties/needs_compiler.t Module::Build +cpan/Module-Build/t/properties/share_dir.t Module::Build +cpan/Module-Build/t/README.pod Module::Build +cpan/Module-Build/t/resume.t Module::Build cpan/Module-Build/t/runthrough.t Module::Build +cpan/Module-Build/t/sample.t Module::Build cpan/Module-Build/t/script_dist.t Module::Build cpan/Module-Build/t/test_file_exts.t Module::Build cpan/Module-Build/t/test_types.t Module::Build @@ -821,7 +1595,7 @@ cpan/Module-Build/t/test_type.t Module::Build cpan/Module-Build/t/tilde.t Module::Build cpan/Module-Build/t/use_tap_harness.t Module::Build cpan/Module-Build/t/versions.t Module::Build -cpan/Module-Build/t/write_default_maniskip.t Module::Build tests +cpan/Module-Build/t/write_default_maniskip.t Module::Build cpan/Module-Build/t/xs.t Module::Build cpan/Module-Load-Conditional/lib/Module/Load/Conditional.pm Module::Conditional cpan/Module-Load-Conditional/t/01_Module_Load_Conditional.t Module::Conditional tests @@ -842,6 +1616,70 @@ cpan/Module-Load/t/to_load/LoadMe.pl Module::Load tests cpan/Module-Load/t/to_load/Must/Be/Loaded.pm Module::Load tests cpan/Module-Load/t/to_load/TestModule.pm Module::Load tests cpan/Module-Load/t/to_load/ToBeLoaded Module::Load tests +cpan/Module-Pluggable/lib/Devel/InnerPackage.pm Find inner packages +cpan/Module-Pluggable/lib/Module/Pluggable/Object.pm Module::Pluggable +cpan/Module-Pluggable/lib/Module/Pluggable.pm Module::Pluggable +cpan/Module-Pluggable/Makefile.PL Module::Pluggable +cpan/Module-Pluggable/t/01use.t Module::Pluggable tests +cpan/Module-Pluggable/t/02alsoworks.t Module::Pluggable tests +cpan/Module-Pluggable/t/02works.t Module::Pluggable tests +cpan/Module-Pluggable/t/02works_taint.t Module::Pluggable tests +cpan/Module-Pluggable/t/03diffname.t Module::Pluggable tests +cpan/Module-Pluggable/t/04acmedir_single.t Module::Pluggable tests +cpan/Module-Pluggable/t/04acmedir.t Module::Pluggable tests +cpan/Module-Pluggable/t/04acmepath_single.t Module::Pluggable tests +cpan/Module-Pluggable/t/04acmepath.t Module::Pluggable tests +cpan/Module-Pluggable/t/05postpath.t Module::Pluggable tests +cpan/Module-Pluggable/t/06multipath.t Module::Pluggable tests +cpan/Module-Pluggable/t/07instantiate.t Module::Pluggable tests +cpan/Module-Pluggable/t/08nothing.t Module::Pluggable tests +cpan/Module-Pluggable/t/09require.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack_inner.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack_noinner.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack_onefile.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack_override.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack_super.t Module::Pluggable tests +cpan/Module-Pluggable/t/10innerpack.t Module::Pluggable tests +cpan/Module-Pluggable/t/11usetwice.t Module::Pluggable tests +cpan/Module-Pluggable/t/12onlyarray.t Module::Pluggable tests +cpan/Module-Pluggable/t/12onlyregex.t Module::Pluggable tests +cpan/Module-Pluggable/t/12onlyrequire.t Module::Pluggable tests +cpan/Module-Pluggable/t/12only.t Module::Pluggable tests +cpan/Module-Pluggable/t/13exceptarray.t Module::Pluggable tests +cpan/Module-Pluggable/t/13exceptregex.t Module::Pluggable tests +cpan/Module-Pluggable/t/13except.t Module::Pluggable tests +cpan/Module-Pluggable/t/14package.t Module::Pluggable tests +cpan/Module-Pluggable/t/15topicsafe.t Module::Pluggable tests +cpan/Module-Pluggable/t/16different_extension.t Module::Pluggable tests +cpan/Module-Pluggable/t/17devel_inner_package.t Module::Pluggable tests +cpan/Module-Pluggable/t/18skipped_package.t Module::Pluggable tests +cpan/Module-Pluggable/t/19can_ok_clobber.t Module::Pluggable tests +cpan/Module-Pluggable/t/20dodgy_files.t Module::Pluggable tests +cpan/Module-Pluggable/t/21editor_junk.t Module::Pluggable tests +cpan/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/Acme/Foo-Bar.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~ Module::Pluggable tests +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo Module::Pluggable tests +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp Module::Pluggable tests +cpan/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin Module::Pluggable tests +cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin Module::Pluggable tests +cpan/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin Module::Pluggable tests +cpan/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/No/Middle.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/TA/C/A/I.pm Module::Pluggable tests +cpan/Module-Pluggable/t/lib/Zot/.Zork.pm Module::Pluggable tests cpan/NEXT/Changes NEXT cpan/NEXT/lib/NEXT.pm Pseudo-class NEXT for method redispatch cpan/NEXT/README NEXT @@ -863,6 +1701,19 @@ cpan/Package-Constants/lib/Package/Constants.pm Package::Constants cpan/Package-Constants/t/01_list.t Package::Constants tests cpan/Params-Check/lib/Params/Check.pm Params::Check cpan/Params-Check/t/01_Params-Check.t Params::Check tests +cpan/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time +cpan/parent/t/compile-time-file.t tests for parent.pm +cpan/parent/t/compile-time.t tests for parent.pm +cpan/parent/t/lib/Dummy2.plugin test files for parent.pm +cpan/parent/t/lib/Dummy/Outside.pm test files for parent.pm +cpan/parent/t/lib/Dummy.pm test files for parent.pm +cpan/parent/t/lib/FileThatOnlyExistsAsPMC.pmc test files for parent.pm +cpan/parent/t/lib/ReturnsFalse.pm test files for parent.pm +cpan/parent/t/parent-classfromclassfile.t tests for parent.pm +cpan/parent/t/parent-classfromfile.t tests for parent.pm +cpan/parent/t/parent-pmc.t tests for parent.pm +cpan/parent/t/parent-returns-false.t tests for parent.pm +cpan/parent/t/parent.t tests for parent.pm cpan/Parse-CPAN-Meta/Changes Parse::CPAN::Meta cpan/Parse-CPAN-Meta/lib/Parse/CPAN/Meta.pm Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/01_compile.t Parse::CPAN::Meta @@ -886,9 +1737,22 @@ cpan/Parse-CPAN-Meta/t/data/sample.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/Spreadsheet-Read.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/Template-Provider-Unicode-Japanese.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/toolbar.yml Parse::CPAN::Meta -cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta +cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml Parse::CPAN::Meta - manually generated; see Porting/Maintainers.pl +cpan/Parse-CPAN-Meta/t/data/utf_16_le_bom.yml.packed Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/data/vanilla.yml Parse::CPAN::Meta cpan/Parse-CPAN-Meta/t/lib/Parse/CPAN/Meta/Test.pm Parse::CPAN::Meta testing library +cpan/Parse-CPAN-Meta/uupacktool.pl Parse::CPAN::Meta +cpan/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint +cpan/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint +cpan/Pod-Escapes/ChangeLog ChangeLog for Pod::Escapes +cpan/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes +cpan/Pod-Escapes/README README for Pod::Escapes +cpan/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes +cpan/Pod-Escapes/t/10_main.t test Pod::Escapes +cpan/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes +cpan/Pod-LaTeX/LaTeX.pm Convert POD data to LaTeX +cpan/Pod-LaTeX/t/pod2latex.t See if Pod::LaTeX works +cpan/Pod-LaTeX/t/user.t See if Pod::LaTeX works cpan/podlators/lib/Pod/Man.pm Convert POD data to *roff cpan/podlators/lib/Pod/ParseLink.pm Perl an L<> formatting code in POD text cpan/podlators/lib/Pod/Text/Color.pm Convert POD data to color ASCII text @@ -919,6 +1783,236 @@ cpan/podlators/t/text.t podlators test cpan/podlators/t/text-utf8.t podlators test cpan/podlators/VERSION podlators custom Makefile.PL cpan/podlators/VERSION podlators distribution version +cpan/Pod-Parser/lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors +cpan/Pod-Parser/lib/Pod/Find.pm used by pod/splitpod +cpan/Pod-Parser/lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams +cpan/Pod-Parser/lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD +cpan/Pod-Parser/lib/Pod/ParseUtils.pm Pod-Parser - pod utility functions +cpan/Pod-Parser/lib/Pod/PlainText.pm Convert POD data to formatted ASCII text +cpan/Pod-Parser/lib/Pod/Select.pm Pod-Parser - select portions of POD docs +cpan/Pod-Parser/lib/Pod/Usage.pm Pod-Parser - print usage messages +cpan/Pod-Parser/t/pod/contains_bad_pod.xr Pod-Parser test file +cpan/Pod-Parser/t/pod/contains_pod.t Pod-Parser test +cpan/Pod-Parser/t/pod/contains_pod.xr Pod-Parser test file +cpan/Pod-Parser/t/pod/emptycmd.t Test empty pod directives +cpan/Pod-Parser/t/pod/emptycmd.xr Expected results for emptycmd.t +cpan/Pod-Parser/t/pod/find.t See if Pod::Find works +cpan/Pod-Parser/t/pod/for.t Test =for directive +cpan/Pod-Parser/t/pod/for.xr Expected results for for.t +cpan/Pod-Parser/t/pod/headings.t Test =head directives +cpan/Pod-Parser/t/pod/headings.xr Expected results for headings.t +cpan/Pod-Parser/t/pod/included.t Test =include directive +cpan/Pod-Parser/t/pod/included.xr Expected results for included.t +cpan/Pod-Parser/t/pod/include.t Test =include directive +cpan/Pod-Parser/t/pod/include.xr Expected results for include.t +cpan/Pod-Parser/t/pod/lref.t Test L<...> sequences +cpan/Pod-Parser/t/pod/lref.xr Expected results for lref.t +cpan/Pod-Parser/t/pod/multiline_items.t Test multiline =items +cpan/Pod-Parser/t/pod/multiline_items.xr Expected results for multiline_items.t +cpan/Pod-Parser/t/pod/nested_items.t Test nested =items +cpan/Pod-Parser/t/pod/nested_items.xr Expected results for nested_items.t +cpan/Pod-Parser/t/pod/nested_seqs.t Test nested interior sequences +cpan/Pod-Parser/t/pod/nested_seqs.xr Expected results for nested_seqs.t +cpan/Pod-Parser/t/pod/oneline_cmds.t Test single paragraph ==cmds +cpan/Pod-Parser/t/pod/oneline_cmds.xr Expected results for oneline_cmds.t +cpan/Pod-Parser/t/pod/p2u_data.pl Test Pod::Usage +cpan/Pod-Parser/t/pod/pod2usage2.t Test Pod::Usage +cpan/Pod-Parser/t/pod/pod2usage.t Test Pod::Usage +cpan/Pod-Parser/t/pod/pod2usage.xr Expected results for pod2usage.t +cpan/Pod-Parser/t/pod/podchkenc.t Validate =encoding support +cpan/Pod-Parser/t/pod/podchkenc.xr Expected results for the above +cpan/Pod-Parser/t/pod/poderrs.t Test POD errors +cpan/Pod-Parser/t/pod/poderrs.xr Expected results for poderrs.t +cpan/Pod-Parser/t/pod/podselect.t Test Pod::Select +cpan/Pod-Parser/t/pod/podselect.xr Expected results for podselect.t +cpan/Pod-Parser/t/pod/special_seqs.t Test "special" interior sequences +cpan/Pod-Parser/t/pod/special_seqs.xr Expected results for special_seqs.t +cpan/Pod-Parser/t/pod/testcmp.pl Module to compare output against expected results +cpan/Pod-Parser/t/pod/testp2pt.pl Module to test Pod::PlainText for a given file +cpan/Pod-Parser/t/pod/testpchk.pl Module to test Pod::Checker for a given file +cpan/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm Sample data for t/pod/find.t +cpan/Pod-Parser/t/pod/twice.t Test Pod::Parser +cpan/Pod-Parser/t/pod/usage2.pod Test POD for pod2usage tests +cpan/Pod-Parser/t/pod/usage.pod Test POD for pod2usage tests +cpan/Pod-Simple/ChangeLog Pod::Simple ChangeLog +cpan/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox +cpan/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document +cpan/Pod-Simple/lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode +cpan/Pod-Simple/lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text +cpan/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm turn Pod into XML +cpan/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files +cpan/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy +cpan/Pod-Simple/lib/Pod/Simple/HTML.pm convert Pod to HTML +cpan/Pod-Simple/lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes +cpan/Pod-Simple/lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls +cpan/Pod-Simple/lib/Pod/Simple.pm Pod made simple +cpan/Pod-Simple/lib/Pod/Simple.pod Pod for Pod::Simple +cpan/Pod-Simple/lib/Pod/Simple/Progress.pm Pod::Simple::Progress +cpan/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser +cpan/Pod-Simple/lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod +cpan/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser +cpan/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser +cpan/Pod-Simple/lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser +cpan/Pod-Simple/lib/Pod/Simple/RTF.pm format Pod as RTF +cpan/Pod-Simple/lib/Pod/Simple/Search.pm find POD documents in directory trees +cpan/Pod-Simple/lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree +cpan/Pod-Simple/lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass +cpan/Pod-Simple/lib/Pod/Simple/TextContent.pm get the text content of Pod +cpan/Pod-Simple/lib/Pod/Simple/Text.pm format Pod as plaintext +cpan/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH +cpan/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb +cpan/Pod-Simple/lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode +cpan/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart +cpan/Pod-Simple/lib/Pod/Simple/XHTML.pm turn Pod into XHTML +cpan/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm turn Pod into XML +cpan/Pod-Simple/README Pod::Simple README file +cpan/Pod-Simple/t/00about.t Pod::Simple test file +cpan/Pod-Simple/t/20_skip.t Pod::Simple test file +cpan/Pod-Simple/t/accept01.t Pod::Simple test file +cpan/Pod-Simple/t/accept05.t Pod::Simple test file +cpan/Pod-Simple/t/ac_d.t Pod::Simple test file +cpan/Pod-Simple/t/basic.t Pod::Simple test file +cpan/Pod-Simple/t/begin.t Pod::Simple test file +cpan/Pod-Simple/t/cbacks.t Pod::Simple test file +cpan/Pod-Simple/t/chunking.t Pod::Simple test file +cpan/Pod-Simple/t/closeys.t Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jp.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jp.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpx.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpx.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpy.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpy.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpz.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/2202jpz.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_implicit_utf8.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf16be_bom.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf16le_bom.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus2/README Pod::Simple test file +cpan/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file +cpan/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/fet_cont.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/fet_cont.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/fet_dup.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/fet_dup.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/iso6.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/iso6.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/koi8r.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/koi8r.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38b.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38b.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38p.pod Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38p.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/laozi38.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/lat1frim.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/lat1frim.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/lat1fr.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/lat1fr.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/nonesuch.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/nonesuch.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_explicit.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_explicit.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_latin1.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_latin1.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_utf8.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain_utf8.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/plain.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/polish_utf8.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/polish_utf8.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus/s2763_sjis.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/s2763_sjis.xml Pod::Simple test file +cpan/Pod-Simple/t/corpus.t Pod::Simple test file +cpan/Pod-Simple/t/corpus/thai_iso11.txt Pod::Simple test file +cpan/Pod-Simple/t/corpus/thai_iso11.xml Pod::Simple test file +cpan/Pod-Simple/t/encod01.t Pod::Simple test file +cpan/Pod-Simple/t/encod02.t Pod::Simple test file +cpan/Pod-Simple/t/encod03.t Pod::Simple test file +cpan/Pod-Simple/t/end_over.t Pod::Simple test file +cpan/Pod-Simple/t/fcodes_e.t Pod::Simple test file +cpan/Pod-Simple/t/fcodes_l.t Pod::Simple test file +cpan/Pod-Simple/t/fcodes_s.t Pod::Simple test file +cpan/Pod-Simple/t/fcodes.t Pod::Simple test file +cpan/Pod-Simple/t/fornot.t Pod::Simple test file +cpan/Pod-Simple/t/for.t Pod::Simple test file +cpan/Pod-Simple/t/fullstop.t Pod::Simple test file +cpan/Pod-Simple/t/heads.t Pod::Simple test file +cpan/Pod-Simple/t/html01.t Pod::Simple test file +cpan/Pod-Simple/t/html02.t Pod::Simple test file +cpan/Pod-Simple/t/html03.t Pod::Simple test file +cpan/Pod-Simple/t/htmlbat.t Pod::Simple test file +cpan/Pod-Simple/t/items02.t Pod::Simple test file +cpan/Pod-Simple/t/items.t Pod::Simple test file +cpan/Pod-Simple/t/itemstar.t Pod::Simple test file +cpan/Pod-Simple/t/junk1o.txt Pod::Simple test file +cpan/Pod-Simple/t/junk1.pod Pod::Simple test file +cpan/Pod-Simple/t/junk2o.txt Pod::Simple test file +cpan/Pod-Simple/t/junk2.pod Pod::Simple test file +cpan/Pod-Simple/t/linkclas.t Pod::Simple test file +cpan/Pod-Simple/t/perlcygo.txt Pod::Simple test file +cpan/Pod-Simple/t/perlcyg.pod Pod::Simple test file +cpan/Pod-Simple/t/perlfaqo.txt Pod::Simple test file +cpan/Pod-Simple/t/perlfaq.pod Pod::Simple test file +cpan/Pod-Simple/t/perlvaro.txt Pod::Simple test file +cpan/Pod-Simple/t/perlvar.pod Pod::Simple test file +cpan/Pod-Simple/t/puller.t Pod::Simple test file +cpan/Pod-Simple/t/pulltitl.t Pod::Simple test file +cpan/Pod-Simple/t/reinit.t Pod::Simple test file +cpan/Pod-Simple/t/render.t Pod::Simple test file +cpan/Pod-Simple/t/search05.t Pod::Simple test file +cpan/Pod-Simple/t/search10.t Pod::Simple test file +cpan/Pod-Simple/t/search12.t Pod::Simple test file +cpan/Pod-Simple/t/search20.t Pod::Simple test file +cpan/Pod-Simple/t/search22.t Pod::Simple test file +cpan/Pod-Simple/t/search25.t Pod::Simple test file +cpan/Pod-Simple/t/search26.t Pod::Simple test file +cpan/Pod-Simple/t/search27.t Pod::Simple test file +cpan/Pod-Simple/t/search28.t Pod::Simple test file +cpan/Pod-Simple/t/search29.t Pod::Simple test file +cpan/Pod-Simple/t/search50.t Pod::Simple test file +cpan/Pod-Simple/t/stree.t Pod::Simple test file +cpan/Pod-Simple/t/strpvbtm.t Pod::Simple test file +cpan/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file +cpan/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib1/pod/perlflif.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib1/pod/perlthng.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib1/squaa/Glunk.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib1/squaa.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib1/squaa/Vliff.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib1/zikzik.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib1/Zonk/Fiddle.txt Pod::Simple test file +cpan/Pod-Simple/t/testlib1/Zonk/Pronk.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib1/Zonk/Veng.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib2/hinkhonk/readme.txt Pod::Simple test file +cpan/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib2/pod/perlthng.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib2/pod/perlzuk.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib2/squaa/Vliff.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib2/squaa/Wowo.pod Pod::Simple test file +cpan/Pod-Simple/t/testlib2/Suzzle.pm Pod::Simple test file +cpan/Pod-Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file +cpan/Pod-Simple/t/tiedfh.t Pod::Simple test file +cpan/Pod-Simple/t/verbatim.t Pod::Simple test file +cpan/Pod-Simple/t/verb_fmt.t Pod::Simple test file +cpan/Pod-Simple/t/xhtml01.t Pod::Simple test file +cpan/Pod-Simple/t/xhtml05.t Pod::Simple test file +cpan/Pod-Simple/t/xhtml10.t Pod::Simple test file +cpan/Pod-Simple/t/x_nixer.t Pod::Simple test file +cpan/Shell/Shell.pm Make AUTOLOADed system() calls +cpan/Shell/t/Shell.t Tests for above cpan/Sys-Syslog/Changes Changlog for Sys::Syslog cpan/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file cpan/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file @@ -940,12 +2034,324 @@ cpan/Term-ANSIColor/ANSIColor.pm Perl module supporting termcap usage cpan/Term-ANSIColor/ChangeLog Term::ANSIColor cpan/Term-ANSIColor/README Term::ANSIColor cpan/Term-ANSIColor/t/basic.t Tests for Term::ANSIColor +cpan/Term-Cap/Cap.pm Perl module supporting termcap usage +cpan/Term-Cap/test.pl See if Term::Cap works cpan/Term-UI/lib/Term/UI/History.pm Term::UI cpan/Term-UI/lib/Term/UI.pm Term::UI cpan/Term-UI/t/00_load.t Term::UI tests cpan/Term-UI/t/01_history.t Term::UI tests cpan/Term-UI/t/02_ui.t Term::UI tests +cpan/Test-Harness/bin/prove The prove harness utility +cpan/Test-Harness/Changes Test::Harness change log +cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility +cpan/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Utils.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/Test/Harness.pm A test harness +cpan/Test-Harness/t/000-load.t Test::Harness test +cpan/Test-Harness/t/aggregator.t Test::Harness test +cpan/Test-Harness/t/bailout.t Test::Harness test +cpan/Test-Harness/t/base.t Test::Harness test +cpan/Test-Harness/t/callbacks.t Test::Harness test +cpan/Test-Harness/t/compat/env.t Test::Harness test +cpan/Test-Harness/t/compat/failure.t Test::Harness test +cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test +cpan/Test-Harness/t/compat/inc_taint.t Test::Harness test +cpan/Test-Harness/t/compat/nonumbers.t Test::Harness test +cpan/Test-Harness/t/compat/regression.t Test::Harness test +cpan/Test-Harness/t/compat/switches.t Test::Harness test +cpan/Test-Harness/t/compat/test-harness-compat.t Test::Harness test +cpan/Test-Harness/t/compat/version.t Test::Harness test +cpan/Test-Harness/t/console.t Test::Harness test +cpan/Test-Harness/t/data/catme.1 Test data for Test::Harness +cpan/Test-Harness/t/data/proverc Test data for Test::Harness +cpan/Test-Harness/t/data/sample.yml Test data for Test::Harness +cpan/Test-Harness/t/errors.t Test::Harness test +cpan/Test-Harness/t/file.t Test::Harness test +cpan/Test-Harness/t/glob-to-regexp.t Test::Harness test +cpan/Test-Harness/t/grammar.t Test::Harness test +cpan/Test-Harness/t/harness-bailout.t Test::Harness test +cpan/Test-Harness/t/harness-subclass.t Test::Harness test +cpan/Test-Harness/t/harness.t Test::Harness test +cpan/Test-Harness/t/iterators.t Test::Harness test +cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyIteratorFactory.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyPerlSource.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MySource.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness +cpan/Test-Harness/t/multiplexer.t Test::Harness test +cpan/Test-Harness/t/nofork-mux.t Test::Harness test +cpan/Test-Harness/t/nofork.t Test::Harness test +cpan/Test-Harness/t/object.t Test::Harness test +cpan/Test-Harness/t/parser-config.t Test::Harness test +cpan/Test-Harness/t/parser-subclass.t Test::Harness test +cpan/Test-Harness/t/parse.t Test::Harness test +cpan/Test-Harness/t/perl5lib.t Test::Harness test +cpan/Test-Harness/t/premature-bailout.t Test::Harness test +cpan/Test-Harness/t/process.t Test::Harness test +cpan/Test-Harness/t/proveenv.t Test::Harness test +cpan/Test-Harness/t/proverc/emptyexec Test data for Test::Harness +cpan/Test-Harness/t/proverc.t Test::Harness test +cpan/Test-Harness/t/proverun.t Test::Harness test +cpan/Test-Harness/t/prove.t Test::Harness test +cpan/Test-Harness/t/regression.t Test::Harness test +cpan/Test-Harness/t/results.t Test::Harness test +cpan/Test-Harness/t/sample-tests/bailout Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/bignum Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/combined Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/delayed Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/echo Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/empty Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/head_end Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/no_output Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/schwern Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/segfault Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skip Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/strict Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/switches Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/taint Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/too_many Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_good Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_late Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_old Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness +cpan/Test-Harness/t/scheduler.t Test::Harness test +cpan/Test-Harness/t/source.t Test::Harness test +cpan/Test-Harness/t/source_tests/harness Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness +cpan/Test-Harness/t/source_tests/source Test data for Test::Harness +cpan/Test-Harness/t/spool.t Test::Harness test +cpan/Test-Harness/t/state_results.t Test::Harness test +cpan/Test-Harness/t/state.t Test::Harness test +cpan/Test-Harness/t/streams.t Test::Harness test +cpan/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness +cpan/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness +cpan/Test-Harness/t/taint.t Test::Harness test +cpan/Test-Harness/t/testargs.t Test::Harness test +cpan/Test-Harness/t/unicode.t Test::Harness test +cpan/Test-Harness/t/utils.t Test::Harness test +cpan/Test-Harness/t/yamlish-output.t Test::Harness test +cpan/Test-Harness/t/yamlish.t Test::Harness test +cpan/Test-Harness/t/yamlish-writer.t Test::Harness test cpan/Test/lib/Test.pm A simple framework for writing test scripts +cpan/Test-Simple/Changes Test::Simple changes +cpan/Test-Simple/examples/indent.pl Test::Simple examples +cpan/Test-Simple/examples/subtest.t Test::Simple examples +cpan/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules +cpan/Test-Simple/lib/Test/Builder.pm For writing new test libraries +cpan/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester +cpan/Test-Simple/lib/Test/Builder/Tester.pm For testing Test::Builder based classes +cpan/Test-Simple/lib/Test/More.pm More utilities for writing tests +cpan/Test-Simple/lib/Test/Simple.pm Basic utility for writing tests +cpan/Test-Simple/lib/Test/Tutorial.pod A tutorial on writing tests +cpan/Test-Simple/README Test::Simple README +cpan/Test-Simple/t/00test_harness_check.t Test::Simple test +cpan/Test-Simple/t/bad_plan.t Test::Builder plan() test +cpan/Test-Simple/t/bail_out.t Test::Builder BAIL_OUT test +cpan/Test-Simple/t/BEGIN_require_ok.t Test::More require_ok() testing +cpan/Test-Simple/t/BEGIN_use_ok.t Test::More use_ok() testing +cpan/Test-Simple/t/buffer.t Test::Builder buffering test +cpan/Test-Simple/t/Builder/Builder.t Test::Builder tests +cpan/Test-Simple/t/Builder/carp.t Test::Builder test +cpan/Test-Simple/t/Builder/create.t Test::Builder test +cpan/Test-Simple/t/Builder/current_test.t Test::Builder tests +cpan/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/details.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_double.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_no_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_number.t Test::Builder tests +cpan/Test-Simple/t/Builder/done_testing_with_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/fork_with_new_stdout.t Test::Builder tests +cpan/Test-Simple/t/Builder/has_plan2.t Test::Builder tests +cpan/Test-Simple/t/Builder/has_plan.t Test::Builder tests +cpan/Test-Simple/t/Builder/is_fh.t Test::Builder tests +cpan/Test-Simple/t/Builder/is_passing.t Test::Builder tests +cpan/Test-Simple/t/Builder/maybe_regex.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_diag.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_ending.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_header.t Test::Builder tests +cpan/Test-Simple/t/Builder/no_plan_at_all.t Test::Builder tests +cpan/Test-Simple/t/Builder/ok_obj.t Test::Builder tests +cpan/Test-Simple/t/Builder/output.t Test::Builder tests +cpan/Test-Simple/t/Builder/reset.t Test::Builder tests +cpan/Test-Simple/t/Builder/try.t Test::Builder tests +cpan/Test-Simple/t/c_flag.t Test::Simple test +cpan/Test-Simple/t/circular_data.t Test::Simple test +cpan/Test-Simple/t/cmp_ok.t Test::More test +cpan/Test-Simple/t/dependents.t Test::More test +cpan/Test-Simple/t/diag.t Test::More diag() test +cpan/Test-Simple/t/died.t Test::Simple test +cpan/Test-Simple/t/dont_overwrite_die_handler.t Test::More tests +cpan/Test-Simple/t/eq_set.t Test::Simple test +cpan/Test-Simple/t/exit.t Test::Simple test, exit codes +cpan/Test-Simple/t/explain.t Test::Simple test +cpan/Test-Simple/t/extra_one.t Test::Simple test +cpan/Test-Simple/t/extra.t Test::Simple test +cpan/Test-Simple/t/fail-like.t Test::More test, like() failures +cpan/Test-Simple/t/fail-more.t Test::More test, tests failing +cpan/Test-Simple/t/fail_one.t Test::Simple test +cpan/Test-Simple/t/fail.t Test::Simple test, test failures +cpan/Test-Simple/t/filehandles.t Test::Simple test, STDOUT can be played with +cpan/Test-Simple/t/fork.t Test::More fork tests +cpan/Test-Simple/t/harness_active.t Test::Simple test +cpan/Test-Simple/t/import.t Test::More test, importing functions +cpan/Test-Simple/t/is_deeply_dne_bug.t Test::More test +cpan/Test-Simple/t/is_deeply_fail.t Test::More test, is_deeply() +cpan/Test-Simple/t/is_deeply_with_threads.t Test::More test +cpan/Test-Simple/t/lib/Dev/Null.pm Test::More test module +cpan/Test-Simple/t/lib/Dummy.pm Test::More test module +cpan/Test-Simple/t/lib/MyOverload.pm Test::More test module +cpan/Test-Simple/t/lib/NoExporter.pm Test::Simple test module +cpan/Test-Simple/t/lib/SigDie.pm Test module for Test::More +cpan/Test-Simple/t/lib/Test/Builder/NoOutput.pm Utility module for testing Test::Builder +cpan/Test-Simple/t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx for exit.t +cpan/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t +cpan/Test-Simple/t/lib/TieOut.pm Testing library to capture prints +cpan/Test-Simple/t/missing.t Test::Simple test, missing tests +cpan/Test-Simple/t/More.t Test::More test, basic stuff +cpan/Test-Simple/t/new_ok.t Test::More test +cpan/Test-Simple/t/no_plan.t Test::Simple test, forgot the plan +cpan/Test-Simple/t/no_tests.t Test::More test +cpan/Test-Simple/t/note.t Test::More test +cpan/Test-Simple/TODO Test::Simple TODO +cpan/Test-Simple/t/overload.t Test::Simple test +cpan/Test-Simple/t/overload_threads.t Test::Simple test +cpan/Test-Simple/t/plan_bad.t Test::Simple test +cpan/Test-Simple/t/plan_is_noplan.t Test::Simple test, no_plan +cpan/Test-Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan +cpan/Test-Simple/t/plan_shouldnt_import.t Test::Simple test +cpan/Test-Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all +cpan/Test-Simple/t/plan.t Test::More test, plan() +cpan/Test-Simple/t/require_ok.t Test::Simple test +cpan/Test-Simple/t/simple.t Test::Simple test, basic stuff +cpan/Test-Simple/t/skipall.t Test::More test, skip all tests +cpan/Test-Simple/t/skip.t Test::More test, SKIP tests +cpan/Test-Simple/t/subtest/args.t Test::More test +cpan/Test-Simple/t/subtest/basic.t Test::More test +cpan/Test-Simple/t/subtest/die.t Test::More test +cpan/Test-Simple/t/subtest/do.t Test::More test +cpan/Test-Simple/t/subtest/exceptions.t Test::More test +cpan/Test-Simple/t/subtest/for_do_t.test Test::More test +cpan/Test-Simple/t/subtest/singleton.t Test::More test +cpan/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test +cpan/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_03die.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_04line_num.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_05faildiag.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_06errormess.t Test::Builder::Tester test +cpan/Test-Simple/t/Tester/tbt_07args.t Test::Builder::Tester test +cpan/Test-Simple/t/threads.t Test::Builder thread-safe checks +cpan/Test-Simple/t/thread_taint.t Test::Simple test +cpan/Test-Simple/t/todo.t Test::More test, TODO tests +cpan/Test-Simple/t/undef.t Test::More test, undefs don't cause warnings +cpan/Test-Simple/t/useing.t Test::More test, compile test +cpan/Test-Simple/t/use_ok.t Test::More test, use_ok() +cpan/Test-Simple/t/utf8.t Test::More test +cpan/Test-Simple/t/versions.t Test::More test cpan/Test/t/05_about_verbose.t See if Test works cpan/Test/t/fail.t See if Test works cpan/Test/t/mix.t See if Test works @@ -955,6 +2361,26 @@ cpan/Test/t/qr.t See if Test works cpan/Test/t/skip.t See if Test works cpan/Test/t/success.t See if Test works cpan/Test/t/todo.t See if Test works +cpan/Text-Balanced/Changes Text::Balanced +cpan/Text-Balanced/lib/Text/Balanced.pm Text::Balanced +cpan/Text-Balanced/README Text::Balanced +cpan/Text-Balanced/t/01_compile.t See if Text::Balanced works +cpan/Text-Balanced/t/02_extbrk.t See if Text::Balanced works +cpan/Text-Balanced/t/03_extcbk.t See if Text::Balanced works +cpan/Text-Balanced/t/04_extdel.t See if Text::Balanced works +cpan/Text-Balanced/t/05_extmul.t See if Text::Balanced works +cpan/Text-Balanced/t/06_extqlk.t See if Text::Balanced works +cpan/Text-Balanced/t/07_exttag.t See if Text::Balanced works +cpan/Text-Balanced/t/08_extvar.t See if Text::Balanced works +cpan/Text-Balanced/t/09_gentag.t See if Text::Balanced works +cpan/Text-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter +cpan/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works +cpan/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting +cpan/Text-Soundex/Changes Changelog for Text::Soundex +cpan/Text-Soundex/README README for Text::Soundex +cpan/Text-Soundex/Soundex.pm Text::Soundex extension Perl module +cpan/Text-Soundex/Soundex.xs Text::Soundex extension external subroutines +cpan/Text-Soundex/t/Soundex.t test for Text::Soundex cpan/Text-Tabs/CHANGELOG ChangeLog for Tabs+Wrap cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter @@ -971,28 +2397,165 @@ cpan/Text-Tabs/t/sep.t See if Text::Tabs is working cpan/Text-Tabs/t/tabs.t See if Text::Tabs works cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works +cpan/Tie-File/lib/Tie/File.pm Files as tied arrays +cpan/Tie-File/t/00_version.t Trivial test for Tie::File +cpan/Tie-File/t/01_gen.t Generic read/write tests for Tie::File +cpan/Tie-File/t/02_fetchsize.t File length fetch test for Tie::File +cpan/Tie-File/t/03_longfetch.t Past-the-end-of-the-array tests for Tie::File +cpan/Tie-File/t/04_splice.t SPLICE method tests for Tie::File +cpan/Tie-File/t/05_size.t $#a tests for Tie::File +cpan/Tie-File/t/06_fixrec.t '_fixrec' method functional tests for Tie::File +cpan/Tie-File/t/07_rv_splice.t SPLICE method return value tests for Tie::File +cpan/Tie-File/t/08_ro.t read-only mode tests for Tie::File +cpan/Tie-File/t/09_gen_rs.t Like 01_gen.t, with unusual record separator +cpan/Tie-File/t/10_splice_rs.t Like 04_splice.t, with unusual record separator +cpan/Tie-File/t/11_rv_splice_rs.t Like 07_rv_splice.t, with unusual record separator +cpan/Tie-File/t/12_longfetch_rs.t Like 03_longfetch.t, with unusual record separator +cpan/Tie-File/t/13_size_rs.t Like 05_size.t, with unusual record separator +cpan/Tie-File/t/14_lock.t File locking method tests for Tie::File +cpan/Tie-File/t/15_pushpop.t PUSH / POP / SHIFT / UNSHIFT for Tie::File +cpan/Tie-File/t/16_handle.t Tying a handle instead of a file for Tie::File +cpan/Tie-File/t/17_misc_meth.t CLEAR / EXISTS / DELETE / EXTEND for Tie::File +cpan/Tie-File/t/18_rs_fixrec.t Like 06_fixrec.t, with unusual record separator +cpan/Tie-File/t/19_cache.t Read cache exercises and regression for Tie::File +cpan/Tie-File/t/20_cache_full.t LRU expiry exercises and regression for Tie::File +cpan/Tie-File/t/21_win32.t Win32 special behavior of Tie::File +cpan/Tie-File/t/22_autochomp.t 'autochomp' option of Tie::File +cpan/Tie-File/t/23_rv_ac_splice.t Like 07_rv_splice.t, but with autochomp +cpan/Tie-File/t/24_cache_loop.t Regression for old Tie::File cache bug +cpan/Tie-File/t/25_gen_nocache.t Like 01_gen.t, but with caching disabled +cpan/Tie-File/t/26_twrite.t Unit tests for Tie::File::_twrite +cpan/Tie-File/t/27_iwrite.t Unit tests for Tie::File::_iwrite +cpan/Tie-File/t/28_mtwrite.t Unit tests for Tie::File::_mtwrite +cpan/Tie-File/t/29a_upcopy.t Unit tests for Tie::File::_upcopy +cpan/Tie-File/t/29_downcopy.t Unit tests for Tie::File::_downcopy +cpan/Tie-File/t/30_defer.t deferred writing feature tests for Tie::File +cpan/Tie-File/t/31_autodefer.t 'autodefer' feature tests for Tie::File +cpan/Tie-File/t/32_defer_misc.t Like 17_misc_meth.t, but with deferred writing +cpan/Tie-File/t/33_defer_vs.t Like 30_defer.t, but with varying-length records +cpan/Tie-File/t/40_abs_cache.t Unit tests for Tie::File::Cache +cpan/Tie-File/t/41_heap.t Unit tests for Tie::File::Heap +cpan/Tie-File/t/42_offset.t Unit tests for the offset method cpan/Tie-RefHash/lib/Tie/RefHash.pm Base class for tied hashes with references as keys cpan/Tie-RefHash/t/rebless.t Test for Tie::RefHash with rebless cpan/Tie-RefHash/t/refhash.t Test for Tie::RefHash and Tie::RefHash::Nestable cpan/Tie-RefHash/t/storable.t Test for Tie::RefHash with storable cpan/Tie-RefHash/t/threaded.t Test for Tie::RefHash with threads -Cross/build-arm-n770-sh Cross-compilation -Cross/cflags-cross-arm Cross-compilation -Cross/config Cross-compilation +cpan/Time-HiRes/Changes Time::HiRes extension +cpan/Time-HiRes/fallback/const-c.inc Time::HiRes extension +cpan/Time-HiRes/fallback/const-xs.inc Time::HiRes extension +cpan/Time-HiRes/hints/aix.pl Hint for Time::HiRes for named architecture +cpan/Time-HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture +cpan/Time-HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture +cpan/Time-HiRes/hints/irix.pl Hint for Time::HiRes for named architecture +cpan/Time-HiRes/hints/linux.pl Hints for Time::HiRes for named architecture +cpan/Time-HiRes/hints/sco.pl Hints for Time::HiRes for named architecture +cpan/Time-HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture +cpan/Time-HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture +cpan/Time-HiRes/HiRes.pm Time::HiRes extension +cpan/Time-HiRes/HiRes.xs Time::HiRes extension +cpan/Time-HiRes/Makefile.PL Time::HiRes extension +cpan/Time-HiRes/t/HiRes.t Test for Time::HiRes +cpan/Time-HiRes/typemap Time::HiRes extension +cpan/Time-Piece/Changes Time::Piece extension +cpan/Time-Piece/Makefile.PL Time::Piece extension +cpan/Time-Piece/Piece.pm Time::Piece extension +cpan/Time-Piece/Piece.xs Time::Piece extension +cpan/Time-Piece/README Time::Piece extension +cpan/Time-Piece/Seconds.pm Time::Piece extension +cpan/Time-Piece/t/01base.t Test for Time::Piece +cpan/Time-Piece/t/02core.t Test for Time::Piece +cpan/Time-Piece/t/03compare.t Test for Time::Piece +cpan/Time-Piece/t/04mjd.t Test for Time::Piece +cpan/Time-Piece/t/05overload.t Test for Time::Piece +cpan/Time-Piece/t/06subclass.t Test for Time::Piece +cpan/Time-Piece/t/07arith.t Test for Time::Piece +cpan/Unicode-Collate/Changes Unicode::Collate +cpan/Unicode-Collate/Collate/allkeys.txt Unicode::Collate +cpan/Unicode-Collate/Collate/keys.txt 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/cjkrange.t Unicode::Collate +cpan/Unicode-Collate/t/contract.t Unicode::Collate +cpan/Unicode-Collate/t/hangtype.t Unicode::Collate +cpan/Unicode-Collate/t/hangul.t Unicode::Collate +cpan/Unicode-Collate/t/ignor.t Unicode::Collate +cpan/Unicode-Collate/t/illegalp.t Unicode::Collate +cpan/Unicode-Collate/t/illegal.t Unicode::Collate +cpan/Unicode-Collate/t/index.t Unicode::Collate +cpan/Unicode-Collate/t/normal.t Unicode::Collate +cpan/Unicode-Collate/t/override.t Unicode::Collate +cpan/Unicode-Collate/t/rearrang.t Unicode::Collate +cpan/Unicode-Collate/t/test.t Unicode::Collate +cpan/Unicode-Collate/t/trailwt.t Unicode::Collate +cpan/Unicode-Collate/t/variable.t Unicode::Collate +cpan/Unicode-Collate/t/version.t Unicode::Collate +cpan/Unicode-Collate/t/view.t Unicode::Collate +cpan/Unicode-Normalize/Changes Unicode::Normalize +cpan/Unicode-Normalize/Makefile.PL Unicode::Normalize +cpan/Unicode-Normalize/mkheader Unicode::Normalize +cpan/Unicode-Normalize/Normalize.pm Unicode::Normalize +cpan/Unicode-Normalize/Normalize.xs Unicode::Normalize +cpan/Unicode-Normalize/README Unicode::Normalize +cpan/Unicode-Normalize/t/fcdc.t Unicode::Normalize +cpan/Unicode-Normalize/t/form.t Unicode::Normalize +cpan/Unicode-Normalize/t/func.t Unicode::Normalize +cpan/Unicode-Normalize/t/illegal.t Unicode::Normalize +cpan/Unicode-Normalize/t/norm.t Unicode::Normalize +cpan/Unicode-Normalize/t/null.t Unicode::Normalize +cpan/Unicode-Normalize/t/proto.t Unicode::Normalize +cpan/Unicode-Normalize/t/split.t Unicode::Normalize +cpan/Unicode-Normalize/t/test.t Unicode::Normalize +cpan/Unicode-Normalize/t/tie.t Unicode::Normalize +cpan/Win32API-File/buffers.h Win32API::File extension +cpan/Win32API-File/cFile.h Win32API::File extension +cpan/Win32API-File/cFile.pc Win32API::File extension +cpan/Win32API-File/Changes Win32API::File extension changes +cpan/Win32API-File/const2perl.h Win32API::File extension +cpan/Win32API-File/ExtUtils/Myconst2perl.pm Win32API::File extension +cpan/Win32API-File/File.pm Win32API::File extension +cpan/Win32API-File/File.xs Win32API::File extension +cpan/Win32API-File/Makefile.PL Win32API::File extension makefile write +cpan/Win32API-File/README Win32API::File extension Readme +cpan/Win32API-File/t/file.t See if Win32API::File extension works +cpan/Win32API-File/t/tie.t See if Win32API::File extension works +cpan/Win32API-File/typemap Win32API::File extension interface types +cpan/Win32/Changes Changes for Win32 extension module +cpan/Win32/longpath.inc Win32 extension long path support +cpan/Win32/Makefile.PL Win32 extension makefile writer +cpan/Win32/t/CreateFile.t See if Win32 extension works +cpan/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works +cpan/Win32/t/GetCurrentThreadId.t See if Win32 extension works +cpan/Win32/t/GetFileVersion.t See if Win32 extension works +cpan/Win32/t/GetFolderPath.t See if Win32 extension works +cpan/Win32/t/GetFullPathName.t See if Win32 extension works +cpan/Win32/t/GetLongPathName.t See if Win32 extension works +cpan/Win32/t/GetOSName.t See if Win32 extension works +cpan/Win32/t/GetOSVersion.t See if Win32 extension works +cpan/Win32/t/GetShortPathName.t See if Win32 extension works +cpan/Win32/t/GuidGen.t See if Win32 extension works +cpan/Win32/t/Names.t See if Win32 extension works +cpan/Win32/t/Unicode.t See if Win32 extension works +cpan/Win32/Win32.pm Win32 extension Perl module +cpan/Win32/Win32.xs Win32 extension external subroutines +Cross/build-arm-n770-sh Cross-compilation +Cross/cflags-cross-arm Cross-compilation +Cross/config Cross-compilation Cross/config.sh-arm-linux Cross-compilation Cross/config.sh-arm-linux-n770 Cross-compilation Cross/generate_config_sh Cross-compilation Cross/installperl.patch Cross-compilation -Cross/Makefile Cross-compilation -Cross/Makefile-cross-SH Cross-compilation -Cross/Makefile.SH.patch Cross-compilation -Cross/README Cross-compilation -Cross/README.new Cross-compilation -Cross/TODO Cross-compilation -Cross/warp Cross-compilation -cv.h Code value header -cygwin/cygwin.c Additional code for Cygwin port -deb.c Debugging routines +Cross/Makefile Cross-compilation +Cross/Makefile-cross-SH Cross-compilation +Cross/Makefile.SH.patch Cross-compilation +Cross/README Cross-compilation +Cross/README.new Cross-compilation +Cross/TODO Cross-compilation +Cross/warp Cross-compilation +cv.h Code value header +cygwin/cygwin.c Additional code for Cygwin port +deb.c Debugging routines dist/Attribute-Handlers/Changes Attribute::Handlers dist/Attribute-Handlers/demo/demo2.pl Attribute::Handlers demo dist/Attribute-Handlers/demo/demo3.pl Attribute::Handlers demo @@ -1031,6 +2594,8 @@ dist/base/t/lib/HasSigDie.pm Module for testing base.pm dist/base/t/sigdie.t See if base works with SIGDIE dist/base/t/version.t See if base works with versions dist/base/t/warnings.t See if base works with warnings +dist/B-Deparse/Deparse.pm Compiler Deparse backend +dist/B-Deparse/t/deparse.t See if B::Deparse works dist/constant/lib/constant.pm For "use constant" dist/constant/t/constant.t See if compile-time constants work dist/Data-Dumper/Changes Data pretty printer, changelog @@ -1118,6 +2683,21 @@ dist/IO/t/io_xs.t See if XSUB methods from IO work dist/lib/lib_pm.PL For "use lib", produces lib/lib.pm dist/lib/Makefile.PL dist/lib/t/01lib.t For "use lib" testing +dist/Locale-Maketext/ChangeLog Locale::Maketext +dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext +dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm Locale::Maketext +dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext +dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation +dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article +dist/Locale-Maketext/README Locale::Maketext +dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works +dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works +dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works +dist/Locale-Maketext/t/30_local.t See if Locale::Maketext works +dist/Locale-Maketext/t/40_super.t See if Locale::Maketext works +dist/Locale-Maketext/t/50_super.t See if Locale::Maketext works +dist/Locale-Maketext/t/60_super.t See if Locale::Maketext works +dist/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works dist/Module-CoreList/Changes Module::CoreList Changes dist/Module-CoreList/corelist The corelist command-line utility dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList @@ -1127,6 +2707,7 @@ dist/Module-CoreList/MANIFEST Module::CoreList dist/Module-CoreList/META.yml Module::CoreList dist/Module-CoreList/README Module::CoreList dist/Module-CoreList/t/corelist.t Module::CoreList tests +dist/Module-CoreList/t/deprecated.t Module::CoreList tests dist/Module-CoreList/t/find_modules.t Module::CoreList tests dist/Module-CoreList/t/pod.t Module::CoreList tests dist/Net-Ping/Changes Net::Ping @@ -1146,6 +2727,161 @@ dist/Net-Ping/t/410_syn_host.t Ping Net::Ping dist/Net-Ping/t/450_service.t Ping Net::Ping dist/Net-Ping/t/500_ping_icmp.t Ping Net::Ping dist/Net-Ping/t/510_ping_udp.t Ping Net::Ping +dist/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm utility module for perldoc +dist/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc +dist/Pod-Perldoc/lib/Pod/Perldoc.pm guts of the 'perldoc' utility +dist/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors +dist/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm render POD as man pages +dist/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm convert POD to nroff +dist/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm convert POD to POD +dist/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm convert POD to RTF +dist/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text +dist/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod +dist/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML +dist/Pod-Perldoc/t/01_about_verbose.t test Pod::Perldoc +dist/Pod-Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker +dist/Pod-Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation +dist/Pod-Perldoc/t/textbasic.t test Pod::Perldoc::ToText +dist/Pod-Plainer/Plainer.pm Pod migration utility module +dist/Pod-Plainer/t/plainer.t Test Pod::Plainer +dist/Safe/Changes Changes for Safe.pm +dist/Safe/Makefile.PL Makefile.PL for Safe.pm +dist/Safe/MANIFEST MANIFEST for Safe.pm +dist/Safe/META.yml META.yml for Safe.pm +dist/Safe/README README for Safe.pm +dist/Safe/Safe.pm Safe extension Perl module +dist/Safe/t/safe1.t See if Safe works +dist/Safe/t/safe2.t See if Safe works +dist/Safe/t/safe3.t See if Safe works +dist/Safe/t/safeload.t Tests that some modules can be loaded by Safe +dist/Safe/t/safeops.t Tests that all ops can be trapped by Safe +dist/Safe/t/safesort.t Tests Safe with sort +dist/Safe/t/safeuniversal.t Tests Safe with functions from universal.c +dist/SelfLoader/lib/SelfLoader.pm Load functions only on demand +dist/SelfLoader/t/01SelfLoader.t See if SelfLoader works +dist/SelfLoader/t/02SelfLoader-buggy.t See if SelfLoader works +dist/Storable/ChangeLog Storable extension +dist/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture +dist/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture +dist/Storable/hints/hpux.pl Hint for Storable for named architecture +dist/Storable/hints/linux.pl Hint for Storable for named architecture +dist/Storable/Makefile.PL Storable extension +dist/Storable/README Storable extension +dist/Storable/Storable.pm Storable extension +dist/Storable/Storable.xs Storable extension +dist/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors +dist/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern +dist/Storable/t/blessed.t See if Storable works +dist/Storable/t/canonical.t See if Storable works +dist/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs +dist/Storable/t/code.t See if Storable works +dist/Storable/t/compat01.t See if Storable works +dist/Storable/t/compat06.t See if Storable works +dist/Storable/t/croak.t See if Storable works +dist/Storable/t/dclone.t See if Storable works +dist/Storable/t/downgrade.t See if Storable works +dist/Storable/t/file_magic.t See if file_magic function works +dist/Storable/t/forgive.t See if Storable works +dist/Storable/t/freeze.t See if Storable works +dist/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach +dist/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw +dist/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload +dist/Storable/t/integer.t See if Storable works +dist/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x +dist/Storable/t/just_plain_nasty.t See if Storable works +dist/Storable/t/lock.t See if Storable works +dist/Storable/t/make_56_interwork.pl Make test data for interwork56.t +dist/Storable/t/make_downgrade.pl Make test data for downgrade.t +dist/Storable/t/make_overload.pl Make test data for overload.t +dist/Storable/t/malice.t See if Storable copes with corrupt files +dist/Storable/t/overload.t See if Storable works +dist/Storable/t/recurse.t See if Storable works +dist/Storable/t/restrict.t See if Storable works +dist/Storable/t/retrieve.t See if Storable works +dist/Storable/t/sig_die.t See if Storable works +dist/Storable/t/st-dump.pl See if Storable works +dist/Storable/t/store.t See if Storable works +dist/Storable/t/testlib.pl more helper routines for tests +dist/Storable/t/threads.t Does Storable work with threads? +dist/Storable/t/tied_hook.t See if Storable works +dist/Storable/t/tied_items.t See if Storable works +dist/Storable/t/tied.t See if Storable works +dist/Storable/t/utf8hash.t See if Storable works +dist/Storable/t/utf8.t See if Storable works +dist/Storable/t/weak.t Can Storable store weakrefs +dist/Switch/Changes Changes for Switch.pm +dist/Switch/Makefile.PL Makefile.PL for Switch.pm +dist/Switch/MANIFEST MANIFEST for Switch.pm +dist/Switch/META.yml META.yml for Switch.pm +dist/Switch/README README for Switch.pm +dist/Switch/Switch.pm Switch for Perl +dist/Switch/t/given.t See if Perl 6 given (switch) works +dist/Switch/t/nested.t See if nested switch works +dist/Switch/t/switch.t See if Perl 5 switch works +dist/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues +dist/Thread-Queue/t/01_basic.t Thread::Queue tests +dist/Thread-Queue/t/02_refs.t Thread::Queue tests +dist/Thread-Queue/t/03_peek.t Thread::Queue tests +dist/Thread-Queue/t/04_errs.t Thread::Queue tests +dist/Thread-Queue/t/05_extract.t Thread::Queue tests +dist/Thread-Queue/t/06_insert.t Thread::Queue tests +dist/Thread-Queue/t/07_lock.t Thread::Queue tests +dist/Thread-Queue/t/08_nothreads.t Thread::Queue tests +dist/Thread-Semaphore/lib/Thread/Semaphore.pm Thread-safe semaphores +dist/Thread-Semaphore/t/01_basic.t Thread::Semaphore tests +dist/Thread-Semaphore/t/02_errs.t Thread::Semaphore tests +dist/Thread-Semaphore/t/03_nothreads.t Thread::Semaphore tests +dist/threads/hints/hpux.pl Hint file for HPUX +dist/threads/hints/linux.pl Hint file for Linux +dist/threads/Makefile.PL ithreads +dist/threads-shared/hints/linux.pl thread shared variables +dist/threads-shared/Makefile.PL thread shared variables +dist/threads-shared/shared.pm thread shared variables +dist/threads-shared/shared.xs thread shared variables +dist/threads-shared/t/0nothread.t Tests for basic shared array functionality. +dist/threads-shared/t/av_refs.t Tests for arrays containing references +dist/threads-shared/t/av_simple.t Tests for basic shared array functionality. +dist/threads-shared/t/blessed.t Test blessed shared variables +dist/threads-shared/t/clone.t Test shared cloning +dist/threads-shared/t/cond.t Test condition variables +dist/threads-shared/t/disabled.t Test threads::shared when threads are disabled. +dist/threads-shared/t/hv_refs.t Test shared hashes containing references +dist/threads-shared/t/hv_simple.t Tests for basic shared hash functionality. +dist/threads-shared/t/no_share.t Tests for disabled share on variables. +dist/threads-shared/t/object.t Shared objects tests +dist/threads-shared/t/shared_attr.t Test :shared attribute +dist/threads-shared/t/stress.t Stress test +dist/threads-shared/t/sv_refs.t thread shared variables +dist/threads-shared/t/sv_simple.t thread shared variables +dist/threads-shared/t/utf8.t Test UTF-8 keys in shared hashes +dist/threads-shared/t/waithires.t Test sub-second cond_timedwait +dist/threads-shared/t/wait.t Test cond_wait and cond_timedwait +dist/threads/t/basic.t ithreads +dist/threads/t/blocks.t Test threads in special blocks +dist/threads/t/context.t Explicit thread context +dist/threads/t/end.t Test end functions +dist/threads/t/err.t Test $thr->error() +dist/threads/t/exit.t Test exit and die in threads +dist/threads/t/free2.t More ithread destruction tests +dist/threads/t/free.t Test ithread destruction +dist/threads/threads.pm ithreads +dist/threads/threads.xs ithreads +dist/threads/t/join.t Testing the join function +dist/threads/t/kill.t Tests thread signalling +dist/threads/t/libc.t testing libc functions for threadsafety +dist/threads/t/list.t Test threads->list() +dist/threads/t/no_threads.t threads test for non-threaded Perls +dist/threads/t/problems.t Test various memory problems +dist/threads/t/stack_env.t Tests for stack limits +dist/threads/t/stack.t Tests for stack limits +dist/threads/t/state.t Tests state methods +dist/threads/t/stress_cv.t Test with multiple threads, coderef cv argument. +dist/threads/t/stress_re.t Test with multiple threads, string cv argument and regexes. +dist/threads/t/stress_string.t Test with multiple threads, string cv argument. +dist/threads/t/thread.t General ithread tests from thr5005 +dist/XSLoader/Makefile.PL Dynamic Loader makefile writer +dist/XSLoader/t/XSLoader.t See if XSLoader works +dist/XSLoader/XSLoader_pm.PL Simple XS Loader perl module djgpp/config.over DOS/DJGPP port djgpp/configure.bat DOS/DJGPP port djgpp/djgpp.c DOS/DJGPP port @@ -1181,43 +2917,9 @@ 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/bignum/lib/bigint.pm bigint -ext/bignum/lib/bignum.pm bignum -ext/bignum/lib/bigrat.pm bigrat -ext/bignum/lib/Math/BigFloat/Trace.pm bignum tracing -ext/bignum/lib/Math/BigInt/Trace.pm bignum tracing -ext/bignum/t/big_e_pi.t See if bignum exports e() and PI() -ext/bignum/t/bigexp.t See if bignum works -ext/bignum/t/bigint.t See if bigint works -ext/bignum/t/bignum.t See if bignum works -ext/bignum/t/bigrat.t See if bigrat works -ext/bignum/t/bii_e_pi.t See if bigint exports e() and PI() -ext/bignum/t/biinfnan.t See if bignum works -ext/bignum/t/bir_e_pi.t See if bigrat exports e() and PI() -ext/bignum/t/bninfnan.t See if bignum works -ext/bignum/t/bn_lite.t See if bignum with Math::BigInt::Lite works -ext/bignum/t/brinfnan.t See if bignum works -ext/bignum/t/br_lite.t See if bigrat with Math::BigInt::Lite works -ext/bignum/t/in_effect.t See if in_effect() works -ext/bignum/t/infnan.inc See if bignum with inf/NaN works -ext/bignum/t/option_a.t See if bignum a => X works -ext/bignum/t/option_l.t See if bignum l => X works -ext/bignum/t/option_p.t See if bignum p => X works -ext/bignum/t/ratopt_a.t See if bigrat a => X works -ext/bignum/t/scope_f.t See if no bignum works -ext/bignum/t/scope_i.t See if no bigint works -ext/bignum/t/scope_r.t See if no bigrat works -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 @@ -1242,135 +2944,6 @@ ext/B/t/showlex.t See if B::ShowLex works ext/B/t/terse.t See if B::Terse works ext/B/t/xref.t See if B::Xref works ext/B/typemap Compiler backend interface types -ext/CGI/examples/caution.xbm CGI example -ext/CGI/examples/clickable_image.cgi CGI example -ext/CGI/examples/cookie.cgi CGI example -ext/CGI/examples/crash.cgi CGI example -ext/CGI/examples/customize.cgi CGI example -ext/CGI/examples/diff_upload.cgi CGI example -ext/CGI/examples/dna_small_gif.uu Small image for CGI examples -ext/CGI/examples/file_upload.cgi CGI example -ext/CGI/examples/frameset.cgi CGI example -ext/CGI/examples/index.html Index page for CGI examples -ext/CGI/examples/internal_links.cgi CGI example -ext/CGI/examples/javascript.cgi CGI example -ext/CGI/examples/make_links.pl CGI example -ext/CGI/examples/monty.cgi CGI example -ext/CGI/examples/multiple_forms.cgi CGI example -ext/CGI/examples/nph-clock.cgi CGI example -ext/CGI/examples/nph-multipart.cgi CGI example -ext/CGI/examples/popup.cgi CGI example -ext/CGI/examples/RunMeFirst Setup script for CGI examples -ext/CGI/examples/save_state.cgi CGI example -ext/CGI/examples/tryit.cgi CGI example -ext/CGI/examples/wilogo_gif.uu CGI example -ext/CGI/lib/CGI/Apache.pm Support for Apache's Perl module -ext/CGI/lib/CGI/Carp.pm Log server errors with helpful context -ext/CGI/lib/CGI/Changes Changelog for CGI.pm -ext/CGI/lib/CGI/Cookie.pm Interface to Netscape Cookies -ext/CGI/lib/CGI/Fast.pm Support for FastCGI (persistent server process) -ext/CGI/lib/CGI.pm Web server interface ("Common Gateway Interface") -ext/CGI/lib/CGI/Pretty.pm Output nicely formatted HTML -ext/CGI/lib/CGI/Push.pm Support for server push -ext/CGI/lib/CGI/Switch.pm Simple interface for multiple server types -ext/CGI/lib/CGI/Util.pm Utility functions -ext/CGI/t/apache.t See if CGI::Apache still loads -ext/CGI/t/can.t See if CGI.pm works -ext/CGI/t/carp.t See if CGI::Carp works -ext/CGI/t/cookie.t See if CGI::Cookie works -ext/CGI/t/Dump.t See if CGI->Dump works -ext/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) -ext/CGI/t/form.t See if CGI.pm works -ext/CGI/t/function.t See if CGI.pm works -ext/CGI/t/html.t See if CGI.pm works -ext/CGI/t/no_tabindex.t See if CGI.pm works -ext/CGI/t/popup_menu.t See if CGI pop menus work -ext/CGI/t/pretty.t See if CGI.pm works -ext/CGI/t/push.t See if CGI::Push works -ext/CGI/t/query_string.t See if CGI->query_string() works -ext/CGI/t/request.t See if CGI.pm works -ext/CGI/t/start_end_asterisk.t See if CGI.pm works -ext/CGI/t/start_end_end.t See if CGI.pm works -ext/CGI/t/start_end_start.t See if CGI.pm works -ext/CGI/t/switch.t See if CGI::Switch still loads -ext/CGI/t/unescapeHTML.t See if CGI::unescapeHTML() works -ext/CGI/t/uploadInfo.t See if CGI.pm works -ext/CGI/t/upload_post_text.txt Test data for CGI.pm -ext/CGI/t/upload.t See if CGI.pm works -ext/CGI/t/user_agent.t See if CGI->user_agent() works -ext/CGI/t/util-58.t See if 5.8-dependent features work -ext/CGI/t/util.t See if CGI.pm works -ext/Compress-Raw-Bzip2/bzip2-src/blocksort.c -ext/Compress-Raw-Bzip2/bzip2-src/bzip2.c -ext/Compress-Raw-Bzip2/bzip2-src/bzip2recover.c -ext/Compress-Raw-Bzip2/bzip2-src/bzlib.c -ext/Compress-Raw-Bzip2/bzip2-src/bzlib.h -ext/Compress-Raw-Bzip2/bzip2-src/bzlib_private.h -ext/Compress-Raw-Bzip2/bzip2-src/compress.c -ext/Compress-Raw-Bzip2/bzip2-src/crctable.c -ext/Compress-Raw-Bzip2/bzip2-src/decompress.c -ext/Compress-Raw-Bzip2/bzip2-src/dlltest.c -ext/Compress-Raw-Bzip2/bzip2-src/huffman.c -ext/Compress-Raw-Bzip2/bzip2-src/LICENSE -ext/Compress-Raw-Bzip2/bzip2-src/mk251.c -ext/Compress-Raw-Bzip2/bzip2-src/randtable.c -ext/Compress-Raw-Bzip2/bzip2-src/spewG.c -ext/Compress-Raw-Bzip2/bzip2-src/unzcrash.c -ext/Compress-Raw-Bzip2/Bzip2.xs -ext/Compress-Raw-Bzip2/Changes -ext/Compress-Raw-Bzip2/fallback/constants.h -ext/Compress-Raw-Bzip2/fallback/constants.xs -ext/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm -ext/Compress-Raw-Bzip2/Makefile.PL -ext/Compress-Raw-Bzip2/pod/FAQ.pod -ext/Compress-Raw-Bzip2/private/MakeUtil.pm -ext/Compress-Raw-Bzip2/README -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 -ext/Compress-Raw-Zlib/examples/filtdef Compress::Raw::Zlib -ext/Compress-Raw-Zlib/examples/filtinf Compress::Raw::Zlib -ext/Compress-Raw-Zlib/fallback/constants.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/fallback/constants.xs Compress::Raw::Zlib -ext/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm Compress::Raw::Zlib -ext/Compress-Raw-Zlib/Makefile.PL Compress::Raw::Zlib -ext/Compress-Raw-Zlib/pod/FAQ.pod Compress::Raw::Zlib -ext/Compress-Raw-Zlib/private/MakeUtil.pm Compress::Raw::Zlib -ext/Compress-Raw-Zlib/README Compress::Raw::Zlib -ext/Compress-Raw-Zlib/t/01version.t Compress::Raw::Zlib -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 -ext/Compress-Raw-Zlib/zlib-src/crc32.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/crc32.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/deflate.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/deflate.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/infback.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffast.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffast.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inffixed.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inflate.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inflate.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inftrees.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/inftrees.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/trees.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/trees.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/uncompr.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zconf.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zlib.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zutil.c Compress::Raw::Zlib -ext/Compress-Raw-Zlib/zlib-src/zutil.h Compress::Raw::Zlib -ext/Compress-Raw-Zlib/Zlib.xs Compress::Raw::Zlib 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 @@ -1401,63 +2974,6 @@ ext/Devel-Peek/Peek.xs Data debugging tool, externals ext/Devel-Peek/t/Peek.t See if Devel::Peek works 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/Changes Digest changelog -ext/Digest/Digest/base.pm Digest extensions -ext/Digest/Digest/file.pm Digest extensions -ext/Digest/Digest.pm Digest extensions -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 -ext/Digest-MD5/hints/MacOS.pl Hints for named architecture -ext/Digest-MD5/Makefile.PL Digest::MD5 extension makefile writer -ext/Digest-MD5/MD5.pm Digest::MD5 extension -ext/Digest-MD5/MD5.xs Digest::MD5 extension -ext/Digest-MD5/README Digest::MD5 extension Readme -ext/Digest-MD5/t/align.t See if Digest::MD5 extension works -ext/Digest-MD5/t/badfile.t See if Digest::MD5 extension works -ext/Digest-MD5/t/bits.t See if Digest::MD5 extension works -ext/Digest-MD5/t/clone.t See if Digest::MD5 extension works -ext/Digest-MD5/t/files.t See if Digest::MD5 extension works -ext/Digest-MD5/t/md5-aaa.t See if Digest::MD5 extension works -ext/Digest-MD5/t/utf8.t See if Digest::MD5 extension works -ext/Digest-MD5/typemap Digest::MD5 extension -ext/Digest-SHA/bin/shasum shasum script -ext/Digest-SHA/Changes Digest::SHA changes -ext/Digest-SHA/lib/Digest/SHA.pm Digest::SHA extension -ext/Digest-SHA/Makefile.PL Digest::SHA Makefile.PL -ext/Digest-SHA/README Digest::SHA README -ext/Digest-SHA/SHA.xs Digest::SHA extension -ext/Digest-SHA/src/hmac.c Digest::SHA extension -ext/Digest-SHA/src/hmac.h Digest::SHA extension -ext/Digest-SHA/src/hmacxtra.c Digest::SHA extension -ext/Digest-SHA/src/sha64bit.c Digest::SHA extension -ext/Digest-SHA/src/sha64bit.h Digest::SHA extension -ext/Digest-SHA/src/sha.c Digest::SHA extension -ext/Digest-SHA/src/sha.h Digest::SHA extension -ext/Digest-SHA/src/shaxtra.c Digest::SHA extension -ext/Digest-SHA/t/allfcns.t See if Digest::SHA works -ext/Digest-SHA/t/base64.t See if Digest::SHA works -ext/Digest-SHA/t/bitbuf.t See if Digest::SHA works -ext/Digest-SHA/t/dumpload.t See if Digest::SHA works -ext/Digest-SHA/t/fips198.t See if Digest::SHA works -ext/Digest-SHA/t/gglong.t See if Digest::SHA works -ext/Digest-SHA/t/gg.t See if Digest::SHA works -ext/Digest-SHA/t/hmacsha.t See if Digest::SHA works -ext/Digest-SHA/t/ireland.t See if Digest::SHA works -ext/Digest-SHA/t/methods.t See if Digest::SHA works -ext/Digest-SHA/t/nistbit.t See if Digest::SHA works -ext/Digest-SHA/t/nistbyte.t See if Digest::SHA works -ext/Digest-SHA/t/rfc2202.t See if Digest::SHA works -ext/Digest-SHA/t/sha1.t See if Digest::SHA works -ext/Digest-SHA/t/sha224.t See if Digest::SHA works -ext/Digest-SHA/t/sha256.t See if Digest::SHA works -ext/Digest-SHA/t/sha384.t See if Digest::SHA works -ext/Digest-SHA/t/sha512.t See if Digest::SHA works -ext/Digest-SHA/t/woodbury.t See if Digest::SHA works -ext/Digest-SHA/typemap Typemap for Digest::SHA -ext/Digest/t/base.t See if Digest extensions work -ext/Digest/t/digest.t See if Digest extensions work -ext/Digest/t/file.t See if Digest extensions work ext/DynaLoader/dl_aix.xs AIX implementation ext/DynaLoader/dl_beos.xs BeOS implementation ext/DynaLoader/dl_dld.xs GNU dld style implementation @@ -1484,132 +3000,11 @@ ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer ext/DynaLoader/README Dynamic Loader notes and intro ext/DynaLoader/t/DynaLoader.t See if DynaLoader works -ext/encoding-warnings/Changes Changelog for encoding::warnings -ext/encoding-warnings/lib/encoding/warnings.pm warn on implicit encoding conversions -ext/encoding-warnings/t/1-warning.t tests for encoding::warnings -ext/encoding-warnings/t/2-fatal.t tests for encoding::warnings -ext/encoding-warnings/t/3-normal.t tests for encoding::warnings -ext/encoding-warnings/t/4-lexical.t tests for encoding::warnings EXTERN.h Included before foreign .h files ext/Errno/ChangeLog Errno changes ext/Errno/Errno_pm.PL Errno perl module create script ext/Errno/Makefile.PL Errno extension makefile writer ext/Errno/t/Errno.t See if Errno works -ext/ExtUtils-Command/lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms -ext/ExtUtils-Command/t/cp.t See if ExtUtils::Command works -ext/ExtUtils-Command/t/eu_command.t See if ExtUtils::Command works -ext/ExtUtils-Command/t/lib/TieOut.pm Testing library to capture prints -ext/ExtUtils-Constant/lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants -ext/ExtUtils-Constant/lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants -ext/ExtUtils-Constant/t/Constant.t See if ExtUtils::Constant works -ext/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions -ext/ExtUtils-MakeMaker/Changes MakeMaker change log -ext/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line -ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above -ext/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries -ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config -ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/FAQ.pod MakeMaker FAQ -ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm Write Makefiles for extensions -ext/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker -ext/ExtUtils-MakeMaker/lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) -ext/ExtUtils-MakeMaker/lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm MakeMaker methods for AIX -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_BeOS.pm MakeMaker methods for BeOS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm MakeMaker methods for Cygwin -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm MakeMaker methods for Darwin -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm MakeMaker methods for DOS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_MacOS.pm MakeMaker methods for MacOS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_NW5.pm MakeMaker methods for NetWare -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_OS2.pm MakeMaker methods for OS/2 -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm MakeMaker adaptor class -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_QNX.pm MakeMaker methods for QNX -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm MakeMaker methods for Unix -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_UWIN.pm MakeMaker methods for U/WIN -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm MakeMaker methods for VMS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_VOS.pm MakeMaker methods for VOS -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm MakeMaker methods for Win32 -ext/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm MakeMaker methods for Win95 -ext/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm MakeMaker user override class -ext/ExtUtils-MakeMaker/lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension -ext/ExtUtils-MakeMaker/MANIFEST ExtUtils::MakeMaker MANIFEST -ext/ExtUtils-MakeMaker/NOTES Notes about MakeMaker internals -ext/ExtUtils-MakeMaker/PATCHING Suggestions for patching MakeMaker -ext/ExtUtils-MakeMaker/README MakeMaker README -ext/ExtUtils-MakeMaker/t/00compile.t See if MakeMaker modules compile -ext/ExtUtils-MakeMaker/t/arch_check.t Test MakeMaker's arch_check() -ext/ExtUtils-MakeMaker/t/backwards.t Check MakeMaker's backwards compatibility -ext/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module -ext/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages -ext/ExtUtils-MakeMaker/t/cd.t Test to see cd works -ext/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config -ext/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported -ext/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works -ext/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works -ext/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker -ext/ExtUtils-MakeMaker/t/hints.t See if hint files are honored. -ext/ExtUtils-MakeMaker/t/INSTALL_BASE.t Test INSTALL_BASE in MakeMaker -ext/ExtUtils-MakeMaker/t/installed_file.t Test for ExtUtils::MakeMaker -ext/ExtUtils-MakeMaker/t/INST_PREFIX.t See if MakeMaker can apply PREFIXs -ext/ExtUtils-MakeMaker/t/INST.t Check MakeMaker INST_* macros -ext/ExtUtils-MakeMaker/t/is_of_type.t Test for ExtUtils::MakeMaker -ext/ExtUtils-MakeMaker/t/Liblist.t See if ExtUtils::Liblist works -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/NoXS.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/MPV.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/PL_FILES.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Problem.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities -ext/ExtUtils-MakeMaker/t/lib/TieIn.pm Testing library for dummy input handles -ext/ExtUtils-MakeMaker/t/lib/TieOut.pm Testing library to capture prints -ext/ExtUtils-MakeMaker/t/MakeMaker_Parameters.t test "MakeMaker Parameters" section -ext/ExtUtils-MakeMaker/t/make.t See if make detection works -ext/ExtUtils-MakeMaker/t/maketext_filter.t See if maketext_filter works -ext/ExtUtils-MakeMaker/t/metafile_data.t See if META.yml handling works -ext/ExtUtils-MakeMaker/t/metafile_file.t See if META.yml handling works -ext/ExtUtils-MakeMaker/t/miniperl.t Test MakeMaker with miniperl -ext/ExtUtils-MakeMaker/t/min_perl_version.t Test the MIN_PERL_VERSION argument to WriteMakefile. -ext/ExtUtils-MakeMaker/t/Mkbootstrap.t See if ExtUtils::Mkbootstrap works -ext/ExtUtils-MakeMaker/t/MM_Any.t See if ExtUtils::MM_Any works -ext/ExtUtils-MakeMaker/t/MM_BeOS.t See if ExtUtils::MM_BeOS works -ext/ExtUtils-MakeMaker/t/MM_Cygwin.t See if ExtUtils::MM_Cygwin works -ext/ExtUtils-MakeMaker/t/MM_NW5.t See if ExtUtils::MM_NW5 works -ext/ExtUtils-MakeMaker/t/MM_OS2.t See if ExtUtils::MM_OS2 works -ext/ExtUtils-MakeMaker/t/MM_Unix.t See if ExtUtils::MM_UNIX works -ext/ExtUtils-MakeMaker/t/MM_VMS.t See if ExtUtils::MM_VMS works -ext/ExtUtils-MakeMaker/t/MM_Win32.t See if ExtUtils::MM_Win32 works -ext/ExtUtils-MakeMaker/TODO Things TODO in MakeMaker -ext/ExtUtils-MakeMaker/t/oneliner.t See if MM can generate perl one-liners -ext/ExtUtils-MakeMaker/t/parse_version.t See if parse_version works -ext/ExtUtils-MakeMaker/t/PL_FILES.t Test PL_FILES in MakeMaker -ext/ExtUtils-MakeMaker/t/pm.t See if MakeMaker can handle PM -ext/ExtUtils-MakeMaker/t/pm_to_blib.t Test for ExtUtils::MakeMaker -ext/ExtUtils-MakeMaker/t/pod2man.t See if MakeMaker can handle no pod2man -ext/ExtUtils-MakeMaker/t/postamble.t See if postamble works -ext/ExtUtils-MakeMaker/t/prefixify.t See if MakeMaker can apply a PREFIX -ext/ExtUtils-MakeMaker/t/prereq_print.t See if PREREQ_PRINT works -ext/ExtUtils-MakeMaker/t/prereq.t See if MakeMaker works -ext/ExtUtils-MakeMaker/t/problems.t How MakeMaker reacts to build problems -ext/ExtUtils-MakeMaker/t/prompt.t See if E::MM::prompt() works -ext/ExtUtils-MakeMaker/t/recurs.t See if recursive builds work -ext/ExtUtils-MakeMaker/t/revision.t See if $Revision is correct -ext/ExtUtils-MakeMaker/t/split_command.t See if MM's xargs-like function works -ext/ExtUtils-MakeMaker/t/test_boilerplate.t MakeMaker test -ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch1/Config.pm test data for MakeMaker -ext/ExtUtils-MakeMaker/t/testdata/reallylongdirectoryname/arch2/Config.pm test data for MakeMaker -ext/ExtUtils-MakeMaker/t/testlib.t See if ExtUtils::testlib works -ext/ExtUtils-MakeMaker/t/VERSION_FROM.t See if MakeMaker's VERSION_FROM works -ext/ExtUtils-MakeMaker/t/WriteEmptyMakefile.t See if WriteEmptyMakefile works -ext/ExtUtils-MakeMaker/t/writemakefile_args.t See if WriteMakefile works -ext/ExtUtils-MakeMaker/t/xs.t Part of MakeMaker's test suite -ext/ExtUtils-Manifest/lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files -ext/ExtUtils-Manifest/lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP -ext/ExtUtils-Manifest/t/Manifest.t See if ExtUtils::Manifest works ext/Fcntl/Fcntl.pm Fcntl extension Perl module ext/Fcntl/Fcntl.xs Fcntl extension external subroutines ext/Fcntl/Makefile.PL Fcntl extension makefile writer @@ -1635,20 +3030,6 @@ 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/File-Temp/t/cmp.t See if File::Temp works -ext/File-Temp/Temp.pm create safe temporary files and file handles -ext/File-Temp/t/fork.t See if File::Temp works -ext/File-Temp/t/lock.t See if File::Temp works -ext/File-Temp/t/mktemp.t See if File::Temp works -ext/File-Temp/t/object.t See if File::Temp works -ext/File-Temp/t/posix.t See if File::Temp works -ext/File-Temp/t/security.t See if File::Temp works -ext/File-Temp/t/seekable.t See if File::Temp works -ext/File-Temp/t/tempfile.t See if File::Temp works -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 ext/GDBM_File/hints/sco.pl Hint for GDBM_File for named architecture @@ -1677,480 +3058,10 @@ 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/if/if.pm For "use if" -ext/if/t/if.t Tests for "use if" -ext/IO-Compress/Changes IO::Compress -ext/IO-Compress/examples/compress-zlib/filtdef IO::Compress -ext/IO-Compress/examples/compress-zlib/filtinf IO::Compress -ext/IO-Compress/examples/compress-zlib/gzcat IO::Compress -ext/IO-Compress/examples/compress-zlib/gzgrep IO::Compress -ext/IO-Compress/examples/compress-zlib/gzstream IO::Compress -ext/IO-Compress/examples/io/anycat IO::Compress -ext/IO-Compress/examples/io/bzip2/bzcat IO::Compress -ext/IO-Compress/examples/io/bzip2/bzgrep IO::Compress -ext/IO-Compress/examples/io/bzip2/bzstream IO::Compress -ext/IO-Compress/examples/io/gzip/gzappend IO::Compress -ext/IO-Compress/examples/io/gzip/gzcat IO::Compress -ext/IO-Compress/examples/io/gzip/gzgrep IO::Compress -ext/IO-Compress/examples/io/gzip/gzstream IO::Compress -ext/IO-Compress/lib/Compress/Zlib.pm IO::Compress -ext/IO-Compress/lib/File/GlobMapper.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Adapter/Bzip2.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Adapter/Deflate.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Adapter/Identity.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Base/Common.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Base.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Bzip2.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Deflate.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Gzip/Constants.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Gzip.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/RawDeflate.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Zip/Constants.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Zip.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Zlib/Constants.pm IO::Compress -ext/IO-Compress/lib/IO/Compress/Zlib/Extra.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Adapter/Bunzip2.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Adapter/Inflate.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/AnyInflate.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/AnyUncompress.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Base.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Bunzip2.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Gunzip.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Inflate.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/RawInflate.pm IO::Compress -ext/IO-Compress/lib/IO/Uncompress/Unzip.pm IO::Compress -ext/IO-Compress/Makefile.PL IO::Compress -ext/IO-Compress/pod/FAQ.pod IO::Compress -ext/IO-Compress/private/MakeUtil.pm IO::Compress -ext/IO-Compress/README IO::Compress -ext/IO-Compress/t/000prereq.t IO::Compress -ext/IO-Compress/t/001bzip2.t IO::Compress -ext/IO-Compress/t/001zlib-generic-deflate.t IO::Compress -ext/IO-Compress/t/001zlib-generic-gzip.t IO::Compress -ext/IO-Compress/t/001zlib-generic-rawdeflate.t IO::Compress -ext/IO-Compress/t/001zlib-generic-zip.t IO::Compress -ext/IO-Compress/t/002any-deflate.t IO::Compress -ext/IO-Compress/t/002any-gzip.t IO::Compress -ext/IO-Compress/t/002any-rawdeflate.t IO::Compress -ext/IO-Compress/t/002any-transparent.t IO::Compress -ext/IO-Compress/t/002any-zip.t IO::Compress -ext/IO-Compress/t/004gziphdr.t IO::Compress -ext/IO-Compress/t/005defhdr.t IO::Compress -ext/IO-Compress/t/006zip.t IO::Compress -ext/IO-Compress/t/010examples-bzip2.t IO::Compress -ext/IO-Compress/t/010examples-zlib.t IO::Compress -ext/IO-Compress/t/01misc.t IO::Compress -ext/IO-Compress/t/020isize.t IO::Compress -ext/IO-Compress/t/050interop-gzip.t IO::Compress -ext/IO-Compress/t/100generic-bzip2.t IO::Compress -ext/IO-Compress/t/100generic-deflate.t IO::Compress -ext/IO-Compress/t/100generic-gzip.t IO::Compress -ext/IO-Compress/t/100generic-rawdeflate.t IO::Compress -ext/IO-Compress/t/100generic-zip.t IO::Compress -ext/IO-Compress/t/101truncate-bzip2.t IO::Compress -ext/IO-Compress/t/101truncate-deflate.t IO::Compress -ext/IO-Compress/t/101truncate-gzip.t IO::Compress -ext/IO-Compress/t/101truncate-rawdeflate.t IO::Compress -ext/IO-Compress/t/101truncate-zip.t IO::Compress -ext/IO-Compress/t/102tied-bzip2.t IO::Compress -ext/IO-Compress/t/102tied-deflate.t IO::Compress -ext/IO-Compress/t/102tied-gzip.t IO::Compress -ext/IO-Compress/t/102tied-rawdeflate.t IO::Compress -ext/IO-Compress/t/102tied-zip.t IO::Compress -ext/IO-Compress/t/103newtied-bzip2.t IO::Compress -ext/IO-Compress/t/103newtied-deflate.t IO::Compress -ext/IO-Compress/t/103newtied-gzip.t IO::Compress -ext/IO-Compress/t/103newtied-rawdeflate.t IO::Compress -ext/IO-Compress/t/103newtied-zip.t IO::Compress -ext/IO-Compress/t/104destroy-bzip2.t IO::Compress -ext/IO-Compress/t/104destroy-deflate.t IO::Compress -ext/IO-Compress/t/104destroy-gzip.t IO::Compress -ext/IO-Compress/t/104destroy-rawdeflate.t IO::Compress -ext/IO-Compress/t/104destroy-zip.t IO::Compress -ext/IO-Compress/t/105oneshot-bzip2.t IO::Compress -ext/IO-Compress/t/105oneshot-deflate.t IO::Compress -ext/IO-Compress/t/105oneshot-gzip-only.t IO::Compress -ext/IO-Compress/t/105oneshot-gzip.t IO::Compress -ext/IO-Compress/t/105oneshot-rawdeflate.t IO::Compress -ext/IO-Compress/t/105oneshot-zip-bzip2-only.t IO::Compress -ext/IO-Compress/t/105oneshot-zip-only.t IO::Compress -ext/IO-Compress/t/105oneshot-zip.t IO::Compress -ext/IO-Compress/t/106prime-bzip2.t IO::Compress -ext/IO-Compress/t/106prime-deflate.t IO::Compress -ext/IO-Compress/t/106prime-gzip.t IO::Compress -ext/IO-Compress/t/106prime-rawdeflate.t IO::Compress -ext/IO-Compress/t/106prime-zip.t IO::Compress -ext/IO-Compress/t/107multi-bzip2.t IO::Compress -ext/IO-Compress/t/107multi-deflate.t IO::Compress -ext/IO-Compress/t/107multi-gzip.t IO::Compress -ext/IO-Compress/t/107multi-rawdeflate.t IO::Compress -ext/IO-Compress/t/107multi-zip.t IO::Compress -ext/IO-Compress/t/108anyunc-bzip2.t IO::Compress -ext/IO-Compress/t/108anyunc-deflate.t IO::Compress -ext/IO-Compress/t/108anyunc-gzip.t IO::Compress -ext/IO-Compress/t/108anyunc-rawdeflate.t IO::Compress -ext/IO-Compress/t/108anyunc-transparent.t IO::Compress -ext/IO-Compress/t/108anyunc-zip.t IO::Compress -ext/IO-Compress/t/109merge-deflate.t IO::Compress -ext/IO-Compress/t/109merge-gzip.t IO::Compress -ext/IO-Compress/t/109merge-rawdeflate.t IO::Compress -ext/IO-Compress/t/109merge-zip.t IO::Compress -ext/IO-Compress/t/110encode-bzip2.t IO::Compress -ext/IO-Compress/t/110encode-deflate.t IO::Compress -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 -ext/IO-Compress/t/cz-08encoding.t IO::Compress -ext/IO-Compress/t/cz-14gzopen.t IO::Compress -ext/IO-Compress/t/globmapper.t IO::Compress -ext/IO-Zlib/t/basic.t Tests for IO::Zlib -ext/IO-Zlib/t/external.t Tests for IO::Zlib -ext/IO-Zlib/t/getc.t Tests for IO::Zlib -ext/IO-Zlib/t/getline.t Tests for IO::Zlib -ext/IO-Zlib/t/import.t Tests for IO::Zlib -ext/IO-Zlib/t/large.t Tests for IO::Zlib -ext/IO-Zlib/t/tied.t Tests for IO::Zlib -ext/IO-Zlib/t/uncomp1.t Tests for IO::Zlib -ext/IO-Zlib/t/uncomp2.t Tests for IO::Zlib -ext/IO-Zlib/Zlib.pm IO::Zlib 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/libnet/Changes libnet -ext/libnet/Config.eg libnet -ext/libnet/demos/ftp libnet -ext/libnet/demos/inetd libnet -ext/libnet/demos/nntp libnet -ext/libnet/demos/nntp.mirror libnet -ext/libnet/demos/pop3 libnet -ext/libnet/demos/smtp.self libnet -ext/libnet/demos/time libnet -ext/libnet/Hostname.pm.eg libnet -ext/libnet/lib/Net/Cmd.pm libnet -ext/libnet/lib/Net/Config.pm libnet -ext/libnet/lib/Net/Domain.pm libnet -ext/libnet/lib/Net/FTP/A.pm libnet -ext/libnet/lib/Net/FTP/dataconn.pm libnet -ext/libnet/lib/Net/FTP/E.pm libnet -ext/libnet/lib/Net/FTP/I.pm libnet -ext/libnet/lib/Net/FTP/L.pm libnet -ext/libnet/lib/Net/FTP.pm libnet -ext/libnet/lib/Net/libnetFAQ.pod libnet -ext/libnet/lib/Net/Netrc.pm libnet -ext/libnet/lib/Net/NNTP.pm libnet -ext/libnet/lib/Net/POP3.pm libnet -ext/libnet/lib/Net/SMTP.pm libnet -ext/libnet/lib/Net/Time.pm libnet -ext/libnet/Makefile.PL -ext/libnet/README libnet -ext/libnet/t/config.t libnet -ext/libnet/t/datasend.t libnet -ext/libnet/t/ftp.t libnet -ext/libnet/t/hostname.t libnet -ext/libnet/t/libnet_t.pl libnet -ext/libnet/t/netrc.t libnet -ext/libnet/t/nntp.t libnet -ext/libnet/t/require.t libnet -ext/libnet/t/smtp.t libnet -ext/libnet/t/time.t libnet -ext/List-Util/Changes Util extension -ext/List-Util/lib/List/Util.pm List::Util -ext/List-Util/lib/List/Util/PP.pm List::Util -ext/List-Util/lib/List/Util/XS.pm List::Util -ext/List-Util/lib/Scalar/Util.pm Scalar::Util -ext/List-Util/lib/Scalar/Util/PP.pm Scalar::Util -ext/List-Util/ListUtil.xs Util extension -ext/List-Util/Makefile.PL Util extension -ext/List-Util/multicall.h Util extension -ext/List-Util/README Util extension -ext/List-Util/t/00version.t Scalar::Util -ext/List-Util/t/blessed.t Scalar::Util -ext/List-Util/t/dualvar.t Scalar::Util -ext/List-Util/t/expfail.t List::Util -ext/List-Util/t/first.t List::Util -ext/List-Util/t/isvstring.t Scalar::Util -ext/List-Util/t/lln.t Scalar::Util -ext/List-Util/t/maxstr.t List::Util -ext/List-Util/t/max.t List::Util -ext/List-Util/t/minstr.t List::Util -ext/List-Util/t/min.t List::Util -ext/List-Util/t/openhan.t Scalar::Util -ext/List-Util/t/p_00version.t Scalar::Util -ext/List-Util/t/p_blessed.t Scalar::Util -ext/List-Util/t/p_first.t List::Util -ext/List-Util/t/p_lln.t Scalar::Util -ext/List-Util/t/p_maxstr.t List::Util -ext/List-Util/t/p_max.t List::Util -ext/List-Util/t/p_minstr.t List::Util -ext/List-Util/t/p_min.t List::Util -ext/List-Util/t/p_openhan.t Scalar::Util -ext/List-Util/t/p_readonly.t Scalar::Util -ext/List-Util/t/p_reduce.t List::Util -ext/List-Util/t/p_refaddr.t Scalar::Util -ext/List-Util/t/p_reftype.t Scalar::Util -ext/List-Util/t/proto.t Scalar::Util -ext/List-Util/t/p_shuffle.t List::Util -ext/List-Util/t/p_sum.t List::Util -ext/List-Util/t/p_tainted.t Scalar::Util -ext/List-Util/t/readonly.t Scalar::Util -ext/List-Util/t/reduce.t List::Util -ext/List-Util/t/refaddr.t Scalar::Util -ext/List-Util/t/reftype.t Scalar::Util -ext/List-Util/t/shuffle.t List::Util -ext/List-Util/t/stack-corruption.t List::Util -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/Locale-Codes/ChangeLog Locale::Codes -ext/Locale-Codes/lib/Locale/Constants.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Constants.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Country.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Country.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Currency.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Currency.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Language.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Language.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Script.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Script.pod Locale::Codes documentation -ext/Locale-Codes/Makefile.PL -ext/Locale-Codes/README Locale::Codes -ext/Locale-Codes/t/all.t See if Locale::Codes work -ext/Locale-Codes/t/constants.t See if Locale::Codes work -ext/Locale-Codes/t/country.t See if Locale::Codes work -ext/Locale-Codes/t/currency.t See if Locale::Codes work -ext/Locale-Codes/t/language.t See if Locale::Codes work -ext/Locale-Codes/t/rename.t See if Locale::Codes work -ext/Locale-Codes/t/script.t See if Locale::Codes work -ext/Locale-Codes/t/uk.t See if Locale::Codes work -ext/Locale-Maketext/ChangeLog Locale::Maketext -ext/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext -ext/Locale-Maketext/lib/Locale/Maketext/Guts.pm Locale::Maketext -ext/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext -ext/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation -ext/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article -ext/Locale-Maketext/README Locale::Maketext -ext/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple -ext/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests -ext/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works -ext/Locale-Maketext/t/10_make.t See if Locale::Maketext works -ext/Locale-Maketext/t/20_get.t See if Locale::Maketext works -ext/Locale-Maketext/t/30_local.t See if Locale::Maketext works -ext/Locale-Maketext/t/40_super.t See if Locale::Maketext works -ext/Locale-Maketext/t/50_super.t See if Locale::Maketext works -ext/Locale-Maketext/t/60_super.t See if Locale::Maketext works -ext/Locale-Maketext/t/90_utf8.t See if Locale::Maketext works -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 -ext/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension -ext/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc -ext/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension -ext/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package -ext/Math-BigInt/lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package -ext/Math-BigInt/t/alias.inc Support for BigInt tests -ext/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc -ext/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc -ext/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc -ext/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t -ext/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works -ext/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works -ext/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t -ext/Math-BigInt/t/bigintpm.t See if BigInt.pm works -ext/Math-BigInt/t/bigints.t See if BigInt.pm works -ext/Math-BigInt/t/biglog.t Test the log function -ext/Math-BigInt/t/big_pi_e.t test bpi() and bexp() -ext/Math-BigInt/t/bigroot.t Test the broot function -ext/Math-BigInt/t/calling.t Test calling conventions -ext/Math-BigInt/t/config.t Test Math::BigInt->config() -ext/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant -ext/Math-BigInt/t/const_mbf.t Test Math::BigInt -ext/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works -ext/Math-BigInt/t/_e_math.t Helper routine in BigFloat for _e math -ext/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling -ext/Math-BigInt/t/isa.t Test for Math::BigInt inheritance -ext/Math-BigInt/t/lib_load.t Test sane lib names -ext/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test -ext/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc -ext/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test -ext/Math-BigInt/t/mbf_ali.t Tests for BigFloat -ext/Math-BigInt/t/mbi_ali.t Tests for BigInt -ext/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests -ext/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode -ext/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly -ext/Math-BigInt/t/nan_cmp.t overloaded comparision involving *NaN* -ext/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new() -ext/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); -ext/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); -ext/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); -ext/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); -ext/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); -ext/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); -ext/Math-BigInt/t/require.t Test if require Math::BigInt works -ext/Math-BigInt/t/round.t Test rounding with non-integer A and P -ext/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses -ext/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat -ext/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt -ext/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc -ext/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work -ext/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works -ext/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t -ext/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works -ext/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time -ext/Math-BigInt/t/use.t Test if use Math::BigInt(); works -ext/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package -ext/Math-BigRat/lib/Math/BigRat.pm Math::BigRat -ext/Math-BigRat/t/big_ap.t Math::BigRat test -ext/Math-BigRat/t/bigfltpm.inc Math::BigRat test -ext/Math-BigRat/t/bigfltrt.t Math::BigRat test -ext/Math-BigRat/t/biglog.t Math::BigRat test -ext/Math-BigRat/t/bigratpm.inc Math::BigRat test -ext/Math-BigRat/t/bigratpm.t Math::BigRat test -ext/Math-BigRat/t/bigrat.t Math::BigRat test -ext/Math-BigRat/t/bigratup.t test under $Math::BigInt::upgrade -ext/Math-BigRat/t/bigroot.t Math::BigRat test -ext/Math-BigRat/t/hang.t Math::BigRat test for bug #34584 - hang in exp() -ext/Math-BigRat/t/Math/BigRat/Test.pm Math::BigRat test helper -ext/Math-BigRat/t/requirer.t see if require works properly -ext/Math-BigRat/t/trap.t see if trap_nan and trap_inf work -ext/Memoize/Memoize/AnyDBM_File.pm Memoize glue layer for AnyDBM_File -ext/Memoize/Memoize/ExpireFile.pm Memoize expiry manager test scaffold -ext/Memoize/Memoize/Expire.pm Memoize expiry manager example -ext/Memoize/Memoize/ExpireTest.pm Memoize expiry manager test scaffold -ext/Memoize/Memoize/NDBM_File.pm Memoize glue layer for NDBM_File -ext/Memoize/Memoize.pm Memoize -ext/Memoize/Memoize/SDBM_File.pm Memoize glue layer for SDBM_File -ext/Memoize/Memoize/Storable.pm Memoize glue layer for Storable -ext/Memoize/README Memoize release notes -ext/Memoize/t/array_confusion.t Memoize ambiguous array return tests -ext/Memoize/t/array.t Memoize array context return tests -ext/Memoize/t/correctness.t Memoize basic correctness tests -ext/Memoize/t/errors.t Memoize PEBKAC detection tests -ext/Memoize/t/expfile.t Memoize expiry manager tests -ext/Memoize/t/expire.t Memoize expiry manager tests -ext/Memoize/t/expmod_n.t Memoize expiry manager tests -ext/Memoize/t/expmod_t.t Memoize expiry manager (timed) tests -ext/Memoize/t/flush.t Memoize 'flush_cache' function tests -ext/Memoize/t/normalize.t Memoize 'normalizer' feature tests -ext/Memoize/TODO Memoize to-do list -ext/Memoize/t/prototype.t Memoize prototyped function handling tests -ext/Memoize/t/speed.t "Makes functions faster" advertisement test -ext/Memoize/t/tiefeatures.t Memoize FAULT / MERGE / HASH options test -ext/Memoize/t/tie_gdbm.t Memoize GDBM interface test -ext/Memoize/t/tie_ndbm.t Memoize NDBM interface test -ext/Memoize/t/tie_sdbm.t Memoize SDBM interface test -ext/Memoize/t/tie_storable.t Memoize Storable interface test -ext/Memoize/t/tie.t Memoize tied file test -ext/Memoize/t/unmemoize.t Memoize 'unmemoize' function test -ext/MIME-Base64/Base64.pm MIME::Base64 extension -ext/MIME-Base64/Base64.xs MIME::Base64 extension -ext/MIME-Base64/Changes MIME::Base64 extension -ext/MIME-Base64/Makefile.PL MIME::Base64 extension -ext/MIME-Base64/QuotedPrint.pm MIME::Base64 extension -ext/MIME-Base64/README README for MIME::Base64 -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-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 -ext/Module-Pluggable/Makefile.PL Module::Pluggable -ext/Module-Pluggable/t/01use.t Module::Pluggable tests -ext/Module-Pluggable/t/02alsoworks.t Module::Pluggable tests -ext/Module-Pluggable/t/02works.t Module::Pluggable tests -ext/Module-Pluggable/t/02works_taint.t Module::Pluggable tests -ext/Module-Pluggable/t/03diffname.t Module::Pluggable tests -ext/Module-Pluggable/t/04acmedir_single.t Module::Pluggable tests -ext/Module-Pluggable/t/04acmedir.t Module::Pluggable tests -ext/Module-Pluggable/t/04acmepath_single.t Module::Pluggable tests -ext/Module-Pluggable/t/04acmepath.t Module::Pluggable tests -ext/Module-Pluggable/t/05postpath.t Module::Pluggable tests -ext/Module-Pluggable/t/06multipath.t Module::Pluggable tests -ext/Module-Pluggable/t/07instantiate.t Module::Pluggable tests -ext/Module-Pluggable/t/08nothing.t Module::Pluggable tests -ext/Module-Pluggable/t/09require.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack_inner.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack_noinner.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack_onefile.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack_override.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack_super.t Module::Pluggable tests -ext/Module-Pluggable/t/10innerpack.t Module::Pluggable tests -ext/Module-Pluggable/t/11usetwice.t Module::Pluggable tests -ext/Module-Pluggable/t/12onlyarray.t Module::Pluggable tests -ext/Module-Pluggable/t/12onlyregex.t Module::Pluggable tests -ext/Module-Pluggable/t/12onlyrequire.t Module::Pluggable tests -ext/Module-Pluggable/t/12only.t Module::Pluggable tests -ext/Module-Pluggable/t/13exceptarray.t Module::Pluggable tests -ext/Module-Pluggable/t/13exceptregex.t Module::Pluggable tests -ext/Module-Pluggable/t/13except.t Module::Pluggable tests -ext/Module-Pluggable/t/14package.t Module::Pluggable tests -ext/Module-Pluggable/t/15topicsafe.t Module::Pluggable tests -ext/Module-Pluggable/t/16different_extension.t Module::Pluggable tests -ext/Module-Pluggable/t/17devel_inner_package.t Module::Pluggable tests -ext/Module-Pluggable/t/18skipped_package.t Module::Pluggable tests -ext/Module-Pluggable/t/19can_ok_clobber.t Module::Pluggable tests -ext/Module-Pluggable/t/20dodgy_files.t Module::Pluggable tests -ext/Module-Pluggable/t/21editor_junk.t Module::Pluggable tests -ext/Module-Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/Acme/Foo-Bar.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm~ Module::Pluggable tests -ext/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swo Module::Pluggable tests -ext/Module-Pluggable/t/lib/EditorJunk/Plugin/Bar.pm.swp Module::Pluggable tests -ext/Module-Pluggable/t/lib/EditorJunk/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/ExtTest/Plugin/Bar.plugin Module::Pluggable tests -ext/Module-Pluggable/t/lib/ExtTest/Plugin/Foo.plugin Module::Pluggable tests -ext/Module-Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin Module::Pluggable tests -ext/Module-Pluggable/t/lib/InnerTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyTest/Plugin/Bar.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/No/Middle.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/OddTest/Plugin/Foo.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/TA/C/A/I.pm Module::Pluggable tests -ext/Module-Pluggable/t/lib/Zot/.Zork.pm Module::Pluggable tests ext/mro/Changes mro extension ext/mro/mro.pm mro extension ext/mro/mro.xs mro extension @@ -2188,19 +3099,6 @@ 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/parent/lib/parent.pm Establish an ISA relationship with base classes at compile time -ext/parent/t/compile-time-file.t tests for parent.pm -ext/parent/t/compile-time.t tests for parent.pm -ext/parent/t/lib/Dummy2.plugin test files for parent.pm -ext/parent/t/lib/Dummy/Outside.pm test files for parent.pm -ext/parent/t/lib/Dummy.pm test files for parent.pm -ext/parent/t/lib/FileThatOnlyExistsAsPMC.pmc test files for parent.pm -ext/parent/t/lib/ReturnsFalse.pm test files for parent.pm -ext/parent/t/parent-classfromclassfile.t tests for parent.pm -ext/parent/t/parent-classfromfile.t tests for parent.pm -ext/parent/t/parent-pmc.t tests for parent.pm -ext/parent/t/parent-returns-false.t tests for parent.pm -ext/parent/t/parent.t tests for parent.pm ext/PerlIO-encoding/encoding.pm PerlIO::encoding ext/PerlIO-encoding/encoding.xs PerlIO::encoding ext/PerlIO-encoding/MANIFEST PerlIO::encoding list of files @@ -2212,262 +3110,9 @@ ext/PerlIO-scalar/scalar.xs PerlIO layer for scalars ext/PerlIO-scalar/t/scalar.t See if PerlIO::scalar works ext/PerlIO-scalar/t/scalar_ungetc.t Tests for PerlIO layer for scalars ext/PerlIO-via/hints/aix.pl Hint for PerlIO::via for named architecture -ext/PerlIO-via-QuotedPrint/lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint -ext/PerlIO-via-QuotedPrint/t/QuotedPrint.t PerlIO::via::QuotedPrint 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-Escapes/ChangeLog ChangeLog for Pod::Escapes -ext/Pod-Escapes/lib/Pod/Escapes.pm Pod::Escapes -ext/Pod-Escapes/README README for Pod::Escapes -ext/Pod-Escapes/t/01_about_verbose.t test Pod::Escapes -ext/Pod-Escapes/t/10_main.t test Pod::Escapes -ext/Pod-Escapes/t/15_name2charnum.t test Pod::Escapes -ext/Pod-LaTeX/LaTeX.pm Convert POD data to LaTeX -ext/Pod-LaTeX/t/pod2latex.t See if Pod::LaTeX works -ext/Pod-LaTeX/t/user.t See if Pod::LaTeX works -ext/Pod-Parser/lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors -ext/Pod-Parser/lib/Pod/Find.pm used by pod/splitpod -ext/Pod-Parser/lib/Pod/InputObjects.pm Pod-Parser - define objects for input streams -ext/Pod-Parser/lib/Pod/Parser.pm Pod-Parser - define base class for parsing POD -ext/Pod-Parser/lib/Pod/ParseUtils.pm Pod-Parser - pod utility functions -ext/Pod-Parser/lib/Pod/PlainText.pm Convert POD data to formatted ASCII text -ext/Pod-Parser/lib/Pod/Select.pm Pod-Parser - select portions of POD docs -ext/Pod-Parser/lib/Pod/Usage.pm Pod-Parser - print usage messages -ext/Pod-Parser/t/pod/contains_bad_pod.xr Pod-Parser test file -ext/Pod-Parser/t/pod/contains_pod.t Pod-Parser test -ext/Pod-Parser/t/pod/contains_pod.xr Pod-Parser test file -ext/Pod-Parser/t/pod/emptycmd.t Test empty pod directives -ext/Pod-Parser/t/pod/emptycmd.xr Expected results for emptycmd.t -ext/Pod-Parser/t/pod/find.t See if Pod::Find works -ext/Pod-Parser/t/pod/for.t Test =for directive -ext/Pod-Parser/t/pod/for.xr Expected results for for.t -ext/Pod-Parser/t/pod/headings.t Test =head directives -ext/Pod-Parser/t/pod/headings.xr Expected results for headings.t -ext/Pod-Parser/t/pod/included.t Test =include directive -ext/Pod-Parser/t/pod/included.xr Expected results for included.t -ext/Pod-Parser/t/pod/include.t Test =include directive -ext/Pod-Parser/t/pod/include.xr Expected results for include.t -ext/Pod-Parser/t/pod/lref.t Test L<...> sequences -ext/Pod-Parser/t/pod/lref.xr Expected results for lref.t -ext/Pod-Parser/t/pod/multiline_items.t Test multiline =items -ext/Pod-Parser/t/pod/multiline_items.xr Expected results for multiline_items.t -ext/Pod-Parser/t/pod/nested_items.t Test nested =items -ext/Pod-Parser/t/pod/nested_items.xr Expected results for nested_items.t -ext/Pod-Parser/t/pod/nested_seqs.t Test nested interior sequences -ext/Pod-Parser/t/pod/nested_seqs.xr Expected results for nested_seqs.t -ext/Pod-Parser/t/pod/oneline_cmds.t Test single paragraph ==cmds -ext/Pod-Parser/t/pod/oneline_cmds.xr Expected results for oneline_cmds.t -ext/Pod-Parser/t/pod/p2u_data.pl Test Pod::Usage -ext/Pod-Parser/t/pod/pod2usage2.t Test Pod::Usage -ext/Pod-Parser/t/pod/pod2usage.t Test Pod::Usage -ext/Pod-Parser/t/pod/pod2usage.xr Expected results for pod2usage.t -ext/Pod-Parser/t/pod/podchkenc.t Validate =encoding support -ext/Pod-Parser/t/pod/podchkenc.xr Expected results for the above -ext/Pod-Parser/t/pod/poderrs.t Test POD errors -ext/Pod-Parser/t/pod/poderrs.xr Expected results for poderrs.t -ext/Pod-Parser/t/pod/podselect.t Test Pod::Select -ext/Pod-Parser/t/pod/podselect.xr Expected results for podselect.t -ext/Pod-Parser/t/pod/special_seqs.t Test "special" interior sequences -ext/Pod-Parser/t/pod/special_seqs.xr Expected results for special_seqs.t -ext/Pod-Parser/t/pod/testcmp.pl Module to compare output against expected results -ext/Pod-Parser/t/pod/testp2pt.pl Module to test Pod::PlainText for a given file -ext/Pod-Parser/t/pod/testpchk.pl Module to test Pod::Checker for a given file -ext/Pod-Parser/t/pod/testpods/lib/Pod/Stuff.pm Sample data for t/pod/find.t -ext/Pod-Parser/t/pod/twice.t Test Pod::Parser -ext/Pod-Parser/t/pod/usage2.pod Test POD for pod2usage tests -ext/Pod-Parser/t/pod/usage.pod Test POD for pod2usage tests -ext/Pod-Perldoc/lib/Pod/Perldoc/BaseTo.pm utility module for perldoc -ext/Pod-Perldoc/lib/Pod/Perldoc/GetOptsOO.pm options parsing for perldoc -ext/Pod-Perldoc/lib/Pod/Perldoc.pm guts of the 'perldoc' utility -ext/Pod-Perldoc/lib/Pod/Perldoc/ToChecker.pm let perldoc check POD for errors -ext/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm render POD as man pages -ext/Pod-Perldoc/lib/Pod/Perldoc/ToNroff.pm convert POD to nroff -ext/Pod-Perldoc/lib/Pod/Perldoc/ToPod.pm convert POD to POD -ext/Pod-Perldoc/lib/Pod/Perldoc/ToRtf.pm convert POD to RTF -ext/Pod-Perldoc/lib/Pod/Perldoc/ToText.pm convert POD to plain text -ext/Pod-Perldoc/lib/Pod/Perldoc/ToTk.pm convert POD via Tk::Pod -ext/Pod-Perldoc/lib/Pod/Perldoc/ToXml.pm convert POD to XML -ext/Pod-Perldoc/t/01_about_verbose.t test Pod::Perldoc -ext/Pod-Perldoc/t/checkerbasic.t test Pod::Perldoc::ToChecker -ext/Pod-Perldoc/t/perldocbasic.t test Pod::Perldoc basic operation -ext/Pod-Perldoc/t/textbasic.t test Pod::Perldoc::ToText -ext/Pod-Plainer/Plainer.pm Pod migration utility module -ext/Pod-Plainer/t/plainer.t Test Pod::Plainer -ext/Pod-Simple/ChangeLog Pod::Simple ChangeLog -ext/Pod-Simple/lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox -ext/Pod-Simple/lib/Pod/Simple/Checker.pm check the Pod syntax of a document -ext/Pod-Simple/lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode -ext/Pod-Simple/lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text -ext/Pod-Simple/lib/Pod/Simple/DumpAsXML.pm turn Pod into XML -ext/Pod-Simple/lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files -ext/Pod-Simple/lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy -ext/Pod-Simple/lib/Pod/Simple/HTML.pm convert Pod to HTML -ext/Pod-Simple/lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes -ext/Pod-Simple/lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls -ext/Pod-Simple/lib/Pod/Simple.pm Pod made simple -ext/Pod-Simple/lib/Pod/Simple.pod Pod for Pod::Simple -ext/Pod-Simple/lib/Pod/Simple/Progress.pm Pod::Simple::Progress -ext/Pod-Simple/lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser -ext/Pod-Simple/lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod -ext/Pod-Simple/lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser -ext/Pod-Simple/lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser -ext/Pod-Simple/lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser -ext/Pod-Simple/lib/Pod/Simple/RTF.pm format Pod as RTF -ext/Pod-Simple/lib/Pod/Simple/Search.pm find POD documents in directory trees -ext/Pod-Simple/lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree -ext/Pod-Simple/lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass -ext/Pod-Simple/lib/Pod/Simple/TextContent.pm get the text content of Pod -ext/Pod-Simple/lib/Pod/Simple/Text.pm format Pod as plaintext -ext/Pod-Simple/lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH -ext/Pod-Simple/lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb -ext/Pod-Simple/lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode -ext/Pod-Simple/lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart -ext/Pod-Simple/lib/Pod/Simple/XHTML.pm turn Pod into XHTML -ext/Pod-Simple/lib/Pod/Simple/XMLOutStream.pm turn Pod into XML -ext/Pod-Simple/README Pod::Simple README file -ext/Pod-Simple/t/00about.t Pod::Simple test file -ext/Pod-Simple/t/20_skip.t Pod::Simple test file -ext/Pod-Simple/t/accept01.t Pod::Simple test file -ext/Pod-Simple/t/accept05.t Pod::Simple test file -ext/Pod-Simple/t/ac_d.t Pod::Simple test file -ext/Pod-Simple/t/basic.t Pod::Simple test file -ext/Pod-Simple/t/begin.t Pod::Simple test file -ext/Pod-Simple/t/cbacks.t Pod::Simple test file -ext/Pod-Simple/t/chunking.t Pod::Simple test file -ext/Pod-Simple/t/closeys.t Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jp.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jp.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpx.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpx.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpy.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpy.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpz.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/2202jpz.xml Pod::Simple test file -ext/Pod-Simple/t/corpus2/fiqhakbar_iso6.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/fiqhakbar_iso6.xml Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_implicit_utf8.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf16be_bom.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf16le_bom.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf8_bom2.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf8_bom2.xml Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf8_bom.txt Pod::Simple test file -ext/Pod-Simple/t/corpus2/polish_utf8_bom.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/8859_7.pod Pod::Simple test file -ext/Pod-Simple/t/corpus/8859_7.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/cp1256.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/cp1256.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/fet_cont.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/fet_cont.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/fet_dup.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/fet_dup.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/iso6.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/iso6.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/koi8r.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/koi8r.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38b.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38b.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38p.pod Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38p.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/laozi38.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/lat1frim.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/lat1frim.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/lat1fr.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/lat1fr.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/nonesuch.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/nonesuch.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_explicit.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_explicit.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_latin1.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_latin1.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/plain.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_utf8.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/plain_utf8.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/plain.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/polish_utf8.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/polish_utf8.xml Pod::Simple test file -ext/Pod-Simple/t/corpus/s2763_sjis.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/s2763_sjis.xml Pod::Simple test file -ext/Pod-Simple/t/corpus.t Pod::Simple test file -ext/Pod-Simple/t/corpus/thai_iso11.txt Pod::Simple test file -ext/Pod-Simple/t/corpus/thai_iso11.xml Pod::Simple test file -ext/Pod-Simple/t/encod01.t Pod::Simple test file -ext/Pod-Simple/t/encod02.t Pod::Simple test file -ext/Pod-Simple/t/encod03.t Pod::Simple test file -ext/Pod-Simple/t/end_over.t Pod::Simple test file -ext/Pod-Simple/t/fcodes_e.t Pod::Simple test file -ext/Pod-Simple/t/fcodes_l.t Pod::Simple test file -ext/Pod-Simple/t/fcodes_s.t Pod::Simple test file -ext/Pod-Simple/t/fcodes.t Pod::Simple test file -ext/Pod-Simple/t/fornot.t Pod::Simple test file -ext/Pod-Simple/t/for.t Pod::Simple test file -ext/Pod-Simple/t/fullstop.t Pod::Simple test file -ext/Pod-Simple/t/heads.t Pod::Simple test file -ext/Pod-Simple/t/html01.t Pod::Simple test file -ext/Pod-Simple/t/html02.t Pod::Simple test file -ext/Pod-Simple/t/html03.t Pod::Simple test file -ext/Pod-Simple/t/htmlbat.t Pod::Simple test file -ext/Pod-Simple/t/items02.t Pod::Simple test file -ext/Pod-Simple/t/items.t Pod::Simple test file -ext/Pod-Simple/t/itemstar.t Pod::Simple test file -ext/Pod-Simple/t/junk1o.txt Pod::Simple test file -ext/Pod-Simple/t/junk1.pod Pod::Simple test file -ext/Pod-Simple/t/junk2o.txt Pod::Simple test file -ext/Pod-Simple/t/junk2.pod Pod::Simple test file -ext/Pod-Simple/t/linkclas.t Pod::Simple test file -ext/Pod-Simple/t/perlcygo.txt Pod::Simple test file -ext/Pod-Simple/t/perlcyg.pod Pod::Simple test file -ext/Pod-Simple/t/perlfaqo.txt Pod::Simple test file -ext/Pod-Simple/t/perlfaq.pod Pod::Simple test file -ext/Pod-Simple/t/perlvaro.txt Pod::Simple test file -ext/Pod-Simple/t/perlvar.pod Pod::Simple test file -ext/Pod-Simple/t/puller.t Pod::Simple test file -ext/Pod-Simple/t/pulltitl.t Pod::Simple test file -ext/Pod-Simple/t/reinit.t Pod::Simple test file -ext/Pod-Simple/t/render.t Pod::Simple test file -ext/Pod-Simple/t/search05.t Pod::Simple test file -ext/Pod-Simple/t/search10.t Pod::Simple test file -ext/Pod-Simple/t/search12.t Pod::Simple test file -ext/Pod-Simple/t/search20.t Pod::Simple test file -ext/Pod-Simple/t/search22.t Pod::Simple test file -ext/Pod-Simple/t/search25.t Pod::Simple test file -ext/Pod-Simple/t/search26.t Pod::Simple test file -ext/Pod-Simple/t/search27.t Pod::Simple test file -ext/Pod-Simple/t/search28.t Pod::Simple test file -ext/Pod-Simple/t/search29.t Pod::Simple test file -ext/Pod-Simple/t/search50.t Pod::Simple test file -ext/Pod-Simple/t/stree.t Pod::Simple test file -ext/Pod-Simple/t/testlib1/Blorm.pm Pod::Simple test file -ext/Pod-Simple/t/testlib1/hinkhonk/Glunk.pod Pod::Simple test file -ext/Pod-Simple/t/testlib1/hinkhonk/readme.txt Pod::Simple test file -ext/Pod-Simple/t/testlib1/hinkhonk/Vliff.pm Pod::Simple test file -ext/Pod-Simple/t/testlib1/pod/perlflif.pod Pod::Simple test file -ext/Pod-Simple/t/testlib1/pod/perlthng.pod Pod::Simple test file -ext/Pod-Simple/t/testlib1/squaa/Glunk.pod Pod::Simple test file -ext/Pod-Simple/t/testlib1/squaa.pm Pod::Simple test file -ext/Pod-Simple/t/testlib1/squaa/Vliff.pm Pod::Simple test file -ext/Pod-Simple/t/testlib1/zikzik.pod Pod::Simple test file -ext/Pod-Simple/t/testlib1/Zonk/Fiddle.txt Pod::Simple test file -ext/Pod-Simple/t/testlib1/Zonk/Pronk.pm Pod::Simple test file -ext/Pod-Simple/t/testlib1/Zonk/Veng.pm Pod::Simple test file -ext/Pod-Simple/t/testlib2/hinkhonk/Glunk.pod Pod::Simple test file -ext/Pod-Simple/t/testlib2/hinkhonk/readme.txt Pod::Simple test file -ext/Pod-Simple/t/testlib2/hinkhonk/Vliff.pm Pod::Simple test file -ext/Pod-Simple/t/testlib2/pod/perlthng.pod Pod::Simple test file -ext/Pod-Simple/t/testlib2/pod/perlzuk.pod Pod::Simple test file -ext/Pod-Simple/t/testlib2/squaa/Vliff.pm Pod::Simple test file -ext/Pod-Simple/t/testlib2/squaa/Wowo.pod Pod::Simple test file -ext/Pod-Simple/t/testlib2/Suzzle.pm Pod::Simple test file -ext/Pod-Simple/t/testlib3/squaa/Vliff.pm Pod::Simple test file -ext/Pod-Simple/t/tiedfh.t Pod::Simple test file -ext/Pod-Simple/t/verbatim.t Pod::Simple test file -ext/Pod-Simple/t/verb_fmt.t Pod::Simple test file -ext/Pod-Simple/t/xhtml01.t Pod::Simple test file -ext/Pod-Simple/t/xhtml05.t Pod::Simple test file -ext/Pod-Simple/t/x_nixer.t Pod::Simple test file 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 @@ -2508,18 +3153,6 @@ 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 -ext/Safe/t/safe3.t See if Safe works -ext/Safe/t/safeload.t Tests that some modules can be loaded by Safe -ext/Safe/t/safeops.t Tests that all ops can be trapped by Safe -ext/Safe/t/safeuniversal.t Tests Safe with functions from universal.c ext/SDBM_File/Makefile.PL SDBM extension makefile writer ext/SDBM_File/sdbm/biblio SDBM kit ext/SDBM_File/sdbm/CHANGES SDBM kit @@ -2548,569 +3181,18 @@ 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 ext/Socket/t/socketpair.t See if socketpair works ext/Socket/t/Socket.t See if Socket works -ext/Storable/ChangeLog Storable extension -ext/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture -ext/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture -ext/Storable/hints/hpux.pl Hint for Storable for named architecture -ext/Storable/hints/linux.pl Hint for Storable for named architecture -ext/Storable/Makefile.PL Storable extension -ext/Storable/README Storable extension -ext/Storable/Storable.pm Storable extension -ext/Storable/Storable.xs Storable extension -ext/Storable/t/attach_errors.t Trigger and test STORABLE_attach errors -ext/Storable/t/attach_singleton.t Test STORABLE_attach for the Singleton pattern -ext/Storable/t/blessed.t See if Storable works -ext/Storable/t/canonical.t See if Storable works -ext/Storable/t/circular_hook.t Test thaw hook called depth-first for circular refs -ext/Storable/t/code.t See if Storable works -ext/Storable/t/compat01.t See if Storable works -ext/Storable/t/compat06.t See if Storable works -ext/Storable/t/croak.t See if Storable works -ext/Storable/t/dclone.t See if Storable works -ext/Storable/t/downgrade.t See if Storable works -ext/Storable/t/file_magic.t See if file_magic function works -ext/Storable/t/forgive.t See if Storable works -ext/Storable/t/freeze.t See if Storable works -ext/Storable/t/HAS_ATTACH.pm For auto-requiring of modules for STORABLE_attach -ext/Storable/t/HAS_HOOK.pm For auto-requiring of modules for STORABLE_thaw -ext/Storable/t/HAS_OVERLOAD.pm For auto-requiring of mdoules for overload -ext/Storable/t/integer.t See if Storable works -ext/Storable/t/interwork56.t Test compatibility kludge for 64bit data under 5.6.x -ext/Storable/t/just_plain_nasty.t See if Storable works -ext/Storable/t/lock.t See if Storable works -ext/Storable/t/make_56_interwork.pl Make test data for interwork56.t -ext/Storable/t/make_downgrade.pl Make test data for downgrade.t -ext/Storable/t/make_overload.pl Make test data for overload.t -ext/Storable/t/malice.t See if Storable copes with corrupt files -ext/Storable/t/overload.t See if Storable works -ext/Storable/t/recurse.t See if Storable works -ext/Storable/t/restrict.t See if Storable works -ext/Storable/t/retrieve.t See if Storable works -ext/Storable/t/sig_die.t See if Storable works -ext/Storable/t/st-dump.pl See if Storable works -ext/Storable/t/store.t See if Storable works -ext/Storable/t/testlib.pl more helper routines for tests -ext/Storable/t/threads.t Does Storable work with threads? -ext/Storable/t/tied_hook.t See if Storable works -ext/Storable/t/tied_items.t See if Storable works -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 -ext/Term-Cap/Cap.pm Perl module supporting termcap usage -ext/Term-Cap/test.pl See if Term::Cap works -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 -ext/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility -ext/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility -ext/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility -ext/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Source/Perl.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Utils.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/Test/Harness.pm A test harness -ext/Test-Harness/t/000-load.t Test::Harness test -ext/Test-Harness/t/aggregator.t Test::Harness test -ext/Test-Harness/t/bailout.t Test::Harness test -ext/Test-Harness/t/base.t Test::Harness test -ext/Test-Harness/t/callbacks.t Test::Harness test -ext/Test-Harness/t/compat/env.t Test::Harness test -ext/Test-Harness/t/compat/failure.t Test::Harness test -ext/Test-Harness/t/compat/inc-propagation.t Test::Harness test -ext/Test-Harness/t/compat/inc_taint.t Test::Harness test -ext/Test-Harness/t/compat/nonumbers.t Test::Harness test -ext/Test-Harness/t/compat/regression.t Test::Harness test -ext/Test-Harness/t/compat/switches.t Test::Harness test -ext/Test-Harness/t/compat/test-harness-compat.t Test::Harness test -ext/Test-Harness/t/compat/version.t Test::Harness test -ext/Test-Harness/t/console.t Test::Harness test -ext/Test-Harness/t/data/catme.1 Test data for Test::Harness -ext/Test-Harness/t/data/proverc Test data for Test::Harness -ext/Test-Harness/t/data/sample.yml Test data for Test::Harness -ext/Test-Harness/t/errors.t Test::Harness test -ext/Test-Harness/t/file.t Test::Harness test -ext/Test-Harness/t/glob-to-regexp.t Test::Harness test -ext/Test-Harness/t/grammar.t Test::Harness test -ext/Test-Harness/t/harness-bailout.t Test::Harness test -ext/Test-Harness/t/harness-subclass.t Test::Harness test -ext/Test-Harness/t/harness.t Test::Harness test -ext/Test-Harness/t/iterators.t Test::Harness test -ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyIteratorFactory.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyPerlSource.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MySource.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness -ext/Test-Harness/t/multiplexer.t Test::Harness test -ext/Test-Harness/t/nofork-mux.t Test::Harness test -ext/Test-Harness/t/nofork.t Test::Harness test -ext/Test-Harness/t/object.t Test::Harness test -ext/Test-Harness/t/parser-config.t Test::Harness test -ext/Test-Harness/t/parser-subclass.t Test::Harness test -ext/Test-Harness/t/parse.t Test::Harness test -ext/Test-Harness/t/perl5lib.t Test::Harness test -ext/Test-Harness/t/premature-bailout.t Test::Harness test -ext/Test-Harness/t/process.t Test::Harness test -ext/Test-Harness/t/proveenv.t Test::Harness test -ext/Test-Harness/t/proverc/emptyexec Test data for Test::Harness -ext/Test-Harness/t/proverc.t Test::Harness test -ext/Test-Harness/t/proverun.t Test::Harness test -ext/Test-Harness/t/prove.t Test::Harness test -ext/Test-Harness/t/regression.t Test::Harness test -ext/Test-Harness/t/results.t Test::Harness test -ext/Test-Harness/t/sample-tests/bailout Test data for Test::Harness -ext/Test-Harness/t/sample-tests/bignum Test data for Test::Harness -ext/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness -ext/Test-Harness/t/sample-tests/combined Test data for Test::Harness -ext/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness -ext/Test-Harness/t/sample-tests/delayed Test data for Test::Harness -ext/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness -ext/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness -ext/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness -ext/Test-Harness/t/sample-tests/echo Test data for Test::Harness -ext/Test-Harness/t/sample-tests/empty Test data for Test::Harness -ext/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness -ext/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness -ext/Test-Harness/t/sample-tests/head_end Test data for Test::Harness -ext/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness -ext/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness -ext/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness -ext/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness -ext/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness -ext/Test-Harness/t/sample-tests/no_output Test data for Test::Harness -ext/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness -ext/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness -ext/Test-Harness/t/sample-tests/schwern Test data for Test::Harness -ext/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness -ext/Test-Harness/t/sample-tests/segfault Test data for Test::Harness -ext/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skip Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness -ext/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness -ext/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness -ext/Test-Harness/t/sample-tests/strict Test data for Test::Harness -ext/Test-Harness/t/sample-tests/switches Test data for Test::Harness -ext/Test-Harness/t/sample-tests/taint Test data for Test::Harness -ext/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/too_many Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_good Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_late Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_old Test data for Test::Harness -ext/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness -ext/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness -ext/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness -ext/Test-Harness/t/scheduler.t Test::Harness test -ext/Test-Harness/t/source.t Test::Harness test -ext/Test-Harness/t/source_tests/harness Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness -ext/Test-Harness/t/source_tests/source Test data for Test::Harness -ext/Test-Harness/t/spool.t Test::Harness test -ext/Test-Harness/t/state_results.t Test::Harness test -ext/Test-Harness/t/state.t Test::Harness test -ext/Test-Harness/t/streams.t Test::Harness test -ext/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness -ext/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness -ext/Test-Harness/t/taint.t Test::Harness test -ext/Test-Harness/t/testargs.t Test::Harness test -ext/Test-Harness/t/unicode.t Test::Harness test -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/Test-Simple/Changes Test::Simple changes -ext/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules -ext/Test-Simple/lib/Test/Builder.pm For writing new test libraries -ext/Test-Simple/lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester -ext/Test-Simple/lib/Test/Builder/Tester.pm For testing Test::Builder based classes -ext/Test-Simple/lib/Test/More.pm More utilities for writing tests -ext/Test-Simple/lib/Test/Simple.pm Basic utility for writing tests -ext/Test-Simple/lib/Test/Tutorial.pod A tutorial on writing tests -ext/Test-Simple/README Test::Simple README -ext/Test-Simple/t/00test_harness_check.t Test::Simple test -ext/Test-Simple/t/bad_plan.t Test::Builder plan() test -ext/Test-Simple/t/bail_out.t Test::Builder BAIL_OUT test -ext/Test-Simple/t/BEGIN_require_ok.t Test::More require_ok() testing -ext/Test-Simple/t/BEGIN_use_ok.t Test::More use_ok() testing -ext/Test-Simple/t/buffer.t Test::Builder buffering test -ext/Test-Simple/t/Builder/Builder.t Test::Builder tests -ext/Test-Simple/t/Builder/carp.t Test::Builder test -ext/Test-Simple/t/Builder/create.t Test::Builder test -ext/Test-Simple/t/Builder/current_test.t Test::Builder tests -ext/Test-Simple/t/Builder/current_test_without_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/details.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_double.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_plan_mismatch.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_no_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_number.t Test::Builder tests -ext/Test-Simple/t/Builder/done_testing_with_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/fork_with_new_stdout.t Test::Builder tests -ext/Test-Simple/t/Builder/has_plan2.t Test::Builder tests -ext/Test-Simple/t/Builder/has_plan.t Test::Builder tests -ext/Test-Simple/t/Builder/is_fh.t Test::Builder tests -ext/Test-Simple/t/Builder/maybe_regex.t Test::Builder tests -ext/Test-Simple/t/Builder/no_diag.t Test::Builder tests -ext/Test-Simple/t/Builder/no_ending.t Test::Builder tests -ext/Test-Simple/t/Builder/no_header.t Test::Builder tests -ext/Test-Simple/t/Builder/no_plan_at_all.t Test::Builder tests -ext/Test-Simple/t/Builder/ok_obj.t Test::Builder tests -ext/Test-Simple/t/Builder/output.t Test::Builder tests -ext/Test-Simple/t/Builder/reset.t Test::Builder tests -ext/Test-Simple/t/Builder/try.t Test::Builder tests -ext/Test-Simple/t/c_flag.t Test::Simple test -ext/Test-Simple/t/circular_data.t Test::Simple test -ext/Test-Simple/t/cmp_ok.t Test::More test -ext/Test-Simple/t/diag.t Test::More diag() test -ext/Test-Simple/t/died.t Test::Simple test -ext/Test-Simple/t/dont_overwrite_die_handler.t Test::More tests -ext/Test-Simple/t/eq_set.t Test::Simple test -ext/Test-Simple/t/exit.t Test::Simple test, exit codes -ext/Test-Simple/t/explain.t Test::Simple test -ext/Test-Simple/t/extra_one.t Test::Simple test -ext/Test-Simple/t/extra.t Test::Simple test -ext/Test-Simple/t/fail-like.t Test::More test, like() failures -ext/Test-Simple/t/fail-more.t Test::More test, tests failing -ext/Test-Simple/t/fail_one.t Test::Simple test -ext/Test-Simple/t/fail.t Test::Simple test, test failures -ext/Test-Simple/t/filehandles.t Test::Simple test, STDOUT can be played with -ext/Test-Simple/t/fork.t Test::More fork tests -ext/Test-Simple/t/harness_active.t Test::Simple test -ext/Test-Simple/t/import.t Test::More test, importing functions -ext/Test-Simple/t/is_deeply_dne_bug.t Test::More test -ext/Test-Simple/t/is_deeply_fail.t Test::More test, is_deeply() -ext/Test-Simple/t/is_deeply_with_threads.t Test::More test -ext/Test-Simple/t/lib/Dev/Null.pm Test::More test module -ext/Test-Simple/t/lib/Dummy.pm Test::More test module -ext/Test-Simple/t/lib/MyOverload.pm Test::More test module -ext/Test-Simple/t/lib/NoExporter.pm Test::Simple test module -ext/Test-Simple/t/lib/SigDie.pm Test module for Test::More -ext/Test-Simple/t/lib/Test/Builder/NoOutput.pm Utility module for testing Test::Builder -ext/Test-Simple/t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/death_with_handler.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/exit.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/extras.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/require.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/success.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/too_few.plx for exit.t -ext/Test-Simple/t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t -ext/Test-Simple/t/lib/TieOut.pm Testing library to capture prints -ext/Test-Simple/t/missing.t Test::Simple test, missing tests -ext/Test-Simple/t/More.t Test::More test, basic stuff -ext/Test-Simple/t/new_ok.t Test::More test -ext/Test-Simple/t/no_plan.t Test::Simple test, forgot the plan -ext/Test-Simple/t/no_tests.t Test::More test -ext/Test-Simple/t/note.t Test::More test -ext/Test-Simple/TODO Test::Simple TODO -ext/Test-Simple/t/overload.t Test::Simple test -ext/Test-Simple/t/overload_threads.t Test::Simple test -ext/Test-Simple/t/plan_bad.t Test::Simple test -ext/Test-Simple/t/plan_is_noplan.t Test::Simple test, no_plan -ext/Test-Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan -ext/Test-Simple/t/plan_shouldnt_import.t Test::Simple test -ext/Test-Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all -ext/Test-Simple/t/plan.t Test::More test, plan() -ext/Test-Simple/t/require_ok.t Test::Simple test -ext/Test-Simple/t/simple.t Test::Simple test, basic stuff -ext/Test-Simple/t/skipall.t Test::More test, skip all tests -ext/Test-Simple/t/skip.t Test::More test, SKIP tests -ext/Test-Simple/t/tbm_doesnt_set_exported_to.t Test::Builder::Module test -ext/Test-Simple/t/Tester/tbt_01basic.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_02fhrestore.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_03die.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_04line_num.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_05faildiag.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_06errormess.t Test::Builder::Tester test -ext/Test-Simple/t/Tester/tbt_07args.t Test::Builder::Tester test -ext/Test-Simple/t/threads.t Test::Builder thread-safe checks -ext/Test-Simple/t/thread_taint.t Test::Simple test -ext/Test-Simple/t/todo.t Test::More test, TODO tests -ext/Test-Simple/t/undef.t Test::More test, undefs don't cause warnings -ext/Test-Simple/t/useing.t Test::More test, compile test -ext/Test-Simple/t/use_ok.t Test::More test, use_ok() -ext/Test-Simple/t/utf8.t Test::More test -ext/Test-Simple/t/versions.t Test::More 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-ParseWords/lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter -ext/Text-ParseWords/t/ParseWords.t See if Text::ParseWords works -ext/Text-ParseWords/t/taint.t See if Text::ParseWords works with tainting -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 -ext/threads-shared/hints/linux.pl thread shared variables -ext/threads-shared/Makefile.PL thread shared variables -ext/threads-shared/shared.pm thread shared variables -ext/threads-shared/shared.xs thread shared variables -ext/threads-shared/t/0nothread.t Tests for basic shared array functionality. -ext/threads-shared/t/av_refs.t Tests for arrays containing references -ext/threads-shared/t/av_simple.t Tests for basic shared array functionality. -ext/threads-shared/t/blessed.t Test blessed shared variables -ext/threads-shared/t/clone.t Test shared cloning -ext/threads-shared/t/cond.t Test condition variables -ext/threads-shared/t/disabled.t Test threads::shared when threads are disabled. -ext/threads-shared/t/hv_refs.t Test shared hashes containing references -ext/threads-shared/t/hv_simple.t Tests for basic shared hash functionality. -ext/threads-shared/t/no_share.t Tests for disabled share on variables. -ext/threads-shared/t/object.t Shared objects tests -ext/threads-shared/t/shared_attr.t Test :shared attribute -ext/threads-shared/t/stress.t Stress test -ext/threads-shared/t/sv_refs.t thread shared variables -ext/threads-shared/t/sv_simple.t thread shared variables -ext/threads-shared/t/utf8.t Test UTF-8 keys in shared hashes -ext/threads-shared/t/waithires.t Test sub-second cond_timedwait -ext/threads-shared/t/wait.t Test cond_wait and cond_timedwait -ext/threads/t/basic.t ithreads -ext/threads/t/blocks.t Test threads in special blocks -ext/threads/t/context.t Explicit thread context -ext/threads/t/end.t Test end functions -ext/threads/t/err.t Test $thr->error() -ext/threads/t/exit.t Test exit and die in threads -ext/threads/t/free2.t More ithread destruction tests -ext/threads/t/free.t Test ithread destruction -ext/threads/threads.pm ithreads -ext/threads/threads.xs ithreads -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 -ext/threads/t/state.t Tests state methods -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 -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 -ext/Time-HiRes/HiRes.pm Time::HiRes extension -ext/Time-HiRes/HiRes.xs Time::HiRes extension -ext/Time-HiRes/Makefile.PL Time::HiRes extension -ext/Time-HiRes/t/HiRes.t Test for Time::HiRes -ext/Time-HiRes/typemap Time::HiRes extension ext/Time-Local/lib/Time/Local.pm Reverse translation of localtime, gmtime ext/Time-Local/t/Local.t See if Time::Local works -ext/Time-Piece/Changes Time::Piece extension -ext/Time-Piece/Makefile.PL Time::Piece extension -ext/Time-Piece/Piece.pm Time::Piece extension -ext/Time-Piece/Piece.xs Time::Piece extension -ext/Time-Piece/README Time::Piece extension -ext/Time-Piece/Seconds.pm Time::Piece extension -ext/Time-Piece/t/01base.t Test for Time::Piece -ext/Time-Piece/t/02core.t Test for Time::Piece -ext/Time-Piece/t/03compare.t Test for Time::Piece -ext/Time-Piece/t/04mjd.t Test for Time::Piece -ext/Time-Piece/t/05overload.t Test for Time::Piece -ext/Time-Piece/t/06subclass.t Test for Time::Piece -ext/Time-Piece/t/07arith.t Test for Time::Piece -ext/Unicode-Collate/Changes Unicode::Collate -ext/Unicode-Collate/Collate/allkeys.txt Unicode::Collate -ext/Unicode-Collate/Collate/keys.txt Unicode::Collate -ext/Unicode-Collate/Collate.pm Unicode::Collate -ext/Unicode-Collate/README Unicode::Collate -ext/Unicode-Collate/t/altern.t Unicode::Collate -ext/Unicode-Collate/t/cjkrange.t Unicode::Collate -ext/Unicode-Collate/t/contract.t Unicode::Collate -ext/Unicode-Collate/t/hangtype.t Unicode::Collate -ext/Unicode-Collate/t/hangul.t Unicode::Collate -ext/Unicode-Collate/t/ignor.t Unicode::Collate -ext/Unicode-Collate/t/illegalp.t Unicode::Collate -ext/Unicode-Collate/t/illegal.t Unicode::Collate -ext/Unicode-Collate/t/index.t Unicode::Collate -ext/Unicode-Collate/t/normal.t Unicode::Collate -ext/Unicode-Collate/t/override.t Unicode::Collate -ext/Unicode-Collate/t/rearrang.t Unicode::Collate -ext/Unicode-Collate/t/test.t Unicode::Collate -ext/Unicode-Collate/t/trailwt.t Unicode::Collate -ext/Unicode-Collate/t/variable.t Unicode::Collate -ext/Unicode-Collate/t/version.t Unicode::Collate -ext/Unicode-Collate/t/view.t Unicode::Collate -ext/Unicode-Normalize/Changes Unicode::Normalize -ext/Unicode-Normalize/Makefile.PL Unicode::Normalize -ext/Unicode-Normalize/mkheader Unicode::Normalize -ext/Unicode-Normalize/Normalize.pm Unicode::Normalize -ext/Unicode-Normalize/Normalize.xs Unicode::Normalize -ext/Unicode-Normalize/README Unicode::Normalize -ext/Unicode-Normalize/t/fcdc.t Unicode::Normalize -ext/Unicode-Normalize/t/form.t Unicode::Normalize -ext/Unicode-Normalize/t/func.t Unicode::Normalize -ext/Unicode-Normalize/t/illegal.t Unicode::Normalize -ext/Unicode-Normalize/t/norm.t Unicode::Normalize -ext/Unicode-Normalize/t/null.t Unicode::Normalize -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 @@ -3121,46 +3203,21 @@ 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 -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/Win32/Changes Changes for Win32 extension module 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/Win32/longpath.inc Win32 extension long path support -ext/Win32/Makefile.PL Win32 extension makefile writer -ext/Win32/t/CreateFile.t See if Win32 extension works -ext/Win32/t/ExpandEnvironmentStrings.t See if Win32 extension works -ext/Win32/t/GetCurrentThreadId.t See if Win32 extension works -ext/Win32/t/GetFileVersion.t See if Win32 extension works -ext/Win32/t/GetFolderPath.t See if Win32 extension works -ext/Win32/t/GetFullPathName.t See if Win32 extension works -ext/Win32/t/GetLongPathName.t See if Win32 extension works -ext/Win32/t/GetOSName.t See if Win32 extension works -ext/Win32/t/GetOSVersion.t See if Win32 extension works -ext/Win32/t/GetShortPathName.t See if Win32 extension works -ext/Win32/t/GuidGen.t See if Win32 extension works -ext/Win32/t/Names.t See if Win32 extension works -ext/Win32/t/Unicode.t See if Win32 extension works -ext/Win32/Win32.pm Win32 extension Perl module -ext/Win32/Win32.xs Win32 extension external subroutines 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 ext/XS-APItest/core_or_not.inc Code common to core.c and notcore.c ext/XS-APItest/exception.c XS::APItest extension +ext/XS-APItest-KeywordRPN/KeywordRPN.pm XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/KeywordRPN.xs XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/Makefile.PL XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/README XS::APItest::KeywordRPN extension +ext/XS-APItest-KeywordRPN/t/keyword_plugin.t test keyword plugin mechanism +ext/XS-APItest-KeywordRPN/t/multiline.t test plugin parsing across lines ext/XS-APItest/Makefile.PL XS::APItest extension ext/XS-APItest/MANIFEST XS::APItest extension ext/XS-APItest/notcore.c Test API functions when PERL_CORE is not defined @@ -3169,17 +3226,17 @@ ext/XS-APItest/t/call.t XS::APItest extension ext/XS-APItest/t/exception.t XS::APItest extension ext/XS-APItest/t/hash.t XS::APItest: tests for hash related APIs ext/XS-APItest/t/my_cxt.t XS::APItest: test MY_CXT interface +ext/XS-APItest/t/my_exit.t XS::APItest: test my_exit ext/XS-APItest/t/op.t XS::APItest: tests for OP related APIs +ext/XS-APItest/t/pmflag.t Test deprecation warning for Perl_pmflag() ext/XS-APItest/t/printf.t XS::APItest extension ext/XS-APItest/t/push.t XS::APItest extension ext/XS-APItest/t/rmagical.t XS::APItest extension ext/XS-APItest/t/svpeek.t XS::APItest extension ext/XS-APItest/t/svsetsv.t Test behaviour of sv_setsv with/without PERL_CORE +ext/XS-APItest/t/utf16_to_utf8.t Test behaviour of utf16_to_utf8{,reversed} ext/XS-APItest/t/xs_special_subs_require.t for require too ext/XS-APItest/t/xs_special_subs.t Test that XS BEGIN/CHECK/INIT/END work -ext/XSLoader/Makefile.PL Dynamic Loader makefile writer -ext/XSLoader/t/XSLoader.t See if XSLoader works -ext/XSLoader/XSLoader_pm.PL Simple XS Loader perl module ext/XS-Typemap/Makefile.PL XS::Typemap extension ext/XS-Typemap/README XS::Typemap extension ext/XS-Typemap/stdio.c XS::Typemap extension @@ -3244,8 +3301,8 @@ hints/esix4.sh Hints for named architecture hints/fps.sh Hints for named architecture hints/freebsd.sh Hints for named architecture hints/genix.sh Hints for named architecture -hints/gnukfreebsd.sh Hints for named architecture -hints/gnuknetbsd.sh Hints for named architecture +hints/gnukfreebsd.sh Hints for named architecture +hints/gnuknetbsd.sh Hints for named architecture hints/gnu.sh Hints for named architecture hints/greenhills.sh Hints for named architecture hints/haiku.sh Hints for named architecture @@ -3433,12 +3490,13 @@ 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/legacy.pm Pragma to preserve legacy behavior +lib/legacy.t For "use legacy" testing lib/less.pm For "use less" lib/less.t See if less support works lib/locale.pm For "use locale" lib/locale.t See if locale support works lib/look.pl A "look" equivalent -lib/Module/Build/ConfigData.pm Configuration for Module::Build lib/Net/hostent.pm By-name interface to Perl's builtin gethost* lib/Net/hostent.t See if Net::hostent works lib/Net/netent.pm By-name interface to Perl's builtin getnet* @@ -3534,52 +3592,53 @@ lib/Time/tm.pm Internal object for Time::{gm,local}time lib/Unicode/README Explanation what happened to lib/unicode. lib/Unicode/UCD.pm Unicode character database lib/Unicode/UCD.t See if Unicode character database works -lib/unicore/ArabicShaping.txt Unicode character database +lib/unicore/ArabicShaping.txt Unicode character database +lib/unicore/auxiliary/GCBTest.txt Unicode character database lib/unicore/auxiliary/GraphemeBreakProperty.txt Unicode character database lib/unicore/auxiliary/SentenceBreakProperty.txt Unicode character database lib/unicore/auxiliary/WordBreakProperty.txt Unicode character database -lib/unicore/BidiMirroring.txt Unicode character database -lib/unicore/Blocks.txt Unicode character database -lib/unicore/CaseFolding.txt Unicode character database -lib/unicore/CompositionExclusions.txt Unicode character database -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/BidiMirroring.txt Unicode character database +lib/unicore/Blocks.txt Unicode character database +lib/unicore/CaseFolding.txt Unicode character database +lib/unicore/CJKRadicals.txt Unicode character database +lib/unicore/CompositionExclusions.txt Unicode character database +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/extracted/DBidiClass.txt Unicode character database lib/unicore/extracted/DBinaryProperties.txt Unicode character database lib/unicore/extracted/DCombiningClass.txt Unicode character database lib/unicore/extracted/DDecompositionType.txt Unicode character database lib/unicore/extracted/DEastAsianWidth.txt Unicode character database lib/unicore/extracted/DGeneralCategory.txt Unicode character database -lib/unicore/extracted/DJoinGroup.txt Unicode character database -lib/unicore/extracted/DJoinType.txt Unicode character database -lib/unicore/extracted/DLineBreak.txt Unicode character database -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/Jamo.txt Unicode character database -lib/unicore/LineBreak.txt Unicode character database -lib/unicore/Makefile Unicode character database -lib/unicore/mktables Unicode character database generator -lib/unicore/mktables.lst File list for mktables -lib/unicore/NameAliases.txt Unicode character database -lib/unicore/NamedSequences.txt Unicode character database -lib/unicore/NamedSqProv.txt Unicode character database -lib/unicore/NamesList.txt Unicode character database +lib/unicore/extracted/DJoinGroup.txt Unicode character database +lib/unicore/extracted/DJoinType.txt Unicode character database +lib/unicore/extracted/DLineBreak.txt Unicode character database +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/Jamo.txt Unicode character database +lib/unicore/LineBreak.txt Unicode character database +lib/unicore/Makefile Unicode character database +lib/unicore/mktables Unicode character database generator +lib/unicore/NameAliases.txt Unicode character database +lib/unicore/NamedSequences.txt Unicode character database +lib/unicore/NamedSqProv.txt Unicode character database +lib/unicore/NamesList.txt Unicode character database lib/unicore/NormalizationCorrections.txt Unicode character database -lib/unicore/PropertyAliases.txt Unicode character database -lib/unicore/PropList.txt Unicode character database -lib/unicore/PropValueAliases.txt Unicode character database -lib/unicore/README.perl Unicode character database -lib/unicore/README.perl Unicode character database -lib/unicore/ReadMe.txt Unicode character database info -lib/unicore/Scripts.txt Unicode character database -lib/unicore/SpecialCasing.txt Unicode character database -lib/unicore/StandardizedVariants.txt Unicode character database -lib/unicore/UnicodeData.txt Unicode character database -lib/unicore/version The version of the Unicode +lib/unicore/PropertyAliases.txt Unicode character database +lib/unicore/PropList.txt Unicode character database +lib/unicore/PropValueAliases.txt Unicode character database +lib/unicore/README.perl Unicode character database +lib/unicore/README.perl Unicode character database +lib/unicore/ReadMe.txt Unicode character database info +lib/unicore/Scripts.txt Unicode character database +lib/unicore/SpecialCasing.txt Unicode character database +lib/unicore/StandardizedVariants.txt Unicode character database +lib/unicore/UnicodeData.txt Unicode character database +lib/unicore/version The version of the Unicode lib/UNIVERSAL.pm Base class for ALL classes lib/User/grent.pm By-name interface to Perl's builtin getgr* lib/User/grent.t See if User::grwent works @@ -3805,6 +3864,9 @@ 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/perl5111delta.pod Perl changes in version 5.11.1 +pod/perl5112delta.pod Perl changes in version 5.11.2 +pod/perl5113delta.pod Perl changes in version 5.11.3 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 @@ -3887,6 +3949,7 @@ pod/perlperf.pod Perl Performance and Optimization Techniques pod/perl.pod Perl overview (this section) pod/perlpod.pod Perl plain old documentation pod/perlpodspec.pod Perl plain old documentation format specification +pod/perlpolicy.pod Perl development policies pod/perlport.pod Perl portability guide pod/perlpragma.pod Perl modules: writing a user pragma pod/perlreapi.pod Perl regular expression plugin interface @@ -3931,50 +3994,51 @@ pod/roffitall troff the whole man page set pod/rofftoc Generate a table of contents in troff format 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 +Policy_sh.SH Hold site-wide preferences between Configure runs. +Porting/add-package.pl Add/Update CPAN modules that are part of Core Porting/bump-perl-version bump the perl version in relevant files -Porting/check83.pl Check whether we are 8.3-friendly -Porting/checkansi.pl Check source code for ANSI-C violations -Porting/checkAUTHORS.pl Check that the AUTHORS file is complete -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 -Porting/cmpVERSION.pl Compare whether two trees have changed modules -Porting/config_H Sample config.h -Porting/config_h.pl Reorder config_h.SH after metaconfig -Porting/config.sh Sample config.sh -Porting/Contract Social contract for contributed modules in Perl core -Porting/core-cpan-diff Compare core distros with their CPAN equivalents -Porting/corecpan.pl Reports outdated dual-lived modules -Porting/corelist.pl Generates data for Module::CoreList -Porting/curliff.pl Curliff or liff your curliffable files. -Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source -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 -Porting/genlog Generate formatted changelogs by querying p4d +Porting/check83.pl Check whether we are 8.3-friendly +Porting/checkansi.pl Check source code for ANSI-C violations +Porting/checkAUTHORS.pl Check that the AUTHORS file is complete +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 +Porting/cmpVERSION.pl Compare whether two trees have changed modules +Porting/config_H Sample config.h +Porting/config_h.pl Reorder config_h.SH after metaconfig +Porting/config.sh Sample config.sh +Porting/core-cpan-diff Compare core distros with their CPAN equivalents +Porting/corecpan.pl Reports outdated dual-lived modules +Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList +Porting/corelist.pl Generates data for Module::CoreList +Porting/curliff.pl Curliff or liff your curliffable files. +Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source +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 +Porting/genlog Generate formatted changelogs by querying p4d Porting/git-find-p4-change Find the change for a p4 change number Porting/git-make-p4-refs Output git refs for each p4 change number, suitable for appending to .git/packed-refs -Porting/GitUtils.pm Generate the contents of a .patch file -Porting/Glossary Glossary of config.sh variables +Porting/GitUtils.pm Generate the contents of a .patch file +Porting/Glossary Glossary of config.sh variables Porting/how_to_write_a_perldelta.pod Bluffer's guide to writing a perldelta. -Porting/Maintainers Program to pretty print info in Maintainers.pl -Porting/Maintainers.pl Information about maintainers -Porting/Maintainers.pm Library to pretty print info in Maintainers.pl +Porting/Maintainers Program to pretty print info in Maintainers.pl +Porting/Maintainers.pl Information about maintainers +Porting/Maintainers.pm Library to pretty print info in Maintainers.pl Porting/make_dot_patch.pl Make a .patch file from a git WD -Porting/makemeta Create the top-level META.yml -Porting/makerel Release making utility +Porting/makemeta Create the top-level META.yml +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 -Porting/regcharclass.pl Generate regcharclass.h from inline data +Porting/manicheck Check against MANIFEST +Porting/manisort Sort the MANIFEST +Porting/perldelta_template.pod 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 +Porting/regcharclass.pl Generate regcharclass.h from inline data Porting/release_managers_guide.pod Release Manager's Guide +Porting/release_schedule.pod Schedule for future releases Porting/sort_perldiag.pl Keep our diagnostics orderly Porting/testall.atom Cumulative profile with Third Degree Porting/thirdclean Cleanup Third Degree reports @@ -4096,7 +4160,7 @@ symbian/sanity.pl Helper code for config.pl symbian/sdk.pl Helper code for config.pl symbian/sisify.pl Packaging utility symbian/symbian_dll.cpp The DLL stub for Symbian -symbian/symbianish.h Header for Symbian +symbian/symbianish.h Header for Symbian symbian/symbian_proto.h Prototypes for Symbian symbian/symbian_stubs.c Stub routines for Symbian symbian/symbian_stubs.h Stub headers for Symbian @@ -4124,9 +4188,12 @@ t/comp/bproto.t See if builtins conform to their prototypes 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/final_line_num.t See if line numbers are correct at EOF 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/line_debug_0.aux Auxiliary file for @{"_<$file"} test +t/comp/line_debug.t See if @{"_<$file"} works t/comp/multiline.t See if multiline strings work t/comp/opsubs.t See if q() etc. are not parsed as functions t/comp/our.t Tests for our declaration @@ -4136,7 +4203,6 @@ t/comp/proto.t See if function prototypes work t/comp/redef.t See if we get correct warnings on redefined subs t/comp/require.t See if require works t/comp/retainedlines.t See if the debugger can retain eval's lines -t/comp/script.t See if script invocation works 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 @@ -4175,7 +4241,6 @@ t/io/through.t See if pipe passes data intact t/io/utf8.t See if file seeking works t/japh/abigail.t Obscure tests t/lib/1_compile.t See if the various libraries and extensions compile -t/lib/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used 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 @@ -4195,13 +4260,12 @@ 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 t/lib/locale/utf8 Part of locale.t in UTF8 -t/lib/maintainers.t Test that Porting/Maintaners.pl is up to date -t/lib/manifest.t Test that this MANIFEST file is well formed t/lib/mypragma.pm An example user pragma t/lib/mypragma.t Test the example user pragma t/lib/no_load.t Test that some modules don't load others +t/lib/overload_fallback.t Test that using overload 2x in a scope doesn't clobber fallback t/lib/proxy_constant_subs.t Test that Proxy Constant Subs behave correctly -t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t +t/lib/Sans_mypragma.pm Test module for t/lib/mypragma.t t/lib/strict/refs Tests of "use strict 'refs'" for strict.t t/lib/strict/subs Tests of "use strict 'subs'" for strict.t t/lib/strict/vars Tests of "use strict 'vars'" for strict.t @@ -4273,7 +4337,7 @@ t/mro/next_skip.t mro tests t/mro/overload_c3.t mro tests t/mro/overload_dfs.t mro tests t/mro/package_aliases.t mro tests -t/mro/pkg_gen.t mro tests +t/mro/pkg_gen.t mro tests t/mro/recursion_c3.t mro tests t/mro/recursion_dfs.t mro tests t/mro/vulcan_c3.t mro tests @@ -4285,6 +4349,8 @@ t/op/anonsub.t See if anonymous subroutines work t/op/append.t See if . works t/op/args.t See if operations on @_ work t/op/arith.t See if arithmetic works +t/op/array_base.aux Auxiliary file for the $[ test +t/op/array_base.t Tests for the $[, which is deprecated t/op/array.t See if array operations work t/op/assignwarn.t See if OP= operators warn correctly for undef targets t/op/attrhand.t See if attribute handlers work @@ -4350,6 +4416,7 @@ t/op/lc.t See if lc, uc, lcfirst, ucfirst, quotemeta work t/op/lc_user.t See if user-defined lc et alia work t/op/length.t See if length works t/op/lex_assign.t See if ops involving lexicals or pad temps work +t/op/lex.t Tests too complex for t/base/lex.t t/op/lfs.t See if large files work for perlio t/op/list.t See if array lists work t/op/localref.t See if local ${deref} works @@ -4368,7 +4435,7 @@ t/op/numconvert.t See if accessing fields does not change numeric values t/op/oct.t See if oct and hex work t/op/ord.t See if ord works t/op/or.t See if || works in weird situations -t/op/overload_integer.t See if overload::constant for integer works after "use". +t/op/overload_integer.t See if overload::constant for integer works after "use". t/op/override.t See if operator overriding works t/op/pack.t See if pack and unpack work t/op/pos.t See if pos works @@ -4376,6 +4443,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/qr.t See if qr works t/op/quotemeta.t See if quotemeta works t/op/rand.t See if rand works t/op/range.t See if .. works @@ -4420,26 +4488,35 @@ t/op/undef.t See if undef works t/op/universal.t See if UNIVERSAL class works t/op/unshift.t See if unshift works t/op/upgrade.t See if upgrading and assigning scalars works +t/op/utf8cache.t Tests malfunctions of utf8 cache t/op/utf8decode.t See if UTF-8 decoding works t/op/utfhash.t See if utf8 keys in hashes behave t/op/utftaint.t See if utf8 and taint work together t/op/vec.t See if vectors work t/op/ver.t See if v-strings and the %v format flag work t/op/wantarray.t See if wantarray works +t/op/while_readdir.t See if while(readdir) works t/op/write.t See if write works (formats work) -t/op/yadayada.t See if ..., !!! and ??? work +t/op/yadayada.t See if ... works t/perl.supp Perl valgrind suppressions -t/pod/diag.t Test completeness of perldiag.pod -t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly +t/porting/args_assert.t Check that all PERL_ARGS_ASSERT* macros are used +t/porting/checkcase.t Check whether we are case-insensitive-fs-friendly +t/porting/diag.t Test completeness of perldiag.pod +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/test_bootstrap.t Test that the instructions for test bootstrapping aren't accidentally overlooked. t/README Instructions for regression tests -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 -t/re/pat_psycho.t See if insane esoteric and slow patterns work -t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread -t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work -t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread -t/re/pat_rt_report.t See if esoteric patterns from rt reports work -t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread +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 +t/re/pat_psycho.t See if insane esoteric and slow patterns work +t/re/pat_psycho_thr.t See if insane esoteric and slow patterns work in another thread +t/re/pat_re_eval.t See if esoteric patterns using re 'eval' work +t/re/pat_re_eval_thr.t See if esoteric patterns using re 'eval' work in another thread +t/re/pat_rt_report.t See if esoteric patterns from rt reports work +t/re/pat_rt_report_thr.t See if esoteric patterns from rt reports work in another thread +t/re/pat_special_cc.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) +t/re/pat_special_cc_thr.t See if special charclasses (\s \w \d) work the same as (\s and [\s]) under threads t/re/pat.t See if esoteric patterns work t/re/pat_thr.t See if esoteric patterns work in another thread t/re/qr_gc.t See if qr doesn't leak @@ -4474,11 +4551,13 @@ t/re/substr_thr.t See if substr works in another thread t/re/subst.t See if substitution works t/re/substT.t See if substitution works with -T t/re/subst_wamp.t See if substitution works with $& present +t/re/uniprops.t Test unicode \p{} regex constructs t/run/cloexec.t Test close-on-exec. t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl. t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. +t/run/script.t See if script invocation works t/run/switch0.t Test the -0 switch t/run/switcha.t Test the -a switch t/run/switchC.t Test the -C switch @@ -4531,10 +4610,10 @@ util.h Dummy header utils/c2ph.PL program to translate dbx stabs to perl utils/config_data.PL Module::Build tool utils/corelist.PL Module::CoreList -utils/cpan2dist.PL the cpan2dist utility +utils/cpan2dist.PL the cpan2dist utility utils/cpan.PL easily interact with CPAN from the command line -utils/cpanp.PL the cpanp utility -utils/cpanp-run-perl.PL the cpanp-run-perl utility +utils/cpanp.PL the cpanp utility +utils/cpanp-run-perl.PL the cpanp-run-perl utility utils/dprofpp.PL Perl code profile post-processor utils/enc2xs.PL Encode module generator utils/h2ph.PL A thing to turn C .h files into perl .ph files @@ -4598,10 +4677,14 @@ win32/ce-helpers/makedist.pl WinCE port win32/ce-helpers/registry.bat WinCE port win32/config.bc Win32 base line config.sh (Borland C++ build) win32/config.ce WinCE port -win32/config.gc Win32 base line config.sh (mingw32/gcc build) +win32/config.gc Win32 base line config.sh (MinGW build) +win32/config.gc64 Win64 base line config.sh (MinGW build) +win32/config.gc64nox Win64 base line config.sh (MinGW build) win32/config_H.bc Win32 config header (Borland C++ build) win32/config_H.ce WinCE port -win32/config_H.gc Win32 config header (GNU build)? +win32/config_H.gc Win32 config header (MinGW build) +win32/config_H.gc64 Win64 config header (MinGW build) +win32/config_H.gc64nox Win64 config header (MinGW build) win32/config_h.PL Perl code to convert Win32 config.sh to config.h win32/config_H.vc Win32 config header (Visual C++ build) win32/config_H.vc64 Win64 config header (Visual C++ build) @@ -4624,6 +4707,7 @@ win32/Makefile.ce WinCE port win32/makefile.mk Win32 makefile for DMAKE (BC++, VC++ builds) win32/mdelete.bat multifile delete win32/perlexe.ico perlexe.ico image file +win32/perlexe.manifest Assembly manifest file win32/perlexe.rc associated perl binary with icon win32/perlglob.c Win32 port win32/perlhost.h Perl "host" implementation