mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-16 23:12:57 +02:00
Perl: change for release Data-MessagePack-0.09
This commit is contained in:
parent
9817e9b18d
commit
7873e41e00
@ -1,3 +1,8 @@
|
|||||||
|
0.09
|
||||||
|
|
||||||
|
- support NVTYPE=="long double" or IVTYPE=="long long" environment
|
||||||
|
(thanks to Jun Kuriyama++)
|
||||||
|
|
||||||
0.08
|
0.08
|
||||||
|
|
||||||
- fixed PVNV issue...
|
- fixed PVNV issue...
|
||||||
|
@ -20,6 +20,6 @@
|
|||||||
^\.git/
|
^\.git/
|
||||||
\.sw[pon]$
|
\.sw[pon]$
|
||||||
^\.gitignore$
|
^\.gitignore$
|
||||||
ppport.h
|
|
||||||
\.o$
|
\.o$
|
||||||
\.bs$
|
\.bs$
|
||||||
|
^Data-MessagePack-[0-9.]+/
|
||||||
|
@ -4,7 +4,7 @@ use warnings;
|
|||||||
use XSLoader;
|
use XSLoader;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.08';
|
our $VERSION = '0.09';
|
||||||
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" };
|
||||||
@ -44,6 +44,10 @@ Pack the string as int when the value looks like int(EXPERIMENTAL).
|
|||||||
|
|
||||||
Tokuhiro Matsuno
|
Tokuhiro Matsuno
|
||||||
|
|
||||||
|
=head1 THANKS TO
|
||||||
|
|
||||||
|
Jun Kuriyama
|
||||||
|
|
||||||
=head1 LICENSE
|
=head1 LICENSE
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify
|
This library is free software; you can redistribute it and/or modify
|
||||||
|
Loading…
x
Reference in New Issue
Block a user