From: Nicholas Clark Date: Fri, 2 Oct 2009 10:46:30 +0000 (+0100) Subject: Move Locale::Codes from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bdf43ffe6776e4e4c0d514386228a7b1ee6604ce;p=p5sagit%2Fp5-mst-13.2.git Move Locale::Codes from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index a55bd0a..6dfdddc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1282,6 +1282,27 @@ cpan/libnet/t/nntp.t libnet cpan/libnet/t/require.t libnet cpan/libnet/t/smtp.t libnet cpan/libnet/t/time.t libnet +cpan/Locale-Codes/ChangeLog Locale::Codes +cpan/Locale-Codes/lib/Locale/Constants.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Constants.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Country.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Country.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Currency.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Currency.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Language.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Language.pod Locale::Codes documentation +cpan/Locale-Codes/lib/Locale/Script.pm Locale::Codes +cpan/Locale-Codes/lib/Locale/Script.pod Locale::Codes documentation +cpan/Locale-Codes/Makefile.PL +cpan/Locale-Codes/README Locale::Codes +cpan/Locale-Codes/t/all.t See if Locale::Codes work +cpan/Locale-Codes/t/constants.t See if Locale::Codes work +cpan/Locale-Codes/t/country.t See if Locale::Codes work +cpan/Locale-Codes/t/currency.t See if Locale::Codes work +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/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 @@ -2093,27 +2114,6 @@ ext/List-Util/t/sum.t List::Util ext/List-Util/t/tainted.t Scalar::Util ext/List-Util/t/weak.t Scalar::Util ext/List-Util/XS.pp List::Util -ext/Locale-Codes/ChangeLog Locale::Codes -ext/Locale-Codes/lib/Locale/Constants.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Constants.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Country.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Country.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Currency.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Currency.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Language.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Language.pod Locale::Codes documentation -ext/Locale-Codes/lib/Locale/Script.pm Locale::Codes -ext/Locale-Codes/lib/Locale/Script.pod Locale::Codes documentation -ext/Locale-Codes/Makefile.PL -ext/Locale-Codes/README Locale::Codes -ext/Locale-Codes/t/all.t See if Locale::Codes work -ext/Locale-Codes/t/constants.t See if Locale::Codes work -ext/Locale-Codes/t/country.t See if Locale::Codes work -ext/Locale-Codes/t/currency.t See if Locale::Codes work -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/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 diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b096525..2fd5b16 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -838,7 +838,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'neilb', 'DISTRIBUTION' => 'NEILB/Locale-Codes-2.07.tar.gz', - 'FILES' => q[ext/Locale-Codes], + 'FILES' => q[cpan/Locale-Codes], 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/Locale-Codes/ChangeLog b/cpan/Locale-Codes/ChangeLog similarity index 100% rename from ext/Locale-Codes/ChangeLog rename to cpan/Locale-Codes/ChangeLog diff --git a/ext/Locale-Codes/Makefile.PL b/cpan/Locale-Codes/Makefile.PL similarity index 100% rename from ext/Locale-Codes/Makefile.PL rename to cpan/Locale-Codes/Makefile.PL diff --git a/ext/Locale-Codes/README b/cpan/Locale-Codes/README similarity index 100% rename from ext/Locale-Codes/README rename to cpan/Locale-Codes/README diff --git a/ext/Locale-Codes/lib/Locale/Constants.pm b/cpan/Locale-Codes/lib/Locale/Constants.pm similarity index 100% rename from ext/Locale-Codes/lib/Locale/Constants.pm rename to cpan/Locale-Codes/lib/Locale/Constants.pm diff --git a/ext/Locale-Codes/lib/Locale/Constants.pod b/cpan/Locale-Codes/lib/Locale/Constants.pod similarity index 100% rename from ext/Locale-Codes/lib/Locale/Constants.pod rename to cpan/Locale-Codes/lib/Locale/Constants.pod diff --git a/ext/Locale-Codes/lib/Locale/Country.pm b/cpan/Locale-Codes/lib/Locale/Country.pm similarity index 100% rename from ext/Locale-Codes/lib/Locale/Country.pm rename to cpan/Locale-Codes/lib/Locale/Country.pm diff --git a/ext/Locale-Codes/lib/Locale/Country.pod b/cpan/Locale-Codes/lib/Locale/Country.pod similarity index 100% rename from ext/Locale-Codes/lib/Locale/Country.pod rename to cpan/Locale-Codes/lib/Locale/Country.pod diff --git a/ext/Locale-Codes/lib/Locale/Currency.pm b/cpan/Locale-Codes/lib/Locale/Currency.pm similarity index 100% rename from ext/Locale-Codes/lib/Locale/Currency.pm rename to cpan/Locale-Codes/lib/Locale/Currency.pm diff --git a/ext/Locale-Codes/lib/Locale/Currency.pod b/cpan/Locale-Codes/lib/Locale/Currency.pod similarity index 100% rename from ext/Locale-Codes/lib/Locale/Currency.pod rename to cpan/Locale-Codes/lib/Locale/Currency.pod diff --git a/ext/Locale-Codes/lib/Locale/Language.pm b/cpan/Locale-Codes/lib/Locale/Language.pm similarity index 100% rename from ext/Locale-Codes/lib/Locale/Language.pm rename to cpan/Locale-Codes/lib/Locale/Language.pm diff --git a/ext/Locale-Codes/lib/Locale/Language.pod b/cpan/Locale-Codes/lib/Locale/Language.pod similarity index 100% rename from ext/Locale-Codes/lib/Locale/Language.pod rename to cpan/Locale-Codes/lib/Locale/Language.pod diff --git a/ext/Locale-Codes/lib/Locale/Script.pm b/cpan/Locale-Codes/lib/Locale/Script.pm similarity index 100% rename from ext/Locale-Codes/lib/Locale/Script.pm rename to cpan/Locale-Codes/lib/Locale/Script.pm diff --git a/ext/Locale-Codes/lib/Locale/Script.pod b/cpan/Locale-Codes/lib/Locale/Script.pod similarity index 100% rename from ext/Locale-Codes/lib/Locale/Script.pod rename to cpan/Locale-Codes/lib/Locale/Script.pod diff --git a/ext/Locale-Codes/t/all.t b/cpan/Locale-Codes/t/all.t similarity index 100% rename from ext/Locale-Codes/t/all.t rename to cpan/Locale-Codes/t/all.t diff --git a/ext/Locale-Codes/t/constants.t b/cpan/Locale-Codes/t/constants.t similarity index 100% rename from ext/Locale-Codes/t/constants.t rename to cpan/Locale-Codes/t/constants.t diff --git a/ext/Locale-Codes/t/country.t b/cpan/Locale-Codes/t/country.t similarity index 100% rename from ext/Locale-Codes/t/country.t rename to cpan/Locale-Codes/t/country.t diff --git a/ext/Locale-Codes/t/currency.t b/cpan/Locale-Codes/t/currency.t similarity index 100% rename from ext/Locale-Codes/t/currency.t rename to cpan/Locale-Codes/t/currency.t diff --git a/ext/Locale-Codes/t/language.t b/cpan/Locale-Codes/t/language.t similarity index 100% rename from ext/Locale-Codes/t/language.t rename to cpan/Locale-Codes/t/language.t diff --git a/ext/Locale-Codes/t/rename.t b/cpan/Locale-Codes/t/rename.t similarity index 100% rename from ext/Locale-Codes/t/rename.t rename to cpan/Locale-Codes/t/rename.t diff --git a/ext/Locale-Codes/t/script.t b/cpan/Locale-Codes/t/script.t similarity index 100% rename from ext/Locale-Codes/t/script.t rename to cpan/Locale-Codes/t/script.t diff --git a/ext/Locale-Codes/t/uk.t b/cpan/Locale-Codes/t/uk.t similarity index 100% rename from ext/Locale-Codes/t/uk.t rename to cpan/Locale-Codes/t/uk.t