Try::Tiny::Except is broken with current Try::Tiny
Karen Etheridge [Sat, 29 Oct 2016 17:47:49 +0000 (10:47 -0700)]
see https://github.com/tfoertsch/perl-Try-Tiny-Except/issues/1

dist.ini

index c39027d..bb41df8 100644 (file)
--- 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]