|
NAMEVenus::True - True Class ABSTRACTTrue Class for Perl 5 SYNOPSISpackage main; use Venus::True; my $true = Venus::True->new; # $true->value; DESCRIPTIONThis package provides the global "true" value used in Venus::Boolean and the "true" in Venus function. METHODSThis package provides the following methods: valuevalue() (boolean) The value method returns value representing the global "true" 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.
|