Skip to content

Commit 6347804

Browse files
committed
X::Package::Stubbed
1 parent e5e4199 commit 6347804

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

lib/X/Package/Stubbed.pod

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)