From: Nicholas Clark Date: Fri, 2 Oct 2009 10:55:51 +0000 (+0100) Subject: Move Math::BigInt from ext/ to cpan/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=80c0921cb15dc4ef1280c29f2ad706e5b7778dcb;hp=bdf43ffe6776e4e4c0d514386228a7b1ee6604ce;p=p5sagit%2Fp5-mst-13.2.git Move Math::BigInt from ext/ to cpan/ --- diff --git a/MANIFEST b/MANIFEST index 6dfdddc..29c77ea 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1315,6 +1315,66 @@ 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/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 +cpan/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package +cpan/Math-BigInt/t/alias.inc Support for BigInt tests +cpan/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc +cpan/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc +cpan/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc +cpan/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t +cpan/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works +cpan/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works +cpan/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t +cpan/Math-BigInt/t/bigintpm.t See if BigInt.pm works +cpan/Math-BigInt/t/bigints.t See if BigInt.pm works +cpan/Math-BigInt/t/biglog.t Test the log function +cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp() +cpan/Math-BigInt/t/bigroot.t Test the broot function +cpan/Math-BigInt/t/calling.t Test calling conventions +cpan/Math-BigInt/t/config.t Test Math::BigInt->config() +cpan/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant +cpan/Math-BigInt/t/const_mbf.t Test Math::BigInt +cpan/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works +cpan/Math-BigInt/t/_e_math.t Helper routine in BigFloat for _e math +cpan/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling +cpan/Math-BigInt/t/isa.t Test for Math::BigInt inheritance +cpan/Math-BigInt/t/lib_load.t Test sane lib names +cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test +cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc +cpan/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt +cpan/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test +cpan/Math-BigInt/t/mbf_ali.t Tests for BigFloat +cpan/Math-BigInt/t/mbi_ali.t Tests for BigInt +cpan/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests +cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode +cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly +cpan/Math-BigInt/t/nan_cmp.t overloaded comparision involving *NaN* +cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new() +cpan/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); +cpan/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); +cpan/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); +cpan/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); +cpan/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); +cpan/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); +cpan/Math-BigInt/t/require.t Test if require Math::BigInt works +cpan/Math-BigInt/t/round.t Test rounding with non-integer A and P +cpan/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses +cpan/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat +cpan/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt +cpan/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc +cpan/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work +cpan/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works +cpan/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t +cpan/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works +cpan/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat +cpan/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time +cpan/Math-BigInt/t/use.t Test if use Math::BigInt(); works +cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package cpan/Math-Complex/lib/Math/Complex.pm A Complex package cpan/Math-Complex/lib/Math/Trig.pm A simple interface to complex trigonometry cpan/Math-Complex/t/Complex.t See if Math::Complex works @@ -2120,66 +2180,6 @@ 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/lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package -ext/Math-BigInt/lib/Math/BigInt/CalcEmu.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/lib/Math/BigInt.pm An arbitrary precision integer arithmetic package -ext/Math-BigInt/t/alias.inc Support for BigInt tests -ext/Math-BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc -ext/Math-BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc -ext/Math-BigInt/t/bare_mif.t Rounding tests under BareCalc -ext/Math-BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t -ext/Math-BigInt/t/bigfltpm.t See if BigFloat.pm works -ext/Math-BigInt/t/bigintc.t See if BigInt/Calc.pm works -ext/Math-BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t -ext/Math-BigInt/t/bigintpm.t See if BigInt.pm works -ext/Math-BigInt/t/bigints.t See if BigInt.pm works -ext/Math-BigInt/t/biglog.t Test the log function -ext/Math-BigInt/t/big_pi_e.t test bpi() and bexp() -ext/Math-BigInt/t/bigroot.t Test the broot function -ext/Math-BigInt/t/calling.t Test calling conventions -ext/Math-BigInt/t/config.t Test Math::BigInt->config() -ext/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant -ext/Math-BigInt/t/const_mbf.t Test Math::BigInt -ext/Math-BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works -ext/Math-BigInt/t/_e_math.t Helper routine in BigFloat for _e math -ext/Math-BigInt/t/inf_nan.t Special tests for inf and *NaN* handling -ext/Math-BigInt/t/isa.t Test for Math::BigInt inheritance -ext/Math-BigInt/t/lib_load.t Test sane lib names -ext/Math-BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test -ext/Math-BigInt/t/Math/BigInt/BareCalc.pm Bigint's simulation of Calc -ext/Math-BigInt/t/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt -ext/Math-BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test -ext/Math-BigInt/t/mbf_ali.t Tests for BigFloat -ext/Math-BigInt/t/mbi_ali.t Tests for BigInt -ext/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fallback, round_mode tests -ext/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode -ext/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly -ext/Math-BigInt/t/nan_cmp.t overloaded comparision involving *NaN* -ext/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new() -ext/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); -ext/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); -ext/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); -ext/Math-BigInt/t/req_mbfi.t test: require Math::BigFloat; ->binf(); -ext/Math-BigInt/t/req_mbfn.t test: require Math::BigFloat; ->new(); -ext/Math-BigInt/t/req_mbfw.t require Math::BigFloat; import ( with => ); -ext/Math-BigInt/t/require.t Test if require Math::BigInt works -ext/Math-BigInt/t/round.t Test rounding with non-integer A and P -ext/Math-BigInt/t/sub_ali.t Tests for aliases in BigInt subclasses -ext/Math-BigInt/t/sub_mbf.t Empty subclass test of BigFloat -ext/Math-BigInt/t/sub_mbi.t Empty subclass test of BigInt -ext/Math-BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc -ext/Math-BigInt/t/trap.t Test whether trap_nan and trap_inf work -ext/Math-BigInt/t/upgradef.t Test if use Math::BigFloat(); under upgrade works -ext/Math-BigInt/t/upgrade.inc Actual tests for upgrade.t -ext/Math-BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works -ext/Math-BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat -ext/Math-BigInt/t/use_mbfw.t use BigFloat w/ with and lib at the same time -ext/Math-BigInt/t/use.t Test if use Math::BigInt(); works -ext/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package 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 2fd5b16..6ccbb16 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -893,7 +893,7 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'tels', 'DISTRIBUTION' => 'TELS/math/Math-BigInt-1.89.tar.gz', - 'FILES' => q[ext/Math-BigInt], + 'FILES' => q[cpan/Math-BigInt], 'EXCLUDED' => [ qr{^inc/}, qr{^examples/}, qw{t/pod.t diff --git a/ext/Math-BigInt/lib/Math/BigFloat.pm b/cpan/Math-BigInt/lib/Math/BigFloat.pm similarity index 100% rename from ext/Math-BigInt/lib/Math/BigFloat.pm rename to cpan/Math-BigInt/lib/Math/BigFloat.pm diff --git a/ext/Math-BigInt/lib/Math/BigInt.pm b/cpan/Math-BigInt/lib/Math/BigInt.pm similarity index 100% rename from ext/Math-BigInt/lib/Math/BigInt.pm rename to cpan/Math-BigInt/lib/Math/BigInt.pm diff --git a/ext/Math-BigInt/lib/Math/BigInt/Calc.pm b/cpan/Math-BigInt/lib/Math/BigInt/Calc.pm similarity index 100% rename from ext/Math-BigInt/lib/Math/BigInt/Calc.pm rename to cpan/Math-BigInt/lib/Math/BigInt/Calc.pm diff --git a/ext/Math-BigInt/lib/Math/BigInt/CalcEmu.pm b/cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm similarity index 100% rename from ext/Math-BigInt/lib/Math/BigInt/CalcEmu.pm rename to cpan/Math-BigInt/lib/Math/BigInt/CalcEmu.pm diff --git a/ext/Math-BigInt/t/Math/BigFloat/Subclass.pm b/cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm similarity index 100% rename from ext/Math-BigInt/t/Math/BigFloat/Subclass.pm rename to cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm diff --git a/ext/Math-BigInt/t/Math/BigInt/BareCalc.pm b/cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm similarity index 100% rename from ext/Math-BigInt/t/Math/BigInt/BareCalc.pm rename to cpan/Math-BigInt/t/Math/BigInt/BareCalc.pm diff --git a/ext/Math-BigInt/t/Math/BigInt/Scalar.pm b/cpan/Math-BigInt/t/Math/BigInt/Scalar.pm similarity index 100% rename from ext/Math-BigInt/t/Math/BigInt/Scalar.pm rename to cpan/Math-BigInt/t/Math/BigInt/Scalar.pm diff --git a/ext/Math-BigInt/t/Math/BigInt/Subclass.pm b/cpan/Math-BigInt/t/Math/BigInt/Subclass.pm similarity index 100% rename from ext/Math-BigInt/t/Math/BigInt/Subclass.pm rename to cpan/Math-BigInt/t/Math/BigInt/Subclass.pm diff --git a/ext/Math-BigInt/t/_e_math.t b/cpan/Math-BigInt/t/_e_math.t similarity index 100% rename from ext/Math-BigInt/t/_e_math.t rename to cpan/Math-BigInt/t/_e_math.t diff --git a/ext/Math-BigInt/t/alias.inc b/cpan/Math-BigInt/t/alias.inc similarity index 100% rename from ext/Math-BigInt/t/alias.inc rename to cpan/Math-BigInt/t/alias.inc diff --git a/ext/Math-BigInt/t/bare_mbf.t b/cpan/Math-BigInt/t/bare_mbf.t similarity index 100% rename from ext/Math-BigInt/t/bare_mbf.t rename to cpan/Math-BigInt/t/bare_mbf.t diff --git a/ext/Math-BigInt/t/bare_mbi.t b/cpan/Math-BigInt/t/bare_mbi.t similarity index 100% rename from ext/Math-BigInt/t/bare_mbi.t rename to cpan/Math-BigInt/t/bare_mbi.t diff --git a/ext/Math-BigInt/t/bare_mif.t b/cpan/Math-BigInt/t/bare_mif.t similarity index 100% rename from ext/Math-BigInt/t/bare_mif.t rename to cpan/Math-BigInt/t/bare_mif.t diff --git a/ext/Math-BigInt/t/big_pi_e.t b/cpan/Math-BigInt/t/big_pi_e.t similarity index 100% rename from ext/Math-BigInt/t/big_pi_e.t rename to cpan/Math-BigInt/t/big_pi_e.t diff --git a/ext/Math-BigInt/t/bigfltpm.inc b/cpan/Math-BigInt/t/bigfltpm.inc similarity index 100% rename from ext/Math-BigInt/t/bigfltpm.inc rename to cpan/Math-BigInt/t/bigfltpm.inc diff --git a/ext/Math-BigInt/t/bigfltpm.t b/cpan/Math-BigInt/t/bigfltpm.t similarity index 100% rename from ext/Math-BigInt/t/bigfltpm.t rename to cpan/Math-BigInt/t/bigfltpm.t diff --git a/ext/Math-BigInt/t/bigintc.t b/cpan/Math-BigInt/t/bigintc.t similarity index 100% rename from ext/Math-BigInt/t/bigintc.t rename to cpan/Math-BigInt/t/bigintc.t diff --git a/ext/Math-BigInt/t/bigintpm.inc b/cpan/Math-BigInt/t/bigintpm.inc similarity index 100% rename from ext/Math-BigInt/t/bigintpm.inc rename to cpan/Math-BigInt/t/bigintpm.inc diff --git a/ext/Math-BigInt/t/bigintpm.t b/cpan/Math-BigInt/t/bigintpm.t similarity index 100% rename from ext/Math-BigInt/t/bigintpm.t rename to cpan/Math-BigInt/t/bigintpm.t diff --git a/ext/Math-BigInt/t/bigints.t b/cpan/Math-BigInt/t/bigints.t similarity index 100% rename from ext/Math-BigInt/t/bigints.t rename to cpan/Math-BigInt/t/bigints.t diff --git a/ext/Math-BigInt/t/biglog.t b/cpan/Math-BigInt/t/biglog.t similarity index 100% rename from ext/Math-BigInt/t/biglog.t rename to cpan/Math-BigInt/t/biglog.t diff --git a/ext/Math-BigInt/t/bigroot.t b/cpan/Math-BigInt/t/bigroot.t similarity index 100% rename from ext/Math-BigInt/t/bigroot.t rename to cpan/Math-BigInt/t/bigroot.t diff --git a/ext/Math-BigInt/t/calling.t b/cpan/Math-BigInt/t/calling.t similarity index 100% rename from ext/Math-BigInt/t/calling.t rename to cpan/Math-BigInt/t/calling.t diff --git a/ext/Math-BigInt/t/config.t b/cpan/Math-BigInt/t/config.t similarity index 100% rename from ext/Math-BigInt/t/config.t rename to cpan/Math-BigInt/t/config.t diff --git a/ext/Math-BigInt/t/const_mbf.t b/cpan/Math-BigInt/t/const_mbf.t similarity index 100% rename from ext/Math-BigInt/t/const_mbf.t rename to cpan/Math-BigInt/t/const_mbf.t diff --git a/ext/Math-BigInt/t/constant.t b/cpan/Math-BigInt/t/constant.t similarity index 100% rename from ext/Math-BigInt/t/constant.t rename to cpan/Math-BigInt/t/constant.t diff --git a/ext/Math-BigInt/t/downgrade.t b/cpan/Math-BigInt/t/downgrade.t similarity index 100% rename from ext/Math-BigInt/t/downgrade.t rename to cpan/Math-BigInt/t/downgrade.t diff --git a/ext/Math-BigInt/t/inf_nan.t b/cpan/Math-BigInt/t/inf_nan.t similarity index 100% rename from ext/Math-BigInt/t/inf_nan.t rename to cpan/Math-BigInt/t/inf_nan.t diff --git a/ext/Math-BigInt/t/isa.t b/cpan/Math-BigInt/t/isa.t similarity index 100% rename from ext/Math-BigInt/t/isa.t rename to cpan/Math-BigInt/t/isa.t diff --git a/ext/Math-BigInt/t/lib_load.t b/cpan/Math-BigInt/t/lib_load.t similarity index 100% rename from ext/Math-BigInt/t/lib_load.t rename to cpan/Math-BigInt/t/lib_load.t diff --git a/ext/Math-BigInt/t/mbf_ali.t b/cpan/Math-BigInt/t/mbf_ali.t similarity index 100% rename from ext/Math-BigInt/t/mbf_ali.t rename to cpan/Math-BigInt/t/mbf_ali.t diff --git a/ext/Math-BigInt/t/mbi_ali.t b/cpan/Math-BigInt/t/mbi_ali.t similarity index 100% rename from ext/Math-BigInt/t/mbi_ali.t rename to cpan/Math-BigInt/t/mbi_ali.t diff --git a/ext/Math-BigInt/t/mbi_rand.t b/cpan/Math-BigInt/t/mbi_rand.t similarity index 100% rename from ext/Math-BigInt/t/mbi_rand.t rename to cpan/Math-BigInt/t/mbi_rand.t diff --git a/ext/Math-BigInt/t/mbimbf.inc b/cpan/Math-BigInt/t/mbimbf.inc similarity index 100% rename from ext/Math-BigInt/t/mbimbf.inc rename to cpan/Math-BigInt/t/mbimbf.inc diff --git a/ext/Math-BigInt/t/mbimbf.t b/cpan/Math-BigInt/t/mbimbf.t similarity index 100% rename from ext/Math-BigInt/t/mbimbf.t rename to cpan/Math-BigInt/t/mbimbf.t diff --git a/ext/Math-BigInt/t/nan_cmp.t b/cpan/Math-BigInt/t/nan_cmp.t similarity index 100% rename from ext/Math-BigInt/t/nan_cmp.t rename to cpan/Math-BigInt/t/nan_cmp.t diff --git a/ext/Math-BigInt/t/new_overloaded.t b/cpan/Math-BigInt/t/new_overloaded.t similarity index 100% rename from ext/Math-BigInt/t/new_overloaded.t rename to cpan/Math-BigInt/t/new_overloaded.t diff --git a/ext/Math-BigInt/t/req_mbf0.t b/cpan/Math-BigInt/t/req_mbf0.t similarity index 100% rename from ext/Math-BigInt/t/req_mbf0.t rename to cpan/Math-BigInt/t/req_mbf0.t diff --git a/ext/Math-BigInt/t/req_mbf1.t b/cpan/Math-BigInt/t/req_mbf1.t similarity index 100% rename from ext/Math-BigInt/t/req_mbf1.t rename to cpan/Math-BigInt/t/req_mbf1.t diff --git a/ext/Math-BigInt/t/req_mbfa.t b/cpan/Math-BigInt/t/req_mbfa.t similarity index 100% rename from ext/Math-BigInt/t/req_mbfa.t rename to cpan/Math-BigInt/t/req_mbfa.t diff --git a/ext/Math-BigInt/t/req_mbfi.t b/cpan/Math-BigInt/t/req_mbfi.t similarity index 100% rename from ext/Math-BigInt/t/req_mbfi.t rename to cpan/Math-BigInt/t/req_mbfi.t diff --git a/ext/Math-BigInt/t/req_mbfn.t b/cpan/Math-BigInt/t/req_mbfn.t similarity index 100% rename from ext/Math-BigInt/t/req_mbfn.t rename to cpan/Math-BigInt/t/req_mbfn.t diff --git a/ext/Math-BigInt/t/req_mbfw.t b/cpan/Math-BigInt/t/req_mbfw.t similarity index 100% rename from ext/Math-BigInt/t/req_mbfw.t rename to cpan/Math-BigInt/t/req_mbfw.t diff --git a/ext/Math-BigInt/t/require.t b/cpan/Math-BigInt/t/require.t similarity index 100% rename from ext/Math-BigInt/t/require.t rename to cpan/Math-BigInt/t/require.t diff --git a/ext/Math-BigInt/t/round.t b/cpan/Math-BigInt/t/round.t similarity index 100% rename from ext/Math-BigInt/t/round.t rename to cpan/Math-BigInt/t/round.t diff --git a/ext/Math-BigInt/t/sub_ali.t b/cpan/Math-BigInt/t/sub_ali.t similarity index 100% rename from ext/Math-BigInt/t/sub_ali.t rename to cpan/Math-BigInt/t/sub_ali.t diff --git a/ext/Math-BigInt/t/sub_mbf.t b/cpan/Math-BigInt/t/sub_mbf.t similarity index 100% rename from ext/Math-BigInt/t/sub_mbf.t rename to cpan/Math-BigInt/t/sub_mbf.t diff --git a/ext/Math-BigInt/t/sub_mbi.t b/cpan/Math-BigInt/t/sub_mbi.t similarity index 100% rename from ext/Math-BigInt/t/sub_mbi.t rename to cpan/Math-BigInt/t/sub_mbi.t diff --git a/ext/Math-BigInt/t/sub_mif.t b/cpan/Math-BigInt/t/sub_mif.t similarity index 100% rename from ext/Math-BigInt/t/sub_mif.t rename to cpan/Math-BigInt/t/sub_mif.t diff --git a/ext/Math-BigInt/t/trap.t b/cpan/Math-BigInt/t/trap.t similarity index 100% rename from ext/Math-BigInt/t/trap.t rename to cpan/Math-BigInt/t/trap.t diff --git a/ext/Math-BigInt/t/upgrade.inc b/cpan/Math-BigInt/t/upgrade.inc similarity index 100% rename from ext/Math-BigInt/t/upgrade.inc rename to cpan/Math-BigInt/t/upgrade.inc diff --git a/ext/Math-BigInt/t/upgrade.t b/cpan/Math-BigInt/t/upgrade.t similarity index 100% rename from ext/Math-BigInt/t/upgrade.t rename to cpan/Math-BigInt/t/upgrade.t diff --git a/ext/Math-BigInt/t/upgradef.t b/cpan/Math-BigInt/t/upgradef.t similarity index 100% rename from ext/Math-BigInt/t/upgradef.t rename to cpan/Math-BigInt/t/upgradef.t diff --git a/ext/Math-BigInt/t/use.t b/cpan/Math-BigInt/t/use.t similarity index 100% rename from ext/Math-BigInt/t/use.t rename to cpan/Math-BigInt/t/use.t diff --git a/ext/Math-BigInt/t/use_lib1.t b/cpan/Math-BigInt/t/use_lib1.t similarity index 100% rename from ext/Math-BigInt/t/use_lib1.t rename to cpan/Math-BigInt/t/use_lib1.t diff --git a/ext/Math-BigInt/t/use_lib2.t b/cpan/Math-BigInt/t/use_lib2.t similarity index 100% rename from ext/Math-BigInt/t/use_lib2.t rename to cpan/Math-BigInt/t/use_lib2.t diff --git a/ext/Math-BigInt/t/use_lib3.t b/cpan/Math-BigInt/t/use_lib3.t similarity index 100% rename from ext/Math-BigInt/t/use_lib3.t rename to cpan/Math-BigInt/t/use_lib3.t diff --git a/ext/Math-BigInt/t/use_lib4.t b/cpan/Math-BigInt/t/use_lib4.t similarity index 100% rename from ext/Math-BigInt/t/use_lib4.t rename to cpan/Math-BigInt/t/use_lib4.t diff --git a/ext/Math-BigInt/t/use_mbfw.t b/cpan/Math-BigInt/t/use_mbfw.t similarity index 100% rename from ext/Math-BigInt/t/use_mbfw.t rename to cpan/Math-BigInt/t/use_mbfw.t diff --git a/ext/Math-BigInt/t/with_sub.t b/cpan/Math-BigInt/t/with_sub.t similarity index 100% rename from ext/Math-BigInt/t/with_sub.t rename to cpan/Math-BigInt/t/with_sub.t diff --git a/t/TEST b/t/TEST index 29d1fdc..ec44903 100755 --- a/t/TEST +++ b/t/TEST @@ -36,7 +36,7 @@ my %temp_no_core = '../cpan/Devel-PPPort' => 1, '../cpan/Getopt-Long' => 1, '../cpan/IO-Compress' => 1, - '../ext/Math-BigInt' => 1, + '../cpan/Math-BigInt' => 1, '../ext/Math-BigRat' => 1, '../ext/MIME-Base64' => 1, '../cpan/NEXT' => 1,