From: Karen Etheridge Date: Mon, 6 May 2013 17:30:59 +0000 (-0700) Subject: HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see RT#85088) X-Git-Tag: v1.003000~55^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoo.git;a=commitdiff_plain;h=040b273865600d815731e915e4806c8618486e25 HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see RT#85088) --- diff --git a/Makefile.PL b/Makefile.PL index c739ef4..9dc1b04 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,6 +75,7 @@ WriteMakefile( }, x_breaks => { # enter conflicting data here, *and* in Moo::Conflicts + 'HTML::Restrict' => '2.1.5', }, }, ($mymeta && !$mymeta_works ? (NO_MYMETA => 1) : ()), diff --git a/lib/Moo/Conflicts.pm b/lib/Moo/Conflicts.pm index 488e2ca..080f7bb 100644 --- a/lib/Moo/Conflicts.pm +++ b/lib/Moo/Conflicts.pm @@ -9,7 +9,7 @@ use Dist::CheckConflicts -conflicts => { # enter conflicting downstream deps here, with the version indicating # the last *broken* version that *does not work*. - + 'HTML::Restrict' => '2.1.5', }, # these dists' ::Conflicts modules (if they exist) are also checked for