[perl #125300] Potentially misleading error text

2015-06-01 Thread via RT
# New Ticket Created by # Please include the string: [perl #125300] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125300 I'm not even sure if the error text is correct, come to think of it. I'd think that a leading

Re: [perl #125299] Comment not being correctly ignored inside string

2015-06-01 Thread Brandon Allbery
On Mon, Jun 1, 2015 at 3:58 AM, via RT perl6-bugs-follo...@perl.org wrote: # New Ticket Created by --cut here-- use v6; my $x; $x ~= #={; --cut here-- -cut here-- Unable to parse expression in double quotes; couldn't find final '' at foo.pl:4 That's not comments being parsed, it's

[perl #125299] Comment not being correctly ignored inside string

2015-06-01 Thread via RT
# New Ticket Created by # Please include the string: [perl #125299] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125299 Reading through S26 it doesn't explicitly state that declarator comments must only occur

[perl #125304] Methods in roles don't work with leading/trailing declarative docs

2015-06-01 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #125304] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125304 As seen in S26-documentation/block-leading.t and S26-documentation/block-trailing.t: