Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #488 from sergot/exception-msg-fix
fix X::Dynamic::Postdeclaration exception message #125733
  • Loading branch information
lizmat committed Aug 8, 2015
2 parents c70e5e1 + 16e5d29 commit d3eb00a
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 d3eb00a

Please sign in to comment.