# New Ticket Created by Moritz Lenz # Please include the string: [perl #56330] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56330 >
Rakudo as of r28692 reports a slightly wrong context on reporting parse failures. When trying to parse t/spec/S02-builtin_data_types/lists.t (r21012) it reports: Statement not terminated properly at line 118, near "= [EMAIL PROTECTED];" current instr.: 'parrot;PGE::Util;die' pc 120 (runtime/parrot/library/PGE/Util.pir:82) But line 118 reads like this: my $arrayref = [EMAIL PROTECTED]; So there's just a single backslash, while two get reported. I see no need for extra quoting in the error message. Cheers, Moritz -- Moritz Lenz http://moritz.faui2k3.org/ | http://perl-6.de/