Changelogging
gfx [Mon, 2 Nov 2009 02:59:11 +0000 (11:59 +0900)]
Changes
Makefile.PL

diff --git a/Changes b/Changes
index 5a4902c..bd0260d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,9 @@
 Revision history for Mouse
 
-0.40_04
+0.40_05 Mon Nov  2 11:59:01 2009
+    * Shipped with Module::Install::XSUtil 0.16
+
+0.40_04 Tue Nov  1 11:58:27 2009
     * Implement type constraint generators in XS
 
 0.40_03 Fri Oct 30 12:03:58 2009
index 189d868..1dc902a 100755 (executable)
@@ -55,7 +55,7 @@ if($use_xs){
     ;
 
     require Module::Install::XSUtil;
-    Module::Install::XSUtil->VERSION(0.15); # for co-developpers
+    Module::Install::XSUtil->VERSION(0.16); # for co-developpers
 
     use_ppport(3.19);
     cc_warnings();