From: Jesse Luehrs Date: Wed, 2 Jan 2013 16:27:27 +0000 (-0600) Subject: this todo is only relevant before 5.14 X-Git-Tag: Try-Tiny-0.12~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=463807884405518e24fd6fadcd5f21abc0aeaa70;p=p5sagit%2FTry-Tiny.git this todo is only relevant before 5.14 --- diff --git a/t/basic.t b/t/basic.t index 79c35ad..93e7b03 100644 --- a/t/basic.t +++ b/t/basic.t @@ -133,7 +133,7 @@ sub Evil::new { bless { }, $_[0] } die "foo"; } catch { pass("catch invoked"); - local $TODO = "i don't think we can ever make this work sanely, maybe with SIG{__DIE__}"; + local $TODO = "i don't think we can ever make this work sanely, maybe with SIG{__DIE__}" if $] < 5.014; like($_, qr/foo/); };