X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST;h=658e08c90ad7389176ffce458f5fc9043350ac07;hb=32ce01bccb8e58ee340ca4100517f9c031630ea7;hp=4e970ed0429a4d1459fefc0dd6f2f3c1336ed0b4;hpb=9df0c874a7771cd1f25050f6852f3f5bdd8c1e34;p=p5sagit%2Fp5-mst-13.2.git diff --git a/MANIFEST b/MANIFEST index 4e970ed..658e08c 100644 --- a/MANIFEST +++ b/MANIFEST @@ -279,6 +279,7 @@ ext/Encode/Encode/shiftjis.enc Encoding tables ext/Encode/Encode/symbol.enc Encoding tables ext/Encode/Encode/symbol.ucm Encoding tables ext/Encode/Encode/Tcl.pm Handler for .enc encodings +ext/Encode/Encode/Tcl.t See if Encode::Tcl works ext/Encode/Makefile.PL Encode extension ext/Encode/Todo Encode extension ext/Errno/ChangeLog Errno perl module change log @@ -385,6 +386,7 @@ ext/MIME/Base64/t/unicode.t See whether MIME::Base64 works ext/NDBM_File/hints/cygwin.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dec_osf.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/dynixptx.pl Hint for NDBM_File for named architecture +ext/NDBM_File/hints/linux.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/sco.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/solaris.pl Hint for NDBM_File for named architecture ext/NDBM_File/hints/svr4.pl Hint for NDBM_File for named architecture @@ -533,6 +535,7 @@ ext/Thread/unsync2.tx Test thread implicit synchronisation ext/Thread/unsync3.tx Test thread implicit synchronisation ext/Thread/unsync4.tx Test thread implicit synchronisation ext/Time/HiRes/Changes Time::HiRes extension +ext/Time/HiRes/hints/sco.pl Hints for Time::HiRes for named architecture ext/Time/HiRes/HiRes.pm Time::HiRes extension ext/Time/HiRes/HiRes.t Test for Time::HiRes ext/Time/HiRes/HiRes.xs Time::HiRes extension @@ -1090,6 +1093,22 @@ lib/termcap.pl Perl library supporting termcap usage lib/Test.pm A simple framework for writing test scripts lib/Test/Harness.pm A test harness lib/Test/Harness.t See if Test::Harness works +lib/Test/More.pm More utilities for writing tests +lib/Test/More/Changes Test::More changes +lib/Test/More/t/More.t Test::More test, basic operation +lib/Test/More/t/fail-like.t Test::More test, like() and qr// bug +lib/Test/More/t/fail.t Test::More test, failing tests +lib/Test/More/t/plan_is_noplan.t Test::More test, noplan +lib/Test/More/t/skipall.t Test::More test, skipping all tests +lib/Test/Simple.pm Basic utility for writing tests +lib/Test/Simple/Changes Test::Simple changes +lib/Test/Simple/t/exit.t Test::Simple test, exit codes +lib/Test/Simple/t/extra.t Test::Simple test +lib/Test/Simple/t/fail.t Test::Simple test, test failures +lib/Test/Simple/t/missing.t Test::Simple test, missing tests +lib/Test/Simple/t/no_plan.t Test::Simple test, forgot the plan +lib/Test/Simple/t/plan_is_noplan.t Test::Simple test, no_plan +lib/Test/Simple/t/simple.t for exit.t lib/Test/t/fail.t See if Test works lib/Test/t/mix.t See if Test works lib/Test/t/onfail.t See if Test works @@ -1503,7 +1522,9 @@ NetWare/nwplglob.h Netware port NetWare/NWTInfo.c Netware port NetWare/nwtinfo.h Netware port NetWare/NWUtil.c Netware port +NetWare/nwstdio.h Netware port NetWare/nwutil.h Netware port +NetWare/perlsdio.h Netware port NetWare/t/NWModify.pl Netware port NetWare/t/NWScripts.pl Netware port NetWare/t/Readme.txt Netware port @@ -1525,6 +1546,7 @@ os2/dl_os2.c Addon for dl_open os2/Makefile.SHs Shared library generation for OS/2 os2/os2.c Additional code for OS/2 os2/os2.sym Additional symbols to export +os2/os2_base.t Additional tests for builtin methods os2/OS2/ExtAttr/Changes EA access module os2/OS2/ExtAttr/ExtAttr.pm EA access module os2/OS2/ExtAttr/ExtAttr.xs EA access module @@ -1844,6 +1866,18 @@ t/lib/st-dump.pl See if Storable works 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 +t/lib/Test/More/Catch.pm Utility module for testing Test::More +t/lib/Test/Simple/Catch.pm Utility module for testing Test::Simple +t/lib/Test/Simple/sample_tests/death.plx for exit.t +t/lib/Test/Simple/sample_tests/death_in_eval.plx for exit.t +t/lib/Test/Simple/sample_tests/extras.plx for exit.t +t/lib/Test/Simple/sample_tests/five_fail.plx for exit.t +t/lib/Test/Simple/sample_tests/last_minute_death.plx for exit.t +t/lib/Test/Simple/sample_tests/one_fail.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.plx for exit.t +t/lib/Test/Simple/sample_tests/two_fail.plx for exit.t t/lib/warnings/1global Tests of global warnings for warnings.t t/lib/warnings/2use Tests for "use warnings" for warnings.t t/lib/warnings/3both Tests for interaction of $^W and "use warnings"