p5sagit/Try-Tiny.git
2010-05-27 Yuval Kogman version bump Try-Tiny-0.06
2010-05-27 Yuval Kogman changelog
2010-05-27 Yuval Kogman use a plan instead of done_testing in TODO test
2010-05-26 Yuval Kogman Version bump Try-Tiny-0.05
2010-03-22 Alex move use test to BEGIN block
2010-02-23 Yuval Kogman changelog
2010-02-23 Yuval Kogman add TODO test for lexical $_ gotcha
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 changelog
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 Yuval Kogman changelog
2010-01-22 Andrew Yates Add support for 'finally' blocks
2010-01-21 Hans Dieter... 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-03 Yuval Kogman tests for nesting inside catch block
2009-09-02 Yuval Kogman changelog Try-Tiny-0.02
2009-09-02 Yuval Kogman version bump
2009-09-02 Yuval Kogman 5.005_04 compat
2009-09-02 Yuval Kogman namedropping for autodie
2009-09-01 Yuval Kogman trailing semicolon in doc example
2009-09-01 Yuval Kogman changelog
2009-09-01 Yuval Kogman minor doc and code fixes
2009-09-01 Yuval Kogman misc fixes suggested by Alias
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