From: Karen Etheridge Date: Sat, 29 Oct 2016 17:47:49 +0000 (-0700) Subject: Try::Tiny::Except is broken with current Try::Tiny X-Git-Tag: v0.28~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FTry-Tiny.git;a=commitdiff_plain;h=51a107a282cad227d50a266324fdcc8944e1db3f Try::Tiny::Except is broken with current Try::Tiny see https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1 --- diff --git a/dist.ini b/dist.ini index c39027d..bb41df8 100644 --- a/dist.ini +++ b/dist.ini @@ -38,3 +38,8 @@ module = Sub::Util [OnlyCorePrereqs] check_dual_life_versions = 0 + +[Breaks] +Try::Tiny::Except = <= 0.01 ; https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1 + +[Test::CheckBreaks]