mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-20 13:33:51 +01:00
Perl: releng for 0.12
This commit is contained in:
parent
262fe96c29
commit
120a85a3e5
@ -1,3 +1,7 @@
|
||||
0.12
|
||||
|
||||
- PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
|
||||
|
||||
0.11
|
||||
|
||||
- oops(no feature changes)
|
||||
|
@ -4,7 +4,7 @@ use warnings;
|
||||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.11';
|
||||
our $VERSION = '0.12';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };
|
||||
|
Loading…
x
Reference in New Issue
Block a user