From: Nicholas Clark Date: Wed, 30 Sep 2009 09:12:05 +0000 (+0100) Subject: Move Locale::Maketext::Simple from ext/ to dist/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=912d57a56207373315f828145e7796522f3bdd15;p=p5sagit%2Fp5-mst-13.2.git Move Locale::Maketext::Simple from ext/ to dist/ --- diff --git a/MANIFEST b/MANIFEST index f3ce266..95568b5 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1118,6 +1118,16 @@ dist/IO/t/io_xs.t See if XSUB methods from IO work dist/lib/lib_pm.PL For "use lib", produces lib/lib.pm dist/lib/Makefile.PL dist/lib/t/01lib.t For "use lib" testing +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/Module-CoreList/Changes Module::CoreList Changes dist/Module-CoreList/corelist The corelist command-line utility dist/Module-CoreList/identify-dependencies A usage example for Module::CoreList @@ -2040,16 +2050,6 @@ ext/Locale-Maketext/lib/Locale/Maketext.pm Locale::Maketext ext/Locale-Maketext/lib/Locale/Maketext.pod Locale::Maketext documentation ext/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod Locale::Maketext documentation article ext/Locale-Maketext/README Locale::Maketext -ext/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm Locale::Simple -ext/Locale-Maketext-Simple/t/0-signature.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/1-basic.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/2-load_po_without_i_default.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/3-load_po_with_i_default.t Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/en.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/fr.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_with_i_default/i_default.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_without_i_default/en.po Locale::Simple tests -ext/Locale-Maketext-Simple/t/po_without_i_default/fr.po Locale::Simple tests ext/Locale-Maketext/t/01_about_verbose.t See if Locale::Maketext works ext/Locale-Maketext/t/10_make.t See if Locale::Maketext works ext/Locale-Maketext/t/20_get.t See if Locale::Maketext works diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 44f52cb..d5a3c0b 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -863,7 +863,7 @@ use File::Glob qw(:case); 'FILES' => q[ext/Locale-Maketext-Simple], 'EXCLUDED' => [ qr{^inc/} ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'dist', }, 'Log::Message' => diff --git a/ext/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm b/dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm similarity index 100% rename from ext/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm rename to dist/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm diff --git a/ext/Locale-Maketext-Simple/t/0-signature.t b/dist/Locale-Maketext-Simple/t/0-signature.t similarity index 100% rename from ext/Locale-Maketext-Simple/t/0-signature.t rename to dist/Locale-Maketext-Simple/t/0-signature.t diff --git a/ext/Locale-Maketext-Simple/t/1-basic.t b/dist/Locale-Maketext-Simple/t/1-basic.t similarity index 100% rename from ext/Locale-Maketext-Simple/t/1-basic.t rename to dist/Locale-Maketext-Simple/t/1-basic.t diff --git a/ext/Locale-Maketext-Simple/t/2-load_po_without_i_default.t b/dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t similarity index 100% rename from ext/Locale-Maketext-Simple/t/2-load_po_without_i_default.t rename to dist/Locale-Maketext-Simple/t/2-load_po_without_i_default.t diff --git a/ext/Locale-Maketext-Simple/t/3-load_po_with_i_default.t b/dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t similarity index 100% rename from ext/Locale-Maketext-Simple/t/3-load_po_with_i_default.t rename to dist/Locale-Maketext-Simple/t/3-load_po_with_i_default.t diff --git a/ext/Locale-Maketext-Simple/t/po_with_i_default/en.po b/dist/Locale-Maketext-Simple/t/po_with_i_default/en.po similarity index 100% rename from ext/Locale-Maketext-Simple/t/po_with_i_default/en.po rename to dist/Locale-Maketext-Simple/t/po_with_i_default/en.po diff --git a/ext/Locale-Maketext-Simple/t/po_with_i_default/fr.po b/dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po similarity index 100% rename from ext/Locale-Maketext-Simple/t/po_with_i_default/fr.po rename to dist/Locale-Maketext-Simple/t/po_with_i_default/fr.po diff --git a/ext/Locale-Maketext-Simple/t/po_with_i_default/i_default.po b/dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po similarity index 100% rename from ext/Locale-Maketext-Simple/t/po_with_i_default/i_default.po rename to dist/Locale-Maketext-Simple/t/po_with_i_default/i_default.po diff --git a/ext/Locale-Maketext-Simple/t/po_without_i_default/en.po b/dist/Locale-Maketext-Simple/t/po_without_i_default/en.po similarity index 100% rename from ext/Locale-Maketext-Simple/t/po_without_i_default/en.po rename to dist/Locale-Maketext-Simple/t/po_without_i_default/en.po diff --git a/ext/Locale-Maketext-Simple/t/po_without_i_default/fr.po b/dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po similarity index 100% rename from ext/Locale-Maketext-Simple/t/po_without_i_default/fr.po rename to dist/Locale-Maketext-Simple/t/po_without_i_default/fr.po