Merge pull request #11 from ilmari/global-destruction
[p5sagit/Try-Tiny.git] / t / finally.t
2013-07-04 Jesse Luehrs update test counts for removing use_ok
2013-07-04 Jesse Luehrs stop using use_ok, it's pointless
2013-07-04 Peter Rabbitson Make sure users are properly notified of (useless)...
2013-07-04 Peter Rabbitson "Modernize" code a bit
2013-07-04 Peter Rabbitson Detabardize - standardize code/tests on 2-space indent
2011-04-27 Jesse Luehrs clarify the state of $_ in finally blocks
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