summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-26 17:24:53 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-26 17:51:18 +0100
commitd1f770803c95df0ac5e9e873daa3bb453e913fda (patch)
treed3be770a407c9e6ac7a241d78e1afc1429b10686
parentbfa0af6f4d529b278f8cb84f8526cffd75a4ff4d (diff)
downloadperl-d1f770803c95df0ac5e9e873daa3bb453e913fda.tar.gz
Move Text-Tabs+Wrap from ext/ to cpan/
-rw-r--r--MANIFEST32
-rwxr-xr-xPorting/Maintainers.pl2
-rw-r--r--cpan/Text-Tabs/CHANGELOG (renamed from ext/Text-Tabs/CHANGELOG)0
-rw-r--r--cpan/Text-Tabs/lib/Text/Tabs.pm (renamed from ext/Text-Tabs/lib/Text/Tabs.pm)0
-rw-r--r--cpan/Text-Tabs/lib/Text/Wrap.pm (renamed from ext/Text-Tabs/lib/Text/Wrap.pm)0
-rw-r--r--cpan/Text-Tabs/t/37000.t (renamed from ext/Text-Tabs/t/37000.t)0
-rw-r--r--cpan/Text-Tabs/t/39548.t (renamed from ext/Text-Tabs/t/39548.t)0
-rw-r--r--cpan/Text-Tabs/t/Jacobson.t (renamed from ext/Text-Tabs/t/Jacobson.t)0
-rw-r--r--cpan/Text-Tabs/t/Jacobson2.t (renamed from ext/Text-Tabs/t/Jacobson2.t)0
-rw-r--r--cpan/Text-Tabs/t/Jochen.t (renamed from ext/Text-Tabs/t/Jochen.t)0
-rw-r--r--cpan/Text-Tabs/t/belg4mit.t (renamed from ext/Text-Tabs/t/belg4mit.t)0
-rw-r--r--cpan/Text-Tabs/t/dandv.t (renamed from ext/Text-Tabs/t/dandv.t)0
-rw-r--r--cpan/Text-Tabs/t/fill.t (renamed from ext/Text-Tabs/t/fill.t)0
-rw-r--r--cpan/Text-Tabs/t/sep.t (renamed from ext/Text-Tabs/t/sep.t)0
-rw-r--r--cpan/Text-Tabs/t/sep2.t (renamed from ext/Text-Tabs/t/sep2.t)0
-rw-r--r--cpan/Text-Tabs/t/tabs.t (renamed from ext/Text-Tabs/t/tabs.t)0
-rw-r--r--cpan/Text-Tabs/t/wrap.t (renamed from ext/Text-Tabs/t/wrap.t)0
-rw-r--r--cpan/Text-Tabs/t/wrap_separator2.t (renamed from ext/Text-Tabs/t/wrap_separator2.t)0
18 files changed, 17 insertions, 17 deletions
diff --git a/MANIFEST b/MANIFEST
index ff98be3fe9..ee8ba287e4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -767,6 +767,22 @@ 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
+cpan/Text-Tabs/CHANGELOG ChangeLog for Tabs+Wrap
+cpan/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand
+cpan/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter
+cpan/Text-Tabs/t/37000.t See if Text::Tabs is working
+cpan/Text-Tabs/t/39548.t See if Text::Tabs is working
+cpan/Text-Tabs/t/belg4mit.t See if Text::Tabs is working
+cpan/Text-Tabs/t/dandv.t See if Text::Tabs is working
+cpan/Text-Tabs/t/fill.t See if Text::Wrap::fill works
+cpan/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
+cpan/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
+cpan/Text-Tabs/t/Jochen.t See if Text::Tabs is working
+cpan/Text-Tabs/t/sep2.t See if Text::Tabs is working
+cpan/Text-Tabs/t/sep.t See if Text::Tabs is working
+cpan/Text-Tabs/t/tabs.t See if Text::Tabs works
+cpan/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
+cpan/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
Cross/build-arm-n770-sh Cross-compilation
Cross/cflags-cross-arm Cross-compilation
Cross/config Cross-compilation
@@ -2920,22 +2936,6 @@ ext/Text-Soundex/README README for Text::Soundex
ext/Text-Soundex/Soundex.pm Text::Soundex extension Perl module
ext/Text-Soundex/Soundex.xs Text::Soundex extension external subroutines
ext/Text-Soundex/t/Soundex.t test for Text::Soundex
-ext/Text-Tabs/CHANGELOG ChangeLog for Tabs+Wrap
-ext/Text-Tabs/lib/Text/Tabs.pm Do expand and unexpand
-ext/Text-Tabs/lib/Text/Wrap.pm Paragraph formatter
-ext/Text-Tabs/t/37000.t See if Text::Tabs is working
-ext/Text-Tabs/t/39548.t See if Text::Tabs is working
-ext/Text-Tabs/t/belg4mit.t See if Text::Tabs is working
-ext/Text-Tabs/t/dandv.t See if Text::Tabs is working
-ext/Text-Tabs/t/fill.t See if Text::Wrap::fill works
-ext/Text-Tabs/t/Jacobson2.t See if Text::Tabs is working
-ext/Text-Tabs/t/Jacobson.t See if Text::Tabs is working
-ext/Text-Tabs/t/Jochen.t See if Text::Tabs is working
-ext/Text-Tabs/t/sep2.t See if Text::Tabs is working
-ext/Text-Tabs/t/sep.t See if Text::Tabs is working
-ext/Text-Tabs/t/tabs.t See if Text::Tabs works
-ext/Text-Tabs/t/wrap_separator2.t See if Text::Wrap::wrap works
-ext/Text-Tabs/t/wrap.t See if Text::Wrap::wrap works
ext/Thread-Queue/lib/Thread/Queue.pm Thread-safe queues
ext/Thread-Queue/t/01_basic.t Thread::Queue tests
ext/Thread-Queue/t/02_refs.t Thread::Queue tests
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index b146a01492..8675a3b3a3 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1505,7 +1505,7 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'muir',
'DISTRIBUTION' => 'MUIR/modules/Text-Tabs+Wrap-2009.0305.tar.gz',
- 'FILES' => q[ext/Text-Tabs],
+ 'FILES' => q[cpan/Text-Tabs],
'EXCLUDED' => [ qw( t/dnsparks.t ) ], # see af6492bf9e
'CPAN' => 1,
'UPSTREAM' => 'cpan',
diff --git a/ext/Text-Tabs/CHANGELOG b/cpan/Text-Tabs/CHANGELOG
index df839794c5..df839794c5 100644
--- a/ext/Text-Tabs/CHANGELOG
+++ b/cpan/Text-Tabs/CHANGELOG
diff --git a/ext/Text-Tabs/lib/Text/Tabs.pm b/cpan/Text-Tabs/lib/Text/Tabs.pm
index d3c06a08c1..d3c06a08c1 100644
--- a/ext/Text-Tabs/lib/Text/Tabs.pm
+++ b/cpan/Text-Tabs/lib/Text/Tabs.pm
diff --git a/ext/Text-Tabs/lib/Text/Wrap.pm b/cpan/Text-Tabs/lib/Text/Wrap.pm
index de8620247f..de8620247f 100644
--- a/ext/Text-Tabs/lib/Text/Wrap.pm
+++ b/cpan/Text-Tabs/lib/Text/Wrap.pm
diff --git a/ext/Text-Tabs/t/37000.t b/cpan/Text-Tabs/t/37000.t
index 1efbc70f54..1efbc70f54 100644
--- a/ext/Text-Tabs/t/37000.t
+++ b/cpan/Text-Tabs/t/37000.t
diff --git a/ext/Text-Tabs/t/39548.t b/cpan/Text-Tabs/t/39548.t
index 6cca0865c1..6cca0865c1 100644
--- a/ext/Text-Tabs/t/39548.t
+++ b/cpan/Text-Tabs/t/39548.t
diff --git a/ext/Text-Tabs/t/Jacobson.t b/cpan/Text-Tabs/t/Jacobson.t
index d2727e4629..d2727e4629 100644
--- a/ext/Text-Tabs/t/Jacobson.t
+++ b/cpan/Text-Tabs/t/Jacobson.t
diff --git a/ext/Text-Tabs/t/Jacobson2.t b/cpan/Text-Tabs/t/Jacobson2.t
index b7b06faf82..b7b06faf82 100644
--- a/ext/Text-Tabs/t/Jacobson2.t
+++ b/cpan/Text-Tabs/t/Jacobson2.t
diff --git a/ext/Text-Tabs/t/Jochen.t b/cpan/Text-Tabs/t/Jochen.t
index d4a3a8b76a..d4a3a8b76a 100644
--- a/ext/Text-Tabs/t/Jochen.t
+++ b/cpan/Text-Tabs/t/Jochen.t
diff --git a/ext/Text-Tabs/t/belg4mit.t b/cpan/Text-Tabs/t/belg4mit.t
index 2d10342c5f..2d10342c5f 100644
--- a/ext/Text-Tabs/t/belg4mit.t
+++ b/cpan/Text-Tabs/t/belg4mit.t
diff --git a/ext/Text-Tabs/t/dandv.t b/cpan/Text-Tabs/t/dandv.t
index b6ee69ada1..b6ee69ada1 100644
--- a/ext/Text-Tabs/t/dandv.t
+++ b/cpan/Text-Tabs/t/dandv.t
diff --git a/ext/Text-Tabs/t/fill.t b/cpan/Text-Tabs/t/fill.t
index dab043297e..dab043297e 100644
--- a/ext/Text-Tabs/t/fill.t
+++ b/cpan/Text-Tabs/t/fill.t
diff --git a/ext/Text-Tabs/t/sep.t b/cpan/Text-Tabs/t/sep.t
index 094f720bc1..094f720bc1 100644
--- a/ext/Text-Tabs/t/sep.t
+++ b/cpan/Text-Tabs/t/sep.t
diff --git a/ext/Text-Tabs/t/sep2.t b/cpan/Text-Tabs/t/sep2.t
index 4eb8ab563c..4eb8ab563c 100644
--- a/ext/Text-Tabs/t/sep2.t
+++ b/cpan/Text-Tabs/t/sep2.t
diff --git a/ext/Text-Tabs/t/tabs.t b/cpan/Text-Tabs/t/tabs.t
index 1bba9a63e2..1bba9a63e2 100644
--- a/ext/Text-Tabs/t/tabs.t
+++ b/cpan/Text-Tabs/t/tabs.t
diff --git a/ext/Text-Tabs/t/wrap.t b/cpan/Text-Tabs/t/wrap.t
index b9d51f24b6..b9d51f24b6 100644
--- a/ext/Text-Tabs/t/wrap.t
+++ b/cpan/Text-Tabs/t/wrap.t
diff --git a/ext/Text-Tabs/t/wrap_separator2.t b/cpan/Text-Tabs/t/wrap_separator2.t
index b31864fff5..b31864fff5 100644
--- a/ext/Text-Tabs/t/wrap_separator2.t
+++ b/cpan/Text-Tabs/t/wrap_separator2.t