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 e5e4199 commit 6347804Copy full SHA for 6347804
lib/X/Package/Stubbed.pod
@@ -0,0 +1,29 @@
1
+=begin pod
2
+
3
+=TITLE class X::Package::Stubbed
4
5
+ class X::Package::Stubbed does X::Comp { }
6
7
+Thrown at C<CHECK> time when there are packages stubbed but not later defined.
8
9
+For example
10
11
+ class A { ... } # literal ...
12
+ class B { ... } # literal ...
13
14
+dies with
15
16
+ ===SORRY!===
17
+ The following packages were stubbed but not defined:
18
+ A
19
+ B
20
21
+=head1 Methods
22
23
+=head2 packages
24
25
+ method packages() returns Positional:D
26
27
+Returns a list of packages that were stubbed but not defined.
28
29
+=end pod
0 commit comments