NAME
Venus::True - True Class
ABSTRACT
True Class for Perl 5
SYNOPSIS
package main;
use Venus::True;
my $true = Venus::True->new;
# $true->value;
DESCRIPTION
This package provides the global true
value used in Venus::Boolean and the "true" in Venus function.
METHODS
This package provides the following methods:
value
value() (Bool)
The value method returns value representing the global true
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.