Accepting request 825764 from devel:languages:perl:autoupdate

- updated to 0.91
   see /usr/share/doc/packages/perl-Math-Matrix/Changes
  0.91 2020-08-09
   * Ensure a recent version of Math::Complex in the test files that use that
     module. Math::Complex didn't support any way of cloning/copying
     Math::Complex objects before version 1.57.
  0.9 2020-08-07
   * Fix typos in POD and add more documentation and examples.
   * Extended new() to handle empty matrices and allow the matrix to be specified
     as a single argument.
   * Improve code so subclassing works better.
   * Add many new tests to confirm existing and new behaviour.
   * Misellaneous modernizations.
   * This release closes CPAN RT ##104334 and #109353.

OBS-URL: https://build.opensuse.org/request/show/825764
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Math-Matrix?expand=0&rev=5
This commit is contained in:
Lars Vogdt
2020-08-16 23:42:21 +00:00
committed by Git OBS Bridge
parent 1c803579f2
commit 878d8be3dc
5 changed files with 90 additions and 32 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Aug 11 03:11:00 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 0.91
see /usr/share/doc/packages/perl-Math-Matrix/Changes
0.91 2020-08-09
* Ensure a recent version of Math::Complex in the test files that use that
module. Math::Complex didn't support any way of cloning/copying
Math::Complex objects before version 1.57.
0.9 2020-08-07
* Fix typos in POD and add more documentation and examples.
* Extended new() to handle empty matrices and allow the matrix to be specified
as a single argument.
* Improve code so subclassing works better.
* Add many new tests to confirm existing and new behaviour.
* Misellaneous modernizations.
* This release closes CPAN RT ##104334 and #109353.
-------------------------------------------------------------------
Thu Nov 7 09:27:11 UTC 2013 - opensuse@dstoecker.de