Try::Tiny::Except is broken with current Try::Tiny
[p5sagit/Try-Tiny.git] / dist.ini
index 0f82e5b..bb41df8 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -11,7 +11,13 @@ skip = t/given_when.t
 skip = t/when.t
 
 [@Author::ETHER]
-installer = MakeMaker
+:version = 0.119
+; instead of using the remote: origin = p5sagit@git.shadowcat.co.uk:Sub-Name.git,
+; use the read-only mirror remote: github = git@github.com:p5sagit/Sub-Name.git
+; so we can receive github pull requests
+server = github
+GithubMeta.remote = github
+installer = MakeMaker   ; stay 5.6-friendly
 Authority.authority = cpan:NUFFIN
 ; tests optionally require 5.010
 AutoPrereqs.skip = ^perl$
@@ -32,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]