Accepting request 638236 from home:pmonrealgonzalez:branches:devel:languages:perl

- updated to 0.5007 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.
 
 0.5006 2017-01-11 pjacklam
  * Fix syntax for required version of Math::BigInt::Lib.
  * Better checking of POD coverage.
  * Sync test files with Math-BigInt-1.999808.
 
 0.5005 2016-12-13 pjacklam
  * Add more logic to Makefile.PL regarding INSTALLDIRS (CPAN RT
    #119199 and #119225).
 0.5004 2016-12-11 pjacklam
  * Fix Makefile.PL so that this module installs over the core
    version.
  * Sync test files with Math-BigInt-1.999805.
 0.5003 2016-12-03 pjacklam
  * Use ExtUtils::MakeMaker rather than Module::Install in
    Makefile.PL
  * Add LICENSE file, since the other Math::BigInt-related
    distributions have one.
  * Remove INSTALL file. The information is in the README file.
  * Inform that the TODO file is not up to date.

OBS-URL: https://build.opensuse.org/request/show/638236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt-FastCalc?expand=0&rev=25
This commit is contained in:
2018-09-26 07:34:18 +00:00
committed by Git OBS Bridge
parent cc0c20f177
commit 70b19d8bf7
4 changed files with 73 additions and 18 deletions

View File

@@ -1,3 +1,59 @@
-------------------------------------------------------------------
Tue Sep 25 15:23:56 UTC 2018 - pmonrealgonzalez@suse.com
- updated to 0.5007 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.
0.5006 2017-01-11 pjacklam
* Fix syntax for required version of Math::BigInt::Lib.
* Better checking of POD coverage.
* Sync test files with Math-BigInt-1.999808.
0.5005 2016-12-13 pjacklam
* Add more logic to Makefile.PL regarding INSTALLDIRS (CPAN RT
#119199 and #119225).
0.5004 2016-12-11 pjacklam
* Fix Makefile.PL so that this module installs over the core
version.
* Sync test files with Math-BigInt-1.999805.
0.5003 2016-12-03 pjacklam
* Use ExtUtils::MakeMaker rather than Module::Install in
Makefile.PL
* Add LICENSE file, since the other Math::BigInt-related
distributions have one.
* Remove INSTALL file. The information is in the README file.
* Inform that the TODO file is not up to date.
0.5002 2016-11-23 pjacklam
* Sync test files with Math-BigInt-1.999801. Add t/biglog.t and
t/bigroot.t since these are included in the test suite for the
other backend libraries (GMP and Pari).
0.5001 2016-11-17 pjacklam
* Avoid 'use parent' to retain compatibility with old Perls.
* Fix incorrect version numbers in the CHANGES file.
* Trim whitespace.
0.5000 2016-11-15 pjacklam
* Sync test files with Math-BigInt-1.999800.
* Math::BigInt::FastCalc is now a subclass of Math::BigInt::Calc,
so remove aliases like *Math::BigInt::FastCalc::_xxx =
\&Math::BigInt::Calc::_xxx.
* Use OO-calls rather than function calls.
* Fix documentation error in Math::BigInt::FastCalc
- Cleaned with spec-cleaner
-------------------------------------------------------------------
Thu Jun 2 04:50:00 UTC 2016 - coolo@suse.com