[perl #125662] [BUG] Unknown type error being hidden in trait definittion.

2017-12-02 Thread Aleks-Daniel Jakimenko-Aleksejev via RT
Still reproducible (2017.11,HEAD(e5b660e)), with slightly different message: ===SORRY!=== Error while compiling -e Cannot invoke this object (REPR: Null; VMNull) at -e:1 On 2015-07-21 11:54:54, jns...@gellyfish.co.uk wrote: > multi trait_mod:(Routine $r, :$foo!) { $r does Foo; }; class Bar { >

[perl #125662] [BUG] Unknown type error being hidden in trait definittion.

2015-07-23 Thread via RT
# New Ticket Created by Jonathan Stowe # Please include the string: [perl #125662] # in the subject line of all future correspondence about this issue. # URL: https://rt.perl.org/Ticket/Display.html?id=125662 multi trait_mod:is(Routine $r, :$foo!) { $r does Foo; }; class Bar { method