[perl #67374] [BUG] cannot die or fail without parameters

2011-10-16 Thread Will Coleda via RT
On Fri Jun 25 08:08:54 2010, bbkr wrote: > [17:02] rakudo: try { die "foo" }; try { die; CATCH { say $!} } > [17:02] rakudo f34e78: OUTPUT«Died␤␤» > > However I'm not sure if your test is spec-compatible - die without > params should passthrough previously set $! ? This and the original posting

[perl #67374] [BUG] cannot die or fail without parameters

2009-07-09 Thread jason switzer
# New Ticket Created by "jason switzer" # Please include the string: [perl #67374] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=67374 > (21:38:19) s1n: rakudo: die (21:38:24) p6eval: rakudo 70bfd5: OUTPUT«No applicable me