Detabardize - standardize code/tests on 2-space indent
[p5sagit/Try-Tiny.git] / Changes
CommitLineData
881bf512 10.12
2 - doc fixes
3
ddb04203 40.11
5 - fix broken dist
6
98904c59 70.10
8 - clarify some docs
9
308df09e 100.09
11 - don't index Try::Tiny::ScopeGuard
12
b637afa1 130.08
14 - fix require vs use issue in blead (RT63410)
15
69cb48b1 160.07
17 - allow multiple finally blocks
18 - pass the error, if any, to finally blocks when called
19
c361fb52 200.06
8d2ee831 21 - in t/given_when.t use a plan instead of done_testing for more backwards
22 compatibility
c361fb52 23
f00a529e 240.05
8d2ee831 25 - Documentation fixes and clarifications
f00a529e 26
f6e42d81 270.04
8d2ee831 28 - Restore list context propagation for catch blocks
29 - Fix a bug where finally blocks weren't always invoked
f6e42d81 30
faecd5a0 310.03
8d2ee831 32 - Support for 'finally' blocks (Andy Yates)
33 - More documentation and tests (many people)
34 - Sets $@ to the previous value at the beginning of the eval, to allow
35 the capture of an error stack when calling die.
faecd5a0 36
0e8fea40 370.02
8d2ee831 38 - Doc fixes from chromatic
39 - Various minor fixes from Adam Kennedy
40 - Additional documentation and code clarifications
41 - 5.005_04 compatibility
0e8fea40 42
430.01
8d2ee831 44 - Initial release