Skip to content

Commit

Permalink
X::Package::Stubbed
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Aug 23, 2012
1 parent e5e4199 commit 6347804
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions lib/X/Package/Stubbed.pod
@@ -0,0 +1,29 @@
=begin pod
=TITLE class X::Package::Stubbed
class X::Package::Stubbed does X::Comp { }
Thrown at C<CHECK> time when there are packages stubbed but not later defined.
For example
class A { ... } # literal ...
class B { ... } # literal ...
dies with
===SORRY!===
The following packages were stubbed but not defined:
A
B
=head1 Methods
=head2 packages
method packages() returns Positional:D
Returns a list of packages that were stubbed but not defined.
=end pod

0 comments on commit 6347804

Please sign in to comment.