NAME

Venus::Undef - Undef Class

ABSTRACT

Undef Class for Perl 5

SYNOPSIS

package main;

use Venus::Undef;

my $undef = Venus::Undef->new;

# $undef->defined;

DESCRIPTION

This package provides methods for manipulating undef data.

INHERITS

This package inherits behaviors from:

Venus::Kind::Value

METHODS

This package provides the following methods:

default

default() (Undef)

The default method returns the default value, i.e. undef.

Since 0.01

default example 1
# given: synopsis;

my $default = $undef->default;

# undef

AUTHORS

Cpanery, cpanery@cpan.org

LICENSE

Copyright (C) 2021, Cpanery

Read the "license" file.