We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805fccc commit 70630a8Copy full SHA for 70630a8
doc/Type/Metamodel/RolePunning.pod6
@@ -4,11 +4,12 @@
4
5
=SUBTITLE Metaobject that supports I<punning> of roles.
6
7
- role Metamodel::RolePunning {}
+ role Perl6::Metamodel::RolePunning {}
8
9
Implements the ability to create objects from C<Role>s without the intermediate
10
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.
+it's C<use>d), but via punning of roles, as below. This is also Rakudo specific
12
+and not part of the spec.
13
14
=for code
15
role A {
0 commit comments