summaryrefslogtreecommitdiff
path: root/perl/lib
diff options
context:
space:
mode:
authortokuhirom <tokuhirom@gmail.com>2010-09-20 23:40:12 +0900
committertokuhirom <tokuhirom@gmail.com>2010-09-20 23:40:12 +0900
commit664eefdddb6633badeecbbd4dc654eb113b3814d (patch)
tree38518a2962c5a9cc66d34b27e11a9d190db7b138 /perl/lib
parent220d76c97499d918f1dcb45d34a495a635dc2f44 (diff)
downloadmsgpack-python-664eefdddb6633badeecbbd4dc654eb113b3814d.tar.gz
Checking in changes prior to tagging of version 0.26.
Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 3d455cb..b717a82 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.26 + + - fixed a serious code typo in PP(makamaka) + 0.25 (NO FEATURE CHANGES)
Diffstat (limited to 'perl/lib')
-rw-r--r--perl/lib/Data/MessagePack.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm
index 2cbbe79..f6e68eb 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.25';
+our $VERSION = '0.26';
our $PreferInteger = 0;
sub true () {