summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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