mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00: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
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ use strict;
|
|||
use warnings;
|
||||
use 5.008001;
|
||||
|
||||
our $VERSION = '0.31';
|
||||
our $VERSION = '0.32';
|
||||
our $PreferInteger = 0;
|
||||
|
||||
sub true () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue