Document and test for prev value of $@ in catch
authorYuval Kogman <nothingmuch@woobling.org>
Fri, 11 Sep 2009 17:57:13 +0000 (02:57 +0900)
committerYuval Kogman <nothingmuch@woobling.org>
Fri, 11 Sep 2009 18:00:28 +0000 (03:00 +0900)
commitac4f5f9f46a61b6ef40a44cf9dae590caae4443f
treec5436bc954a340b648c1f554fd02016334c791c6
parent511c05caecd550023e029dcfdeb3995c64def4d9
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.
lib/Try/Tiny.pm
t/basic.t