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 95d8ee4 commit 0479386Copy full SHA for 0479386
doc/Type/Metamodel/Primitives.pod
@@ -61,7 +61,7 @@ Configures the type checking for C<$type>. C<@cache> is a list of known types
61
against which C<$type> checks positively (so in a classical class-based
62
system, the type itself and all recursive superclasses). If C<:authoritative>
63
is missing or C<True>, this type will fail checks against all types not in
64
-C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS> will be called
+C<@cache>. If C<:call_accepts> is True, the method L<ACCEPTS|/routine/ACCEPTS> will be called
65
for type checks against this type.
66
67
=head2 method configure_destroy
0 commit comments