Re: [perl #123407] Role/submethod/attribute WAT

2014-12-10 Thread Elizabeth Mattijsen
On 10 Dec 2014, at 23:22, Elizabeth Mattijsen (via RT) wrote: > # New Ticket Created by Elizabeth Mattijsen > # Please include the string: [perl #123407] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticket/Display.html?id=123407 > > > > [23:

[perl #123407] Role/submethod/attribute WAT

2014-12-10 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #123407] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=123407 > [23:22:42] m: role A { has $.a; submethod BUILD(:$!a) {}}; class B does A {