From: Nicholas Clark Date: Sat, 26 Sep 2009 16:16:25 +0000 (+0100) Subject: Move Test from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bfa0af6f4d529b278f8cb84f8526cffd75a4ff4d;p=p5sagit%2Fp5-mst-13.2.git Move Test from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 0dda922..ff98be3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -757,6 +757,16 @@ 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/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 +cpan/Test/t/mix.t See if Test works +cpan/Test/t/multiline.t See if Test works +cpan/Test/t/onfail.t See if Test works +cpan/Test/t/qr.t See if Test works +cpan/Test/t/skip.t See if Test works +cpan/Test/t/success.t See if Test works +cpan/Test/t/todo.t See if Test works Cross/build-arm-n770-sh Cross-compilation Cross/cflags-cross-arm Cross-compilation Cross/config Cross-compilation @@ -2771,7 +2781,6 @@ 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/lib/Test.pm A simple framework for writing test scripts 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 @@ -2891,15 +2900,6 @@ ext/Test-Simple/t/useing.t Test::More test, compile test ext/Test-Simple/t/use_ok.t Test::More test, use_ok() ext/Test-Simple/t/utf8.t Test::More test ext/Test-Simple/t/versions.t Test::More test -ext/Test/t/05_about_verbose.t See if Test works -ext/Test/t/fail.t See if Test works -ext/Test/t/mix.t See if Test works -ext/Test/t/multiline.t See if Test works -ext/Test/t/onfail.t See if Test works -ext/Test/t/qr.t See if Test works -ext/Test/t/skip.t See if Test works -ext/Test/t/success.t See if Test works -ext/Test/t/todo.t See if Test works ext/Text-Balanced/Changes Text::Balanced ext/Text-Balanced/lib/Text/Balanced.pm Text::Balanced ext/Text-Balanced/README Text::Balanced diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 69d7dfc..b146a01 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1418,7 +1418,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'jesse', 'DISTRIBUTION' => 'JESSE/Test-1.25_02.tar.gz', - 'FILES' => q[ext/Test], + 'FILES' => q[cpan/Test], 'CPAN' => 1, 'UPSTREAM' => 'cpan', }, diff --git a/ext/Test/lib/Test.pm b/cpan/Test/lib/Test.pm similarity index 100% rename from ext/Test/lib/Test.pm rename to cpan/Test/lib/Test.pm diff --git a/ext/Test/t/05_about_verbose.t b/cpan/Test/t/05_about_verbose.t similarity index 100% rename from ext/Test/t/05_about_verbose.t rename to cpan/Test/t/05_about_verbose.t diff --git a/ext/Test/t/fail.t b/cpan/Test/t/fail.t similarity index 100% rename from ext/Test/t/fail.t rename to cpan/Test/t/fail.t diff --git a/ext/Test/t/mix.t b/cpan/Test/t/mix.t similarity index 100% rename from ext/Test/t/mix.t rename to cpan/Test/t/mix.t diff --git a/ext/Test/t/multiline.t b/cpan/Test/t/multiline.t similarity index 100% rename from ext/Test/t/multiline.t rename to cpan/Test/t/multiline.t diff --git a/ext/Test/t/onfail.t b/cpan/Test/t/onfail.t similarity index 100% rename from ext/Test/t/onfail.t rename to cpan/Test/t/onfail.t diff --git a/ext/Test/t/qr.t b/cpan/Test/t/qr.t similarity index 100% rename from ext/Test/t/qr.t rename to cpan/Test/t/qr.t diff --git a/ext/Test/t/skip.t b/cpan/Test/t/skip.t similarity index 100% rename from ext/Test/t/skip.t rename to cpan/Test/t/skip.t diff --git a/ext/Test/t/success.t b/cpan/Test/t/success.t similarity index 100% rename from ext/Test/t/success.t rename to cpan/Test/t/success.t diff --git a/ext/Test/t/todo.t b/cpan/Test/t/todo.t similarity index 100% rename from ext/Test/t/todo.t rename to cpan/Test/t/todo.t