# New Ticket Created by  Vytautas D 
# Please include the string:  [perl #128568]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128568 >


for example
vytas@v:~/$ perl6 <<< 'my $a = 1/0;'
To exit type 'exit' or '^D'
Attempt to divide 1 by zero using div
  in any interactive at src/Perl6/Compiler.nqp line 82
vytas@v:~/$

vytas@v:~/$ perl6 -e 'my $a = 1/0;'
vytas@v:~/$

vytas@v:~/$ perl6 -v
This is Rakudo version 2016.06-163-gd1ebac0 built on MoarVM version
2016.06-9-g8fc21d5
implementing Perl 6.c.

Reply via email to