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

Class::Boolean - A Boolean Object Class

SYNOPSIS

    use Class::Boolean;
    my $bool = Class::Boolean->new;

VERSION

    v0.1.1

DESCRIPTION

This package provides a versatile boolean class object for the manipulation and chaining of boolean values.

See Module::Generic::Boolean for more information.

SEE ALSO

Class::Array, Class::Scalar, Class::Number, Class::Boolean, Class::Assoc, Class::File, Class::DateTime, Class::Exception, Class::Finfo, Class::NullChain

AUTHOR

Jacques Deguest <jack@deguest.jp>

COPYRIGHT & LICENSE

Copyright (c) 2021 DEGUEST Pte. Ltd.

You can use, copy, modify and redistribute this package and associated files under the same terms as Perl itself.