diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 18:21:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-11-05 18:21:46 +0000 |
commit | 1cf6bcb82b487d8b46243d2e315539ffa9189b1f (patch) | |
tree | edefadec6eddf9316b74e7d7011d76a896c6e57f | |
parent | 908268814f02faf4635885d2cb46669bad5bb32b (diff) | |
download | perl-1cf6bcb82b487d8b46243d2e315539ffa9189b1f.tar.gz |
Add =pod to be tidy.
p4raw-id: //depot/perl@7561
-rw-r--r-- | lib/Math/Complex.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Math/Complex.pm b/lib/Math/Complex.pm index e7a071ab7f..066e36638b 100644 --- a/lib/Math/Complex.pm +++ b/lib/Math/Complex.pm @@ -1414,6 +1414,8 @@ sub stringify_polar { 1; __END__ +=pod + =head1 NAME Math::Complex - complex numbers and associated mathematical functions |