Move Locale::Maketext from ext/ to dist/
Nicholas Clark [Wed, 30 Sep 2009 17:54:05 +0000 (18:54 +0100)]
17 files changed:
MANIFEST
Porting/Maintainers.pl
dist/Locale-Maketext/ChangeLog [moved from ext/Locale-Maketext/ChangeLog with 100% similarity]
dist/Locale-Maketext/README [moved from ext/Locale-Maketext/README with 100% similarity]
dist/Locale-Maketext/lib/Locale/Maketext.pm [moved from ext/Locale-Maketext/lib/Locale/Maketext.pm with 100% similarity]
dist/Locale-Maketext/lib/Locale/Maketext.pod [moved from ext/Locale-Maketext/lib/Locale/Maketext.pod with 100% similarity]
dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm [moved from ext/Locale-Maketext/lib/Locale/Maketext/Guts.pm with 100% similarity]
dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm [moved from ext/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm with 100% similarity]
dist/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod [moved from ext/Locale-Maketext/lib/Locale/Maketext/TPJ13.pod with 100% similarity]
dist/Locale-Maketext/t/01_about_verbose.t [moved from ext/Locale-Maketext/t/01_about_verbose.t with 100% similarity]
dist/Locale-Maketext/t/10_make.t [moved from ext/Locale-Maketext/t/10_make.t with 100% similarity]
dist/Locale-Maketext/t/20_get.t [moved from ext/Locale-Maketext/t/20_get.t with 100% similarity]
dist/Locale-Maketext/t/30_local.t [moved from ext/Locale-Maketext/t/30_local.t with 100% similarity]
dist/Locale-Maketext/t/40_super.t [moved from ext/Locale-Maketext/t/40_super.t with 100% similarity]
dist/Locale-Maketext/t/50_super.t [moved from ext/Locale-Maketext/t/50_super.t with 100% similarity]
dist/Locale-Maketext/t/60_super.t [moved from ext/Locale-Maketext/t/60_super.t with 100% similarity]
dist/Locale-Maketext/t/90_utf8.t [moved from ext/Locale-Maketext/t/90_utf8.t with 100% similarity]

index 7e92e4d..7b860af 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1156,6 +1156,13 @@ 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/ChangeLog                         Locale::Maketext
+dist/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm Locale::Maketext
+dist/Locale-Maketext/lib/Locale/Maketext/Guts.pm       Locale::Maketext
+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
@@ -1166,6 +1173,14 @@ 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
+dist/Locale-Maketext/t/30_local.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/40_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/50_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/60_super.t                      See if Locale::Maketext works
+dist/Locale-Maketext/t/90_utf8.t                       See if Locale::Maketext works
 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
@@ -2096,21 +2111,6 @@ ext/Locale-Codes/t/language.t    See if Locale::Codes work
 ext/Locale-Codes/t/rename.t    See if Locale::Codes work
 ext/Locale-Codes/t/script.t    See if Locale::Codes work
 ext/Locale-Codes/t/uk.t                See if Locale::Codes work
-ext/Locale-Maketext/ChangeLog  Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext/GutsLoader.pm  Locale::Maketext
-ext/Locale-Maketext/lib/Locale/Maketext/Guts.pm        Locale::Maketext
-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/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
-ext/Locale-Maketext/t/30_local.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/40_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/50_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/60_super.t       See if Locale::Maketext works
-ext/Locale-Maketext/t/90_utf8.t        See if Locale::Maketext works
 ext/Math-BigInt-FastCalc/FastCalc.pm   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/FastCalc.xs   Math::BigInt::FastCalc extension
 ext/Math-BigInt-FastCalc/t/bigintfc.t  Math::BigInt::FastCalc extension
index 87d8ae2..70d6484 100755 (executable)
@@ -850,7 +850,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'ferreira',
        'DISTRIBUTION'  => 'FERREIRA/Locale-Maketext-1.13.tar.gz',
-       'FILES'         => q[ext/Locale-Maketext],
+       'FILES'         => q[dist/Locale-Maketext],
        'EXCLUDED'      => [ qw{perlcriticrc t/00_load.t t/pod.t} ],
        'CPAN'          => 1,
        'UPSTREAM'      => 'blead',