- updated to 1.3004 2018-04-17
1.3004 2018-04-17
* The tests now require Test::More version 0.88 or newer.
* Sync test files with Math-BigInt.
* Add test files t/release-test-version.t, t/release-portability.t,
and t/release-cpan-changes.t.
* Use a MANIFEST.SKIP file based on the default file in the
ExtUtils-Manifest distribution.
* Format CHANGES according to CPAN::Changes::Spec.
* Convert test file t/02pod.t to t/release-pod.t and t/03podcov.t
to t/release-pod-coverage.t.
1.3003 2017-01-11
* Fix syntax for required version of Math::BigInt::Lib.
* Better checking of POD coverage.
* Sync test files with Math-BigInt-1.999808.
* _from_hex() now accepts input without a "0x" prefix.
* _from_bin() is more now efficient as it utilises the fact that
Math::Pari::_hex_cvt() assumes the input is binary if the
strings is prefixed by "0b".
* Implement _to_hex(), _to_oct(), and _to_bin() for conversion to
hexadecimal, octal, and binary without prefix.
* Fix _nok() to work around a bug in Math::Pari::binomial().
It doesn't correctly handle cases where both n and k are very large.
* Correct a few cases where non-OO syntax was used, e.g., "$x = _one();"
should be "$x = $class -> _one();".
* _inc() and _dec() now uses post-increment and post-decrement, respectively,
rather than adding or subtracting one.
* In test file t/01load.t, display the PARI library version number.
1.3002 2016-12-03
* Use ExtUtils::MakeMaker rather than Module::Install in Makefile.PL
OBS-URL: https://build.opensuse.org/request/show/638234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-Pari?expand=0&rev=18
* Upgrade bundled modules in "inc" to latest version. (Peter John Acklam)
* Math::BigInt::GMP now requires Math::BigInt v1.997 (Peter John Acklam).
* Include "^MYMETA\.(yml|json)\z" in MANIFEST.SKIP. Whereas META.* are
generated by the distribution author at packaging time, MYMETA.* are
generated by the end user at configure time after any dynamic
dependencies are known. (Peter John Acklam)
* Updated common test files from the Math::BigInt distribution. (Peter
John Acklam)
* Change bigintpm.inc to reflect recent changes in the Math::BigInt
distribution (Peter John Acklam).
* Include latest version of test scripts from Math-BigInt (closes RT#65580)
(Peter John Acklam).
* Add 00sig.t for testing SIGNATURE, and 01load.t for basic module loading and
giving diagnostics useful for bug tracking (Peter John Acklam).
* Rename pod.t to 02pod.t and pod_cov.t to 03podcov.t and use more generic
code (Peter John Acklam).
* Clean up whitespace (Peter John Acklam).
* Fix tests with Math::BigInt >= 1.90 and depend on it.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-Pari?expand=0&rev=11