# New Ticket Created by  "Carl Mäsak" 
# Please include the string:  [perl #57268]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57268 >


$ svn info | grep Revi
Revision: 29734
$ ./perl6 -e 'return'
No exception handler and no message

This error message is strange, needlessly exposes internals, and
doesn't say where the error occurred. It could be more like Perl 5's
error message:

$ perl -e 'return'
Can't return outside a subroutine at -e line 1.

Reply via email to