mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-22 08:26:35 +01:00
Checking in changes prior to tagging of version 0.32.
Changelog diff is: diff --git a/perl/Changes b/perl/Changes index 6e07966..4657079 100644 --- a/perl/Changes +++ b/perl/Changes @@ -1,4 +1,8 @@ +0.32 + + - add tests to detect Alpha problems reported via CPAN testers (gfx) + 0.31 - update Module::Install::XSUtil for ccache support (gfx)
This commit is contained in:
parent
770542c8c7
commit
5b786f65a4
@ -1,4 +1,8 @@
|
|||||||
|
|
||||||
|
0.32
|
||||||
|
|
||||||
|
- add tests to detect Alpha problems reported via CPAN testers (gfx)
|
||||||
|
|
||||||
0.31
|
0.31
|
||||||
|
|
||||||
- update Module::Install::XSUtil for ccache support (gfx)
|
- update Module::Install::XSUtil for ccache support (gfx)
|
||||||
|
@ -3,7 +3,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.008001;
|
use 5.008001;
|
||||||
|
|
||||||
our $VERSION = '0.31';
|
our $VERSION = '0.32';
|
||||||
our $PreferInteger = 0;
|
our $PreferInteger = 0;
|
||||||
|
|
||||||
sub true () {
|
sub true () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user