Cygwin build harmonization, remove cygwin/Makefile.SHs
[p5sagit/p5-mst-13.2.git] / MANIFEST
index 6a1bf53..6435153 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -42,7 +42,6 @@ Cross/TODO            Cross-compilation
 Cross/warp             Cross-compilation
 cv.h                   Code value header
 cygwin/cygwin.c                Additional code for Cygwin port
-cygwin/Makefile.SHs    Shared library generation for Cygwin port
 deb.c                  Debugging routines
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
@@ -2600,6 +2599,8 @@ 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/pod-parser.t         podlators test
+lib/Pod/t/pod-spelling.t       podlators test
+lib/Pod/t/pod.t                        podlators test
 lib/Pod/t/Select.t             See if Pod::Select works
 lib/Pod/t/termcap.t            podlators test
 lib/Pod/t/text-options.t               podlators test
@@ -2642,9 +2643,11 @@ lib/TAP/Formatter/Console/ParallelSession.pm     A parser for Test Anything Protocol
 lib/TAP/Formatter/Console.pm           A parser for Test Anything Protocol
 lib/TAP/Formatter/Console/Session.pm   A parser for Test Anything Protocol
 lib/TAP/Harness.pm                     A parser for Test Anything Protocol
+lib/TAP/Object.pm                      A parser for Test Anything Protocol
 lib/TAP/Parser/Aggregator.pm           A parser for Test Anything Protocol
 lib/TAP/Parser/Grammar.pm              A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Array.pm       A parser for Test Anything Protocol
+lib/TAP/Parser/IteratorFactory.pm      A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator.pm             A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Process.pm     A parser for Test Anything Protocol
 lib/TAP/Parser/Iterator/Stream.pm      A parser for Test Anything Protocol
@@ -2652,6 +2655,7 @@ lib/TAP/Parser/Multiplexer.pm             A parser for Test Anything Protocol
 lib/TAP/Parser.pm                      A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Bailout.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Comment.pm       A parser for Test Anything Protocol
+lib/TAP/Parser/ResultFactory.pm                A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Plan.pm          A parser for Test Anything Protocol
 lib/TAP/Parser/Result.pm               A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Pragma.pm                A parser for Test Anything Protocol
@@ -2659,6 +2663,9 @@ lib/TAP/Parser/Result/Test.pm             A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Unknown.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/Version.pm       A parser for Test Anything Protocol
 lib/TAP/Parser/Result/YAML.pm          A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler/Job.pm                A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler.pm            A parser for Test Anything Protocol
+lib/TAP/Parser/Scheduler/Spinner.pm    A parser for Test Anything Protocol
 lib/TAP/Parser/Source/Perl.pm          A parser for Test Anything Protocol
 lib/TAP/Parser/Source.pm               A parser for Test Anything Protocol
 lib/TAP/Parser/Utils.pm                        A parser for Test Anything Protocol
@@ -2708,14 +2715,19 @@ lib/Test/Harness/t/iterators.t          Test::Harness test
 lib/Test/Harness/t/multiplexer.t       Test::Harness test
 lib/Test/Harness/t/nofork-mux.t                Test::Harness test
 lib/Test/Harness/t/nofork.t            Test::Harness test
+lib/Test/Harness/t/object.t            Test::Harness test
+lib/Test/Harness/t/parser-config.t     Test::Harness test
+lib/Test/Harness/t/parser-subclass.t   Test::Harness test
 lib/Test/Harness/t/parse.t             Test::Harness test
 lib/Test/Harness/t/premature-bailout.t Test::Harness test
 lib/Test/Harness/t/process.t           Test::Harness test
+lib/Test/Harness/t/proveenv.t          Test::Harness test
 lib/Test/Harness/t/proverc.t           Test::Harness test
 lib/Test/Harness/t/proverun.t          Test::Harness test
 lib/Test/Harness/t/prove.t             Test::Harness test
 lib/Test/Harness/t/regression.t                Test::Harness test
 lib/Test/Harness/t/results.t           Test::Harness test
+lib/Test/Harness/t/scheduler.t         Test::Harness test
 lib/Test/Harness/t/source.t            Test::Harness test
 lib/Test/Harness/t/spool.t             Test::Harness test
 lib/Test/Harness/t/state.t             Test::Harness test
@@ -3608,6 +3620,7 @@ 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/EmptyParser.pm           Module for testing Test::Harness
 t/lib/feature/bundle           Tests for feature bundles
 t/lib/feature/implicit         Tests for implicit loading of feature.pm
 t/lib/feature/nonesuch         Tests for enabling/disabling nonexistent feature
@@ -3635,8 +3648,16 @@ 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/MyCustom.pm              Module for testing Test::Harness
+t/lib/MyGrammar.pm             Module for testing Test::Harness
+t/lib/MyIteratorFactory.pm     Module for testing Test::Harness
+t/lib/MyIterator.pm            Module for testing Test::Harness
+t/lib/MyPerlSource.pm          Module for testing Test::Harness
 t/lib/mypragma.pm              An example user pragma
 t/lib/mypragma.t               Test the example user pragma
+t/lib/MyResultFactory.pm       Module for testing Test::Harness
+t/lib/MyResult.pm              Module for testing Test::Harness
+t/lib/MySource.pm              Module for testing Test::Harness
 t/lib/NoFork.pm                        Module for testing Test::Harness
 t/lib/no_load.t                        Test that some modules don't load others
 t/lib/proxy_constant_subs.t    Test that Proxy Constant Subs behave correctly
@@ -3704,6 +3725,9 @@ t/lib/source_tests/source         Test data for Test::Harness
 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/subclass_tests/non_perl_source   Test data for Test::Harness
+t/lib/subclass_tests/perl_source       Test data for Test::Harness
+t/lib/TAP/Parser/SubclassTest.pm       Module for testing Test::Harness
 t/lib/Test/Simple/Catch.pm     Utility module for testing Test::Simple
 t/lib/Test/Simple/sample_tests/death_in_eval.plx       for exit.t
 t/lib/Test/Simple/sample_tests/death.plx               for exit.t