13 years agoavoid a warning when testing with -w Try-Tiny-0.07
Ricardo Signes [Thu, 21 Oct 2010 20:19:08 +0000]
avoid a warning when testing with -w

13 years agono, do not sign our release
Ricardo Signes [Thu, 21 Oct 2010 20:18:27 +0000]
no, do not sign our release

13 years agobump version for release
Ricardo Signes [Thu, 21 Oct 2010 20:16:03 +0000]
bump version for release

13 years agotypo fix
Ricardo Signes [Thu, 21 Oct 2010 18:58:10 +0000]
typo fix

13 years agodocument changes for next version
Ricardo Signes [Thu, 21 Oct 2010 18:56:57 +0000]
document changes for next version

13 years agodocument args to finally{} block
Ricardo Signes [Thu, 21 Oct 2010 18:52:22 +0000]
document args to finally{} block

13 years agotest for finally{} getting the error
Ricardo Signes [Thu, 21 Oct 2010 18:52:14 +0000]
test for finally{} getting the error

13 years agoallow multiple finally{} per try{}; pass error in
Ricardo Signes [Thu, 21 Oct 2010 18:41:39 +0000]
allow multiple finally{} per try{}; pass error in

13 years agoAdd docs about @_ aliasing
Peter Rabbitson [Tue, 1 Jun 2010 22:39:56 +0000]
Add docs about @_ aliasing

13 years agoversion bump Try-Tiny-0.06
Yuval Kogman [Thu, 27 May 2010 09:47:32 +0000]
version bump

13 years agochangelog
Yuval Kogman [Thu, 27 May 2010 09:47:21 +0000]
changelog

13 years agouse a plan instead of done_testing in TODO test
Yuval Kogman [Thu, 27 May 2010 09:46:50 +0000]
use a plan instead of done_testing in TODO test

13 years agoVersion bump Try-Tiny-0.05
Yuval Kogman [Wed, 26 May 2010 12:52:58 +0000]
Version bump

14 years agomove use test to BEGIN block
Alex [Mon, 22 Mar 2010 14:14:17 +0000]
move use test to BEGIN block

14 years agochangelog
Yuval Kogman [Tue, 23 Feb 2010 11:16:03 +0000]
changelog

14 years agoadd TODO test for lexical $_ gotcha
Yuval Kogman [Tue, 23 Feb 2010 11:11:31 +0000]
add TODO test for lexical $_ gotcha

14 years agoClarify $_/$@ distinction
Yuval Kogman [Tue, 23 Feb 2010 11:07:06 +0000]
Clarify $_/$@ distinction

14 years agoDocument lexical lib/Try/Tiny.pm caveat
Yuval Kogman [Tue, 23 Feb 2010 11:06:05 +0000]
Document lexical lib/Try/Tiny.pm caveat

14 years agoclarify docs on %Carp::Internal
Yuval Kogman [Tue, 23 Feb 2010 11:03:24 +0000]
clarify docs on %Carp::Internal

14 years agoDocuemnt $_ vs. $@ gotcha in catch for exception stack capturing
Yuval Kogman [Fri, 5 Feb 2010 07:07:55 +0000]
Docuemnt $_ vs. $@ gotcha in catch for exception stack capturing

14 years agofix link to try-tiny lightning talk
Jesse Luehrs [Sat, 19 Dec 2009 04:27:39 +0000]
fix link to try-tiny lightning talk

14 years agoDocument $SIG{__DIE__} behavior (or lack thereof)
Yuval Kogman [Thu, 28 Jan 2010 15:07:44 +0000]
Document $SIG{__DIE__} behavior (or lack thereof)

14 years agospelling corrections
Jonathan Yu [Sun, 24 Jan 2010 18:47:30 +0000]
spelling corrections

14 years agoversion bump Try-Tiny-0.04
Yuval Kogman [Fri, 22 Jan 2010 20:07:04 +0000]
version bump

14 years agochangelog
Yuval Kogman [Fri, 22 Jan 2010 20:07:01 +0000]
changelog

14 years agoRestore list context for catch and fix a bug in finally with no catch
Yuval Kogman [Fri, 22 Jan 2010 20:04:47 +0000]
Restore list context for catch and fix a bug in finally with no catch

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