Re: [perl #128161] Run time “SORRY!” when the range starts with whatever star (*...‘WAT’)

2016-05-17 Thread Elizabeth Mattijsen
My guess would be that there’s a string EVAL under the hood somewhere: $ 6 'say "hello"; EVAL "foo"' hello ===SORRY!=== Error while compiling /Users/liz/Github/rakudo.moar/EVAL_0 Undeclared routine: foo used at line 1 Agree that the error could be considered LTA, as the “SORRY” indicates

[perl #128161] Run time “SORRY!” when the range starts with whatever star (*...‘WAT’)

2016-05-16 Thread via RT
# New Ticket Created by Alex Jakimenko # Please include the string: [perl #128161] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=128161 > Code: say ‘Hello’; *...‘WAT’ Result: Hello ===SORRY!=== Method 'succ' not found for