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 6fc732a commit 3b79954Copy full SHA for 3b79954
lib/X/Method/Private/Unqualified.pod
@@ -0,0 +1,26 @@
1
+=begin pod
2
+
3
+=TITLE class X::Method::Private::Unqualified
4
5
+ class X::Method::Private::Unqualified does X::Comp { }
6
7
+Compile time error thrown when a private method call on anything but C<self>
8
+is not fully qualified.
9
10
+For example
11
12
+ 1!priv
13
14
+dies with
15
16
+ Private method call to priv must be fully qualified with the package containing the method
17
18
+=head1 Methods
19
20
+=head2 method
21
22
+ method method() returns Str:D
23
24
+Returns the name of the private method that triggered the error.
25
26
+=end pod
0 commit comments