There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

DR::Tnt::Msgpack::Types::Blob - container for blob.

SYNOPSIS

use DR::Tnt::Msgpack::Types::Blob;

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

DESCRIPTION

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