X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=69807fe3d89f61efb4bc807d0e80ae20b218441c;hb=d9a1c59257d98ea0e415a96029ca8aa8e3ca9ab7;hp=e8c7e6178c8d446cfa583f5a9e0d72f31cbb3086;hpb=4b46a4be88ff40d07ff8c22d0fa7d51380f19067;p=gitmo%2FMoo.git diff --git a/Makefile.PL b/Makefile.PL index e8c7e61..69807fe 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,7 +72,11 @@ WriteMakefile( META_MERGE => { no_index => { directory => [ 'xt' ] - } + }, + x_breaks => { + # enter conflicting data here, *and* in Moo::Conflicts + 'HTML::Restrict' => '2.1.5', + }, }, ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()), LICENSE => 'perl', @@ -105,6 +109,8 @@ sub check_conflicts { EOF } + return if $ENV{AUTOMATED_TESTING} || $ENV{NONINTERACTIVE_TESTING}; + # More or less copied from Module::Build return if $ENV{PERL_MM_USE_DEFAULT}; return unless -t STDIN && ( -t STDOUT || !( -f STDOUT || -c STDOUT ) );