Add support for 'finally' blocks
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
2010-01-22 Andrew Yates Add support for 'finally' blocks
2010-01-21 Hans Dieter Pearcey try to clarify a caveat
2009-12-17 Marc Mims Document implicit return value from catch
2009-11-03 Yuval Kogman Set $Carp::Internal{"Try::Tiny"}
2009-10-20 Yuval Kogman document the @_ gotcha
2009-10-08 Yuval Kogman Mention Sub::Import in docs
2009-09-23 Jesse Luehrs fix spelling/grammar in comments and pod
2009-09-18 Yuval Kogman link to talk
2009-09-18 Yuval Kogman fix typo in docs found by rjbs
2009-09-11 Yuval Kogman Document and test for prev value of $@ in catch
2009-09-11 Yuval Kogman Restore the value of $@ from before the local
2009-09-02 Yuval Kogman version bump
2009-09-02 Yuval Kogman namedropping for autodie
2009-09-01 Yuval Kogman trailing semicolon in doc example
2009-09-01 Yuval Kogman minor doc and code fixes
2009-08-31 Yuval Kogman mention Throwable in SEE ALSO
2009-08-31 chromatic Minor typo fixes in documentation.
2009-08-31 Yuval Kogman bikeshedding Try-Tiny-0.01
2009-08-31 Yuval Kogman entab
2009-08-31 Yuval Kogman refactor the case of abortive when()
2009-08-31 Yuval Kogman clarify given/when return value caveat
2009-08-31 Yuval Kogman voodoo for ancient perls
2009-08-31 Yuval Kogman Initial version