diff options
| author | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-03 18:15:45 +0900 |
|---|---|---|
| committer | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-03 18:15:45 +0900 |
| commit | cb5c878b77c9286cc6ca47dd04978550479ae7de (patch) | |
| tree | e885628c873f2921c30e7bbfc424099edc1b7b45 /perl/lib/Data/MessagePack.pm | |
| parent | 34ed3bc9e3a3d97db8c8254056559553e4fda969 (diff) | |
| download | msgpack-python-cb5c878b77c9286cc6ca47dd04978550479ae7de.tar.gz | |
Checking in changes prior to tagging of version 0.05. Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 33fb36c..15603ea 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.05
+
+ - change type detection for old perl
+
0.04
- check SvROK first(reported by yappo++)
Diffstat (limited to 'perl/lib/Data/MessagePack.pm')
| -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 c61cac0..46fb45d 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.04'; +our $VERSION = '0.05'; our $PreferInteger = 0; XSLoader::load(__PACKAGE__, $VERSION); |
