From: Nicholas Clark Date: Fri, 2 Oct 2009 17:21:32 +0000 (+0100) Subject: Move Locale::Maketext::Simple from dist/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8de4179424c1ce7de2d7779c01e54e3e2e372911;p=p5sagit%2Fp5-mst-13.2.git Move Locale::Maketext::Simple from dist/ to cpan/ My mistake - it should always have been here, as the canonical upstream is Best Practical's svn. --- diff --git a/MANIFEST b/MANIFEST index 2c2ed0c..e41ec6d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1355,6 +1355,16 @@ cpan/Locale-Codes/t/language.t See if Locale::Codes work cpan/Locale-Codes/t/rename.t See if Locale::Codes work cpan/Locale-Codes/t/script.t See if Locale::Codes work cpan/Locale-Codes/t/uk.t See if Locale::Codes work +cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple +cpan/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests +cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests cpan/Log-Message/lib/Log/Message/Config.pm Log::Message cpan/Log-Message/lib/Log/Message/Handlers.pm Log::Message cpan/Log-Message/lib/Log/Message/Item.pm Log::Message @@ -2634,16 +2644,6 @@ dist/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext dist/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article dist/Locale-Maketext/README Locale::Maketext -dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple -dist/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests -dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests dist/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works dist/Locale-Maketext/t/10_make.t See if Locale::Maketext works dist/Locale-Maketext/t/20_get.t See if Locale::Maketext works diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1ff80c1..4ceba32 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -857,10 +857,10 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'audreyt', 'DISTRIBUTION' => 'JESSE/Locale-Maketext-Simple-0.21.tar.gz', - 'FILES' => q[dist/Locale-Maketext-Simple], + 'FILES' => q[cpan/Locale-Maketext-Simple], 'EXCLUDED' => [ qr{^inc/} ], 'CPAN' => 1, - 'UPSTREAM' => 'blead', + 'UPSTREAM' => 'cpan', }, 'Log::Message' => diff --git a/dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm b/cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm similarity index 100% rename from dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm rename to cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm diff --git a/dist/Locale-Maketext-Simple/t/0-signature.t b/cpan/Locale-Maketext-Simple/t/0-signature.t similarity index 100% rename from dist/Locale-Maketext-Simple/t/0-signature.t rename to cpan/Locale-Maketext-Simple/t/0-signature.t diff --git a/dist/Locale-Maketext-Simple/t/1-basic.t b/cpan/Locale-Maketext-Simple/t/1-basic.t similarity index 100% rename from dist/Locale-Maketext-Simple/t/1-basic.t rename to cpan/Locale-Maketext-Simple/t/1-basic.t diff --git a/dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t b/cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t similarity index 100% rename from dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t rename to cpan/Locale-Maketext-Simple/t/2-load_po_without_i_default.t diff --git a/dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t b/cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t similarity index 100% rename from dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t rename to cpan/Locale-Maketext-Simple/t/3-load_po_with_i_default.t diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/en.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po similarity index 100% rename from dist/Locale-Maketext-Simple/t/po_with_i_default/en.po rename to cpan/Locale-Maketext-Simple/t/po_with_i_default/en.po diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po similarity index 100% rename from dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po rename to cpan/Locale-Maketext-Simple/t/po_with_i_default/fr.po diff --git a/dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po b/cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po similarity index 100% rename from dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po rename to cpan/Locale-Maketext-Simple/t/po_with_i_default/i_default.po diff --git a/dist/Locale-Maketext-Simple/t/po_without_i_default/en.po b/cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po similarity index 100% rename from dist/Locale-Maketext-Simple/t/po_without_i_default/en.po rename to cpan/Locale-Maketext-Simple/t/po_without_i_default/en.po diff --git a/dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po b/cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po similarity index 100% rename from dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po rename to cpan/Locale-Maketext-Simple/t/po_without_i_default/fr.po