Run tests recursively
Florian Ragwitz [Tue, 1 Jun 2010 17:56:29 +0000 (19:56 +0200)]
Makefile.PL

index 4ea151e..f1c8e8c 100644 (file)
@@ -30,7 +30,8 @@ system 'pod2text lib/MooseX/Types.pm > README'
     if -e 'MANIFEST.SKIP';
 
 auto_provides;
-auto_install;
+tests_recursive;
+
 WriteAll;
 
 if ($Module::Install::AUTHOR) {