summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-12-06 20:33:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-12-06 20:33:09 +0000
commit6ae58cb5a953df59589e334c56b254287b3037e6 (patch)
tree62df4974c377097207778fcbb8a6d90a48e2f89a /MANIFEST
parentb468573bc115dade83803f5bf64da04006e5943f (diff)
downloadperl-6ae58cb5a953df59589e334c56b254287b3037e6.tar.gz
Forgot to update the MANIFEST.
p4raw-id: //depot/perl@21860
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST b/MANIFEST
index 67058d269e..6219755af7 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1325,7 +1325,6 @@ lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
lib/Math/BigFloat/Trace.pm bignum tracing
lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
-lib/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc
lib/Math/BigInt/t/bare_mif.t Rounding tests under BareCalc
@@ -2620,6 +2619,7 @@ t/lib/MakeMaker/Test/Setup/Recurs.pm MakeMaker test utilities
t/lib/MakeMaker/Test/Utils.pm MakeMaker test utilities
t/lib/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
+t/lib/Math/BigInt/Scalar.pm Pure Perl module to support Math::BigInt
t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
t/lib/Math/BigRat/Test.pm Math::BigRat test helper
t/lib/sample-tests/bailout Test data for Test::Harness