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