From: David Golden Date: Sat, 6 Feb 2010 19:12:21 +0000 (-0500) Subject: document version::is_strict/is_lax X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a525e6d7a96c44710624f56985b8657cdcf6c8d7;p=p5sagit%2Fp5-mst-13.2.git document version::is_strict/is_lax --- diff --git a/lib/version.pod b/lib/version.pod index e09a288..2e22992 100644 --- a/lib/version.pod +++ b/lib/version.pod @@ -388,6 +388,20 @@ to your namespace, use this form: use version 0.77 (); +=head2 is_lax() + +(Not exported by default) + +This function takes a scalar argument and returns a boolean value indicating +whether the argument meets the "lax" rules for a version number. + +=head2 is_strict() + +(Not exported by default) + +This function takes a scalar argument and returns a boolean value indicating +whether the argument meets the "strict" rules for a version number. + =head1 AUTHOR John Peacock Ejpeacock@cpan.orgE