Try-Tiny-0.24
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
08068486 30.24 2015-12-11 05:20:09Z
5ee27f1f 4 - fix prereq errors in 0.23
b8d74909 5
cb57845a 60.23 2015-12-11 04:04:35Z
e4f2f28b 7 - fix syntax of example code (Rudolf Leermakers, PR#22)
8 - 'perl' removed from prerequisite recommendations, to avoid tripping up
9 CPAN clients (Graham Knop)
10 - Sub::Util is used preferentially to Sub::Name in most cases (Graham Knop,
11 PR#27)
760fffd7 12
130.22 2014-04-29
77f6c1e7 14 - add optional test deps as recommended prereqs (Karen Etheridge, #18)
5e9efef3 15
160.21 2014-04-15
afd462ce 17 - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
4845abfc 18
190.20 2014-03-21
b44c2ad3 20 - documentation updates (Flimm, #15)
c6f46650 21
220.19 2014-01-22
5e091a19 23 - fix an obscure issue with loading modules during global destruction
24 (ilmari, #11)
25 - documentation updates (anaxagoras, #12)
3c1bebcd 26
270.18 2013-08-17
5a44c226 28 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 29
300.17 2013-08-16
570821c3 31 - work around [rt.perl #119311] which was causing incorrect error messages in
32 some cases during global destruction (Graham Knop, #9)
2c468649 33
340.16 2013-07-10
6c790cdb 35 - remove accidental Sub::Name test dep
af5d3402 36
370.15 2013-07-08
3efbb4f9 38 - optionally use Sub::Name to name the try/catch/finally blocks, if available
39 (Mark Fowler)
02dd706a 40
410.14 2013-07-05
d2ae14ad 42 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 43
440.13 2013-07-04
2531688c 45 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 46 - excise superfluous local($@) call - 7% speedup
2245f1ae 47 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 48 - proper exception on erroneous usage of bare catch/finally (RT#81070)
49 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 50 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 51 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
52 Vadim)
5f5e92c0 53 - warn loudly on exceptions in finally() blocks
12b7dc6c 54 - dzilify
2531688c 55
027bdf22 560.12 2013-01-02
881bf512 57 - doc fixes
58
027bdf22 590.11 2011-08-30
ddb04203 60 - fix broken dist
61
027bdf22 620.10 2011-04-27
98904c59 63 - clarify some docs
64
027bdf22 650.09 2010-11-28
308df09e 66 - don't index Try::Tiny::ScopeGuard
67
027bdf22 680.08 2010-11-28
b637afa1 69 - fix require vs use issue in blead (RT63410)
70
027bdf22 710.07 2010-10-21
69cb48b1 72 - allow multiple finally blocks
73 - pass the error, if any, to finally blocks when called
74
027bdf22 750.06 2010-05-27
8d2ee831 76 - in t/given_when.t use a plan instead of done_testing for more backwards
77 compatibility
c361fb52 78
027bdf22 790.05 2010-05-26
8d2ee831 80 - Documentation fixes and clarifications
f00a529e 81
027bdf22 820.04 2010-01-22
8d2ee831 83 - Restore list context propagation for catch blocks
84 - Fix a bug where finally blocks weren't always invoked
f6e42d81 85
027bdf22 860.03 2010-01-22
8d2ee831 87 - Support for 'finally' blocks (Andy Yates)
88 - More documentation and tests (many people)
89 - Sets $@ to the previous value at the beginning of the eval, to allow
90 the capture of an error stack when calling die.
faecd5a0 91
027bdf22 920.02 2009-09-02
8d2ee831 93 - Doc fixes from chromatic
94 - Various minor fixes from Adam Kennedy
95 - Additional documentation and code clarifications
96 - 5.005_04 compatibility
0e8fea40 97
027bdf22 980.01 2009-08-31
8d2ee831 99 - Initial release