NAME
Venus::False - False Class
ABSTRACT
False Class for Perl 5
SYNOPSIS
package main;
use Venus::False;
my $false = Venus::False->new;
# $false->value;
DESCRIPTION
This package provides the global false
value used in Venus::Boolean and the "false" in Venus function.
METHODS
This package provides the following methods:
value
value() (Bool)
The value method returns value representing the global false
value.
Since 1.23
AUTHORS
Awncorp, awncorp@cpan.org
LICENSE
Copyright (C) 2000, Al Newkirk.
This program is free software, you can redistribute it and/or modify it under the terms of the Apache license version 2.0.