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/);
};