Merge pull request #7 from ribasushi/master
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
2531688c 1
2 - fix tests failing on 5.6.x due to differing DESTROY semantics
2b0d579d 3 - excise superfluous local($@) call - 7% speedup
2245f1ae 4 - fix (fsvo) broken URLs (RT#55659)
9d0e0466 5 - proper exception on erroneous usage of bare catch/finally (RT#81070)
6 - proper exception on erroneous use of multiple catch{} blocks
4c5b99d6 7 - clarify exception occuring on unterminated try block (RT#75712)
ae5ed1be 8 - fix the prototypes shown in docs to match code (RT#79590; thanks, Pushtaev
9 Vadim)
5f5e92c0 10 - warn loudly on exceptions in finally() blocks
2531688c 11
881bf512 120.12
13 - doc fixes
14
ddb04203 150.11
16 - fix broken dist
17
98904c59 180.10
19 - clarify some docs
20
308df09e 210.09
22 - don't index Try::Tiny::ScopeGuard
23
b637afa1 240.08
25 - fix require vs use issue in blead (RT63410)
26
69cb48b1 270.07
28 - allow multiple finally blocks
29 - pass the error, if any, to finally blocks when called
30
c361fb52 310.06
8d2ee831 32 - in t/given_when.t use a plan instead of done_testing for more backwards
33 compatibility
c361fb52 34
f00a529e 350.05
8d2ee831 36 - Documentation fixes and clarifications
f00a529e 37
f6e42d81 380.04
8d2ee831 39 - Restore list context propagation for catch blocks
40 - Fix a bug where finally blocks weren't always invoked
f6e42d81 41
faecd5a0 420.03
8d2ee831 43 - Support for 'finally' blocks (Andy Yates)
44 - More documentation and tests (many people)
45 - Sets $@ to the previous value at the beginning of the eval, to allow
46 the capture of an error stack when calling die.
faecd5a0 47
0e8fea40 480.02
8d2ee831 49 - Doc fixes from chromatic
50 - Various minor fixes from Adam Kennedy
51 - Additional documentation and code clarifications
52 - 5.005_04 compatibility
0e8fea40 53
540.01
8d2ee831 55 - Initial release