From: Father Chrysostomos Date: Sun, 13 Feb 2011 22:47:10 +0000 (-0800) Subject: perldiag: fewer, not less X-Git-Tag: accepted/trunk/20130322.191538~5654 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9da2b86b76a86f6c74ac3520310f512e01c22d8b;p=platform%2Fupstream%2Fperl.git perldiag: fewer, not less (plus a bit of reflow) --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0f6a2f4..cd4f975 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2303,9 +2303,9 @@ silently ignored. (F) A version number did not meet the "lax" criteria for versions. A "lax" version number is a positive decimal number (integer or decimal-fraction) without exponentiation or else a dotted-decimal -v-string. If the v-string has less than three components, it must have a -leading 'v' character. Otherwise, the leading 'v' is optional. Both -decimal and dotted-decimal versions may have a trailing "alpha" +v-string. If the v-string has fewer than three components, it must +have a leading 'v' character. Otherwise, the leading 'v' is optional. +Both decimal and dotted-decimal versions may have a trailing "alpha" component separated by an underscore character after a fractional or dotted-decimal component. The parenthesized text indicates which criteria were not met. See the L module for more details on