[CHANGES]
- Link to TPCiA talk slides
- Forbid the use of foreach loops on non-lexicals as that has
semantic problems due to the implied 'local'
- Unit-test that plain 'eval{}' works as expected
- Allow specifically the use of 'local $@' to support common patterns
around 'eval{}'
- Unit-test that try/catch from Syntax::Keyword::Try works
[BUGFIXES]
- Save cx->blk_gimme on CXtLOOP* contexts (thanks rurban)
(RT122673)