| Name: | perl-Math-BigInt-GMP | 
|---|---|
| Version: | 1.6004 | 
| Release: | 5.el8 | 
| Architecture: | x86_64 | 
| Group: | Unspecified | 
| Size: | 66703 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-Math-BigInt-GMP-1.6004-5.el8.x86_64.rpm | 
| Source RPM: | perl-Math-BigInt-GMP-1.6004-5.el8.src.rpm | 
| Build Date: | Sun Nov 03 2019 | 
| Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com | 
| Vendor: | Oracle America | 
| URL: | http://search.cpan.org/dist/Math-BigInt-GMP/ | 
| Summary: | Use the GMP library for Math::BigInt routines | 
| Description: | Provides support for big integer calculations by means of the GMP library, as a replacement (drop-in) module for Math::BigInt's core, Math::BigInt::Calc.pm. Math::BigInt::GMP does not use Math::GMP, but provides its own XS layer to access the GMP library. This cuts out another (perl subroutine) layer and also reduces the memory footprint by not loading Math::GMP and Carp at all.  | 
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- 1.6004 bump
- 1.6003 bump
- 1.6002 bump
- 1.6001 bump
- Update to 1.6000
  - Sync test files with Math-BigInt-1.999800
  - Update bundled Devel::CheckLib from v1.03 to v1.07
  - Math::BigInt::GMP is now a subclass of Math::BigInt::Lib, so remove pure
    Perl methods from Math::BigInt::GMP that are implemented in the superclass
    Math::BigInt::Lib; the methods removed are _digit(), _num(), _nok(), and
    _log_int() (the version of _log_int() implemented in Math::BigInt::GMP was
    buggy anyway)
  - Fix _check() so it doesn't give a "use of uninitialized value" warning if
    given an undefined "object"
  - Trim whitespace in all files
  - Better use of the functionality in Test::More in t/bigintg.t
- Add support for build --with author_tests
  - Perl 5.24 rebuild