diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-07-03 21:22:36 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-07-03 22:17:57 -0600 |
commit | 1adc55b9f629ef27baed8c95178a7d40e2e013ec (patch) | |
tree | 6305d85583d5db90bd26c37948ab4bd33635cb9b /lib | |
parent | 7622680c0f69b4632e019428c2c32745a78489a3 (diff) | |
download | perl-1adc55b9f629ef27baed8c95178a7d40e2e013ec.tar.gz |
Internals.pod: Fix broken links
Diffstat (limited to 'lib')
-rw-r--r-- | lib/version/Internals.pod | 6 |
1 files changed, 3 insertions, 3 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); |