Move bignum from ext/ to cpan/
authorNicholas Clark <nick@ccl4.org>
Thu, 1 Oct 2009 13:11:55 +0000 (14:11 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 1 Oct 2009 13:11:55 +0000 (14:11 +0100)
commit3fe7d1fbbb0f3821a413b2c6d13fa8821c6230d3
tree708a39b0b81b9e856588de18b779e22a309f93e0
parenta3775740cd42c551cc4c239b08b5e621a7c1a038
Move bignum from ext/ to cpan/
28 files changed:
MANIFEST
Porting/Maintainers.pl
cpan/bignum/lib/Math/BigFloat/Trace.pm [moved from ext/bignum/lib/Math/BigFloat/Trace.pm with 100% similarity]
cpan/bignum/lib/Math/BigInt/Trace.pm [moved from ext/bignum/lib/Math/BigInt/Trace.pm with 100% similarity]
cpan/bignum/lib/bigint.pm [moved from ext/bignum/lib/bigint.pm with 100% similarity]
cpan/bignum/lib/bignum.pm [moved from ext/bignum/lib/bignum.pm with 100% similarity]
cpan/bignum/lib/bigrat.pm [moved from ext/bignum/lib/bigrat.pm with 100% similarity]
cpan/bignum/t/big_e_pi.t [moved from ext/bignum/t/big_e_pi.t with 100% similarity]
cpan/bignum/t/bigexp.t [moved from ext/bignum/t/bigexp.t with 100% similarity]
cpan/bignum/t/bigint.t [moved from ext/bignum/t/bigint.t with 100% similarity]
cpan/bignum/t/bignum.t [moved from ext/bignum/t/bignum.t with 100% similarity]
cpan/bignum/t/bigrat.t [moved from ext/bignum/t/bigrat.t with 100% similarity]
cpan/bignum/t/bii_e_pi.t [moved from ext/bignum/t/bii_e_pi.t with 100% similarity]
cpan/bignum/t/biinfnan.t [moved from ext/bignum/t/biinfnan.t with 100% similarity]
cpan/bignum/t/bir_e_pi.t [moved from ext/bignum/t/bir_e_pi.t with 100% similarity]
cpan/bignum/t/bn_lite.t [moved from ext/bignum/t/bn_lite.t with 100% similarity]
cpan/bignum/t/bninfnan.t [moved from ext/bignum/t/bninfnan.t with 100% similarity]
cpan/bignum/t/br_lite.t [moved from ext/bignum/t/br_lite.t with 100% similarity]
cpan/bignum/t/brinfnan.t [moved from ext/bignum/t/brinfnan.t with 100% similarity]
cpan/bignum/t/in_effect.t [moved from ext/bignum/t/in_effect.t with 100% similarity]
cpan/bignum/t/infnan.inc [moved from ext/bignum/t/infnan.inc with 100% similarity]
cpan/bignum/t/option_a.t [moved from ext/bignum/t/option_a.t with 100% similarity]
cpan/bignum/t/option_l.t [moved from ext/bignum/t/option_l.t with 100% similarity]
cpan/bignum/t/option_p.t [moved from ext/bignum/t/option_p.t with 100% similarity]
cpan/bignum/t/ratopt_a.t [moved from ext/bignum/t/ratopt_a.t with 100% similarity]
cpan/bignum/t/scope_f.t [moved from ext/bignum/t/scope_f.t with 100% similarity]
cpan/bignum/t/scope_i.t [moved from ext/bignum/t/scope_i.t with 100% similarity]
cpan/bignum/t/scope_r.t [moved from ext/bignum/t/scope_r.t with 100% similarity]