Internals.pod: Fix broken link
authorKarl Williamson <public@khwilliamson.com>
Tue, 26 Apr 2011 18:53:39 +0000 (12:53 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 18 May 2011 17:15:05 +0000 (11:15 -0600)
lib/version/Internals.pod

index dbb73c0..1a51254 100644 (file)
@@ -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.