This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Forgot to update the MANIFEST.
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 6 Dec 2003 20:33:09 +0000 (20:33 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sat, 6 Dec 2003 20:33:09 +0000 (20:33 +0000)
p4raw-id: //depot/perl@21860

MANIFEST

index 67058d2..6219755 100644 (file)
--- 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