From c0e2041006d26f47bcba5ec272d19f3e606c4c4c Mon Sep 17 00:00:00 2001 From: tokuhirom Date: Wed, 22 Sep 2010 15:12:51 +0900 Subject: [PATCH] Checking in changes prior to tagging of version 0.27. Changelog diff is: diff --git a/perl/Changes b/perl/Changes index b717a82..82174fe 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.27 + + - * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka) + - * ead8edc modified be unpack_(u)int64 in PP(makamaka) + 0.26 - fixed a serious code typo in PP(makamaka) --- perl/Changes | 5 +++++ perl/lib/Data/MessagePack.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/perl/Changes b/perl/Changes index b717a828..82174feb 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,8 @@ +0.27 + + - * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka) + - * ead8edc modified be unpack_(u)int64 in PP(makamaka) + 0.26 - fixed a serious code typo in PP(makamaka) diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index f6e68eb3..5e01b083 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.26'; +our $VERSION = '0.27'; our $PreferInteger = 0; sub true () {