fixup Makefile.PL to generate Mouse/Tiny.pm so we actually have a working 'make dist...
[gitmo/Mouse.git] / Makefile.PL
index 3170cee..2c3ad42 100755 (executable)
@@ -24,6 +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");
 }
 
 auto_include;