From a1c01c6722a50db0aedcc73f2bb6cdd6f16c8f3a Mon Sep 17 00:00:00 2001
From: gfx <gfuji@cpan.org>
Date: Sun, 19 Sep 2010 15:15:31 +0900
Subject: [PATCH] perl: regen README

---
 perl/README | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/perl/README b/perl/README
index 34769602..224ff08c 100644
--- a/perl/README
+++ b/perl/README
@@ -2,6 +2,8 @@ NAME
     Data::MessagePack - MessagePack serialising/deserialising
 
 SYNOPSIS
+        use Data::MessagePack;
+
         my $packed   = Data::MessagePack->pack($dat);
         my $unpacked = Data::MessagePack->unpack($dat);
 
@@ -51,7 +53,8 @@ Configuration Variables
 
 SPEED
     This is a result of benchmark/serialize.pl and benchmark/deserialize.pl
-    on my SC440(Linux 2.6.32-23-server #37-Ubuntu SMP).
+    on my SC440(Linux 2.6.32-23-server #37-Ubuntu SMP). (You should
+    benchmark them with your data if the speed matters, of course.)
 
         -- serialize
         JSON::XS: 2.3
@@ -123,3 +126,7 @@ SEE ALSO
     <http://msgpack.org/> is the official web site for the MessagePack
     format.
 
+    Data::MessagePack::Unpacker
+
+    AnyEvent::MPRPC
+