projects
/
p5sagit/Try-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bebc632
)
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
patch
|
blob
|
blame
|
history
diff --git
a/dist.ini
b/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]