summaryrefslogtreecommitdiff
path: root/lib/version
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-04-26 12:53:39 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-18 11:15:05 -0600
commit5bbbd807d0d9eb8710d0a0529815e27e622795a8 (patch)
tree61e176a5028c5f134c7d1a1aacf2fd1c8efc159c /lib/version
parent8d00ae59bf4b0670b1256b762725a37a9d5195de (diff)
downloadperl-5bbbd807d0d9eb8710d0a0529815e27e622795a8.tar.gz
Internals.pod: Fix broken link
Diffstat (limited to 'lib/version')
-rw-r--r--lib/version/Internals.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod
index dbb73c05b4..1a51254595 100644
--- a/lib/version/Internals.pod
+++ b/lib/version/Internals.pod
@@ -440,7 +440,7 @@ With Perl >= 5.6.2, you can also use a line like this:
and it will again work (i.e. give the error message as above), even with
releases of Perl which do not normally support v-strings (see L<version/What about v-strings> below). This has to do with that fact that C<use> only checks
to see if the second term I<looks like a number> and passes that to the
-replacement L<UNIVERSAL::VERSION>. This is not true in Perl 5.005_04,
+replacement L<UNIVERSAL::VERSION|UNIVERSAL/VERSION>. This is not true in Perl 5.005_04,
however, so you are B<strongly encouraged> to always use a Decimal version
in your code, even for those versions of Perl which support the Dotted-Decimal
version.