mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-10-22 08:02:08 +02:00
Checking in changes prior to tagging of version 0.28.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 82174fe..b506234 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.28
+
+ - added more tests(gfx)
+ - refactor the PP code(gfx)
+
0.27
- * 6d9a629
perl: modified trivial codes in PP::Unpacker(makamaka)
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
0.28
|
||||||
|
|
||||||
|
- added more tests(gfx)
|
||||||
|
- refactor the PP code(gfx)
|
||||||
|
|
||||||
0.27
|
0.27
|
||||||
|
|
||||||
- * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
|
- * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
|
||||||
|
@@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.27';
|
our $VERSION = '0.28';
|
||||||
our $PreferInteger = 0;
|
our $PreferInteger = 0;
|
||||||
|
|
||||||
sub true () {
|
sub true () {
|
||||||
|
Reference in New Issue
Block a user