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


16:29 <@moritz_> rakudo: #=======␤#=======␤use v6;
16:30 <+p6eval> rakudo 7347ec: Could not find non-existent sub v6␤in 
Main (file src/gen_setting.pm, line 324)␤
16:31 <@moritz_> std: #=======␤#=======␤use v6;
16:31 <+p6eval> std 29176: ok 00:01 104m␤


p6eval translates ␤ to a real newline, so the actual program that fails is

#=======
#=======
use v6;

reported by wanradt++ on #parrot

Cheers,
Moritz

Reply via email to