summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-05 18:21:46 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-05 18:21:46 +0000
commit1cf6bcb82b487d8b46243d2e315539ffa9189b1f (patch)
treeedefadec6eddf9316b74e7d7011d76a896c6e57f
parent908268814f02faf4635885d2cb46669bad5bb32b (diff)
downloadperl-1cf6bcb82b487d8b46243d2e315539ffa9189b1f.tar.gz
Add =pod to be tidy.
p4raw-id: //depot/perl@7561
-rw-r--r--lib/Math/Complex.pm2
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