diff options
| author | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-03 18:19:29 +0900 |
|---|---|---|
| committer | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-03 18:19:29 +0900 |
| commit | 7da1a9b3cfa5687f24cdfde4068677675bc4a076 (patch) | |
| tree | e6c14ee8be598deba60816cc4b4ba37923fb0967 /perl/lib | |
| parent | 661f27348188d15e841467ececd75e27cd77980b (diff) | |
| download | msgpack-python-7da1a9b3cfa5687f24cdfde4068677675bc4a076.tar.gz | |
Checking in changes prior to tagging of version 0.06. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 15603ea..1a51ddf 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.06
+
+ - use SvNOK.
+
0.05
- change type detection for old perl
Diffstat (limited to 'perl/lib')
| -rw-r--r-- | perl/lib/Data/MessagePack.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/lib/Data/MessagePack.pm b/perl/lib/Data/MessagePack.pm index 46fb45d..be22203 100644 --- a/perl/lib/Data/MessagePack.pm +++ b/perl/lib/Data/MessagePack.pm @@ -4,7 +4,7 @@ use warnings; use XSLoader; use 5.008001; -our $VERSION = '0.05'; +our $VERSION = '0.06'; our $PreferInteger = 0; XSLoader::load(__PACKAGE__, $VERSION); |
