From ac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 05 Jan 2017 00:23:45 -0500 Subject: lib/Math/Decimal/FastPP.pm: Improve POD formatting --- (limited to 'lib/Math/Decimal/FastPP.pm') diff --git a/lib/Math/Decimal/FastPP.pm b/lib/Math/Decimal/FastPP.pm index 1cb3dc5..9723013 100644 --- a/lib/Math/Decimal/FastPP.pm +++ b/lib/Math/Decimal/FastPP.pm @@ -28,7 +28,7 @@ L. This module is designed both to run fast and to be used fast. The functions are written to be as short and fast as possible, at a small cost in readability. -For help reading the bodies of these functions, see L below. +For help reading the bodies of these functions, see L below. The names and parameters of this module's functions are kept minimal to allow them to be typed quickly and to take little space in calling code. After all, a @@ -221,7 +221,7 @@ C<$c + 0>) or print with formatting (with C). =head1 AUTHOR -Patrick McDermott +Patrick McDermott L =head1 SEE ALSO @@ -244,6 +244,6 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with this program. If not, see . +along with this program. If not, see L. =cut -- cgit v0.9.1