X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/d41017573d33fb21203beffe95fa3f3a48c2e7e3..299476e067e522a02a8665fc1b3cd7f58f408de0:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 58e7fb1..96808ee 100644 --- a/MANIFEST +++ b/MANIFEST @@ -125,7 +125,9 @@ ext/B/Todo Compiler backend Todo list ext/B/t/OptreeCheck.pm optree comparison tool ext/B/t/optree_check.t test OptreeCheck apparatus ext/B/t/optree_concise.t more B::Concise tests -ext/B/t/optree_samples.t various basic codes: if for while +ext/B/t/optree_constants.t B::Concise rendering of optimized constant subs +ext/B/t/optree_misc.t misc optree tests +ext/B/t/optree_samples.t various basic codes: if for while ext/B/t/optree_sort.t inplace sort optimization regression ext/B/t/optree_specials.t BEGIN, END, etc code ext/B/t/optree_varinit.t my,our,local var init optimization @@ -142,41 +144,114 @@ ext/ByteLoader/byterun.c Runtime support for bytecode loader ext/ByteLoader/byterun.h Header for byterun.c ext/ByteLoader/hints/sunos.pl Hints for named architecture ext/ByteLoader/Makefile.PL Bytecode loader makefile writer -ext/Cwd/Changes Cwd extension Changelog -ext/Cwd/Cwd.xs Cwd extension external subroutines -ext/Cwd/Makefile.PL Cwd extension makefile maker -ext/Cwd/ppport.h portability header for Cwd -ext/Cwd/t/cwd.t See if Cwd works -ext/Cwd/t/taint.t See if Cwd works with taint -ext/Cwd/t/win32.t See if Cwd works on Win32 -ext/Compress/Zlib/ANNOUNCE Compress::Zlib -ext/Compress/Zlib/Makefile.PL Compress::Zlib -ext/Compress/Zlib/README Compress::Zlib ext/Compress/Zlib/Changes Compress::Zlib -ext/Compress/Zlib/Zlib.pm Compress::Zlib -ext/Compress/Zlib/Zlib.xs Compress::Zlib ext/Compress/Zlib/config.in Compress::Zlib ext/Compress/Zlib/examples/filtdef Compress::Zlib ext/Compress/Zlib/examples/filtinf Compress::Zlib ext/Compress/Zlib/examples/gzcat Compress::Zlib +ext/Compress/Zlib/examples/gzcat.zlib Compress::Zlib ext/Compress/Zlib/examples/gzgrep Compress::Zlib ext/Compress/Zlib/examples/gzstream Compress::Zlib -ext/Compress/Zlib/fallback.h Compress::Zlib -ext/Compress/Zlib/fallback.xs Compress::Zlib -ext/Compress/Zlib/t/01version.t Compress::Zlib -ext/Compress/Zlib/t/02zlib.t Compress::Zlib -ext/Compress/Zlib/t/03examples.t Compress::Zlib -ext/Compress/Zlib/t/04encoding.t Compress::Zlib -ext/Compress/Zlib/t/05gzsetp.t Compress::Zlib -ext/Compress/Zlib/t/06gzdopen.t Compress::Zlib -ext/Compress/Zlib/typemap Compress::Zlib +ext/Compress/Zlib/fallback/constants.h Compress::Zlib +ext/Compress/Zlib/fallback/constants.xs Compress::Zlib +ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm Compress::Zlib +ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm Compress::Zlib +ext/Compress/Zlib/lib/CompressPlugin/Identity.pm Compress::Zlib +ext/Compress/Zlib/lib/Compress/Zip/Constants.pm Compress::Zlib +ext/Compress/Zlib/lib/Compress/Zlib/Common.pm Compress::Zlib +ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm Compress::Zlib +ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm Compress::Zlib +ext/Compress/Zlib/lib/File/GlobMapper.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Compress/Base.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Compress/Deflate.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Compress/Gzip.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Compress/Zip.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/Base.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm Compress::Zlib +ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm Compress::Zlib +ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm Compress::Zlib +ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm Compress::Zlib +ext/Compress/Zlib/Makefile.PL Compress::Zlib +ext/Compress/Zlib/pod/FAQ.pod Compress::Zlib +ext/Compress/Zlib/ppport.h Compress::Zlib +ext/Compress/Zlib/README Compress::Zlib +ext/Compress/Zlib/t/01version.t Compress::Zlib +ext/Compress/Zlib/t/02zlib.t Compress::Zlib +ext/Compress/Zlib/t/03zlib-v1.t Compress::Zlib +ext/Compress/Zlib/t/04generic-deflate.t Compress::Zlib +ext/Compress/Zlib/t/04generic-gzip.t Compress::Zlib +ext/Compress/Zlib/t/04generic-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/04generic-zip.t Compress::Zlib +ext/Compress/Zlib/t/04zlib-generic-deflate.t Compress::Zlib +ext/Compress/Zlib/t/04zlib-generic-gzip.t Compress::Zlib +ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/04zlib-generic-zip.t Compress::Zlib +ext/Compress/Zlib/t/05examples.t Compress::Zlib +ext/Compress/Zlib/t/06gzsetp.t Compress::Zlib +ext/Compress/Zlib/t/07bufsize.t Compress::Zlib +ext/Compress/Zlib/t/08encoding.t Compress::Zlib +ext/Compress/Zlib/t/09gziphdr.t Compress::Zlib +ext/Compress/Zlib/t/10defhdr.t Compress::Zlib +ext/Compress/Zlib/t/11truncate.t Compress::Zlib +ext/Compress/Zlib/t/12any-deflate.t Compress::Zlib +ext/Compress/Zlib/t/12any-gzip.t Compress::Zlib +ext/Compress/Zlib/t/12any-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/12any-transparent.t Compress::Zlib +ext/Compress/Zlib/t/12any-zip.t Compress::Zlib +ext/Compress/Zlib/t/13prime-deflate.t Compress::Zlib +ext/Compress/Zlib/t/13prime-gzip.t Compress::Zlib +ext/Compress/Zlib/t/13prime-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/13prime-zip.t Compress::Zlib +ext/Compress/Zlib/t/14gzopen.t Compress::Zlib +ext/Compress/Zlib/t/15multi-deflate.t Compress::Zlib +ext/Compress/Zlib/t/15multi-gzip.t Compress::Zlib +ext/Compress/Zlib/t/15multi-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/15multi-zip.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-deflate.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-gzip-only.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-gzip.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-zip-only.t Compress::Zlib +ext/Compress/Zlib/t/16oneshot-zip.t Compress::Zlib +ext/Compress/Zlib/t/17isize.t Compress::Zlib +ext/Compress/Zlib/t/18lvalue.t Compress::Zlib +ext/Compress/Zlib/t/19destroy-deflate.t Compress::Zlib +ext/Compress/Zlib/t/19destroy-gzip.t Compress::Zlib +ext/Compress/Zlib/t/19destroy-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/19destroy-zip.t Compress::Zlib +ext/Compress/Zlib/t/20tied-deflate.t Compress::Zlib +ext/Compress/Zlib/t/20tied-gzip.t Compress::Zlib +ext/Compress/Zlib/t/20tied-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/20tied-zip.t Compress::Zlib +ext/Compress/Zlib/t/21newtied-deflate.t Compress::Zlib +ext/Compress/Zlib/t/21newtied-gzip.t Compress::Zlib +ext/Compress/Zlib/t/21newtied-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/21newtied-zip.t Compress::Zlib +ext/Compress/Zlib/t/22merge-deflate.t Compress::Zlib +ext/Compress/Zlib/t/22merge-gzip.t Compress::Zlib +ext/Compress/Zlib/t/22merge-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/22merge-zip.t Compress::Zlib +ext/Compress/Zlib/t/23misc.t Compress::Zlib +ext/Compress/Zlib/t/25anyunc-deflate.t Compress::Zlib +ext/Compress/Zlib/t/25anyunc-gzip.t Compress::Zlib +ext/Compress/Zlib/t/25anyunc-rawdeflate.t Compress::Zlib +ext/Compress/Zlib/t/25anyunc-transparent.t Compress::Zlib +ext/Compress/Zlib/t/25anyunc-zip.t Compress::Zlib +ext/Compress/Zlib/t/99pod.t Compress::Zlib +ext/Compress/Zlib/t/globmapper.t Compress::Zlib +ext/Compress/Zlib/typemap Compress::Zlib +ext/Compress/Zlib/Zlib.pm Compress::Zlib ext/Compress/Zlib/zlib-src/adler32.c Compress::Zlib ext/Compress/Zlib/zlib-src/compress.c Compress::Zlib ext/Compress/Zlib/zlib-src/crc32.c Compress::Zlib ext/Compress/Zlib/zlib-src/crc32.h Compress::Zlib ext/Compress/Zlib/zlib-src/deflate.c Compress::Zlib ext/Compress/Zlib/zlib-src/deflate.h Compress::Zlib -ext/Compress/Zlib/zlib-src/gzio.c Compress::Zlib ext/Compress/Zlib/zlib-src/infback.c Compress::Zlib ext/Compress/Zlib/zlib-src/inffast.c Compress::Zlib ext/Compress/Zlib/zlib-src/inffast.h Compress::Zlib @@ -189,9 +264,17 @@ ext/Compress/Zlib/zlib-src/trees.c Compress::Zlib ext/Compress/Zlib/zlib-src/trees.h Compress::Zlib ext/Compress/Zlib/zlib-src/uncompr.c Compress::Zlib ext/Compress/Zlib/zlib-src/zconf.h Compress::Zlib -ext/Compress/Zlib/zlib-src/zlib.h Compress::Zlib +ext/Compress/Zlib/zlib-src/zlib.h Compress::Zlib ext/Compress/Zlib/zlib-src/zutil.c Compress::Zlib ext/Compress/Zlib/zlib-src/zutil.h Compress::Zlib +ext/Compress/Zlib/Zlib.xs Compress::Zlib +ext/Cwd/Changes Cwd extension Changelog +ext/Cwd/Cwd.xs Cwd extension external subroutines +ext/Cwd/Makefile.PL Cwd extension makefile maker +ext/Cwd/ppport.h portability header for Cwd +ext/Cwd/t/cwd.t See if Cwd works +ext/Cwd/t/taint.t See if Cwd works with taint +ext/Cwd/t/win32.t See if Cwd works on Win32 ext/Data/Dumper/Changes Data pretty printer, changelog ext/Data/Dumper/Dumper.pm Data pretty printer, module ext/Data/Dumper/Dumper.xs Data pretty printer, externals @@ -268,9 +351,11 @@ ext/Devel/PPPort/parts/base/5008003 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5008004 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5008005 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5008006 Devel::PPPort baseline todo file +ext/Devel/PPPort/parts/base/5008007 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5009000 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5009001 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/base/5009002 Devel::PPPort baseline todo file +ext/Devel/PPPort/parts/base/5009003 Devel::PPPort baseline todo file ext/Devel/PPPort/parts/embed.fnc Devel::PPPort Perl API listing ext/Devel/PPPort/parts/inc/call Devel::PPPort include ext/Devel/PPPort/parts/inc/cop Devel::PPPort include @@ -279,6 +364,7 @@ ext/Devel/PPPort/parts/inc/format Devel::PPPort include ext/Devel/PPPort/parts/inc/grok Devel::PPPort include ext/Devel/PPPort/parts/inc/limits Devel::PPPort include ext/Devel/PPPort/parts/inc/magic Devel::PPPort include +ext/Devel/PPPort/parts/inc/memory Devel::PPPort include ext/Devel/PPPort/parts/inc/misc Devel::PPPort include ext/Devel/PPPort/parts/inc/mPUSH Devel::PPPort include ext/Devel/PPPort/parts/inc/MY_CXT Devel::PPPort include @@ -288,9 +374,11 @@ ext/Devel/PPPort/parts/inc/ppphbin Devel::PPPort include ext/Devel/PPPort/parts/inc/ppphdoc Devel::PPPort include ext/Devel/PPPort/parts/inc/ppphtest Devel::PPPort include ext/Devel/PPPort/parts/inc/SvPV Devel::PPPort include +ext/Devel/PPPort/parts/inc/Sv_set Devel::PPPort include ext/Devel/PPPort/parts/inc/sv_xpvf Devel::PPPort include ext/Devel/PPPort/parts/inc/threads Devel::PPPort include ext/Devel/PPPort/parts/inc/uv Devel::PPPort include +ext/Devel/PPPort/parts/inc/variables Devel::PPPort include ext/Devel/PPPort/parts/inc/version Devel::PPPort include ext/Devel/PPPort/parts/ppptools.pl Devel::PPPort various utilities ext/Devel/PPPort/parts/todo/5004000 Devel::PPPort todo file @@ -318,9 +406,11 @@ ext/Devel/PPPort/parts/todo/5008003 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5008004 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5008005 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5008006 Devel::PPPort todo file +ext/Devel/PPPort/parts/todo/5008007 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5009000 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5009001 Devel::PPPort todo file ext/Devel/PPPort/parts/todo/5009002 Devel::PPPort todo file +ext/Devel/PPPort/parts/todo/5009003 Devel::PPPort todo file ext/Devel/PPPort/ppport_h.PL Devel::PPPort ppport.h writer ext/Devel/PPPort/PPPort.pm Devel::PPPort extension ext/Devel/PPPort/PPPort_pm.PL Devel::PPPort PPPort.pm writer @@ -334,6 +424,7 @@ ext/Devel/PPPort/t/exception.t Devel::PPPort test file ext/Devel/PPPort/t/grok.t Devel::PPPort test file ext/Devel/PPPort/t/limits.t Devel::PPPort test file ext/Devel/PPPort/t/magic.t Devel::PPPort test file +ext/Devel/PPPort/t/memory.t Devel::PPPort test file ext/Devel/PPPort/t/misc.t Devel::PPPort test file ext/Devel/PPPort/t/mPUSH.t Devel::PPPort test file ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file @@ -342,10 +433,12 @@ ext/Devel/PPPort/t/newRV.t Devel::PPPort test file ext/Devel/PPPort/TODO Devel::PPPort Todo ext/Devel/PPPort/t/ppphtest.t Devel::PPPort test file ext/Devel/PPPort/t/SvPV.t Devel::PPPort test file +ext/Devel/PPPort/t/Sv_set.t Devel::PPPort test file ext/Devel/PPPort/t/sv_xpvf.t Devel::PPPort test file ext/Devel/PPPort/t/testutil.pl Devel::PPPort test utilities ext/Devel/PPPort/t/threads.t Devel::PPPort test file ext/Devel/PPPort/t/uv.t Devel::PPPort test file +ext/Devel/PPPort/t/variables.t Devel::PPPort test file ext/Devel/PPPort/typemap Devel::PPPort Typemap ext/Digest/MD5/Changes Digest::MD5 extension changes ext/Digest/MD5/hints/dec_osf.pl Hints for named architecture @@ -363,6 +456,58 @@ 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/Makefile.PL Digest::SHA Makefile.PL +ext/Digest/SHA/ppport.h Digest::SHA extension +ext/Digest/SHA/README Digest::SHA README +ext/Digest/SHA/SHA.pm Digest::SHA extension +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/0-pod-coverage.t See if Digest::SHA works +ext/Digest/SHA/t/0-pod.t See if Digest::SHA works +ext/Digest/SHA/t/1-exist.t See if Digest::SHA works +ext/Digest/SHA/t/1-hello-world.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-1.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-224.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-256.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-384.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-512.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-base64.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-sha-oo.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-vectors-bit.t See if Digest::SHA works +ext/Digest/SHA/t/2-nist-vectors-byte.t See if Digest::SHA works +ext/Digest/SHA/t/3-gillogly-easy.t See if Digest::SHA works +ext/Digest/SHA/t/3-gillogly-hard.t See if Digest::SHA works +ext/Digest/SHA/t/4-bitstr-increasing.t See if Digest::SHA works +ext/Digest/SHA/t/4-bitstr-large.t See if Digest::SHA works +ext/Digest/SHA/t/4-bitstr-random.t See if Digest::SHA works +ext/Digest/SHA/t/5-hmac-fips198.t See if Digest::SHA works +ext/Digest/SHA/t/5-hmac-rfc2202.t See if Digest::SHA works +ext/Digest/SHA/t/5-hmac-sha-256.t See if Digest::SHA works +ext/Digest/SHA/t/5-hmac-woodbury.t See if Digest::SHA works +ext/Digest/SHA/t/6-dump-load.t See if Digest::SHA works +ext/Digest/SHA/t/7-ireland.t See if Digest::SHA works +ext/Digest/SHA/t/gillogly/state.011 See if Digest::SHA works +ext/Digest/SHA/t/gillogly/state.110 See if Digest::SHA works +ext/Digest/SHA/t/nist/bit-hashes.sha1 See if Digest::SHA works +ext/Digest/SHA/t/nist/bit-messages.sha1 See if Digest::SHA works +ext/Digest/SHA/t/nist/byte-hashes.sha1 See if Digest::SHA works +ext/Digest/SHA/t/nist/byte-messages.sha1 See if Digest::SHA works +ext/Digest/SHA/t/nist/COPYRIGHT See if Digest::SHA works +ext/Digest/SHA/t/nist/Readme.txt See if Digest::SHA works +ext/Digest/SHA/t/state/state.1 See if Digest::SHA works +ext/Digest/SHA/t/state/state.256 See if Digest::SHA works +ext/Digest/SHA/t/state/state.384 See if Digest::SHA works +ext/Digest/SHA/t/state/state.512 See if Digest::SHA works +ext/Digest/SHA/typemap See if Digest::SHA works ext/DynaLoader/dl_aix.xs AIX implementation ext/DynaLoader/dl_beos.xs BeOS implementation ext/DynaLoader/dl_dld.xs GNU dld style implementation @@ -428,8 +573,8 @@ ext/Encode/lib/Encode/Guess.pm Encode Extension ext/Encode/lib/Encode/JP/H2Z.pm Encode extension ext/Encode/lib/Encode/JP/JIS7.pm Encode extension ext/Encode/lib/Encode/KR/2022_KR.pm Encode extension -ext/Encode/lib/Encode/MIME/Header.pm Encode extension ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm Encode extension +ext/Encode/lib/Encode/MIME/Header.pm Encode extension ext/Encode/lib/Encode/PerlIO.pod Documents for Encode & PerlIO ext/Encode/lib/Encode/Supported.pod Documents for supported encodings ext/Encode/lib/Encode/Unicode/UTF7.pm Encode extension @@ -456,6 +601,7 @@ ext/Encode/t/Encode.t test script ext/Encode/t/encoding.t test script ext/Encode/t/enc_utf8.t test script ext/Encode/t/fallback.t test script +ext/Encode/t/from_to.t test script ext/Encode/t/gb2312.enc test data ext/Encode/t/gb2312.utf test data ext/Encode/t/grow.t test script @@ -470,8 +616,8 @@ ext/Encode/t/jisx0212.utf test data ext/Encode/t/jperl.t test script ext/Encode/t/ksc5601.enc test data ext/Encode/t/ksc5601.utf test data -ext/Encode/t/mime-header.t test script ext/Encode/t/mime_header_iso2022jp.t test script +ext/Encode/t/mime-header.t test script ext/Encode/t/Mod_EUCJP.pm module that t/enc_module.enc uses ext/Encode/t/perlio.t test script ext/Encode/t/rt.pl test script @@ -675,7 +821,9 @@ ext/List/Util/Changes Util extension ext/List/Util/lib/List/Util.pm List::Util ext/List/Util/lib/Scalar/Util.pm Scalar::Util 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/first.t List::Util @@ -722,6 +870,7 @@ 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 @@ -798,9 +947,11 @@ ext/POSIX/POSIX.pm POSIX extension Perl module ext/POSIX/POSIX.pod POSIX extension documentation ext/POSIX/POSIX.xs POSIX extension external subroutines ext/POSIX/t/is.t See if POSIX isxxx() work +ext/POSIX/t/math.t Basic math tests for POSIX ext/POSIX/t/posix.t See if POSIX works ext/POSIX/t/sigaction.t See if POSIX::sigaction works ext/POSIX/t/taint.t See if POSIX works with taint +ext/POSIX/t/time.t See if POSIX time-related functions work ext/POSIX/t/waitpid.t See if waitpid works ext/POSIX/typemap POSIX extension interface types ext/re/hints/mpeix.pl Hints for re for named architecture @@ -860,10 +1011,12 @@ 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 @@ -896,9 +1049,15 @@ ext/Sys/Hostname/Hostname.pm Sys::Hostname extension Perl module ext/Sys/Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys/Hostname/Makefile.PL Sys::Hostname extension makefile writer ext/Sys/Hostname/t/Hostname.t See if Sys::Hostname works +ext/Sys/Syslog/Changes Changlog for Sys::Syslog +ext/Sys/Syslog/fallback/const-c.inc Sys::Syslog constants fallback file +ext/Sys/Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file ext/Sys/Syslog/Makefile.PL Sys::Syslog extension makefile writer +ext/Sys/Syslog/README README for Sys::Syslog ext/Sys/Syslog/Syslog.pm Sys::Syslog extension Perl module ext/Sys/Syslog/Syslog.xs Sys::Syslog extension external subroutines +ext/Sys/Syslog/t/00-load.t test for Sys::Syslog +ext/Sys/Syslog/t/constants.t test for Sys::Syslog ext/Sys/Syslog/t/syslog.t See if Sys::Syslog works ext/Thread/create.tx Test thread creation ext/Thread/die2.tx Test thread die() differently @@ -928,6 +1087,7 @@ 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/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 @@ -1002,6 +1162,7 @@ ext/XS/APItest/README XS::APItest extension 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 extension +ext/XS/APItest/t/my_cxt.t XS::APItest: test MY_CXT interface ext/XS/APItest/t/printf.t XS::APItest extension ext/XS/APItest/t/push.t XS::APItest extension ext/XS/Typemap/Makefile.PL XS::Typemap extension @@ -1180,21 +1341,21 @@ keywords.pl Program to write keywords.h lib/abbrev.pl An abbreviation table builder lib/AnyDBM_File.pm Perl module to emulate dbmopen lib/AnyDBM_File.t See if AnyDBM_File works -lib/assertions/activate.pm assertions activate/deactivate -lib/assertions/compat.pm assertions compatibility for earlier perls -lib/assertions.pm module support for -A flag -lib/assert.pl assertion and panic with stack trace -lib/Archive/Tar/Constant.pm Archive::Tar -lib/Archive/Tar/File.pm Archive::Tar lib/Archive/Tar/bin/ptar the ptar utility lib/Archive/Tar/bin/ptardiff the ptardiff utility +lib/Archive/Tar/Constant.pm Archive::Tar +lib/Archive/Tar/File.pm Archive::Tar +lib/Archive/Tar.pm Archive::Tar lib/Archive/Tar/t/00_setup.t Archive::Tar test setup lib/Archive/Tar/t/01_use.t Archive::Tar tests lib/Archive/Tar/t/02_methods.t Archive::Tar tests lib/Archive/Tar/t/03_file.t Archive::Tar tests lib/Archive/Tar/t/04_resolved_issues.t Archive::Tar tests lib/Archive/Tar/t/99_clean.t Archive::Tar test cleanup -lib/Archive/Tar.pm Archive::Tar +lib/assertions/activate.pm assertions activate/deactivate +lib/assertions/compat.pm assertions compatibility for earlier perls +lib/assertions.pm module support for -A flag +lib/assert.pl assertion and panic with stack trace lib/Attribute/Handlers/Changes Attribute::Handlers lib/Attribute/Handlers/demo/demo2.pl Attribute::Handlers demo lib/Attribute/Handlers/demo/demo3.pl Attribute::Handlers demo @@ -1295,6 +1456,7 @@ lib/CGI/t/fast.t See if CGI::Fast works (if FCGI is installed) lib/CGI/t/form.t See if CGI.pm works lib/CGI/t/function.t See if CGI.pm works lib/CGI/t/html.t See if CGI.pm works +lib/CGI/t/no_tabindex.t See if CGI.pm works lib/CGI/t/pretty.t See if CGI.pm works lib/CGI/t/push.t See if CGI::Push works lib/CGI/t/request.t See if CGI.pm works @@ -1317,16 +1479,21 @@ lib/Config.t See if Config works lib/constant.pm For "use constant" lib/constant.t See if compile-time constants work lib/CPAN/bin/cpan easily interact with CPAN from the command line +lib/CPAN/Debug.pm helper package for CPAN.pm lib/CPAN/FirstTime.pm Utility for creating CPAN config files -lib/CPAN/META.yml CPAN metainfo +lib/CPAN/HandleConfig.pm helper package for CPAN.pm lib/CPAN/Nox.pm Runs CPAN while avoiding compiled extensions lib/CPAN/PAUSE2003.pub CPAN public key +lib/CPAN/PAUSE2005.pub CPAN public key lib/CPAN.pm Interface to Comprehensive Perl Archive Network -lib/CPAN/SIGNATURE CPAN signature +lib/CPAN/SIGNATURE CPAN public key +lib/CPAN/Tarzip.pm helper package for CPAN.pm lib/CPAN/t/loadme.t See if CPAN the module works lib/CPAN/t/mirroredby.t See if CPAN::Mirrored::By works lib/CPAN/t/Nox.t See if CPAN::Nox works lib/CPAN/t/vcmp.t See if CPAN the module works +lib/CPAN/t/version.t See if CPAN::Version works +lib/CPAN/Version.pm Simple math with different flavors of version strings lib/ctime.pl A ctime workalike lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/DBM_Filter/Changes DBM Filter Change history @@ -1394,6 +1561,7 @@ lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line lib/ExtUtils/Command.pm Utilities for Make on non-UNIX platforms lib/ExtUtils/Constant/Base.pm generate XS code to import C header constants lib/ExtUtils/Constant.pm generate XS code to import C header constants +lib/ExtUtils/Constant/ProxySubs.pm generate XS code for proxy constants lib/ExtUtils/Constant/Utils.pm generate XS code to import C header constants lib/ExtUtils/Constant/XS.pm generate XS code to import C header constants lib/ExtUtils/Embed.pm Utilities for embedding Perl in C programs @@ -1488,6 +1656,8 @@ lib/ExtUtils/xsubpp External subroutine preprocessor lib/fastcwd.pl a faster but more dangerous getcwd lib/Fatal.pm Make errors in functions/builtins fatal lib/Fatal.t See if Fatal works +lib/feature.pm Pragma to enable new syntax +lib/feature.t See if features work lib/fields.pm Set up object field names for pseudo-hash-using classes lib/File/Basename.pm Emulate the basename program lib/File/Basename.t See if File::Basename works @@ -1524,6 +1694,7 @@ lib/File/Spec/t/crossplatform.t See if File::Spec works crossplatform lib/File/Spec/t/Functions.t See if File::Spec::Functions works lib/File/Spec/t/rel2abs2rel.t See if File::Spec->rel2abs/abs2rel works lib/File/Spec/t/Spec.t See if File::Spec works +lib/File/Spec/t/tmpdir.t See if File::Spec->tmpdir() works lib/File/Spec/Unix.pm portable operations on Unix file names lib/File/Spec/VMS.pm portable operations on VMS file names lib/File/Spec/Win32.pm portable operations on Win32 and NetWare file names @@ -1826,6 +1997,12 @@ lib/PerlIO/via/QuotedPrint.pm PerlIO::via::QuotedPrint lib/PerlIO/via/t/QuotedPrint.t PerlIO::via::QuotedPrint lib/ph.t See if h2ph works lib/Pod/Checker.pm Pod-Parser - check POD documents for syntax errors +lib/Pod/Escapes/ChangeLog ChangeLog for Pod::Escapes +lib/Pod/Escapes.pm Pod::Escapes +lib/Pod/Escapes/README README for Pod::Escapes +lib/Pod/Escapes/t/01_about_verbose.t test Pod::Escapes +lib/Pod/Escapes/t/10_main.t test Pod::Escapes +lib/Pod/Escapes/t/15_name2charnum.t test Pod::Escapes lib/Pod/Find.pm used by pod/splitpod lib/Pod/Functions.pm used by pod/splitpod lib/Pod/Html.pm Convert POD data to HTML @@ -1853,6 +2030,171 @@ lib/Pod/Perldoc/t/textbasic.t test Pod::Perldoc::ToText lib/Pod/Plainer.pm Pod migration utility module lib/Pod/PlainText.pm Convert POD data to formatted ASCII text lib/Pod/Select.pm Pod-Parser - select portions of POD docs +lib/Pod/Simple/BlackBox.pm Pod::Simple::BlackBox +lib/Pod/Simple/ChangeLog Pod::Simple ChangeLog +lib/Pod/Simple/Checker.pm check the Pod syntax of a document +lib/Pod/Simple/Debug.pm put Pod::Simple into trace/debug mode +lib/Pod/Simple/DumpAsText.pm dump Pod-parsing events as text +lib/Pod/Simple/DumpAsXML.pm turn Pod into XML +lib/Pod/Simple/HTMLBatch.pm convert several Pod files to several HTML files +lib/Pod/Simple/HTMLLegacy.pm Pod::Simple::HTMLLegacy +lib/Pod/Simple/HTML.pm convert Pod to HTML +lib/Pod/Simple/LinkSection.pm represent "section" attributes of L codes +lib/Pod/Simple/Methody.pm turn Pod::Simple events into method calls +lib/Pod/Simple.pm Pod made simple +lib/Pod/Simple.pod Pod for Pod::Simple +lib/Pod/Simple/Progress.pm Pod::Simple::Progress +lib/Pod/Simple/PullParserEndToken.pm end-tokens from Pod::Simple::PullParser +lib/Pod/Simple/PullParser.pm a pull-parser interface to parsing Pod +lib/Pod/Simple/PullParserStartToken.pm start-tokens from Pod::Simple::PullParser +lib/Pod/Simple/PullParserTextToken.pm text-tokens from Pod::Simple::PullParser +lib/Pod/Simple/PullParserToken.pm tokens from Pod::Simple::PullParser +lib/Pod/Simple/README Pod::Simple README file +lib/Pod/Simple/RTF.pm format Pod as RTF +lib/Pod/Simple/Search.pm find POD documents in directory trees +lib/Pod/Simple/SimpleTree.pm parse Pod into a simple parse tree +lib/Pod/Simple/Subclassing.pod write a formatter as a Pod::Simple subclass +lib/Pod/Simple/t/00about.t Pod::Simple test file +lib/Pod/Simple/t/20_skip_before_58.t Pod::Simple test file +lib/Pod/Simple/t/ac_c_extend.t Pod::Simple test file +lib/Pod/Simple/t/ac_c_simple.t Pod::Simple test file +lib/Pod/Simple/t/ac_d.t Pod::Simple test file +lib/Pod/Simple/t/basic.t Pod::Simple test file +lib/Pod/Simple/t/beginend.t Pod::Simple test file +lib/Pod/Simple/t/cbacks.t Pod::Simple test file +lib/Pod/Simple/t/chunking.t Pod::Simple test file +lib/Pod/Simple/t/closeys.t Pod::Simple test file +lib/Pod/Simple/t/corpus/buniya_cp1256.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/buniya_cp1256.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/buniya_iso6.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/buniya_iso6.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_contradiction.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_contradiction.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_duplication.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_duplication.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_when_koi8r.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/fet_when_koi8r.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/french_implicit_latin1.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/french_implicit_latin1.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/french_latin1.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/french_latin1.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/greek_iso_8859_7.pod Pod::Simple test file +lib/Pod/Simple/t/corpus/greek_iso_8859_7.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/haiku-iso2202jp.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/haiku-iso2202jpx.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/haiku-iso2202jpy.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/haiku-iso2202jpz.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/haiku-iso2202jpz.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38b.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38b.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38p.pod Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38p.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/laozi38.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/nonesuch.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/nonesuch.xml Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.txt Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/fiqhakbar_iso6.xml Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/polish_implicit_utf8.txt Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.txt Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom2.xml Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.txt Pod::Simple test file +lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf8_bom.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/pasternak_cp1251.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/pasternak_cp1251.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_explicit.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_explicit.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_latin1.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_latin1.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/plain.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_utf8.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/plain_utf8.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/plain.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/polish_utf8.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/polish_utf8.xml Pod::Simple test file +lib/Pod/Simple/t/corpus/s2763_sjis.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/s2763_sjis.xml Pod::Simple test file +lib/Pod/Simple/t/corpustest.t Pod::Simple test file +lib/Pod/Simple/t/corpus/thai_iso11.txt Pod::Simple test file +lib/Pod/Simple/t/corpus/thai_iso11.xml Pod::Simple test file +lib/Pod/Simple/t/encoding_nonesuch.t Pod::Simple test file +lib/Pod/Simple/t/encoding_not_error0.t Pod::Simple test file +lib/Pod/Simple/t/encoding_not_error.t Pod::Simple test file +lib/Pod/Simple/TextContent.pm get the text content of Pod +lib/Pod/Simple/Text.pm format Pod as plaintext +lib/Pod/Simple/t/fcodes_ee.t Pod::Simple test file +lib/Pod/Simple/t/fcodes_ell.t Pod::Simple test file +lib/Pod/Simple/t/fcodes_ess.t Pod::Simple test file +lib/Pod/Simple/t/fcodes.t Pod::Simple test file +lib/Pod/Simple/t/fornot.t Pod::Simple test file +lib/Pod/Simple/t/for.t Pod::Simple test file +lib/Pod/Simple/t/fullstop_spaces.t Pod::Simple test file +lib/Pod/Simple/t/head_ends_over.t Pod::Simple test file +lib/Pod/Simple/t/heads.t Pod::Simple test file +lib/Pod/Simple/t/htmlbatch_01.t Pod::Simple test file +lib/Pod/Simple/t/html-para.t Pod::Simple test file +lib/Pod/Simple/t/html-styles.t Pod::Simple test file +lib/Pod/Simple/t/html-title.t Pod::Simple test file +lib/Pod/Simple/TiedOutFH.pm Pod::Simple::TiedOutFH +lib/Pod/Simple/t/itemadapt.t Pod::Simple test file +lib/Pod/Simple/t/items.t Pod::Simple test file +lib/Pod/Simple/t/itemstar.t Pod::Simple test file +lib/Pod/Simple/t/junk1_out.txt Pod::Simple test file +lib/Pod/Simple/t/junk1.pod Pod::Simple test file +lib/Pod/Simple/t/junk2_out.txt Pod::Simple test file +lib/Pod/Simple/t/junk2.pod Pod::Simple test file +lib/Pod/Simple/t/linkclass.t Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm Pod::Simple test file +lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod Pod::Simple test file +lib/Pod/Simple/t/perlcyg_out.txt Pod::Simple test file +lib/Pod/Simple/t/perlcyg.pod Pod::Simple test file +lib/Pod/Simple/t/perlfaq3_out.txt Pod::Simple test file +lib/Pod/Simple/t/perlfaq3.pod Pod::Simple test file +lib/Pod/Simple/t/perlvar_out.txt Pod::Simple test file +lib/Pod/Simple/t/perlvar.pod Pod::Simple test file +lib/Pod/Simple/t/puller.t Pod::Simple test file +lib/Pod/Simple/t/pulltitle.t Pod::Simple test file +lib/Pod/Simple/TranscodeDumb.pm Pod::Simple::TranscodeDumb +lib/Pod/Simple/Transcode.pm Pod::Simple::Transcode +lib/Pod/Simple/TranscodeSmart.pm Pod::Simple::TranscodeSmart +lib/Pod/Simple/t/render.t Pod::Simple test file +lib/Pod/Simple/t/sanity_tfh.t Pod::Simple test file +lib/Pod/Simple/t/search_05sane.t Pod::Simple test file +lib/Pod/Simple/t/search_10survey_specific.t Pod::Simple test file +lib/Pod/Simple/t/search_12survey_cwd.t Pod::Simple test file +lib/Pod/Simple/t/search_20survey_two.t Pod::Simple test file +lib/Pod/Simple/t/search_22survey_two_shadowing.t Pod::Simple test file +lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t Pod::Simple test file +lib/Pod/Simple/t/search_26_glob_kleene_k.t Pod::Simple test file +lib/Pod/Simple/t/search_27_glob_squaa_kleene.t Pod::Simple test file +lib/Pod/Simple/t/search_28_glob_z_kleene_k.t Pod::Simple test file +lib/Pod/Simple/t/search_29_glob_z_qmark_k.t Pod::Simple test file +lib/Pod/Simple/t/search_50survey_inc.t Pod::Simple test file +lib/Pod/Simple/t/stree.t Pod::Simple test file +lib/Pod/Simple/t/test_lib/Blorm.pm Pod::Simple test file +lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod Pod::Simple test file +lib/Pod/Simple/t/test_lib/hink_honk/readme.txt Pod::Simple test file +lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm Pod::Simple test file +lib/Pod/Simple/t/test_lib/pod/perlfliff.pod Pod::Simple test file +lib/Pod/Simple/t/test_lib/pod/perlthang.pod Pod::Simple test file +lib/Pod/Simple/t/test_lib/squaa/Glunk.pod Pod::Simple test file +lib/Pod/Simple/t/test_lib/squaa.pm Pod::Simple test file +lib/Pod/Simple/t/test_lib/squaa/Vliff.pm Pod::Simple test file +lib/Pod/Simple/t/test_lib/zikzik.pod Pod::Simple test file +lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt Pod::Simple test file +lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm Pod::Simple test file +lib/Pod/Simple/t/test_lib/Zonk/Veng.pm Pod::Simple test file +lib/Pod/Simple/t/verbatim_formatted.t Pod::Simple test file +lib/Pod/Simple/t/verbatims.t Pod::Simple test file +lib/Pod/Simple/t/x_nixer.t Pod::Simple test file +lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm Pod::Simple test file +lib/Pod/Simple/XMLOutStream.pm turn Pod into XML lib/Pod/t/basic.cap podlators test lib/Pod/t/basic.clr podlators test lib/Pod/t/basic.man podlators test @@ -1860,6 +2202,8 @@ lib/Pod/t/basic.ovr podlators test lib/Pod/t/basic.pod podlators test lib/Pod/t/basic.t podlators test lib/Pod/t/basic.txt podlators test +lib/Pod/t/color.t podlators test +lib/Pod/t/contains_pod.t Pod-Parser test lib/Pod/t/eol.t end of line agnosticism lib/Pod/Text/Color.pm Convert POD data to color ASCII text lib/Pod/Text/Overstrike.pm Convert POD data to formatted overstrike text @@ -1878,7 +2222,7 @@ lib/Pod/t/parselink.t podlators test lib/Pod/t/pod2html-lib.pl pod2html testing library lib/Pod/t/pod2latex.t See if Pod::LaTeX works lib/Pod/t/Select.t See if Pod::Select works -lib/Pod/t/text-errors.t podlators test +lib/Pod/t/termcap.t podlators test lib/Pod/t/text-options.t podlators test lib/Pod/t/text.t podlators test lib/Pod/t/Usage.t See if Pod::Usage works @@ -1925,7 +2269,10 @@ lib/Term/Complete.pm A command completion subroutine lib/Term/Complete.t See if Term::Complete works lib/Term/ReadLine.pm Stub readline library lib/Term/ReadLine.t See if Term::ReadLine works +lib/Test/Builder/Module.pm Base class for test modules lib/Test/Builder.pm For writing new test libraries +lib/Test/Builder/Tester/Color.pm Turn on color in Test::Builder::Tester +lib/Test/Builder/Tester.pm For testing Test::Builder based classes lib/Test/Harness/Assert.pm Test::Harness::Assert (internal use only) lib/Test/Harness/bin/prove The prove harness utility lib/Test/Harness/Changes Test::Harness @@ -1959,6 +2306,7 @@ lib/Test/Simple.pm Basic utility for writing tests lib/Test/Simple/README Test::Simple README lib/Test/Simple/t/00test_harness_check.t Test::Simple test lib/Test/Simple/t/bad_plan.t Test::Builder plan() test +lib/Test/Simple/t/bail_out.t Test::Builder BAIL_OUT test lib/Test/Simple/t/buffer.t Test::Builder buffering test lib/Test/Simple/t/Builder.t Test::Builder tests lib/Test/Simple/t/circular_data.t Test::Simple test @@ -2007,6 +2355,13 @@ lib/Test/Simple/t/skipall.t Test::More test, skip all tests lib/Test/Simple/t/skip.t Test::More test, SKIP tests lib/Test/Simple/t/sort_bug.t Test::Simple test lib/Test/Simple/t/strays.t Test::Builder stray newline checks +lib/Test/Simple/t/tbt_01basic.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_02fhrestore.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_03die.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_04line_num.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_05faildiag.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_06errormess.t Test::Builder::Tester test +lib/Test/Simple/t/tbt_07args.t Test::Builder::Tester test lib/Test/Simple/t/threads.t Test::Builder thread-safe checks lib/Test/Simple/t/thread_taint.t Test::Simple test lib/Test/Simple/t/todo.t Test::More test, TODO tests @@ -2195,6 +2550,7 @@ Makefile.SH A script that generates Makefile malloc.c A version of malloc you might not want malloc_ctl.h A version of malloc you might not want MANIFEST This list of files +mathoms.c A home for binary-compatible code artifacts META.yml Distribution meta-data in YAML mg.c Magic code mg.h Magic header @@ -2209,9 +2565,9 @@ mint/sys/time.h MiNT port mint/time.h MiNT port mpeix/mpeix.c MPE/iX port mpeix/mpeixish.h MPE/iX port +mpeix/mpeix_setjmp.c MPE/iX port mpeix/nm MPE/iX port mpeix/relink MPE/iX port -mv-if-diff Script to mv a file if it changed myconfig.SH Prints summary of the current configuration NetWare/bat/Buildtype.bat NetWare port NetWare/bat/SetCodeWar.bat NetWare port @@ -2386,11 +2742,13 @@ pod/perl584delta.pod Perl changes in version 5.8.4 pod/perl585delta.pod Perl changes in version 5.8.5 pod/perl586delta.pod Perl changes in version 5.8.6 pod/perl587delta.pod Perl changes in version 5.8.7 +pod/perl588delta.pod Perl changes in version 5.8.8 pod/perl58delta.pod Perl changes in version 5.8.0 pod/perl590delta.pod Perl changes in version 5.9.0 pod/perl591delta.pod Perl changes in version 5.9.1 pod/perl592delta.pod Perl changes in version 5.9.2 pod/perl593delta.pod Perl changes in version 5.9.3 +pod/perl594delta.pod Perl changes in version 5.9.4 pod/perlapio.pod Perl internal IO abstraction interface pod/perlapi.pod Perl API listing (autogenerated) pod/perlartistic.pod Perl Artistic License @@ -2425,7 +2783,7 @@ pod/perlfilter.pod Perl source filters pod/perlfork.pod Perl fork() information pod/perlform.pod Perl formats pod/perlfunc.pod Perl built-in functions -pod/perlglossary.pod Perl glossary +pod/perlglossary.pod Perl Glossary pod/perlgpl.pod GNU General Public License pod/perlguts.pod Perl internal functions for those doing extensions pod/perlhack.pod Perl hackers guide @@ -2493,6 +2851,7 @@ Porting/apply Apply patches sent by mail Porting/check83.pl Check whether we are 8.3-friendly Porting/checkAUTHORS.pl Check that the AUTHORS file is complete Porting/checkcase.pl Check whether we are case-insensitive-fs-friendly +Porting/checkcfgvar.pl Check that config scripts define all symbols Porting/checkURL.pl Check whether we have working URLs Porting/checkVERSION.pl Check whether we have $VERSIONs Porting/cmpVERSION.pl Compare whether two trees have changed modules @@ -2555,6 +2914,7 @@ README.hurd Perl notes for Hurd README.irix Perl notes for Irix README.jp Perl for Japanese (in EUC-JP) README.ko Perl for Korean (in EUC-KR) +README.linux Perl notes for Linux README.machten Perl notes for Power MachTen README.macos Perl notes for Mac OS (Classic) README.macosx Perl notes for Mac OS X @@ -2600,22 +2960,40 @@ symbian/config.pl Configuration script for Symbian symbian/config.sh Configuration data for Symbian symbian/cwd.pl Helper code for config.pl symbian/demo_pl "Archive" of demo code +symbian/ext/Moped/Msg/bld.inf Demo extension build configuraion +symbian/ext/Moped/Msg/location.pl Demo extension script +symbian/ext/Moped/Msg/Msg.mmp Demo extension building +symbian/ext/Moped/Msg/Msg.pkg Demo extension packaging +symbian/ext/Moped/Msg/Msg.pm Demo extension Perl glue +symbian/ext/Moped/Msg/Msg.xs Demo extension code +symbian/ext/Moped/Msg/README Demo extension documentation +symbian/find_writeable_data.pl Development utility +symbian/hexdump.pl Helper for sisify.pl updating symbian/install.cfg Installation instructions symbian/makesis.pl Installation file creator -symbian/PerlAppAif.rss Symbian sample app code -symbian/PerlApp.cpp Symbian sample app code -symbian/PerlApp.h Symbian sample app header -symbian/PerlApp.hrh Symbian sample app resource header -symbian/PerlApp.rss Symbian sample app resource definition +symbian/PerlAppAif.rss Symbian app launcher code +symbian/PerlApp.cpp Symbian app launcher code +symbian/PerlApp.h Symbian app launcher header +symbian/PerlApp.hrh Symbian app launcher resource header symbian/PerlBase.cpp Symbian Perl base class symbian/PerlBase.h Symbian Perl base class header symbian/PerlBase.pod Symbian Perl base class documentation symbian/PerlRecog.cpp Symbian recognizer code symbian/PerlRecog.mmp Symbian recognizer build +symbian/PerlUi.cpp Symbian Perl UI class +symbian/PerlUi.h Symbian Perl UI class header +symbian/PerlUi.hrh Symbian Perl UI class resource header +symbian/PerlUiS60.rss Symbian app launcher resource definition +symbian/PerlUiS80.rss Symbian app launcher resource definition +symbian/PerlUiUIQ.rss Symbian app launcher resource definition +symbian/PerlUtil.cpp Symbian Perl utility class +symbian/PerlUtil.h Symbian Perl utility class header +symbian/PerlUtil.pod Symbian Perl utility class documentation symbian/port.pl Helper code for config.pl symbian/README ReadMe for the Symbian files 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/symbian_proto.h Prototypes for Symbian @@ -2667,6 +3045,7 @@ thread.h Threading header t/io/argv.t See if ARGV stuff works t/io/binmode.t See if binmode() works t/io/crlf.t See if :crlf works +t/io/crlf_through.t See if pipe passes data intact with :crlf t/io/dup.t See if >& works right t/io/fflush.t See if auto-flush on fork/exec/system/qx works t/io/fs.t See if directory manipulations work @@ -2679,12 +3058,29 @@ t/io/open.t See if open works t/io/pipe.t See if secure pipes work t/io/print.t See if print commands work t/io/read.t See if read works +t/io/say.t See if say works t/io/tell.t See if file seeking works +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/common.pl Helper for lib/{warnings,feature}.t t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t +t/lib/compress/any.pl Compress::Zlib +t/lib/compress/anyunc.pl Compress::Zlib +t/lib/compress/destroy.pl Compress::Zlib +t/lib/compress/generic.pl Compress::Zlib +t/lib/compress/merge.pl Compress::Zlib +t/lib/compress/multi.pl Compress::Zlib +t/lib/compress/newtied.pl Compress::Zlib +t/lib/compress/oneshot.pl Compress::Zlib +t/lib/compress/prime.pl Compress::Zlib +t/lib/compress/tied.pl Compress::Zlib +t/lib/compress/truncate.pl Compress::Zlib +t/lib/compress/zlib-generic.pl Compress::Zlib +t/lib/compress/ZlibTestUtils.pm Compress::Zlib +t/lib/contains_pod.xr Pod-Parser test file t/lib/cygwin.t Builtin cygwin function tests t/lib/Devel/switchd.pm Module for t/run/switchd.t t/lib/Dev/Null.pm Module for testing Test::Harness @@ -2705,6 +3101,11 @@ t/lib/dprof/test7_v Perl code profiler tests t/lib/dprof/test8_t Perl code profiler tests t/lib/dprof/test8_v Perl code profiler tests t/lib/dprof/V.pm Perl code profiler tests +t/lib/feature/err Tests for enabling/disabling err feature +t/lib/feature/nonesuch Tests for enabling/disabling nonexistent feature +t/lib/feature/say Tests for enabling/disabling say feature +t/lib/feature/smartmatch Tests for enabling/disabling smartmatch feature +t/lib/feature/switch Tests for enabling/disabling switch feature t/lib/Filter/Simple/ExportTest.pm Helper file for Filter::Simple tests t/lib/Filter/Simple/FilterOnlyTest.pm Helper file for Filter::Simple tests t/lib/Filter/Simple/FilterTest.pm Helper file for Filter::Simple tests @@ -2727,6 +3128,7 @@ t/lib/Math/BigRat/Test.pm Math::BigRat test helper t/lib/NoExporter.pm Part of Test-Simple t/lib/sample-tests/bailout Test data for Test::Harness t/lib/sample-tests/bignum Test data for Test::Harness +t/lib/sample-tests/bignum_many Test data for Test::Harness t/lib/sample-tests/combined Test data for Test::Harness t/lib/sample-tests/descriptive Test data for Test::Harness t/lib/sample-tests/die Test data for Test::Harness @@ -2770,6 +3172,7 @@ t/lib/Test/Simple/sample_tests/one_fail.plx for exit.t t/lib/Test/Simple/sample_tests/pre_plan_death.plx for exit.t t/lib/Test/Simple/sample_tests/require.plx for exit.t t/lib/Test/Simple/sample_tests/success.plx for exit.t +t/lib/Test/Simple/sample_tests/too_few_fail.plx for exit.t t/lib/Test/Simple/sample_tests/too_few.plx for exit.t t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t t/lib/TieIn.pm Testing library for dummy input handles @@ -2886,6 +3289,7 @@ t/op/mkdir.t See if mkdir works t/op/mydef.t See if "my $_" works t/op/my_stash.t See if my Package works t/op/my.t See if lexical scoping works +t/op/negate.t See if unary minus works t/op/not.t See if not works t/op/numconvert.t See if accessing fields does not change numeric values t/op/oct.t See if oct and hex work @@ -2909,8 +3313,8 @@ t/op/recurse.t See if deep recursion works t/op/ref.t See if refs and objects work t/op/regexp_noamp.t See if regular expressions work with optimizations t/op/regexp_notrie.t See if regular expressions work without trie optimisation -t/op/regexp_qr.t See if regular expressions work as qr// t/op/regexp_qr_embed.t See if regular expressions work with embedded qr// +t/op/regexp_qr.t See if regular expressions work as qr// t/op/regexp.t See if regular expressions work t/op/regexp_trielist.t See if regular expressions work with trie optimisation t/op/regmesg.t See if one can get regular expression errors @@ -2919,6 +3323,7 @@ t/op/re_tests Regular expressions for regexp.t t/op/reverse.t See if reverse operator works t/op/runlevel.t See if die() works from perl_call_*() t/op/sleep.t See if sleep works +t/op/smartmatch.t See if the ~~ operator works t/op/sort.t See if sort works t/op/splice.t See if splice works t/op/split.t See if split works @@ -2935,6 +3340,7 @@ t/op/substr.t See if substr works t/op/subst.t See if substitution works t/op/subst_wamp.t See if substitution works with $& present t/op/sub.t See if subroutines work +t/op/switch.t See if switches (given/when) work t/op/sysio.t See if sysread and syswrite work t/op/taint.t See if tainting works t/op/threads.t Misc. tests for perl features with threads @@ -2976,8 +3382,8 @@ t/pod/nested_seqs.xr Expected results for nested_seqs.t t/pod/oneline_cmds.t Test single paragraph ==cmds t/pod/oneline_cmds.xr Expected results for oneline_cmds.t t/pod/plainer.t Test Pod::Plainer -t/pod/pod2usage.t Test Pod::Usage t/pod/pod2usage2.t Test Pod::Usage +t/pod/pod2usage.t Test Pod::Usage t/pod/pod2usage.xr Expected results for pod2usage.t t/pod/poderrs.t Test POD errors t/pod/poderrs.xr Expected results for poderrs.t @@ -3058,7 +3464,9 @@ utils/perlivp.PL installation verification procedure utils/piconv.PL iconv(1), reinvented in perl utils/pl2pm.PL A pl to pm translator utils/prove.PL The prove harness utility +utils/ptardiff.PL The ptardiff utility utils/ptar.PL The ptar utility +utils/shasum.PL filter for computing SHA digests (analogous to md5sum) utils/splain.PL Stand-alone version of diagnostics.pm utils/xsubpp.PL External subroutine preprocessor uts/sprintf_wrap.c sprintf wrapper for UTS @@ -3175,7 +3583,6 @@ wince/perlhost.h Perl "host" implementation wince/perllib.c WinCE port wince/perlmain.c WinCE port wince/perl.rc WinCE port -wince/README.perlce WinCE port wince/registry.bat WinCE port wince/runperl.c WinCE port wince/splittree.pl WinCE port @@ -3202,7 +3609,6 @@ x2p/hash.c Hashes again x2p/hash.h Public declarations for the above x2p/INTERN.h Same as above x2p/Makefile.SH Precursor to Makefile -x2p/proto.h Dummy header x2p/s2p.PL Sed to perl translator x2p/str.c String handling package x2p/str.h Public declarations for the above