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::Msgpuck::Str - container for strings.

SYNOPSIS

use DR::Msgpuck::Bool;
use DR::Msgpuck;

my $blobstr = msgpack(DR::Msgpuck::Str->new(123));

DESCRIPTION

From time to time You need to pack numbers as strings. Use the class for such cases.

AUTHOR

Dmitry E. Oboukhov, <unera@debian.org>

COPYRIGHT AND LICENSE

Copyright (C) 2016 by Dmitry E. Oboukhov

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.