bump dep on [Test::CheckDeps] for the skip(..., 0) fix (see also RT#121183)
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
d8d64fc2 3{{$NEXT}}
4
fae6bce6 50.28 2017-01-09 01:21:33Z
b45948ae 6 - enabled some tests of finally blocks that were disabled on 5.6, now that
7 that functionality works (since 0.13) (Pali, PR#4)
43e10e2c 8
b4b13135 90.27 2016-08-16 01:43:35Z
77ca541b 10 - repository moved to the github p5sagit organization (the primary is on
11 shadowcat, mirrored to github)
2ae317a6 12 - no changes since 0.26
14a9ccca 13
729300a9 140.26 2016-03-15 23:42:02Z (TRIAL RELEASE)
9fe27f14 15 - switch from finalizers using an array to a hash, to resolve segfaults when
16 creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
17 karenetheridge/Sub-Name/#3)
40375a96 18
a3769675 190.25 2016-02-22 20:16:51Z (TRIAL RELEASE)
32d7db43 20 - "finally" blocks are now run for all methods of leaving the try block
4938c300 21 (including via exit, goto) (Lukas Mai, RT#112099)
381a9eef 22
08068486 230.24 2015-12-11 05:20:09Z
5ee27f1f 24 - fix prereq errors in 0.23
b8d74909 25
cb57845a 260.23 2015-12-11 04:04:35Z
8b912d4d 27 - fix syntax of example code (Rudolf Leermakers, doy/Sub-Name/#22)
e4f2f28b 28 - 'perl' removed from prerequisite recommendations, to avoid tripping up
29 CPAN clients (Graham Knop)
30 - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
8b912d4d 31 doy/Sub-Name/#27)
760fffd7 32
330.22 2014-04-29
8b912d4d 34 - add optional test deps as recommended prereqs (Karen Etheridge,
35 doy/Sub-Name/#18)
5e9efef3 36
370.21 2014-04-15
8b912d4d 38 - also skip the test if Capture::Tiny is too old (Martin Popel,
39 doy/Sub-Name/#17)
4845abfc 40
410.20 2014-03-21
8b912d4d 42 - documentation updates (David Lowe (Flimm), doy/Sub-Name/#15)
c6f46650 43
440.19 2014-01-22
5e091a19 45 - fix an obscure issue with loading modules during global destruction
8b912d4d 46 (Dagfinn Ilmari Mannsåker, doy/Sub-Name/#11)
47 - documentation updates (anaxagoras, doy/Sub-Name/#12)
3c1bebcd 48
490.18 2013-08-17
8b912d4d 50 - fix tests for pre-Test-More-0.88 (Paul Howarth, doy/Sub-Name/#10)
1d0db44a 51
520.17 2013-08-16
570821c3 53 - work around [rt.perl #119311] which was causing incorrect error messages in
8b912d4d 54 some cases during global destruction (Graham Knop, doy/Sub-Name/#9)
2c468649 55
560.16 2013-07-10
6c790cdb 57 - remove accidental Sub::Name test dep
af5d3402 58
590.15 2013-07-08
3efbb4f9 60 - optionally use Sub::Name to name the try/catch/finally blocks, if available
61 (Mark Fowler)
02dd706a 62
630.14 2013-07-05
d2ae14ad 64 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 65
660.13 2013-07-04
2531688c 67 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 68 - excise superfluous local($@) call - 7% speedup
2245f1ae 69 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 70 - proper exception on erroneous usage of bare catch/finally (RT#81070)
71 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 72 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 73 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
74 Vadim)
5f5e92c0 75 - warn loudly on exceptions in finally() blocks
12b7dc6c 76 - dzilify
2531688c 77
027bdf22 780.12 2013-01-02
881bf512 79 - doc fixes
80
027bdf22 810.11 2011-08-30
ddb04203 82 - fix broken dist
83
027bdf22 840.10 2011-04-27
98904c59 85 - clarify some docs
86
027bdf22 870.09 2010-11-28
308df09e 88 - don't index Try::Tiny::ScopeGuard
89
027bdf22 900.08 2010-11-28
b637afa1 91 - fix require vs use issue in blead (RT63410)
92
027bdf22 930.07 2010-10-21
69cb48b1 94 - allow multiple finally blocks
95 - pass the error, if any, to finally blocks when called
96
027bdf22 970.06 2010-05-27
8d2ee831 98 - in t/given_when.t use a plan instead of done_testing for more backwards
99 compatibility
c361fb52 100
027bdf22 1010.05 2010-05-26
8d2ee831 102 - Documentation fixes and clarifications
f00a529e 103
027bdf22 1040.04 2010-01-22
8d2ee831 105 - Restore list context propagation for catch blocks
106 - Fix a bug where finally blocks weren't always invoked
f6e42d81 107
027bdf22 1080.03 2010-01-22
8d2ee831 109 - Support for 'finally' blocks (Andy Yates)
110 - More documentation and tests (many people)
111 - Sets $@ to the previous value at the beginning of the eval, to allow
112 the capture of an error stack when calling die.
faecd5a0 113
027bdf22 1140.02 2009-09-02
8d2ee831 115 - Doc fixes from chromatic
116 - Various minor fixes from Adam Kennedy
117 - Additional documentation and code clarifications
118 - 5.005_04 compatibility
0e8fea40 119
027bdf22 1200.01 2009-08-31
8d2ee831 121 - Initial release