From: Nicholas Clark Date: Fri, 2 Oct 2009 14:57:26 +0000 (+0100) Subject: Move Test::Harness from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8a2040150d386de90994afd87f9d01bd861104a;p=p5sagit%2Fp5-mst-13.2.git Move Test::Harness from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index b36cea6..23ab5c3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1988,6 +1988,186 @@ cpan/Term-UI/lib/Term/UI.pm Term::UI cpan/Term-UI/t/00_load.t Term::UI tests cpan/Term-UI/t/01_history.t Term::UI tests cpan/Term-UI/t/02_ui.t Term::UI tests +cpan/Test-Harness/bin/prove The prove harness utility +cpan/Test-Harness/Changes Test::Harness change log +cpan/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility +cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility +cpan/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/Utils.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol +cpan/Test-Harness/lib/Test/Harness.pm A test harness +cpan/Test-Harness/t/000-load.t Test::Harness test +cpan/Test-Harness/t/aggregator.t Test::Harness test +cpan/Test-Harness/t/bailout.t Test::Harness test +cpan/Test-Harness/t/base.t Test::Harness test +cpan/Test-Harness/t/callbacks.t Test::Harness test +cpan/Test-Harness/t/compat/env.t Test::Harness test +cpan/Test-Harness/t/compat/failure.t Test::Harness test +cpan/Test-Harness/t/compat/inc-propagation.t Test::Harness test +cpan/Test-Harness/t/compat/inc_taint.t Test::Harness test +cpan/Test-Harness/t/compat/nonumbers.t Test::Harness test +cpan/Test-Harness/t/compat/regression.t Test::Harness test +cpan/Test-Harness/t/compat/switches.t Test::Harness test +cpan/Test-Harness/t/compat/test-harness-compat.t Test::Harness test +cpan/Test-Harness/t/compat/version.t Test::Harness test +cpan/Test-Harness/t/console.t Test::Harness test +cpan/Test-Harness/t/data/catme.1 Test data for Test::Harness +cpan/Test-Harness/t/data/proverc Test data for Test::Harness +cpan/Test-Harness/t/data/sample.yml Test data for Test::Harness +cpan/Test-Harness/t/errors.t Test::Harness test +cpan/Test-Harness/t/file.t Test::Harness test +cpan/Test-Harness/t/glob-to-regexp.t Test::Harness test +cpan/Test-Harness/t/grammar.t Test::Harness test +cpan/Test-Harness/t/harness-bailout.t Test::Harness test +cpan/Test-Harness/t/harness-subclass.t Test::Harness test +cpan/Test-Harness/t/harness.t Test::Harness test +cpan/Test-Harness/t/iterators.t Test::Harness test +cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyIteratorFactory.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyPerlSource.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/MySource.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness +cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness +cpan/Test-Harness/t/multiplexer.t Test::Harness test +cpan/Test-Harness/t/nofork-mux.t Test::Harness test +cpan/Test-Harness/t/nofork.t Test::Harness test +cpan/Test-Harness/t/object.t Test::Harness test +cpan/Test-Harness/t/parser-config.t Test::Harness test +cpan/Test-Harness/t/parser-subclass.t Test::Harness test +cpan/Test-Harness/t/parse.t Test::Harness test +cpan/Test-Harness/t/perl5lib.t Test::Harness test +cpan/Test-Harness/t/premature-bailout.t Test::Harness test +cpan/Test-Harness/t/process.t Test::Harness test +cpan/Test-Harness/t/proveenv.t Test::Harness test +cpan/Test-Harness/t/proverc/emptyexec Test data for Test::Harness +cpan/Test-Harness/t/proverc.t Test::Harness test +cpan/Test-Harness/t/proverun.t Test::Harness test +cpan/Test-Harness/t/prove.t Test::Harness test +cpan/Test-Harness/t/regression.t Test::Harness test +cpan/Test-Harness/t/results.t Test::Harness test +cpan/Test-Harness/t/sample-tests/bailout Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/bignum Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/combined Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/delayed Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/echo Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/empty Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/head_end Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/no_output Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/schwern Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/segfault Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skip Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/strict Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/switches Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/taint Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/too_many Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_good Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_late Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/version_old Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness +cpan/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness +cpan/Test-Harness/t/scheduler.t Test::Harness test +cpan/Test-Harness/t/source.t Test::Harness test +cpan/Test-Harness/t/source_tests/harness Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness +cpan/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness +cpan/Test-Harness/t/source_tests/source Test data for Test::Harness +cpan/Test-Harness/t/spool.t Test::Harness test +cpan/Test-Harness/t/state_results.t Test::Harness test +cpan/Test-Harness/t/state.t Test::Harness test +cpan/Test-Harness/t/streams.t Test::Harness test +cpan/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness +cpan/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness +cpan/Test-Harness/t/taint.t Test::Harness test +cpan/Test-Harness/t/testargs.t Test::Harness test +cpan/Test-Harness/t/unicode.t Test::Harness test +cpan/Test-Harness/t/utils.t Test::Harness test +cpan/Test-Harness/t/yamlish-output.t Test::Harness test +cpan/Test-Harness/t/yamlish.t Test::Harness test +cpan/Test-Harness/t/yamlish-writer.t Test::Harness test cpan/Test/lib/Test.pm A simple framework for writing test scripts cpan/Test/t/05_about_verbose.t See if Test works cpan/Test/t/fail.t See if Test works @@ -2723,186 +2903,6 @@ ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works ext/Term-Cap/Cap.pm Perl module supporting termcap usage ext/Term-Cap/test.pl See if Term::Cap works -ext/Test-Harness/bin/prove The prove harness utility -ext/Test-Harness/Changes Test::Harness change log -ext/Test-Harness/lib/App/Prove.pm Gubbins for the prove utility -ext/Test-Harness/lib/App/Prove/State.pm Gubbins for the prove utility -ext/Test-Harness/lib/App/Prove/State/Result.pm Gubbins for the prove utility -ext/Test-Harness/lib/App/Prove/State/Result/Test.pm Gubbins for the prove utility -ext/Test-Harness/lib/TAP/Base.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Base.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Color.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Console/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/File.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/File/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Formatter/Session.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Harness.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Object.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Aggregator.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Grammar.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Array.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/IteratorFactory.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Process.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Multiplexer.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Bailout.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Comment.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/ResultFactory.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Plan.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Pragma.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Test.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Unknown.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/Version.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Result/YAML.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Source/Perl.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Source.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/Utils.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm A parser for Test Anything Protocol -ext/Test-Harness/lib/Test/Harness.pm A test harness -ext/Test-Harness/t/000-load.t Test::Harness test -ext/Test-Harness/t/aggregator.t Test::Harness test -ext/Test-Harness/t/bailout.t Test::Harness test -ext/Test-Harness/t/base.t Test::Harness test -ext/Test-Harness/t/callbacks.t Test::Harness test -ext/Test-Harness/t/compat/env.t Test::Harness test -ext/Test-Harness/t/compat/failure.t Test::Harness test -ext/Test-Harness/t/compat/inc-propagation.t Test::Harness test -ext/Test-Harness/t/compat/inc_taint.t Test::Harness test -ext/Test-Harness/t/compat/nonumbers.t Test::Harness test -ext/Test-Harness/t/compat/regression.t Test::Harness test -ext/Test-Harness/t/compat/switches.t Test::Harness test -ext/Test-Harness/t/compat/test-harness-compat.t Test::Harness test -ext/Test-Harness/t/compat/version.t Test::Harness test -ext/Test-Harness/t/console.t Test::Harness test -ext/Test-Harness/t/data/catme.1 Test data for Test::Harness -ext/Test-Harness/t/data/proverc Test data for Test::Harness -ext/Test-Harness/t/data/sample.yml Test data for Test::Harness -ext/Test-Harness/t/errors.t Test::Harness test -ext/Test-Harness/t/file.t Test::Harness test -ext/Test-Harness/t/glob-to-regexp.t Test::Harness test -ext/Test-Harness/t/grammar.t Test::Harness test -ext/Test-Harness/t/harness-bailout.t Test::Harness test -ext/Test-Harness/t/harness-subclass.t Test::Harness test -ext/Test-Harness/t/harness.t Test::Harness test -ext/Test-Harness/t/iterators.t Test::Harness test -ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/Dev/Null.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/EmptyParser.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/IO/c55Capture.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyCustom.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyGrammar.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyIteratorFactory.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyIterator.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyPerlSource.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyResultFactory.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MyResult.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/MySource.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/NoFork.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/NOP.pm Module for testing Test::Harness -ext/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm Module for testing Test::Harness -ext/Test-Harness/t/multiplexer.t Test::Harness test -ext/Test-Harness/t/nofork-mux.t Test::Harness test -ext/Test-Harness/t/nofork.t Test::Harness test -ext/Test-Harness/t/object.t Test::Harness test -ext/Test-Harness/t/parser-config.t Test::Harness test -ext/Test-Harness/t/parser-subclass.t Test::Harness test -ext/Test-Harness/t/parse.t Test::Harness test -ext/Test-Harness/t/perl5lib.t Test::Harness test -ext/Test-Harness/t/premature-bailout.t Test::Harness test -ext/Test-Harness/t/process.t Test::Harness test -ext/Test-Harness/t/proveenv.t Test::Harness test -ext/Test-Harness/t/proverc/emptyexec Test data for Test::Harness -ext/Test-Harness/t/proverc.t Test::Harness test -ext/Test-Harness/t/proverun.t Test::Harness test -ext/Test-Harness/t/prove.t Test::Harness test -ext/Test-Harness/t/regression.t Test::Harness test -ext/Test-Harness/t/results.t Test::Harness test -ext/Test-Harness/t/sample-tests/bailout Test data for Test::Harness -ext/Test-Harness/t/sample-tests/bignum Test data for Test::Harness -ext/Test-Harness/t/sample-tests/bignum_many Test data for Test::Harness -ext/Test-Harness/t/sample-tests/combined Test data for Test::Harness -ext/Test-Harness/t/sample-tests/combined_compat Test data for Test::Harness -ext/Test-Harness/t/sample-tests/delayed Test data for Test::Harness -ext/Test-Harness/t/sample-tests/descriptive Test data for Test::Harness -ext/Test-Harness/t/sample-tests/descriptive_trailing Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_head_end Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_last_minute Test data for Test::Harness -ext/Test-Harness/t/sample-tests/die_unfinished Test data for Test::Harness -ext/Test-Harness/t/sample-tests/duplicates Test data for Test::Harness -ext/Test-Harness/t/sample-tests/echo Test data for Test::Harness -ext/Test-Harness/t/sample-tests/empty Test data for Test::Harness -ext/Test-Harness/t/sample-tests/escape_eol Test data for Test::Harness -ext/Test-Harness/t/sample-tests/escape_hash Test data for Test::Harness -ext/Test-Harness/t/sample-tests/head_end Test data for Test::Harness -ext/Test-Harness/t/sample-tests/head_fail Test data for Test::Harness -ext/Test-Harness/t/sample-tests/inc_taint Test data for Test::Harness -ext/Test-Harness/t/sample-tests/junk_before_plan Test data for Test::Harness -ext/Test-Harness/t/sample-tests/lone_not_bug Test data for Test::Harness -ext/Test-Harness/t/sample-tests/no_nums Test data for Test::Harness -ext/Test-Harness/t/sample-tests/no_output Test data for Test::Harness -ext/Test-Harness/t/sample-tests/out_err_mix Test data for Test::Harness -ext/Test-Harness/t/sample-tests/out_of_order Test data for Test::Harness -ext/Test-Harness/t/sample-tests/schwern Test data for Test::Harness -ext/Test-Harness/t/sample-tests/schwern-todo-quiet Test data for Test::Harness -ext/Test-Harness/t/sample-tests/segfault Test data for Test::Harness -ext/Test-Harness/t/sample-tests/sequence_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/shbang_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple_fail Test data for Test::Harness -ext/Test-Harness/t/sample-tests/simple_yaml Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skip Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall_nomsg Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skipall_v13 Test data for Test::Harness -ext/Test-Harness/t/sample-tests/skip_nomsg Test data for Test::Harness -ext/Test-Harness/t/sample-tests/space_after_plan Test data for Test::Harness -ext/Test-Harness/t/sample-tests/stdout_stderr Test data for Test::Harness -ext/Test-Harness/t/sample-tests/strict Test data for Test::Harness -ext/Test-Harness/t/sample-tests/switches Test data for Test::Harness -ext/Test-Harness/t/sample-tests/taint Test data for Test::Harness -ext/Test-Harness/t/sample-tests/taint_warn Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo_inline Test data for Test::Harness -ext/Test-Harness/t/sample-tests/todo_misparse Test data for Test::Harness -ext/Test-Harness/t/sample-tests/too_many Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_good Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_late Test data for Test::Harness -ext/Test-Harness/t/sample-tests/version_old Test data for Test::Harness -ext/Test-Harness/t/sample-tests/vms_nit Test data for Test::Harness -ext/Test-Harness/t/sample-tests/with_comments Test data for Test::Harness -ext/Test-Harness/t/sample-tests/zero_valid Test data for Test::Harness -ext/Test-Harness/t/scheduler.t Test::Harness test -ext/Test-Harness/t/source.t Test::Harness test -ext/Test-Harness/t/source_tests/harness Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_badtap Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_complain Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_directives Test data for Test::Harness -ext/Test-Harness/t/source_tests/harness_failure Test data for Test::Harness -ext/Test-Harness/t/source_tests/source Test data for Test::Harness -ext/Test-Harness/t/spool.t Test::Harness test -ext/Test-Harness/t/state_results.t Test::Harness test -ext/Test-Harness/t/state.t Test::Harness test -ext/Test-Harness/t/streams.t Test::Harness test -ext/Test-Harness/t/subclass_tests/non_perl_source Test data for Test::Harness -ext/Test-Harness/t/subclass_tests/perl_source Test data for Test::Harness -ext/Test-Harness/t/taint.t Test::Harness test -ext/Test-Harness/t/testargs.t Test::Harness test -ext/Test-Harness/t/unicode.t Test::Harness test -ext/Test-Harness/t/utils.t Test::Harness test -ext/Test-Harness/t/yamlish-output.t Test::Harness test -ext/Test-Harness/t/yamlish.t Test::Harness test -ext/Test-Harness/t/yamlish-writer.t Test::Harness test ext/Test-Simple/Changes Test::Simple changes ext/Test-Simple/lib/Test/Builder/Module.pm Base class for test modules ext/Test-Simple/lib/Test/Builder.pm For writing new test libraries diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 384f65b..d6893ac 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1421,7 +1421,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'andya', 'DISTRIBUTION' => 'ANDYA/Test-Harness-3.17.tar.gz', - 'FILES' => q[ext/Test-Harness], + 'FILES' => q[cpan/Test-Harness], 'EXCLUDED' => [ qr{^examples/}, qr{^inc/}, qr{^t/lib/Test/}, diff --git a/ext/Test-Harness/Changes b/cpan/Test-Harness/Changes similarity index 100% rename from ext/Test-Harness/Changes rename to cpan/Test-Harness/Changes diff --git a/ext/Test-Harness/bin/prove b/cpan/Test-Harness/bin/prove similarity index 100% rename from ext/Test-Harness/bin/prove rename to cpan/Test-Harness/bin/prove diff --git a/ext/Test-Harness/lib/App/Prove.pm b/cpan/Test-Harness/lib/App/Prove.pm similarity index 100% rename from ext/Test-Harness/lib/App/Prove.pm rename to cpan/Test-Harness/lib/App/Prove.pm diff --git a/ext/Test-Harness/lib/App/Prove/State.pm b/cpan/Test-Harness/lib/App/Prove/State.pm similarity index 100% rename from ext/Test-Harness/lib/App/Prove/State.pm rename to cpan/Test-Harness/lib/App/Prove/State.pm diff --git a/ext/Test-Harness/lib/App/Prove/State/Result.pm b/cpan/Test-Harness/lib/App/Prove/State/Result.pm similarity index 100% rename from ext/Test-Harness/lib/App/Prove/State/Result.pm rename to cpan/Test-Harness/lib/App/Prove/State/Result.pm diff --git a/ext/Test-Harness/lib/App/Prove/State/Result/Test.pm b/cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm similarity index 100% rename from ext/Test-Harness/lib/App/Prove/State/Result/Test.pm rename to cpan/Test-Harness/lib/App/Prove/State/Result/Test.pm diff --git a/ext/Test-Harness/lib/TAP/Base.pm b/cpan/Test-Harness/lib/TAP/Base.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Base.pm rename to cpan/Test-Harness/lib/TAP/Base.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Base.pm b/cpan/Test-Harness/lib/TAP/Formatter/Base.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Base.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Base.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Color.pm b/cpan/Test-Harness/lib/TAP/Formatter/Color.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Color.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Color.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Console.pm b/cpan/Test-Harness/lib/TAP/Formatter/Console.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Console.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Console.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm b/cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Console/ParallelSession.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Console/Session.pm b/cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Console/Session.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Console/Session.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/File.pm b/cpan/Test-Harness/lib/TAP/Formatter/File.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/File.pm rename to cpan/Test-Harness/lib/TAP/Formatter/File.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/File/Session.pm b/cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/File/Session.pm rename to cpan/Test-Harness/lib/TAP/Formatter/File/Session.pm diff --git a/ext/Test-Harness/lib/TAP/Formatter/Session.pm b/cpan/Test-Harness/lib/TAP/Formatter/Session.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Formatter/Session.pm rename to cpan/Test-Harness/lib/TAP/Formatter/Session.pm diff --git a/ext/Test-Harness/lib/TAP/Harness.pm b/cpan/Test-Harness/lib/TAP/Harness.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Harness.pm rename to cpan/Test-Harness/lib/TAP/Harness.pm diff --git a/ext/Test-Harness/lib/TAP/Object.pm b/cpan/Test-Harness/lib/TAP/Object.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Object.pm rename to cpan/Test-Harness/lib/TAP/Object.pm diff --git a/ext/Test-Harness/lib/TAP/Parser.pm b/cpan/Test-Harness/lib/TAP/Parser.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser.pm rename to cpan/Test-Harness/lib/TAP/Parser.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Aggregator.pm b/cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Aggregator.pm rename to cpan/Test-Harness/lib/TAP/Parser/Aggregator.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Grammar.pm b/cpan/Test-Harness/lib/TAP/Parser/Grammar.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Grammar.pm rename to cpan/Test-Harness/lib/TAP/Parser/Grammar.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Iterator.pm b/cpan/Test-Harness/lib/TAP/Parser/Iterator.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Iterator.pm rename to cpan/Test-Harness/lib/TAP/Parser/Iterator.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Iterator/Array.pm b/cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Iterator/Array.pm rename to cpan/Test-Harness/lib/TAP/Parser/Iterator/Array.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Iterator/Process.pm b/cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Iterator/Process.pm rename to cpan/Test-Harness/lib/TAP/Parser/Iterator/Process.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm b/cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm rename to cpan/Test-Harness/lib/TAP/Parser/Iterator/Stream.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/IteratorFactory.pm b/cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/IteratorFactory.pm rename to cpan/Test-Harness/lib/TAP/Parser/IteratorFactory.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Multiplexer.pm b/cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Multiplexer.pm rename to cpan/Test-Harness/lib/TAP/Parser/Multiplexer.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result.pm b/cpan/Test-Harness/lib/TAP/Parser/Result.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Bailout.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Bailout.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Bailout.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Comment.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Comment.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Comment.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Plan.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Plan.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Plan.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Pragma.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Pragma.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Pragma.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Test.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Test.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Test.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Unknown.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Unknown.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Unknown.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/Version.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/Version.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/Version.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Result/YAML.pm b/cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Result/YAML.pm rename to cpan/Test-Harness/lib/TAP/Parser/Result/YAML.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/ResultFactory.pm b/cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/ResultFactory.pm rename to cpan/Test-Harness/lib/TAP/Parser/ResultFactory.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Scheduler.pm b/cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Scheduler.pm rename to cpan/Test-Harness/lib/TAP/Parser/Scheduler.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm b/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm rename to cpan/Test-Harness/lib/TAP/Parser/Scheduler/Job.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm b/cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm rename to cpan/Test-Harness/lib/TAP/Parser/Scheduler/Spinner.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Source.pm b/cpan/Test-Harness/lib/TAP/Parser/Source.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Source.pm rename to cpan/Test-Harness/lib/TAP/Parser/Source.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Source/Perl.pm b/cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Source/Perl.pm rename to cpan/Test-Harness/lib/TAP/Parser/Source/Perl.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/Utils.pm b/cpan/Test-Harness/lib/TAP/Parser/Utils.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/Utils.pm rename to cpan/Test-Harness/lib/TAP/Parser/Utils.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm b/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm rename to cpan/Test-Harness/lib/TAP/Parser/YAMLish/Reader.pm diff --git a/ext/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm b/cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm similarity index 100% rename from ext/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm rename to cpan/Test-Harness/lib/TAP/Parser/YAMLish/Writer.pm diff --git a/ext/Test-Harness/lib/Test/Harness.pm b/cpan/Test-Harness/lib/Test/Harness.pm similarity index 100% rename from ext/Test-Harness/lib/Test/Harness.pm rename to cpan/Test-Harness/lib/Test/Harness.pm diff --git a/ext/Test-Harness/t/000-load.t b/cpan/Test-Harness/t/000-load.t similarity index 100% rename from ext/Test-Harness/t/000-load.t rename to cpan/Test-Harness/t/000-load.t diff --git a/ext/Test-Harness/t/aggregator.t b/cpan/Test-Harness/t/aggregator.t similarity index 100% rename from ext/Test-Harness/t/aggregator.t rename to cpan/Test-Harness/t/aggregator.t diff --git a/ext/Test-Harness/t/bailout.t b/cpan/Test-Harness/t/bailout.t similarity index 100% rename from ext/Test-Harness/t/bailout.t rename to cpan/Test-Harness/t/bailout.t diff --git a/ext/Test-Harness/t/base.t b/cpan/Test-Harness/t/base.t similarity index 100% rename from ext/Test-Harness/t/base.t rename to cpan/Test-Harness/t/base.t diff --git a/ext/Test-Harness/t/callbacks.t b/cpan/Test-Harness/t/callbacks.t similarity index 100% rename from ext/Test-Harness/t/callbacks.t rename to cpan/Test-Harness/t/callbacks.t diff --git a/ext/Test-Harness/t/compat/env.t b/cpan/Test-Harness/t/compat/env.t similarity index 100% rename from ext/Test-Harness/t/compat/env.t rename to cpan/Test-Harness/t/compat/env.t diff --git a/ext/Test-Harness/t/compat/failure.t b/cpan/Test-Harness/t/compat/failure.t similarity index 100% rename from ext/Test-Harness/t/compat/failure.t rename to cpan/Test-Harness/t/compat/failure.t diff --git a/ext/Test-Harness/t/compat/inc-propagation.t b/cpan/Test-Harness/t/compat/inc-propagation.t similarity index 100% rename from ext/Test-Harness/t/compat/inc-propagation.t rename to cpan/Test-Harness/t/compat/inc-propagation.t diff --git a/ext/Test-Harness/t/compat/inc_taint.t b/cpan/Test-Harness/t/compat/inc_taint.t similarity index 100% rename from ext/Test-Harness/t/compat/inc_taint.t rename to cpan/Test-Harness/t/compat/inc_taint.t diff --git a/ext/Test-Harness/t/compat/nonumbers.t b/cpan/Test-Harness/t/compat/nonumbers.t similarity index 100% rename from ext/Test-Harness/t/compat/nonumbers.t rename to cpan/Test-Harness/t/compat/nonumbers.t diff --git a/ext/Test-Harness/t/compat/regression.t b/cpan/Test-Harness/t/compat/regression.t similarity index 100% rename from ext/Test-Harness/t/compat/regression.t rename to cpan/Test-Harness/t/compat/regression.t diff --git a/ext/Test-Harness/t/compat/switches.t b/cpan/Test-Harness/t/compat/switches.t similarity index 100% rename from ext/Test-Harness/t/compat/switches.t rename to cpan/Test-Harness/t/compat/switches.t diff --git a/ext/Test-Harness/t/compat/test-harness-compat.t b/cpan/Test-Harness/t/compat/test-harness-compat.t similarity index 100% rename from ext/Test-Harness/t/compat/test-harness-compat.t rename to cpan/Test-Harness/t/compat/test-harness-compat.t diff --git a/ext/Test-Harness/t/compat/version.t b/cpan/Test-Harness/t/compat/version.t similarity index 100% rename from ext/Test-Harness/t/compat/version.t rename to cpan/Test-Harness/t/compat/version.t diff --git a/ext/Test-Harness/t/console.t b/cpan/Test-Harness/t/console.t similarity index 100% rename from ext/Test-Harness/t/console.t rename to cpan/Test-Harness/t/console.t diff --git a/ext/Test-Harness/t/data/catme.1 b/cpan/Test-Harness/t/data/catme.1 similarity index 100% rename from ext/Test-Harness/t/data/catme.1 rename to cpan/Test-Harness/t/data/catme.1 diff --git a/ext/Test-Harness/t/data/proverc b/cpan/Test-Harness/t/data/proverc similarity index 100% rename from ext/Test-Harness/t/data/proverc rename to cpan/Test-Harness/t/data/proverc diff --git a/ext/Test-Harness/t/data/sample.yml b/cpan/Test-Harness/t/data/sample.yml similarity index 100% rename from ext/Test-Harness/t/data/sample.yml rename to cpan/Test-Harness/t/data/sample.yml diff --git a/ext/Test-Harness/t/errors.t b/cpan/Test-Harness/t/errors.t similarity index 100% rename from ext/Test-Harness/t/errors.t rename to cpan/Test-Harness/t/errors.t diff --git a/ext/Test-Harness/t/file.t b/cpan/Test-Harness/t/file.t similarity index 100% rename from ext/Test-Harness/t/file.t rename to cpan/Test-Harness/t/file.t diff --git a/ext/Test-Harness/t/glob-to-regexp.t b/cpan/Test-Harness/t/glob-to-regexp.t similarity index 100% rename from ext/Test-Harness/t/glob-to-regexp.t rename to cpan/Test-Harness/t/glob-to-regexp.t diff --git a/ext/Test-Harness/t/grammar.t b/cpan/Test-Harness/t/grammar.t similarity index 100% rename from ext/Test-Harness/t/grammar.t rename to cpan/Test-Harness/t/grammar.t diff --git a/ext/Test-Harness/t/harness-bailout.t b/cpan/Test-Harness/t/harness-bailout.t similarity index 100% rename from ext/Test-Harness/t/harness-bailout.t rename to cpan/Test-Harness/t/harness-bailout.t diff --git a/ext/Test-Harness/t/harness-subclass.t b/cpan/Test-Harness/t/harness-subclass.t similarity index 100% rename from ext/Test-Harness/t/harness-subclass.t rename to cpan/Test-Harness/t/harness-subclass.t diff --git a/ext/Test-Harness/t/harness.t b/cpan/Test-Harness/t/harness.t similarity index 100% rename from ext/Test-Harness/t/harness.t rename to cpan/Test-Harness/t/harness.t diff --git a/ext/Test-Harness/t/iterators.t b/cpan/Test-Harness/t/iterators.t similarity index 100% rename from ext/Test-Harness/t/iterators.t rename to cpan/Test-Harness/t/iterators.t diff --git a/ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm b/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm similarity index 100% rename from ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm rename to cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy.pm diff --git a/ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm b/cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm similarity index 100% rename from ext/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm rename to cpan/Test-Harness/t/lib/App/Prove/Plugin/Dummy2.pm diff --git a/ext/Test-Harness/t/lib/Dev/Null.pm b/cpan/Test-Harness/t/lib/Dev/Null.pm similarity index 100% rename from ext/Test-Harness/t/lib/Dev/Null.pm rename to cpan/Test-Harness/t/lib/Dev/Null.pm diff --git a/ext/Test-Harness/t/lib/EmptyParser.pm b/cpan/Test-Harness/t/lib/EmptyParser.pm similarity index 100% rename from ext/Test-Harness/t/lib/EmptyParser.pm rename to cpan/Test-Harness/t/lib/EmptyParser.pm diff --git a/ext/Test-Harness/t/lib/IO/c55Capture.pm b/cpan/Test-Harness/t/lib/IO/c55Capture.pm similarity index 100% rename from ext/Test-Harness/t/lib/IO/c55Capture.pm rename to cpan/Test-Harness/t/lib/IO/c55Capture.pm diff --git a/ext/Test-Harness/t/lib/MyCustom.pm b/cpan/Test-Harness/t/lib/MyCustom.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyCustom.pm rename to cpan/Test-Harness/t/lib/MyCustom.pm diff --git a/ext/Test-Harness/t/lib/MyGrammar.pm b/cpan/Test-Harness/t/lib/MyGrammar.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyGrammar.pm rename to cpan/Test-Harness/t/lib/MyGrammar.pm diff --git a/ext/Test-Harness/t/lib/MyIterator.pm b/cpan/Test-Harness/t/lib/MyIterator.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyIterator.pm rename to cpan/Test-Harness/t/lib/MyIterator.pm diff --git a/ext/Test-Harness/t/lib/MyIteratorFactory.pm b/cpan/Test-Harness/t/lib/MyIteratorFactory.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyIteratorFactory.pm rename to cpan/Test-Harness/t/lib/MyIteratorFactory.pm diff --git a/ext/Test-Harness/t/lib/MyPerlSource.pm b/cpan/Test-Harness/t/lib/MyPerlSource.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyPerlSource.pm rename to cpan/Test-Harness/t/lib/MyPerlSource.pm diff --git a/ext/Test-Harness/t/lib/MyResult.pm b/cpan/Test-Harness/t/lib/MyResult.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyResult.pm rename to cpan/Test-Harness/t/lib/MyResult.pm diff --git a/ext/Test-Harness/t/lib/MyResultFactory.pm b/cpan/Test-Harness/t/lib/MyResultFactory.pm similarity index 100% rename from ext/Test-Harness/t/lib/MyResultFactory.pm rename to cpan/Test-Harness/t/lib/MyResultFactory.pm diff --git a/ext/Test-Harness/t/lib/MySource.pm b/cpan/Test-Harness/t/lib/MySource.pm similarity index 100% rename from ext/Test-Harness/t/lib/MySource.pm rename to cpan/Test-Harness/t/lib/MySource.pm diff --git a/ext/Test-Harness/t/lib/NOP.pm b/cpan/Test-Harness/t/lib/NOP.pm similarity index 100% rename from ext/Test-Harness/t/lib/NOP.pm rename to cpan/Test-Harness/t/lib/NOP.pm diff --git a/ext/Test-Harness/t/lib/NoFork.pm b/cpan/Test-Harness/t/lib/NoFork.pm similarity index 100% rename from ext/Test-Harness/t/lib/NoFork.pm rename to cpan/Test-Harness/t/lib/NoFork.pm diff --git a/ext/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm b/cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm similarity index 100% rename from ext/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm rename to cpan/Test-Harness/t/lib/TAP/Parser/SubclassTest.pm diff --git a/ext/Test-Harness/t/multiplexer.t b/cpan/Test-Harness/t/multiplexer.t similarity index 100% rename from ext/Test-Harness/t/multiplexer.t rename to cpan/Test-Harness/t/multiplexer.t diff --git a/ext/Test-Harness/t/nofork-mux.t b/cpan/Test-Harness/t/nofork-mux.t similarity index 100% rename from ext/Test-Harness/t/nofork-mux.t rename to cpan/Test-Harness/t/nofork-mux.t diff --git a/ext/Test-Harness/t/nofork.t b/cpan/Test-Harness/t/nofork.t similarity index 100% rename from ext/Test-Harness/t/nofork.t rename to cpan/Test-Harness/t/nofork.t diff --git a/ext/Test-Harness/t/object.t b/cpan/Test-Harness/t/object.t similarity index 100% rename from ext/Test-Harness/t/object.t rename to cpan/Test-Harness/t/object.t diff --git a/ext/Test-Harness/t/parse.t b/cpan/Test-Harness/t/parse.t similarity index 100% rename from ext/Test-Harness/t/parse.t rename to cpan/Test-Harness/t/parse.t diff --git a/ext/Test-Harness/t/parser-config.t b/cpan/Test-Harness/t/parser-config.t similarity index 100% rename from ext/Test-Harness/t/parser-config.t rename to cpan/Test-Harness/t/parser-config.t diff --git a/ext/Test-Harness/t/parser-subclass.t b/cpan/Test-Harness/t/parser-subclass.t similarity index 100% rename from ext/Test-Harness/t/parser-subclass.t rename to cpan/Test-Harness/t/parser-subclass.t diff --git a/ext/Test-Harness/t/perl5lib.t b/cpan/Test-Harness/t/perl5lib.t similarity index 100% rename from ext/Test-Harness/t/perl5lib.t rename to cpan/Test-Harness/t/perl5lib.t diff --git a/ext/Test-Harness/t/premature-bailout.t b/cpan/Test-Harness/t/premature-bailout.t similarity index 100% rename from ext/Test-Harness/t/premature-bailout.t rename to cpan/Test-Harness/t/premature-bailout.t diff --git a/ext/Test-Harness/t/process.t b/cpan/Test-Harness/t/process.t similarity index 100% rename from ext/Test-Harness/t/process.t rename to cpan/Test-Harness/t/process.t diff --git a/ext/Test-Harness/t/prove.t b/cpan/Test-Harness/t/prove.t similarity index 100% rename from ext/Test-Harness/t/prove.t rename to cpan/Test-Harness/t/prove.t diff --git a/ext/Test-Harness/t/proveenv.t b/cpan/Test-Harness/t/proveenv.t similarity index 100% rename from ext/Test-Harness/t/proveenv.t rename to cpan/Test-Harness/t/proveenv.t diff --git a/ext/Test-Harness/t/proverc.t b/cpan/Test-Harness/t/proverc.t similarity index 100% rename from ext/Test-Harness/t/proverc.t rename to cpan/Test-Harness/t/proverc.t diff --git a/ext/Test-Harness/t/proverc/emptyexec b/cpan/Test-Harness/t/proverc/emptyexec similarity index 100% rename from ext/Test-Harness/t/proverc/emptyexec rename to cpan/Test-Harness/t/proverc/emptyexec diff --git a/ext/Test-Harness/t/proverun.t b/cpan/Test-Harness/t/proverun.t similarity index 100% rename from ext/Test-Harness/t/proverun.t rename to cpan/Test-Harness/t/proverun.t diff --git a/ext/Test-Harness/t/regression.t b/cpan/Test-Harness/t/regression.t similarity index 100% rename from ext/Test-Harness/t/regression.t rename to cpan/Test-Harness/t/regression.t diff --git a/ext/Test-Harness/t/results.t b/cpan/Test-Harness/t/results.t similarity index 100% rename from ext/Test-Harness/t/results.t rename to cpan/Test-Harness/t/results.t diff --git a/ext/Test-Harness/t/sample-tests/bailout b/cpan/Test-Harness/t/sample-tests/bailout similarity index 100% rename from ext/Test-Harness/t/sample-tests/bailout rename to cpan/Test-Harness/t/sample-tests/bailout diff --git a/ext/Test-Harness/t/sample-tests/bignum b/cpan/Test-Harness/t/sample-tests/bignum similarity index 100% rename from ext/Test-Harness/t/sample-tests/bignum rename to cpan/Test-Harness/t/sample-tests/bignum diff --git a/ext/Test-Harness/t/sample-tests/bignum_many b/cpan/Test-Harness/t/sample-tests/bignum_many similarity index 100% rename from ext/Test-Harness/t/sample-tests/bignum_many rename to cpan/Test-Harness/t/sample-tests/bignum_many diff --git a/ext/Test-Harness/t/sample-tests/combined b/cpan/Test-Harness/t/sample-tests/combined similarity index 100% rename from ext/Test-Harness/t/sample-tests/combined rename to cpan/Test-Harness/t/sample-tests/combined diff --git a/ext/Test-Harness/t/sample-tests/combined_compat b/cpan/Test-Harness/t/sample-tests/combined_compat similarity index 100% rename from ext/Test-Harness/t/sample-tests/combined_compat rename to cpan/Test-Harness/t/sample-tests/combined_compat diff --git a/ext/Test-Harness/t/sample-tests/delayed b/cpan/Test-Harness/t/sample-tests/delayed similarity index 100% rename from ext/Test-Harness/t/sample-tests/delayed rename to cpan/Test-Harness/t/sample-tests/delayed diff --git a/ext/Test-Harness/t/sample-tests/descriptive b/cpan/Test-Harness/t/sample-tests/descriptive similarity index 100% rename from ext/Test-Harness/t/sample-tests/descriptive rename to cpan/Test-Harness/t/sample-tests/descriptive diff --git a/ext/Test-Harness/t/sample-tests/descriptive_trailing b/cpan/Test-Harness/t/sample-tests/descriptive_trailing similarity index 100% rename from ext/Test-Harness/t/sample-tests/descriptive_trailing rename to cpan/Test-Harness/t/sample-tests/descriptive_trailing diff --git a/ext/Test-Harness/t/sample-tests/die b/cpan/Test-Harness/t/sample-tests/die similarity index 100% rename from ext/Test-Harness/t/sample-tests/die rename to cpan/Test-Harness/t/sample-tests/die diff --git a/ext/Test-Harness/t/sample-tests/die_head_end b/cpan/Test-Harness/t/sample-tests/die_head_end similarity index 100% rename from ext/Test-Harness/t/sample-tests/die_head_end rename to cpan/Test-Harness/t/sample-tests/die_head_end diff --git a/ext/Test-Harness/t/sample-tests/die_last_minute b/cpan/Test-Harness/t/sample-tests/die_last_minute similarity index 100% rename from ext/Test-Harness/t/sample-tests/die_last_minute rename to cpan/Test-Harness/t/sample-tests/die_last_minute diff --git a/ext/Test-Harness/t/sample-tests/die_unfinished b/cpan/Test-Harness/t/sample-tests/die_unfinished similarity index 100% rename from ext/Test-Harness/t/sample-tests/die_unfinished rename to cpan/Test-Harness/t/sample-tests/die_unfinished diff --git a/ext/Test-Harness/t/sample-tests/duplicates b/cpan/Test-Harness/t/sample-tests/duplicates similarity index 100% rename from ext/Test-Harness/t/sample-tests/duplicates rename to cpan/Test-Harness/t/sample-tests/duplicates diff --git a/ext/Test-Harness/t/sample-tests/echo b/cpan/Test-Harness/t/sample-tests/echo similarity index 100% rename from ext/Test-Harness/t/sample-tests/echo rename to cpan/Test-Harness/t/sample-tests/echo diff --git a/ext/Test-Harness/t/sample-tests/empty b/cpan/Test-Harness/t/sample-tests/empty similarity index 100% rename from ext/Test-Harness/t/sample-tests/empty rename to cpan/Test-Harness/t/sample-tests/empty diff --git a/ext/Test-Harness/t/sample-tests/escape_eol b/cpan/Test-Harness/t/sample-tests/escape_eol similarity index 100% rename from ext/Test-Harness/t/sample-tests/escape_eol rename to cpan/Test-Harness/t/sample-tests/escape_eol diff --git a/ext/Test-Harness/t/sample-tests/escape_hash b/cpan/Test-Harness/t/sample-tests/escape_hash similarity index 100% rename from ext/Test-Harness/t/sample-tests/escape_hash rename to cpan/Test-Harness/t/sample-tests/escape_hash diff --git a/ext/Test-Harness/t/sample-tests/head_end b/cpan/Test-Harness/t/sample-tests/head_end similarity index 100% rename from ext/Test-Harness/t/sample-tests/head_end rename to cpan/Test-Harness/t/sample-tests/head_end diff --git a/ext/Test-Harness/t/sample-tests/head_fail b/cpan/Test-Harness/t/sample-tests/head_fail similarity index 100% rename from ext/Test-Harness/t/sample-tests/head_fail rename to cpan/Test-Harness/t/sample-tests/head_fail diff --git a/ext/Test-Harness/t/sample-tests/inc_taint b/cpan/Test-Harness/t/sample-tests/inc_taint similarity index 100% rename from ext/Test-Harness/t/sample-tests/inc_taint rename to cpan/Test-Harness/t/sample-tests/inc_taint diff --git a/ext/Test-Harness/t/sample-tests/junk_before_plan b/cpan/Test-Harness/t/sample-tests/junk_before_plan similarity index 100% rename from ext/Test-Harness/t/sample-tests/junk_before_plan rename to cpan/Test-Harness/t/sample-tests/junk_before_plan diff --git a/ext/Test-Harness/t/sample-tests/lone_not_bug b/cpan/Test-Harness/t/sample-tests/lone_not_bug similarity index 100% rename from ext/Test-Harness/t/sample-tests/lone_not_bug rename to cpan/Test-Harness/t/sample-tests/lone_not_bug diff --git a/ext/Test-Harness/t/sample-tests/no_nums b/cpan/Test-Harness/t/sample-tests/no_nums similarity index 100% rename from ext/Test-Harness/t/sample-tests/no_nums rename to cpan/Test-Harness/t/sample-tests/no_nums diff --git a/ext/Test-Harness/t/sample-tests/no_output b/cpan/Test-Harness/t/sample-tests/no_output similarity index 100% rename from ext/Test-Harness/t/sample-tests/no_output rename to cpan/Test-Harness/t/sample-tests/no_output diff --git a/ext/Test-Harness/t/sample-tests/out_err_mix b/cpan/Test-Harness/t/sample-tests/out_err_mix similarity index 100% rename from ext/Test-Harness/t/sample-tests/out_err_mix rename to cpan/Test-Harness/t/sample-tests/out_err_mix diff --git a/ext/Test-Harness/t/sample-tests/out_of_order b/cpan/Test-Harness/t/sample-tests/out_of_order similarity index 100% rename from ext/Test-Harness/t/sample-tests/out_of_order rename to cpan/Test-Harness/t/sample-tests/out_of_order diff --git a/ext/Test-Harness/t/sample-tests/schwern b/cpan/Test-Harness/t/sample-tests/schwern similarity index 100% rename from ext/Test-Harness/t/sample-tests/schwern rename to cpan/Test-Harness/t/sample-tests/schwern diff --git a/ext/Test-Harness/t/sample-tests/schwern-todo-quiet b/cpan/Test-Harness/t/sample-tests/schwern-todo-quiet similarity index 100% rename from ext/Test-Harness/t/sample-tests/schwern-todo-quiet rename to cpan/Test-Harness/t/sample-tests/schwern-todo-quiet diff --git a/ext/Test-Harness/t/sample-tests/segfault b/cpan/Test-Harness/t/sample-tests/segfault similarity index 100% rename from ext/Test-Harness/t/sample-tests/segfault rename to cpan/Test-Harness/t/sample-tests/segfault diff --git a/ext/Test-Harness/t/sample-tests/sequence_misparse b/cpan/Test-Harness/t/sample-tests/sequence_misparse similarity index 100% rename from ext/Test-Harness/t/sample-tests/sequence_misparse rename to cpan/Test-Harness/t/sample-tests/sequence_misparse diff --git a/ext/Test-Harness/t/sample-tests/shbang_misparse b/cpan/Test-Harness/t/sample-tests/shbang_misparse similarity index 100% rename from ext/Test-Harness/t/sample-tests/shbang_misparse rename to cpan/Test-Harness/t/sample-tests/shbang_misparse diff --git a/ext/Test-Harness/t/sample-tests/simple b/cpan/Test-Harness/t/sample-tests/simple similarity index 100% rename from ext/Test-Harness/t/sample-tests/simple rename to cpan/Test-Harness/t/sample-tests/simple diff --git a/ext/Test-Harness/t/sample-tests/simple_fail b/cpan/Test-Harness/t/sample-tests/simple_fail similarity index 100% rename from ext/Test-Harness/t/sample-tests/simple_fail rename to cpan/Test-Harness/t/sample-tests/simple_fail diff --git a/ext/Test-Harness/t/sample-tests/simple_yaml b/cpan/Test-Harness/t/sample-tests/simple_yaml similarity index 100% rename from ext/Test-Harness/t/sample-tests/simple_yaml rename to cpan/Test-Harness/t/sample-tests/simple_yaml diff --git a/ext/Test-Harness/t/sample-tests/skip b/cpan/Test-Harness/t/sample-tests/skip similarity index 100% rename from ext/Test-Harness/t/sample-tests/skip rename to cpan/Test-Harness/t/sample-tests/skip diff --git a/ext/Test-Harness/t/sample-tests/skip_nomsg b/cpan/Test-Harness/t/sample-tests/skip_nomsg similarity index 100% rename from ext/Test-Harness/t/sample-tests/skip_nomsg rename to cpan/Test-Harness/t/sample-tests/skip_nomsg diff --git a/ext/Test-Harness/t/sample-tests/skipall b/cpan/Test-Harness/t/sample-tests/skipall similarity index 100% rename from ext/Test-Harness/t/sample-tests/skipall rename to cpan/Test-Harness/t/sample-tests/skipall diff --git a/ext/Test-Harness/t/sample-tests/skipall_nomsg b/cpan/Test-Harness/t/sample-tests/skipall_nomsg similarity index 100% rename from ext/Test-Harness/t/sample-tests/skipall_nomsg rename to cpan/Test-Harness/t/sample-tests/skipall_nomsg diff --git a/ext/Test-Harness/t/sample-tests/skipall_v13 b/cpan/Test-Harness/t/sample-tests/skipall_v13 similarity index 100% rename from ext/Test-Harness/t/sample-tests/skipall_v13 rename to cpan/Test-Harness/t/sample-tests/skipall_v13 diff --git a/ext/Test-Harness/t/sample-tests/space_after_plan b/cpan/Test-Harness/t/sample-tests/space_after_plan similarity index 100% rename from ext/Test-Harness/t/sample-tests/space_after_plan rename to cpan/Test-Harness/t/sample-tests/space_after_plan diff --git a/ext/Test-Harness/t/sample-tests/stdout_stderr b/cpan/Test-Harness/t/sample-tests/stdout_stderr similarity index 100% rename from ext/Test-Harness/t/sample-tests/stdout_stderr rename to cpan/Test-Harness/t/sample-tests/stdout_stderr diff --git a/ext/Test-Harness/t/sample-tests/strict b/cpan/Test-Harness/t/sample-tests/strict similarity index 100% rename from ext/Test-Harness/t/sample-tests/strict rename to cpan/Test-Harness/t/sample-tests/strict diff --git a/ext/Test-Harness/t/sample-tests/switches b/cpan/Test-Harness/t/sample-tests/switches similarity index 100% rename from ext/Test-Harness/t/sample-tests/switches rename to cpan/Test-Harness/t/sample-tests/switches diff --git a/ext/Test-Harness/t/sample-tests/taint b/cpan/Test-Harness/t/sample-tests/taint similarity index 100% rename from ext/Test-Harness/t/sample-tests/taint rename to cpan/Test-Harness/t/sample-tests/taint diff --git a/ext/Test-Harness/t/sample-tests/taint_warn b/cpan/Test-Harness/t/sample-tests/taint_warn similarity index 100% rename from ext/Test-Harness/t/sample-tests/taint_warn rename to cpan/Test-Harness/t/sample-tests/taint_warn diff --git a/ext/Test-Harness/t/sample-tests/todo b/cpan/Test-Harness/t/sample-tests/todo similarity index 100% rename from ext/Test-Harness/t/sample-tests/todo rename to cpan/Test-Harness/t/sample-tests/todo diff --git a/ext/Test-Harness/t/sample-tests/todo_inline b/cpan/Test-Harness/t/sample-tests/todo_inline similarity index 100% rename from ext/Test-Harness/t/sample-tests/todo_inline rename to cpan/Test-Harness/t/sample-tests/todo_inline diff --git a/ext/Test-Harness/t/sample-tests/todo_misparse b/cpan/Test-Harness/t/sample-tests/todo_misparse similarity index 100% rename from ext/Test-Harness/t/sample-tests/todo_misparse rename to cpan/Test-Harness/t/sample-tests/todo_misparse diff --git a/ext/Test-Harness/t/sample-tests/too_many b/cpan/Test-Harness/t/sample-tests/too_many similarity index 100% rename from ext/Test-Harness/t/sample-tests/too_many rename to cpan/Test-Harness/t/sample-tests/too_many diff --git a/ext/Test-Harness/t/sample-tests/version_good b/cpan/Test-Harness/t/sample-tests/version_good similarity index 100% rename from ext/Test-Harness/t/sample-tests/version_good rename to cpan/Test-Harness/t/sample-tests/version_good diff --git a/ext/Test-Harness/t/sample-tests/version_late b/cpan/Test-Harness/t/sample-tests/version_late similarity index 100% rename from ext/Test-Harness/t/sample-tests/version_late rename to cpan/Test-Harness/t/sample-tests/version_late diff --git a/ext/Test-Harness/t/sample-tests/version_old b/cpan/Test-Harness/t/sample-tests/version_old similarity index 100% rename from ext/Test-Harness/t/sample-tests/version_old rename to cpan/Test-Harness/t/sample-tests/version_old diff --git a/ext/Test-Harness/t/sample-tests/vms_nit b/cpan/Test-Harness/t/sample-tests/vms_nit similarity index 100% rename from ext/Test-Harness/t/sample-tests/vms_nit rename to cpan/Test-Harness/t/sample-tests/vms_nit diff --git a/ext/Test-Harness/t/sample-tests/with_comments b/cpan/Test-Harness/t/sample-tests/with_comments similarity index 100% rename from ext/Test-Harness/t/sample-tests/with_comments rename to cpan/Test-Harness/t/sample-tests/with_comments diff --git a/ext/Test-Harness/t/sample-tests/zero_valid b/cpan/Test-Harness/t/sample-tests/zero_valid similarity index 100% rename from ext/Test-Harness/t/sample-tests/zero_valid rename to cpan/Test-Harness/t/sample-tests/zero_valid diff --git a/ext/Test-Harness/t/scheduler.t b/cpan/Test-Harness/t/scheduler.t similarity index 100% rename from ext/Test-Harness/t/scheduler.t rename to cpan/Test-Harness/t/scheduler.t diff --git a/ext/Test-Harness/t/source.t b/cpan/Test-Harness/t/source.t similarity index 100% rename from ext/Test-Harness/t/source.t rename to cpan/Test-Harness/t/source.t diff --git a/ext/Test-Harness/t/source_tests/harness b/cpan/Test-Harness/t/source_tests/harness similarity index 100% rename from ext/Test-Harness/t/source_tests/harness rename to cpan/Test-Harness/t/source_tests/harness diff --git a/ext/Test-Harness/t/source_tests/harness_badtap b/cpan/Test-Harness/t/source_tests/harness_badtap similarity index 100% rename from ext/Test-Harness/t/source_tests/harness_badtap rename to cpan/Test-Harness/t/source_tests/harness_badtap diff --git a/ext/Test-Harness/t/source_tests/harness_complain b/cpan/Test-Harness/t/source_tests/harness_complain similarity index 100% rename from ext/Test-Harness/t/source_tests/harness_complain rename to cpan/Test-Harness/t/source_tests/harness_complain diff --git a/ext/Test-Harness/t/source_tests/harness_directives b/cpan/Test-Harness/t/source_tests/harness_directives similarity index 100% rename from ext/Test-Harness/t/source_tests/harness_directives rename to cpan/Test-Harness/t/source_tests/harness_directives diff --git a/ext/Test-Harness/t/source_tests/harness_failure b/cpan/Test-Harness/t/source_tests/harness_failure similarity index 100% rename from ext/Test-Harness/t/source_tests/harness_failure rename to cpan/Test-Harness/t/source_tests/harness_failure diff --git a/ext/Test-Harness/t/source_tests/source b/cpan/Test-Harness/t/source_tests/source similarity index 100% rename from ext/Test-Harness/t/source_tests/source rename to cpan/Test-Harness/t/source_tests/source diff --git a/ext/Test-Harness/t/spool.t b/cpan/Test-Harness/t/spool.t similarity index 100% rename from ext/Test-Harness/t/spool.t rename to cpan/Test-Harness/t/spool.t diff --git a/ext/Test-Harness/t/state.t b/cpan/Test-Harness/t/state.t similarity index 100% rename from ext/Test-Harness/t/state.t rename to cpan/Test-Harness/t/state.t diff --git a/ext/Test-Harness/t/state_results.t b/cpan/Test-Harness/t/state_results.t similarity index 100% rename from ext/Test-Harness/t/state_results.t rename to cpan/Test-Harness/t/state_results.t diff --git a/ext/Test-Harness/t/streams.t b/cpan/Test-Harness/t/streams.t similarity index 100% rename from ext/Test-Harness/t/streams.t rename to cpan/Test-Harness/t/streams.t diff --git a/ext/Test-Harness/t/subclass_tests/non_perl_source b/cpan/Test-Harness/t/subclass_tests/non_perl_source similarity index 100% rename from ext/Test-Harness/t/subclass_tests/non_perl_source rename to cpan/Test-Harness/t/subclass_tests/non_perl_source diff --git a/ext/Test-Harness/t/subclass_tests/perl_source b/cpan/Test-Harness/t/subclass_tests/perl_source similarity index 100% rename from ext/Test-Harness/t/subclass_tests/perl_source rename to cpan/Test-Harness/t/subclass_tests/perl_source diff --git a/ext/Test-Harness/t/taint.t b/cpan/Test-Harness/t/taint.t similarity index 100% rename from ext/Test-Harness/t/taint.t rename to cpan/Test-Harness/t/taint.t diff --git a/ext/Test-Harness/t/testargs.t b/cpan/Test-Harness/t/testargs.t similarity index 100% rename from ext/Test-Harness/t/testargs.t rename to cpan/Test-Harness/t/testargs.t diff --git a/ext/Test-Harness/t/unicode.t b/cpan/Test-Harness/t/unicode.t similarity index 100% rename from ext/Test-Harness/t/unicode.t rename to cpan/Test-Harness/t/unicode.t diff --git a/ext/Test-Harness/t/utils.t b/cpan/Test-Harness/t/utils.t similarity index 100% rename from ext/Test-Harness/t/utils.t rename to cpan/Test-Harness/t/utils.t diff --git a/ext/Test-Harness/t/yamlish-output.t b/cpan/Test-Harness/t/yamlish-output.t similarity index 100% rename from ext/Test-Harness/t/yamlish-output.t rename to cpan/Test-Harness/t/yamlish-output.t diff --git a/ext/Test-Harness/t/yamlish-writer.t b/cpan/Test-Harness/t/yamlish-writer.t similarity index 100% rename from ext/Test-Harness/t/yamlish-writer.t rename to cpan/Test-Harness/t/yamlish-writer.t diff --git a/ext/Test-Harness/t/yamlish.t b/cpan/Test-Harness/t/yamlish.t similarity index 100% rename from ext/Test-Harness/t/yamlish.t rename to cpan/Test-Harness/t/yamlish.t diff --git a/utils/prove.PL b/utils/prove.PL index b9b8b94..17c4a76 100644 --- a/utils/prove.PL +++ b/utils/prove.PL @@ -34,7 +34,7 @@ $Config{startperl} use File::Spec; my $prove = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, - "ext", "Test-Harness", "bin"), "prove"); + "cpan", "Test-Harness", "bin"), "prove"); if (open(PROVE, $prove)) { print OUT ;