From: gfx Date: Sat, 27 Feb 2010 05:59:43 +0000 (+0900) Subject: use Module::Install::AuthorTests for co-developpers X-Git-Tag: 0.50_05~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d202164d8a8e006ffaa0b57d50278167922f62a3;hp=3c0dcf2682dae5f7cab02ce4bd3210b85ad72e01;p=gitmo%2FMouse.git use Module::Install::AuthorTests for co-developpers --- 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: $!";