changelog and version bump
[p5sagit/Try-Tiny.git] / lib / Try / Tiny.pm
2010-11-28 Jesse Luehrs changelog and version bump Try-Tiny-0.08
2010-10-21 Ricardo Signes bump version for release
2010-10-21 Ricardo Signes typo fix
2010-10-21 Ricardo Signes document args to finally{} block
2010-10-21 Ricardo Signes allow multiple finally{} per try{}; pass error in
2010-06-01 Peter Rabbitson Add docs about @_ aliasing
2010-05-27 Yuval Kogman version bump Try-Tiny-0.06
2010-05-26 Yuval Kogman Version bump Try-Tiny-0.05
2010-02-23 Yuval Kogman Clarify $_/$@ distinction
2010-02-23 Yuval Kogman Document lexical lib/Try/Tiny.pm caveat
2010-02-23 Yuval Kogman clarify docs on %Carp::Internal
2010-02-23 Yuval Kogman Docuemnt $_ vs. $@ gotcha in catch for exception stack...
2010-01-28 Jesse Luehrs fix link to try-tiny lightning talk
2010-01-28 Yuval Kogman Document $SIG{__DIE__} behavior (or lack thereof)
2010-01-24 Jonathan Yu spelling corrections
2010-01-22 Yuval Kogman version bump Try-Tiny-0.04
2010-01-22 Yuval Kogman Restore list context for catch and fix a bug in finally...
2010-01-22 Yuval Kogman version bump Try-Tiny-0.03
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