The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.