diff options
| author | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-01 18:40:14 +0900 |
|---|---|---|
| committer | Tokuhiro Matsuno <tokuhirom@gmail.com> | 2009-07-01 18:40:14 +0900 |
| commit | c2a63b2c54f49c2ab92c5247aa76c02414404b7c (patch) | |
| tree | ca3f19267f9a8d45b4279b828c762c92ca6f3e6d /perl/lib | |
| parent | 7c276241610ac7a2920e399346a7690038adaed9 (diff) | |
| download | msgpack-python-c2a63b2c54f49c2ab92c5247aa76c02414404b7c.tar.gz | |
Checking in changes prior to tagging of version 0.01. Changelog diff is:
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 7b5604d..cb3f73a 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.01; +our $VERSION = '0.01'; XSLoader::load(__PACKAGE__, $VERSION); |
