mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 21:18:23 +01:00
Perl: change for release Data-MessagePack-0.09_01
This commit is contained in:
parent
e0b65bf196
commit
7b68b04efd
@ -1,3 +1,7 @@
|
||||
0.09_01
|
||||
|
||||
- fixed memory leak issue(reported by Maxime Soulé)
|
||||
|
||||
0.09
|
||||
|
||||
- support NVTYPE=="long double" or IVTYPE=="long long" environment
|
||||
|
@ -4,7 +4,7 @@ use warnings;
|
||||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.09';
|
||||
our $VERSION = '0.09_01';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user