perl: make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv

This commit is contained in:
frsyuki
2009-07-03 01:49:37 +09:00
parent 580fbe77e9
commit 0f9dcb8610
3 changed files with 38 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ use XSLoader;
use 5.008001;
our $VERSION = '0.02';
our $PreferInteger = 0;
XSLoader::load(__PACKAGE__, $VERSION);