8
0

Accepting request 343816 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/343816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2015-11-11 14:56:21 +00:00
committed by Git OBS Bridge
parent cadd3e8f07
commit f4e87eec51
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Nov 11 10:10:30 UTC 2015 - coolo@suse.com
- updated to 1.999709
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
2015-11-06 v1.999709 pjacklam
* Represent and return zero as 0E0, not 0E1. The old POD said "A zero is
represented and returned as 0E1, not 0E0 (after Knuth)." I find no
references to Knuth ever having said this. The closest reference I can find
is that Knuth says 0**0 should be defined to be 1, not 0, but that is
something else than 0e0, which is 0*10**0. I have yet to see any other
mathematical software that represents and returns zero as 0e1 rather than
0e0.
* Required version of Test::More is 0.9301.
-------------------------------------------------------------------
Fri Nov 6 10:06:53 UTC 2015 - coolo@suse.com