1.16 2025-03-28 * Update documentation. * Add new module Math::BigRat::Constant similar to Math::BigInt::Constant and Math::BigRat::Constant. * Fix typos in documentation. 1.15 2023-04-03 * Update documentation. Remove/update obsolete URLs. 1.14 2022-05-16 * Fix bug; as_int() should return a copy, so it is safe. 1.13 2021-09-28 * Correct typos and improve wording in the documentation. 1.12 2021-07-14 * Convert test files t/pod.t and t/pod_cov.t into t/release-pod.t and t/release-pod-coverage.t. * Better Makefile.PL. * The tests now require Test::More version 0.88 or newer. * Reorganize existing test files, and add more test files. * New MANIFEST.SKIP file based on the template in the ExtUtils-Manifest distribution. * Format CHANGES according to CPAN::Changes::Spec. 1.11 2016-12-08 pjacklam * Add more tests, including tests for the from_hex(), from_oct(), from_bin(), and from_bytes() to confirm latest fix in Math-BigInt-1.999804 regarding 1.10 2016-12-03 pjacklam * Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL * Remove Build.PL. It is no longer supported. * Remove INSTALL file. The information is in the README file. * Better documentation. * Update README file. * Update BUGS file. * Better documentation in BUGS and SUPPORT sections in .pm file. * Remove author information in LICENSE file. * Inform that the TODO file is not up to date. * CHANGES file now has the same formatting as other Math::BigInt-related distributions. 1.09 2016-11-28 pjacklam * In Makefile.PL, add "#!perl" to the top, as it gives nice syntax highlighting in some editors. * In Makefile.PL, change "require 5.6.2" to "require 5.006001". Math::BigInt requires only Perl v5.6.1, not v5.6.2. * Use more of the functionality provided by Test::More. * Add a few more test. * "Modernise" t/pod.t and t/pod_cov.t. * Required version of Math::BigInt is 1.999802 (was 1.85). * Required version of Test::More is 0.47 (was 0.62). * Update bundled version of Module::Install to 1.17 (was 0.65). 1.08 2007-05-05 Tels 322 tests * require Math::BigInt v1.85 * bundle and use Module::Install * add POD tests * add tests for: bnok(), bexp(), as_oct() etc. 1.07 2006-03-14 Tels 129 tests * fix failing tests due to 0 vs '' difference 1.06 2005-01-01 Tels 129 tests * require Math::BigInt v1.74 * use like() in tests * write our own META.yml in Makefile.PL to fix License field 1.05 2004-01-12 Tels 103 tests * added bfround(), bround(), bfac(), bmodinv(), bmodpow() to tests * removed some double tests * added some more tests for allowed operations * small doc fixes and enhancements * converted test file to Test::More 1.04 2002-02-10 Tels 72 tests * broken out from Math::Big * added blog()/bfac()/band() to the testsuite 1.03 2001-06-29 * fixed copy(); added tests for bgcd() and blcm() 1.02 2001-06-15 * fixed documentation to match current version * added tests for band(), bior(), bxor(), bceil(), bfloor(), bnan() and binf() 1.01 2001-03-27 * fixed up documentation 1.00 2001-03-24 * first version