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

NAME

DR::Tnt::Msgpack::Types::Bool - container for bool.

SYNOPSIS

    use DR::Tnt::Msgpack::Types::Bool;

    my $o = DR::Tnt::Msgpack::Types::Bool->new(1);
    my $blob = msgpack($o);

DESCRIPTION

See DR::Tnt::Msgpack::Types.