[perl #125722] use trace + is repr(...) don't mix

2015-07-29 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #125722] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125722 > See the attached example.use v6; use trace; class MyClass is repr('P6Opaque') {}

[perl #125719] Precomp issue with trait_mod + add_method

2015-07-29 Thread via RT
# New Ticket Created by Rob Hoelz # Please include the string: [perl #125719] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125719 > See the attached files. If you run test.pl without a precompiled Example.pm, everything wor

Re: [perl #125717] [BUG] typo in routine declarator exposes internal error message

2015-07-29 Thread Elizabeth Mattijsen
Please merge with #125716 or vice-versa :-) > On 29 Jul 2015, at 12:58, Tobias Leich (via RT) > wrote: > > # New Ticket Created by Tobias Leich > # Please include the string: [perl #125717] > # in the subject line of all future correspondence about this issue. > # https://rt.perl.org/Ticke

[perl #125717] [BUG] typo in routine declarator exposes internal error message

2015-07-29 Thread via RT
# New Ticket Created by Tobias Leich # Please include the string: [perl #125717] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125717 > m: role A { mutli method BUILD() { say "A" } }; class B does A { method BUILD { say "B" }

[perl #125716] LTA error on typo

2015-07-29 Thread via RT
# New Ticket Created by Elizabeth Mattijsen # Please include the string: [perl #125716] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=125716 > [11:37:50] m: role A { mutli method BUILD() { say "A" } }; class B does A {