Typo fix
Shawn M Moore [Thu, 2 Jul 2009 20:23:08 +0000 (16:23 -0400)]
Makefile.PL

index 2c3ad42..5f13219 100755 (executable)
@@ -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;