mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-21 23:56:55 +02:00
Merge commit 'perl-0.30'
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
|
||||
MakeDist.destination=~/.shipit-dist/
|
||||
git.tagpattern = perl-%v
|
||||
|
@@ -3,7 +3,7 @@ use strict;
|
||||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.29';
|
||||
our $VERSION = '0.30';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
Reference in New Issue
Block a user