X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=cbcd6ae8f0dc413e5710d052a21ddf4e4f6bb2c1;hb=d202164d8a8e006ffaa0b57d50278167922f62a3;hp=d83108e70875eba7dd898ed2f5ac756761fb0e9e;hpb=3c0dcf2682dae5f7cab02ce4bd3210b85ad72e01;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index d83108e..cbcd6ae 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ use inc::Module::Install; # for co-developpers use Module::Install::XSUtil 0.21; +use Module::Install::AuthorTests; system($^X, 'tool/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0 or warn "Cannot generate Mouse::Tiny: $!";