From 371ba3ffe3cc84c471468c1b91195908944a6c80 Mon Sep 17 00:00:00 2001
From: tokuhirom <tokuhirom@gmail.com>
Date: Mon, 18 Oct 2010 19:30:08 +0900
Subject: [PATCH] Checking in changes prior to tagging of version 0.34.

Changelog diff is:

diff --git a/perl/Changes b/perl/Changes
index 50177f4..486f1c3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,6 @@
+0.34
+
+    - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)

 0.33
---
 perl/Changes                 | 3 +++
 perl/README                  | 2 ++
 perl/lib/Data/MessagePack.pm | 4 +++-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/perl/Changes b/perl/Changes
index 50177f4d..486f1c32 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,6 @@
+0.34
+
+    - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)
 
 0.33
 
diff --git a/perl/README b/perl/README
index ae924ee6..3f25f70c 100644
--- a/perl/README
+++ b/perl/README
@@ -123,6 +123,8 @@ THANKS TO
 
     hanekomu
 
+    Kazuho Oku
+
 LICENSE
     This library is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm
index 9111db0b..afe37af3 100644
--- a/perl/lib/Data/MessagePack.pm
+++ b/perl/lib/Data/MessagePack.pm
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use 5.008001;
 
-our $VERSION = '0.33';
+our $VERSION = '0.34';
 our $PreferInteger = 0;
 
 sub true () {
@@ -191,6 +191,8 @@ FURUHASHI Sadayuki
 
 hanekomu
 
+Kazuho Oku
+
 =head1 LICENSE
 
 This library is free software; you can redistribute it and/or modify