![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | FreeBSD distfiles |
Filename: | Data-MessagePack-0.36.tar.gz |
NAME Data::MessagePack - MessagePack serialising/deserialising SYNOPSIS use Data::MessagePack; my $mp = Data::MessagePack->new(); $mp->canonical->utf8->prefer_integer if $needed; my $packed = $mp->pack($dat); my $unpacked = $mp->unpack($dat); DESCRIPTION This module converts Perl data structures to MessagePack and vice versa. ABOUT MESSAGEPACK more»
#line 1 package Module::Install::ReadmeFromPod; use 5.006; use strict; use warnings; use base qw(Module::Install::Base); use vars qw($VERSION); $VERSION = '0.12'; sub readme_from { my $self = shift; return unless $self->is_admin; my $file = shift || $self->_all_from or die "Can't determine file to make readme_from"; my $clean = shift; print "Writing README from $file\n"; requ more»
0.36 2011-08-21 14:41:51 - Fix a PP issue incompatible with XS impl - Fix docs 0.35_01 2011-08-19 15:27:00 - address issue/20 (cho45): Data::MessagePack did not finish correctly when was given devided packed data - address pull-req/82 (cho45): canonical mode like JSON.pm - added JSON.pm-compat interface - added utf8 mode to apply utf8::decode() when unpacking - more»
[DIR] | Data-MessagePack-0.36/ (14) |