caveat about error-silencing
[p5sagit/Try-Tiny.git] / t / finally.t
2010-11-28 Jesse Luehrs add test for finally being called when catch dies
2010-10-21 Ricardo Signes test for finally{} getting the error
2010-10-21 Ricardo Signes allow multiple finally{} per try{}; pass error in
2010-01-22 Yuval Kogman Restore list context for catch and fix a bug in finally...
2010-01-22 Andrew Yates Add support for 'finally' blocks