clarify docs on %Carp::Internal
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
f6e42d81 10.04
2 - Restore list context propagation for catch blocks
3 - Fix a bug where finally blocks weren't always invoked
4
faecd5a0 50.03
23b307a7 6 - Support for 'finally' blocks (Andy Yates)
7 - More documentation and tests (many people)
faecd5a0 8 - Sets $@ to the previous value at the beginning of the eval, to allow
9 the capture of an error stack when calling die.
10
0e8fea40 110.02
12 - Doc fixes from chromatic
13 - Various minor fixes from Adam Kennedy
14 - Additional documentation and code clarifications
c4918886 15 - 5.005_04 compatibility
0e8fea40 16
170.01
18 - Initial release