From: Florian Ragwitz Date: Tue, 24 Aug 2010 19:26:16 +0000 (+0200) Subject: Make M::I::ExtraTests fail more obvious X-Git-Tag: 1.08~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ba545a6f42f454ab174c8fa725644734e6df02b;p=gitmo%2FClass-MOP.git Make M::I::ExtraTests fail more obvious --- diff --git a/Makefile.PL b/Makefile.PL index e8e28da..3d66fb4 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,7 @@ use strict; use warnings; use inc::Module::Install; +use Module::Install::ExtraTests; use 5.008001; check_conflicts();