From: Jesse Vincent Date: Sun, 7 Feb 2010 02:06:56 +0000 (-0800) Subject: Removing invalid port L<> links from Version documentation updates. X-Git-Tag: accepted/trunk/20130322.191538~9518 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dc08a87be50ba933831af3060c5255da6ce8dea3;p=platform%2Fupstream%2Fperl.git Removing invalid port L<> links from Version documentation updates. --- diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index cb179c0..a4f0543fe 100644 --- a/lib/version/Internals.pod +++ b/lib/version/Internals.pod @@ -102,8 +102,7 @@ a single decimal point, e.g.: In general, Dotted-Decimal Versions permit the greatest amount of freedom to specify a version, whereas Decimal Versions enforce a certain -uniformity. See also L for an additional method of -initializing version objects. +uniformity. Just like L, Dotted-Decimal Versions can be used as L. @@ -678,7 +677,7 @@ has been initialized, you can simply test it directly: $vobj = version->new($something); if ( $vobj ) # true only if $something was non-blank -You can also test whether a version object is an L, for +You can also test whether a version object is an alpha version, for example to prevent the use of some feature not present in the main release: