give credit by real name, when known
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
40375a96 3{{$NEXT}}
9fe27f14 4 - switch from finalizers using an array to a hash, to resolve segfaults when
5 creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
6 karenetheridge/Sub-Name/#3)
40375a96 7
a3769675 80.25 2016-02-22 20:16:51Z (TRIAL RELEASE)
32d7db43 9 - "finally" blocks are now run for all methods of leaving the try block
4938c300 10 (including via exit, goto) (Lukas Mai, RT#112099)
381a9eef 11
08068486 120.24 2015-12-11 05:20:09Z
5ee27f1f 13 - fix prereq errors in 0.23
b8d74909 14
cb57845a 150.23 2015-12-11 04:04:35Z
e4f2f28b 16 - fix syntax of example code (Rudolf Leermakers, PR#22)
17 - 'perl' removed from prerequisite recommendations, to avoid tripping up
18 CPAN clients (Graham Knop)
19 - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
20 PR#27)
760fffd7 21
220.22 2014-04-29
77f6c1e7 23 - add optional test deps as recommended prereqs (Karen Etheridge, #18)
5e9efef3 24
250.21 2014-04-15
afd462ce 26 - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
4845abfc 27
280.20 2014-03-21
4938c300 29 - documentation updates (David Lowe (Flimm), #15)
c6f46650 30
310.19 2014-01-22
5e091a19 32 - fix an obscure issue with loading modules during global destruction
4938c300 33 (Dagfinn Ilmari Mannsåker, #11)
5e091a19 34 - documentation updates (anaxagoras, #12)
3c1bebcd 35
360.18 2013-08-17
5a44c226 37 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 38
390.17 2013-08-16
570821c3 40 - work around [rt.perl #119311] which was causing incorrect error messages in
41 some cases during global destruction (Graham Knop, #9)
2c468649 42
430.16 2013-07-10
6c790cdb 44 - remove accidental Sub::Name test dep
af5d3402 45
460.15 2013-07-08
3efbb4f9 47 - optionally use Sub::Name to name the try/catch/finally blocks, if available
48 (Mark Fowler)
02dd706a 49
500.14 2013-07-05
d2ae14ad 51 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 52
530.13 2013-07-04
2531688c 54 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 55 - excise superfluous local($@) call - 7% speedup
2245f1ae 56 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 57 - proper exception on erroneous usage of bare catch/finally (RT#81070)
58 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 59 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 60 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
61 Vadim)
5f5e92c0 62 - warn loudly on exceptions in finally() blocks
12b7dc6c 63 - dzilify
2531688c 64
027bdf22 650.12 2013-01-02
881bf512 66 - doc fixes
67
027bdf22 680.11 2011-08-30
ddb04203 69 - fix broken dist
70
027bdf22 710.10 2011-04-27
98904c59 72 - clarify some docs
73
027bdf22 740.09 2010-11-28
308df09e 75 - don't index Try::Tiny::ScopeGuard
76
027bdf22 770.08 2010-11-28
b637afa1 78 - fix require vs use issue in blead (RT63410)
79
027bdf22 800.07 2010-10-21
69cb48b1 81 - allow multiple finally blocks
82 - pass the error, if any, to finally blocks when called
83
027bdf22 840.06 2010-05-27
8d2ee831 85 - in t/given_when.t use a plan instead of done_testing for more backwards
86 compatibility
c361fb52 87
027bdf22 880.05 2010-05-26
8d2ee831 89 - Documentation fixes and clarifications
f00a529e 90
027bdf22 910.04 2010-01-22
8d2ee831 92 - Restore list context propagation for catch blocks
93 - Fix a bug where finally blocks weren't always invoked
f6e42d81 94
027bdf22 950.03 2010-01-22
8d2ee831 96 - Support for 'finally' blocks (Andy Yates)
97 - More documentation and tests (many people)
98 - Sets $@ to the previous value at the beginning of the eval, to allow
99 the capture of an error stack when calling die.
faecd5a0 100
027bdf22 1010.02 2009-09-02
8d2ee831 102 - Doc fixes from chromatic
103 - Various minor fixes from Adam Kennedy
104 - Additional documentation and code clarifications
105 - 5.005_04 compatibility
0e8fea40 106
027bdf22 1070.01 2009-08-31
8d2ee831 108 - Initial release