X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=f340858a30c3f52413235a5552eeeaf7546153d7;hp=4ea3b8c5742fb5da92e01a9dabd480afe13470db;hb=8e4a10a887ee294310139992d722aed93b574379;hpb=12f4a95a9552fd877d5efca81da5b60bc132d4c8 diff --git a/Makefile.PL b/Makefile.PL index 4ea3b8c..f340858 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,7 +11,7 @@ use warnings; use inc::Module::Install 1.00; # for co-developpers -use Module::Install::XSUtil 0.27; +use Module::Install::XSUtil 0.30; use Module::Install::AuthorTests; system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0 @@ -29,7 +29,7 @@ test_requires 'Test::Exception' => 0.29; my %suggests = ( 'Any::Moose' => 0.10, - 'Data::Util' => 0.55, + 'MouseX::AttributeHelpers' => 0.06, ); while(my($mod, $least) = each %suggests){ @@ -63,6 +63,7 @@ if($use_xs){ cc_warnings(); use_ppport(3.19); + use_xshelper(); cc_src_paths('xs-src'); } else{