# New Ticket Created by Zoffix Znet # Please include the string: [perl #128418] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=128418 >
In Test.pm6, we have throws-like that takes either a Callable or a Str as the first arg. The Callable gets called and Str gets EVALed. However, with dies-ok/lives-ok the implementation rolls out an entirely new set of subs: eval-dies-ok/eval-lives-ok. This RFC proposes the eval-dies-ok/eval-lives-ok subs get deprecated and eventually removed in favour of implementing an interface consistent with throws-like where dies-ok/lives-ok will take either Callable or Str and Str will get EVALed
