From: Dave Rolsky Date: Sat, 28 Aug 2010 15:38:05 +0000 (-0500) Subject: Add extra_tests back X-Git-Tag: 1.12~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=73885d7d0196573068ccdb9728dca4f8212dad29;p=gitmo%2FMoose.git Add extra_tests back --- diff --git a/Makefile.PL b/Makefile.PL index 1e81d22..6c43c6f 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -45,6 +45,8 @@ 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