From dc08a87be50ba933831af3060c5255da6ce8dea3 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Sat, 6 Feb 2010 18:06:56 -0800 Subject: [PATCH] Removing invalid port L<> links from Version documentation updates. --- lib/version/Internals.pod | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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: -- 2.7.4