From: Nicholas Clark Date: Sat, 26 Sep 2009 16:24:53 +0000 (+0100) Subject: Move Text-Tabs+Wrap from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d1f770803c95df0ac5e9e873daa3bb453e913fda;p=p5sagit%2Fp5-mst-13.2.git Move Text-Tabs+Wrap from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index ff98be3..ee8ba28 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 b146a01..8675a3b 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 similarity index 100% rename from ext/Text-Tabs/CHANGELOG rename to cpan/Text-Tabs/CHANGELOG diff --git a/ext/Text-Tabs/lib/Text/Tabs.pm b/cpan/Text-Tabs/lib/Text/Tabs.pm similarity index 100% rename from ext/Text-Tabs/lib/Text/Tabs.pm rename to 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 similarity index 100% rename from ext/Text-Tabs/lib/Text/Wrap.pm rename to cpan/Text-Tabs/lib/Text/Wrap.pm diff --git a/ext/Text-Tabs/t/37000.t b/cpan/Text-Tabs/t/37000.t similarity index 100% rename from ext/Text-Tabs/t/37000.t rename to cpan/Text-Tabs/t/37000.t diff --git a/ext/Text-Tabs/t/39548.t b/cpan/Text-Tabs/t/39548.t similarity index 100% rename from ext/Text-Tabs/t/39548.t rename to cpan/Text-Tabs/t/39548.t diff --git a/ext/Text-Tabs/t/Jacobson.t b/cpan/Text-Tabs/t/Jacobson.t similarity index 100% rename from ext/Text-Tabs/t/Jacobson.t rename to cpan/Text-Tabs/t/Jacobson.t diff --git a/ext/Text-Tabs/t/Jacobson2.t b/cpan/Text-Tabs/t/Jacobson2.t similarity index 100% rename from ext/Text-Tabs/t/Jacobson2.t rename to cpan/Text-Tabs/t/Jacobson2.t diff --git a/ext/Text-Tabs/t/Jochen.t b/cpan/Text-Tabs/t/Jochen.t similarity index 100% rename from ext/Text-Tabs/t/Jochen.t rename to cpan/Text-Tabs/t/Jochen.t diff --git a/ext/Text-Tabs/t/belg4mit.t b/cpan/Text-Tabs/t/belg4mit.t similarity index 100% rename from ext/Text-Tabs/t/belg4mit.t rename to cpan/Text-Tabs/t/belg4mit.t diff --git a/ext/Text-Tabs/t/dandv.t b/cpan/Text-Tabs/t/dandv.t similarity index 100% rename from ext/Text-Tabs/t/dandv.t rename to cpan/Text-Tabs/t/dandv.t diff --git a/ext/Text-Tabs/t/fill.t b/cpan/Text-Tabs/t/fill.t similarity index 100% rename from ext/Text-Tabs/t/fill.t rename to cpan/Text-Tabs/t/fill.t diff --git a/ext/Text-Tabs/t/sep.t b/cpan/Text-Tabs/t/sep.t similarity index 100% rename from ext/Text-Tabs/t/sep.t rename to cpan/Text-Tabs/t/sep.t diff --git a/ext/Text-Tabs/t/sep2.t b/cpan/Text-Tabs/t/sep2.t similarity index 100% rename from ext/Text-Tabs/t/sep2.t rename to cpan/Text-Tabs/t/sep2.t diff --git a/ext/Text-Tabs/t/tabs.t b/cpan/Text-Tabs/t/tabs.t similarity index 100% rename from ext/Text-Tabs/t/tabs.t rename to cpan/Text-Tabs/t/tabs.t diff --git a/ext/Text-Tabs/t/wrap.t b/cpan/Text-Tabs/t/wrap.t similarity index 100% rename from ext/Text-Tabs/t/wrap.t rename to cpan/Text-Tabs/t/wrap.t diff --git a/ext/Text-Tabs/t/wrap_separator2.t b/cpan/Text-Tabs/t/wrap_separator2.t similarity index 100% rename from ext/Text-Tabs/t/wrap_separator2.t rename to cpan/Text-Tabs/t/wrap_separator2.t