summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-07-03 21:22:36 -0600
committerKarl Williamson <public@khwilliamson.com>2011-07-03 22:17:57 -0600
commit1adc55b9f629ef27baed8c95178a7d40e2e013ec (patch)
tree6305d85583d5db90bd26c37948ab4bd33635cb9b
parent7622680c0f69b4632e019428c2c32745a78489a3 (diff)
downloadperl-1adc55b9f629ef27baed8c95178a7d40e2e013ec.tar.gz
Internals.pod: Fix broken links
-rw-r--r--lib/version/Internals.pod6
-rw-r--r--t/porting/known_pod_issues.dat1
2 files changed, 3 insertions, 4 deletions
diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod
index e8db50f750..ff63eba6af 100644
--- a/lib/version/Internals.pod
+++ b/lib/version/Internals.pod
@@ -104,8 +104,8 @@ In general, Dotted-Decimal Versions permit the greatest amount of freedom
to specify a version, whereas Decimal Versions enforce a certain
uniformity.
-Just like L<Decimal Versions>, Dotted-Decimal Versions can be used as
-L<Alpha Versions>.
+Just like L</Decimal Versions>, Dotted-Decimal Versions can be used as
+L</Alpha Versions>.
=head2 Alpha Versions
@@ -620,7 +620,7 @@ The reason for this is that the L<numify()|version/numify()> operator will turn
into the equivalent string "1.000000". Forcing the outer version object
to L<normal()|version/normal()> form will display the mathematically equivalent "v1.0.0".
-As the example in L<new>() shows, you can always create a copy of an
+As the example in L</new()> shows, you can always create a copy of an
existing version object with the same value by the very compact:
$v2 = $v1->new($v1);
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 6380e25ed9..f47747f0b1 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -351,7 +351,6 @@ lib/perl5db.pl Verbatim line length including indents exceeds 80 by 1
lib/strict.pm Verbatim line length including indents exceeds 80 by 1
lib/utf8.pm Verbatim line length including indents exceeds 80 by 4
lib/version.pod Verbatim line length including indents exceeds 80 by 2
-lib/version/internals.pod Apparent broken link 1
lib/version/internals.pod Verbatim line length including indents exceeds 80 by 2
lib/vmsish.pm Verbatim line length including indents exceeds 80 by 1
pod/perl5123delta.pod Pod NAME already used 1