Restore list context for catch and fix a bug in finally with no catch
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
faecd5a0 10.03
23b307a7 2 - Support for 'finally' blocks (Andy Yates)
3 - More documentation and tests (many people)
faecd5a0 4 - Sets $@ to the previous value at the beginning of the eval, to allow
5 the capture of an error stack when calling die.
6
0e8fea40 70.02
8 - Doc fixes from chromatic
9 - Various minor fixes from Adam Kennedy
10 - Additional documentation and code clarifications
c4918886 11 - 5.005_04 compatibility
0e8fea40 12
130.01
14 - Initial release