ouch, modified pod

This commit is contained in:
makamaka
2010-09-02 23:58:40 +09:00
parent 2b75d54ce1
commit f91728561f

View File

@@ -502,6 +502,11 @@ __END__
Data::MessagePack::PP - Pure Perl implementation of Data::MessagePack
=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 SEE ALSO
@@ -509,12 +514,6 @@ L<http://msgpack.sourceforge.jp/>,
L<Data::MessagePack>,
L<http://frox25.no-ip.org/~mtve/wiki/MessagePack.html>,
=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