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

NAME

Data::Encoder::Data::MessagePack - Data::Encoder gateway for Data::MessagePack

SYNOPSIS

  use Data::Encoder;
  
  my $encoder = Data::Encoder->load('Data::MessagePack');
  my $packed = $encoder->encode([qw/foo bar/]);
  my $unpacked = $encoder->deocde($packed);

AUTHOR

xaicron <xaicron {at} cpan.org>

COPYRIGHT

Copyright 2010 - xaicron

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

Data::MessagePack