From: Jarkko Hietaniemi Date: Thu, 31 Jan 2002 16:57:18 +0000 (+0000) Subject: Daniel S. Lewart adopts the Math::Complex. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e6c12c3f4e3dab2e29430466d736dcf30a8ad27a;p=p5sagit%2Fp5-mst-13.2.git Daniel S. Lewart adopts the Math::Complex. p4raw-id: //depot/perl@14508 --- diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 552e2a3..400366c 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -9,7 +9,7 @@ package Math::Complex; our($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $Inf); -$VERSION = 1.33; +$VERSION = 1.34; BEGIN { unless ($^O eq 'unicosmk') { @@ -1936,10 +1936,10 @@ Whatever it is, it does not manifest itself anywhere else where Perl runs. =head1 AUTHORS -Raphael Manfredi > and -Jarkko Hietaniemi >. +Daniel S. Lewart > -Extensive patches by Daniel S. Lewart >. +Original authors Raphael Manfredi > and +Jarkko Hietaniemi > =cut