summaryrefslogtreecommitdiffstats
path: root/lib/Math/Decimal/FastPP.pm
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2017-01-05 00:23:45 (EST)
committer P. J. McDermott <pj@pehjota.net>2017-01-05 00:23:45 (EST)
commitac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a (patch)
tree8696ab49f216d04b02529429b39b34726f200ef0 /lib/Math/Decimal/FastPP.pm
parente641ebbdc772b5e32fd5293a81819bb2dafbce27 (diff)
downloadMath-Decimal-FastPP-ac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a.zip
Math-Decimal-FastPP-ac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a.tar.gz
Math-Decimal-FastPP-ac9a7025ea068b4b05b1aa9c56cc86a287b5bd4a.tar.bz2
lib/Math/Decimal/FastPP.pm: Improve POD formatting
Diffstat (limited to 'lib/Math/Decimal/FastPP.pm')
-rw-r--r--lib/Math/Decimal/FastPP.pm6
1 files changed, 3 insertions, 3 deletions
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<Math::Decimal>.
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<THEORY> below.
+For help reading the bodies of these functions, see L</THEORY> 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<printf>).
=head1 AUTHOR
-Patrick McDermott <patrick.mcdermott@libiquity.com>
+Patrick McDermott L<mailto:patrick.mcdermott@libiquity.com>
=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 <http://www.gnu.org/licenses/>.
+along with this program. If not, see L<http://www.gnu.org/licenses/>.
=cut