mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
Perl: 0.15
This commit is contained in:
parent
23a7137e6a
commit
558e9c21ed
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
0.15
|
||||
|
||||
- better argument validation.
|
||||
(Dan Kogai)
|
||||
|
||||
0.14
|
||||
|
||||
- fixed segv on serializing cyclic reference
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.14';
|
||||
our $VERSION = '0.15';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue