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
improve error report for anon vars [RT #123584]
`$; my $b;` now gives: Useless use of variable $ANON_VAR__1 in sink context (line 1)
instead of: Cannot find method "orig"- Loading branch information