mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
perl: releng for data-messagepack 0.11
This commit is contained in:
parent
f0f574a15b
commit
ebe41a24f1
@ -1,3 +1,7 @@
|
|||||||
|
0.11
|
||||||
|
|
||||||
|
- oops(no feature changes)
|
||||||
|
|
||||||
0.10
|
0.10
|
||||||
|
|
||||||
- added more test cases.
|
- added more test cases.
|
||||||
|
@ -4,7 +4,7 @@ use warnings;
|
|||||||
use XSLoader;
|
use XSLoader;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.10';
|
our $VERSION = '0.11';
|
||||||
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