summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 17:16:25 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:18 +0100
commitbfa0af6f4d529b278f8cb84f8526cffd75a4ff4d (patch)
treed04dcd4ceb1e7b7f2798a31001adfd44365372f1
parent4ad67102a0d8b995c4ee8bc45ab608975f18659c (diff)
downloadperl-bfa0af6f4d529b278f8cb84f8526cffd75a4ff4d.tar.gz
Move Test from ext/ to cpan/
-rw-r--r--MANIFEST20
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Test/lib/Test.pm (renamed from ext/Test/lib/Test.pm)0
-rw-r--r--cpan/Test/t/05_about_verbose.t (renamed from ext/Test/t/05_about_verbose.t)0
-rw-r--r--cpan/Test/t/fail.t (renamed from ext/Test/t/fail.t)0
-rw-r--r--cpan/Test/t/mix.t (renamed from ext/Test/t/mix.t)0
-rw-r--r--cpan/Test/t/multiline.t (renamed from ext/Test/t/multiline.t)0
-rw-r--r--cpan/Test/t/onfail.t (renamed from ext/Test/t/onfail.t)0
-rw-r--r--cpan/Test/t/qr.t (renamed from ext/Test/t/qr.t)0
-rw-r--r--cpan/Test/t/skip.t (renamed from ext/Test/t/skip.t)0
-rw-r--r--cpan/Test/t/success.t (renamed from ext/Test/t/success.t)0
-rw-r--r--cpan/Test/t/todo.t (renamed from ext/Test/t/todo.t)0
12 files changed, 11 insertions, 11 deletions
diff --git a/MANIFEST b/MANIFEST
index 0dda922214..ff98be3fe9 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 69d7dfcd24..b146a01492 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
index 6ab54ab560..6ab54ab560 100644
--- a/ext/Test/lib/Test.pm
+++ b/cpan/Test/lib/Test.pm
diff --git a/ext/Test/t/05_about_verbose.t b/cpan/Test/t/05_about_verbose.t
index 70152e44c5..70152e44c5 100644
--- a/ext/Test/t/05_about_verbose.t
+++ b/cpan/Test/t/05_about_verbose.t
diff --git a/ext/Test/t/fail.t b/cpan/Test/t/fail.t
index 9051a1f481..9051a1f481 100644
--- a/ext/Test/t/fail.t
+++ b/cpan/Test/t/fail.t
diff --git a/ext/Test/t/mix.t b/cpan/Test/t/mix.t
index 5298338318..5298338318 100644
--- a/ext/Test/t/mix.t
+++ b/cpan/Test/t/mix.t
diff --git a/ext/Test/t/multiline.t b/cpan/Test/t/multiline.t
index f91ff290d3..f91ff290d3 100644
--- a/ext/Test/t/multiline.t
+++ b/cpan/Test/t/multiline.t
diff --git a/ext/Test/t/onfail.t b/cpan/Test/t/onfail.t
index 85fe9eb884..85fe9eb884 100644
--- a/ext/Test/t/onfail.t
+++ b/cpan/Test/t/onfail.t
diff --git a/ext/Test/t/qr.t b/cpan/Test/t/qr.t
index ea40f87308..ea40f87308 100644
--- a/ext/Test/t/qr.t
+++ b/cpan/Test/t/qr.t
diff --git a/ext/Test/t/skip.t b/cpan/Test/t/skip.t
index a6d1cf4c3c..a6d1cf4c3c 100644
--- a/ext/Test/t/skip.t
+++ b/cpan/Test/t/skip.t
diff --git a/ext/Test/t/success.t b/cpan/Test/t/success.t
index 6a090bc59a..6a090bc59a 100644
--- a/ext/Test/t/success.t
+++ b/cpan/Test/t/success.t
diff --git a/ext/Test/t/todo.t b/cpan/Test/t/todo.t
index 74f9aefb8b..74f9aefb8b 100644
--- a/ext/Test/t/todo.t
+++ b/cpan/Test/t/todo.t