HTML::Restrict 2.1.5 breaks with Moo 1.002000 (see RT#85088)
Karen Etheridge [Mon, 6 May 2013 17:30:59 +0000 (10:30 -0700)]
Makefile.PL
lib/Moo/Conflicts.pm

index c739ef4..9dc1b04 100644 (file)
@@ -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) : ()),
index 488e2ca..080f7bb 100644 (file)
@@ -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