document version::is_strict/is_lax
David Golden [Sat, 6 Feb 2010 19:12:21 +0000 (14:12 -0500)]
lib/version.pod

index e09a288..2e22992 100644 (file)
@@ -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 E<lt>jpeacock@cpan.orgE<gt>