X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/a84e44cddbc22ba5018278af86e57a36c53e4042..0ca3a8747a809cd312a4430d331d6b34d04f27c0:/MANIFEST diff --git a/MANIFEST b/MANIFEST index 05a30ad..7d33530 100644 --- a/MANIFEST +++ b/MANIFEST @@ -152,6 +152,7 @@ ext/Data/Dumper/Dumper.pm Data pretty printer, module ext/Data/Dumper/Dumper.xs Data pretty printer, externals ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer ext/Data/Dumper/t/dumper.t See if Data::Dumper works +ext/Data/Dumper/t/freezer.t See if $Data::Dumper::Freezer works ext/Data/Dumper/Todo Data pretty printer, futures ext/Data/Dumper/t/overload.t See if Data::Dumper works for overloaded data ext/Data/Dumper/t/pair.t See if Data::Dumper pair separator works @@ -238,8 +239,8 @@ ext/Devel/PPPort/parts/inc/newRV Devel::PPPort include 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/sv_xpvf Devel::PPPort include ext/Devel/PPPort/parts/inc/SvPV 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/version Devel::PPPort include @@ -271,10 +272,10 @@ ext/Devel/PPPort/parts/todo/5008005 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/PPPort.pm Devel::PPPort extension -ext/Devel/PPPort/PPPort.xs Devel::PPPort extension 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 +ext/Devel/PPPort/PPPort.xs Devel::PPPort extension ext/Devel/PPPort/PPPort_xs.PL Devel::PPPort PPPort.xs writer ext/Devel/PPPort/README Devel::PPPort Readme ext/Devel/PPPort/soak Devel::PPPort Test Harness to run under various Perls @@ -288,13 +289,13 @@ ext/Devel/PPPort/t/mPUSH.t Devel::PPPort test file ext/Devel/PPPort/t/MY_CXT.t Devel::PPPort test file ext/Devel/PPPort/t/newCONSTSUB.t Devel::PPPort test file 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/sv_xpvf.t Devel::PPPort test file ext/Devel/PPPort/t/SvPV.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/TODO Devel::PPPort Todo 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 @@ -328,6 +329,8 @@ ext/DynaLoader/dl_vmesa.xs VM/ESA implementation ext/DynaLoader/dl_vms.xs VMS implementation ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module ext/DynaLoader/hints/aix.pl Hint for DynaLoader for named architecture +ext/DynaLoader/hints/gnukfreebsd.pl Hint for DynaLoader for named architecture +ext/DynaLoader/hints/gnuknetbsd.pl Hint for DynaLoader for named architecture ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture ext/DynaLoader/hints/netbsd.pl Hint for DynaLoader for named architecture ext/DynaLoader/hints/openbsd.pl Hint for DynaLoader for named architecture @@ -664,6 +667,8 @@ ext/ODBM_File/hints/cygwin.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/dec_osf.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/hpux.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/linux.pl Hint for NDBM_File for named architecture +ext/ODBM_File/hints/gnukfreebsd.pl Hint for NDBM_File for named architecture +ext/ODBM_File/hints/gnuknetbsd.pl Hint for NDBM_File for named architecture ext/ODBM_File/hints/sco.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/solaris.pl Hint for ODBM_File for named architecture ext/ODBM_File/hints/svr4.pl Hint for ODBM_File for named architecture @@ -702,6 +707,8 @@ ext/POSIX/hints/bsdos.pl Hint for POSIX for named architecture ext/POSIX/hints/dynixptx.pl Hint for POSIX for named architecture ext/POSIX/hints/freebsd.pl Hint for POSIX for named architecture ext/POSIX/hints/linux.pl Hint for POSIX for named architecture +ext/POSIX/hints/gnukfreebsd.pl Hint for POSIX for named architecture +ext/POSIX/hints/gnuknetbsd.pl Hint for POSIX for named architecture ext/POSIX/hints/mint.pl Hint for POSIX for named architecture ext/POSIX/hints/netbsd.pl Hint for POSIX for named architecture ext/POSIX/hints/next_3.pl Hint for POSIX for named architecture @@ -763,6 +770,8 @@ ext/Socket/t/socketpair.t See if socketpair works ext/Socket/t/Socket.t See if Socket works ext/Storable/ChangeLog Storable extension ext/Storable/hints/linux.pl Hint for Storable for named architecture +ext/Storable/hints/gnukfreebsd.pl Hint for Storable for named architecture +ext/Storable/hints/gnuknetbsd.pl Hint for Storable for named architecture ext/Storable/Makefile.PL Storable extension ext/Storable/MANIFEST Storable extension ext/Storable/README Storable extension @@ -906,6 +915,7 @@ ext/XS/APItest/Makefile.PL XS::APItest extension ext/XS/APItest/MANIFEST XS::APItest extension 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/printf.t XS::APItest extension ext/XS/APItest/t/push.t XS::APItest extension @@ -919,6 +929,7 @@ ext/XS/Typemap/Typemap.xs XS::Typemap extension fakesdio.h stdio in terms of PerlIO fakethr.h Fake threads header form.h Public declarations for formats +genpacksizetables.pl Generate the size tables for pack/unpack globals.c File to declare global symbols (for shared library) global.sym Symbols that need hiding when embedded globvar.sym Global variables that need hiding when embedded @@ -969,6 +980,7 @@ hints/gnu.sh Hints for named architecture hints/greenhills.sh Hints for named architecture hints/hpux.sh Hints for named architecture hints/i386.sh Hints for named architecture +hints/interix.sh Hints for named architecture hints/irix_4.sh Hints for named architecture hints/irix_5.sh Hints for named architecture hints/irix_6_0.sh Hints for named architecture @@ -977,6 +989,8 @@ hints/irix_6.sh Hints for named architecture hints/isc_2.sh Hints for named architecture hints/isc.sh Hints for named architecture hints/linux.sh Hints for named architecture +hints/gnukfreebsd.sh Hints for named architecture +hints/gnuknetbsd.sh Hints for named architecture hints/lynxos.sh Hints for named architecture hints/machten_2.sh Hints for named architecture hints/machten.sh Hints for named architecture @@ -1121,18 +1135,19 @@ lib/bigint.pl An arbitrary precision integer arithmetic package lib/bigintpl.t See if bigint.pl works lib/bigint.pm bignum lib/bignum.pm bignum -lib/bignum/t/bigint.t See if bignum works +lib/bignum/t/bigint.t See if bigint works lib/bignum/t/bignum.t See if bignum works -lib/bignum/t/bigrat.t See if bignum works +lib/bignum/t/bigrat.t See if bigrat works lib/bignum/t/biinfnan.t See if bignum works lib/bignum/t/bninfnan.t See if bignum works -lib/bignum/t/bn_lite.t See if bignum works +lib/bignum/t/bn_lite.t See if bignum with Math::BigInt::Lite works lib/bignum/t/brinfnan.t See if bignum works -lib/bignum/t/br_lite.t See if bignum works +lib/bignum/t/br_lite.t See if bigrat with Math::BigInt::Lite works lib/bignum/t/infnan.inc See if bignum works -lib/bignum/t/option_a.t See if bignum works -lib/bignum/t/option_l.t See if bignum works -lib/bignum/t/option_p.t See if bignum works +lib/bignum/t/option_a.t See if bignum a => X works +lib/bignum/t/option_l.t See if bignum l => X works +lib/bignum/t/option_p.t See if bignum p => X works +lib/bignum/t/ratopt_a.t See if bigrat a => X works lib/bigrat.pl An arbitrary precision rational arithmetic package lib/bigrat.pm bignum lib/blib.pm For "use blib" @@ -1195,6 +1210,8 @@ lib/Class/ISA/test.pl See if Class::ISA works lib/Class/Struct.pm Declare struct-like datatypes as Perl classes lib/Class/Struct.t See if Class::Struct works lib/complete.pl A command completion subroutine +lib/Config/Extensions.pm Convenient hash lookup for built extensions +lib/Config/Extensions.t See if Config::Extensions works lib/Config.t See if Config works lib/constant.pm For "use constant" lib/constant.t See if compile-time constants work @@ -1256,6 +1273,9 @@ lib/ExtUtils/Changes MakeMaker change log 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.pm generate XS code to import C header constants +lib/ExtUtils/Constant/Base.pm generate XS code to import C header 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 lib/ExtUtils/Installed.pm Information on installed extensions lib/ExtUtils/Install.pm Handles 'make install' on extensions @@ -1296,6 +1316,7 @@ lib/ExtUtils/t/basic.t See if MakeMaker can build a module lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes lib/ExtUtils/t/Command.t See if ExtUtils::Command works (Win32 only) lib/ExtUtils/t/Constant.t See if ExtUtils::Constant works +lib/ExtUtils/t/dir_target.t Verify if dir_target() is supported lib/ExtUtils/t/Embed.t See if ExtUtils::Embed and embedding works lib/ExtUtils/testlib.pm Fixes up @INC to use just-built extension lib/ExtUtils/t/hints.t See if hint files are honored. @@ -1343,6 +1364,8 @@ lib/FileCache/t/02maxopen.t See if FileCache works lib/FileCache/t/03append.t See if FileCache works lib/FileCache/t/04twoarg.t See if FileCache works lib/FileCache/t/05override.t See if FileCache works +lib/FileCache/t/06export.t See if FileCache exporting works +lib/FileCache/t/07noimport.t See if FileCache works without importing lib/File/CheckTree.pm Perl module supporting wholesale file mode validation lib/File/CheckTree.t See if File::CheckTree works lib/File/Compare.pm Emulation of cmp command @@ -1503,6 +1526,7 @@ lib/Math/BigInt/t/_e_math.t Helper routine in BigFloat for _e math lib/Math/BigInt/t/fallback.t Test Math::BigInt lib/Math/BigInt/t/inf_nan.t Special tests for inf and NaN handling lib/Math/BigInt/t/isa.t Test for Math::BigInt inheritance +lib/Math/BigInt/t/lib_load.t Test sane lib names lib/Math/BigInt/t/mbf_ali.t Tests for BigFloat lib/Math/BigInt/t/mbi_ali.t Tests for BigInt lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests @@ -1759,14 +1783,17 @@ lib/Test/Harness/Changes Test::Harness lib/Test/Harness/Iterator.pm Test::Harness::Iterator (internal use only) lib/Test/Harness.pm A test harness lib/Test/Harness/Straps.pm Test::Harness::Straps +lib/Test/Harness/TAP.pod Documentation for the Test Anything Protocol lib/Test/Harness/t/00compile.t Test::Harness test lib/Test/Harness/t/assert.t Test::Harness::Assert test lib/Test/Harness/t/base.t Test::Harness test lib/Test/Harness/t/callback.t Test::Harness test +lib/Test/Harness/t/harness.t Test::Harness test lib/Test/Harness/t/inc_taint.t Test::Harness test lib/Test/Harness/t/nonumbers.t Test::Harness test lib/Test/Harness/t/ok.t Test::Harness test lib/Test/Harness/t/pod.t Test::Harness test +lib/Test/Harness/t/prove-globbing.t Test::Harness::Straps test lib/Test/Harness/t/prove-switches.t Test::Harness::Straps test lib/Test/Harness/t/strap-analyze.t Test::Harness::Straps test lib/Test/Harness/t/strap.t Test::Harness::Straps test @@ -1776,40 +1803,58 @@ lib/Test.pm A simple framework for writing test scripts lib/Test/Simple/Changes Test::Simple changes lib/Test/Simple.pm Basic utility for writing tests lib/Test/Simple/README Test::Simple README +lib/Test/Simple/t/00signature.t Test::Simple test +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/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 lib/Test/Simple/t/curr_test.t Test::Builder->curr_test tests lib/Test/Simple/t/details.t Test::Builder tests lib/Test/Simple/t/diag.t Test::More diag() test +lib/Test/Simple/t/eq_set.t Test::Simple test lib/Test/Simple/t/exit.t Test::Simple test, exit codes +lib/Test/Simple/t/extra_one.t Test::Simple test lib/Test/Simple/t/extra.t Test::Simple test lib/Test/Simple/t/fail-like.t Test::More test, like() failures lib/Test/Simple/t/fail-more.t Test::More test, tests failing +lib/Test/Simple/t/fail_one.t Test::Simple test lib/Test/Simple/t/fail.t Test::Simple test, test failures lib/Test/Simple/t/filehandles.t Test::Simple test, STDOUT can be played with lib/Test/Simple/t/fork.t Test::More fork tests +lib/Test/Simple/t/harness_active.t Test::Simple test lib/Test/Simple/t/has_plan2.t Test::More->plan tests lib/Test/Simple/t/has_plan.t Test::Builder->plan tests lib/Test/Simple/t/import.t Test::More test, importing functions lib/Test/Simple/t/is_deeply.t Test::More test, is_deeply() +lib/Test/Simple/t/is_fh.t Test::Builder test, _is_fh() lib/Test/Simple/t/maybe_regex.t Test::Builder->maybe_regex() tests lib/Test/Simple/t/missing.t Test::Simple test, missing tests lib/Test/Simple/t/More.t Test::More test, basic stuff +lib/Test/Simple/t/no_diag.t Test::Simple test lib/Test/Simple/t/no_ending.t Test::Builder test, no_ending() lib/Test/Simple/t/no_header.t Test::Builder test, no_header() lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan +lib/Test/Simple/TODO Test::Simple TODO lib/Test/Simple/t/ok_obj.t Test::Builder object tests lib/Test/Simple/t/output.t Test::Builder test, output methods +lib/Test/Simple/t/overload.t Test::Simple test +lib/Test/Simple/t/overload_threads.t Test::Simple test +lib/Test/Simple/t/plan_bad.t Test::Simple test lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan lib/Test/Simple/t/plan_no_plan.t Test::More test, plan() w/no_plan +lib/Test/Simple/t/plan_shouldnt_import.t Test::Simple test lib/Test/Simple/t/plan_skip_all.t Test::More test, plan() w/skip_all lib/Test/Simple/t/plan.t Test::More test, plan() +lib/Test/Simple/t/require_ok.t Test::Simple test +lib/Test/Simple/t/reset.t Test::Simple test lib/Test/Simple/t/simple.t Test::Simple test, basic stuff 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/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 lib/Test/Simple/t/undef.t Test::More test, undefs don't cause warnings lib/Test/Simple/t/useing.t Test::More test, compile test @@ -1839,6 +1884,7 @@ lib/Text/Balanced/t/extvar.t See if Text::Balanced works lib/Text/Balanced/t/gentag.t See if Text::Balanced works lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter lib/Text/ParseWords.t See if Text::ParseWords works +lib/Text/ParseWords/taint.t See if Text::ParseWords works with tainting lib/Text/Soundex.pm Perl module to implement Soundex lib/Text/Soundex.t See if Soundex works lib/Text/Tabs.pm Do expand and unexpand @@ -1969,6 +2015,7 @@ lib/utf8_heavy.pl Support routines for utf8 pragma lib/utf8.pm Pragma to control Unicode support lib/utf8.t See if utf8 operations work lib/validate.pl Perl library supporting wholesale file mode validation +lib/vars_carp.t See if "use vars" doesn't load Carp.pm per default lib/vars.pm Declare pseudo-imported global variables lib/vars.t See if "use vars" works lib/version.pm Support for version objects @@ -2144,6 +2191,7 @@ perly.c parser code (NOT derived from perly.y) perly.h header file for perly.c; derived from perly.y perly.tab parser state tables; derived from perly.y perly.y Yacc grammar for perl +perl_keyword.pl A script to generate Perl_keyword() in toke.c plan9/aperl Shell to make Perl error messages Acme-friendly plan9/arpa/inet.h Plan9 port: replacement C header file plan9/buildinfo Plan9 port: configuration information @@ -2176,6 +2224,7 @@ pod/perl582delta.pod Perl changes in version 5.8.2 pod/perl583delta.pod Perl changes in version 5.8.3 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/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 @@ -2475,6 +2524,7 @@ t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc t/lib/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test 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/combined Test data for Test::Harness @@ -2654,8 +2704,8 @@ t/op/read.t See if read() works t/op/recurse.t See if deep recursion works t/op/ref.t See if refs and objects work t/op/regexp_noamp.t See if regular expressions work with optimizations -t/op/regexp.t See if regular expressions work t/op/regexp_qr.t See if regular expressions work as qr// +t/op/regexp.t See if regular expressions work t/op/regmesg.t See if one can get regular expression errors t/op/repeat.t See if x operator works t/op/re_tests Regular expressions for regexp.t @@ -2741,6 +2791,7 @@ t/run/switch_A.t Test the -A switch t/run/switchC.t Test the -C switch t/run/switchd.t Test the -d switch t/run/switches.t Tests for the other switches (-0, -l, -c, -s, -M, -m, -V, -v, -h, -z, -i) +t/run/switchF1.t Pathological tests for the -F switch t/run/switchF.t Test the -F switch t/run/switchI.t Test the -I switch t/run/switchn.t Test the -n switch