# New Ticket Created by Rob Hoelz # Please include the string: [perl #114308] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org:443/rt3/Ticket/Display.html?id=114308 >
Example: # Animal.pm6 role Animal {} # REPL > use Animal; > my $dog = Any.new; > $dog does Animal; # this line fails I would normally expect this to work.