From 845e675a8d6e2c72f57d01636e848724c9412378 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 18 Aug 2012 17:55:58 -0500 Subject: this works fine on 5.14+ --- t/basic.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/basic.t b/t/basic.t index 0e2e324..02e9437 100644 --- a/t/basic.t +++ b/t/basic.t @@ -100,7 +100,6 @@ 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__}"; like($_, qr/foo/); } pass("syntax ok"); -- cgit v1.2.3