Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Added docs for X::Caller::NotDynamic and fixed a broken link relating…
… to that
- Loading branch information
Jan-Olof Hendig
committed
May 28, 2016
1 parent
7e63db0
commit ff5caf0
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| =begin pod | ||
| =TITLE class X::Caller::NotDynamic | ||
| =SUBTITLE Error while trying to access a non dynamic variable through CALLER | ||
| class X::Caller::NotDynamic is Exception { } | ||
| Thrown when trying to access a non dynamic variable through CALLER | ||
| A typical error message is | ||
| Cannot access '$x' through CALLER, because it is not declared as dynamic | ||
| =head1 Methods | ||
| =head2 method symbol | ||
| Returns the name of the symbol that was passed to CALLER. | ||
| =end pod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters