Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack

Conflicts:
	perl/lib/Data/MessagePack.pm
This commit is contained in:
Tokuhiro Matsuno
2009-07-03 11:39:34 +09:00
4 changed files with 101 additions and 14 deletions

View File

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