diff options
author | Zefram <zefram@fysh.org> | 2011-05-18 21:54:55 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-05-18 22:31:50 +0100 |
commit | 3194a40a2b5938cb9768640166e46dd3bc670e0b (patch) | |
tree | 106a0d0fb0d36835222a8942b0770b9526fa2f4f /Porting | |
parent | 91a2e9f615c98c7be7adf43d6a8a7482eb59811f (diff) | |
download | perl-3194a40a2b5938cb9768640166e46dd3bc670e0b.tar.gz |
update Math-Complex to CPAN version 1.57
* Add copy constructor and arrange for it to be called
appropriately, problem found by David Madore and Alexandr
Ciornii.
* Correctly format polarwise when a numeric format specifier is
given, problem found by TomC.
* More stable great_circle_direction algorithm, problem found
by Daniel Burr.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 446db4909e..e31cb022cd 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1220,7 +1220,7 @@ use File::Glob qw(:case); 'Math::Complex' => { 'MAINTAINER' => 'zefram', - 'DISTRIBUTION' => 'JHI/Math-Complex-1.56.tar.gz', + 'DISTRIBUTION' => 'ZEFRAM/Math-Complex-1.57.tar.gz', 'FILES' => q[cpan/Math-Complex], 'EXCLUDED' => [ qw{ |