remove perl from test recommendations
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
12b7dc6c 1Revision history for Try-Tiny
2531688c 2
12b7dc6c 3{{$NEXT}}
760fffd7 4
50.22 2014-04-29
77f6c1e7 6 - add optional test deps as recommended prereqs (Karen Etheridge, #18)
5e9efef3 7
80.21 2014-04-15
afd462ce 9 - also skip the test if Capture::Tiny is too old (Martin Popel, #17)
4845abfc 10
110.20 2014-03-21
b44c2ad3 12 - documentation updates (Flimm, #15)
c6f46650 13
140.19 2014-01-22
5e091a19 15 - fix an obscure issue with loading modules during global destruction
16 (ilmari, #11)
17 - documentation updates (anaxagoras, #12)
3c1bebcd 18
190.18 2013-08-17
5a44c226 20 - fix tests for pre-Test-More-0.88 (Paul Howarth, #10)
1d0db44a 21
220.17 2013-08-16
570821c3 23 - work around [rt.perl #119311] which was causing incorrect error messages in
24 some cases during global destruction (Graham Knop, #9)
2c468649 25
260.16 2013-07-10
6c790cdb 27 - remove accidental Sub::Name test dep
af5d3402 28
290.15 2013-07-08
3efbb4f9 30 - optionally use Sub::Name to name the try/catch/finally blocks, if available
31 (Mark Fowler)
02dd706a 32
330.14 2013-07-05
d2ae14ad 34 - also throw an exception for catch/finally in scalar context (RT#81070)
0ab368f3 35
360.13 2013-07-04
2531688c 37 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 38 - excise superfluous local($@) call - 7% speedup
2245f1ae 39 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 40 - proper exception on erroneous usage of bare catch/finally (RT#81070)
41 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 42 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 43 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
44 Vadim)
5f5e92c0 45 - warn loudly on exceptions in finally() blocks
12b7dc6c 46 - dzilify
2531688c 47
027bdf22 480.12 2013-01-02
881bf512 49 - doc fixes
50
027bdf22 510.11 2011-08-30
ddb04203 52 - fix broken dist
53
027bdf22 540.10 2011-04-27
98904c59 55 - clarify some docs
56
027bdf22 570.09 2010-11-28
308df09e 58 - don't index Try::Tiny::ScopeGuard
59
027bdf22 600.08 2010-11-28
b637afa1 61 - fix require vs use issue in blead (RT63410)
62
027bdf22 630.07 2010-10-21
69cb48b1 64 - allow multiple finally blocks
65 - pass the error, if any, to finally blocks when called
66
027bdf22 670.06 2010-05-27
8d2ee831 68 - in t/given_when.t use a plan instead of done_testing for more backwards
69 compatibility
c361fb52 70
027bdf22 710.05 2010-05-26
8d2ee831 72 - Documentation fixes and clarifications
f00a529e 73
027bdf22 740.04 2010-01-22
8d2ee831 75 - Restore list context propagation for catch blocks
76 - Fix a bug where finally blocks weren't always invoked
f6e42d81 77
027bdf22 780.03 2010-01-22
8d2ee831 79 - Support for 'finally' blocks (Andy Yates)
80 - More documentation and tests (many people)
81 - Sets $@ to the previous value at the beginning of the eval, to allow
82 the capture of an error stack when calling die.
faecd5a0 83
027bdf22 840.02 2009-09-02
8d2ee831 85 - Doc fixes from chromatic
86 - Various minor fixes from Adam Kennedy
87 - Additional documentation and code clarifications
88 - 5.005_04 compatibility
0e8fea40 89
027bdf22 900.01 2009-08-31
8d2ee831 91 - Initial release