X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=5f13219c0bca643d65c7695c6d45e01b000202b5;hb=93ac97dd92e8c829816790b432a5638ad4585904;hp=2c3ad42a8c70f2f6fbdd5bd6b973dfff3fbbde84;hpb=e650ba5bf38083cced30b94f5e9c104ee2947e98;p=gitmo%2FMouse.git diff --git a/Makefile.PL b/Makefile.PL index 2c3ad42..5f13219 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -24,7 +24,7 @@ if ($Module::Install::AUTHOR) { } else { print "you don't have a moose. skipping moose compatibility test\n"; } - system("authour/generate-mouse-tiny.pl"); + system("author/generate-mouse-tiny.pl"); } auto_include;