NetWare tweaks from Guruprasad.
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 6be8169..658e08c 100644 (file)
--- 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
@@ -713,6 +716,8 @@ 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/assert.pl                  assertion and panic with stack trace
+lib/Attribute/Handlers/Changes Attribute::Handlers
+lib/Attribute/Handlers/README  Attribute::Handlers
 lib/Attribute/Handlers.pm              Attribute::Handlers
 lib/Attribute/Handlers/demo/demo.pl    Attribute::Handlers demo
 lib/Attribute/Handlers/demo/Demo.pm    Attribute::Handlers demo
@@ -1088,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
@@ -1501,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
@@ -1523,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
@@ -1842,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"
@@ -1865,6 +1901,7 @@ t/lib/warnings/perly              Tests for perly.y for warnings.t
 t/lib/warnings/pp              Tests for pp.c for warnings.t
 t/lib/warnings/pp_ctl          Tests for pp_ctl.c for warnings.t
 t/lib/warnings/pp_hot          Tests for pp_hot.c for warnings.t
+t/lib/warnings/pp_pack         Tests for pp_pack.c for warnings.t
 t/lib/warnings/pp_sys          Tests for pp_sys.c for warnings.t
 t/lib/warnings/regcomp         Tests for regcomp.c for warnings.t
 t/lib/warnings/regexec         Tests for regexec.c for warnings.t