X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=bc320e18e40e8272506a73cea1c3b335c420520b;hb=refs%2Ftags%2F0.37_05;hp=df7604819f89c8054ed3b5c63c27acf910daef97;hpb=e75f21db61e436b0a3646c6edba9a3d1aae7d696;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index df76048..bc320e1 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -2,6 +2,9 @@ use strict; use warnings; use inc::Module::Install; +system($^X, 'author/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm') == 0 + or warn "Cannot generate Mouse::Tiny: $!"; + name 'Mouse'; all_from 'lib/Mouse.pm'; @@ -34,7 +37,6 @@ if ($Module::Install::AUTHOR) { } else { print "you don't have Moose $require_version. skipping moose compatibility test\n"; } - system("author/generate-mouse-tiny.pl"); } WriteAll check_nmake => 0;