From: Shawn M Moore Date: Thu, 2 Jul 2009 20:23:08 +0000 (-0400) Subject: Typo fix X-Git-Tag: 0.32~68 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df9418cfff52d693001b4a6502286f8e9fe2d56c;p=gitmo%2FMouse.git Typo fix --- 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;