From: Yuval Kogman Date: Mon, 31 Aug 2009 20:25:50 +0000 (+0300) Subject: mention Throwable in SEE ALSO X-Git-Tag: Try-Tiny-0.02~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f8227e43e6e49580096870d71a6f84690e0940c0;p=p5sagit%2FTry-Tiny.git mention Throwable in SEE ALSO --- diff --git a/lib/Try/Tiny.pm b/lib/Try/Tiny.pm index e3ec37f..7c99a6b 100644 --- a/lib/Try/Tiny.pm +++ b/lib/Try/Tiny.pm @@ -291,6 +291,10 @@ destructors. It is guaranteed that C will be called, though. Much more feature complete, more convenient semantics, but at the cost of implementation complexity. +=item L + +A lightweight role for rolling your own exception classes. + =item L Exception object implementation with a C statement. Does not localize