# New Ticket Created by Will Coleda # Please include the string: [perl #121308] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=121308 >
Marked as a nom regression, this test is todo'd in S14-roles/basic.t try { EVAL 'class AnotherAnimal does NonExistentRole { }; 1' }; my $err = "$!"; #?rakudo todo 'nom regression' ok $err ~~ /NonExistentRole/, '... and the error message mentions the role'; -- Will "Coke" Coleda