From: Nicholas Clark Date: Fri, 2 Oct 2009 11:03:29 +0000 (+0100) Subject: Move Math::BigInt::FastCalc from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=51c498bdcecb7e1507b28a73ee0dacbc9a193d25;p=p5sagit%2Fp5-mst-13.2.git Move Math::BigInt::FastCalc from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 29c77ea..293a621 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1315,6 +1315,12 @@ cpan/Log-Message/t/01_Log-Message-Config.t Log::Message tests cpan/Log-Message/t/02_Log-Message.t Log::Message tests cpan/Log-Message/t/conf/config_file Log::Message tests cpan/Log-Message/t/conf/LoadMe.pl Log::Message tests +cpan/Math-BigInt-FastCalc/FastCalc.pm Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension +cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc +cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension cpan/Math-BigInt/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt cpan/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt @@ -2174,12 +2180,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/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 -ext/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension -ext/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc -ext/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension ext/Math-BigRat/lib/Math/BigRat.pm Math::BigRat ext/Math-BigRat/t/big_ap.t Math::BigRat test ext/Math-BigRat/t/bigfltpm.inc Math::BigRat test diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 6ccbb16..fc86ca2 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -908,7 +908,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'tels', 'DISTRIBUTION' => 'TELS/math/Math-BigInt-FastCalc-0.19.tar.gz', - 'FILES' => q[ext/Math-BigInt-FastCalc], + 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, qw{ t/pod.t diff --git a/ext/Math-BigInt-FastCalc/FastCalc.pm b/cpan/Math-BigInt-FastCalc/FastCalc.pm similarity index 100% rename from ext/Math-BigInt-FastCalc/FastCalc.pm rename to cpan/Math-BigInt-FastCalc/FastCalc.pm diff --git a/ext/Math-BigInt-FastCalc/FastCalc.xs b/cpan/Math-BigInt-FastCalc/FastCalc.xs similarity index 100% rename from ext/Math-BigInt-FastCalc/FastCalc.xs rename to cpan/Math-BigInt-FastCalc/FastCalc.xs diff --git a/ext/Math-BigInt-FastCalc/t/bigintfc.t b/cpan/Math-BigInt-FastCalc/t/bigintfc.t similarity index 100% rename from ext/Math-BigInt-FastCalc/t/bigintfc.t rename to cpan/Math-BigInt-FastCalc/t/bigintfc.t diff --git a/ext/Math-BigInt-FastCalc/t/bootstrap.t b/cpan/Math-BigInt-FastCalc/t/bootstrap.t similarity index 100% rename from ext/Math-BigInt-FastCalc/t/bootstrap.t rename to cpan/Math-BigInt-FastCalc/t/bootstrap.t diff --git a/ext/Math-BigInt-FastCalc/t/leak.t b/cpan/Math-BigInt-FastCalc/t/leak.t similarity index 100% rename from ext/Math-BigInt-FastCalc/t/leak.t rename to cpan/Math-BigInt-FastCalc/t/leak.t diff --git a/ext/Math-BigInt-FastCalc/t/mbi_rand.t b/cpan/Math-BigInt-FastCalc/t/mbi_rand.t similarity index 100% rename from ext/Math-BigInt-FastCalc/t/mbi_rand.t rename to cpan/Math-BigInt-FastCalc/t/mbi_rand.t