From f91728561fe9c374edb93262e7c9a7c1d819d284 Mon Sep 17 00:00:00 2001 From: makamaka Date: Thu, 2 Sep 2010 23:58:40 +0900 Subject: [PATCH] ouch, modified pod --- perl/lib/Data/MessagePack/PP.pm | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/perl/lib/Data/MessagePack/PP.pm b/perl/lib/Data/MessagePack/PP.pm index 270db343..5d956078 100644 --- a/perl/lib/Data/MessagePack/PP.pm +++ b/perl/lib/Data/MessagePack/PP.pm @@ -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 uint64 and int64. + =head1 SEE ALSO @@ -509,12 +514,6 @@ L, L, L, -=head1 LIMITATION - -Currently this module works completely in Perl 5.10 or later. -In Perl 5.8.x, it cannot C uint64 and int64. - - =head1 AUTHOR makamaka