Rename ext/Math/BigInt/FastCalc to ext/Math-BigInt-FastCalc
Nicholas Clark [Mon, 9 Feb 2009 16:54:14 +0000 (16:54 +0000)]
MANIFEST
Porting/Maintainers.pl
ext/Math-BigInt-FastCalc/FastCalc.pm [moved from ext/Math/BigInt/FastCalc/FastCalc.pm with 100% similarity]
ext/Math-BigInt-FastCalc/FastCalc.xs [moved from ext/Math/BigInt/FastCalc/FastCalc.xs with 100% similarity]
ext/Math-BigInt-FastCalc/Makefile.PL [moved from ext/Math/BigInt/FastCalc/Makefile.PL with 100% similarity]
ext/Math-BigInt-FastCalc/t/bigintfc.t [moved from ext/Math/BigInt/FastCalc/t/bigintfc.t with 100% similarity]
ext/Math-BigInt-FastCalc/t/bootstrap.t [moved from ext/Math/BigInt/FastCalc/t/bootstrap.t with 100% similarity]
ext/Math-BigInt-FastCalc/t/leak.t [moved from ext/Math/BigInt/FastCalc/t/leak.t with 100% similarity]
ext/Math-BigInt-FastCalc/t/mbi_rand.t [moved from ext/Math/BigInt/FastCalc/t/mbi_rand.t with 100% similarity]

index 2daee92..a9e3e2b 100644 (file)
--- 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
index 38af7ea..d867608 100644 (file)
@@ -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,
                },