changelog
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
3efbb4f9 4 - optionally use Sub::Name to name the try/catch/finally blocks, if available
5 (Mark Fowler)
02dd706a 6
70.14 2013-07-05
d2ae14ad 8 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 9
100.13 2013-07-04
2531688c 11 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 12 - excise superfluous local($@) call - 7% speedup
2245f1ae 13 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 14 - proper exception on erroneous usage of bare catch/finally (RT#81070)
15 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 16 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 17 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
18 Vadim)
5f5e92c0 19 - warn loudly on exceptions in finally() blocks
12b7dc6c 20 - dzilify
2531688c 21
881bf512 220.12
23 - doc fixes
24
ddb04203 250.11
26 - fix broken dist
27
98904c59 280.10
29 - clarify some docs
30
308df09e 310.09
32 - don't index Try::Tiny::ScopeGuard
33
b637afa1 340.08
35 - fix require vs use issue in blead (RT63410)
36
69cb48b1 370.07
38 - allow multiple finally blocks
39 - pass the error, if any, to finally blocks when called
40
c361fb52 410.06
8d2ee831 42 - in t/given_when.t use a plan instead of done_testing for more backwards
43 compatibility
c361fb52 44
f00a529e 450.05
8d2ee831 46 - Documentation fixes and clarifications
f00a529e 47
f6e42d81 480.04
8d2ee831 49 - Restore list context propagation for catch blocks
50 - Fix a bug where finally blocks weren't always invoked
f6e42d81 51
faecd5a0 520.03
8d2ee831 53 - Support for 'finally' blocks (Andy Yates)
54 - More documentation and tests (many people)
55 - Sets $@ to the previous value at the beginning of the eval, to allow
56 the capture of an error stack when calling die.
faecd5a0 57
0e8fea40 580.02
8d2ee831 59 - Doc fixes from chromatic
60 - Various minor fixes from Adam Kennedy
61 - Additional documentation and code clarifications
62 - 5.005_04 compatibility
0e8fea40 63
640.01
8d2ee831 65 - Initial release