summaryrefslogtreecommitdiff
path: root/perl/lib/Data/MessagePack
diff options
context:
space:
mode:
authormakamaka <makamaka.donzoko@gmail.com>2010-09-02 23:56:55 +0900
committermakamaka <makamaka.donzoko@gmail.com>2010-09-02 23:56:55 +0900
commit2b75d54ce14521b70b63d7aa808a005ac8dafdfa (patch)
tree9e642ec415f76523561c4d1608d476d10bf77b21 /perl/lib/Data/MessagePack
parentcdc09a7d30e3390dba17db64df121a2dc34c8f04 (diff)
downloadmsgpack-python-2b75d54ce14521b70b63d7aa808a005ac8dafdfa.tar.gz
modified pod
Diffstat (limited to 'perl/lib/Data/MessagePack')
-rw-r--r--perl/lib/Data/MessagePack/PP.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/lib/Data/MessagePack/PP.pm b/perl/lib/Data/MessagePack/PP.pm
index 8658373..270db34 100644
--- a/perl/lib/Data/MessagePack/PP.pm
+++ b/perl/lib/Data/MessagePack/PP.pm
@@ -509,16 +509,16 @@ L<http://msgpack.sourceforge.jp/>,
L<Data::MessagePack>,
L<http://frox25.no-ip.org/~mtve/wiki/MessagePack.html>,
-=head1 AUTHOR
-
-makamaka
-
=head1 LIMITATION
Currently this module works completely in Perl 5.10 or later.
In Perl 5.8.x, it cannot C<unpack> uint64 and int64.
+=head1 AUTHOR
+
+makamaka
+
=head1 COPYRIGHT AND LICENSE
This library is free software; you can redistribute it and/or modify