don't index ::ScopeGuard
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
b637afa1 10.08
2 - fix require vs use issue in blead (RT63410)
3
69cb48b1 40.07
5 - allow multiple finally blocks
6 - pass the error, if any, to finally blocks when called
7
c361fb52 80.06
9 - in t/given_when.t use a plan instead of done_testing for more backwards
10 compatibility
11
f00a529e 120.05
13 - Documentation fixes and clarifications
14
f6e42d81 150.04
16 - Restore list context propagation for catch blocks
17 - Fix a bug where finally blocks weren't always invoked
18
faecd5a0 190.03
23b307a7 20 - Support for 'finally' blocks (Andy Yates)
21 - More documentation and tests (many people)
faecd5a0 22 - Sets $@ to the previous value at the beginning of the eval, to allow
23 the capture of an error stack when calling die.
24
0e8fea40 250.02
26 - Doc fixes from chromatic
27 - Various minor fixes from Adam Kennedy
28 - Additional documentation and code clarifications
c4918886 29 - 5.005_04 compatibility
0e8fea40 30
310.01
32 - Initial release