Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: b50c8aa4785cb11875deb3008fe8216c33e481b1
https://github.com/perl6/specs/commit/b50c8aa4785cb11875deb3008fe8216c33e481b1
Author: Larry Wall
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M S12-obj
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: c8f2dcc68c3646bac45fafccd86368920ddd18ea
https://github.com/perl6/specs/commit/c8f2dcc68c3646bac45fafccd86368920ddd18ea
Author: Larry Wall
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M S03-ope
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 48958abed853ecc0e2632e6f77beaf855a4afd72
https://github.com/perl6/specs/commit/48958abed853ecc0e2632e6f77beaf855a4afd72
Author: Larry Wall
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M S02-bit
Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: ebd9f5cf63d653683c680652abd1f0ae495123c3
https://github.com/perl6/specs/commit/ebd9f5cf63d653683c680652abd1f0ae495123c3
Author: diakopter
Date: 2013-02-23 (Sat, 23 Feb 2013)
Changed paths:
M S02-bits
Hi, I am new to Perl6 and I'm interested in the feature that allows you to
add roles to classes. From what I understand you can add a role to an
object using the "does" keyword. Is there any way you can remove a role or
check to see if a role is attached to an object? I couldn't find that in
the
Hi Frank,
On 02/24/2013 07:27 AM, Frank White wrote:
> Hi, I am new to Perl6 and I'm interested in the feature that allows you to
> add roles to classes. From what I understand you can add a role to an
> object using the "does" keyword. Is there any way you can remove a role or
No, you cannot r