From 1adc55b9f629ef27baed8c95178a7d40e2e013ec Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 3 Jul 2011 21:22:36 -0600 Subject: [PATCH] Internals.pod: Fix broken links --- lib/version/Internals.pod | 6 +++--- t/porting/known_pod_issues.dat | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index e8db50f..ff63eba 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, Dotted-Decimal Versions can be used as -L. +Just like L, Dotted-Decimal Versions can be used as +L. =head2 Alpha Versions @@ -620,7 +620,7 @@ The reason for this is that the L operator will turn into the equivalent string "1.000000". Forcing the outer version object to L form will display the mathematically equivalent "v1.0.0". -As the example in L() shows, you can always create a copy of an +As the example in L 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 6380e25..f47747f 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 -- 1.8.3.1