Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix X::Dynamic::Postdeclaration exception message #125733
  • Loading branch information
sergot committed Aug 8, 2015
1 parent c70e5e1 commit 16e5d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -831,7 +831,7 @@ my class X::Dynamic::Postdeclaration does X::Comp {
has $.symbol;
method message() {
"Illegal post-declaration of dynamic variable '$.symbol';\n" ~
"earlier access must be written as CALLER::<$.symbol>\n" ~
"earlier access must be written as CALLERS::<$.symbol>\n" ~
"if that's what you meant"
}
}
Expand Down

0 comments on commit 16e5d29

Please sign in to comment.