mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
Checking in changes prior to tagging of version 0.01. Changelog diff is:
This commit is contained in:
parent
7c27624161
commit
c2a63b2c54
4 changed files with 4 additions and 1 deletions
1
perl/.gitignore
vendored
1
perl/.gitignore
vendored
|
|
@ -9,3 +9,4 @@ msgpack/
|
|||
pack.o
|
||||
pm_to_blib
|
||||
unpack.o
|
||||
MANIFEST
|
||||
|
|
|
|||
|
|
@ -1 +1,2 @@
|
|||
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
|
||||
git.tagpattern = perl-%v
|
||||
|
|
|
|||
|
|
@ -19,3 +19,4 @@
|
|||
^\.shipit$
|
||||
^\.git/
|
||||
\.sw[pon]$
|
||||
^\.gitignore$
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ use warnings;
|
|||
use XSLoader;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = 0.01;
|
||||
our $VERSION = '0.01';
|
||||
|
||||
XSLoader::load(__PACKAGE__, $VERSION);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue