Perl: updated docs.

This commit is contained in:
tokuhirom
2010-05-03 01:09:21 +09:00
parent 77d48f9cee
commit 77f5cb1f1f
2 changed files with 25 additions and 6 deletions

View File

@@ -30,6 +30,20 @@ Data::MessagePack - messagepack
Data::MessagePack is a binary packer for perl.
=head1 METHODS
=over 4
=item my $packed = Data::MessagePack->pack($data);
pack the $data to messagepack format string.
=item my $unpacked = Data::MessagePack->unpack($msgpackstr);
unpack the $msgpackstr to messagepack format string.
=back
=head1 Configuration Variables
=over 4