Merge pull request #13 from anaxagoras/master
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
3c1bebcd 4
50.18 2013-08-17
5a44c226 6 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 7
80.17 2013-08-16
570821c3 9 - work around [rt.perl #119311] which was causing incorrect error messages in
10 some cases during global destruction (Graham Knop, #9)
2c468649 11
120.16 2013-07-10
6c790cdb 13 - remove accidental Sub::Name test dep
af5d3402 14
150.15 2013-07-08
3efbb4f9 16 - optionally use Sub::Name to name the try/catch/finally blocks, if available
17 (Mark Fowler)
02dd706a 18
190.14 2013-07-05
d2ae14ad 20 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 21
220.13 2013-07-04
2531688c 23 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 24 - excise superfluous local($@) call - 7% speedup
2245f1ae 25 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 26 - proper exception on erroneous usage of bare catch/finally (RT#81070)
27 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 28 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 29 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
30 Vadim)
5f5e92c0 31 - warn loudly on exceptions in finally() blocks
12b7dc6c 32 - dzilify
2531688c 33
881bf512 340.12
35 - doc fixes
36
ddb04203 370.11
38 - fix broken dist
39
98904c59 400.10
41 - clarify some docs
42
308df09e 430.09
44 - don't index Try::Tiny::ScopeGuard
45
b637afa1 460.08
47 - fix require vs use issue in blead (RT63410)
48
69cb48b1 490.07
50 - allow multiple finally blocks
51 - pass the error, if any, to finally blocks when called
52
c361fb52 530.06
8d2ee831 54 - in t/given_when.t use a plan instead of done_testing for more backwards
55 compatibility
c361fb52 56
f00a529e 570.05
8d2ee831 58 - Documentation fixes and clarifications
f00a529e 59
f6e42d81 600.04
8d2ee831 61 - Restore list context propagation for catch blocks
62 - Fix a bug where finally blocks weren't always invoked
f6e42d81 63
faecd5a0 640.03
8d2ee831 65 - Support for 'finally' blocks (Andy Yates)
66 - More documentation and tests (many people)
67 - Sets $@ to the previous value at the beginning of the eval, to allow
68 the capture of an error stack when calling die.
faecd5a0 69
0e8fea40 700.02
8d2ee831 71 - Doc fixes from chromatic
72 - Various minor fixes from Adam Kennedy
73 - Additional documentation and code clarifications
74 - 5.005_04 compatibility
0e8fea40 75
760.01
8d2ee831 77 - Initial release