[perl #127631] typing last in the REPL exits the REPL

2016-03-02 Thread jn...@jnthn.net via RT
On Sun Feb 28 21:47:37 2016, r...@hoelz.ro wrote: > I would expect a "last without loop construct" error instead. It's a read-eval-print-*loop*, so it turns out you actually are in a loop construct and end up exiting that! :-) We can likely get the behavior you're after though, which I think mak

[perl #127631] typing last in the REPL exits the REPL

2016-02-28 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #127631] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=127631 > I would expect a "last without loop construct" error instead.