mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-16 06:56:39 +02:00
Perl: releng for 0.10
This commit is contained in:
parent
9420436c09
commit
f0f574a15b
@ -1,3 +1,9 @@
|
||||
0.10
|
||||
|
||||
- added more test cases.
|
||||
- fixed portability issue
|
||||
- (reviewed by gfx++)
|
||||
|
||||
0.09_01
|
||||
|
||||
- fixed memory leak issue(reported by Maxime Soulé)
|
||||
|
@ -4,7 +4,7 @@ use warnings;
|
||||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.09_01';
|
||||
our $VERSION = '0.10';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user