The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Keyword::Boolean - The real boolean keywords

VERSION

This document describes Keyword::Boolean version 0.001.

SYNOPSIS

    use 5.11.2;
    use Keyword::Boolean;

    my $t = true;
    my $f = false;

    ...;

DESCRIPTION

Keyword::Boolean provides two keywords: true and false.

They are real keywords introduced by the PL_keyword_plugin mechanism, not by constant subroutines nor by source filters, so you cannot call them as subroutines.

DEPENDENCIES

Perl 5.11.2 or later, and a C compiler.

BUGS

No bugs have been reported.

Please report any bugs or feature requests to the author.

SEE ALSO

perl5112delta

perlapi

AUTHOR

Goro Fuji (gfx) <gfuji(at)cpan.org>

LICENSE AND COPYRIGHT

Copyright (c) 2010, Goro Fuji (gfx). All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.