Skip to content

Commit 278a4cd

Browse files
committed
X::Declaration::Scope::Multi
1 parent 5f9c9f4 commit 278a4cd

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lib/X/Declaration/Scope/Multi.pod

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
=begin pod
2+
3+
=TITLE class X::Declaration::Scope::Multi
4+
5+
class X::Declaration::Scope::Multi is X::Declaration::Scope { }
6+
7+
Thrown when a multi is declared with an incompatible scope.
8+
9+
For example C<our multi sub foo() { }> dies with
10+
11+
===SORRY!===
12+
Cannot use 'our' with individual multi candidates. Please declare an our-scoped proto instead
13+
14+
=end pod

0 commit comments

Comments
 (0)