[perl #73988] [BUG] No warning or error when declaring two CATCH (or CONTROL) blocks in the same scope in Rakudo

2011-10-04 Thread Will Coleda via RT
On Fri Apr 02 04:42:43 2010, masak wrote: > rakudo: die "A"; CATCH { say "OH HAI" }; CATCH { say "OH NOES" > } > rakudo 63ff06: OUTPUT«OH HAI␤» > std: die "A"; CATCH { say "OH HAI" }; CATCH { say "OH NOES" } > std 30265: OUTPUT«ok 00:01 106m␤» > what actually *does* happen when you have two CA

[perl #73988] [BUG] No warning or error when declaring two CATCH (or CONTROL) blocks in the same scope in Rakudo

2010-04-02 Thread Carl Mäsak
# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #73988] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=73988 > rakudo: die "A"; CATCH { say "OH HAI" }; CATCH { say "OH NOES" } rakudo 63ff06: OUTPUT