X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=4086e1520b4183319e4c15b0f60f0d8af2973fd2;hb=3f847123752a7345ec427e2d90c1dc121823a61a;hp=38ee65ea5a253649dfeec23176c6b7aab16052aa;hpb=091c87b15dfb1c6df2cfc68045c100bbfda9d509;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 38ee65e..4086e15 100644 --- a/MANIFEST +++ b/MANIFEST @@ -130,6 +130,7 @@ 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/t/cwd.t See if Cwd works @@ -574,10 +575,10 @@ ext/PerlIO/t/open.t See if PerlIO certain special opens work ext/PerlIO/t/PerlIO.t See if PerlIO works ext/PerlIO/t/scalar.t See if PerlIO::scalar works ext/PerlIO/t/via.t See if PerlIO::via works +ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture ext/PerlIO/via/Makefile.PL PerlIO layer for layers in perl ext/PerlIO/via/via.pm PerlIO layer for layers in perl ext/PerlIO/via/via.xs PerlIO layer for layers in perl -ext/PerlIO/via/hints/aix.pl Hint for PerlIO::via for named architecture 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 @@ -716,6 +717,7 @@ ext/threads/shared/t/no_share.t Tests for disabled share on variables. ext/threads/shared/t/shared_attr.t Test :shared attribute ext/threads/shared/t/sv_refs.t thread shared variables ext/threads/shared/t/sv_simple.t thread shared variables +ext/threads/shared/t/wait.t Test cond_wait and cond_timedwait ext/threads/shared/typemap thread::shared types ext/threads/t/basic.t ithreads ext/threads/t/end.t Test end functions @@ -747,6 +749,7 @@ ext/Time/HiRes/hints/dec_osf.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/dynixptx.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/irix.pl Hint for Time::HiRes for named architecture ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture +ext/Time/HiRes/hints/solaris.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/hints/svr4.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/HiRes.pm Time::HiRes extension ext/Time/HiRes/HiRes.xs Time::HiRes extension @@ -1080,12 +1083,27 @@ lib/ctime.pl A ctime workalike lib/Cwd.pm Various cwd routines (getcwd, fastcwd, chdir) lib/DB.pm Debugger API (draft) lib/DB.t See if DB works +lib/DBM_Filter.pm DBM Filter module +lib/DBM_Filter/Changes DBM Filter Change history +lib/DBM_Filter/compress.pm DBM Filter to compress keys/values +lib/DBM_Filter/encode.pm DBM Filter for encoding +lib/DBM_Filter/int32.pm DBM Filter for creating int32 keys/values +lib/DBM_Filter/null.pm DBM Filter for null termination +lib/DBM_Filter/t/01error.t test DBM_Filter::null +lib/DBM_Filter/t/02core.t test DBM_Filter::null +lib/DBM_Filter/t/compress.t test DBM_Filter::compress +lib/DBM_Filter/t/encode.t test DBM_Filter::encode +lib/DBM_Filter/t/int32.t test DBM_Filter::int32 +lib/DBM_Filter/t/null.t test DBM_Filter::null +lib/DBM_Filter/t/utf8.t test DBM_Filter::utf8 +lib/DBM_Filter/utf8.pm DBM Filter for UTF-8 Encoding +lib/dbm_filter_util.pl Utility functions used by DBM Filter tests lib/Devel/SelfStubber.pm Generate stubs for SelfLoader.pm lib/Devel/SelfStubber.t See if Devel::SelfStubber works lib/diagnostics.pm Print verbose diagnostics lib/diagnostics.t See if diagnostics.pm works -lib/Digest.pm Digest extensions lib/Digest/base.pm Digest extensions +lib/Digest.pm Digest extensions lib/Digest/t/base.t See if Digest extensions work lib/Digest/t/digest.t See if Digest extensions work lib/DirHandle.pm like FileHandle only for directories @@ -1121,7 +1139,7 @@ lib/ExtUtils/MakeMaker/Tutorial.pod Writing a module with MakeMaker lib/ExtUtils/MakeMaker/vmsish.pm Platform agnostic vmsish.pm lib/ExtUtils/Manifest.pm Utilities to write MANIFEST files lib/ExtUtils/MANIFEST.SKIP The default MANIFEST.SKIP -lib/ExtUtils/META.yml ExtUtils::MakeMaker metadata +lib/ExtUtils/META.yml ExtUtils::MakeMaker metadata lib/ExtUtils/Mkbootstrap.pm Writes a bootstrap file (see MakeMaker) lib/ExtUtils/Mksymlists.pm Writes a linker options file for extensions lib/ExtUtils/MM_Any.pm MakeMaker methods for Any OS @@ -1145,7 +1163,7 @@ lib/ExtUtils/README MakeMaker README lib/ExtUtils/t/00compile.t See if MakeMaker modules compile lib/ExtUtils/t/backwards.t Check MakeMaker's backwards compatibility lib/ExtUtils/t/basic.t See if MakeMaker can build a module -lib/ExtUtils/t/bytes.t Test ExtUtils::MakeMaker::bytes +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/Embed.t See if ExtUtils::Embed and embedding works @@ -1314,6 +1332,8 @@ lib/Locale/Maketext/t/00about.t See if Locale::Maketext works lib/Locale/Maketext/t/01make.t See if Locale::Maketext works lib/Locale/Maketext/t/02get.t See if Locale::Maketext works lib/Locale/Maketext/t/03http.t See if Locale::Maketext works +lib/Locale/Maketext/t/04super.t See if Locale::Maketext works +lib/Locale/Maketext/t/05super.t See if Locale::Maketext works lib/Locale/Maketext/t/90utf8.t Locale::Maketext lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article lib/locale.pm For "use locale" @@ -1323,8 +1343,10 @@ lib/locale.t See if locale support works lib/look.pl A "look" equivalent lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package lib/Math/BigFloat/Trace.pm bignum tracing +lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt lib/Math/BigInt.pm An arbitrary precision integer arithmetic package +lib/Math/BigInt/t/alias.inc Support for BigInt tests lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc lib/Math/BigInt/t/bare_mif.t Rounding tests under BareCalc @@ -1335,6 +1357,7 @@ lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works lib/Math/BigInt/t/bigints.t See if BigInt.pm works lib/Math/BigInt/t/biglog.t Test the log function +lib/Math/BigInt/t/bigroot.t Test the broot function lib/Math/BigInt/t/calling.t Test calling conventions lib/Math/BigInt/t/config.t Test Math::BigInt->config() lib/Math/BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant @@ -1343,6 +1366,8 @@ lib/Math/BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works 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/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 lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly @@ -1354,6 +1379,7 @@ lib/Math/BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); lib/Math/BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); lib/Math/BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); lib/Math/BigInt/t/require.t Test if require Math::BigInt works +lib/Math/BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc @@ -1588,11 +1614,11 @@ lib/Term/ReadLine.pm Stub readline library lib/Term/ReadLine.t See if Term::ReadLine works lib/Test/Builder.pm For writing new test libraries 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 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/bin/prove The prove harness utility 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 @@ -1751,17 +1777,20 @@ lib/Unicode/Collate/Changes Unicode::Collate lib/Unicode/Collate/keys.txt Unicode::Collate lib/Unicode/Collate.pm Unicode::Collate lib/Unicode/Collate/README Unicode::Collate +lib/Unicode/Collate/t/altern.t Unicode::Collate lib/Unicode/Collate/t/contract.t Unicode::Collate lib/Unicode/Collate/t/hangtype.t Unicode::Collate lib/Unicode/Collate/t/hangul.t Unicode::Collate -lib/Unicode/Collate/t/illegal.t Unicode::Collate lib/Unicode/Collate/t/illegalp.t Unicode::Collate +lib/Unicode/Collate/t/illegal.t Unicode::Collate lib/Unicode/Collate/t/index.t Unicode::Collate lib/Unicode/Collate/t/normal.t Unicode::Collate +lib/Unicode/Collate/t/rearrang.t Unicode::Collate lib/Unicode/Collate/t/test.t Unicode::Collate lib/Unicode/Collate/t/trailwt.t Unicode::Collate lib/Unicode/Collate/t/variable.t Unicode::Collate lib/Unicode/Collate/t/version.t Unicode::Collate +lib/Unicode/Collate/t/view.t Unicode::Collate 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 @@ -2333,6 +2362,8 @@ pod/perl571delta.pod Perl changes in version 5.7.1 pod/perl572delta.pod Perl changes in version 5.7.2 pod/perl573delta.pod Perl changes in version 5.7.3 pod/perl581delta.pod Perl changes in version 5.8.1 +pod/perl582delta.pod Perl changes in version 5.8.2 +pod/perl583delta.pod Perl changes in version 5.8.3 pod/perl58delta.pod Perl changes in version 5.8.0 pod/perlapio.pod Perl internal IO abstraction interface pod/perlapi.pod Perl API listing (autogenerated) @@ -2475,7 +2506,7 @@ pp_sys.c Push/Pop code for system interaction proto.h Prototypes qnx/ar QNX implementation of "ar" utility qnx/cpp QNX implementation of preprocessor filter -README The Instructions +README The Instructions README.aix Perl notes for AIX README.amiga Perl notes for AmigaOS README.apollo Perl notes for Apollo DomainOS @@ -2496,7 +2527,7 @@ README.ko Perl for Korean (in EUC-KR) README.machten Perl notes for Power MachTen README.macos Perl notes for Mac OS (Classic) README.macosx Perl notes for Mac OS X -README.micro Notes about microperl +README.micro Notes about microperl README.mint Perl notes for MiNT README.mpeix Perl notes for MPE/iX README.netware Perl notes for NetWare @@ -2513,7 +2544,7 @@ README.vmesa Perl notes for VM/ESA README.vms Perl notes for VMS README.vos Perl notes for Stratus VOS README.win32 Perl notes for Windows -README.Y2K Notes about Year 2000 concerns +README.Y2K Notes about Year 2000 concerns reentr.c Reentrant interfaces reentr.h Reentrant interfaces reentr.pl Reentrant interfaces @@ -2587,8 +2618,8 @@ t/japh/abigail.t Obscure tests t/lib/1_compile.t See if the various libraries and extensions compile t/lib/commonsense.t See if configuration meets basic needs t/lib/compmod.pl Helper for 1_compile.t -t/lib/Dev/Null.pm Module for testing Test::Harness t/lib/Devel/switchd.pm Module for t/run/switchd.t +t/lib/Dev/Null.pm Module for testing Test::Harness t/lib/dprof/test1_t Perl code profiler tests t/lib/dprof/test1_v Perl code profiler tests t/lib/dprof/test2_t Perl code profiler tests @@ -2628,9 +2659,9 @@ 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 t/lib/sample-tests/descriptive Test data for Test::Harness +t/lib/sample-tests/die Test data for Test::Harness t/lib/sample-tests/die_head_end Test data for Test::Harness t/lib/sample-tests/die_last_minute Test data for Test::Harness -t/lib/sample-tests/die Test data for Test::Harness t/lib/sample-tests/duplicates Test data for Test::Harness t/lib/sample-tests/head_end Test data for Test::Harness t/lib/sample-tests/head_fail Test data for Test::Harness @@ -2641,17 +2672,17 @@ t/lib/sample-tests/no_output Test data for Test::Harness t/lib/sample-tests/out_of_order Test data for Test::Harness t/lib/sample-tests/segfault Test data for Test::Harness t/lib/sample-tests/shbang_misparse Test data for Test::Harness -t/lib/sample-tests/simple_fail Test data for Test::Harness t/lib/sample-tests/simple Test data for Test::Harness -t/lib/sample-tests/skipall_nomsg Test data for Test::Harness +t/lib/sample-tests/simple_fail Test data for Test::Harness +t/lib/sample-tests/skip Test data for Test::Harness t/lib/sample-tests/skipall Test data for Test::Harness +t/lib/sample-tests/skipall_nomsg Test data for Test::Harness t/lib/sample-tests/skip_nomsg Test data for Test::Harness -t/lib/sample-tests/skip Test data for Test::Harness t/lib/sample-tests/switches Test data for Test::Harness t/lib/sample-tests/taint Test data for Test::Harness t/lib/sample-tests/taint_warn Test data for Test::Harness -t/lib/sample-tests/todo_inline Test data for Test::Harness t/lib/sample-tests/todo Test data for Test::Harness +t/lib/sample-tests/todo_inline Test data for Test::Harness t/lib/sample-tests/too_many Test data for Test::Harness t/lib/sample-tests/vms_nit Test data for Test::Harness t/lib/sample-tests/with_comments Test data for Test::Harness @@ -2757,8 +2788,8 @@ t/op/grent.t See if getgr*() functions work t/op/grep.t See if grep() and map() work t/op/groups.t See if $( works t/op/gv.t See if typeglobs work -t/op/hash.t See if the complexity attackers are repelled t/op/hashassign.t See if hash assignments work +t/op/hash.t See if the complexity attackers are repelled t/op/hashwarn.t See if warnings for bad hash assignments work t/op/inccode.t See if coderefs work in @INC t/op/inc.t See if inc/dec of integers near 32 bit limit work @@ -2811,18 +2842,18 @@ t/op/sleep.t See if sleep 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 -t/op/sprintf.t See if sprintf works t/op/sprintf2.t See if sprintf works +t/op/sprintf.t See if sprintf works t/op/srand.t See if srand works t/op/stash.t See if %:: stashes work t/op/stat.t See if stat works t/op/study.t See if study works -t/op/sub.t See if subroutines work t/op/sub_lval.t See if lvalue subroutines work t/op/subst_amp.t See if $&-related substitution works 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/sysio.t See if sysread and syswrite work t/op/taint.t See if tainting works t/op/tiearray.t See if tie for arrays works @@ -2879,6 +2910,7 @@ t/run/exit.t Test perl's exit status. t/run/fresh_perl.t Tests that require a fresh perl. t/run/noswitch.t Test aliasing ARGV for other switch tests t/run/runenv.t Test if perl honors its environment variables. +t/run/switch0.t Test the -0 switch t/run/switcha.t Test the -a switch t/run/switch_A.t Test the -A switch t/run/switchC.t Test the -C switch