summaryrefslogtreecommitdiff
path: root/lib/version
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 09:39:48 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:03 -0600
commitc5009e80cede7194e9eeda14e6dbf30f685bcaab (patch)
tree8625a621016965990d1eb067adda9aab50d10b5b /lib/version
parenteea834d05bb1562f0c3ef0c9fbc9b9477d394560 (diff)
downloadperl-c5009e80cede7194e9eeda14e6dbf30f685bcaab.tar.gz
Internals.pod: Fix broken links
Diffstat (limited to 'lib/version')
-rw-r--r--lib/version/Internals.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod
index 7cf4dc6769..dbb73c05b4 100644
--- a/lib/version/Internals.pod
+++ b/lib/version/Internals.pod
@@ -6,7 +6,7 @@ version::Internals - Perl extension for Version Objects
Overloaded version objects for all modern versions of Perl. This documents
the internal data representation and underlying code for version.pm. See
-L<version.pod> for daily usage. This document is only useful for users
+L<version> for daily usage. This document is only useful for users
interested in the gory details.
=head1 WHAT IS A VERSION?
@@ -245,7 +245,7 @@ helpful:
Because of the nature of the Perl parsing and tokenizing routines,
certain initialization values B<must> be quoted in order to correctly
parse as the intended version, especially when using the L<declare> or
-L<qv> methods. While you do not have to quote decimal numbers when
+L</qv()> methods. While you do not have to quote decimal numbers when
creating version objects, it is always safe to quote B<all> initial values
when using version.pm methods, as this will ensure that what you type is
what is used.