X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=614a4d017f3a1d376700970504a9037f7dc4dd77;hb=0126c27c413cb63f67e66e09b0fdfeb92117503a;hp=39b0fe727b620d46486d0a7c3550871917684a68;hpb=0d2fef85388af5e7762027f149cf6a3c6bd36649;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 39b0fe7..614a4d0 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -20,6 +20,7 @@ include 'Test::Exception'; # work around 0.27_0x (its use of diehook might be wr recommends 'MRO::Compat' if $] < 5.010; makemaker_args PL_FILES => { 'author/generate-mouse-tiny.pl' => 'lib/Mouse/Tiny.pm' }; +system 'author/generate-mouse-tiny.pl', 'lib/Mouse/Tiny.pm'; if ($Module::Install::AUTHOR) { local @INC = ('lib', @INC);