
Data::MessagePack - messagepack

my $packed = Data::MessagePack->pack($dat);
my $unpacked = Data::MessagePack->unpack($dat);

Data::MessagePack is a binary packer for perl.

Pack the string as int when the value looks like int(EXPERIMENTAL).

Tokuhiro Matsuno
