Skip to content

Commit 70630a8

Browse files
committed
Clarifications for RolePunning refs #1306
1 parent 805fccc commit 70630a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Type/Metamodel/RolePunning.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
55
=SUBTITLE Metaobject that supports I<punning> of roles.
66
7-
role Metamodel::RolePunning {}
7+
role Perl6::Metamodel::RolePunning {}
88
99
Implements the ability to create objects from C<Role>s without the intermediate
1010
need to use a class. Not intended to be used directly (will in fact error if
11-
it's C<use>d), but via punning of roles, as below.
11+
it's C<use>d), but via punning of roles, as below. This is also Rakudo specific
12+
and not part of the spec.
1213
1314
=for code
1415
role A {

0 commit comments

Comments
 (0)