|
NAMEVenus::False - False Class ABSTRACTFalse Class for Perl 5 SYNOPSISpackage main; use Venus::False; my $false = Venus::False->new; # $false->value; DESCRIPTIONThis package provides the global "false" value used in Venus::Boolean and the "false" in Venus function. METHODSThis package provides the following methods: valuevalue() (boolean) The value method returns value representing the global "false" value. Since 1.23
AUTHORSAwncorp, "awncorp@cpan.org" LICENSECopyright (C) 2022, Awncorp, "awncorp@cpan.org". This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.
|