[perl #126914] Block less try fails to catch exception
[email protected] ("Zoffix Znet via RT")
| Newsgroups | perl.perl6.compiler |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 14 Dec 2015 00:48:15 -0800, [email protected] wrote: > https://rt.perl.org/Ticket/Display.html?id=126914 > > http://nopaste.linux-dev.org/?881099 > > In this code a 'say' was added to all the subs. the previuosly passing > *_orelse also fails to catch the exception Thanks, but the paste looks to have expired. In the future, please include the code right in the ticket (or attached to the ticket as a file) No idea what the original code was and I don't see any problems with blockless try: <Zoffix__> m: try die; say 'all good' <camelia> rakudo-moar bfb5279aa: OUTPUT: «all good»