X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Makefile.PL;h=314ab758c99dd10b4e7a47a06207cd920c753619;hp=e960218313e99fb4cf8e870ee81890b74d532563;hb=3e073ebb5257629d20ebe83d849ccdcf97244914;hpb=5f69227097e1e60f2bd31a9f5d71f5a344e6cbc5 diff --git a/Makefile.PL b/Makefile.PL index e960218..314ab75 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -3,7 +3,7 @@ use warnings; use inc::Module::Install; # for co-developpers -use Module::Install::XSUtil 0.19; +use Module::Install::XSUtil 0.21; system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0 or warn "Cannot generate Mouse::Tiny: $!";