From: Karl Williamson Date: Tue, 26 Apr 2011 18:53:39 +0000 (-0600) Subject: Internals.pod: Fix broken link X-Git-Tag: accepted/trunk/20130322.191538~4289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5bbbd807d0d9eb8710d0a0529815e27e622795a8;p=platform%2Fupstream%2Fperl.git Internals.pod: Fix broken link --- diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index dbb73c0..1a51254 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 below). This has to do with that fact that C only checks to see if the second term I and passes that to the -replacement L. This is not true in Perl 5.005_04, +replacement L. This is not true in Perl 5.005_04, however, so you are B to always use a Decimal version in your code, even for those versions of Perl which support the Dotted-Decimal version.