Make strict_constructor public
[gitmo/Mouse.git] / Makefile.PL
index d7ae893..17cdb7e 100755 (executable)
@@ -8,7 +8,7 @@ BEGIN{
 
 use strict;
 use warnings;
-use inc::Module::Install;
+use inc::Module::Install 0.99;
 
 # for co-developpers
 use Module::Install::XSUtil 0.24;
@@ -34,7 +34,7 @@ if($] < 5.010) {
 }
 
 my %suggests = (
-    'Class::Method::Modifiers::Fast' => 0.041,
+    'Data::Util'                     => 0.55,
     'MouseX::AttributeHelpers'       => 0.06,
 );