X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=7d72b2241ec7193caf2f2b4e1c1194c386759dca;hb=cb9d5b3a2566a2a88f1a861bc6c9a0bee5e7d768;hp=5b63f66e352c6f44eca35d3d071b633b18c8263f;hpb=51bde7eebd4cedd091a03b9c38593f8e945fb4a9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 5b63f66..7d72b22 100644 --- a/MANIFEST +++ b/MANIFEST @@ -131,10 +131,171 @@ 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/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.uu 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/RunMeFirst Setup script for CGI examples +cpan/CGI/examples/save_state.cgi CGI example +cpan/CGI/examples/tryit.cgi CGI example +cpan/CGI/examples/wilogo_gif.uu 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/Changes Changelog for CGI.pm +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/can.t See if CGI.pm works +cpan/CGI/t/carp.t See if CGI::Carp works +cpan/CGI/t/cookie.t See if CGI::Cookie works +cpan/CGI/t/Dump.t See if CGI->Dump works +cpan/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) +cpan/CGI/t/form.t See if CGI.pm works +cpan/CGI/t/function.t See if CGI.pm works +cpan/CGI/t/html.t 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/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/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/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 @@ -475,6 +636,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 +896,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 @@ -692,6 +916,115 @@ cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm Compile and link C code for Pe 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-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-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 @@ -976,23 +1309,61 @@ 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/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 +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 +1402,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 +1491,31 @@ 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-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple +dist/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests +dist/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests +dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests +dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests +dist/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests +dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests +dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests +dist/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests +dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests +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 @@ -1146,6 +1544,21 @@ 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 @@ -1172,6 +1585,70 @@ 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 @@ -1207,43 +1684,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 @@ -1268,135 +1711,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 @@ -1427,63 +1741,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 @@ -1510,132 +1767,17 @@ 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 @@ -1862,38 +2004,38 @@ 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/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/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/Hostname.pm.eg libnet ext/libnet/Makefile.PL -ext/libnet/README libnet +ext/libnet/Net/Cmd.pm libnet +ext/libnet/Net/Config.pm libnet +ext/libnet/Net/Domain.pm libnet +ext/libnet/Net/FTP/A.pm libnet +ext/libnet/Net/FTP/dataconn.pm libnet +ext/libnet/Net/FTP/E.pm libnet +ext/libnet/Net/FTP/I.pm libnet +ext/libnet/Net/FTP/L.pm libnet +ext/libnet/Net/FTP.pm libnet +ext/libnet/Net/libnetFAQ.pod libnet +ext/libnet/Net/Netrc.pm libnet +ext/libnet/Net/NNTP.pm libnet +ext/libnet/Net/POP3.pm libnet +ext/libnet/Net/SMTP.pm libnet +ext/libnet/Net/Time.pm libnet +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/ftp.t libnet ext/libnet/t/hostname.t libnet -ext/libnet/t/libnet_t.pl 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 @@ -1969,31 +2111,6 @@ 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 @@ -2303,21 +2420,6 @@ 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-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 @@ -2940,67 +3042,6 @@ 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 @@ -3073,44 +3114,6 @@ 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 @@ -3177,9 +3180,6 @@ 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/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 +3244,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 @@ -3534,52 +3534,52 @@ 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/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/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/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/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 @@ -3931,49 +3931,49 @@ 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/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/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/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/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/sort_perldiag.pl Keep our diagnostics orderly Porting/testall.atom Cumulative profile with Third Degree @@ -4175,7 +4175,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 +4194,11 @@ 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/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 +4270,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 @@ -4368,7 +4365,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 @@ -4427,19 +4424,22 @@ 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/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/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.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 @@ -4531,10 +4531,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