Merge pull request #8 from markstos/master
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
af5d3402 4
50.15 2013-07-08
3efbb4f9 6 - optionally use Sub::Name to name the try/catch/finally blocks, if available
7 (Mark Fowler)
02dd706a 8
90.14 2013-07-05
d2ae14ad 10 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 11
120.13 2013-07-04
2531688c 13 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 14 - excise superfluous local($@) call - 7% speedup
2245f1ae 15 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 16 - proper exception on erroneous usage of bare catch/finally (RT#81070)
17 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 18 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 19 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
20 Vadim)
5f5e92c0 21 - warn loudly on exceptions in finally() blocks
12b7dc6c 22 - dzilify
2531688c 23
881bf512 240.12
25 - doc fixes
26
ddb04203 270.11
28 - fix broken dist
29
98904c59 300.10
31 - clarify some docs
32
308df09e 330.09
34 - don't index Try::Tiny::ScopeGuard
35
b637afa1 360.08
37 - fix require vs use issue in blead (RT63410)
38
69cb48b1 390.07
40 - allow multiple finally blocks
41 - pass the error, if any, to finally blocks when called
42
c361fb52 430.06
8d2ee831 44 - in t/given_when.t use a plan instead of done_testing for more backwards
45 compatibility
c361fb52 46
f00a529e 470.05
8d2ee831 48 - Documentation fixes and clarifications
f00a529e 49
f6e42d81 500.04
8d2ee831 51 - Restore list context propagation for catch blocks
52 - Fix a bug where finally blocks weren't always invoked
f6e42d81 53
faecd5a0 540.03
8d2ee831 55 - Support for 'finally' blocks (Andy Yates)
56 - More documentation and tests (many people)
57 - Sets $@ to the previous value at the beginning of the eval, to allow
58 the capture of an error stack when calling die.
faecd5a0 59
0e8fea40 600.02
8d2ee831 61 - Doc fixes from chromatic
62 - Various minor fixes from Adam Kennedy
63 - Additional documentation and code clarifications
64 - 5.005_04 compatibility
0e8fea40 65
660.01
8d2ee831 67 - Initial release