diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 12:03:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 12:03:29 +0100 |
commit | 51c498bdcecb7e1507b28a73ee0dacbc9a193d25 (patch) | |
tree | d66214dd67273102be61b4e501e2271ac6012199 /MANIFEST | |
parent | 80c0921cb15dc4ef1280c29f2ad706e5b7778dcb (diff) | |
download | perl-51c498bdcecb7e1507b28a73ee0dacbc9a193d25.tar.gz |
Move Math::BigInt::FastCalc from ext/ to cpan/
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |