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
+1
View File
@@ -9,3 +9,4 @@ msgpack/
pack.o
pm_to_blib
unpack.o
MANIFEST
+1
View File
@@ -1 +1,2 @@
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
git.tagpattern = perl-%v
+1
View File
@@ -19,3 +19,4 @@
^\.shipit$
^\.git/
\.sw[pon]$
^\.gitignore$
+1 -1
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);