# New Ticket Created by Benjamin Goldberg
# Please include the string: [perl #131492]
# in the subject line of all future correspondence about this issue.
# <URL: https://rt.perl.org/Ticket/Display.html?id=131492 >
On #perl6 IRC, I typed this:
<BenGoldberg> m: my \foo = Callable but role :: { };
<+camelia> rakudo-moar ef9872: OUTPUT: «X::Method::NotFound exception produced
no message in block <unit> at <tmp> line 1»
If, at my command prompt, I type perl6 –e “my \foo = Callable but role :: { };”
I get instead:
No such method 'mixin' for invocant of type
'Perl6::Metamodel::ParametricRoleGroupHOW'
in block <unit> at -e line 1
Including, oddly, an extra blank line after the error and before my prompt.