Checking in changes prior to tagging of version 0.01. Changelog diff is:

This commit is contained in:
Tokuhiro Matsuno
2009-07-01 18:40:14 +09:00
parent 7c27624161
commit c2a63b2c54
4 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ use warnings;
use XSLoader;
use 5.008001;
our $VERSION = 0.01;
our $VERSION = '0.01';
XSLoader::load(__PACKAGE__, $VERSION);