From: Dave Rolsky Date: Tue, 24 Aug 2010 19:22:34 +0000 (-0500) Subject: Add extra_tests() call X-Git-Tag: 1.11~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5762f629670ba6de7489db06dcb43943140e92ba;p=gitmo%2FMoose.git Add extra_tests() call --- diff --git a/Makefile.PL b/Makefile.PL index 84bee98..8f701ed 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -43,6 +43,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