diff options
author | David Golden <dagolden@cpan.org> | 2010-02-06 14:12:21 -0500 |
---|---|---|
committer | David Golden <dagolden@cpan.org> | 2010-02-06 15:10:11 -0500 |
commit | a525e6d7a96c44710624f56985b8657cdcf6c8d7 (patch) | |
tree | a3800e4d6b21d9910d4fa2a12add51f12dad62ae /lib/version.pod | |
parent | 42bd538f820268331bc55a66fa9df0673de69250 (diff) | |
download | perl-a525e6d7a96c44710624f56985b8657cdcf6c8d7.tar.gz |
document version::is_strict/is_lax
Diffstat (limited to 'lib/version.pod')
-rw-r--r-- | lib/version.pod | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/version.pod b/lib/version.pod index e09a2886c0..2e22992a10 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 E<lt>jpeacock@cpan.orgE<gt> |