From: Dave Rolsky Date: Sat, 28 Aug 2010 01:12:37 +0000 (-0500) Subject: Module::Install is a giant broken piece of crap - gah X-Git-Tag: 1.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Ftags%2F1.11;p=gitmo%2FMoose.git Module::Install is a giant broken piece of crap - gah --- diff --git a/Makefile.PL b/Makefile.PL index 6c43c6f..1e81d22 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,8 +45,6 @@ tests_recursive(); repository 'git://git.moose.perl.org/Moose.git'; add_metadata(x_authority => 'cpan:STEVAN'); -extra_tests(); - WriteAll(); # Use the xt/author/test-my-dependents.t test to figure