Merge pull request #15 from Flimm/master
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
c6f46650 4
50.19 2014-01-22
5e091a19 6 - fix an obscure issue with loading modules during global destruction
7 (ilmari, #11)
8 - documentation updates (anaxagoras, #12)
3c1bebcd 9
100.18 2013-08-17
5a44c226 11 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 12
130.17 2013-08-16
570821c3 14 - work around [rt.perl #119311] which was causing incorrect error messages in
15 some cases during global destruction (Graham Knop, #9)
2c468649 16
170.16 2013-07-10
6c790cdb 18 - remove accidental Sub::Name test dep
af5d3402 19
200.15 2013-07-08
3efbb4f9 21 - optionally use Sub::Name to name the try/catch/finally blocks, if available
22 (Mark Fowler)
02dd706a 23
240.14 2013-07-05
d2ae14ad 25 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 26
270.13 2013-07-04
2531688c 28 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 29 - excise superfluous local($@) call - 7% speedup
2245f1ae 30 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 31 - proper exception on erroneous usage of bare catch/finally (RT#81070)
32 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 33 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 34 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
35 Vadim)
5f5e92c0 36 - warn loudly on exceptions in finally() blocks
12b7dc6c 37 - dzilify
2531688c 38
027bdf22 390.12 2013-01-02
881bf512 40 - doc fixes
41
027bdf22 420.11 2011-08-30
ddb04203 43 - fix broken dist
44
027bdf22 450.10 2011-04-27
98904c59 46 - clarify some docs
47
027bdf22 480.09 2010-11-28
308df09e 49 - don't index Try::Tiny::ScopeGuard
50
027bdf22 510.08 2010-11-28
b637afa1 52 - fix require vs use issue in blead (RT63410)
53
027bdf22 540.07 2010-10-21
69cb48b1 55 - allow multiple finally blocks
56 - pass the error, if any, to finally blocks when called
57
027bdf22 580.06 2010-05-27
8d2ee831 59 - in t/given_when.t use a plan instead of done_testing for more backwards
60 compatibility
c361fb52 61
027bdf22 620.05 2010-05-26
8d2ee831 63 - Documentation fixes and clarifications
f00a529e 64
027bdf22 650.04 2010-01-22
8d2ee831 66 - Restore list context propagation for catch blocks
67 - Fix a bug where finally blocks weren't always invoked
f6e42d81 68
027bdf22 690.03 2010-01-22
8d2ee831 70 - Support for 'finally' blocks (Andy Yates)
71 - More documentation and tests (many people)
72 - Sets $@ to the previous value at the beginning of the eval, to allow
73 the capture of an error stack when calling die.
faecd5a0 74
027bdf22 750.02 2009-09-02
8d2ee831 76 - Doc fixes from chromatic
77 - Various minor fixes from Adam Kennedy
78 - Additional documentation and code clarifications
79 - 5.005_04 compatibility
0e8fea40 80
027bdf22 810.01 2009-08-31
8d2ee831 82 - Initial release