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

DR::Tnt::Msgpack::Types::Str - container for string.

SYNOPSIS

    use DR::Tnt::Msgpack::Types::Str;

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

DESCRIPTION

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