14 years agoversion bump Try-Tiny-0.03
Yuval Kogman [Fri, 22 Jan 2010 17:53:40 +0000]
version bump

14 years agochangelog
Yuval Kogman [Fri, 22 Jan 2010 17:53:29 +0000]
changelog

14 years agoAdd support for 'finally' blocks
Andrew Yates [Fri, 22 Jan 2010 17:41:45 +0000]
Add support for 'finally' blocks

14 years agotry to clarify a caveat
Hans Dieter Pearcey [Thu, 21 Jan 2010 20:25:30 +0000]
try to clarify a caveat

14 years agoDocument implicit return value from catch
Marc Mims [Thu, 17 Dec 2009 14:15:02 +0000]
Document implicit return value from catch

Signed-off-by: Yuval Kogman <nothingmuch@woobling.org>

14 years agoSet $Carp::Internal{"Try::Tiny"}
Yuval Kogman [Tue, 3 Nov 2009 13:03:39 +0000]
Set $Carp::Internal{"Try::Tiny"}

14 years agodocument the @_ gotcha
Yuval Kogman [Tue, 20 Oct 2009 21:31:54 +0000]
document the @_ gotcha

14 years agoMention Sub::Import in docs
Yuval Kogman [Thu, 8 Oct 2009 16:01:46 +0000]
Mention Sub::Import in docs

14 years agofix spelling/grammar in comments and pod
Jesse Luehrs [Wed, 23 Sep 2009 02:50:55 +0000]
fix spelling/grammar in comments and pod

14 years agolink to talk
Yuval Kogman [Fri, 18 Sep 2009 14:58:49 +0000]
link to talk

14 years agofix typo in docs found by rjbs
Yuval Kogman [Fri, 18 Sep 2009 14:50:49 +0000]
fix typo in docs found by rjbs

14 years agoDocument and test for prev value of $@ in catch
Yuval Kogman [Fri, 11 Sep 2009 17:57:13 +0000]
Document and test for prev value of $@ in catch

Since catch is invoked after the delocalization the previous value of $@
(whether meaningful or not) should still be available.

14 years agoRestore the value of $@ from before the local
Yuval Kogman [Fri, 11 Sep 2009 17:52:41 +0000]
Restore the value of $@ from before the local

This allows exception objects to be constructed with the previous value
of $@, but that behavior would rely on Try::Tiny

14 years agotests for nesting inside catch block
Yuval Kogman [Thu, 3 Sep 2009 02:09:10 +0000]
tests for nesting inside catch block

14 years agochangelog Try-Tiny-0.02
Yuval Kogman [Wed, 2 Sep 2009 17:44:13 +0000]
changelog

14 years agoversion bump
Yuval Kogman [Wed, 2 Sep 2009 17:43:47 +0000]
version bump

14 years ago5.005_04 compat
Yuval Kogman [Wed, 2 Sep 2009 17:26:29 +0000]
5.005_04 compat

14 years agonamedropping for autodie
Yuval Kogman [Wed, 2 Sep 2009 16:23:07 +0000]
namedropping for autodie

14 years agotrailing semicolon in doc example
Yuval Kogman [Tue, 1 Sep 2009 11:51:36 +0000]
trailing semicolon in doc example

14 years agochangelog
Yuval Kogman [Tue, 1 Sep 2009 04:09:22 +0000]
changelog

14 years agominor doc and code fixes
Yuval Kogman [Tue, 1 Sep 2009 04:08:36 +0000]
minor doc and code fixes

14 years agomisc fixes suggested by Alias
Yuval Kogman [Tue, 1 Sep 2009 03:52:06 +0000]
misc fixes suggested by Alias

14 years agomention Throwable in SEE ALSO
Yuval Kogman [Mon, 31 Aug 2009 20:25:50 +0000]
mention Throwable in SEE ALSO

14 years agoMinor typo fixes in documentation.
chromatic [Mon, 31 Aug 2009 20:14:57 +0000]
Minor typo fixes in documentation.

14 years agobikeshedding Try-Tiny-0.01
Yuval Kogman [Mon, 31 Aug 2009 19:54:32 +0000]
bikeshedding

14 years agoentab
Yuval Kogman [Mon, 31 Aug 2009 19:50:44 +0000]
entab

14 years agorefactor the case of abortive when()
Yuval Kogman [Mon, 31 Aug 2009 19:25:58 +0000]
refactor the case of abortive when()

14 years agoclarify given/when return value caveat
Yuval Kogman [Mon, 31 Aug 2009 19:24:26 +0000]
clarify given/when return value caveat

14 years agovoodoo for ancient perls
Yuval Kogman [Mon, 31 Aug 2009 19:15:34 +0000]
voodoo for ancient perls

14 years agoInitial version
Yuval Kogman [Mon, 31 Aug 2009 18:55:53 +0000]
Initial version