mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 13:02:13 +01:00
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)
This commit is contained in:
parent
f6d2cd7704
commit
c0e2041006
@ -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)
|
||||
|
@ -3,7 +3,7 @@ use strict;
|
||||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.26';
|
||||
our $VERSION = '0.27';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user