fix spelling tests
[p5sagit/Try-Tiny.git] / lib /
2015-12-11 Karen Etheridge fix spelling tests
2015-12-11 Karen Etheridge switch to my bundle
2015-11-19 Graham Knop prefer Sub::Util to Sub::Name
2015-01-06 Rudolf Leermakers Minor documentation fix; assign actual strings, not...
2014-12-12 cm-perl Typo in comment
2014-03-07 David Lowe Add warning to POD about try/finally
2014-01-23 Jesse Luehrs Merge pull request #11 from ilmari/global-destruction
2014-01-22 awalker second example now behaves the same as the first
2014-01-21 anaxagoras Better docs on capturing success with catch block
2013-10-21 Dagfinn Ilmari Man... Import 'import' instead of inheriting it
2013-08-16 Graham Knop work around perl bug where pads may be reused in cleanu...
2013-07-09 Mark Stosberg Add missing semicolon in docs
2013-07-08 Jesse Luehrs make this consistent
2013-07-08 Mark Fowler Change caller to show blocks belonging to our caller
2013-07-08 Mark Fowler name the try, catch and finally blocks
2013-07-05 Jesse Luehrs also die on catch/finally in scalar context (RT#81070)
2013-07-04 Jesse Luehrs update this link too
2013-07-04 Jesse Luehrs dzilify and stuff
2013-07-04 Peter Rabbitson Fix linkage brainfart from 2245f1ae
2013-07-04 Peter Rabbitson The construct introduced in 2b0d579d8 confuses perl...
2013-07-04 Peter Rabbitson Make sure users are properly notified of (useless)...
2013-07-04 Ricardo Signes correct prototypes in docs
2013-07-04 Peter Rabbitson Clarify exception on unexpected try() arguments
2013-07-04 Peter Rabbitson Sanity check erroneous invocations
2013-07-04 Peter Rabbitson Fix broken link to slides (RT#55659)
2013-07-04 Peter Rabbitson We already explicitly save the value of $@ - local...
2013-07-04 Peter Rabbitson This is no longer a TODO, but given the experimental...
2013-07-04 Peter Rabbitson "Modernize" code a bit
2013-07-04 Peter Rabbitson Detabardize - standardize code/tests on 2-space indent
2013-01-02 Jesse Luehrs changelog and version bump Try-Tiny-0.12
2012-12-20 Glenn Fowler Documentation fixes
2012-11-14 Karen Etheridge C<> tags, minor punctuation and grammar fixes
2012-11-14 Karen Etheridge add alternative mechanisms for fallback return values
2011-08-30 Jesse Luehrs changelog and version bump Try-Tiny-0.11
2011-05-10 Jesse Luehrs better example for returning from a try block (forwardever)
2011-04-27 Jesse Luehrs changelog and version bump Try-Tiny-0.10
2011-04-27 Jesse Luehrs clarify the state of $_ in finally blocks
2011-02-24 Ricardo Signes caveat about error-silencing
2010-11-28 Jesse Luehrs changelog and version bump Try-Tiny-0.09
2010-11-28 Jesse Luehrs don't index ::ScopeGuard
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