diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-31 16:57:18 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-31 16:57:18 +0000 |
commit | e6c12c3f4e3dab2e29430466d736dcf30a8ad27a (patch) | |
tree | 3c758d214f563395ac816bdb722d097fb7eee7c4 /lib/Math/Complex.pm | |
parent | 91cb744f80af238d97514c9934542625dcabb01a (diff) | |
download | perl-e6c12c3f4e3dab2e29430466d736dcf30a8ad27a.tar.gz |
Daniel S. Lewart adopts the Math::Complex.
p4raw-id: //depot/perl@14508
Diffstat (limited to 'lib/Math/Complex.pm')
-rw-r--r-- | lib/Math/Complex.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index 552e2a39c5..400366ce75 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 <F<Raphael_Manfredi@pobox.com>> and -Jarkko Hietaniemi <F<jhi@iki.fi>>. +Daniel S. Lewart <F<d-lewart@uiuc.edu>> -Extensive patches by Daniel S. Lewart <F<d-lewart@uiuc.edu>>. +Original authors Raphael Manfredi <F<Raphael_Manfredi@pobox.com>> and +Jarkko Hietaniemi <F<jhi@iki.fi>> =cut |