# New Ticket Created by "Mark J. Reed" # Please include the string: [perl #76600] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76600 >
use MONKEY_TYPING; role Bar { has $.counter; } class Pub does Bar { has $.saloon; } augment class Pub { has $.snug; } ===SORRY!=== Attribute '$!counter' already exists in the class, but a role also wishes to compose it This is Rakudo Perl 6, version 2010.06-295-gcf3da00 built on parrot 2.5.0 r48114 -- Mark J. Reed <markjr...@gmail.com>