mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-18 20:38:00 +01:00
Checking in changes prior to tagging of version 0.07. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes index 1a51ddf..4e7f1d7 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,3 +1,7 @@ +0.07 + + - do not use switch (SvTYPE(val)). + 0.06 - use SvNOK.
This commit is contained in:
parent
718227bc2c
commit
794adf9469
@ -1,3 +1,7 @@
|
||||
0.07
|
||||
|
||||
- do not use switch (SvTYPE(val)).
|
||||
|
||||
0.06
|
||||
|
||||
- use SvNOK.
|
||||
|
@ -4,7 +4,7 @@ use warnings;
|
||||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.06';
|
||||
our $VERSION = '0.07';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
XSLoader::load(__PACKAGE__, $VERSION);
|
||||
|
Loading…
x
Reference in New Issue
Block a user