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
include any<foo bar> in illegal forms
We've been checking for bare 'say' and such; the misuse of 'any' can be in the same spot, but deserves a different message since it's (probably) not intended to default to $_. Also, both messages are fatal now. (In the long run, the %deftrap hash probably wants to be a trait on the proto sub so that user-defined functions can get the same treatment.)
- Loading branch information