mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
Checking in changes prior to tagging of version 0.22.
Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 5d5a5e2..dd47b98 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.22 + + - fixed issue on ithreads(broken from 0.21) + 0.21 - doc enhancment
This commit is contained in:
parent
a41f7ce3bd
commit
65befb84a0
@ -1,3 +1,7 @@
|
|||||||
|
0.22
|
||||||
|
|
||||||
|
- fixed issue on ithreads(broken from 0.21)
|
||||||
|
|
||||||
0.21
|
0.21
|
||||||
|
|
||||||
- doc enhancment
|
- doc enhancment
|
||||||
|
@ -25,3 +25,4 @@
|
|||||||
^Data-MessagePack-[0-9.]+/
|
^Data-MessagePack-[0-9.]+/
|
||||||
^\.testenv/test_pp.pl
|
^\.testenv/test_pp.pl
|
||||||
^ppport.h$
|
^ppport.h$
|
||||||
|
^xshelper.h$
|
||||||
|
@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.21';
|
our $VERSION = '0.22';
|
||||||
our $PreferInteger = 0;
|
our $PreferInteger = 0;
|
||||||
|
|
||||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user