8
0

Accepting request 341636 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/341636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-BigInt?expand=0&rev=23
This commit is contained in:
2015-10-30 11:51:30 +00:00
committed by Git OBS Bridge
parent f91ea39a2e
commit b7ea3d50b0
4 changed files with 35 additions and 5 deletions

View File

@@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri Oct 30 10:55:11 UTC 2015 - coolo@suse.com
- updated to 1.999707
see /usr/share/doc/packages/perl-Math-BigInt/CHANGES
2015-10-29 v1.999707 pjacklam
* Added dependency on Math::Complex 1.39 for Math::Complex::Inf(), which is
used for numifying infinity.
* Updated author information.
* Updated information in the file README.
* Removed the files INSTALL and LICENSE as this information is already covered
in the file README.
* Enable 'use warnings' in all modules. We require a Perl newer than 5.6.0
anyway.
* Replace 'use vars ...' with 'our ...'. We require a Perl newer than 5.6.0
anyway.
* Avoid indirect object syntax in documentation.
* Moved 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.
-------------------------------------------------------------------
Thu Oct 29 10:06:14 UTC 2015 - coolo@suse.com