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:
Fuji, Goro 2010-10-12 23:12:34 +09:00
parent 770542c8c7
commit 5b786f65a4
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.008001;
our $VERSION = '0.31';
our $VERSION = '0.32';
our $PreferInteger = 0;
sub true () {