We already explicitly save the value of $@ - local()ization is not needed
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
2531688c 1
2 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 3 - excise superfluous local($@) call - 7% speedup
2531688c 4
881bf512 50.12
6 - doc fixes
7
ddb04203 80.11
9 - fix broken dist
10
98904c59 110.10
12 - clarify some docs
13
308df09e 140.09
15 - don't index Try::Tiny::ScopeGuard
16
b637afa1 170.08
18 - fix require vs use issue in blead (RT63410)
19
69cb48b1 200.07
21 - allow multiple finally blocks
22 - pass the error, if any, to finally blocks when called
23
c361fb52 240.06
8d2ee831 25 - in t/given_when.t use a plan instead of done_testing for more backwards
26 compatibility
c361fb52 27
f00a529e 280.05
8d2ee831 29 - Documentation fixes and clarifications
f00a529e 30
f6e42d81 310.04
8d2ee831 32 - Restore list context propagation for catch blocks
33 - Fix a bug where finally blocks weren't always invoked
f6e42d81 34
faecd5a0 350.03
8d2ee831 36 - Support for 'finally' blocks (Andy Yates)
37 - More documentation and tests (many people)
38 - Sets $@ to the previous value at the beginning of the eval, to allow
39 the capture of an error stack when calling die.
faecd5a0 40
0e8fea40 410.02
8d2ee831 42 - Doc fixes from chromatic
43 - Various minor fixes from Adam Kennedy
44 - Additional documentation and code clarifications
45 - 5.005_04 compatibility
0e8fea40 46
470.01
8d2ee831 48 - Initial release