Move Text-Tabs+Wrap from ext/ to cpan/
Nicholas Clark [Sat, 26 Sep 2009 16:24:53 +0000 (17:24 +0100)]
18 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/Text-Tabs/CHANGELOG [moved from ext/Text-Tabs/CHANGELOG with 100% similarity]
cpan/Text-Tabs/lib/Text/Tabs.pm [moved from ext/Text-Tabs/lib/Text/Tabs.pm with 100% similarity]
cpan/Text-Tabs/lib/Text/Wrap.pm [moved from ext/Text-Tabs/lib/Text/Wrap.pm with 100% similarity]
cpan/Text-Tabs/t/37000.t [moved from ext/Text-Tabs/t/37000.t with 100% similarity]
cpan/Text-Tabs/t/39548.t [moved from ext/Text-Tabs/t/39548.t with 100% similarity]
cpan/Text-Tabs/t/Jacobson.t [moved from ext/Text-Tabs/t/Jacobson.t with 100% similarity]
cpan/Text-Tabs/t/Jacobson2.t [moved from ext/Text-Tabs/t/Jacobson2.t with 100% similarity]
cpan/Text-Tabs/t/Jochen.t [moved from ext/Text-Tabs/t/Jochen.t with 100% similarity]
cpan/Text-Tabs/t/belg4mit.t [moved from ext/Text-Tabs/t/belg4mit.t with 100% similarity]
cpan/Text-Tabs/t/dandv.t [moved from ext/Text-Tabs/t/dandv.t with 100% similarity]
cpan/Text-Tabs/t/fill.t [moved from ext/Text-Tabs/t/fill.t with 100% similarity]
cpan/Text-Tabs/t/sep.t [moved from ext/Text-Tabs/t/sep.t with 100% similarity]
cpan/Text-Tabs/t/sep2.t [moved from ext/Text-Tabs/t/sep2.t with 100% similarity]
cpan/Text-Tabs/t/tabs.t [moved from ext/Text-Tabs/t/tabs.t with 100% similarity]
cpan/Text-Tabs/t/wrap.t [moved from ext/Text-Tabs/t/wrap.t with 100% similarity]
cpan/Text-Tabs/t/wrap_separator2.t [moved from ext/Text-Tabs/t/wrap_separator2.t with 100% similarity]

index ff98be3..ee8ba28 100644 (file)
--- 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
index b146a01..8675a3b 100755 (executable)
@@ -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',
similarity index 100%
rename from ext/Text-Tabs/t/sep.t
rename to cpan/Text-Tabs/t/sep.t