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 21490d9 commit 11ac45bCopy full SHA for 11ac45b
doc/Type/X/Inheritance/NotComposed.pod6
@@ -7,7 +7,7 @@
7
class X::Inheritance::NotComposed is Exception {}
8
9
When you try to inherit from a class that hasn't been
10
-L<composed|/language/mop#Composition time and static reasoning>, an
+L<composed|/language/mop#Composition_time_and_static_reasoning>, an
11
exception of type X::Inheritance::NotComposed is thrown.
12
13
Usually this happens because it's not yet fully parsed, or that is stubbed:
0 commit comments