projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e650ba5
)
Typo fix
Shawn M Moore [Thu, 2 Jul 2009 20:23:08 +0000 (16:23 -0400)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2c3ad42
..
5f13219
100755
(executable)
--- 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;