From: Nicholas Clark Date: Mon, 9 Feb 2009 16:54:14 +0000 (+0000) Subject: Rename ext/Math/BigInt/FastCalc to ext/Math-BigInt-FastCalc X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f43b80dabca26af2f6ef8c365a6737a6b3a66fa3;p=p5sagit%2Fp5-mst-13.2.git Rename ext/Math/BigInt/FastCalc to ext/Math-BigInt-FastCalc --- diff --git a/MANIFEST b/MANIFEST index 2daee92..a9e3e2b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -901,13 +901,13 @@ 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/Util.xs Util extension -ext/Math/BigInt/FastCalc/FastCalc.pm Math::BigInt::FastCalc extension -ext/Math/BigInt/FastCalc/FastCalc.xs Math::BigInt::FastCalc extension -ext/Math/BigInt/FastCalc/Makefile.PL 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-BigInt-FastCalc/FastCalc.pm Math::BigInt::FastCalc extension +ext/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension +ext/Math-BigInt-FastCalc/Makefile.PL 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/MIME-Base64/Base64.pm MIME::Base64 extension ext/MIME-Base64/Base64.xs MIME::Base64 extension ext/MIME-Base64/Changes MIME::Base64 extension diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 38af7ea..d867608 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -634,7 +634,7 @@ package Maintainers; 'Math::BigInt::FastCalc' => { 'MAINTAINER' => 'tels', - 'FILES' => q[ext/Math/BigInt/FastCalc], + 'FILES' => q[ext/Math-BigInt-FastCalc], 'CPAN' => 1, 'UPSTREAM' => undef, }, diff --git a/ext/Math/BigInt/FastCalc/FastCalc.pm b/ext/Math-BigInt-FastCalc/FastCalc.pm similarity index 100% rename from ext/Math/BigInt/FastCalc/FastCalc.pm rename to ext/Math-BigInt-FastCalc/FastCalc.pm diff --git a/ext/Math/BigInt/FastCalc/FastCalc.xs b/ext/Math-BigInt-FastCalc/FastCalc.xs similarity index 100% rename from ext/Math/BigInt/FastCalc/FastCalc.xs rename to ext/Math-BigInt-FastCalc/FastCalc.xs diff --git a/ext/Math/BigInt/FastCalc/Makefile.PL b/ext/Math-BigInt-FastCalc/Makefile.PL similarity index 100% rename from ext/Math/BigInt/FastCalc/Makefile.PL rename to ext/Math-BigInt-FastCalc/Makefile.PL diff --git a/ext/Math/BigInt/FastCalc/t/bigintfc.t b/ext/Math-BigInt-FastCalc/t/bigintfc.t similarity index 100% rename from ext/Math/BigInt/FastCalc/t/bigintfc.t rename to ext/Math-BigInt-FastCalc/t/bigintfc.t diff --git a/ext/Math/BigInt/FastCalc/t/bootstrap.t b/ext/Math-BigInt-FastCalc/t/bootstrap.t similarity index 100% rename from ext/Math/BigInt/FastCalc/t/bootstrap.t rename to ext/Math-BigInt-FastCalc/t/bootstrap.t diff --git a/ext/Math/BigInt/FastCalc/t/leak.t b/ext/Math-BigInt-FastCalc/t/leak.t similarity index 100% rename from ext/Math/BigInt/FastCalc/t/leak.t rename to ext/Math-BigInt-FastCalc/t/leak.t diff --git a/ext/Math/BigInt/FastCalc/t/mbi_rand.t b/ext/Math-BigInt-FastCalc/t/mbi_rand.t similarity index 100% rename from ext/Math/BigInt/FastCalc/t/mbi_rand.t rename to ext/Math-BigInt-FastCalc/t/mbi_rand.t