From: Florian Ragwitz <rafl@debian.org>
Date: Tue, 24 Aug 2010 19:25:29 +0000 (+0200)
Subject: Make M::I::ExtraTests fail more obvious
X-Git-Tag: 1.11~17
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3be21337e3cd9e3a5f7f44b0a26bd423876b1a00;p=gitmo%2FMoose.git

Make M::I::ExtraTests fail more obvious
---

diff --git a/Makefile.PL b/Makefile.PL
index 8f701ed..51224e6 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,6 +2,7 @@ use strict;
 use warnings;
 use inc::Module::Install 0.98;
 use Module::Install::AuthorRequires;
+use Module::Install::ExtraTests;
 use 5.008003;
 
 check_broken_extratests();