Perl: releng for 0.10

This commit is contained in:
tokuhirom
2010-05-05 16:55:06 +09:00
parent 9420436c09
commit f0f574a15b
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ use warnings;
use XSLoader;
use 5.008001;
our $VERSION = '0.09_01';
our $VERSION = '0.10';
our $PreferInteger = 0;
our $true = do { bless \(my $dummy = 1), "Data::MessagePack::Boolean" };