On Sun, Aug 10, 2008 at 06:40:12AM -0700, Carl Mäsak wrote: > # New Ticket Created by "Carl Mäsak" > # Please include the string: [perl #57770] > # in the subject line of all future correspondence about this issue. > # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=57770 > > > > r30155: > $ ./perl6 -e '//' > Syntax error at line 1, near "//" > > Could be something nicer, in line with "The empty pattern is now > illegal." from S05.
It would be worthwhile to do whatever STD.pm would generate on this input. I don't have STD.pm running on any of my machines at the moment to be able to check. But whatever STD.pm generates for this case, we should match if we can. Thanks, Pm