This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to Math::BigInt 1.36. The biggest news is
[perl5.git] / MANIFEST
index 2c9da00..efe3026 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -227,6 +227,7 @@ ext/Encode/Encode/gb12345.enc       Encoding tables
 ext/Encode/Encode/gb1988.enc   Encoding tables
 ext/Encode/Encode/gb2312.enc   Encoding tables
 ext/Encode/Encode/gsm0338.enc  Encoding tables
+ext/Encode/Encode/HZ.enc       Encoding tables
 ext/Encode/Encode/iso2022-jp.enc       Encoding tables
 ext/Encode/Encode/iso2022-kr.enc       Encoding tables
 ext/Encode/Encode/iso2022.enc  Encoding tables
@@ -958,7 +959,9 @@ lib/Locale/Maketext/TPJ13.pod       Locale::Maketext documentation article
 lib/look.pl                    A "look" equivalent
 lib/Math/BigFloat.pm           An arbitrary precision floating-point arithmetic package
 lib/Math/BigInt.pm             An arbitrary precision integer arithmetic package
+lib/Math/BigInt/Calc.pm                Pure Perl module to support Math::BigInt
 lib/Math/BigInt/t/bigfltpm.t   See if BigFloat.pm works
+lib/Math/BigInt/t/bigintc.t    See if BigInt/Calc.pm works
 lib/Math/BigInt/t/bigintpm.t   See if BigInt.pm works
 lib/Math/BigInt/t/mbimbf.t     BigInt/BigFloat accuracy, precicion and fallback, round_mode
 lib/Math/Complex.pm            A Complex package