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