From a525e6d7a96c44710624f56985b8657cdcf6c8d7 Mon Sep 17 00:00:00 2001 From: David Golden Date: Sat, 6 Feb 2010 14:12:21 -0500 Subject: [PATCH] document version::is_strict/is_lax --- lib/version.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.7.4