[CHANGES]
- Capture 80await+try.t unit test from Future-AsyncAwait
- Improved implementation of OP_PUSHFINALLY to help make try/finally
inside async/await subs work
[BUGFIXES]
- Make 'eval { try { return ... } }' work correctly
- Make 'return LIST' inside try{} blocks work correctly (RT122795)
- with thanks to Zefram for code inspiration
- with thanks to Zefram for code inspiration